]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/sql/Pg/upgrade/0934.data.marc21-tag-tables.sql
LP#1643709: Stamping upgrade scripts
[working/Evergreen.git] / Open-ILS / src / sql / Pg / upgrade / 0934.data.marc21-tag-tables.sql
1 BEGIN;
2
3 SELECT evergreen.upgrade_deps_block_check('0934', :eg_version);
4
5 INSERT INTO config.marc_format(id, code, name) VALUES (1, 'marc21', 'MARC 21');
6 SELECT SETVAL('config.marc_format_id_seq', 100);
7 ALTER SEQUENCE config.marc_field_id_seq RESTART WITH 1;
8 ALTER SEQUENCE config.marc_subfield_id_seq RESTART WITH 1;
9
10 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
11                               fixed_field, repeatable, mandatory, hidden)
12 VALUES (1, 'biblio', '001', $$Control Number$$, $$Control number assigned by the organization creating, using, or distributing the record. The MARC code for the organization is contained in field 003 (Control Number Identifier).$$,
13 TRUE, FALSE, FALSE, FALSE);
14 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15                               fixed_field, repeatable, mandatory, hidden)
16 VALUES (1, 'biblio', '003', $$Control Number Identifier$$, $$MARC code for the organization whose control number is contained in field 001 (Control Number).$$,
17 TRUE, FALSE, FALSE, FALSE);
18 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19                               fixed_field, repeatable, mandatory, hidden)
20 VALUES (1, 'biblio', '005', $$Date and Time of Latest Transaction$$, $$Sixteen characters that indicate the date and time of the latest record transaction and serve as a version identifier for the record. They are recorded according to (ISO 8601). The date requires 8 numeric characters in the pattern . The time requires 8 numeric characters in the pattern expressed in terms of the 24-hour (00-23) clock.$$,
21 TRUE, FALSE, FALSE, FALSE);
22 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
23                               fixed_field, repeatable, mandatory, hidden)
24 VALUES (1, 'biblio', '006', $$Fixed-Length Data Elements-Additional Material Characteristics$$, $$Eighteen character positions (00-17) that provide for coding information about special aspects of the item being cataloged that cannot be coded in field 008 (Fixed-Length Data Elements). It is used in cases when an item has multiple characteristics (e.g., printed material with an accompanying cassette or a map that is issued serially) and to record the coded serial aspects of nontextual continuing resources.$$,
25 TRUE, TRUE, FALSE, FALSE);
26 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
27                               fixed_field, repeatable, mandatory, hidden)
28 VALUES (1, 'biblio', '007', $$Physical Description Fixed Field-General Information$$, $$Special information about the physical characteristics in a coded form. The information may represent the whole item or parts of an item such as accompanying material.$$,
29 TRUE, TRUE, FALSE, FALSE);
30 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
31                               fixed_field, repeatable, mandatory, hidden)
32 VALUES (1, 'biblio', '008', $$Fixed-Length Data Elements-General Information$$, $$Forty character positions (00-39) that provide coded information about the record as a whole and about special bibliographic aspects of the item being cataloged. These coded data elements are potentially useful for retrieval and data management purposes.$$,
33 TRUE, FALSE, FALSE, FALSE);
34 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
35                               fixed_field, repeatable, mandatory, hidden)
36 VALUES (1, 'biblio', '010', $$Library of Congress Control Number$$, $$Unique number assigned to a MARC record by the Library of Congress. Valid MARC prefixes for LC control numbers are published in .$$,
37 FALSE, FALSE, FALSE, FALSE);
38 INSERT INTO config.record_attr_definition(name, label)
39 VALUES ('marc21_biblio_010_ind_1', 'MARC 21 biblio field 010 indicator position 1');
40 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
41 VALUES ('marc21_biblio_010_ind_1', '#', $$Undefined$$, FALSE, TRUE);
42 INSERT INTO config.record_attr_definition(name, label)
43 VALUES ('marc21_biblio_010_ind_2', 'MARC 21 biblio field 010 indicator position 2');
44 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
45 VALUES ('marc21_biblio_010_ind_2', '#', $$Undefined$$, FALSE, TRUE);
46 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
47                                  repeatable, mandatory, hidden)
48 VALUES (1, 'biblio', '010', 'a', $$LC control number$$,
49 FALSE, FALSE, FALSE);
50 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
51                                  repeatable, mandatory, hidden)
52 VALUES (1, 'biblio', '010', 'b', $$NUCMC control number$$,
53 TRUE, FALSE, FALSE);
54 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
55                                  repeatable, mandatory, hidden)
56 VALUES (1, 'biblio', '010', 'z', $$Canceled/invalid LC control number$$,
57 TRUE, FALSE, FALSE);
58 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
59                                  repeatable, mandatory, hidden)
60 VALUES (1, 'biblio', '010', '8', $$Field link and sequence number$$,
61 TRUE, FALSE, FALSE);
62 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
63                               fixed_field, repeatable, mandatory, hidden)
64 VALUES (1, 'biblio', '013', $$Patent Control Information$$, $$Information used to control patent documents. In addition to information about patents, this field may contain information relating to inventors' certificates, utility certificates, utility models, patents or certificates of addition, inventors' certificates of addition, utility certificates of addition, and published applications for any of these.$$,
65 FALSE, TRUE, FALSE, FALSE);
66 INSERT INTO config.record_attr_definition(name, label)
67 VALUES ('marc21_biblio_013_ind_1', 'MARC 21 biblio field 013 indicator position 1');
68 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
69 VALUES ('marc21_biblio_013_ind_1', '#', $$Undefined$$, FALSE, TRUE);
70 INSERT INTO config.record_attr_definition(name, label)
71 VALUES ('marc21_biblio_013_ind_2', 'MARC 21 biblio field 013 indicator position 2');
72 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
73 VALUES ('marc21_biblio_013_ind_2', '#', $$Undefined$$, FALSE, TRUE);
74 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
75                                  repeatable, mandatory, hidden)
76 VALUES (1, 'biblio', '013', 'a', $$Number$$,
77 FALSE, FALSE, FALSE);
78 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
79                                  repeatable, mandatory, hidden)
80 VALUES (1, 'biblio', '013', 'b', $$Country$$,
81 FALSE, FALSE, FALSE);
82 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
83                                  repeatable, mandatory, hidden)
84 VALUES (1, 'biblio', '013', 'c', $$Type of number$$,
85 FALSE, FALSE, FALSE);
86 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
87                                  repeatable, mandatory, hidden)
88 VALUES (1, 'biblio', '013', 'd', $$Date$$,
89 TRUE, FALSE, FALSE);
90 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
91                                  repeatable, mandatory, hidden)
92 VALUES (1, 'biblio', '013', 'e', $$Status$$,
93 TRUE, FALSE, FALSE);
94 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
95                                  repeatable, mandatory, hidden)
96 VALUES (1, 'biblio', '013', 'f', $$Party to document$$,
97 TRUE, FALSE, FALSE);
98 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
99                                  repeatable, mandatory, hidden)
100 VALUES (1, 'biblio', '013', '6', $$Linkage$$,
101 FALSE, FALSE, FALSE);
102 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
103                                  repeatable, mandatory, hidden)
104 VALUES (1, 'biblio', '013', '8', $$Field link and sequence number$$,
105 TRUE, FALSE, FALSE);
106 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
107                               fixed_field, repeatable, mandatory, hidden)
108 VALUES (1, 'biblio', '015', $$National Bibliography Number$$, $$Bibliography entry number(s) for cataloging information that is derived from a national bibliography.$$,
109 FALSE, TRUE, FALSE, FALSE);
110 INSERT INTO config.record_attr_definition(name, label)
111 VALUES ('marc21_biblio_015_ind_1', 'MARC 21 biblio field 015 indicator position 1');
112 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
113 VALUES ('marc21_biblio_015_ind_1', '#', $$Undefined$$, FALSE, TRUE);
114 INSERT INTO config.record_attr_definition(name, label)
115 VALUES ('marc21_biblio_015_ind_2', 'MARC 21 biblio field 015 indicator position 2');
116 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
117 VALUES ('marc21_biblio_015_ind_2', '#', $$Undefined$$, FALSE, TRUE);
118 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
119                                  repeatable, mandatory, hidden)
120 VALUES (1, 'biblio', '015', 'a', $$National bibliography number$$,
121 TRUE, FALSE, FALSE);
122 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
123                                  repeatable, mandatory, hidden)
124 VALUES (1, 'biblio', '015', 'z', $$Canceled/invalid national bibliography number$$,
125 TRUE, FALSE, FALSE);
126 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
127                                  repeatable, mandatory, hidden)
128 VALUES (1, 'biblio', '015', '2', $$Source$$,
129 FALSE, FALSE, FALSE);
130 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
131                                  repeatable, mandatory, hidden)
132 VALUES (1, 'biblio', '015', '6', $$Linkage$$,
133 FALSE, FALSE, FALSE);
134 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
135                                  repeatable, mandatory, hidden)
136 VALUES (1, 'biblio', '015', '8', $$Field link and sequence number$$,
137 TRUE, FALSE, FALSE);
138 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
139                               fixed_field, repeatable, mandatory, hidden)
140 VALUES (1, 'biblio', '016', $$National Bibliographic Agency Control Number$$, $$Unique numbers that have been assigned to a record by a national bibliographic agency other than the Library of Congress. The control number may also appear in field 001 (Control Number) in records distributed by the same national agency. This number is a record control number used in a national bibliographic agency system, rather than a number used for an entry in a national bibliographic, field 015 (National Bibliography Number).$$,
141 FALSE, TRUE, FALSE, FALSE);
142 INSERT INTO config.record_attr_definition(name, label)
143 VALUES ('marc21_biblio_016_ind_1', 'MARC 21 biblio field 016 indicator position 1');
144 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
145 VALUES ('marc21_biblio_016_ind_1', '#', $$Library and Archives Canada$$, FALSE, TRUE);
146 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
147 VALUES ('marc21_biblio_016_ind_1', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
148 INSERT INTO config.record_attr_definition(name, label)
149 VALUES ('marc21_biblio_016_ind_2', 'MARC 21 biblio field 016 indicator position 2');
150 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
151 VALUES ('marc21_biblio_016_ind_2', '#', $$Undefined$$, FALSE, TRUE);
152 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
153                                  repeatable, mandatory, hidden)
154 VALUES (1, 'biblio', '016', 'a', $$Record control number$$,
155 FALSE, FALSE, FALSE);
156 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
157                                  repeatable, mandatory, hidden)
158 VALUES (1, 'biblio', '016', 'z', $$Canceled/invalid control number$$,
159 TRUE, FALSE, FALSE);
160 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
161                                  repeatable, mandatory, hidden)
162 VALUES (1, 'biblio', '016', '2', $$Source$$,
163 FALSE, FALSE, FALSE);
164 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
165                                  repeatable, mandatory, hidden)
166 VALUES (1, 'biblio', '016', '8', $$Field link and sequence number$$,
167 TRUE, FALSE, FALSE);
168 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
169                               fixed_field, repeatable, mandatory, hidden)
170 VALUES (1, 'biblio', '017', $$Copyright or Legal Deposit Number$$, $$Copyright registration or legal deposit number for an item that was acquired by copyright or legal deposit.$$,
171 FALSE, TRUE, FALSE, FALSE);
172 INSERT INTO config.record_attr_definition(name, label)
173 VALUES ('marc21_biblio_017_ind_1', 'MARC 21 biblio field 017 indicator position 1');
174 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
175 VALUES ('marc21_biblio_017_ind_1', '#', $$Undefined$$, FALSE, TRUE);
176 INSERT INTO config.record_attr_definition(name, label)
177 VALUES ('marc21_biblio_017_ind_2', 'MARC 21 biblio field 017 indicator position 2');
178 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
179 VALUES ('marc21_biblio_017_ind_2', '#', $$Copyright or legal deposit number$$, FALSE, TRUE);
180 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
181 VALUES ('marc21_biblio_017_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
182 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
183                                  repeatable, mandatory, hidden)
184 VALUES (1, 'biblio', '017', 'a', $$Copyright or legal deposit number$$,
185 TRUE, FALSE, FALSE);
186 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
187                                  repeatable, mandatory, hidden)
188 VALUES (1, 'biblio', '017', 'b', $$Assigning agency$$,
189 FALSE, FALSE, FALSE);
190 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
191                                  repeatable, mandatory, hidden)
192 VALUES (1, 'biblio', '017', 'd', $$Date$$,
193 FALSE, FALSE, FALSE);
194 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
195                                  repeatable, mandatory, hidden)
196 VALUES (1, 'biblio', '017', 'i', $$Display text$$,
197 FALSE, FALSE, FALSE);
198 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
199                                  repeatable, mandatory, hidden)
200 VALUES (1, 'biblio', '017', 'z', $$Canceled/invalid copyright or legal deposit number$$,
201 TRUE, FALSE, FALSE);
202 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
203                                  repeatable, mandatory, hidden)
204 VALUES (1, 'biblio', '017', '2', $$Source$$,
205 FALSE, FALSE, FALSE);
206 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
207                                  repeatable, mandatory, hidden)
208 VALUES (1, 'biblio', '017', '6', $$Linkage$$,
209 FALSE, FALSE, FALSE);
210 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
211                                  repeatable, mandatory, hidden)
212 VALUES (1, 'biblio', '017', '8', $$Field link and sequence number$$,
213 TRUE, FALSE, FALSE);
214 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
215                               fixed_field, repeatable, mandatory, hidden)
216 VALUES (1, 'biblio', '018', $$Copyright Article-Fee Code$$, $$Unique identification code for component parts appearing in monographs or continuing resources.$$,
217 FALSE, FALSE, FALSE, FALSE);
218 INSERT INTO config.record_attr_definition(name, label)
219 VALUES ('marc21_biblio_018_ind_1', 'MARC 21 biblio field 018 indicator position 1');
220 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
221 VALUES ('marc21_biblio_018_ind_1', '#', $$Undefined$$, FALSE, TRUE);
222 INSERT INTO config.record_attr_definition(name, label)
223 VALUES ('marc21_biblio_018_ind_2', 'MARC 21 biblio field 018 indicator position 2');
224 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
225 VALUES ('marc21_biblio_018_ind_2', '#', $$Undefined$$, FALSE, TRUE);
226 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
227                                  repeatable, mandatory, hidden)
228 VALUES (1, 'biblio', '018', 'a', $$Copyright article-fee code$$,
229 FALSE, FALSE, FALSE);
230 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
231                                  repeatable, mandatory, hidden)
232 VALUES (1, 'biblio', '018', '6', $$Linkage$$,
233 FALSE, FALSE, FALSE);
234 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
235                                  repeatable, mandatory, hidden)
236 VALUES (1, 'biblio', '018', '8', $$Field link and sequence number$$,
237 TRUE, FALSE, FALSE);
238 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
239                               fixed_field, repeatable, mandatory, hidden)
240 VALUES (1, 'biblio', '020', $$International Standard Book Number$$, $$International Standard Book Number (ISBN) assigned to a monographic publication by designated agencies in each country participating in the program. The field may include terms of availability and canceled or invalid ISBNs, such as ISBNs with invalid check digits or that are not applicable to the item being cataloged. It may be repeated for multiple numbers associated with the item (e.g., ISBNs for the hard bound and paperback manifestations; ISBNs for a set as a whole and for the individual parts in the set).$$,
241 FALSE, TRUE, FALSE, FALSE);
242 INSERT INTO config.record_attr_definition(name, label)
243 VALUES ('marc21_biblio_020_ind_1', 'MARC 21 biblio field 020 indicator position 1');
244 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
245 VALUES ('marc21_biblio_020_ind_1', '#', $$Undefined$$, FALSE, TRUE);
246 INSERT INTO config.record_attr_definition(name, label)
247 VALUES ('marc21_biblio_020_ind_2', 'MARC 21 biblio field 020 indicator position 2');
248 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
249 VALUES ('marc21_biblio_020_ind_2', '#', $$Undefined$$, FALSE, TRUE);
250 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
251                                  repeatable, mandatory, hidden)
252 VALUES (1, 'biblio', '020', 'a', $$International Standard Book Number$$,
253 FALSE, FALSE, FALSE);
254 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
255                                  repeatable, mandatory, hidden)
256 VALUES (1, 'biblio', '020', 'c', $$Terms of availability$$,
257 FALSE, FALSE, FALSE);
258 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
259                                  repeatable, mandatory, hidden)
260 VALUES (1, 'biblio', '020', 'z', $$Canceled/invalid ISBN$$,
261 TRUE, FALSE, FALSE);
262 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
263                                  repeatable, mandatory, hidden)
264 VALUES (1, 'biblio', '020', '6', $$Linkage$$,
265 FALSE, FALSE, FALSE);
266 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
267                                  repeatable, mandatory, hidden)
268 VALUES (1, 'biblio', '020', '8', $$Field link and sequence number$$,
269 TRUE, FALSE, FALSE);
270 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
271                               fixed_field, repeatable, mandatory, hidden)
272 VALUES (1, 'biblio', '022', $$International Standard Serial Number$$, $$International Standard Serial Number (ISSN), a unique identification number assigned to a continuing resource, and/or any incorrect or canceled ISSN.$$,
273 FALSE, TRUE, FALSE, FALSE);
274 INSERT INTO config.record_attr_definition(name, label)
275 VALUES ('marc21_biblio_022_ind_1', 'MARC 21 biblio field 022 indicator position 1');
276 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
277 VALUES ('marc21_biblio_022_ind_1', '#', $$No level specified$$, FALSE, TRUE);
278 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
279 VALUES ('marc21_biblio_022_ind_1', '0', $$Continuing resource of international interest$$, FALSE, TRUE);
280 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
281 VALUES ('marc21_biblio_022_ind_1', '1', $$Continuing resource not of international interest$$, FALSE, TRUE);
282 INSERT INTO config.record_attr_definition(name, label)
283 VALUES ('marc21_biblio_022_ind_2', 'MARC 21 biblio field 022 indicator position 2');
284 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
285 VALUES ('marc21_biblio_022_ind_2', '#', $$Undefined$$, FALSE, TRUE);
286 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
287                                  repeatable, mandatory, hidden)
288 VALUES (1, 'biblio', '022', 'a', $$International Standard Serial Number$$,
289 FALSE, FALSE, FALSE);
290 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
291                                  repeatable, mandatory, hidden)
292 VALUES (1, 'biblio', '022', 'l', $$ISSN-L$$,
293 FALSE, FALSE, FALSE);
294 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
295                                  repeatable, mandatory, hidden)
296 VALUES (1, 'biblio', '022', 'm', $$Canceled ISSN-L$$,
297 TRUE, FALSE, FALSE);
298 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
299                                  repeatable, mandatory, hidden)
300 VALUES (1, 'biblio', '022', 'y', $$Incorrect ISSN$$,
301 TRUE, FALSE, FALSE);
302 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
303                                  repeatable, mandatory, hidden)
304 VALUES (1, 'biblio', '022', 'z', $$Canceled ISSN$$,
305 TRUE, FALSE, FALSE);
306 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
307                                  repeatable, mandatory, hidden)
308 VALUES (1, 'biblio', '022', '2', $$Source$$,
309 FALSE, FALSE, FALSE);
310 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
311                                  repeatable, mandatory, hidden)
312 VALUES (1, 'biblio', '022', '6', $$Linkage$$,
313 FALSE, FALSE, FALSE);
314 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
315                                  repeatable, mandatory, hidden)
316 VALUES (1, 'biblio', '022', '8', $$Field link and sequence number$$,
317 TRUE, FALSE, FALSE);
318 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
319                               fixed_field, repeatable, mandatory, hidden)
320 VALUES (1, 'biblio', '024', $$Other Standard Identifier$$, $$Standard number or code published on an item which cannot be accommodated in another field (e.g., field 020 (International Standard Book Number), 022 (International Standard Serial Number) , and 027 (Standard Technical Report Number)). The type of standard number or code is identified in the first indicator position or in subfield $2 (Source of number or code).$$,
321 FALSE, TRUE, FALSE, FALSE);
322 INSERT INTO config.record_attr_definition(name, label)
323 VALUES ('marc21_biblio_024_ind_1', 'MARC 21 biblio field 024 indicator position 1');
324 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
325 VALUES ('marc21_biblio_024_ind_1', '0', $$International Standard Recording Code$$, FALSE, TRUE);
326 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
327 VALUES ('marc21_biblio_024_ind_1', '1', $$Universal Product Code$$, FALSE, TRUE);
328 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
329 VALUES ('marc21_biblio_024_ind_1', '2', $$International Standard Music Number$$, FALSE, TRUE);
330 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
331 VALUES ('marc21_biblio_024_ind_1', '3', $$International Article Number$$, FALSE, TRUE);
332 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
333 VALUES ('marc21_biblio_024_ind_1', '4', $$Serial Item and Contribution Identifier$$, FALSE, TRUE);
334 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
335 VALUES ('marc21_biblio_024_ind_1', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
336 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
337 VALUES ('marc21_biblio_024_ind_1', '8', $$Unspecified type of standard number or code$$, FALSE, TRUE);
338 INSERT INTO config.record_attr_definition(name, label)
339 VALUES ('marc21_biblio_024_ind_2', 'MARC 21 biblio field 024 indicator position 2');
340 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
341 VALUES ('marc21_biblio_024_ind_2', '#', $$No information provided$$, FALSE, TRUE);
342 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
343 VALUES ('marc21_biblio_024_ind_2', '0', $$No difference$$, FALSE, TRUE);
344 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
345 VALUES ('marc21_biblio_024_ind_2', '1', $$Difference$$, FALSE, TRUE);
346 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
347                                  repeatable, mandatory, hidden)
348 VALUES (1, 'biblio', '024', 'a', $$Standard number or code$$,
349 FALSE, FALSE, FALSE);
350 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
351                                  repeatable, mandatory, hidden)
352 VALUES (1, 'biblio', '024', 'c', $$Terms of availability$$,
353 FALSE, FALSE, FALSE);
354 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
355                                  repeatable, mandatory, hidden)
356 VALUES (1, 'biblio', '024', 'd', $$Additional codes following the standard number or code$$,
357 FALSE, FALSE, FALSE);
358 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
359                                  repeatable, mandatory, hidden)
360 VALUES (1, 'biblio', '024', 'z', $$Canceled/invalid standard number or code$$,
361 TRUE, FALSE, FALSE);
362 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
363                                  repeatable, mandatory, hidden)
364 VALUES (1, 'biblio', '024', '2', $$Source of number or code$$,
365 FALSE, FALSE, FALSE);
366 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
367                                  repeatable, mandatory, hidden)
368 VALUES (1, 'biblio', '024', '6', $$Linkage$$,
369 FALSE, FALSE, FALSE);
370 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
371                                  repeatable, mandatory, hidden)
372 VALUES (1, 'biblio', '024', '8', $$Field link and sequence number$$,
373 TRUE, FALSE, FALSE);
374 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
375                               fixed_field, repeatable, mandatory, hidden)
376 VALUES (1, 'biblio', '025', $$Overseas Acquisition Number$$, $$Number assigned by the Library of Congress to works acquired through one of its overseas acquisition programs.$$,
377 FALSE, TRUE, FALSE, FALSE);
378 INSERT INTO config.record_attr_definition(name, label)
379 VALUES ('marc21_biblio_025_ind_1', 'MARC 21 biblio field 025 indicator position 1');
380 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
381 VALUES ('marc21_biblio_025_ind_1', '#', $$Undefined$$, FALSE, TRUE);
382 INSERT INTO config.record_attr_definition(name, label)
383 VALUES ('marc21_biblio_025_ind_2', 'MARC 21 biblio field 025 indicator position 2');
384 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
385 VALUES ('marc21_biblio_025_ind_2', '#', $$Undefined$$, FALSE, TRUE);
386 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
387                                  repeatable, mandatory, hidden)
388 VALUES (1, 'biblio', '025', 'a', $$Overseas acquisition number$$,
389 TRUE, FALSE, FALSE);
390 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
391                                  repeatable, mandatory, hidden)
392 VALUES (1, 'biblio', '025', '8', $$Field link and sequence number$$,
393 TRUE, FALSE, FALSE);
394 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
395                               fixed_field, repeatable, mandatory, hidden)
396 VALUES (1, 'biblio', '026', $$Fingerprint Identifier$$, $$Used to assist in the identification of antiquarian books by recording information comprising groups of characters taken from specified positions on specified pages of the book, in accordance with the principles laid down in various published guidelines.$$,
397 FALSE, TRUE, FALSE, FALSE);
398 INSERT INTO config.record_attr_definition(name, label)
399 VALUES ('marc21_biblio_026_ind_1', 'MARC 21 biblio field 026 indicator position 1');
400 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
401 VALUES ('marc21_biblio_026_ind_1', '#', $$Undefined$$, FALSE, TRUE);
402 INSERT INTO config.record_attr_definition(name, label)
403 VALUES ('marc21_biblio_026_ind_2', 'MARC 21 biblio field 026 indicator position 2');
404 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
405 VALUES ('marc21_biblio_026_ind_2', '#', $$Undefined$$, FALSE, TRUE);
406 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
407                                  repeatable, mandatory, hidden)
408 VALUES (1, 'biblio', '026', 'a', $$First and second groups of characters$$,
409 FALSE, FALSE, FALSE);
410 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
411                                  repeatable, mandatory, hidden)
412 VALUES (1, 'biblio', '026', 'b', $$Third and fourth groups of characters$$,
413 FALSE, FALSE, FALSE);
414 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
415                                  repeatable, mandatory, hidden)
416 VALUES (1, 'biblio', '026', 'c', $$Date$$,
417 FALSE, FALSE, FALSE);
418 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
419                                  repeatable, mandatory, hidden)
420 VALUES (1, 'biblio', '026', 'd', $$Number of volume or part$$,
421 TRUE, FALSE, FALSE);
422 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
423                                  repeatable, mandatory, hidden)
424 VALUES (1, 'biblio', '026', 'e', $$Unparsed fingerprint$$,
425 FALSE, FALSE, FALSE);
426 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
427                                  repeatable, mandatory, hidden)
428 VALUES (1, 'biblio', '026', '2', $$Source$$,
429 FALSE, FALSE, FALSE);
430 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
431                                  repeatable, mandatory, hidden)
432 VALUES (1, 'biblio', '026', '5', $$Institution to which field applies$$,
433 TRUE, FALSE, FALSE);
434 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
435                                  repeatable, mandatory, hidden)
436 VALUES (1, 'biblio', '026', '6', $$Linkage$$,
437 FALSE, FALSE, FALSE);
438 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
439                                  repeatable, mandatory, hidden)
440 VALUES (1, 'biblio', '026', '8', $$Field link and sequence number$$,
441 TRUE, FALSE, FALSE);
442 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
443                               fixed_field, repeatable, mandatory, hidden)
444 VALUES (1, 'biblio', '027', $$Standard Technical Report Number$$, $$International Standard Technical Report number (ISRN) or a Standard Technical Report Number (STRN)assigned to a technical report. Assignment of STRNs is coordinated by the National Technical Information Service (NTIS), which also maintains an assignment registry.$$,
445 FALSE, TRUE, FALSE, FALSE);
446 INSERT INTO config.record_attr_definition(name, label)
447 VALUES ('marc21_biblio_027_ind_1', 'MARC 21 biblio field 027 indicator position 1');
448 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
449 VALUES ('marc21_biblio_027_ind_1', '#', $$Undefined$$, FALSE, TRUE);
450 INSERT INTO config.record_attr_definition(name, label)
451 VALUES ('marc21_biblio_027_ind_2', 'MARC 21 biblio field 027 indicator position 2');
452 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
453 VALUES ('marc21_biblio_027_ind_2', '#', $$Undefined$$, FALSE, TRUE);
454 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
455                                  repeatable, mandatory, hidden)
456 VALUES (1, 'biblio', '027', 'a', $$Standard technical report number$$,
457 FALSE, FALSE, FALSE);
458 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
459                                  repeatable, mandatory, hidden)
460 VALUES (1, 'biblio', '027', 'z', $$Canceled/invalid number$$,
461 TRUE, FALSE, FALSE);
462 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
463                                  repeatable, mandatory, hidden)
464 VALUES (1, 'biblio', '027', '6', $$Linkage$$,
465 FALSE, FALSE, FALSE);
466 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
467                                  repeatable, mandatory, hidden)
468 VALUES (1, 'biblio', '027', '8', $$Field link and sequence number$$,
469 TRUE, FALSE, FALSE);
470 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
471                               fixed_field, repeatable, mandatory, hidden)
472 VALUES (1, 'biblio', '028', $$Publisher Number$$, $$Formatted number used for sound recordings, printed music, and videorecordings. Publisher's numbers that are given in an unformatted form are recorded in field 500 (General Note). A print constant identifying the kind of publisher number may be generated based on the value in the first indicator position.$$,
473 FALSE, TRUE, FALSE, FALSE);
474 INSERT INTO config.record_attr_definition(name, label)
475 VALUES ('marc21_biblio_028_ind_1', 'MARC 21 biblio field 028 indicator position 1');
476 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
477 VALUES ('marc21_biblio_028_ind_1', '0', $$Issue number$$, FALSE, TRUE);
478 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
479 VALUES ('marc21_biblio_028_ind_1', '1', $$Matrix number$$, FALSE, TRUE);
480 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
481 VALUES ('marc21_biblio_028_ind_1', '2', $$Plate number$$, FALSE, TRUE);
482 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
483 VALUES ('marc21_biblio_028_ind_1', '3', $$Other music number$$, FALSE, TRUE);
484 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
485 VALUES ('marc21_biblio_028_ind_1', '4', $$Videorecording number$$, FALSE, TRUE);
486 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
487 VALUES ('marc21_biblio_028_ind_1', '5', $$Other publisher number$$, FALSE, TRUE);
488 INSERT INTO config.record_attr_definition(name, label)
489 VALUES ('marc21_biblio_028_ind_2', 'MARC 21 biblio field 028 indicator position 2');
490 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
491 VALUES ('marc21_biblio_028_ind_2', '0', $$No note, no added entry$$, FALSE, TRUE);
492 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
493 VALUES ('marc21_biblio_028_ind_2', '1', $$Note, added entry$$, FALSE, TRUE);
494 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
495 VALUES ('marc21_biblio_028_ind_2', '2', $$Note, no added entry$$, FALSE, TRUE);
496 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
497 VALUES ('marc21_biblio_028_ind_2', '3', $$No note, added entry$$, FALSE, TRUE);
498 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
499                                  repeatable, mandatory, hidden)
500 VALUES (1, 'biblio', '028', 'a', $$Publisher number$$,
501 FALSE, FALSE, FALSE);
502 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
503                                  repeatable, mandatory, hidden)
504 VALUES (1, 'biblio', '028', 'b', $$Source$$,
505 FALSE, FALSE, FALSE);
506 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
507                                  repeatable, mandatory, hidden)
508 VALUES (1, 'biblio', '028', '6', $$Linkage$$,
509 FALSE, FALSE, FALSE);
510 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
511                                  repeatable, mandatory, hidden)
512 VALUES (1, 'biblio', '028', '8', $$Field link and sequence number$$,
513 TRUE, FALSE, FALSE);
514 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
515                               fixed_field, repeatable, mandatory, hidden)
516 VALUES (1, 'biblio', '030', $$CODEN Designation$$, $$CODEN designation for a bibliographic title. The CODEN is assigned by the International CODEN Section of Chemical Abstracts Service.$$,
517 FALSE, TRUE, FALSE, FALSE);
518 INSERT INTO config.record_attr_definition(name, label)
519 VALUES ('marc21_biblio_030_ind_1', 'MARC 21 biblio field 030 indicator position 1');
520 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
521 VALUES ('marc21_biblio_030_ind_1', '#', $$Undefined$$, FALSE, TRUE);
522 INSERT INTO config.record_attr_definition(name, label)
523 VALUES ('marc21_biblio_030_ind_2', 'MARC 21 biblio field 030 indicator position 2');
524 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
525 VALUES ('marc21_biblio_030_ind_2', '#', $$Undefined$$, FALSE, TRUE);
526 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
527                                  repeatable, mandatory, hidden)
528 VALUES (1, 'biblio', '030', 'a', $$CODEN$$,
529 FALSE, FALSE, FALSE);
530 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
531                                  repeatable, mandatory, hidden)
532 VALUES (1, 'biblio', '030', 'z', $$Canceled/invalid CODEN$$,
533 TRUE, FALSE, FALSE);
534 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
535                                  repeatable, mandatory, hidden)
536 VALUES (1, 'biblio', '030', '6', $$Linkage$$,
537 FALSE, FALSE, FALSE);
538 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
539                                  repeatable, mandatory, hidden)
540 VALUES (1, 'biblio', '030', '8', $$Field link and sequence number$$,
541 TRUE, FALSE, FALSE);
542 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
543                               fixed_field, repeatable, mandatory, hidden)
544 VALUES (1, 'biblio', '031', $$Musical Incipits Information$$, $$Coded data representing the musical incipit for music using established notation schemes that employ ordinary ASCII symbols. Primarily used to identify music manuscripts, but can be applied to any material containing music.$$,
545 FALSE, TRUE, FALSE, FALSE);
546 INSERT INTO config.record_attr_definition(name, label)
547 VALUES ('marc21_biblio_031_ind_1', 'MARC 21 biblio field 031 indicator position 1');
548 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
549 VALUES ('marc21_biblio_031_ind_1', '#', $$Undefined$$, FALSE, TRUE);
550 INSERT INTO config.record_attr_definition(name, label)
551 VALUES ('marc21_biblio_031_ind_2', 'MARC 21 biblio field 031 indicator position 2');
552 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
553 VALUES ('marc21_biblio_031_ind_2', '#', $$Undefined$$, FALSE, TRUE);
554 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
555                                  repeatable, mandatory, hidden)
556 VALUES (1, 'biblio', '031', 'a', $$Number of work$$,
557 FALSE, FALSE, FALSE);
558 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
559                                  repeatable, mandatory, hidden)
560 VALUES (1, 'biblio', '031', 'b', $$Number of movement$$,
561 FALSE, FALSE, FALSE);
562 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
563                                  repeatable, mandatory, hidden)
564 VALUES (1, 'biblio', '031', 'c', $$Number of excerpt$$,
565 FALSE, FALSE, FALSE);
566 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
567                                  repeatable, mandatory, hidden)
568 VALUES (1, 'biblio', '031', 'd', $$Caption or heading$$,
569 TRUE, FALSE, FALSE);
570 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
571                                  repeatable, mandatory, hidden)
572 VALUES (1, 'biblio', '031', 'e', $$Role$$,
573 FALSE, FALSE, FALSE);
574 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
575                                  repeatable, mandatory, hidden)
576 VALUES (1, 'biblio', '031', 'g', $$Clef$$,
577 FALSE, FALSE, FALSE);
578 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
579                                  repeatable, mandatory, hidden)
580 VALUES (1, 'biblio', '031', 'm', $$Voice/instrument$$,
581 FALSE, FALSE, FALSE);
582 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
583                                  repeatable, mandatory, hidden)
584 VALUES (1, 'biblio', '031', 'n', $$Key signature$$,
585 FALSE, FALSE, FALSE);
586 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
587                                  repeatable, mandatory, hidden)
588 VALUES (1, 'biblio', '031', 'o', $$Time signature$$,
589 FALSE, FALSE, FALSE);
590 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
591                                  repeatable, mandatory, hidden)
592 VALUES (1, 'biblio', '031', 'p', $$Musical notation$$,
593 FALSE, FALSE, FALSE);
594 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
595                                  repeatable, mandatory, hidden)
596 VALUES (1, 'biblio', '031', 'q', $$General note$$,
597 TRUE, FALSE, FALSE);
598 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
599                                  repeatable, mandatory, hidden)
600 VALUES (1, 'biblio', '031', 'r', $$Key or mode$$,
601 FALSE, FALSE, FALSE);
602 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
603                                  repeatable, mandatory, hidden)
604 VALUES (1, 'biblio', '031', 's', $$Coded validity note$$,
605 TRUE, FALSE, FALSE);
606 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
607                                  repeatable, mandatory, hidden)
608 VALUES (1, 'biblio', '031', 't', $$Text incipit$$,
609 TRUE, FALSE, FALSE);
610 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
611                                  repeatable, mandatory, hidden)
612 VALUES (1, 'biblio', '031', 'u', $$Uniform Resource Identifier$$,
613 TRUE, FALSE, FALSE);
614 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
615                                  repeatable, mandatory, hidden)
616 VALUES (1, 'biblio', '031', 'y', $$Link text$$,
617 TRUE, FALSE, FALSE);
618 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
619                                  repeatable, mandatory, hidden)
620 VALUES (1, 'biblio', '031', 'z', $$Public note$$,
621 TRUE, FALSE, FALSE);
622 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
623                                  repeatable, mandatory, hidden)
624 VALUES (1, 'biblio', '031', '2', $$System code$$,
625 FALSE, FALSE, FALSE);
626 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
627                                  repeatable, mandatory, hidden)
628 VALUES (1, 'biblio', '031', '6', $$Linkage$$,
629 FALSE, FALSE, FALSE);
630 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
631                                  repeatable, mandatory, hidden)
632 VALUES (1, 'biblio', '031', '8', $$Field link and sequence number$$,
633 TRUE, FALSE, FALSE);
634 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
635                               fixed_field, repeatable, mandatory, hidden)
636 VALUES (1, 'biblio', '032', $$Postal Registration Number$$, $$Number assigned to a publication for which the specified postal service permits the use of a special mailing class privilege.$$,
637 FALSE, TRUE, FALSE, FALSE);
638 INSERT INTO config.record_attr_definition(name, label)
639 VALUES ('marc21_biblio_032_ind_1', 'MARC 21 biblio field 032 indicator position 1');
640 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
641 VALUES ('marc21_biblio_032_ind_1', '#', $$Undefined$$, FALSE, TRUE);
642 INSERT INTO config.record_attr_definition(name, label)
643 VALUES ('marc21_biblio_032_ind_2', 'MARC 21 biblio field 032 indicator position 2');
644 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
645 VALUES ('marc21_biblio_032_ind_2', '#', $$Undefined$$, FALSE, TRUE);
646 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
647                                  repeatable, mandatory, hidden)
648 VALUES (1, 'biblio', '032', 'a', $$Postal registration number$$,
649 FALSE, FALSE, FALSE);
650 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
651                                  repeatable, mandatory, hidden)
652 VALUES (1, 'biblio', '032', 'b', $$Source agency assigning number$$,
653 FALSE, FALSE, FALSE);
654 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
655                                  repeatable, mandatory, hidden)
656 VALUES (1, 'biblio', '032', '6', $$Linkage$$,
657 FALSE, FALSE, FALSE);
658 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
659                                  repeatable, mandatory, hidden)
660 VALUES (1, 'biblio', '032', '8', $$Field link and sequence number$$,
661 TRUE, FALSE, FALSE);
662 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
663                               fixed_field, repeatable, mandatory, hidden)
664 VALUES (1, 'biblio', '033', $$Date/Time and Place of an Event$$, $$Formatted date/time and/or coded place of creation, capture, recording, filming, execution, or broadcast associated with an event or the finding of a naturally occurring object. This information in textual form is contained in field 518 (Date/Time and Place of an Event Note).$$,
665 FALSE, TRUE, FALSE, FALSE);
666 INSERT INTO config.record_attr_definition(name, label)
667 VALUES ('marc21_biblio_033_ind_1', 'MARC 21 biblio field 033 indicator position 1');
668 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
669 VALUES ('marc21_biblio_033_ind_1', '#', $$No date information$$, FALSE, TRUE);
670 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
671 VALUES ('marc21_biblio_033_ind_1', '0', $$Single date$$, FALSE, TRUE);
672 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
673 VALUES ('marc21_biblio_033_ind_1', '1', $$Multiple single dates$$, FALSE, TRUE);
674 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
675 VALUES ('marc21_biblio_033_ind_1', '2', $$Range of dates$$, FALSE, TRUE);
676 INSERT INTO config.record_attr_definition(name, label)
677 VALUES ('marc21_biblio_033_ind_2', 'MARC 21 biblio field 033 indicator position 2');
678 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
679 VALUES ('marc21_biblio_033_ind_2', '#', $$No information provided$$, FALSE, TRUE);
680 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
681 VALUES ('marc21_biblio_033_ind_2', '0', $$Capture$$, FALSE, TRUE);
682 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
683 VALUES ('marc21_biblio_033_ind_2', '1', $$Broadcast$$, FALSE, TRUE);
684 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
685 VALUES ('marc21_biblio_033_ind_2', '2', $$Finding$$, FALSE, TRUE);
686 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
687                                  repeatable, mandatory, hidden)
688 VALUES (1, 'biblio', '033', 'a', $$Formatted date/time$$,
689 TRUE, FALSE, FALSE);
690 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
691                                  repeatable, mandatory, hidden)
692 VALUES (1, 'biblio', '033', 'b', $$Geographic classification area code$$,
693 TRUE, FALSE, FALSE);
694 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
695                                  repeatable, mandatory, hidden)
696 VALUES (1, 'biblio', '033', 'c', $$Geographic classification subarea code$$,
697 TRUE, FALSE, FALSE);
698 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
699                                  repeatable, mandatory, hidden)
700 VALUES (1, 'biblio', '033', 'p', $$Place of event$$,
701 TRUE, FALSE, FALSE);
702 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
703                                  repeatable, mandatory, hidden)
704 VALUES (1, 'biblio', '033', '0', $$Record control number$$,
705 TRUE, FALSE, FALSE);
706 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
707                                  repeatable, mandatory, hidden)
708 VALUES (1, 'biblio', '033', '2', $$Source of term$$,
709 TRUE, FALSE, FALSE);
710 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
711                                  repeatable, mandatory, hidden)
712 VALUES (1, 'biblio', '033', '3', $$Materials specified$$,
713 FALSE, FALSE, FALSE);
714 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
715                                  repeatable, mandatory, hidden)
716 VALUES (1, 'biblio', '033', '6', $$Linkage$$,
717 FALSE, FALSE, FALSE);
718 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
719                                  repeatable, mandatory, hidden)
720 VALUES (1, 'biblio', '033', '8', $$Field link and sequence number$$,
721 TRUE, FALSE, FALSE);
722 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
723                               fixed_field, repeatable, mandatory, hidden)
724 VALUES (1, 'biblio', '034', $$Coded Cartographic Mathematical Data$$, $$Coded form of the mathematical data contained in field 255 (Mathematical Data Area) of the bibliographic record.$$,
725 FALSE, TRUE, FALSE, FALSE);
726 INSERT INTO config.record_attr_definition(name, label)
727 VALUES ('marc21_biblio_034_ind_1', 'MARC 21 biblio field 034 indicator position 1');
728 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
729 VALUES ('marc21_biblio_034_ind_1', '0', $$Scale indeterminable/No scale recorded$$, FALSE, TRUE);
730 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
731 VALUES ('marc21_biblio_034_ind_1', '1', $$Single scale$$, FALSE, TRUE);
732 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
733 VALUES ('marc21_biblio_034_ind_1', '3', $$Range of scales$$, FALSE, TRUE);
734 INSERT INTO config.record_attr_definition(name, label)
735 VALUES ('marc21_biblio_034_ind_2', 'MARC 21 biblio field 034 indicator position 2');
736 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
737 VALUES ('marc21_biblio_034_ind_2', '#', $$Not applicable$$, FALSE, TRUE);
738 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
739 VALUES ('marc21_biblio_034_ind_2', '0', $$Outer ring$$, FALSE, TRUE);
740 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
741 VALUES ('marc21_biblio_034_ind_2', '1', $$Exclusion ring$$, FALSE, TRUE);
742 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
743                                  repeatable, mandatory, hidden)
744 VALUES (1, 'biblio', '034', 'a', $$Category of scale$$,
745 FALSE, FALSE, FALSE);
746 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
747                                  repeatable, mandatory, hidden)
748 VALUES (1, 'biblio', '034', 'b', $$Constant ratio linear horizontal scale$$,
749 TRUE, FALSE, FALSE);
750 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
751                                  repeatable, mandatory, hidden)
752 VALUES (1, 'biblio', '034', 'c', $$Constant ratio linear vertical scale$$,
753 TRUE, FALSE, FALSE);
754 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
755                                  repeatable, mandatory, hidden)
756 VALUES (1, 'biblio', '034', 'd', $$Coordinates$$,
757 TRUE, FALSE, FALSE);
758 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
759                                  repeatable, mandatory, hidden)
760 VALUES (1, 'biblio', '034', 'e', $$Coordinates$$,
761 TRUE, FALSE, FALSE);
762 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
763                                  repeatable, mandatory, hidden)
764 VALUES (1, 'biblio', '034', 'f', $$Coordinates$$,
765 TRUE, FALSE, FALSE);
766 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
767                                  repeatable, mandatory, hidden)
768 VALUES (1, 'biblio', '034', 'g', $$Coordinates$$,
769 TRUE, FALSE, FALSE);
770 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
771                                  repeatable, mandatory, hidden)
772 VALUES (1, 'biblio', '034', 'h', $$Angular scale$$,
773 TRUE, FALSE, FALSE);
774 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
775                                  repeatable, mandatory, hidden)
776 VALUES (1, 'biblio', '034', 'j', $$Declination$$,
777 TRUE, FALSE, FALSE);
778 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
779                                  repeatable, mandatory, hidden)
780 VALUES (1, 'biblio', '034', 'k', $$Declination$$,
781 TRUE, FALSE, FALSE);
782 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
783                                  repeatable, mandatory, hidden)
784 VALUES (1, 'biblio', '034', 'm', $$Right ascension$$,
785 TRUE, FALSE, FALSE);
786 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
787                                  repeatable, mandatory, hidden)
788 VALUES (1, 'biblio', '034', 'n', $$Right ascension$$,
789 TRUE, FALSE, FALSE);
790 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
791                                  repeatable, mandatory, hidden)
792 VALUES (1, 'biblio', '034', 'p', $$Equinox$$,
793 FALSE, FALSE, FALSE);
794 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
795                                  repeatable, mandatory, hidden)
796 VALUES (1, 'biblio', '034', 'r', $$Distance from earth$$,
797 FALSE, FALSE, FALSE);
798 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
799                                  repeatable, mandatory, hidden)
800 VALUES (1, 'biblio', '034', 's', $$G-ring latitude$$,
801 TRUE, FALSE, FALSE);
802 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
803                                  repeatable, mandatory, hidden)
804 VALUES (1, 'biblio', '034', 't', $$G-ring longitude$$,
805 TRUE, FALSE, FALSE);
806 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
807                                  repeatable, mandatory, hidden)
808 VALUES (1, 'biblio', '034', 'x', $$Beginning date$$,
809 FALSE, FALSE, FALSE);
810 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
811                                  repeatable, mandatory, hidden)
812 VALUES (1, 'biblio', '034', 'y', $$Ending date$$,
813 FALSE, FALSE, FALSE);
814 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
815                                  repeatable, mandatory, hidden)
816 VALUES (1, 'biblio', '034', 'z', $$Name of extraterrestrial body$$,
817 FALSE, FALSE, FALSE);
818 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
819                                  repeatable, mandatory, hidden)
820 VALUES (1, 'biblio', '034', '2', $$Source$$,
821 FALSE, FALSE, FALSE);
822 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
823                                  repeatable, mandatory, hidden)
824 VALUES (1, 'biblio', '034', '3', $$Materials specified$$,
825 FALSE, FALSE, FALSE);
826 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
827                                  repeatable, mandatory, hidden)
828 VALUES (1, 'biblio', '034', '6', $$Linkage$$,
829 FALSE, FALSE, FALSE);
830 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
831                                  repeatable, mandatory, hidden)
832 VALUES (1, 'biblio', '034', '8', $$Field link and sequence number$$,
833 TRUE, FALSE, FALSE);
834 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
835                               fixed_field, repeatable, mandatory, hidden)
836 VALUES (1, 'biblio', '035', $$System Control Number$$, $$Control number of a system other than the one whose control number is contained in field 001 (Control Number), field 010 (Library of Congress Control Number) or field 016 (National Bibliographic Agency Control Number).$$,
837 FALSE, TRUE, FALSE, FALSE);
838 INSERT INTO config.record_attr_definition(name, label)
839 VALUES ('marc21_biblio_035_ind_1', 'MARC 21 biblio field 035 indicator position 1');
840 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
841 VALUES ('marc21_biblio_035_ind_1', '#', $$Undefined$$, FALSE, TRUE);
842 INSERT INTO config.record_attr_definition(name, label)
843 VALUES ('marc21_biblio_035_ind_2', 'MARC 21 biblio field 035 indicator position 2');
844 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
845 VALUES ('marc21_biblio_035_ind_2', '#', $$Undefined$$, FALSE, TRUE);
846 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
847                                  repeatable, mandatory, hidden)
848 VALUES (1, 'biblio', '035', 'a', $$System control number$$,
849 FALSE, FALSE, FALSE);
850 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
851                                  repeatable, mandatory, hidden)
852 VALUES (1, 'biblio', '035', 'z', $$Canceled/invalid control number$$,
853 TRUE, FALSE, FALSE);
854 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
855                                  repeatable, mandatory, hidden)
856 VALUES (1, 'biblio', '035', '6', $$Linkage$$,
857 FALSE, FALSE, FALSE);
858 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
859                                  repeatable, mandatory, hidden)
860 VALUES (1, 'biblio', '035', '8', $$Field link and sequence number$$,
861 TRUE, FALSE, FALSE);
862 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
863                               fixed_field, repeatable, mandatory, hidden)
864 VALUES (1, 'biblio', '036', $$Original Study Number for Computer Data Files$$, $$Original study number assigned by the producer of the computer file. Introductory phrase may be generated based on the field tag.$$,
865 FALSE, FALSE, FALSE, FALSE);
866 INSERT INTO config.record_attr_definition(name, label)
867 VALUES ('marc21_biblio_036_ind_1', 'MARC 21 biblio field 036 indicator position 1');
868 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
869 VALUES ('marc21_biblio_036_ind_1', '#', $$Undefined$$, FALSE, TRUE);
870 INSERT INTO config.record_attr_definition(name, label)
871 VALUES ('marc21_biblio_036_ind_2', 'MARC 21 biblio field 036 indicator position 2');
872 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
873 VALUES ('marc21_biblio_036_ind_2', '#', $$Undefined$$, FALSE, TRUE);
874 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
875                                  repeatable, mandatory, hidden)
876 VALUES (1, 'biblio', '036', 'a', $$Original study number$$,
877 FALSE, FALSE, FALSE);
878 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
879                                  repeatable, mandatory, hidden)
880 VALUES (1, 'biblio', '036', 'b', $$Source agency assigning number$$,
881 FALSE, FALSE, FALSE);
882 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
883                                  repeatable, mandatory, hidden)
884 VALUES (1, 'biblio', '036', '6', $$Linkage$$,
885 FALSE, FALSE, FALSE);
886 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
887                                  repeatable, mandatory, hidden)
888 VALUES (1, 'biblio', '036', '8', $$Field link and sequence number$$,
889 TRUE, FALSE, FALSE);
890 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
891                               fixed_field, repeatable, mandatory, hidden)
892 VALUES (1, 'biblio', '037', $$Source of Acquisition$$, $$Source of acquisition information for the item or its reproduction.$$,
893 FALSE, TRUE, FALSE, FALSE);
894 INSERT INTO config.record_attr_definition(name, label)
895 VALUES ('marc21_biblio_037_ind_1', 'MARC 21 biblio field 037 indicator position 1');
896 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
897 VALUES ('marc21_biblio_037_ind_1', '#', $$Undefined$$, FALSE, TRUE);
898 INSERT INTO config.record_attr_definition(name, label)
899 VALUES ('marc21_biblio_037_ind_2', 'MARC 21 biblio field 037 indicator position 2');
900 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
901 VALUES ('marc21_biblio_037_ind_2', '#', $$Undefined$$, FALSE, TRUE);
902 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
903                                  repeatable, mandatory, hidden)
904 VALUES (1, 'biblio', '037', 'a', $$Stock number$$,
905 FALSE, FALSE, FALSE);
906 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
907                                  repeatable, mandatory, hidden)
908 VALUES (1, 'biblio', '037', 'b', $$Source of stock number/acquisition$$,
909 FALSE, FALSE, FALSE);
910 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
911                                  repeatable, mandatory, hidden)
912 VALUES (1, 'biblio', '037', 'c', $$Terms of availability$$,
913 TRUE, FALSE, FALSE);
914 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
915                                  repeatable, mandatory, hidden)
916 VALUES (1, 'biblio', '037', 'f', $$Form of issue$$,
917 TRUE, FALSE, FALSE);
918 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
919                                  repeatable, mandatory, hidden)
920 VALUES (1, 'biblio', '037', 'g', $$Additional format characteristics$$,
921 TRUE, FALSE, FALSE);
922 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
923                                  repeatable, mandatory, hidden)
924 VALUES (1, 'biblio', '037', 'n', $$Note$$,
925 TRUE, FALSE, FALSE);
926 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
927                                  repeatable, mandatory, hidden)
928 VALUES (1, 'biblio', '037', '6', $$Linkage$$,
929 FALSE, FALSE, FALSE);
930 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
931                                  repeatable, mandatory, hidden)
932 VALUES (1, 'biblio', '037', '8', $$Field link and sequence number$$,
933 TRUE, FALSE, FALSE);
934 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
935                               fixed_field, repeatable, mandatory, hidden)
936 VALUES (1, 'biblio', '038', $$Record Content Licensor$$, $$MARC code of the organization that licenses the intellectual property rights to the data contained in the record, such as with contractual arrangements. See Appendix I: for a listing of sources used in MARC 21 records.$$,
937 FALSE, FALSE, FALSE, FALSE);
938 INSERT INTO config.record_attr_definition(name, label)
939 VALUES ('marc21_biblio_038_ind_1', 'MARC 21 biblio field 038 indicator position 1');
940 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
941 VALUES ('marc21_biblio_038_ind_1', '#', $$Undefined$$, FALSE, TRUE);
942 INSERT INTO config.record_attr_definition(name, label)
943 VALUES ('marc21_biblio_038_ind_2', 'MARC 21 biblio field 038 indicator position 2');
944 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
945 VALUES ('marc21_biblio_038_ind_2', '#', $$Undefined$$, FALSE, TRUE);
946 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
947                                  repeatable, mandatory, hidden)
948 VALUES (1, 'biblio', '038', 'a', $$Record content licensor$$,
949 FALSE, FALSE, FALSE);
950 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
951                                  repeatable, mandatory, hidden)
952 VALUES (1, 'biblio', '038', '6', $$Linkage$$,
953 FALSE, FALSE, FALSE);
954 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
955                                  repeatable, mandatory, hidden)
956 VALUES (1, 'biblio', '038', '8', $$Field link and sequence number$$,
957 TRUE, FALSE, FALSE);
958 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
959                               fixed_field, repeatable, mandatory, hidden)
960 VALUES (1, 'biblio', '040', $$Cataloging Source$$, $$MARC code for or the name of the organization(s) that created the original bibliographic record, assigned MARC content designation and transcribed the record into machine-readable form, or modified (except for the addition of holdings symbols) an existing MARC record. These data and the code in 008/39 (Cataloging source) specify the parties responsible for the bibliographic record. See: for a listing of sources used in MARC 21 records.$$,
961 FALSE, FALSE, FALSE, FALSE);
962 INSERT INTO config.record_attr_definition(name, label)
963 VALUES ('marc21_biblio_040_ind_1', 'MARC 21 biblio field 040 indicator position 1');
964 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
965 VALUES ('marc21_biblio_040_ind_1', '#', $$Undefined$$, FALSE, TRUE);
966 INSERT INTO config.record_attr_definition(name, label)
967 VALUES ('marc21_biblio_040_ind_2', 'MARC 21 biblio field 040 indicator position 2');
968 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
969 VALUES ('marc21_biblio_040_ind_2', '#', $$Undefined$$, FALSE, TRUE);
970 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
971                                  repeatable, mandatory, hidden)
972 VALUES (1, 'biblio', '040', 'a', $$Original cataloging agency$$,
973 FALSE, FALSE, FALSE);
974 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
975                                  repeatable, mandatory, hidden)
976 VALUES (1, 'biblio', '040', 'b', $$Language of cataloging$$,
977 FALSE, FALSE, FALSE);
978 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
979                                  repeatable, mandatory, hidden)
980 VALUES (1, 'biblio', '040', 'c', $$Transcribing agency$$,
981 FALSE, FALSE, FALSE);
982 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
983                                  repeatable, mandatory, hidden)
984 VALUES (1, 'biblio', '040', 'd', $$Modifying agency$$,
985 TRUE, FALSE, FALSE);
986 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
987                                  repeatable, mandatory, hidden)
988 VALUES (1, 'biblio', '040', 'e', $$Description conventions$$,
989 TRUE, FALSE, FALSE);
990 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
991                                  repeatable, mandatory, hidden)
992 VALUES (1, 'biblio', '040', '6', $$Linkage$$,
993 FALSE, FALSE, FALSE);
994 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
995                                  repeatable, mandatory, hidden)
996 VALUES (1, 'biblio', '040', '8', $$Field link and sequence number$$,
997 TRUE, FALSE, FALSE);
998 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
999                               fixed_field, repeatable, mandatory, hidden)
1000 VALUES (1, 'biblio', '041', $$Language Code$$, $$Codes for languages associated with an item when the language code in field 008/35-37 of the record is insufficient to convey full information. Includes records for multilingual items, items that involve translation, and items where the medium of communication is a sign language. Sources of the codes are: or other code lists such as ISO 639-1 ( ).$$,
1001 FALSE, TRUE, FALSE, FALSE);
1002 INSERT INTO config.record_attr_definition(name, label)
1003 VALUES ('marc21_biblio_041_ind_1', 'MARC 21 biblio field 041 indicator position 1');
1004 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1005 VALUES ('marc21_biblio_041_ind_1', '#', $$No information provided$$, FALSE, TRUE);
1006 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1007 VALUES ('marc21_biblio_041_ind_1', '0', $$Item not a translation/does not include a translation$$, FALSE, TRUE);
1008 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1009 VALUES ('marc21_biblio_041_ind_1', '1', $$Item is or includes a translation$$, FALSE, TRUE);
1010 INSERT INTO config.record_attr_definition(name, label)
1011 VALUES ('marc21_biblio_041_ind_2', 'MARC 21 biblio field 041 indicator position 2');
1012 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1013 VALUES ('marc21_biblio_041_ind_2', '#', $$MARC language code$$, FALSE, TRUE);
1014 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1015 VALUES ('marc21_biblio_041_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
1016 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1017                                  repeatable, mandatory, hidden)
1018 VALUES (1, 'biblio', '041', 'a', $$Language code of text/sound track or separate title$$,
1019 TRUE, FALSE, FALSE);
1020 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1021                                  repeatable, mandatory, hidden)
1022 VALUES (1, 'biblio', '041', 'b', $$Language code of summary or abstract$$,
1023 TRUE, FALSE, FALSE);
1024 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1025                                  repeatable, mandatory, hidden)
1026 VALUES (1, 'biblio', '041', 'd', $$Language code of sung or spoken text$$,
1027 TRUE, FALSE, FALSE);
1028 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1029                                  repeatable, mandatory, hidden)
1030 VALUES (1, 'biblio', '041', 'e', $$Language code of librettos$$,
1031 TRUE, FALSE, FALSE);
1032 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1033                                  repeatable, mandatory, hidden)
1034 VALUES (1, 'biblio', '041', 'f', $$Language code of table of contents$$,
1035 TRUE, FALSE, FALSE);
1036 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1037                                  repeatable, mandatory, hidden)
1038 VALUES (1, 'biblio', '041', 'g', $$Language code of accompanying material other than librettos$$,
1039 TRUE, FALSE, FALSE);
1040 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1041                                  repeatable, mandatory, hidden)
1042 VALUES (1, 'biblio', '041', 'h', $$Language code of original and/or intermediate translations of text$$,
1043 TRUE, FALSE, FALSE);
1044 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1045                                  repeatable, mandatory, hidden)
1046 VALUES (1, 'biblio', '041', 'j', $$Language code of subtitles or captions$$,
1047 TRUE, FALSE, FALSE);
1048 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1049                                  repeatable, mandatory, hidden)
1050 VALUES (1, 'biblio', '041', '2', $$Source of code$$,
1051 FALSE, FALSE, FALSE);
1052 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1053                                  repeatable, mandatory, hidden)
1054 VALUES (1, 'biblio', '041', '6', $$Linkage$$,
1055 FALSE, FALSE, FALSE);
1056 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1057                                  repeatable, mandatory, hidden)
1058 VALUES (1, 'biblio', '041', '8', $$Field link and sequence number$$,
1059 TRUE, FALSE, FALSE);
1060 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1061                               fixed_field, repeatable, mandatory, hidden)
1062 VALUES (1, 'biblio', '042', $$Authentication Code$$, $$One or more authentication codes indicating that the record, existing in a national database, has been reviewed in a specific way. Used for codes associated with specifically designated authentication agencies. Code from: .$$,
1063 FALSE, FALSE, FALSE, FALSE);
1064 INSERT INTO config.record_attr_definition(name, label)
1065 VALUES ('marc21_biblio_042_ind_1', 'MARC 21 biblio field 042 indicator position 1');
1066 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1067 VALUES ('marc21_biblio_042_ind_1', '#', $$Undefined$$, FALSE, TRUE);
1068 INSERT INTO config.record_attr_definition(name, label)
1069 VALUES ('marc21_biblio_042_ind_2', 'MARC 21 biblio field 042 indicator position 2');
1070 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1071 VALUES ('marc21_biblio_042_ind_2', '#', $$Undefined$$, FALSE, TRUE);
1072 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1073                                  repeatable, mandatory, hidden)
1074 VALUES (1, 'biblio', '042', 'a', $$Authentication code$$,
1075 TRUE, FALSE, FALSE);
1076 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1077                               fixed_field, repeatable, mandatory, hidden)
1078 VALUES (1, 'biblio', '043', $$Geographic Area Code$$, $$Geographic area codes associated with an item. Code from: . The source of a local code in subfield $b is indicated in subfield $2. The source of codes in subfield $c is or .$$,
1079 FALSE, FALSE, FALSE, FALSE);
1080 INSERT INTO config.record_attr_definition(name, label)
1081 VALUES ('marc21_biblio_043_ind_1', 'MARC 21 biblio field 043 indicator position 1');
1082 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1083 VALUES ('marc21_biblio_043_ind_1', '#', $$Undefined$$, FALSE, TRUE);
1084 INSERT INTO config.record_attr_definition(name, label)
1085 VALUES ('marc21_biblio_043_ind_2', 'MARC 21 biblio field 043 indicator position 2');
1086 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1087 VALUES ('marc21_biblio_043_ind_2', '#', $$Undefined$$, FALSE, TRUE);
1088 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1089                                  repeatable, mandatory, hidden)
1090 VALUES (1, 'biblio', '043', 'a', $$Geographic area code$$,
1091 TRUE, FALSE, FALSE);
1092 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1093                                  repeatable, mandatory, hidden)
1094 VALUES (1, 'biblio', '043', 'b', $$Local GAC code$$,
1095 TRUE, FALSE, FALSE);
1096 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1097                                  repeatable, mandatory, hidden)
1098 VALUES (1, 'biblio', '043', 'c', $$ISO code$$,
1099 TRUE, FALSE, FALSE);
1100 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1101                                  repeatable, mandatory, hidden)
1102 VALUES (1, 'biblio', '043', '2', $$Source of local code$$,
1103 TRUE, FALSE, FALSE);
1104 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1105                                  repeatable, mandatory, hidden)
1106 VALUES (1, 'biblio', '043', '6', $$Linkage$$,
1107 FALSE, FALSE, FALSE);
1108 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1109                                  repeatable, mandatory, hidden)
1110 VALUES (1, 'biblio', '043', '8', $$Field link and sequence number$$,
1111 TRUE, FALSE, FALSE);
1112 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1113                               fixed_field, repeatable, mandatory, hidden)
1114 VALUES (1, 'biblio', '044', $$Country of Publishing/Producing Entity Code$$, $$Two- or three-character code for the country of the publishing or producing entity when field 008/15-17 (Place of publication, production, or execution) is insufficient to convey full information for an item published or produced in more than one country. Code from: . May be used to include country and subentity codes from or .$$,
1115 FALSE, FALSE, FALSE, FALSE);
1116 INSERT INTO config.record_attr_definition(name, label)
1117 VALUES ('marc21_biblio_044_ind_1', 'MARC 21 biblio field 044 indicator position 1');
1118 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1119 VALUES ('marc21_biblio_044_ind_1', '#', $$Undefined$$, FALSE, TRUE);
1120 INSERT INTO config.record_attr_definition(name, label)
1121 VALUES ('marc21_biblio_044_ind_2', 'MARC 21 biblio field 044 indicator position 2');
1122 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1123 VALUES ('marc21_biblio_044_ind_2', '#', $$Undefined$$, FALSE, TRUE);
1124 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1125                                  repeatable, mandatory, hidden)
1126 VALUES (1, 'biblio', '044', 'a', $$MARC country code$$,
1127 TRUE, FALSE, FALSE);
1128 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1129                                  repeatable, mandatory, hidden)
1130 VALUES (1, 'biblio', '044', 'b', $$Local subentity code$$,
1131 TRUE, FALSE, FALSE);
1132 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1133                                  repeatable, mandatory, hidden)
1134 VALUES (1, 'biblio', '044', 'c', $$ISO country code$$,
1135 TRUE, FALSE, FALSE);
1136 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1137                                  repeatable, mandatory, hidden)
1138 VALUES (1, 'biblio', '044', '2', $$Source of local subentity code$$,
1139 TRUE, FALSE, FALSE);
1140 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1141                                  repeatable, mandatory, hidden)
1142 VALUES (1, 'biblio', '044', '6', $$Linkage$$,
1143 FALSE, FALSE, FALSE);
1144 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1145                                  repeatable, mandatory, hidden)
1146 VALUES (1, 'biblio', '044', '8', $$Field link and sequence number$$,
1147 TRUE, FALSE, FALSE);
1148 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1149                               fixed_field, repeatable, mandatory, hidden)
1150 VALUES (1, 'biblio', '045', $$Time Period of Content$$, $$Time period code (subfield $a) and/or a formatted time period (subfield $b and/or $c) associated with an item.$$,
1151 FALSE, FALSE, FALSE, FALSE);
1152 INSERT INTO config.record_attr_definition(name, label)
1153 VALUES ('marc21_biblio_045_ind_1', 'MARC 21 biblio field 045 indicator position 1');
1154 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1155 VALUES ('marc21_biblio_045_ind_1', '#', $$Subfield $b or $c not present$$, FALSE, TRUE);
1156 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1157 VALUES ('marc21_biblio_045_ind_1', '0', $$Single date/time$$, FALSE, TRUE);
1158 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1159 VALUES ('marc21_biblio_045_ind_1', '1', $$Multiple single dates/times$$, FALSE, TRUE);
1160 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1161 VALUES ('marc21_biblio_045_ind_1', '2', $$Range of dates/times$$, FALSE, TRUE);
1162 INSERT INTO config.record_attr_definition(name, label)
1163 VALUES ('marc21_biblio_045_ind_2', 'MARC 21 biblio field 045 indicator position 2');
1164 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1165 VALUES ('marc21_biblio_045_ind_2', '#', $$Undefined$$, FALSE, TRUE);
1166 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1167                                  repeatable, mandatory, hidden)
1168 VALUES (1, 'biblio', '045', 'a', $$Time period code$$,
1169 TRUE, FALSE, FALSE);
1170 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1171                                  repeatable, mandatory, hidden)
1172 VALUES (1, 'biblio', '045', 'b', $$Formatted 9999 B.C. through C.E. time period$$,
1173 TRUE, FALSE, FALSE);
1174 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1175                                  repeatable, mandatory, hidden)
1176 VALUES (1, 'biblio', '045', 'c', $$Formatted pre-9999 B.C. time period$$,
1177 TRUE, FALSE, FALSE);
1178 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1179                                  repeatable, mandatory, hidden)
1180 VALUES (1, 'biblio', '045', '6', $$Linkage$$,
1181 FALSE, FALSE, FALSE);
1182 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1183                                  repeatable, mandatory, hidden)
1184 VALUES (1, 'biblio', '045', '8', $$Field link and sequence number$$,
1185 TRUE, FALSE, FALSE);
1186 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1187                               fixed_field, repeatable, mandatory, hidden)
1188 VALUES (1, 'biblio', '046', $$Special Coded Dates$$, $$Date of item information that cannot be recorded in 008/06-14 (Type of date/Publication status, Date 1, Date 2) because such information involves one or more Before Common Era (B.C.) dates, incorrect dates, dates when resources have been modified or created, and date spans when resources are valid. When field 046 is used for B.C. dates, 008/06 is set to code b (No date given; B.C. date involved) and field 008/07-10 and 008/11-14 contain blanks (####). When field 046 is used for incorrect dates, field 008/06 is coded for the type of corrected data and field 008/07-10 and 008/11-14 contain correct dates.$$,
1189 FALSE, TRUE, FALSE, FALSE);
1190 INSERT INTO config.record_attr_definition(name, label)
1191 VALUES ('marc21_biblio_046_ind_1', 'MARC 21 biblio field 046 indicator position 1');
1192 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1193 VALUES ('marc21_biblio_046_ind_1', '#', $$Undefined$$, FALSE, TRUE);
1194 INSERT INTO config.record_attr_definition(name, label)
1195 VALUES ('marc21_biblio_046_ind_2', 'MARC 21 biblio field 046 indicator position 2');
1196 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1197 VALUES ('marc21_biblio_046_ind_2', '#', $$Undefined$$, FALSE, TRUE);
1198 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1199                                  repeatable, mandatory, hidden)
1200 VALUES (1, 'biblio', '046', 'a', $$Type of date code$$,
1201 FALSE, FALSE, FALSE);
1202 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1203                                  repeatable, mandatory, hidden)
1204 VALUES (1, 'biblio', '046', 'b', $$Date 1, B.C. date$$,
1205 FALSE, FALSE, FALSE);
1206 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1207                                  repeatable, mandatory, hidden)
1208 VALUES (1, 'biblio', '046', 'c', $$Date 1, C.E. date$$,
1209 FALSE, FALSE, FALSE);
1210 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1211                                  repeatable, mandatory, hidden)
1212 VALUES (1, 'biblio', '046', 'd', $$Date 2, B.C. date$$,
1213 FALSE, FALSE, FALSE);
1214 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1215                                  repeatable, mandatory, hidden)
1216 VALUES (1, 'biblio', '046', 'e', $$Date 2, C.E. date$$,
1217 FALSE, FALSE, FALSE);
1218 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1219                                  repeatable, mandatory, hidden)
1220 VALUES (1, 'biblio', '046', 'j', $$Date resource modified$$,
1221 FALSE, FALSE, FALSE);
1222 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1223                                  repeatable, mandatory, hidden)
1224 VALUES (1, 'biblio', '046', 'k', $$Beginning or single date created$$,
1225 FALSE, FALSE, FALSE);
1226 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1227                                  repeatable, mandatory, hidden)
1228 VALUES (1, 'biblio', '046', 'l', $$Ending date created$$,
1229 FALSE, FALSE, FALSE);
1230 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1231                                  repeatable, mandatory, hidden)
1232 VALUES (1, 'biblio', '046', 'm', $$Beginning of date valid$$,
1233 FALSE, FALSE, FALSE);
1234 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1235                                  repeatable, mandatory, hidden)
1236 VALUES (1, 'biblio', '046', 'n', $$End of date valid$$,
1237 FALSE, FALSE, FALSE);
1238 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1239                                  repeatable, mandatory, hidden)
1240 VALUES (1, 'biblio', '046', '2', $$Source of date$$,
1241 FALSE, FALSE, FALSE);
1242 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1243                                  repeatable, mandatory, hidden)
1244 VALUES (1, 'biblio', '046', '6', $$Linkage$$,
1245 FALSE, FALSE, FALSE);
1246 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1247                                  repeatable, mandatory, hidden)
1248 VALUES (1, 'biblio', '046', '8', $$Field link and sequence number$$,
1249 TRUE, FALSE, FALSE);
1250 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1251                               fixed_field, repeatable, mandatory, hidden)
1252 VALUES (1, 'biblio', '047', $$Form of Musical Composition Code$$, $$Codes that indicate the form of musical composition of printed and manuscript music and musical sound recordings when character positions 18 and 19 (Form of composition) of field 008 (Fixed-Length Data Elements) for music contains the code for multiple forms or for non-MARC codes. MARC codes are listed under field 008 Music, /18-19 (Form of composition).$$,
1253 FALSE, TRUE, FALSE, FALSE);
1254 INSERT INTO config.record_attr_definition(name, label)
1255 VALUES ('marc21_biblio_047_ind_1', 'MARC 21 biblio field 047 indicator position 1');
1256 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1257 VALUES ('marc21_biblio_047_ind_1', '#', $$Undefined$$, FALSE, TRUE);
1258 INSERT INTO config.record_attr_definition(name, label)
1259 VALUES ('marc21_biblio_047_ind_2', 'MARC 21 biblio field 047 indicator position 2');
1260 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1261 VALUES ('marc21_biblio_047_ind_2', '#', $$MARC musical composition code$$, FALSE, TRUE);
1262 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1263 VALUES ('marc21_biblio_047_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
1264 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1265                                  repeatable, mandatory, hidden)
1266 VALUES (1, 'biblio', '047', 'a', $$Form of musical composition code$$,
1267 TRUE, FALSE, FALSE);
1268 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1269                                  repeatable, mandatory, hidden)
1270 VALUES (1, 'biblio', '047', '2', $$Source of code$$,
1271 FALSE, FALSE, FALSE);
1272 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1273                                  repeatable, mandatory, hidden)
1274 VALUES (1, 'biblio', '047', '8', $$Field link and sequence number$$,
1275 TRUE, FALSE, FALSE);
1276 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1277                               fixed_field, repeatable, mandatory, hidden)
1278 VALUES (1, 'biblio', '048', $$Number of Musical Instruments or Voices Code$$, $$Two-character code that indicates the medium of performance for a musical composition. Also contains the of parts, indicated by a two-digit number immediately following the code for the musical instruments or voices (e.g., va02, a two-part composition for Voices - Soprano). The number of parts may be omitted if not specified.$$,
1279 FALSE, TRUE, FALSE, FALSE);
1280 INSERT INTO config.record_attr_definition(name, label)
1281 VALUES ('marc21_biblio_048_ind_1', 'MARC 21 biblio field 048 indicator position 1');
1282 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1283 VALUES ('marc21_biblio_048_ind_1', '#', $$Undefined$$, FALSE, TRUE);
1284 INSERT INTO config.record_attr_definition(name, label)
1285 VALUES ('marc21_biblio_048_ind_2', 'MARC 21 biblio field 048 indicator position 2');
1286 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1287 VALUES ('marc21_biblio_048_ind_2', '#', $$MARC code$$, FALSE, TRUE);
1288 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1289 VALUES ('marc21_biblio_048_ind_2', '7', $$Source specified in subfield â€¡2$$, FALSE, TRUE);
1290 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1291                                  repeatable, mandatory, hidden)
1292 VALUES (1, 'biblio', '048', 'a', $$Performer or ensemble$$,
1293 TRUE, FALSE, FALSE);
1294 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1295                                  repeatable, mandatory, hidden)
1296 VALUES (1, 'biblio', '048', 'b', $$Soloist$$,
1297 TRUE, FALSE, FALSE);
1298 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1299                                  repeatable, mandatory, hidden)
1300 VALUES (1, 'biblio', '048', '2', $$Source of code$$,
1301 FALSE, FALSE, FALSE);
1302 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1303                                  repeatable, mandatory, hidden)
1304 VALUES (1, 'biblio', '048', '8', $$Field link and sequence number$$,
1305 TRUE, FALSE, FALSE);
1306 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1307                               fixed_field, repeatable, mandatory, hidden)
1308 VALUES (1, 'biblio', '050', $$Library of Congress Call Number$$, $$Classification or call number that is taken from or . The brackets that customarily surround alternate class/call numbers are not carried in the MARC record; they may be generated based on the presence of repeated â€¡a subfields.$$,
1309 FALSE, TRUE, FALSE, FALSE);
1310 INSERT INTO config.record_attr_definition(name, label)
1311 VALUES ('marc21_biblio_050_ind_1', 'MARC 21 biblio field 050 indicator position 1');
1312 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1313 VALUES ('marc21_biblio_050_ind_1', '#', $$No information provided$$, FALSE, TRUE);
1314 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1315 VALUES ('marc21_biblio_050_ind_1', '0', $$Item is in LC$$, FALSE, TRUE);
1316 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1317 VALUES ('marc21_biblio_050_ind_1', '1', $$Item is not in LC$$, FALSE, TRUE);
1318 INSERT INTO config.record_attr_definition(name, label)
1319 VALUES ('marc21_biblio_050_ind_2', 'MARC 21 biblio field 050 indicator position 2');
1320 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1321 VALUES ('marc21_biblio_050_ind_2', '0', $$Assigned by LC$$, FALSE, TRUE);
1322 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1323 VALUES ('marc21_biblio_050_ind_2', '4', $$Assigned by agency other than LC$$, FALSE, TRUE);
1324 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1325                                  repeatable, mandatory, hidden)
1326 VALUES (1, 'biblio', '050', 'a', $$Classification number$$,
1327 TRUE, FALSE, FALSE);
1328 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1329                                  repeatable, mandatory, hidden)
1330 VALUES (1, 'biblio', '050', 'b', $$Item number$$,
1331 FALSE, FALSE, FALSE);
1332 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1333                                  repeatable, mandatory, hidden)
1334 VALUES (1, 'biblio', '050', '3', $$Materials specified$$,
1335 FALSE, FALSE, FALSE);
1336 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1337                                  repeatable, mandatory, hidden)
1338 VALUES (1, 'biblio', '050', '6', $$Linkage$$,
1339 FALSE, FALSE, FALSE);
1340 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1341                                  repeatable, mandatory, hidden)
1342 VALUES (1, 'biblio', '050', '8', $$Field link and sequence number$$,
1343 TRUE, FALSE, FALSE);
1344 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1345                               fixed_field, repeatable, mandatory, hidden)
1346 VALUES (1, 'biblio', '051', $$Library of Congress Copy, Issue, Offprint Statement$$, $$Information added to a bibliographic record by the Library of Congress that relates to copies, issues, and/or offprints, etc. of the described material that are in its collections.$$,
1347 FALSE, TRUE, FALSE, FALSE);
1348 INSERT INTO config.record_attr_definition(name, label)
1349 VALUES ('marc21_biblio_051_ind_1', 'MARC 21 biblio field 051 indicator position 1');
1350 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1351 VALUES ('marc21_biblio_051_ind_1', '#', $$Undefined$$, FALSE, TRUE);
1352 INSERT INTO config.record_attr_definition(name, label)
1353 VALUES ('marc21_biblio_051_ind_2', 'MARC 21 biblio field 051 indicator position 2');
1354 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1355 VALUES ('marc21_biblio_051_ind_2', '#', $$Undefined$$, FALSE, TRUE);
1356 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1357                                  repeatable, mandatory, hidden)
1358 VALUES (1, 'biblio', '051', 'a', $$Classification number$$,
1359 FALSE, FALSE, FALSE);
1360 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1361                                  repeatable, mandatory, hidden)
1362 VALUES (1, 'biblio', '051', 'b', $$Item number$$,
1363 FALSE, FALSE, FALSE);
1364 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1365                                  repeatable, mandatory, hidden)
1366 VALUES (1, 'biblio', '051', 'c', $$Copy information$$,
1367 FALSE, FALSE, FALSE);
1368 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1369                                  repeatable, mandatory, hidden)
1370 VALUES (1, 'biblio', '051', '8', $$Field link and sequence number$$,
1371 TRUE, FALSE, FALSE);
1372 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1373                               fixed_field, repeatable, mandatory, hidden)
1374 VALUES (1, 'biblio', '052', $$Geographic Classification$$, $$Geographic classification code that represents the geographic area and, if applicable, the geographic subarea and populated place name covered by an item.$$,
1375 FALSE, TRUE, FALSE, FALSE);
1376 INSERT INTO config.record_attr_definition(name, label)
1377 VALUES ('marc21_biblio_052_ind_1', 'MARC 21 biblio field 052 indicator position 1');
1378 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1379 VALUES ('marc21_biblio_052_ind_1', '#', $$Library of Congress Classification$$, FALSE, TRUE);
1380 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1381 VALUES ('marc21_biblio_052_ind_1', '1', $$U.S. Dept. of Defense Classification$$, FALSE, TRUE);
1382 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1383 VALUES ('marc21_biblio_052_ind_1', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
1384 INSERT INTO config.record_attr_definition(name, label)
1385 VALUES ('marc21_biblio_052_ind_2', 'MARC 21 biblio field 052 indicator position 2');
1386 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1387 VALUES ('marc21_biblio_052_ind_2', '#', $$Undefined$$, FALSE, TRUE);
1388 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1389                                  repeatable, mandatory, hidden)
1390 VALUES (1, 'biblio', '052', 'a', $$Geographic classification area code$$,
1391 FALSE, FALSE, FALSE);
1392 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1393                                  repeatable, mandatory, hidden)
1394 VALUES (1, 'biblio', '052', 'b', $$Geographic classification subarea code$$,
1395 TRUE, FALSE, FALSE);
1396 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1397                                  repeatable, mandatory, hidden)
1398 VALUES (1, 'biblio', '052', 'd', $$Populated place name$$,
1399 TRUE, FALSE, FALSE);
1400 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1401                                  repeatable, mandatory, hidden)
1402 VALUES (1, 'biblio', '052', '2', $$Code source$$,
1403 FALSE, FALSE, FALSE);
1404 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1405                                  repeatable, mandatory, hidden)
1406 VALUES (1, 'biblio', '052', '6', $$Linkage$$,
1407 FALSE, FALSE, FALSE);
1408 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1409                                  repeatable, mandatory, hidden)
1410 VALUES (1, 'biblio', '052', '8', $$Field link and sequence number$$,
1411 TRUE, FALSE, FALSE);
1412 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1413                               fixed_field, repeatable, mandatory, hidden)
1414 VALUES (1, 'biblio', '055', $$Classification Numbers Assigned in Canada$$, $$Complete call number or a classification number assigned by Library and Archives Canada (LAC) or a library contributing to LAC.$$,
1415 FALSE, TRUE, FALSE, FALSE);
1416 INSERT INTO config.record_attr_definition(name, label)
1417 VALUES ('marc21_biblio_055_ind_1', 'MARC 21 biblio field 055 indicator position 1');
1418 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1419 VALUES ('marc21_biblio_055_ind_1', '#', $$Information not provided$$, FALSE, TRUE);
1420 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1421 VALUES ('marc21_biblio_055_ind_1', '0', $$Work held by LAC$$, FALSE, TRUE);
1422 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1423 VALUES ('marc21_biblio_055_ind_1', '1', $$Work not held by LAC$$, FALSE, TRUE);
1424 INSERT INTO config.record_attr_definition(name, label)
1425 VALUES ('marc21_biblio_055_ind_2', 'MARC 21 biblio field 055 indicator position 2');
1426 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1427 VALUES ('marc21_biblio_055_ind_2', '0', $$LC-based call number assigned by LAC$$, FALSE, TRUE);
1428 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1429 VALUES ('marc21_biblio_055_ind_2', '1', $$Complete LC class number assigned by LAC$$, FALSE, TRUE);
1430 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1431 VALUES ('marc21_biblio_055_ind_2', '2', $$Incomplete LC class number assigned by LAC$$, FALSE, TRUE);
1432 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1433 VALUES ('marc21_biblio_055_ind_2', '3', $$LC-based call number assigned by the contributing library$$, FALSE, TRUE);
1434 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1435 VALUES ('marc21_biblio_055_ind_2', '4', $$Complete LC class number assigned by the contributing library$$, FALSE, TRUE);
1436 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1437 VALUES ('marc21_biblio_055_ind_2', '5', $$Incomplete LC class number assigned by the contributing library$$, FALSE, TRUE);
1438 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1439 VALUES ('marc21_biblio_055_ind_2', '6', $$Other call number assigned by LAC$$, FALSE, TRUE);
1440 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1441 VALUES ('marc21_biblio_055_ind_2', '7', $$Other class number assigned by LAC$$, FALSE, TRUE);
1442 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1443 VALUES ('marc21_biblio_055_ind_2', '8', $$Other call number assigned by the contributing library$$, FALSE, TRUE);
1444 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1445 VALUES ('marc21_biblio_055_ind_2', '9', $$Other class number assigned by the contributing library$$, FALSE, TRUE);
1446 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1447                                  repeatable, mandatory, hidden)
1448 VALUES (1, 'biblio', '055', 'a', $$Classification number$$,
1449 FALSE, FALSE, FALSE);
1450 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1451                                  repeatable, mandatory, hidden)
1452 VALUES (1, 'biblio', '055', 'b', $$Item number$$,
1453 FALSE, FALSE, FALSE);
1454 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1455                                  repeatable, mandatory, hidden)
1456 VALUES (1, 'biblio', '055', '2', $$Source of call/class number$$,
1457 FALSE, FALSE, FALSE);
1458 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1459                                  repeatable, mandatory, hidden)
1460 VALUES (1, 'biblio', '055', '6', $$Linkage$$,
1461 FALSE, FALSE, FALSE);
1462 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1463                                  repeatable, mandatory, hidden)
1464 VALUES (1, 'biblio', '055', '8', $$Field link and sequence number$$,
1465 TRUE, FALSE, FALSE);
1466 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1467                               fixed_field, repeatable, mandatory, hidden)
1468 VALUES (1, 'biblio', '060', $$National Library of Medicine Call Number$$, $$Either a complete National Library of Medicine (NLM) call number or classification number assigned by either the National Library of Medicine or by other agencies using the . The second indicator values distinguish between content actually assigned by the National Library of Medicine and content assigned by an organization other than NLM.$$,
1469 FALSE, TRUE, FALSE, FALSE);
1470 INSERT INTO config.record_attr_definition(name, label)
1471 VALUES ('marc21_biblio_060_ind_1', 'MARC 21 biblio field 060 indicator position 1');
1472 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1473 VALUES ('marc21_biblio_060_ind_1', '#', $$No information provided$$, FALSE, TRUE);
1474 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1475 VALUES ('marc21_biblio_060_ind_1', '0', $$Item is in NLM$$, FALSE, TRUE);
1476 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1477 VALUES ('marc21_biblio_060_ind_1', '1', $$Item is not in NLM$$, FALSE, TRUE);
1478 INSERT INTO config.record_attr_definition(name, label)
1479 VALUES ('marc21_biblio_060_ind_2', 'MARC 21 biblio field 060 indicator position 2');
1480 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1481 VALUES ('marc21_biblio_060_ind_2', '0', $$Assigned by NLM$$, FALSE, TRUE);
1482 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1483 VALUES ('marc21_biblio_060_ind_2', '4', $$Assigned by agency other than NLM$$, FALSE, TRUE);
1484 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1485                                  repeatable, mandatory, hidden)
1486 VALUES (1, 'biblio', '060', 'a', $$Classification number$$,
1487 TRUE, FALSE, FALSE);
1488 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1489                                  repeatable, mandatory, hidden)
1490 VALUES (1, 'biblio', '060', 'b', $$Item number$$,
1491 FALSE, FALSE, FALSE);
1492 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1493                                  repeatable, mandatory, hidden)
1494 VALUES (1, 'biblio', '060', '8', $$Field link and sequence number$$,
1495 TRUE, FALSE, FALSE);
1496 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1497                               fixed_field, repeatable, mandatory, hidden)
1498 VALUES (1, 'biblio', '061', $$National Library of Medicine Copy Statement$$, $$Information added to a bibliographic record by the National Library of Medicine that relates to second copies or sets of the described item that are in its collections.$$,
1499 FALSE, TRUE, FALSE, FALSE);
1500 INSERT INTO config.record_attr_definition(name, label)
1501 VALUES ('marc21_biblio_061_ind_1', 'MARC 21 biblio field 061 indicator position 1');
1502 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1503 VALUES ('marc21_biblio_061_ind_1', '#', $$Undefined$$, FALSE, TRUE);
1504 INSERT INTO config.record_attr_definition(name, label)
1505 VALUES ('marc21_biblio_061_ind_2', 'MARC 21 biblio field 061 indicator position 2');
1506 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1507 VALUES ('marc21_biblio_061_ind_2', '#', $$Undefined$$, FALSE, TRUE);
1508 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1509                                  repeatable, mandatory, hidden)
1510 VALUES (1, 'biblio', '061', 'a', $$Classification number$$,
1511 TRUE, FALSE, FALSE);
1512 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1513                                  repeatable, mandatory, hidden)
1514 VALUES (1, 'biblio', '061', 'b', $$Item number$$,
1515 FALSE, FALSE, FALSE);
1516 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1517                                  repeatable, mandatory, hidden)
1518 VALUES (1, 'biblio', '061', 'c', $$Copy information$$,
1519 FALSE, FALSE, FALSE);
1520 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1521                                  repeatable, mandatory, hidden)
1522 VALUES (1, 'biblio', '061', '8', $$Field link and sequence number$$,
1523 TRUE, FALSE, FALSE);
1524 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1525                               fixed_field, repeatable, mandatory, hidden)
1526 VALUES (1, 'biblio', '066', $$Character Sets Present$$, $$Information that indicates that the records were encoded with characters from sets other than ISO 10646 (or Unicode). A detailed description of the standard escape sequences used in MARC records is provided in$$,
1527 FALSE, FALSE, FALSE, FALSE);
1528 INSERT INTO config.record_attr_definition(name, label)
1529 VALUES ('marc21_biblio_066_ind_1', 'MARC 21 biblio field 066 indicator position 1');
1530 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1531 VALUES ('marc21_biblio_066_ind_1', '#', $$Undefined$$, FALSE, TRUE);
1532 INSERT INTO config.record_attr_definition(name, label)
1533 VALUES ('marc21_biblio_066_ind_2', 'MARC 21 biblio field 066 indicator position 2');
1534 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1535 VALUES ('marc21_biblio_066_ind_2', '#', $$Undefined$$, FALSE, TRUE);
1536 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1537                                  repeatable, mandatory, hidden)
1538 VALUES (1, 'biblio', '066', 'a', $$Primary G0 character set$$,
1539 FALSE, FALSE, FALSE);
1540 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1541                                  repeatable, mandatory, hidden)
1542 VALUES (1, 'biblio', '066', 'b', $$Primary G1 character set$$,
1543 FALSE, FALSE, FALSE);
1544 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1545                                  repeatable, mandatory, hidden)
1546 VALUES (1, 'biblio', '066', 'c', $$Alternate G0 or G1 character set$$,
1547 TRUE, FALSE, FALSE);
1548 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1549                               fixed_field, repeatable, mandatory, hidden)
1550 VALUES (1, 'biblio', '070', $$National Agricultural Library Call Number$$, $$Classification or call number that is assigned by the National Agricultural Library (NAL).$$,
1551 FALSE, TRUE, FALSE, FALSE);
1552 INSERT INTO config.record_attr_definition(name, label)
1553 VALUES ('marc21_biblio_070_ind_1', 'MARC 21 biblio field 070 indicator position 1');
1554 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1555 VALUES ('marc21_biblio_070_ind_1', '0', $$Item is in NAL$$, FALSE, TRUE);
1556 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1557 VALUES ('marc21_biblio_070_ind_1', '1', $$Item is not in NAL$$, FALSE, TRUE);
1558 INSERT INTO config.record_attr_definition(name, label)
1559 VALUES ('marc21_biblio_070_ind_2', 'MARC 21 biblio field 070 indicator position 2');
1560 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1561 VALUES ('marc21_biblio_070_ind_2', '#', $$Undefined$$, FALSE, TRUE);
1562 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1563                                  repeatable, mandatory, hidden)
1564 VALUES (1, 'biblio', '070', 'a', $$Classification number$$,
1565 TRUE, FALSE, FALSE);
1566 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1567                                  repeatable, mandatory, hidden)
1568 VALUES (1, 'biblio', '070', 'b', $$Item number$$,
1569 FALSE, FALSE, FALSE);
1570 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1571                                  repeatable, mandatory, hidden)
1572 VALUES (1, 'biblio', '070', '8', $$Field link and sequence number$$,
1573 TRUE, FALSE, FALSE);
1574 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1575                               fixed_field, repeatable, mandatory, hidden)
1576 VALUES (1, 'biblio', '071', $$National Agricultural Library Copy Statement$$, $$Call number and other information added to a bibliographic record by the National Agricultural Library (NAL) that relates to second copies or sets of the described item that are in its collections.$$,
1577 FALSE, TRUE, FALSE, FALSE);
1578 INSERT INTO config.record_attr_definition(name, label)
1579 VALUES ('marc21_biblio_071_ind_1', 'MARC 21 biblio field 071 indicator position 1');
1580 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1581 VALUES ('marc21_biblio_071_ind_1', '#', $$Undefined$$, FALSE, TRUE);
1582 INSERT INTO config.record_attr_definition(name, label)
1583 VALUES ('marc21_biblio_071_ind_2', 'MARC 21 biblio field 071 indicator position 2');
1584 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1585 VALUES ('marc21_biblio_071_ind_2', '#', $$Undefined$$, FALSE, TRUE);
1586 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1587                                  repeatable, mandatory, hidden)
1588 VALUES (1, 'biblio', '071', 'a', $$Classification number$$,
1589 TRUE, FALSE, FALSE);
1590 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1591                                  repeatable, mandatory, hidden)
1592 VALUES (1, 'biblio', '071', 'b', $$Item number$$,
1593 FALSE, FALSE, FALSE);
1594 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1595                                  repeatable, mandatory, hidden)
1596 VALUES (1, 'biblio', '071', 'c', $$Copy information$$,
1597 TRUE, FALSE, FALSE);
1598 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1599                                  repeatable, mandatory, hidden)
1600 VALUES (1, 'biblio', '071', '8', $$Field link and sequence number$$,
1601 TRUE, FALSE, FALSE);
1602 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1603                               fixed_field, repeatable, mandatory, hidden)
1604 VALUES (1, 'biblio', '072', $$Subject Category Code$$, $$Code for the subject category that is associated with the described item.$$,
1605 FALSE, TRUE, FALSE, FALSE);
1606 INSERT INTO config.record_attr_definition(name, label)
1607 VALUES ('marc21_biblio_072_ind_1', 'MARC 21 biblio field 072 indicator position 1');
1608 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1609 VALUES ('marc21_biblio_072_ind_1', '#', $$Undefined$$, FALSE, TRUE);
1610 INSERT INTO config.record_attr_definition(name, label)
1611 VALUES ('marc21_biblio_072_ind_2', 'MARC 21 biblio field 072 indicator position 2');
1612 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1613 VALUES ('marc21_biblio_072_ind_2', '0', $$NAL subject category code list$$, FALSE, TRUE);
1614 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1615 VALUES ('marc21_biblio_072_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
1616 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1617                                  repeatable, mandatory, hidden)
1618 VALUES (1, 'biblio', '072', 'a', $$Subject category code$$,
1619 FALSE, FALSE, FALSE);
1620 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1621                                  repeatable, mandatory, hidden)
1622 VALUES (1, 'biblio', '072', 'x', $$Subject category code subdivision$$,
1623 TRUE, FALSE, FALSE);
1624 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1625                                  repeatable, mandatory, hidden)
1626 VALUES (1, 'biblio', '072', '2', $$Source$$,
1627 FALSE, FALSE, FALSE);
1628 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1629                                  repeatable, mandatory, hidden)
1630 VALUES (1, 'biblio', '072', '6', $$Linkage$$,
1631 FALSE, FALSE, FALSE);
1632 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1633                                  repeatable, mandatory, hidden)
1634 VALUES (1, 'biblio', '072', '8', $$Field link and sequence number$$,
1635 TRUE, FALSE, FALSE);
1636 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1637                               fixed_field, repeatable, mandatory, hidden)
1638 VALUES (1, 'biblio', '074', $$GPO Item Number$$, $$Item number assigned to publications by the U.S. Government Printing Office (GPO) to manage their distribution to libraries within its Depository Library System. Numbers are assigned from the .$$,
1639 FALSE, TRUE, FALSE, FALSE);
1640 INSERT INTO config.record_attr_definition(name, label)
1641 VALUES ('marc21_biblio_074_ind_1', 'MARC 21 biblio field 074 indicator position 1');
1642 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1643 VALUES ('marc21_biblio_074_ind_1', '#', $$Undefined$$, FALSE, TRUE);
1644 INSERT INTO config.record_attr_definition(name, label)
1645 VALUES ('marc21_biblio_074_ind_2', 'MARC 21 biblio field 074 indicator position 2');
1646 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1647 VALUES ('marc21_biblio_074_ind_2', '#', $$Undefined$$, FALSE, TRUE);
1648 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1649                                  repeatable, mandatory, hidden)
1650 VALUES (1, 'biblio', '074', 'a', $$GPO item number$$,
1651 FALSE, FALSE, FALSE);
1652 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1653                                  repeatable, mandatory, hidden)
1654 VALUES (1, 'biblio', '074', 'z', $$Canceled/invalid GPO item number$$,
1655 TRUE, FALSE, FALSE);
1656 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1657                                  repeatable, mandatory, hidden)
1658 VALUES (1, 'biblio', '074', '8', $$Field link and sequence number$$,
1659 TRUE, FALSE, FALSE);
1660 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1661                               fixed_field, repeatable, mandatory, hidden)
1662 VALUES (1, 'biblio', '080', $$Universal Decimal Classification Number$$, $$Number taken from the Universal Decimal Classification scheme.$$,
1663 FALSE, TRUE, FALSE, FALSE);
1664 INSERT INTO config.record_attr_definition(name, label)
1665 VALUES ('marc21_biblio_080_ind_1', 'MARC 21 biblio field 080 indicator position 1');
1666 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1667 VALUES ('marc21_biblio_080_ind_1', '#', $$No information provided$$, FALSE, TRUE);
1668 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1669 VALUES ('marc21_biblio_080_ind_1', '0', $$Full$$, FALSE, TRUE);
1670 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1671 VALUES ('marc21_biblio_080_ind_1', '1', $$Abridged$$, FALSE, TRUE);
1672 INSERT INTO config.record_attr_definition(name, label)
1673 VALUES ('marc21_biblio_080_ind_2', 'MARC 21 biblio field 080 indicator position 2');
1674 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1675 VALUES ('marc21_biblio_080_ind_2', '#', $$Undefined$$, FALSE, TRUE);
1676 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1677                                  repeatable, mandatory, hidden)
1678 VALUES (1, 'biblio', '080', 'a', $$Universal Decimal Classification number$$,
1679 FALSE, FALSE, FALSE);
1680 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1681                                  repeatable, mandatory, hidden)
1682 VALUES (1, 'biblio', '080', 'b', $$Item number$$,
1683 FALSE, FALSE, FALSE);
1684 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1685                                  repeatable, mandatory, hidden)
1686 VALUES (1, 'biblio', '080', 'x', $$Common auxiliary subdivision$$,
1687 TRUE, FALSE, FALSE);
1688 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1689                                  repeatable, mandatory, hidden)
1690 VALUES (1, 'biblio', '080', '2', $$Edition identifier$$,
1691 FALSE, FALSE, FALSE);
1692 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1693                                  repeatable, mandatory, hidden)
1694 VALUES (1, 'biblio', '080', '6', $$Linkage$$,
1695 FALSE, FALSE, FALSE);
1696 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1697                                  repeatable, mandatory, hidden)
1698 VALUES (1, 'biblio', '080', '8', $$Field link and sequence number$$,
1699 TRUE, FALSE, FALSE);
1700 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1701                               fixed_field, repeatable, mandatory, hidden)
1702 VALUES (1, 'biblio', '082', $$Dewey Decimal Classification Number$$, $$Classification number is taken from , the , and electronic updates to either edition. Through 1997, updates were issued in .$$,
1703 FALSE, TRUE, FALSE, FALSE);
1704 INSERT INTO config.record_attr_definition(name, label)
1705 VALUES ('marc21_biblio_082_ind_1', 'MARC 21 biblio field 082 indicator position 1');
1706 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1707 VALUES ('marc21_biblio_082_ind_1', '0', $$Full edition$$, FALSE, TRUE);
1708 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1709 VALUES ('marc21_biblio_082_ind_1', '1', $$Abridged edition$$, FALSE, TRUE);
1710 INSERT INTO config.record_attr_definition(name, label)
1711 VALUES ('marc21_biblio_082_ind_2', 'MARC 21 biblio field 082 indicator position 2');
1712 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1713 VALUES ('marc21_biblio_082_ind_2', '#', $$No information provided$$, FALSE, TRUE);
1714 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1715 VALUES ('marc21_biblio_082_ind_2', '0', $$Assigned by LC$$, FALSE, TRUE);
1716 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1717 VALUES ('marc21_biblio_082_ind_2', '4', $$Assigned by agency other than LC$$, FALSE, TRUE);
1718 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1719                                  repeatable, mandatory, hidden)
1720 VALUES (1, 'biblio', '082', 'a', $$Classification number$$,
1721 TRUE, FALSE, FALSE);
1722 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1723                                  repeatable, mandatory, hidden)
1724 VALUES (1, 'biblio', '082', 'b', $$Item number$$,
1725 FALSE, FALSE, FALSE);
1726 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1727                                  repeatable, mandatory, hidden)
1728 VALUES (1, 'biblio', '082', 'm', $$Standard or optional designation$$,
1729 FALSE, FALSE, FALSE);
1730 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1731                                  repeatable, mandatory, hidden)
1732 VALUES (1, 'biblio', '082', 'q', $$Assigning agency$$,
1733 FALSE, FALSE, FALSE);
1734 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1735                                  repeatable, mandatory, hidden)
1736 VALUES (1, 'biblio', '082', '2', $$Edition number$$,
1737 FALSE, FALSE, FALSE);
1738 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1739                                  repeatable, mandatory, hidden)
1740 VALUES (1, 'biblio', '082', '6', $$Linkage$$,
1741 FALSE, FALSE, FALSE);
1742 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1743                                  repeatable, mandatory, hidden)
1744 VALUES (1, 'biblio', '082', '8', $$Field link and sequence number$$,
1745 TRUE, FALSE, FALSE);
1746 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1747                               fixed_field, repeatable, mandatory, hidden)
1748 VALUES (1, 'biblio', '083', $$Additional Dewey Decimal Classification Number$$, $$Classification number used for subject access. It is taken from , the , and electronic updates to either edition. Through 1997, updates were issued in .$$,
1749 FALSE, TRUE, FALSE, FALSE);
1750 INSERT INTO config.record_attr_definition(name, label)
1751 VALUES ('marc21_biblio_083_ind_1', 'MARC 21 biblio field 083 indicator position 1');
1752 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1753 VALUES ('marc21_biblio_083_ind_1', '0', $$Full edition$$, FALSE, TRUE);
1754 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1755 VALUES ('marc21_biblio_083_ind_1', '1', $$Abridged edition$$, FALSE, TRUE);
1756 INSERT INTO config.record_attr_definition(name, label)
1757 VALUES ('marc21_biblio_083_ind_2', 'MARC 21 biblio field 083 indicator position 2');
1758 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1759 VALUES ('marc21_biblio_083_ind_2', '#', $$Undefined$$, FALSE, TRUE);
1760 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1761                                  repeatable, mandatory, hidden)
1762 VALUES (1, 'biblio', '083', 'a', $$Classification number$$,
1763 TRUE, FALSE, FALSE);
1764 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1765                                  repeatable, mandatory, hidden)
1766 VALUES (1, 'biblio', '083', 'c', $$Classification number--Ending number of span$$,
1767 TRUE, FALSE, FALSE);
1768 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1769                                  repeatable, mandatory, hidden)
1770 VALUES (1, 'biblio', '083', 'm', $$Standard or optional designation$$,
1771 FALSE, FALSE, FALSE);
1772 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1773                                  repeatable, mandatory, hidden)
1774 VALUES (1, 'biblio', '083', 'q', $$Assigning agency$$,
1775 FALSE, FALSE, FALSE);
1776 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1777                                  repeatable, mandatory, hidden)
1778 VALUES (1, 'biblio', '083', 'y', $$Table sequence number for internal subarrangement or add table$$,
1779 TRUE, FALSE, FALSE);
1780 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1781                                  repeatable, mandatory, hidden)
1782 VALUES (1, 'biblio', '083', 'z', $$Table identification$$,
1783 TRUE, FALSE, FALSE);
1784 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1785                                  repeatable, mandatory, hidden)
1786 VALUES (1, 'biblio', '083', '2', $$Edition number$$,
1787 FALSE, FALSE, FALSE);
1788 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1789                                  repeatable, mandatory, hidden)
1790 VALUES (1, 'biblio', '083', '6', $$Linkage$$,
1791 FALSE, FALSE, FALSE);
1792 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1793                                  repeatable, mandatory, hidden)
1794 VALUES (1, 'biblio', '083', '8', $$Field link and sequence number$$,
1795 TRUE, FALSE, FALSE);
1796 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1797                               fixed_field, repeatable, mandatory, hidden)
1798 VALUES (1, 'biblio', '084', $$Other Classification Number$$, $$Classification number from a scheme not covered by one of the other number fields. The field should not be used for classification numbers assigned from a source for which a subfield $2 source of number code would not be assigned.$$,
1799 FALSE, TRUE, FALSE, FALSE);
1800 INSERT INTO config.record_attr_definition(name, label)
1801 VALUES ('marc21_biblio_084_ind_1', 'MARC 21 biblio field 084 indicator position 1');
1802 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1803 VALUES ('marc21_biblio_084_ind_1', '#', $$Undefined$$, FALSE, TRUE);
1804 INSERT INTO config.record_attr_definition(name, label)
1805 VALUES ('marc21_biblio_084_ind_2', 'MARC 21 biblio field 084 indicator position 2');
1806 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1807 VALUES ('marc21_biblio_084_ind_2', '#', $$Undefined$$, FALSE, TRUE);
1808 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1809                                  repeatable, mandatory, hidden)
1810 VALUES (1, 'biblio', '084', 'a', $$Classification number$$,
1811 TRUE, FALSE, FALSE);
1812 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1813                                  repeatable, mandatory, hidden)
1814 VALUES (1, 'biblio', '084', 'b', $$Item number$$,
1815 FALSE, FALSE, FALSE);
1816 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1817                                  repeatable, mandatory, hidden)
1818 VALUES (1, 'biblio', '084', '2', $$Number source$$,
1819 FALSE, FALSE, FALSE);
1820 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1821                                  repeatable, mandatory, hidden)
1822 VALUES (1, 'biblio', '084', '6', $$Linkage$$,
1823 FALSE, FALSE, FALSE);
1824 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1825                                  repeatable, mandatory, hidden)
1826 VALUES (1, 'biblio', '084', '8', $$Field link and sequence number$$,
1827 TRUE, FALSE, FALSE);
1828 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1829                               fixed_field, repeatable, mandatory, hidden)
1830 VALUES (1, 'biblio', '085', $$Synthesized Classification Number Components$$, $$Information about how a synthesized classification number or a portion of a synthesized classification number was built. It traces the different components of a synthesized number, showing the different portions of the number and where the add instructions are given. If a number was built using two or more instructions, a separate field 085 is given for each instruction.$$,
1831 FALSE, TRUE, FALSE, FALSE);
1832 INSERT INTO config.record_attr_definition(name, label)
1833 VALUES ('marc21_biblio_085_ind_1', 'MARC 21 biblio field 085 indicator position 1');
1834 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1835 VALUES ('marc21_biblio_085_ind_1', '#', $$Undefined$$, FALSE, TRUE);
1836 INSERT INTO config.record_attr_definition(name, label)
1837 VALUES ('marc21_biblio_085_ind_2', 'MARC 21 biblio field 085 indicator position 2');
1838 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1839 VALUES ('marc21_biblio_085_ind_2', '#', $$Undefined$$, FALSE, TRUE);
1840 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1841                                  repeatable, mandatory, hidden)
1842 VALUES (1, 'biblio', '085', 'a', $$Number where instructions are found-single number or beginning number of span$$,
1843 TRUE, FALSE, FALSE);
1844 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1845                                  repeatable, mandatory, hidden)
1846 VALUES (1, 'biblio', '085', 'b', $$Base number$$,
1847 TRUE, FALSE, FALSE);
1848 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1849                                  repeatable, mandatory, hidden)
1850 VALUES (1, 'biblio', '085', 'c', $$Classification number-ending number of span$$,
1851 TRUE, FALSE, FALSE);
1852 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1853                                  repeatable, mandatory, hidden)
1854 VALUES (1, 'biblio', '085', 'f', $$Facet designator$$,
1855 TRUE, FALSE, FALSE);
1856 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1857                                  repeatable, mandatory, hidden)
1858 VALUES (1, 'biblio', '085', 'r', $$Root number$$,
1859 TRUE, FALSE, FALSE);
1860 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1861                                  repeatable, mandatory, hidden)
1862 VALUES (1, 'biblio', '085', 's', $$Digits added from classification number in schedule or external table$$,
1863 TRUE, FALSE, FALSE);
1864 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1865                                  repeatable, mandatory, hidden)
1866 VALUES (1, 'biblio', '085', 't', $$Digits added from internal subarrangement or add table$$,
1867 TRUE, FALSE, FALSE);
1868 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1869                                  repeatable, mandatory, hidden)
1870 VALUES (1, 'biblio', '085', 'u', $$Number being analyzed$$,
1871 TRUE, FALSE, FALSE);
1872 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1873                                  repeatable, mandatory, hidden)
1874 VALUES (1, 'biblio', '085', 'v', $$Number in internal subarrangement or add table where instructions are found$$,
1875 TRUE, FALSE, FALSE);
1876 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1877                                  repeatable, mandatory, hidden)
1878 VALUES (1, 'biblio', '085', 'w', $$Table identification-Internal subarrangement or add table$$,
1879 TRUE, FALSE, FALSE);
1880 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1881                                  repeatable, mandatory, hidden)
1882 VALUES (1, 'biblio', '085', 'y', $$Table sequence number for internal subarrangement or add table$$,
1883 TRUE, FALSE, FALSE);
1884 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1885                                  repeatable, mandatory, hidden)
1886 VALUES (1, 'biblio', '085', 'z', $$Table identification$$,
1887 TRUE, FALSE, FALSE);
1888 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1889                                  repeatable, mandatory, hidden)
1890 VALUES (1, 'biblio', '085', '6', $$Linkage$$,
1891 FALSE, FALSE, FALSE);
1892 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1893                                  repeatable, mandatory, hidden)
1894 VALUES (1, 'biblio', '085', '8', $$Field link and sequence number$$,
1895 TRUE, FALSE, FALSE);
1896 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1897                               fixed_field, repeatable, mandatory, hidden)
1898 VALUES (1, 'biblio', '086', $$Government Document Classification Number$$, $$Classification number assigned to documents by designated agencies in countries that have a government documents classification program.$$,
1899 FALSE, TRUE, FALSE, FALSE);
1900 INSERT INTO config.record_attr_definition(name, label)
1901 VALUES ('marc21_biblio_086_ind_1', 'MARC 21 biblio field 086 indicator position 1');
1902 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1903 VALUES ('marc21_biblio_086_ind_1', '#', $$Source specified in subfield $2$$, FALSE, TRUE);
1904 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1905 VALUES ('marc21_biblio_086_ind_1', '0', $$Superintendent of Documents Classification System$$, FALSE, TRUE);
1906 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1907 VALUES ('marc21_biblio_086_ind_1', '1', $$Government of Canada Publications: Outline of Classification$$, FALSE, TRUE);
1908 INSERT INTO config.record_attr_definition(name, label)
1909 VALUES ('marc21_biblio_086_ind_2', 'MARC 21 biblio field 086 indicator position 2');
1910 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1911 VALUES ('marc21_biblio_086_ind_2', '#', $$Undefined$$, FALSE, TRUE);
1912 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1913                                  repeatable, mandatory, hidden)
1914 VALUES (1, 'biblio', '086', 'a', $$Classification number$$,
1915 FALSE, FALSE, FALSE);
1916 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1917                                  repeatable, mandatory, hidden)
1918 VALUES (1, 'biblio', '086', 'z', $$Canceled/invalid classification number$$,
1919 TRUE, FALSE, FALSE);
1920 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1921                                  repeatable, mandatory, hidden)
1922 VALUES (1, 'biblio', '086', '2', $$Number source$$,
1923 FALSE, FALSE, FALSE);
1924 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1925                                  repeatable, mandatory, hidden)
1926 VALUES (1, 'biblio', '086', '6', $$Linkage$$,
1927 FALSE, FALSE, FALSE);
1928 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1929                                  repeatable, mandatory, hidden)
1930 VALUES (1, 'biblio', '086', '8', $$Field link and sequence number$$,
1931 TRUE, FALSE, FALSE);
1932 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1933                               fixed_field, repeatable, mandatory, hidden)
1934 VALUES (1, 'biblio', '088', $$Report Number$$, $$Report number that is not a Standard Technical Report Number (STRN), recorded in field 027.$$,
1935 FALSE, TRUE, FALSE, FALSE);
1936 INSERT INTO config.record_attr_definition(name, label)
1937 VALUES ('marc21_biblio_088_ind_1', 'MARC 21 biblio field 088 indicator position 1');
1938 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1939 VALUES ('marc21_biblio_088_ind_1', '#', $$Undefined$$, FALSE, TRUE);
1940 INSERT INTO config.record_attr_definition(name, label)
1941 VALUES ('marc21_biblio_088_ind_2', 'MARC 21 biblio field 088 indicator position 2');
1942 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1943 VALUES ('marc21_biblio_088_ind_2', '#', $$Undefined$$, FALSE, TRUE);
1944 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1945                                  repeatable, mandatory, hidden)
1946 VALUES (1, 'biblio', '088', 'a', $$Report number$$,
1947 FALSE, FALSE, FALSE);
1948 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1949                                  repeatable, mandatory, hidden)
1950 VALUES (1, 'biblio', '088', 'z', $$Canceled/invalid report number$$,
1951 TRUE, FALSE, FALSE);
1952 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1953                                  repeatable, mandatory, hidden)
1954 VALUES (1, 'biblio', '088', '6', $$Linkage$$,
1955 FALSE, FALSE, FALSE);
1956 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1957                                  repeatable, mandatory, hidden)
1958 VALUES (1, 'biblio', '088', '8', $$Field link and sequence number$$,
1959 TRUE, FALSE, FALSE);
1960 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1961                               fixed_field, repeatable, mandatory, hidden)
1962 VALUES (1, 'biblio', '100', $$Main Entry-Personal Name$$, $$Personal name used as a main entry in a bibliographic record.$$,
1963 FALSE, FALSE, FALSE, FALSE);
1964 INSERT INTO config.record_attr_definition(name, label)
1965 VALUES ('marc21_biblio_100_ind_1', 'MARC 21 biblio field 100 indicator position 1');
1966 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1967 VALUES ('marc21_biblio_100_ind_1', '0', $$Forename$$, FALSE, TRUE);
1968 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1969 VALUES ('marc21_biblio_100_ind_1', '1', $$Surname$$, FALSE, TRUE);
1970 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1971 VALUES ('marc21_biblio_100_ind_1', '3', $$Family name$$, FALSE, TRUE);
1972 INSERT INTO config.record_attr_definition(name, label)
1973 VALUES ('marc21_biblio_100_ind_2', 'MARC 21 biblio field 100 indicator position 2');
1974 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1975 VALUES ('marc21_biblio_100_ind_2', '#', $$Undefined$$, FALSE, TRUE);
1976 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1977                                  repeatable, mandatory, hidden)
1978 VALUES (1, 'biblio', '100', 'a', $$Personal name$$,
1979 FALSE, FALSE, FALSE);
1980 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1981                                  repeatable, mandatory, hidden)
1982 VALUES (1, 'biblio', '100', 'b', $$Numeration$$,
1983 FALSE, FALSE, FALSE);
1984 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1985                                  repeatable, mandatory, hidden)
1986 VALUES (1, 'biblio', '100', 'c', $$Titles and words associated with a name$$,
1987 TRUE, FALSE, FALSE);
1988 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1989                                  repeatable, mandatory, hidden)
1990 VALUES (1, 'biblio', '100', 'd', $$Dates associated with a name$$,
1991 FALSE, FALSE, FALSE);
1992 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1993                                  repeatable, mandatory, hidden)
1994 VALUES (1, 'biblio', '100', 'e', $$Relator term$$,
1995 TRUE, FALSE, FALSE);
1996 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1997                                  repeatable, mandatory, hidden)
1998 VALUES (1, 'biblio', '100', 'f', $$Date of a work$$,
1999 FALSE, FALSE, FALSE);
2000 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2001                                  repeatable, mandatory, hidden)
2002 VALUES (1, 'biblio', '100', 'g', $$Miscellaneous information$$,
2003 FALSE, FALSE, FALSE);
2004 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2005                                  repeatable, mandatory, hidden)
2006 VALUES (1, 'biblio', '100', 'j', $$Attribution qualifier$$,
2007 TRUE, FALSE, FALSE);
2008 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2009                                  repeatable, mandatory, hidden)
2010 VALUES (1, 'biblio', '100', 'k', $$Form subheading$$,
2011 TRUE, FALSE, FALSE);
2012 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2013                                  repeatable, mandatory, hidden)
2014 VALUES (1, 'biblio', '100', 'l', $$Language of a work$$,
2015 FALSE, FALSE, FALSE);
2016 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2017                                  repeatable, mandatory, hidden)
2018 VALUES (1, 'biblio', '100', 'n', $$Number of part/section of a work$$,
2019 TRUE, FALSE, FALSE);
2020 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2021                                  repeatable, mandatory, hidden)
2022 VALUES (1, 'biblio', '100', 'p', $$Name of part/section of a work$$,
2023 TRUE, FALSE, FALSE);
2024 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2025                                  repeatable, mandatory, hidden)
2026 VALUES (1, 'biblio', '100', 'q', $$Fuller form of name$$,
2027 FALSE, FALSE, FALSE);
2028 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2029                                  repeatable, mandatory, hidden)
2030 VALUES (1, 'biblio', '100', 't', $$Title of a work$$,
2031 FALSE, FALSE, FALSE);
2032 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2033                                  repeatable, mandatory, hidden)
2034 VALUES (1, 'biblio', '100', 'u', $$Affiliation$$,
2035 FALSE, FALSE, FALSE);
2036 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2037                                  repeatable, mandatory, hidden)
2038 VALUES (1, 'biblio', '100', '0', $$Authority record control number$$,
2039 TRUE, FALSE, FALSE);
2040 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2041                                  repeatable, mandatory, hidden)
2042 VALUES (1, 'biblio', '100', '4', $$Relator code$$,
2043 TRUE, FALSE, FALSE);
2044 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2045                                  repeatable, mandatory, hidden)
2046 VALUES (1, 'biblio', '100', '6', $$Linkage$$,
2047 FALSE, FALSE, FALSE);
2048 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2049                                  repeatable, mandatory, hidden)
2050 VALUES (1, 'biblio', '100', '8', $$Field link and sequence number$$,
2051 TRUE, FALSE, FALSE);
2052 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
2053                               fixed_field, repeatable, mandatory, hidden)
2054 VALUES (1, 'biblio', '110', $$Main Entry-Corporate Name$$, $$Corporate name used as a main entry in a bibliographic record.$$,
2055 FALSE, FALSE, FALSE, FALSE);
2056 INSERT INTO config.record_attr_definition(name, label)
2057 VALUES ('marc21_biblio_110_ind_1', 'MARC 21 biblio field 110 indicator position 1');
2058 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2059 VALUES ('marc21_biblio_110_ind_1', '0', $$Inverted name$$, FALSE, TRUE);
2060 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2061 VALUES ('marc21_biblio_110_ind_1', '1', $$Jurisdiction name$$, FALSE, TRUE);
2062 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2063 VALUES ('marc21_biblio_110_ind_1', '2', $$Name in direct order$$, FALSE, TRUE);
2064 INSERT INTO config.record_attr_definition(name, label)
2065 VALUES ('marc21_biblio_110_ind_2', 'MARC 21 biblio field 110 indicator position 2');
2066 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2067 VALUES ('marc21_biblio_110_ind_2', '#', $$Undefined$$, FALSE, TRUE);
2068 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2069                                  repeatable, mandatory, hidden)
2070 VALUES (1, 'biblio', '110', 'a', $$Corporate name or jurisdiction name as entry element$$,
2071 FALSE, FALSE, FALSE);
2072 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2073                                  repeatable, mandatory, hidden)
2074 VALUES (1, 'biblio', '110', 'b', $$Subordinate unit$$,
2075 TRUE, FALSE, FALSE);
2076 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2077                                  repeatable, mandatory, hidden)
2078 VALUES (1, 'biblio', '110', 'c', $$Location of meeting$$,
2079 FALSE, FALSE, FALSE);
2080 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2081                                  repeatable, mandatory, hidden)
2082 VALUES (1, 'biblio', '110', 'd', $$Date of meeting or treaty signing$$,
2083 TRUE, FALSE, FALSE);
2084 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2085                                  repeatable, mandatory, hidden)
2086 VALUES (1, 'biblio', '110', 'e', $$Relator term$$,
2087 TRUE, FALSE, FALSE);
2088 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2089                                  repeatable, mandatory, hidden)
2090 VALUES (1, 'biblio', '110', 'f', $$Date of a work$$,
2091 FALSE, FALSE, FALSE);
2092 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2093                                  repeatable, mandatory, hidden)
2094 VALUES (1, 'biblio', '110', 'g', $$Miscellaneous information$$,
2095 FALSE, FALSE, FALSE);
2096 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2097                                  repeatable, mandatory, hidden)
2098 VALUES (1, 'biblio', '110', 'k', $$Form subheading$$,
2099 TRUE, FALSE, FALSE);
2100 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2101                                  repeatable, mandatory, hidden)
2102 VALUES (1, 'biblio', '110', 'l', $$Language of a work$$,
2103 FALSE, FALSE, FALSE);
2104 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2105                                  repeatable, mandatory, hidden)
2106 VALUES (1, 'biblio', '110', 'n', $$Number of part/section/meeting$$,
2107 TRUE, FALSE, FALSE);
2108 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2109                                  repeatable, mandatory, hidden)
2110 VALUES (1, 'biblio', '110', 'p', $$Name of part/section of a work$$,
2111 TRUE, FALSE, FALSE);
2112 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2113                                  repeatable, mandatory, hidden)
2114 VALUES (1, 'biblio', '110', 't', $$Title of a work$$,
2115 FALSE, FALSE, FALSE);
2116 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2117                                  repeatable, mandatory, hidden)
2118 VALUES (1, 'biblio', '110', 'u', $$Affiliation$$,
2119 FALSE, FALSE, FALSE);
2120 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2121                                  repeatable, mandatory, hidden)
2122 VALUES (1, 'biblio', '110', '0', $$Authority record control number$$,
2123 TRUE, FALSE, FALSE);
2124 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2125                                  repeatable, mandatory, hidden)
2126 VALUES (1, 'biblio', '110', '4', $$Relator code$$,
2127 TRUE, FALSE, FALSE);
2128 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2129                                  repeatable, mandatory, hidden)
2130 VALUES (1, 'biblio', '110', '6', $$Linkage$$,
2131 FALSE, FALSE, FALSE);
2132 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2133                                  repeatable, mandatory, hidden)
2134 VALUES (1, 'biblio', '110', '8', $$Field link and sequence number$$,
2135 TRUE, FALSE, FALSE);
2136 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
2137                               fixed_field, repeatable, mandatory, hidden)
2138 VALUES (1, 'biblio', '111', $$Main Entry-Meeting Name$$, $$Meeting or conference name used as a main entry in a bibliographic record.$$,
2139 FALSE, FALSE, FALSE, FALSE);
2140 INSERT INTO config.record_attr_definition(name, label)
2141 VALUES ('marc21_biblio_111_ind_1', 'MARC 21 biblio field 111 indicator position 1');
2142 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2143 VALUES ('marc21_biblio_111_ind_1', '0', $$Inverted name$$, FALSE, TRUE);
2144 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2145 VALUES ('marc21_biblio_111_ind_1', '1', $$Jurisdiction name$$, FALSE, TRUE);
2146 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2147 VALUES ('marc21_biblio_111_ind_1', '2', $$Name in direct order$$, FALSE, TRUE);
2148 INSERT INTO config.record_attr_definition(name, label)
2149 VALUES ('marc21_biblio_111_ind_2', 'MARC 21 biblio field 111 indicator position 2');
2150 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2151 VALUES ('marc21_biblio_111_ind_2', '#', $$Undefined$$, FALSE, TRUE);
2152 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2153                                  repeatable, mandatory, hidden)
2154 VALUES (1, 'biblio', '111', 'a', $$Meeting name or jurisdiction name as entry element$$,
2155 FALSE, FALSE, FALSE);
2156 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2157                                  repeatable, mandatory, hidden)
2158 VALUES (1, 'biblio', '111', 'c', $$Location of meeting$$,
2159 FALSE, FALSE, FALSE);
2160 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2161                                  repeatable, mandatory, hidden)
2162 VALUES (1, 'biblio', '111', 'd', $$Date of meeting$$,
2163 FALSE, FALSE, FALSE);
2164 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2165                                  repeatable, mandatory, hidden)
2166 VALUES (1, 'biblio', '111', 'e', $$Subordinate unit$$,
2167 TRUE, FALSE, FALSE);
2168 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2169                                  repeatable, mandatory, hidden)
2170 VALUES (1, 'biblio', '111', 'f', $$Date of a work$$,
2171 FALSE, FALSE, FALSE);
2172 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2173                                  repeatable, mandatory, hidden)
2174 VALUES (1, 'biblio', '111', 'g', $$Miscellaneous information$$,
2175 FALSE, FALSE, FALSE);
2176 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2177                                  repeatable, mandatory, hidden)
2178 VALUES (1, 'biblio', '111', 'j', $$Relator term$$,
2179 TRUE, FALSE, FALSE);
2180 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2181                                  repeatable, mandatory, hidden)
2182 VALUES (1, 'biblio', '111', 'k', $$Form subheading$$,
2183 TRUE, FALSE, FALSE);
2184 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2185                                  repeatable, mandatory, hidden)
2186 VALUES (1, 'biblio', '111', 'l', $$Language of a work$$,
2187 FALSE, FALSE, FALSE);
2188 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2189                                  repeatable, mandatory, hidden)
2190 VALUES (1, 'biblio', '111', 'n', $$Number of part/section/meeting$$,
2191 TRUE, FALSE, FALSE);
2192 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2193                                  repeatable, mandatory, hidden)
2194 VALUES (1, 'biblio', '111', 'p', $$Name of part/section of a work$$,
2195 TRUE, FALSE, FALSE);
2196 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2197                                  repeatable, mandatory, hidden)
2198 VALUES (1, 'biblio', '111', 'q', $$Name of meeting following jurisdiction name entry element$$,
2199 FALSE, FALSE, FALSE);
2200 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2201                                  repeatable, mandatory, hidden)
2202 VALUES (1, 'biblio', '111', 't', $$Title of a work$$,
2203 FALSE, FALSE, FALSE);
2204 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2205                                  repeatable, mandatory, hidden)
2206 VALUES (1, 'biblio', '111', 'u', $$Affiliation$$,
2207 FALSE, FALSE, FALSE);
2208 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2209                                  repeatable, mandatory, hidden)
2210 VALUES (1, 'biblio', '111', '0', $$Authority record control number$$,
2211 TRUE, FALSE, FALSE);
2212 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2213                                  repeatable, mandatory, hidden)
2214 VALUES (1, 'biblio', '111', '4', $$Relator code$$,
2215 TRUE, FALSE, FALSE);
2216 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2217                                  repeatable, mandatory, hidden)
2218 VALUES (1, 'biblio', '111', '6', $$Linkage$$,
2219 FALSE, FALSE, FALSE);
2220 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2221                                  repeatable, mandatory, hidden)
2222 VALUES (1, 'biblio', '111', '8', $$Field link and sequence number$$,
2223 TRUE, FALSE, FALSE);
2224 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
2225                               fixed_field, repeatable, mandatory, hidden)
2226 VALUES (1, 'biblio', '130', $$Main Entry-Uniform Title$$, $$Uniform title used as a main entry in a bibliographic record.$$,
2227 FALSE, FALSE, FALSE, FALSE);
2228 INSERT INTO config.record_attr_definition(name, label)
2229 VALUES ('marc21_biblio_130_ind_1', 'MARC 21 biblio field 130 indicator position 1');
2230 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2231 VALUES ('marc21_biblio_130_ind_1', '0', $$No nonfiling characters$$, FALSE, TRUE);
2232 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2233 VALUES ('marc21_biblio_130_ind_1', '1', $$Number of nonfiling characters - 1$$, FALSE, TRUE);
2234 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2235 VALUES ('marc21_biblio_130_ind_1', '2', $$Number of nonfiling characters - 2$$, FALSE, TRUE);
2236 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2237 VALUES ('marc21_biblio_130_ind_1', '3', $$Number of nonfiling characters - 3$$, FALSE, TRUE);
2238 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2239 VALUES ('marc21_biblio_130_ind_1', '4', $$Number of nonfiling characters - 4$$, FALSE, TRUE);
2240 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2241 VALUES ('marc21_biblio_130_ind_1', '5', $$Number of nonfiling characters - 5$$, FALSE, TRUE);
2242 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2243 VALUES ('marc21_biblio_130_ind_1', '6', $$Number of nonfiling characters - 6$$, FALSE, TRUE);
2244 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2245 VALUES ('marc21_biblio_130_ind_1', '7', $$Number of nonfiling characters - 7$$, FALSE, TRUE);
2246 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2247 VALUES ('marc21_biblio_130_ind_1', '8', $$Number of nonfiling characters - 8$$, FALSE, TRUE);
2248 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2249 VALUES ('marc21_biblio_130_ind_1', '9', $$Number of nonfiling characters - 9$$, FALSE, TRUE);
2250 INSERT INTO config.record_attr_definition(name, label)
2251 VALUES ('marc21_biblio_130_ind_2', 'MARC 21 biblio field 130 indicator position 2');
2252 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2253 VALUES ('marc21_biblio_130_ind_2', '#', $$Undefined$$, FALSE, TRUE);
2254 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2255                                  repeatable, mandatory, hidden)
2256 VALUES (1, 'biblio', '130', 'a', $$Uniform title$$,
2257 FALSE, FALSE, FALSE);
2258 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2259                                  repeatable, mandatory, hidden)
2260 VALUES (1, 'biblio', '130', 'd', $$Date of treaty signing$$,
2261 TRUE, FALSE, FALSE);
2262 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2263                                  repeatable, mandatory, hidden)
2264 VALUES (1, 'biblio', '130', 'f', $$Date of a work$$,
2265 FALSE, FALSE, FALSE);
2266 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2267                                  repeatable, mandatory, hidden)
2268 VALUES (1, 'biblio', '130', 'g', $$Miscellaneous information$$,
2269 FALSE, FALSE, FALSE);
2270 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2271                                  repeatable, mandatory, hidden)
2272 VALUES (1, 'biblio', '130', 'h', $$Medium$$,
2273 FALSE, FALSE, FALSE);
2274 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2275                                  repeatable, mandatory, hidden)
2276 VALUES (1, 'biblio', '130', 'k', $$Form subheading$$,
2277 TRUE, FALSE, FALSE);
2278 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2279                                  repeatable, mandatory, hidden)
2280 VALUES (1, 'biblio', '130', 'l', $$Language of a work$$,
2281 FALSE, FALSE, FALSE);
2282 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2283                                  repeatable, mandatory, hidden)
2284 VALUES (1, 'biblio', '130', 'm', $$Medium of performance for music$$,
2285 TRUE, FALSE, FALSE);
2286 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2287                                  repeatable, mandatory, hidden)
2288 VALUES (1, 'biblio', '130', 'n', $$Number of part/section of a work$$,
2289 TRUE, FALSE, FALSE);
2290 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2291                                  repeatable, mandatory, hidden)
2292 VALUES (1, 'biblio', '130', 'o', $$Arranged statement for music$$,
2293 FALSE, FALSE, FALSE);
2294 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2295                                  repeatable, mandatory, hidden)
2296 VALUES (1, 'biblio', '130', 'p', $$Name of part/section of a work$$,
2297 TRUE, FALSE, FALSE);
2298 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2299                                  repeatable, mandatory, hidden)
2300 VALUES (1, 'biblio', '130', 'r', $$Key for music$$,
2301 FALSE, FALSE, FALSE);
2302 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2303                                  repeatable, mandatory, hidden)
2304 VALUES (1, 'biblio', '130', 's', $$Version$$,
2305 FALSE, FALSE, FALSE);
2306 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2307                                  repeatable, mandatory, hidden)
2308 VALUES (1, 'biblio', '130', 't', $$Title of a work$$,
2309 FALSE, FALSE, FALSE);
2310 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2311                                  repeatable, mandatory, hidden)
2312 VALUES (1, 'biblio', '130', '0', $$Authority record control number$$,
2313 TRUE, FALSE, FALSE);
2314 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2315                                  repeatable, mandatory, hidden)
2316 VALUES (1, 'biblio', '130', '6', $$Linkage$$,
2317 FALSE, FALSE, FALSE);
2318 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2319                                  repeatable, mandatory, hidden)
2320 VALUES (1, 'biblio', '130', '8', $$Field link and sequence number$$,
2321 TRUE, FALSE, FALSE);
2322 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
2323                               fixed_field, repeatable, mandatory, hidden)
2324 VALUES (1, 'biblio', '210', $$Abbreviated Title$$, $$Title as abbreviated for indexing or identification. An abbreviated title is supplied by ISSN centers, based on the Key Title (Field 222). Other abbreviated titles are supplied by cataloging agencies, including abstracting and indexing services.$$,
2325 FALSE, TRUE, FALSE, FALSE);
2326 INSERT INTO config.record_attr_definition(name, label)
2327 VALUES ('marc21_biblio_210_ind_1', 'MARC 21 biblio field 210 indicator position 1');
2328 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2329 VALUES ('marc21_biblio_210_ind_1', '0', $$No added entry$$, FALSE, TRUE);
2330 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2331 VALUES ('marc21_biblio_210_ind_1', '1', $$Added entry$$, FALSE, TRUE);
2332 INSERT INTO config.record_attr_definition(name, label)
2333 VALUES ('marc21_biblio_210_ind_2', 'MARC 21 biblio field 210 indicator position 2');
2334 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2335 VALUES ('marc21_biblio_210_ind_2', '#', $$Abbreviated key title$$, FALSE, TRUE);
2336 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2337 VALUES ('marc21_biblio_210_ind_2', '0', $$Other abbreviated title$$, FALSE, TRUE);
2338 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2339                                  repeatable, mandatory, hidden)
2340 VALUES (1, 'biblio', '210', 'a', $$Abbreviated title$$,
2341 FALSE, FALSE, FALSE);
2342 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2343                                  repeatable, mandatory, hidden)
2344 VALUES (1, 'biblio', '210', 'b', $$Qualifying information$$,
2345 FALSE, FALSE, FALSE);
2346 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2347                                  repeatable, mandatory, hidden)
2348 VALUES (1, 'biblio', '210', '2', $$Source$$,
2349 TRUE, FALSE, FALSE);
2350 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2351                                  repeatable, mandatory, hidden)
2352 VALUES (1, 'biblio', '210', '6', $$Linkage$$,
2353 FALSE, FALSE, FALSE);
2354 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2355                                  repeatable, mandatory, hidden)
2356 VALUES (1, 'biblio', '210', '8', $$Field link and sequence number$$,
2357 TRUE, FALSE, FALSE);
2358 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
2359                               fixed_field, repeatable, mandatory, hidden)
2360 VALUES (1, 'biblio', '222', $$Key Title$$, $$Unique title for a continuing resource that is assigned in conjunction with an ISSN recorded in field 022 by national centers under the auspices of the ISSN Network.$$,
2361 FALSE, TRUE, FALSE, FALSE);
2362 INSERT INTO config.record_attr_definition(name, label)
2363 VALUES ('marc21_biblio_222_ind_1', 'MARC 21 biblio field 222 indicator position 1');
2364 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2365 VALUES ('marc21_biblio_222_ind_1', '#', $$Undefined$$, FALSE, TRUE);
2366 INSERT INTO config.record_attr_definition(name, label)
2367 VALUES ('marc21_biblio_222_ind_2', 'MARC 21 biblio field 222 indicator position 2');
2368 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2369 VALUES ('marc21_biblio_222_ind_2', '0', $$No nonfiling characters$$, FALSE, TRUE);
2370 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2371 VALUES ('marc21_biblio_222_ind_2', '1', $$Number of nonfiling characters - 1$$, FALSE, TRUE);
2372 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2373 VALUES ('marc21_biblio_222_ind_2', '2', $$Number of nonfiling characters - 2$$, FALSE, TRUE);
2374 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2375 VALUES ('marc21_biblio_222_ind_2', '3', $$Number of nonfiling characters - 3$$, FALSE, TRUE);
2376 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2377 VALUES ('marc21_biblio_222_ind_2', '4', $$Number of nonfiling characters - 4$$, FALSE, TRUE);
2378 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2379 VALUES ('marc21_biblio_222_ind_2', '5', $$Number of nonfiling characters - 5$$, FALSE, TRUE);
2380 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2381 VALUES ('marc21_biblio_222_ind_2', '6', $$Number of nonfiling characters - 6$$, FALSE, TRUE);
2382 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2383 VALUES ('marc21_biblio_222_ind_2', '7', $$Number of nonfiling characters - 7$$, FALSE, TRUE);
2384 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2385 VALUES ('marc21_biblio_222_ind_2', '8', $$Number of nonfiling characters - 8$$, FALSE, TRUE);
2386 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2387 VALUES ('marc21_biblio_222_ind_2', '9', $$Number of nonfiling characters - 9$$, FALSE, TRUE);
2388 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2389                                  repeatable, mandatory, hidden)
2390 VALUES (1, 'biblio', '222', 'a', $$Key title$$,
2391 FALSE, FALSE, FALSE);
2392 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2393                                  repeatable, mandatory, hidden)
2394 VALUES (1, 'biblio', '222', 'b', $$Qualifying information$$,
2395 FALSE, FALSE, FALSE);
2396 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2397                                  repeatable, mandatory, hidden)
2398 VALUES (1, 'biblio', '222', '6', $$Linkage$$,
2399 FALSE, FALSE, FALSE);
2400 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2401                                  repeatable, mandatory, hidden)
2402 VALUES (1, 'biblio', '222', '8', $$Field link and sequence number$$,
2403 TRUE, FALSE, FALSE);
2404 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
2405                               fixed_field, repeatable, mandatory, hidden)
2406 VALUES (1, 'biblio', '240', $$Uniform Title$$, $$Uniform title for an item when the bibliographic description is entered under a main entry field that contains a personal (field 100), corporate (110), or meeting (111) name.$$,
2407 FALSE, FALSE, FALSE, FALSE);
2408 INSERT INTO config.record_attr_definition(name, label)
2409 VALUES ('marc21_biblio_240_ind_1', 'MARC 21 biblio field 240 indicator position 1');
2410 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2411 VALUES ('marc21_biblio_240_ind_1', '0', $$Not printed or displayed$$, FALSE, TRUE);
2412 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2413 VALUES ('marc21_biblio_240_ind_1', '1', $$Printed or displayed$$, FALSE, TRUE);
2414 INSERT INTO config.record_attr_definition(name, label)
2415 VALUES ('marc21_biblio_240_ind_2', 'MARC 21 biblio field 240 indicator position 2');
2416 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2417 VALUES ('marc21_biblio_240_ind_2', '0', $$No nonfiling characters$$, FALSE, TRUE);
2418 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2419 VALUES ('marc21_biblio_240_ind_2', '1', $$Number of nonfiling characters - 1$$, FALSE, TRUE);
2420 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2421 VALUES ('marc21_biblio_240_ind_2', '2', $$Number of nonfiling characters - 2$$, FALSE, TRUE);
2422 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2423 VALUES ('marc21_biblio_240_ind_2', '3', $$Number of nonfiling characters - 3$$, FALSE, TRUE);
2424 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2425 VALUES ('marc21_biblio_240_ind_2', '4', $$Number of nonfiling characters - 4$$, FALSE, TRUE);
2426 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2427 VALUES ('marc21_biblio_240_ind_2', '5', $$Number of nonfiling characters - 5$$, FALSE, TRUE);
2428 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2429 VALUES ('marc21_biblio_240_ind_2', '6', $$Number of nonfiling characters - 6$$, FALSE, TRUE);
2430 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2431 VALUES ('marc21_biblio_240_ind_2', '7', $$Number of nonfiling characters - 7$$, FALSE, TRUE);
2432 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2433 VALUES ('marc21_biblio_240_ind_2', '8', $$Number of nonfiling characters - 8$$, FALSE, TRUE);
2434 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2435 VALUES ('marc21_biblio_240_ind_2', '9', $$Number of nonfiling characters - 9$$, FALSE, TRUE);
2436 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2437                                  repeatable, mandatory, hidden)
2438 VALUES (1, 'biblio', '240', 'a', $$Uniform title$$,
2439 FALSE, FALSE, FALSE);
2440 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2441                                  repeatable, mandatory, hidden)
2442 VALUES (1, 'biblio', '240', 'd', $$Date of treaty signing$$,
2443 TRUE, FALSE, FALSE);
2444 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2445                                  repeatable, mandatory, hidden)
2446 VALUES (1, 'biblio', '240', 'f', $$Date of a work$$,
2447 FALSE, FALSE, FALSE);
2448 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2449                                  repeatable, mandatory, hidden)
2450 VALUES (1, 'biblio', '240', 'g', $$Miscellaneous information$$,
2451 FALSE, FALSE, FALSE);
2452 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2453                                  repeatable, mandatory, hidden)
2454 VALUES (1, 'biblio', '240', 'h', $$Medium$$,
2455 FALSE, FALSE, FALSE);
2456 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2457                                  repeatable, mandatory, hidden)
2458 VALUES (1, 'biblio', '240', 'k', $$Form subheading$$,
2459 TRUE, FALSE, FALSE);
2460 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2461                                  repeatable, mandatory, hidden)
2462 VALUES (1, 'biblio', '240', 'l', $$Language of a work$$,
2463 FALSE, FALSE, FALSE);
2464 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2465                                  repeatable, mandatory, hidden)
2466 VALUES (1, 'biblio', '240', 'm', $$Medium of performance for music$$,
2467 TRUE, FALSE, FALSE);
2468 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2469                                  repeatable, mandatory, hidden)
2470 VALUES (1, 'biblio', '240', 'n', $$Number of part/section of a work$$,
2471 TRUE, FALSE, FALSE);
2472 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2473                                  repeatable, mandatory, hidden)
2474 VALUES (1, 'biblio', '240', 'o', $$Arranged statement for music$$,
2475 FALSE, FALSE, FALSE);
2476 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2477                                  repeatable, mandatory, hidden)
2478 VALUES (1, 'biblio', '240', 'p', $$Name of part/section of a work$$,
2479 TRUE, FALSE, FALSE);
2480 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2481                                  repeatable, mandatory, hidden)
2482 VALUES (1, 'biblio', '240', 'r', $$Key for music$$,
2483 FALSE, FALSE, FALSE);
2484 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2485                                  repeatable, mandatory, hidden)
2486 VALUES (1, 'biblio', '240', 's', $$Version$$,
2487 FALSE, FALSE, FALSE);
2488 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2489                                  repeatable, mandatory, hidden)
2490 VALUES (1, 'biblio', '240', '0', $$Authority record control number$$,
2491 TRUE, FALSE, FALSE);
2492 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2493                                  repeatable, mandatory, hidden)
2494 VALUES (1, 'biblio', '240', '6', $$Linkage$$,
2495 FALSE, FALSE, FALSE);
2496 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2497                                  repeatable, mandatory, hidden)
2498 VALUES (1, 'biblio', '240', '8', $$Field link and sequence number$$,
2499 TRUE, FALSE, FALSE);
2500 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
2501                               fixed_field, repeatable, mandatory, hidden)
2502 VALUES (1, 'biblio', '242', $$Translation of Title by Cataloging Agency$$, $$Translation of the title proper that is made by the cataloging agency when the translated title does not appear as a parallel title on the item. For a note, the introductory phrase may be generated based on the field tag for display.$$,
2503 FALSE, TRUE, FALSE, FALSE);
2504 INSERT INTO config.record_attr_definition(name, label)
2505 VALUES ('marc21_biblio_242_ind_1', 'MARC 21 biblio field 242 indicator position 1');
2506 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2507 VALUES ('marc21_biblio_242_ind_1', '0', $$No added entry$$, FALSE, TRUE);
2508 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2509 VALUES ('marc21_biblio_242_ind_1', '1', $$Added entry$$, FALSE, TRUE);
2510 INSERT INTO config.record_attr_definition(name, label)
2511 VALUES ('marc21_biblio_242_ind_2', 'MARC 21 biblio field 242 indicator position 2');
2512 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2513 VALUES ('marc21_biblio_242_ind_2', '0', $$No nonfiling characters$$, FALSE, TRUE);
2514 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2515 VALUES ('marc21_biblio_242_ind_2', '1', $$Number of nonfiling characters - 1$$, FALSE, TRUE);
2516 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2517 VALUES ('marc21_biblio_242_ind_2', '2', $$Number of nonfiling characters - 2$$, FALSE, TRUE);
2518 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2519 VALUES ('marc21_biblio_242_ind_2', '3', $$Number of nonfiling characters - 3$$, FALSE, TRUE);
2520 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2521 VALUES ('marc21_biblio_242_ind_2', '4', $$Number of nonfiling characters - 4$$, FALSE, TRUE);
2522 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2523 VALUES ('marc21_biblio_242_ind_2', '5', $$Number of nonfiling characters - 5$$, FALSE, TRUE);
2524 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2525 VALUES ('marc21_biblio_242_ind_2', '6', $$Number of nonfiling characters - 6$$, FALSE, TRUE);
2526 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2527 VALUES ('marc21_biblio_242_ind_2', '7', $$Number of nonfiling characters - 7$$, FALSE, TRUE);
2528 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2529 VALUES ('marc21_biblio_242_ind_2', '8', $$Number of nonfiling characters - 8$$, FALSE, TRUE);
2530 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2531 VALUES ('marc21_biblio_242_ind_2', '9', $$Number of nonfiling characters - 9$$, FALSE, TRUE);
2532 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2533                                  repeatable, mandatory, hidden)
2534 VALUES (1, 'biblio', '242', 'a', $$Title$$,
2535 FALSE, FALSE, FALSE);
2536 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2537                                  repeatable, mandatory, hidden)
2538 VALUES (1, 'biblio', '242', 'b', $$Remainder of title$$,
2539 FALSE, FALSE, FALSE);
2540 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2541                                  repeatable, mandatory, hidden)
2542 VALUES (1, 'biblio', '242', 'c', $$Statement of responsibility, etc.$$,
2543 FALSE, FALSE, FALSE);
2544 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2545                                  repeatable, mandatory, hidden)
2546 VALUES (1, 'biblio', '242', 'h', $$Medium$$,
2547 FALSE, FALSE, FALSE);
2548 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2549                                  repeatable, mandatory, hidden)
2550 VALUES (1, 'biblio', '242', 'n', $$Number of part/section of a work$$,
2551 TRUE, FALSE, FALSE);
2552 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2553                                  repeatable, mandatory, hidden)
2554 VALUES (1, 'biblio', '242', 'p', $$Name of part/section of a work$$,
2555 TRUE, FALSE, FALSE);
2556 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2557                                  repeatable, mandatory, hidden)
2558 VALUES (1, 'biblio', '242', 'y', $$Language code of translated title$$,
2559 FALSE, FALSE, FALSE);
2560 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2561                                  repeatable, mandatory, hidden)
2562 VALUES (1, 'biblio', '242', '6', $$Linkage$$,
2563 FALSE, FALSE, FALSE);
2564 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2565                                  repeatable, mandatory, hidden)
2566 VALUES (1, 'biblio', '242', '8', $$Field link and sequence number$$,
2567 TRUE, FALSE, FALSE);
2568 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
2569                               fixed_field, repeatable, mandatory, hidden)
2570 VALUES (1, 'biblio', '243', $$Collective Uniform Title$$, $$Generic title that is constructed by the cataloger to collect works by a prolific author. Brackets that customarily enclose a collective uniform title are not carried in the MARC record. They may be generated based on the field tag.$$,
2571 FALSE, FALSE, FALSE, FALSE);
2572 INSERT INTO config.record_attr_definition(name, label)
2573 VALUES ('marc21_biblio_243_ind_1', 'MARC 21 biblio field 243 indicator position 1');
2574 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2575 VALUES ('marc21_biblio_243_ind_1', '0', $$Not printed or displayed$$, FALSE, TRUE);
2576 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2577 VALUES ('marc21_biblio_243_ind_1', '1', $$Printed or displayed$$, FALSE, TRUE);
2578 INSERT INTO config.record_attr_definition(name, label)
2579 VALUES ('marc21_biblio_243_ind_2', 'MARC 21 biblio field 243 indicator position 2');
2580 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2581 VALUES ('marc21_biblio_243_ind_2', '0', $$No nonfiling characters$$, FALSE, TRUE);
2582 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2583 VALUES ('marc21_biblio_243_ind_2', '1', $$Number of nonfiling characters - 1$$, FALSE, TRUE);
2584 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2585 VALUES ('marc21_biblio_243_ind_2', '2', $$Number of nonfiling characters - 2$$, FALSE, TRUE);
2586 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2587 VALUES ('marc21_biblio_243_ind_2', '3', $$Number of nonfiling characters - 3$$, FALSE, TRUE);
2588 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2589 VALUES ('marc21_biblio_243_ind_2', '4', $$Number of nonfiling characters - 4$$, FALSE, TRUE);
2590 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2591 VALUES ('marc21_biblio_243_ind_2', '5', $$Number of nonfiling characters - 5$$, FALSE, TRUE);
2592 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2593 VALUES ('marc21_biblio_243_ind_2', '6', $$Number of nonfiling characters - 6$$, FALSE, TRUE);
2594 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2595 VALUES ('marc21_biblio_243_ind_2', '7', $$Number of nonfiling characters - 7$$, FALSE, TRUE);
2596 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2597 VALUES ('marc21_biblio_243_ind_2', '8', $$Number of nonfiling characters - 8$$, FALSE, TRUE);
2598 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2599 VALUES ('marc21_biblio_243_ind_2', '9', $$Number of nonfiling characters - 9$$, FALSE, TRUE);
2600 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2601                                  repeatable, mandatory, hidden)
2602 VALUES (1, 'biblio', '243', 'a', $$Uniform title$$,
2603 FALSE, FALSE, FALSE);
2604 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2605                                  repeatable, mandatory, hidden)
2606 VALUES (1, 'biblio', '243', 'd', $$Date of treaty signing$$,
2607 TRUE, FALSE, FALSE);
2608 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2609                                  repeatable, mandatory, hidden)
2610 VALUES (1, 'biblio', '243', 'f', $$Date of a work$$,
2611 FALSE, FALSE, FALSE);
2612 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2613                                  repeatable, mandatory, hidden)
2614 VALUES (1, 'biblio', '243', 'g', $$Miscellaneous information$$,
2615 FALSE, FALSE, FALSE);
2616 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2617                                  repeatable, mandatory, hidden)
2618 VALUES (1, 'biblio', '243', 'h', $$Medium$$,
2619 FALSE, FALSE, FALSE);
2620 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2621                                  repeatable, mandatory, hidden)
2622 VALUES (1, 'biblio', '243', 'k', $$Form subheading$$,
2623 TRUE, FALSE, FALSE);
2624 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2625                                  repeatable, mandatory, hidden)
2626 VALUES (1, 'biblio', '243', 'l', $$Language of a work$$,
2627 FALSE, FALSE, FALSE);
2628 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2629                                  repeatable, mandatory, hidden)
2630 VALUES (1, 'biblio', '243', 'm', $$Medium of performance for music$$,
2631 TRUE, FALSE, FALSE);
2632 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2633                                  repeatable, mandatory, hidden)
2634 VALUES (1, 'biblio', '243', 'n', $$Number of part/section of a work$$,
2635 TRUE, FALSE, FALSE);
2636 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2637                                  repeatable, mandatory, hidden)
2638 VALUES (1, 'biblio', '243', 'o', $$Arranged statement for music$$,
2639 FALSE, FALSE, FALSE);
2640 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2641                                  repeatable, mandatory, hidden)
2642 VALUES (1, 'biblio', '243', 'p', $$Name of part/section of a work$$,
2643 TRUE, FALSE, FALSE);
2644 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2645                                  repeatable, mandatory, hidden)
2646 VALUES (1, 'biblio', '243', 'r', $$Key for music$$,
2647 FALSE, FALSE, FALSE);
2648 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2649                                  repeatable, mandatory, hidden)
2650 VALUES (1, 'biblio', '243', 's', $$Version$$,
2651 FALSE, FALSE, FALSE);
2652 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2653                                  repeatable, mandatory, hidden)
2654 VALUES (1, 'biblio', '243', '6', $$Linkage$$,
2655 FALSE, FALSE, FALSE);
2656 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2657                                  repeatable, mandatory, hidden)
2658 VALUES (1, 'biblio', '243', '8', $$Field link and sequence number$$,
2659 TRUE, FALSE, FALSE);
2660 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
2661                               fixed_field, repeatable, mandatory, hidden)
2662 VALUES (1, 'biblio', '245', $$Title Statement$$, $$Title and statement of responsibility area of the bibliographic description of a work.$$,
2663 FALSE, FALSE, FALSE, FALSE);
2664 INSERT INTO config.record_attr_definition(name, label)
2665 VALUES ('marc21_biblio_245_ind_1', 'MARC 21 biblio field 245 indicator position 1');
2666 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2667 VALUES ('marc21_biblio_245_ind_1', '0', $$No added entry$$, FALSE, TRUE);
2668 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2669 VALUES ('marc21_biblio_245_ind_1', '1', $$Added entry$$, FALSE, TRUE);
2670 INSERT INTO config.record_attr_definition(name, label)
2671 VALUES ('marc21_biblio_245_ind_2', 'MARC 21 biblio field 245 indicator position 2');
2672 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2673 VALUES ('marc21_biblio_245_ind_2', '0', $$No nonfiling characters$$, FALSE, TRUE);
2674 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2675 VALUES ('marc21_biblio_245_ind_2', '1', $$Number of nonfiling characters - 1$$, FALSE, TRUE);
2676 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2677 VALUES ('marc21_biblio_245_ind_2', '2', $$Number of nonfiling characters - 2$$, FALSE, TRUE);
2678 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2679 VALUES ('marc21_biblio_245_ind_2', '3', $$Number of nonfiling characters - 3$$, FALSE, TRUE);
2680 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2681 VALUES ('marc21_biblio_245_ind_2', '4', $$Number of nonfiling characters - 4$$, FALSE, TRUE);
2682 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2683 VALUES ('marc21_biblio_245_ind_2', '5', $$Number of nonfiling characters - 5$$, FALSE, TRUE);
2684 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2685 VALUES ('marc21_biblio_245_ind_2', '6', $$Number of nonfiling characters - 6$$, FALSE, TRUE);
2686 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2687 VALUES ('marc21_biblio_245_ind_2', '7', $$Number of nonfiling characters - 7$$, FALSE, TRUE);
2688 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2689 VALUES ('marc21_biblio_245_ind_2', '8', $$Number of nonfiling characters - 8$$, FALSE, TRUE);
2690 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2691 VALUES ('marc21_biblio_245_ind_2', '9', $$Number of nonfiling characters - 9$$, FALSE, TRUE);
2692 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2693                                  repeatable, mandatory, hidden)
2694 VALUES (1, 'biblio', '245', 'a', $$Title$$,
2695 FALSE, FALSE, FALSE);
2696 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2697                                  repeatable, mandatory, hidden)
2698 VALUES (1, 'biblio', '245', 'b', $$Remainder of title$$,
2699 FALSE, FALSE, FALSE);
2700 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2701                                  repeatable, mandatory, hidden)
2702 VALUES (1, 'biblio', '245', 'c', $$Statement of responsibility, etc.$$,
2703 FALSE, FALSE, FALSE);
2704 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2705                                  repeatable, mandatory, hidden)
2706 VALUES (1, 'biblio', '245', 'f', $$Inclusive dates$$,
2707 FALSE, FALSE, FALSE);
2708 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2709                                  repeatable, mandatory, hidden)
2710 VALUES (1, 'biblio', '245', 'g', $$Bulk dates$$,
2711 FALSE, FALSE, FALSE);
2712 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2713                                  repeatable, mandatory, hidden)
2714 VALUES (1, 'biblio', '245', 'h', $$Medium$$,
2715 FALSE, FALSE, FALSE);
2716 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2717                                  repeatable, mandatory, hidden)
2718 VALUES (1, 'biblio', '245', 'k', $$Form$$,
2719 TRUE, FALSE, FALSE);
2720 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2721                                  repeatable, mandatory, hidden)
2722 VALUES (1, 'biblio', '245', 'n', $$Number of part/section of a work$$,
2723 TRUE, FALSE, FALSE);
2724 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2725                                  repeatable, mandatory, hidden)
2726 VALUES (1, 'biblio', '245', 'p', $$Name of part/section of a work$$,
2727 TRUE, FALSE, FALSE);
2728 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2729                                  repeatable, mandatory, hidden)
2730 VALUES (1, 'biblio', '245', 's', $$Version$$,
2731 FALSE, FALSE, FALSE);
2732 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2733                                  repeatable, mandatory, hidden)
2734 VALUES (1, 'biblio', '245', '6', $$Linkage$$,
2735 FALSE, FALSE, FALSE);
2736 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2737                                  repeatable, mandatory, hidden)
2738 VALUES (1, 'biblio', '245', '8', $$Field link and sequence number$$,
2739 TRUE, FALSE, FALSE);
2740 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
2741                               fixed_field, repeatable, mandatory, hidden)
2742 VALUES (1, 'biblio', '246', $$Varying Form of Title$$, $$Varying forms of the title appearing on different parts of an item or a portion of the title proper, or an alternative form of the title when the form differs substantially from the title statement in field 245 and if they contribute to the further identification of the item.$$,
2743 FALSE, TRUE, FALSE, FALSE);
2744 INSERT INTO config.record_attr_definition(name, label)
2745 VALUES ('marc21_biblio_246_ind_1', 'MARC 21 biblio field 246 indicator position 1');
2746 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2747 VALUES ('marc21_biblio_246_ind_1', '0', $$Note, no added entry$$, FALSE, TRUE);
2748 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2749 VALUES ('marc21_biblio_246_ind_1', '1', $$Note, added entry$$, FALSE, TRUE);
2750 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2751 VALUES ('marc21_biblio_246_ind_1', '2', $$No note, no added entry$$, FALSE, TRUE);
2752 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2753 VALUES ('marc21_biblio_246_ind_1', '3', $$No note, added entry$$, FALSE, TRUE);
2754 INSERT INTO config.record_attr_definition(name, label)
2755 VALUES ('marc21_biblio_246_ind_2', 'MARC 21 biblio field 246 indicator position 2');
2756 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2757 VALUES ('marc21_biblio_246_ind_2', '#', $$No type specified$$, FALSE, TRUE);
2758 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2759 VALUES ('marc21_biblio_246_ind_2', '0', $$Portion of title$$, FALSE, TRUE);
2760 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2761 VALUES ('marc21_biblio_246_ind_2', '1', $$Parallel title$$, FALSE, TRUE);
2762 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2763 VALUES ('marc21_biblio_246_ind_2', '2', $$Distinctive title$$, FALSE, TRUE);
2764 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2765 VALUES ('marc21_biblio_246_ind_2', '3', $$Other title$$, FALSE, TRUE);
2766 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2767 VALUES ('marc21_biblio_246_ind_2', '4', $$Cover title$$, FALSE, TRUE);
2768 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2769 VALUES ('marc21_biblio_246_ind_2', '5', $$Added title page title$$, FALSE, TRUE);
2770 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2771 VALUES ('marc21_biblio_246_ind_2', '6', $$Caption title$$, FALSE, TRUE);
2772 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2773 VALUES ('marc21_biblio_246_ind_2', '7', $$Running title$$, FALSE, TRUE);
2774 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2775 VALUES ('marc21_biblio_246_ind_2', '8', $$Spine title$$, FALSE, TRUE);
2776 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2777                                  repeatable, mandatory, hidden)
2778 VALUES (1, 'biblio', '246', 'a', $$Title proper/short title$$,
2779 FALSE, FALSE, FALSE);
2780 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2781                                  repeatable, mandatory, hidden)
2782 VALUES (1, 'biblio', '246', 'b', $$Remainder of title$$,
2783 FALSE, FALSE, FALSE);
2784 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2785                                  repeatable, mandatory, hidden)
2786 VALUES (1, 'biblio', '246', 'f', $$Date or sequential designation$$,
2787 FALSE, FALSE, FALSE);
2788 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2789                                  repeatable, mandatory, hidden)
2790 VALUES (1, 'biblio', '246', 'g', $$Miscellaneous information$$,
2791 FALSE, FALSE, FALSE);
2792 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2793                                  repeatable, mandatory, hidden)
2794 VALUES (1, 'biblio', '246', 'h', $$Medium$$,
2795 FALSE, FALSE, FALSE);
2796 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2797                                  repeatable, mandatory, hidden)
2798 VALUES (1, 'biblio', '246', 'i', $$Display text$$,
2799 FALSE, FALSE, FALSE);
2800 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2801                                  repeatable, mandatory, hidden)
2802 VALUES (1, 'biblio', '246', 'n', $$Number of part/section of a work$$,
2803 TRUE, FALSE, FALSE);
2804 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2805                                  repeatable, mandatory, hidden)
2806 VALUES (1, 'biblio', '246', 'p', $$Name of part/section of a work$$,
2807 TRUE, FALSE, FALSE);
2808 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2809                                  repeatable, mandatory, hidden)
2810 VALUES (1, 'biblio', '246', '5', $$Institution to which field applies$$,
2811 FALSE, FALSE, FALSE);
2812 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2813                                  repeatable, mandatory, hidden)
2814 VALUES (1, 'biblio', '246', '6', $$Linkage$$,
2815 FALSE, FALSE, FALSE);
2816 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2817                                  repeatable, mandatory, hidden)
2818 VALUES (1, 'biblio', '246', '8', $$Field link and sequence number$$,
2819 TRUE, FALSE, FALSE);
2820 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
2821                               fixed_field, repeatable, mandatory, hidden)
2822 VALUES (1, 'biblio', '247', $$Former Title$$, $$Former title proper used when one cataloging record represents several titles associated with an entity.$$,
2823 FALSE, TRUE, FALSE, FALSE);
2824 INSERT INTO config.record_attr_definition(name, label)
2825 VALUES ('marc21_biblio_247_ind_1', 'MARC 21 biblio field 247 indicator position 1');
2826 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2827 VALUES ('marc21_biblio_247_ind_1', '0', $$No added entry$$, FALSE, TRUE);
2828 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2829 VALUES ('marc21_biblio_247_ind_1', '1', $$Added entry$$, FALSE, TRUE);
2830 INSERT INTO config.record_attr_definition(name, label)
2831 VALUES ('marc21_biblio_247_ind_2', 'MARC 21 biblio field 247 indicator position 2');
2832 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2833 VALUES ('marc21_biblio_247_ind_2', '0', $$Display note$$, FALSE, TRUE);
2834 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2835 VALUES ('marc21_biblio_247_ind_2', '1', $$Do not display note$$, FALSE, TRUE);
2836 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2837                                  repeatable, mandatory, hidden)
2838 VALUES (1, 'biblio', '247', 'a', $$Title$$,
2839 FALSE, FALSE, FALSE);
2840 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2841                                  repeatable, mandatory, hidden)
2842 VALUES (1, 'biblio', '247', 'b', $$Remainder of title$$,
2843 FALSE, FALSE, FALSE);
2844 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2845                                  repeatable, mandatory, hidden)
2846 VALUES (1, 'biblio', '247', 'f', $$Date or sequential designation$$,
2847 FALSE, FALSE, FALSE);
2848 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2849                                  repeatable, mandatory, hidden)
2850 VALUES (1, 'biblio', '247', 'g', $$Miscellaneous information$$,
2851 FALSE, FALSE, FALSE);
2852 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2853                                  repeatable, mandatory, hidden)
2854 VALUES (1, 'biblio', '247', 'h', $$Medium$$,
2855 FALSE, FALSE, FALSE);
2856 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2857                                  repeatable, mandatory, hidden)
2858 VALUES (1, 'biblio', '247', 'n', $$Number of part/section of a work$$,
2859 TRUE, FALSE, FALSE);
2860 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2861                                  repeatable, mandatory, hidden)
2862 VALUES (1, 'biblio', '247', 'p', $$Name of part/section of a work$$,
2863 TRUE, FALSE, FALSE);
2864 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2865                                  repeatable, mandatory, hidden)
2866 VALUES (1, 'biblio', '247', 'x', $$International Standard Serial Number$$,
2867 FALSE, FALSE, FALSE);
2868 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2869                                  repeatable, mandatory, hidden)
2870 VALUES (1, 'biblio', '247', '6', $$Linkage$$,
2871 FALSE, FALSE, FALSE);
2872 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2873                                  repeatable, mandatory, hidden)
2874 VALUES (1, 'biblio', '247', '8', $$Field link and sequence number$$,
2875 TRUE, FALSE, FALSE);
2876 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
2877                               fixed_field, repeatable, mandatory, hidden)
2878 VALUES (1, 'biblio', '250', $$Edition Statement$$, $$Information relating to the edition of a work as determined by applicable cataloging rules.$$,
2879 FALSE, FALSE, FALSE, FALSE);
2880 INSERT INTO config.record_attr_definition(name, label)
2881 VALUES ('marc21_biblio_250_ind_1', 'MARC 21 biblio field 250 indicator position 1');
2882 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2883 VALUES ('marc21_biblio_250_ind_1', '#', $$Undefined$$, FALSE, TRUE);
2884 INSERT INTO config.record_attr_definition(name, label)
2885 VALUES ('marc21_biblio_250_ind_2', 'MARC 21 biblio field 250 indicator position 2');
2886 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2887 VALUES ('marc21_biblio_250_ind_2', '#', $$Undefined$$, FALSE, TRUE);
2888 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2889                                  repeatable, mandatory, hidden)
2890 VALUES (1, 'biblio', '250', 'a', $$Edition statement$$,
2891 FALSE, FALSE, FALSE);
2892 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2893                                  repeatable, mandatory, hidden)
2894 VALUES (1, 'biblio', '250', 'b', $$Remainder of edition statement$$,
2895 FALSE, FALSE, FALSE);
2896 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2897                                  repeatable, mandatory, hidden)
2898 VALUES (1, 'biblio', '250', '6', $$Linkage$$,
2899 FALSE, FALSE, FALSE);
2900 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2901                                  repeatable, mandatory, hidden)
2902 VALUES (1, 'biblio', '250', '8', $$Field link and sequence number$$,
2903 TRUE, FALSE, FALSE);
2904 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
2905                               fixed_field, repeatable, mandatory, hidden)
2906 VALUES (1, 'biblio', '254', $$Musical Presentation Statement$$, $$Musical presentation statement for printed or manuscript music that describes the format of the edition, which may differ from that of another edition of the same work.$$,
2907 FALSE, FALSE, FALSE, FALSE);
2908 INSERT INTO config.record_attr_definition(name, label)
2909 VALUES ('marc21_biblio_254_ind_1', 'MARC 21 biblio field 254 indicator position 1');
2910 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2911 VALUES ('marc21_biblio_254_ind_1', '#', $$Undefined$$, FALSE, TRUE);
2912 INSERT INTO config.record_attr_definition(name, label)
2913 VALUES ('marc21_biblio_254_ind_2', 'MARC 21 biblio field 254 indicator position 2');
2914 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2915 VALUES ('marc21_biblio_254_ind_2', '#', $$Undefined$$, FALSE, TRUE);
2916 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2917                                  repeatable, mandatory, hidden)
2918 VALUES (1, 'biblio', '254', 'a', $$Musical presentation statement$$,
2919 FALSE, FALSE, FALSE);
2920 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2921                                  repeatable, mandatory, hidden)
2922 VALUES (1, 'biblio', '254', '6', $$Linkage$$,
2923 FALSE, FALSE, FALSE);
2924 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2925                                  repeatable, mandatory, hidden)
2926 VALUES (1, 'biblio', '254', '8', $$Field link and sequence number$$,
2927 TRUE, FALSE, FALSE);
2928 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
2929                               fixed_field, repeatable, mandatory, hidden)
2930 VALUES (1, 'biblio', '255', $$Cartographic Mathematical Data$$, $$Mathematical data associated with cartographic material, including celestial charts. This data may also be coded in field 034 (Coded Mathematical Data).$$,
2931 FALSE, TRUE, FALSE, FALSE);
2932 INSERT INTO config.record_attr_definition(name, label)
2933 VALUES ('marc21_biblio_255_ind_1', 'MARC 21 biblio field 255 indicator position 1');
2934 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2935 VALUES ('marc21_biblio_255_ind_1', '#', $$Undefined$$, FALSE, TRUE);
2936 INSERT INTO config.record_attr_definition(name, label)
2937 VALUES ('marc21_biblio_255_ind_2', 'MARC 21 biblio field 255 indicator position 2');
2938 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2939 VALUES ('marc21_biblio_255_ind_2', '#', $$Undefined$$, FALSE, TRUE);
2940 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2941                                  repeatable, mandatory, hidden)
2942 VALUES (1, 'biblio', '255', 'a', $$Statement of scale$$,
2943 FALSE, FALSE, FALSE);
2944 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2945                                  repeatable, mandatory, hidden)
2946 VALUES (1, 'biblio', '255', 'b', $$Statement of projection$$,
2947 FALSE, FALSE, FALSE);
2948 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2949                                  repeatable, mandatory, hidden)
2950 VALUES (1, 'biblio', '255', 'c', $$Statement of coordinates$$,
2951 FALSE, FALSE, FALSE);
2952 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2953                                  repeatable, mandatory, hidden)
2954 VALUES (1, 'biblio', '255', 'd', $$Statement of zone$$,
2955 FALSE, FALSE, FALSE);
2956 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2957                                  repeatable, mandatory, hidden)
2958 VALUES (1, 'biblio', '255', 'e', $$Statement of equinox$$,
2959 FALSE, FALSE, FALSE);
2960 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2961                                  repeatable, mandatory, hidden)
2962 VALUES (1, 'biblio', '255', 'f', $$Outer G-ring coordinate pairs$$,
2963 FALSE, FALSE, FALSE);
2964 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2965                                  repeatable, mandatory, hidden)
2966 VALUES (1, 'biblio', '255', 'g', $$Exclusion G-ring coordinate pairs$$,
2967 FALSE, FALSE, FALSE);
2968 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2969                                  repeatable, mandatory, hidden)
2970 VALUES (1, 'biblio', '255', '6', $$Linkage$$,
2971 FALSE, FALSE, FALSE);
2972 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2973                                  repeatable, mandatory, hidden)
2974 VALUES (1, 'biblio', '255', '8', $$Field link and sequence number$$,
2975 TRUE, FALSE, FALSE);
2976 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
2977                               fixed_field, repeatable, mandatory, hidden)
2978 VALUES (1, 'biblio', '256', $$Computer File Characteristics$$, $$Characteristics of a computer file, such as the type of file (e.g., Computer programs), the number of records, statements, etc. (e.g., 1250 records, 5076 bytes).$$,
2979 FALSE, FALSE, FALSE, FALSE);
2980 INSERT INTO config.record_attr_definition(name, label)
2981 VALUES ('marc21_biblio_256_ind_1', 'MARC 21 biblio field 256 indicator position 1');
2982 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2983 VALUES ('marc21_biblio_256_ind_1', '#', $$Undefined$$, FALSE, TRUE);
2984 INSERT INTO config.record_attr_definition(name, label)
2985 VALUES ('marc21_biblio_256_ind_2', 'MARC 21 biblio field 256 indicator position 2');
2986 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2987 VALUES ('marc21_biblio_256_ind_2', '#', $$Undefined$$, FALSE, TRUE);
2988 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2989                                  repeatable, mandatory, hidden)
2990 VALUES (1, 'biblio', '256', 'a', $$Computer file characteristics$$,
2991 FALSE, FALSE, FALSE);
2992 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2993                                  repeatable, mandatory, hidden)
2994 VALUES (1, 'biblio', '256', '6', $$Linkage$$,
2995 FALSE, FALSE, FALSE);
2996 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2997                                  repeatable, mandatory, hidden)
2998 VALUES (1, 'biblio', '256', '8', $$Field link and sequence number$$,
2999 TRUE, FALSE, FALSE);
3000 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
3001                               fixed_field, repeatable, mandatory, hidden)
3002 VALUES (1, 'biblio', '257', $$Country of Producing Entity$$, $$Name or abbreviation of the name of the country(s) where the principal offices of the producing entity(s) of a resource are located.$$,
3003 FALSE, TRUE, FALSE, FALSE);
3004 INSERT INTO config.record_attr_definition(name, label)
3005 VALUES ('marc21_biblio_257_ind_1', 'MARC 21 biblio field 257 indicator position 1');
3006 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3007 VALUES ('marc21_biblio_257_ind_1', '#', $$Undefined$$, FALSE, TRUE);
3008 INSERT INTO config.record_attr_definition(name, label)
3009 VALUES ('marc21_biblio_257_ind_2', 'MARC 21 biblio field 257 indicator position 2');
3010 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3011 VALUES ('marc21_biblio_257_ind_2', '#', $$Undefined$$, FALSE, TRUE);
3012 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3013                                  repeatable, mandatory, hidden)
3014 VALUES (1, 'biblio', '257', 'a', $$Country of producing entity$$,
3015 TRUE, FALSE, FALSE);
3016 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3017                                  repeatable, mandatory, hidden)
3018 VALUES (1, 'biblio', '257', '6', $$Linkage$$,
3019 FALSE, FALSE, FALSE);
3020 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3021                                  repeatable, mandatory, hidden)
3022 VALUES (1, 'biblio', '257', '8', $$Field link and sequence number$$,
3023 TRUE, FALSE, FALSE);
3024 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
3025                               fixed_field, repeatable, mandatory, hidden)
3026 VALUES (1, 'biblio', '258', $$Philatelic Issue Data$$, $$Issuing jurisdiction and denomination information about philatelic material, such as postage stamps, postal stationery (postal cards, etc., made available by a postal administration bearing a stamped impression (indicium) of denomination), revenue stamps (tax stamps), postage due stamps, and registered mail stamps. These are usually valid within a defined area and carry a value signifying prepayment or payment due for services or taxes.$$,
3027 FALSE, TRUE, FALSE, FALSE);
3028 INSERT INTO config.record_attr_definition(name, label)
3029 VALUES ('marc21_biblio_258_ind_1', 'MARC 21 biblio field 258 indicator position 1');
3030 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3031 VALUES ('marc21_biblio_258_ind_1', '#', $$Undefined$$, FALSE, TRUE);
3032 INSERT INTO config.record_attr_definition(name, label)
3033 VALUES ('marc21_biblio_258_ind_2', 'MARC 21 biblio field 258 indicator position 2');
3034 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3035 VALUES ('marc21_biblio_258_ind_2', '#', $$Undefined$$, FALSE, TRUE);
3036 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3037                                  repeatable, mandatory, hidden)
3038 VALUES (1, 'biblio', '258', 'a', $$Issuing jurisdiction$$,
3039 FALSE, FALSE, FALSE);
3040 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3041                                  repeatable, mandatory, hidden)
3042 VALUES (1, 'biblio', '258', 'b', $$Denomination$$,
3043 FALSE, FALSE, FALSE);
3044 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3045                                  repeatable, mandatory, hidden)
3046 VALUES (1, 'biblio', '258', '6', $$Linkage$$,
3047 FALSE, FALSE, FALSE);
3048 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3049                                  repeatable, mandatory, hidden)
3050 VALUES (1, 'biblio', '258', '8', $$Field link and sequence number$$,
3051 TRUE, FALSE, FALSE);
3052 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
3053                               fixed_field, repeatable, mandatory, hidden)
3054 VALUES (1, 'biblio', '260', $$Publication, Distribution, etc. (Imprint)$$, $$Information relating to the publication, printing, distribution, issue, release, or production of a work.$$,
3055 FALSE, TRUE, FALSE, FALSE);
3056 INSERT INTO config.record_attr_definition(name, label)
3057 VALUES ('marc21_biblio_260_ind_1', 'MARC 21 biblio field 260 indicator position 1');
3058 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3059 VALUES ('marc21_biblio_260_ind_1', '#', $$Not applicable/No information provided/Earliest available publisher$$, FALSE, TRUE);
3060 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3061 VALUES ('marc21_biblio_260_ind_1', '2', $$Intervening publisher$$, FALSE, TRUE);
3062 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3063 VALUES ('marc21_biblio_260_ind_1', '3', $$Current/latest publisher$$, FALSE, TRUE);
3064 INSERT INTO config.record_attr_definition(name, label)
3065 VALUES ('marc21_biblio_260_ind_2', 'MARC 21 biblio field 260 indicator position 2');
3066 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3067 VALUES ('marc21_biblio_260_ind_2', '#', $$Undefined$$, FALSE, TRUE);
3068 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3069                                  repeatable, mandatory, hidden)
3070 VALUES (1, 'biblio', '260', 'a', $$Place of publication, distribution, etc.$$,
3071 TRUE, FALSE, FALSE);
3072 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3073                                  repeatable, mandatory, hidden)
3074 VALUES (1, 'biblio', '260', 'b', $$Name of publisher, distributor, etc.$$,
3075 TRUE, FALSE, FALSE);
3076 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3077                                  repeatable, mandatory, hidden)
3078 VALUES (1, 'biblio', '260', 'c', $$Date of publication, distribution, etc.$$,
3079 TRUE, FALSE, FALSE);
3080 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3081                                  repeatable, mandatory, hidden)
3082 VALUES (1, 'biblio', '260', 'e', $$Place of manufacture$$,
3083 TRUE, FALSE, FALSE);
3084 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3085                                  repeatable, mandatory, hidden)
3086 VALUES (1, 'biblio', '260', 'f', $$Manufacturer$$,
3087 TRUE, FALSE, FALSE);
3088 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3089                                  repeatable, mandatory, hidden)
3090 VALUES (1, 'biblio', '260', 'g', $$Date of manufacture$$,
3091 TRUE, FALSE, FALSE);
3092 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3093                                  repeatable, mandatory, hidden)
3094 VALUES (1, 'biblio', '260', '3', $$Materials specified$$,
3095 FALSE, FALSE, FALSE);
3096 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3097                                  repeatable, mandatory, hidden)
3098 VALUES (1, 'biblio', '260', '6', $$Linkage$$,
3099 FALSE, FALSE, FALSE);
3100 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3101                                  repeatable, mandatory, hidden)
3102 VALUES (1, 'biblio', '260', '8', $$Field link and sequence number$$,
3103 TRUE, FALSE, FALSE);
3104 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
3105                               fixed_field, repeatable, mandatory, hidden)
3106 VALUES (1, 'biblio', '263', $$Projected Publication Date$$, $$Projected date of publication used in bibliographic records for works that have not yet been published.$$,
3107 FALSE, FALSE, FALSE, FALSE);
3108 INSERT INTO config.record_attr_definition(name, label)
3109 VALUES ('marc21_biblio_263_ind_1', 'MARC 21 biblio field 263 indicator position 1');
3110 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3111 VALUES ('marc21_biblio_263_ind_1', '#', $$Undefined$$, FALSE, TRUE);
3112 INSERT INTO config.record_attr_definition(name, label)
3113 VALUES ('marc21_biblio_263_ind_2', 'MARC 21 biblio field 263 indicator position 2');
3114 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3115 VALUES ('marc21_biblio_263_ind_2', '#', $$Undefined$$, FALSE, TRUE);
3116 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3117                                  repeatable, mandatory, hidden)
3118 VALUES (1, 'biblio', '263', 'a', $$Projected publication date$$,
3119 FALSE, FALSE, FALSE);
3120 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3121                                  repeatable, mandatory, hidden)
3122 VALUES (1, 'biblio', '263', '6', $$Linkage$$,
3123 FALSE, FALSE, FALSE);
3124 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3125                                  repeatable, mandatory, hidden)
3126 VALUES (1, 'biblio', '263', '8', $$Field link and sequence number$$,
3127 TRUE, FALSE, FALSE);
3128 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
3129                               fixed_field, repeatable, mandatory, hidden)
3130 VALUES (1, 'biblio', '264', $$Production, Publication, Distribution, Manufacture, and Copyright Notice$$, $$Statement relating to the publication, printing, distribution, issue, release, or production of a work.$$,
3131 FALSE, TRUE, FALSE, FALSE);
3132 INSERT INTO config.record_attr_definition(name, label)
3133 VALUES ('marc21_biblio_264_ind_1', 'MARC 21 biblio field 264 indicator position 1');
3134 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3135 VALUES ('marc21_biblio_264_ind_1', '#', $$Not applicable/No information provided/Earliest$$, FALSE, TRUE);
3136 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3137 VALUES ('marc21_biblio_264_ind_1', '2', $$Intervening$$, FALSE, TRUE);
3138 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3139 VALUES ('marc21_biblio_264_ind_1', '3', $$Current/latest$$, FALSE, TRUE);
3140 INSERT INTO config.record_attr_definition(name, label)
3141 VALUES ('marc21_biblio_264_ind_2', 'MARC 21 biblio field 264 indicator position 2');
3142 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3143 VALUES ('marc21_biblio_264_ind_2', '0', $$Production$$, FALSE, TRUE);
3144 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3145 VALUES ('marc21_biblio_264_ind_2', '1', $$Publication$$, FALSE, TRUE);
3146 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3147 VALUES ('marc21_biblio_264_ind_2', '2', $$Distribution$$, FALSE, TRUE);
3148 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3149 VALUES ('marc21_biblio_264_ind_2', '3', $$Manufacture$$, FALSE, TRUE);
3150 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3151 VALUES ('marc21_biblio_264_ind_2', '4', $$Copyright notice date$$, FALSE, TRUE);
3152 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3153                                  repeatable, mandatory, hidden)
3154 VALUES (1, 'biblio', '264', 'a', $$Place of production, publication, distribution, manufacture$$,
3155 TRUE, FALSE, FALSE);
3156 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3157                                  repeatable, mandatory, hidden)
3158 VALUES (1, 'biblio', '264', 'b', $$Name of producer, publisher, distributor, manufacturer$$,
3159 TRUE, FALSE, FALSE);
3160 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3161                                  repeatable, mandatory, hidden)
3162 VALUES (1, 'biblio', '264', 'c', $$Date of production, publication, distribution, manufacture, or copyright notice$$,
3163 TRUE, FALSE, FALSE);
3164 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3165                                  repeatable, mandatory, hidden)
3166 VALUES (1, 'biblio', '264', '3', $$Materials specified$$,
3167 FALSE, FALSE, FALSE);
3168 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3169                                  repeatable, mandatory, hidden)
3170 VALUES (1, 'biblio', '264', '6', $$Linkage$$,
3171 FALSE, FALSE, FALSE);
3172 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3173                                  repeatable, mandatory, hidden)
3174 VALUES (1, 'biblio', '264', '8', $$Field link and sequence number$$,
3175 TRUE, FALSE, FALSE);
3176 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
3177                               fixed_field, repeatable, mandatory, hidden)
3178 VALUES (1, 'biblio', '270', $$Address$$, $$An address (as well as electronic access information such as email, telephone, fax, TTY, etc. numbers) for contacts related to the content of the bibliographic item. Multiple addresses, such as mailing addresses and addresses corresponding to the physical location of an item or facilities, are recorded in separate occurrences of field 270.$$,
3179 FALSE, TRUE, FALSE, FALSE);
3180 INSERT INTO config.record_attr_definition(name, label)
3181 VALUES ('marc21_biblio_270_ind_1', 'MARC 21 biblio field 270 indicator position 1');
3182 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3183 VALUES ('marc21_biblio_270_ind_1', '#', $$No level specified$$, FALSE, TRUE);
3184 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3185 VALUES ('marc21_biblio_270_ind_1', '1', $$Primary$$, FALSE, TRUE);
3186 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3187 VALUES ('marc21_biblio_270_ind_1', '2', $$Secondary$$, FALSE, TRUE);
3188 INSERT INTO config.record_attr_definition(name, label)
3189 VALUES ('marc21_biblio_270_ind_2', 'MARC 21 biblio field 270 indicator position 2');
3190 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3191 VALUES ('marc21_biblio_270_ind_2', '#', $$No type specified$$, FALSE, TRUE);
3192 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3193 VALUES ('marc21_biblio_270_ind_2', '0', $$Mailing$$, FALSE, TRUE);
3194 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3195 VALUES ('marc21_biblio_270_ind_2', '7', $$Type specified in subfield $i$$, FALSE, TRUE);
3196 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3197                                  repeatable, mandatory, hidden)
3198 VALUES (1, 'biblio', '270', 'a', $$Address$$,
3199 TRUE, FALSE, FALSE);
3200 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3201                                  repeatable, mandatory, hidden)
3202 VALUES (1, 'biblio', '270', 'b', $$City$$,
3203 FALSE, FALSE, FALSE);
3204 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3205                                  repeatable, mandatory, hidden)
3206 VALUES (1, 'biblio', '270', 'c', $$State or province$$,
3207 FALSE, FALSE, FALSE);
3208 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3209                                  repeatable, mandatory, hidden)
3210 VALUES (1, 'biblio', '270', 'd', $$Country$$,
3211 FALSE, FALSE, FALSE);
3212 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3213                                  repeatable, mandatory, hidden)
3214 VALUES (1, 'biblio', '270', 'e', $$Postal code$$,
3215 FALSE, FALSE, FALSE);
3216 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3217                                  repeatable, mandatory, hidden)
3218 VALUES (1, 'biblio', '270', 'f', $$Terms preceding attention name$$,
3219 FALSE, FALSE, FALSE);
3220 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3221                                  repeatable, mandatory, hidden)
3222 VALUES (1, 'biblio', '270', 'g', $$Attention name$$,
3223 FALSE, FALSE, FALSE);
3224 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3225                                  repeatable, mandatory, hidden)
3226 VALUES (1, 'biblio', '270', 'h', $$Attention position$$,
3227 FALSE, FALSE, FALSE);
3228 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3229                                  repeatable, mandatory, hidden)
3230 VALUES (1, 'biblio', '270', 'i', $$Type of address$$,
3231 FALSE, FALSE, FALSE);
3232 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3233                                  repeatable, mandatory, hidden)
3234 VALUES (1, 'biblio', '270', 'j', $$Specialized telephone number$$,
3235 TRUE, FALSE, FALSE);
3236 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3237                                  repeatable, mandatory, hidden)
3238 VALUES (1, 'biblio', '270', 'k', $$Telephone number$$,
3239 TRUE, FALSE, FALSE);
3240 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3241                                  repeatable, mandatory, hidden)
3242 VALUES (1, 'biblio', '270', 'l', $$Fax number$$,
3243 TRUE, FALSE, FALSE);
3244 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3245                                  repeatable, mandatory, hidden)
3246 VALUES (1, 'biblio', '270', 'm', $$Electronic mail address$$,
3247 TRUE, FALSE, FALSE);
3248 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3249                                  repeatable, mandatory, hidden)
3250 VALUES (1, 'biblio', '270', 'n', $$TDD or TTY number$$,
3251 TRUE, FALSE, FALSE);
3252 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3253                                  repeatable, mandatory, hidden)
3254 VALUES (1, 'biblio', '270', 'p', $$Contact person$$,
3255 TRUE, FALSE, FALSE);
3256 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3257                                  repeatable, mandatory, hidden)
3258 VALUES (1, 'biblio', '270', 'q', $$Title of contact person$$,
3259 TRUE, FALSE, FALSE);
3260 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3261                                  repeatable, mandatory, hidden)
3262 VALUES (1, 'biblio', '270', 'r', $$Hours$$,
3263 TRUE, FALSE, FALSE);
3264 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3265                                  repeatable, mandatory, hidden)
3266 VALUES (1, 'biblio', '270', 'z', $$Public note$$,
3267 TRUE, FALSE, FALSE);
3268 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3269                                  repeatable, mandatory, hidden)
3270 VALUES (1, 'biblio', '270', '4', $$Relator code$$,
3271 TRUE, FALSE, FALSE);
3272 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3273                                  repeatable, mandatory, hidden)
3274 VALUES (1, 'biblio', '270', '6', $$Linkage$$,
3275 FALSE, FALSE, FALSE);
3276 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3277                                  repeatable, mandatory, hidden)
3278 VALUES (1, 'biblio', '270', '8', $$Field link and sequence number$$,
3279 TRUE, FALSE, FALSE);
3280 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
3281                               fixed_field, repeatable, mandatory, hidden)
3282 VALUES (1, 'biblio', '300', $$Physical Description$$, $$Physical description of the described item, including its extent, dimensions, and such other physical details as a description of any accompanying materials and unit type and size.$$,
3283 FALSE, TRUE, FALSE, FALSE);
3284 INSERT INTO config.record_attr_definition(name, label)
3285 VALUES ('marc21_biblio_300_ind_1', 'MARC 21 biblio field 300 indicator position 1');
3286 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3287 VALUES ('marc21_biblio_300_ind_1', '#', $$Undefined$$, FALSE, TRUE);
3288 INSERT INTO config.record_attr_definition(name, label)
3289 VALUES ('marc21_biblio_300_ind_2', 'MARC 21 biblio field 300 indicator position 2');
3290 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3291 VALUES ('marc21_biblio_300_ind_2', '#', $$Undefined$$, FALSE, TRUE);
3292 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3293                                  repeatable, mandatory, hidden)
3294 VALUES (1, 'biblio', '300', 'a', $$Extent$$,
3295 TRUE, FALSE, FALSE);
3296 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3297                                  repeatable, mandatory, hidden)
3298 VALUES (1, 'biblio', '300', 'b', $$Other physical details$$,
3299 FALSE, FALSE, FALSE);
3300 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3301                                  repeatable, mandatory, hidden)
3302 VALUES (1, 'biblio', '300', 'c', $$Dimensions$$,
3303 TRUE, FALSE, FALSE);
3304 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3305                                  repeatable, mandatory, hidden)
3306 VALUES (1, 'biblio', '300', 'e', $$Accompanying material$$,
3307 FALSE, FALSE, FALSE);
3308 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3309                                  repeatable, mandatory, hidden)
3310 VALUES (1, 'biblio', '300', 'f', $$Type of unit$$,
3311 TRUE, FALSE, FALSE);
3312 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3313                                  repeatable, mandatory, hidden)
3314 VALUES (1, 'biblio', '300', 'g', $$Size of unit$$,
3315 TRUE, FALSE, FALSE);
3316 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3317                                  repeatable, mandatory, hidden)
3318 VALUES (1, 'biblio', '300', '3', $$Materials specified$$,
3319 FALSE, FALSE, FALSE);
3320 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3321                                  repeatable, mandatory, hidden)
3322 VALUES (1, 'biblio', '300', '6', $$Linkage$$,
3323 FALSE, FALSE, FALSE);
3324 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3325                                  repeatable, mandatory, hidden)
3326 VALUES (1, 'biblio', '300', '8', $$Field link and sequence number$$,
3327 TRUE, FALSE, FALSE);
3328 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
3329                               fixed_field, repeatable, mandatory, hidden)
3330 VALUES (1, 'biblio', '306', $$Playing Time$$, $$Six numeric characters, in the pattern that represent the playing time for a sound recording, videorecording, etc. or the stated duration of performance of printed or manuscript music. If the playing time is less than 1 hour, the hour is recorded as two zeroes; if less than a minute, the minute is also recorded as two zeroes.$$,
3331 FALSE, FALSE, FALSE, FALSE);
3332 INSERT INTO config.record_attr_definition(name, label)
3333 VALUES ('marc21_biblio_306_ind_1', 'MARC 21 biblio field 306 indicator position 1');
3334 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3335 VALUES ('marc21_biblio_306_ind_1', '#', $$Undefined$$, FALSE, TRUE);
3336 INSERT INTO config.record_attr_definition(name, label)
3337 VALUES ('marc21_biblio_306_ind_2', 'MARC 21 biblio field 306 indicator position 2');
3338 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3339 VALUES ('marc21_biblio_306_ind_2', '#', $$Undefined$$, FALSE, TRUE);
3340 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3341                                  repeatable, mandatory, hidden)
3342 VALUES (1, 'biblio', '306', 'a', $$Playing time$$,
3343 TRUE, FALSE, FALSE);
3344 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3345                                  repeatable, mandatory, hidden)
3346 VALUES (1, 'biblio', '306', '6', $$Linkage$$,
3347 FALSE, FALSE, FALSE);
3348 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3349                                  repeatable, mandatory, hidden)
3350 VALUES (1, 'biblio', '306', '8', $$Field link and sequence number$$,
3351 TRUE, FALSE, FALSE);
3352 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
3353                               fixed_field, repeatable, mandatory, hidden)
3354 VALUES (1, 'biblio', '307', $$Hours, Etc.$$, $$Chronological information identifying the days and/or times an item is available or accessible. Used primarily in records for electronic resources.$$,
3355 FALSE, TRUE, FALSE, FALSE);
3356 INSERT INTO config.record_attr_definition(name, label)
3357 VALUES ('marc21_biblio_307_ind_1', 'MARC 21 biblio field 307 indicator position 1');
3358 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3359 VALUES ('marc21_biblio_307_ind_1', '#', $$Hours$$, FALSE, TRUE);
3360 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3361 VALUES ('marc21_biblio_307_ind_1', '8', $$No display constant generated$$, FALSE, TRUE);
3362 INSERT INTO config.record_attr_definition(name, label)
3363 VALUES ('marc21_biblio_307_ind_2', 'MARC 21 biblio field 307 indicator position 2');
3364 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3365 VALUES ('marc21_biblio_307_ind_2', '#', $$Undefined$$, FALSE, TRUE);
3366 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3367                                  repeatable, mandatory, hidden)
3368 VALUES (1, 'biblio', '307', 'a', $$Hours$$,
3369 FALSE, FALSE, FALSE);
3370 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3371                                  repeatable, mandatory, hidden)
3372 VALUES (1, 'biblio', '307', 'b', $$Additional information$$,
3373 FALSE, FALSE, FALSE);
3374 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3375                                  repeatable, mandatory, hidden)
3376 VALUES (1, 'biblio', '307', '6', $$Linkage$$,
3377 FALSE, FALSE, FALSE);
3378 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3379                                  repeatable, mandatory, hidden)
3380 VALUES (1, 'biblio', '307', '8', $$Field link and sequence number$$,
3381 TRUE, FALSE, FALSE);
3382 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
3383                               fixed_field, repeatable, mandatory, hidden)
3384 VALUES (1, 'biblio', '310', $$Current Publication Frequency$$, $$Current stated publication frequency of either an item or an update to an item. Dates are included when the beginning date of the current frequency is not the same as the beginning date of publication.$$,
3385 FALSE, FALSE, FALSE, FALSE);
3386 INSERT INTO config.record_attr_definition(name, label)
3387 VALUES ('marc21_biblio_310_ind_1', 'MARC 21 biblio field 310 indicator position 1');
3388 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3389 VALUES ('marc21_biblio_310_ind_1', '#', $$Undefined$$, FALSE, TRUE);
3390 INSERT INTO config.record_attr_definition(name, label)
3391 VALUES ('marc21_biblio_310_ind_2', 'MARC 21 biblio field 310 indicator position 2');
3392 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3393 VALUES ('marc21_biblio_310_ind_2', '#', $$Undefined$$, FALSE, TRUE);
3394 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3395                                  repeatable, mandatory, hidden)
3396 VALUES (1, 'biblio', '310', 'a', $$Current publication frequency$$,
3397 FALSE, FALSE, FALSE);
3398 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3399                                  repeatable, mandatory, hidden)
3400 VALUES (1, 'biblio', '310', 'b', $$Date of current publication frequency$$,
3401 FALSE, FALSE, FALSE);
3402 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3403                                  repeatable, mandatory, hidden)
3404 VALUES (1, 'biblio', '310', '6', $$Linkage$$,
3405 FALSE, FALSE, FALSE);
3406 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3407                                  repeatable, mandatory, hidden)
3408 VALUES (1, 'biblio', '310', '8', $$Field link and sequence number$$,
3409 TRUE, FALSE, FALSE);
3410 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
3411                               fixed_field, repeatable, mandatory, hidden)
3412 VALUES (1, 'biblio', '321', $$Former Publication Frequency$$, $$Former publication frequency of either an item or an update to an item when a current publication frequency is given in field 310 (Current Publication Frequency).$$,
3413 FALSE, TRUE, FALSE, FALSE);
3414 INSERT INTO config.record_attr_definition(name, label)
3415 VALUES ('marc21_biblio_321_ind_1', 'MARC 21 biblio field 321 indicator position 1');
3416 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3417 VALUES ('marc21_biblio_321_ind_1', '#', $$Undefined$$, FALSE, TRUE);
3418 INSERT INTO config.record_attr_definition(name, label)
3419 VALUES ('marc21_biblio_321_ind_2', 'MARC 21 biblio field 321 indicator position 2');
3420 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3421 VALUES ('marc21_biblio_321_ind_2', '#', $$Undefined$$, FALSE, TRUE);
3422 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3423                                  repeatable, mandatory, hidden)
3424 VALUES (1, 'biblio', '321', 'a', $$Former publication frequency$$,
3425 FALSE, FALSE, FALSE);
3426 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3427                                  repeatable, mandatory, hidden)
3428 VALUES (1, 'biblio', '321', 'b', $$Dates of former publication frequency$$,
3429 FALSE, FALSE, FALSE);
3430 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3431                                  repeatable, mandatory, hidden)
3432 VALUES (1, 'biblio', '321', '6', $$Linkage$$,
3433 FALSE, FALSE, FALSE);
3434 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3435                                  repeatable, mandatory, hidden)
3436 VALUES (1, 'biblio', '321', '8', $$Field link and sequence number$$,
3437 TRUE, FALSE, FALSE);
3438 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
3439                               fixed_field, repeatable, mandatory, hidden)
3440 VALUES (1, 'biblio', '336', $$Content Type$$, $$The form of communication through which a work is expressed. Used in conjunction with Leader /06 (Type of record), which indicates the general type of content of the resource. Field 336 information enables expression of more specific content types and content types from various lists.$$,
3441 FALSE, TRUE, FALSE, FALSE);
3442 INSERT INTO config.record_attr_definition(name, label)
3443 VALUES ('marc21_biblio_336_ind_1', 'MARC 21 biblio field 336 indicator position 1');
3444 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3445 VALUES ('marc21_biblio_336_ind_1', '#', $$Undefined$$, FALSE, TRUE);
3446 INSERT INTO config.record_attr_definition(name, label)
3447 VALUES ('marc21_biblio_336_ind_2', 'MARC 21 biblio field 336 indicator position 2');
3448 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3449 VALUES ('marc21_biblio_336_ind_2', '#', $$Undefined$$, FALSE, TRUE);
3450 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3451                                  repeatable, mandatory, hidden)
3452 VALUES (1, 'biblio', '336', 'a', $$Content type term$$,
3453 TRUE, FALSE, FALSE);
3454 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3455                                  repeatable, mandatory, hidden)
3456 VALUES (1, 'biblio', '336', 'b', $$Content type code$$,
3457 TRUE, FALSE, FALSE);
3458 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3459                                  repeatable, mandatory, hidden)
3460 VALUES (1, 'biblio', '336', '2', $$Source$$,
3461 FALSE, FALSE, FALSE);
3462 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3463                                  repeatable, mandatory, hidden)
3464 VALUES (1, 'biblio', '336', '3', $$Materials specified$$,
3465 FALSE, FALSE, FALSE);
3466 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3467                                  repeatable, mandatory, hidden)
3468 VALUES (1, 'biblio', '336', '6', $$Linkage$$,
3469 FALSE, FALSE, FALSE);
3470 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3471                                  repeatable, mandatory, hidden)
3472 VALUES (1, 'biblio', '336', '8', $$Field link and sequence number$$,
3473 TRUE, FALSE, FALSE);
3474 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
3475                               fixed_field, repeatable, mandatory, hidden)
3476 VALUES (1, 'biblio', '337', $$Media Type$$, $$Media type reflects the general type of intermediation device required to view, play, run, etc., the content of a resource. Used as an alternative to or in addition to the coded expression of Media type in field 007/00 (Category of material). Field 337 information enables indication of more specific media types and media types from various lists.$$,
3477 FALSE, TRUE, FALSE, FALSE);
3478 INSERT INTO config.record_attr_definition(name, label)
3479 VALUES ('marc21_biblio_337_ind_1', 'MARC 21 biblio field 337 indicator position 1');
3480 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3481 VALUES ('marc21_biblio_337_ind_1', '#', $$Undefined$$, FALSE, TRUE);
3482 INSERT INTO config.record_attr_definition(name, label)
3483 VALUES ('marc21_biblio_337_ind_2', 'MARC 21 biblio field 337 indicator position 2');
3484 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3485 VALUES ('marc21_biblio_337_ind_2', '#', $$Undefined$$, FALSE, TRUE);
3486 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3487                                  repeatable, mandatory, hidden)
3488 VALUES (1, 'biblio', '337', 'a', $$Media type term$$,
3489 TRUE, FALSE, FALSE);
3490 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3491                                  repeatable, mandatory, hidden)
3492 VALUES (1, 'biblio', '337', 'b', $$Media type code$$,
3493 TRUE, FALSE, FALSE);
3494 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3495                                  repeatable, mandatory, hidden)
3496 VALUES (1, 'biblio', '337', '2', $$Source$$,
3497 FALSE, FALSE, FALSE);
3498 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3499                                  repeatable, mandatory, hidden)
3500 VALUES (1, 'biblio', '337', '3', $$Materials specified$$,
3501 FALSE, FALSE, FALSE);
3502 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3503                                  repeatable, mandatory, hidden)
3504 VALUES (1, 'biblio', '337', '6', $$Linkage$$,
3505 FALSE, FALSE, FALSE);
3506 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3507                                  repeatable, mandatory, hidden)
3508 VALUES (1, 'biblio', '337', '8', $$Field link and sequence number$$,
3509 TRUE, FALSE, FALSE);
3510 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
3511                               fixed_field, repeatable, mandatory, hidden)
3512 VALUES (1, 'biblio', '338', $$Carrier Type$$, $$Carrier type reflects the format of the storage medium and housing of a carrier in combination with the media type (which indicates the intermediation device required to view, play, run, etc., the content of a resource). Used as an alternative to or in addition to the coded expression of carrier type in field 007/01 (Specific material designation). Field 338 information enables indication of more specific carrier types and carrier types from various lists.$$,
3513 FALSE, TRUE, FALSE, FALSE);
3514 INSERT INTO config.record_attr_definition(name, label)
3515 VALUES ('marc21_biblio_338_ind_1', 'MARC 21 biblio field 338 indicator position 1');
3516 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3517 VALUES ('marc21_biblio_338_ind_1', '#', $$Undefined$$, FALSE, TRUE);
3518 INSERT INTO config.record_attr_definition(name, label)
3519 VALUES ('marc21_biblio_338_ind_2', 'MARC 21 biblio field 338 indicator position 2');
3520 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3521 VALUES ('marc21_biblio_338_ind_2', '#', $$Undefined$$, FALSE, TRUE);
3522 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3523                                  repeatable, mandatory, hidden)
3524 VALUES (1, 'biblio', '338', 'a', $$Carrier type term$$,
3525 TRUE, FALSE, FALSE);
3526 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3527                                  repeatable, mandatory, hidden)
3528 VALUES (1, 'biblio', '338', 'b', $$Carrier type code$$,
3529 TRUE, FALSE, FALSE);
3530 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3531                                  repeatable, mandatory, hidden)
3532 VALUES (1, 'biblio', '338', '2', $$Source$$,
3533 FALSE, FALSE, FALSE);
3534 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3535                                  repeatable, mandatory, hidden)
3536 VALUES (1, 'biblio', '338', '3', $$Materials specified$$,
3537 FALSE, FALSE, FALSE);
3538 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3539                                  repeatable, mandatory, hidden)
3540 VALUES (1, 'biblio', '338', '6', $$Linkage$$,
3541 FALSE, FALSE, FALSE);
3542 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3543                                  repeatable, mandatory, hidden)
3544 VALUES (1, 'biblio', '338', '8', $$Field link and sequence number$$,
3545 TRUE, FALSE, FALSE);
3546 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
3547                               fixed_field, repeatable, mandatory, hidden)
3548 VALUES (1, 'biblio', '340', $$Physical Medium$$, $$Physical description information for an item that requires technical equipment for its use or an item that has special conservation or storage needs.$$,
3549 FALSE, TRUE, FALSE, FALSE);
3550 INSERT INTO config.record_attr_definition(name, label)
3551 VALUES ('marc21_biblio_340_ind_1', 'MARC 21 biblio field 340 indicator position 1');
3552 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3553 VALUES ('marc21_biblio_340_ind_1', '#', $$Undefined$$, FALSE, TRUE);
3554 INSERT INTO config.record_attr_definition(name, label)
3555 VALUES ('marc21_biblio_340_ind_2', 'MARC 21 biblio field 340 indicator position 2');
3556 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3557 VALUES ('marc21_biblio_340_ind_2', '#', $$Undefined$$, FALSE, TRUE);
3558 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3559                                  repeatable, mandatory, hidden)
3560 VALUES (1, 'biblio', '340', 'a', $$Material base and configuration$$,
3561 TRUE, FALSE, FALSE);
3562 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3563                                  repeatable, mandatory, hidden)
3564 VALUES (1, 'biblio', '340', 'b', $$Dimensions$$,
3565 TRUE, FALSE, FALSE);
3566 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3567                                  repeatable, mandatory, hidden)
3568 VALUES (1, 'biblio', '340', 'c', $$Materials applied to surface$$,
3569 TRUE, FALSE, FALSE);
3570 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3571                                  repeatable, mandatory, hidden)
3572 VALUES (1, 'biblio', '340', 'd', $$Information recording technique$$,
3573 TRUE, FALSE, FALSE);
3574 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3575                                  repeatable, mandatory, hidden)
3576 VALUES (1, 'biblio', '340', 'e', $$Support$$,
3577 TRUE, FALSE, FALSE);
3578 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3579                                  repeatable, mandatory, hidden)
3580 VALUES (1, 'biblio', '340', 'f', $$Production rate/ratio$$,
3581 TRUE, FALSE, FALSE);
3582 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3583                                  repeatable, mandatory, hidden)
3584 VALUES (1, 'biblio', '340', 'h', $$Location within medium$$,
3585 TRUE, FALSE, FALSE);
3586 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3587                                  repeatable, mandatory, hidden)
3588 VALUES (1, 'biblio', '340', 'i', $$Technical specifications of medium$$,
3589 TRUE, FALSE, FALSE);
3590 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3591                                  repeatable, mandatory, hidden)
3592 VALUES (1, 'biblio', '340', '3', $$Materials specified$$,
3593 FALSE, FALSE, FALSE);
3594 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3595                                  repeatable, mandatory, hidden)
3596 VALUES (1, 'biblio', '340', '6', $$Linkage$$,
3597 FALSE, FALSE, FALSE);
3598 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3599                                  repeatable, mandatory, hidden)
3600 VALUES (1, 'biblio', '340', '8', $$Field link and sequence number$$,
3601 TRUE, FALSE, FALSE);
3602 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
3603                               fixed_field, repeatable, mandatory, hidden)
3604 VALUES (1, 'biblio', '342', $$Geospatial Reference Data$$, $$Description of the frame of reference for the coordinates in a data set. To work with a data set a user must be able to identify how location accuracy has been affected through the application of a geospatial reference method, thus enabling the user to manipulate the data set to recover location accuracy.$$,
3605 FALSE, TRUE, FALSE, FALSE);
3606 INSERT INTO config.record_attr_definition(name, label)
3607 VALUES ('marc21_biblio_342_ind_1', 'MARC 21 biblio field 342 indicator position 1');
3608 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3609 VALUES ('marc21_biblio_342_ind_1', '0', $$Horizontal coordinate system$$, FALSE, TRUE);
3610 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3611 VALUES ('marc21_biblio_342_ind_1', '1', $$Vertical coordinate system$$, FALSE, TRUE);
3612 INSERT INTO config.record_attr_definition(name, label)
3613 VALUES ('marc21_biblio_342_ind_2', 'MARC 21 biblio field 342 indicator position 2');
3614 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3615 VALUES ('marc21_biblio_342_ind_2', '0', $$Geographic$$, FALSE, TRUE);
3616 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3617 VALUES ('marc21_biblio_342_ind_2', '1', $$Map projection$$, FALSE, TRUE);
3618 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3619 VALUES ('marc21_biblio_342_ind_2', '2', $$Grid coordinate system$$, FALSE, TRUE);
3620 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3621 VALUES ('marc21_biblio_342_ind_2', '3', $$Local planar$$, FALSE, TRUE);
3622 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3623 VALUES ('marc21_biblio_342_ind_2', '4', $$Local$$, FALSE, TRUE);
3624 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3625 VALUES ('marc21_biblio_342_ind_2', '5', $$Geodetic model$$, FALSE, TRUE);
3626 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3627 VALUES ('marc21_biblio_342_ind_2', '6', $$Altitude$$, FALSE, TRUE);
3628 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3629 VALUES ('marc21_biblio_342_ind_2', '7', $$Method specified in $2$$, FALSE, TRUE);
3630 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3631 VALUES ('marc21_biblio_342_ind_2', '8', $$Depth$$, FALSE, TRUE);
3632 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3633                                  repeatable, mandatory, hidden)
3634 VALUES (1, 'biblio', '342', 'a', $$Name$$,
3635 FALSE, FALSE, FALSE);
3636 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3637                                  repeatable, mandatory, hidden)
3638 VALUES (1, 'biblio', '342', 'b', $$Coordinate units or distance units$$,
3639 FALSE, FALSE, FALSE);
3640 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3641                                  repeatable, mandatory, hidden)
3642 VALUES (1, 'biblio', '342', 'c', $$Latitude resolution$$,
3643 FALSE, FALSE, FALSE);
3644 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3645                                  repeatable, mandatory, hidden)
3646 VALUES (1, 'biblio', '342', 'd', $$Longitude resolution$$,
3647 FALSE, FALSE, FALSE);
3648 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3649                                  repeatable, mandatory, hidden)
3650 VALUES (1, 'biblio', '342', 'e', $$Standard parallel or oblique line latitude$$,
3651 TRUE, FALSE, FALSE);
3652 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3653                                  repeatable, mandatory, hidden)
3654 VALUES (1, 'biblio', '342', 'f', $$Oblique line longitude$$,
3655 TRUE, FALSE, FALSE);
3656 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3657                                  repeatable, mandatory, hidden)
3658 VALUES (1, 'biblio', '342', 'g', $$Longitude of central meridian or projection center$$,
3659 FALSE, FALSE, FALSE);
3660 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3661                                  repeatable, mandatory, hidden)
3662 VALUES (1, 'biblio', '342', 'h', $$Latitude of projection center or projection origin$$,
3663 FALSE, FALSE, FALSE);
3664 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3665                                  repeatable, mandatory, hidden)
3666 VALUES (1, 'biblio', '342', 'i', $$False easting$$,
3667 FALSE, FALSE, FALSE);
3668 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3669                                  repeatable, mandatory, hidden)
3670 VALUES (1, 'biblio', '342', 'j', $$False northing$$,
3671 FALSE, FALSE, FALSE);
3672 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3673                                  repeatable, mandatory, hidden)
3674 VALUES (1, 'biblio', '342', 'k', $$Scale factor$$,
3675 FALSE, FALSE, FALSE);
3676 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3677                                  repeatable, mandatory, hidden)
3678 VALUES (1, 'biblio', '342', 'l', $$Height of perspective point above surface$$,
3679 FALSE, FALSE, FALSE);
3680 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3681                                  repeatable, mandatory, hidden)
3682 VALUES (1, 'biblio', '342', 'm', $$Azimuthal angle$$,
3683 FALSE, FALSE, FALSE);
3684 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3685                                  repeatable, mandatory, hidden)
3686 VALUES (1, 'biblio', '342', 'n', $$Azimuth measure point longitude or straight vertical longitude from pole$$,
3687 FALSE, FALSE, FALSE);
3688 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3689                                  repeatable, mandatory, hidden)
3690 VALUES (1, 'biblio', '342', 'o', $$Landsat number and path number$$,
3691 FALSE, FALSE, FALSE);
3692 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3693                                  repeatable, mandatory, hidden)
3694 VALUES (1, 'biblio', '342', 'p', $$Zone identifier$$,
3695 FALSE, FALSE, FALSE);
3696 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3697                                  repeatable, mandatory, hidden)
3698 VALUES (1, 'biblio', '342', 'q', $$Ellipsoid name$$,
3699 FALSE, FALSE, FALSE);
3700 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3701                                  repeatable, mandatory, hidden)
3702 VALUES (1, 'biblio', '342', 'r', $$Semi-major axis$$,
3703 FALSE, FALSE, FALSE);
3704 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3705                                  repeatable, mandatory, hidden)
3706 VALUES (1, 'biblio', '342', 's', $$Denominator of flattening ratio$$,
3707 FALSE, FALSE, FALSE);
3708 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3709                                  repeatable, mandatory, hidden)
3710 VALUES (1, 'biblio', '342', 't', $$Vertical resolution$$,
3711 FALSE, FALSE, FALSE);
3712 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3713                                  repeatable, mandatory, hidden)
3714 VALUES (1, 'biblio', '342', 'u', $$Vertical encoding method$$,
3715 FALSE, FALSE, FALSE);
3716 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3717                                  repeatable, mandatory, hidden)
3718 VALUES (1, 'biblio', '342', 'v', $$Local planar, local, or other projection or grid description$$,
3719 FALSE, FALSE, FALSE);
3720 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3721                                  repeatable, mandatory, hidden)
3722 VALUES (1, 'biblio', '342', 'w', $$Local planar or local georeference information$$,
3723 FALSE, FALSE, FALSE);
3724 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3725                                  repeatable, mandatory, hidden)
3726 VALUES (1, 'biblio', '342', '2', $$Reference method used$$,
3727 FALSE, FALSE, FALSE);
3728 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3729                                  repeatable, mandatory, hidden)
3730 VALUES (1, 'biblio', '342', '6', $$Linkage$$,
3731 FALSE, FALSE, FALSE);
3732 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3733                                  repeatable, mandatory, hidden)
3734 VALUES (1, 'biblio', '342', '8', $$Field link and sequence number$$,
3735 TRUE, FALSE, FALSE);
3736 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
3737                               fixed_field, repeatable, mandatory, hidden)
3738 VALUES (1, 'biblio', '343', $$Planar Coordinate Data$$, $$Information about the coordinate system developed on a planar surface. The information is provided to allow the user of a geospatial data set to identify the quantities of distances, or distances and angles. These define the position of a point on a reference plane onto which the surface of the Earth has been projected.$$,
3739 FALSE, TRUE, FALSE, FALSE);
3740 INSERT INTO config.record_attr_definition(name, label)
3741 VALUES ('marc21_biblio_343_ind_1', 'MARC 21 biblio field 343 indicator position 1');
3742 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3743 VALUES ('marc21_biblio_343_ind_1', '#', $$Undefined$$, FALSE, TRUE);
3744 INSERT INTO config.record_attr_definition(name, label)
3745 VALUES ('marc21_biblio_343_ind_2', 'MARC 21 biblio field 343 indicator position 2');
3746 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3747 VALUES ('marc21_biblio_343_ind_2', '#', $$Undefined$$, FALSE, TRUE);
3748 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3749                                  repeatable, mandatory, hidden)
3750 VALUES (1, 'biblio', '343', 'a', $$Planar coordinate encoding method$$,
3751 FALSE, FALSE, FALSE);
3752 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3753                                  repeatable, mandatory, hidden)
3754 VALUES (1, 'biblio', '343', 'b', $$Planar distance units$$,
3755 FALSE, FALSE, FALSE);
3756 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3757                                  repeatable, mandatory, hidden)
3758 VALUES (1, 'biblio', '343', 'c', $$Abscissa resolution$$,
3759 FALSE, FALSE, FALSE);
3760 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3761                                  repeatable, mandatory, hidden)
3762 VALUES (1, 'biblio', '343', 'd', $$Ordinate resolution$$,
3763 FALSE, FALSE, FALSE);
3764 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3765                                  repeatable, mandatory, hidden)
3766 VALUES (1, 'biblio', '343', 'e', $$Distance resolution$$,
3767 FALSE, FALSE, FALSE);
3768 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3769                                  repeatable, mandatory, hidden)
3770 VALUES (1, 'biblio', '343', 'f', $$Bearing resolution$$,
3771 FALSE, FALSE, FALSE);
3772 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3773                                  repeatable, mandatory, hidden)
3774 VALUES (1, 'biblio', '343', 'g', $$Bearing units$$,
3775 FALSE, FALSE, FALSE);
3776 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3777                                  repeatable, mandatory, hidden)
3778 VALUES (1, 'biblio', '343', 'h', $$Bearing reference direction$$,
3779 FALSE, FALSE, FALSE);
3780 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3781                                  repeatable, mandatory, hidden)
3782 VALUES (1, 'biblio', '343', 'i', $$Bearing reference meridian$$,
3783 FALSE, FALSE, FALSE);
3784 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3785                                  repeatable, mandatory, hidden)
3786 VALUES (1, 'biblio', '343', '6', $$Linkage$$,
3787 FALSE, FALSE, FALSE);
3788 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3789                                  repeatable, mandatory, hidden)
3790 VALUES (1, 'biblio', '343', '8', $$Field link and sequence number$$,
3791 TRUE, FALSE, FALSE);
3792 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
3793                               fixed_field, repeatable, mandatory, hidden)
3794 VALUES (1, 'biblio', '344', $$Sound Characteristics$$, $$Technical specifications relating to the encoding of sound in a resource.$$,
3795 FALSE, TRUE, FALSE, FALSE);
3796 INSERT INTO config.record_attr_definition(name, label)
3797 VALUES ('marc21_biblio_344_ind_1', 'MARC 21 biblio field 344 indicator position 1');
3798 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3799 VALUES ('marc21_biblio_344_ind_1', '#', $$Undefined$$, FALSE, TRUE);
3800 INSERT INTO config.record_attr_definition(name, label)
3801 VALUES ('marc21_biblio_344_ind_2', 'MARC 21 biblio field 344 indicator position 2');
3802 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3803 VALUES ('marc21_biblio_344_ind_2', '#', $$Undefined$$, FALSE, TRUE);
3804 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3805                                  repeatable, mandatory, hidden)
3806 VALUES (1, 'biblio', '344', 'a', $$Type of recording$$,
3807 TRUE, FALSE, FALSE);
3808 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3809                                  repeatable, mandatory, hidden)
3810 VALUES (1, 'biblio', '344', 'b', $$Recording medium$$,
3811 TRUE, FALSE, FALSE);
3812 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3813                                  repeatable, mandatory, hidden)
3814 VALUES (1, 'biblio', '344', 'c', $$Playing speed$$,
3815 TRUE, FALSE, FALSE);
3816 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3817                                  repeatable, mandatory, hidden)
3818 VALUES (1, 'biblio', '344', 'd', $$Groove characteristic$$,
3819 TRUE, FALSE, FALSE);
3820 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3821                                  repeatable, mandatory, hidden)
3822 VALUES (1, 'biblio', '344', 'e', $$Track configuration$$,
3823 TRUE, FALSE, FALSE);
3824 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3825                                  repeatable, mandatory, hidden)
3826 VALUES (1, 'biblio', '344', 'f', $$Tape configuration$$,
3827 TRUE, FALSE, FALSE);
3828 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3829                                  repeatable, mandatory, hidden)
3830 VALUES (1, 'biblio', '344', 'g', $$Configuration of playback channels$$,
3831 TRUE, FALSE, FALSE);
3832 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3833                                  repeatable, mandatory, hidden)
3834 VALUES (1, 'biblio', '344', 'h', $$Special playback characteristics$$,
3835 TRUE, FALSE, FALSE);
3836 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3837                                  repeatable, mandatory, hidden)
3838 VALUES (1, 'biblio', '344', '0', $$Authority record control number or standard number$$,
3839 TRUE, FALSE, FALSE);
3840 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3841                                  repeatable, mandatory, hidden)
3842 VALUES (1, 'biblio', '344', '2', $$Source$$,
3843 FALSE, FALSE, FALSE);
3844 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3845                                  repeatable, mandatory, hidden)
3846 VALUES (1, 'biblio', '344', '3', $$Materials specified$$,
3847 FALSE, FALSE, FALSE);
3848 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3849                                  repeatable, mandatory, hidden)
3850 VALUES (1, 'biblio', '344', '6', $$Linkage$$,
3851 FALSE, FALSE, FALSE);
3852 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3853                                  repeatable, mandatory, hidden)
3854 VALUES (1, 'biblio', '344', '8', $$Field link and sequence number$$,
3855 TRUE, FALSE, FALSE);
3856 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
3857                               fixed_field, repeatable, mandatory, hidden)
3858 VALUES (1, 'biblio', '345', $$Projection Characteristics of Moving Image$$, $$Technical specifications relating to the projection of a moving image resource.$$,
3859 FALSE, TRUE, FALSE, FALSE);
3860 INSERT INTO config.record_attr_definition(name, label)
3861 VALUES ('marc21_biblio_345_ind_1', 'MARC 21 biblio field 345 indicator position 1');
3862 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3863 VALUES ('marc21_biblio_345_ind_1', '#', $$Undefined$$, FALSE, TRUE);
3864 INSERT INTO config.record_attr_definition(name, label)
3865 VALUES ('marc21_biblio_345_ind_2', 'MARC 21 biblio field 345 indicator position 2');
3866 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3867 VALUES ('marc21_biblio_345_ind_2', '#', $$Undefined$$, FALSE, TRUE);
3868 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3869                                  repeatable, mandatory, hidden)
3870 VALUES (1, 'biblio', '345', 'a', $$Presentation format$$,
3871 TRUE, FALSE, FALSE);
3872 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3873                                  repeatable, mandatory, hidden)
3874 VALUES (1, 'biblio', '345', 'b', $$Projection speed$$,
3875 TRUE, FALSE, FALSE);
3876 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3877                                  repeatable, mandatory, hidden)
3878 VALUES (1, 'biblio', '345', '0', $$Authority record control number or standard number$$,
3879 TRUE, FALSE, FALSE);
3880 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3881                                  repeatable, mandatory, hidden)
3882 VALUES (1, 'biblio', '345', '2', $$Source$$,
3883 FALSE, FALSE, FALSE);
3884 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3885                                  repeatable, mandatory, hidden)
3886 VALUES (1, 'biblio', '345', '3', $$Materials specified$$,
3887 FALSE, FALSE, FALSE);
3888 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3889                                  repeatable, mandatory, hidden)
3890 VALUES (1, 'biblio', '345', '6', $$Linkage$$,
3891 FALSE, FALSE, FALSE);
3892 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3893                                  repeatable, mandatory, hidden)
3894 VALUES (1, 'biblio', '345', '8', $$Field link and sequence number$$,
3895 TRUE, FALSE, FALSE);
3896 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
3897                               fixed_field, repeatable, mandatory, hidden)
3898 VALUES (1, 'biblio', '346', $$Video Characteristics$$, $$Technical specifications relating to the encoding of video images in a resource.$$,
3899 FALSE, TRUE, FALSE, FALSE);
3900 INSERT INTO config.record_attr_definition(name, label)
3901 VALUES ('marc21_biblio_346_ind_1', 'MARC 21 biblio field 346 indicator position 1');
3902 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3903 VALUES ('marc21_biblio_346_ind_1', '#', $$Undefined$$, FALSE, TRUE);
3904 INSERT INTO config.record_attr_definition(name, label)
3905 VALUES ('marc21_biblio_346_ind_2', 'MARC 21 biblio field 346 indicator position 2');
3906 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3907 VALUES ('marc21_biblio_346_ind_2', '#', $$Undefined$$, FALSE, TRUE);
3908 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3909                                  repeatable, mandatory, hidden)
3910 VALUES (1, 'biblio', '346', 'a', $$Video format$$,
3911 TRUE, FALSE, FALSE);
3912 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3913                                  repeatable, mandatory, hidden)
3914 VALUES (1, 'biblio', '346', 'b', $$Broadcast standard$$,
3915 TRUE, FALSE, FALSE);
3916 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3917                                  repeatable, mandatory, hidden)
3918 VALUES (1, 'biblio', '346', '0', $$Authority record control number or standard number$$,
3919 TRUE, FALSE, FALSE);
3920 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3921                                  repeatable, mandatory, hidden)
3922 VALUES (1, 'biblio', '346', '2', $$Source$$,
3923 FALSE, FALSE, FALSE);
3924 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3925                                  repeatable, mandatory, hidden)
3926 VALUES (1, 'biblio', '346', '3', $$Materials specified$$,
3927 FALSE, FALSE, FALSE);
3928 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3929                                  repeatable, mandatory, hidden)
3930 VALUES (1, 'biblio', '346', '6', $$Linkage$$,
3931 FALSE, FALSE, FALSE);
3932 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3933                                  repeatable, mandatory, hidden)
3934 VALUES (1, 'biblio', '346', '8', $$Field link and sequence number$$,
3935 TRUE, FALSE, FALSE);
3936 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
3937                               fixed_field, repeatable, mandatory, hidden)
3938 VALUES (1, 'biblio', '347', $$Digital File Characteristics$$, $$Technical specification relating to the digital encoding of text, image, audio, video, and other types of data in a resource.$$,
3939 FALSE, TRUE, FALSE, FALSE);
3940 INSERT INTO config.record_attr_definition(name, label)
3941 VALUES ('marc21_biblio_347_ind_1', 'MARC 21 biblio field 347 indicator position 1');
3942 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3943 VALUES ('marc21_biblio_347_ind_1', '#', $$Undefined$$, FALSE, TRUE);
3944 INSERT INTO config.record_attr_definition(name, label)
3945 VALUES ('marc21_biblio_347_ind_2', 'MARC 21 biblio field 347 indicator position 2');
3946 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3947 VALUES ('marc21_biblio_347_ind_2', '#', $$Undefined$$, FALSE, TRUE);
3948 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3949                                  repeatable, mandatory, hidden)
3950 VALUES (1, 'biblio', '347', 'a', $$File type$$,
3951 TRUE, FALSE, FALSE);
3952 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3953                                  repeatable, mandatory, hidden)
3954 VALUES (1, 'biblio', '347', 'b', $$Encoding format$$,
3955 TRUE, FALSE, FALSE);
3956 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3957                                  repeatable, mandatory, hidden)
3958 VALUES (1, 'biblio', '347', 'c', $$File size$$,
3959 TRUE, FALSE, FALSE);
3960 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3961                                  repeatable, mandatory, hidden)
3962 VALUES (1, 'biblio', '347', 'd', $$Resolution$$,
3963 TRUE, FALSE, FALSE);
3964 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3965                                  repeatable, mandatory, hidden)
3966 VALUES (1, 'biblio', '347', 'e', $$Regional encoding$$,
3967 TRUE, FALSE, FALSE);
3968 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3969                                  repeatable, mandatory, hidden)
3970 VALUES (1, 'biblio', '347', 'f', $$Encoded bitrate$$,
3971 TRUE, FALSE, FALSE);
3972 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3973                                  repeatable, mandatory, hidden)
3974 VALUES (1, 'biblio', '347', '0', $$Authority record control number or standard number$$,
3975 TRUE, FALSE, FALSE);
3976 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3977                                  repeatable, mandatory, hidden)
3978 VALUES (1, 'biblio', '347', '2', $$Source$$,
3979 FALSE, FALSE, FALSE);
3980 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3981                                  repeatable, mandatory, hidden)
3982 VALUES (1, 'biblio', '347', '3', $$Materials specified$$,
3983 FALSE, FALSE, FALSE);
3984 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3985                                  repeatable, mandatory, hidden)
3986 VALUES (1, 'biblio', '347', '6', $$Linkage$$,
3987 FALSE, FALSE, FALSE);
3988 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3989                                  repeatable, mandatory, hidden)
3990 VALUES (1, 'biblio', '347', '8', $$Field link and sequence number$$,
3991 TRUE, FALSE, FALSE);
3992 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
3993                               fixed_field, repeatable, mandatory, hidden)
3994 VALUES (1, 'biblio', '351', $$Organization and Arrangement of Materials$$, $$Information about the organization and arrangement of a collection of items.$$,
3995 FALSE, TRUE, FALSE, FALSE);
3996 INSERT INTO config.record_attr_definition(name, label)
3997 VALUES ('marc21_biblio_351_ind_1', 'MARC 21 biblio field 351 indicator position 1');
3998 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3999 VALUES ('marc21_biblio_351_ind_1', '#', $$Undefined$$, FALSE, TRUE);
4000 INSERT INTO config.record_attr_definition(name, label)
4001 VALUES ('marc21_biblio_351_ind_2', 'MARC 21 biblio field 351 indicator position 2');
4002 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4003 VALUES ('marc21_biblio_351_ind_2', '#', $$Undefined$$, FALSE, TRUE);
4004 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4005                                  repeatable, mandatory, hidden)
4006 VALUES (1, 'biblio', '351', 'a', $$Organization$$,
4007 TRUE, FALSE, FALSE);
4008 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4009                                  repeatable, mandatory, hidden)
4010 VALUES (1, 'biblio', '351', 'b', $$Arrangement$$,
4011 TRUE, FALSE, FALSE);
4012 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4013                                  repeatable, mandatory, hidden)
4014 VALUES (1, 'biblio', '351', 'c', $$Hierarchical level$$,
4015 FALSE, FALSE, FALSE);
4016 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4017                                  repeatable, mandatory, hidden)
4018 VALUES (1, 'biblio', '351', '3', $$Materials specified$$,
4019 FALSE, FALSE, FALSE);
4020 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4021                                  repeatable, mandatory, hidden)
4022 VALUES (1, 'biblio', '351', '6', $$Linkage$$,
4023 FALSE, FALSE, FALSE);
4024 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4025                                  repeatable, mandatory, hidden)
4026 VALUES (1, 'biblio', '351', '8', $$Field link and sequence number$$,
4027 TRUE, FALSE, FALSE);
4028 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
4029                               fixed_field, repeatable, mandatory, hidden)
4030 VALUES (1, 'biblio', '352', $$Digital Graphic Representation$$, $$Description of the method of referencing and the mechanism used to represent graphic information in a data set. This information consists of the type of storage technique used, the number of items in the data set, and the format in which the data is stored.$$,
4031 FALSE, TRUE, FALSE, FALSE);
4032 INSERT INTO config.record_attr_definition(name, label)
4033 VALUES ('marc21_biblio_352_ind_1', 'MARC 21 biblio field 352 indicator position 1');
4034 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4035 VALUES ('marc21_biblio_352_ind_1', '#', $$Undefined$$, FALSE, TRUE);
4036 INSERT INTO config.record_attr_definition(name, label)
4037 VALUES ('marc21_biblio_352_ind_2', 'MARC 21 biblio field 352 indicator position 2');
4038 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4039 VALUES ('marc21_biblio_352_ind_2', '#', $$Undefined$$, FALSE, TRUE);
4040 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4041                                  repeatable, mandatory, hidden)
4042 VALUES (1, 'biblio', '352', 'a', $$Direct reference method$$,
4043 FALSE, FALSE, FALSE);
4044 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4045                                  repeatable, mandatory, hidden)
4046 VALUES (1, 'biblio', '352', 'b', $$Object type$$,
4047 TRUE, FALSE, FALSE);
4048 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4049                                  repeatable, mandatory, hidden)
4050 VALUES (1, 'biblio', '352', 'c', $$Object count$$,
4051 TRUE, FALSE, FALSE);
4052 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4053                                  repeatable, mandatory, hidden)
4054 VALUES (1, 'biblio', '352', 'd', $$Row count$$,
4055 FALSE, FALSE, FALSE);
4056 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4057                                  repeatable, mandatory, hidden)
4058 VALUES (1, 'biblio', '352', 'e', $$Column count$$,
4059 FALSE, FALSE, FALSE);
4060 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4061                                  repeatable, mandatory, hidden)
4062 VALUES (1, 'biblio', '352', 'f', $$Vertical count$$,
4063 FALSE, FALSE, FALSE);
4064 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4065                                  repeatable, mandatory, hidden)
4066 VALUES (1, 'biblio', '352', 'g', $$VPF topology level$$,
4067 FALSE, FALSE, FALSE);
4068 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4069                                  repeatable, mandatory, hidden)
4070 VALUES (1, 'biblio', '352', 'i', $$Indirect reference description$$,
4071 FALSE, FALSE, FALSE);
4072 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4073                                  repeatable, mandatory, hidden)
4074 VALUES (1, 'biblio', '352', 'q', $$Format of the digital image$$,
4075 FALSE, FALSE, FALSE);
4076 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4077                                  repeatable, mandatory, hidden)
4078 VALUES (1, 'biblio', '352', '6', $$Linkage$$,
4079 FALSE, FALSE, FALSE);
4080 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4081                                  repeatable, mandatory, hidden)
4082 VALUES (1, 'biblio', '352', '8', $$Field link and sequence number$$,
4083 TRUE, FALSE, FALSE);
4084 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
4085                               fixed_field, repeatable, mandatory, hidden)
4086 VALUES (1, 'biblio', '355', $$Security Classification Control$$, $$Specifics pertaining to the security classification associated with the document, title, abstract, contents note, and/or the author. In addition, it can contain handling instructions and external dissemination information pertaining to the dissemination of the document, title, abstract, contents note, and author. The field may also contain downgrading or declassification data, the name of the classification system, and a country of origin code.$$,
4087 FALSE, TRUE, FALSE, FALSE);
4088 INSERT INTO config.record_attr_definition(name, label)
4089 VALUES ('marc21_biblio_355_ind_1', 'MARC 21 biblio field 355 indicator position 1');
4090 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4091 VALUES ('marc21_biblio_355_ind_1', '0', $$Document$$, FALSE, TRUE);
4092 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4093 VALUES ('marc21_biblio_355_ind_1', '1', $$Title$$, FALSE, TRUE);
4094 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4095 VALUES ('marc21_biblio_355_ind_1', '2', $$Abstract$$, FALSE, TRUE);
4096 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4097 VALUES ('marc21_biblio_355_ind_1', '3', $$Contents note$$, FALSE, TRUE);
4098 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4099 VALUES ('marc21_biblio_355_ind_1', '4', $$Author$$, FALSE, TRUE);
4100 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4101 VALUES ('marc21_biblio_355_ind_1', '5', $$Record$$, FALSE, TRUE);
4102 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4103 VALUES ('marc21_biblio_355_ind_1', '8', $$None of the above$$, FALSE, TRUE);
4104 INSERT INTO config.record_attr_definition(name, label)
4105 VALUES ('marc21_biblio_355_ind_2', 'MARC 21 biblio field 355 indicator position 2');
4106 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4107 VALUES ('marc21_biblio_355_ind_2', '#', $$Undefined$$, FALSE, TRUE);
4108 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4109                                  repeatable, mandatory, hidden)
4110 VALUES (1, 'biblio', '355', 'a', $$Security classification$$,
4111 FALSE, FALSE, FALSE);
4112 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4113                                  repeatable, mandatory, hidden)
4114 VALUES (1, 'biblio', '355', 'b', $$Handling instructions$$,
4115 TRUE, FALSE, FALSE);
4116 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4117                                  repeatable, mandatory, hidden)
4118 VALUES (1, 'biblio', '355', 'c', $$External dissemination information$$,
4119 TRUE, FALSE, FALSE);
4120 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4121                                  repeatable, mandatory, hidden)
4122 VALUES (1, 'biblio', '355', 'd', $$Downgrading or declassification event$$,
4123 FALSE, FALSE, FALSE);
4124 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4125                                  repeatable, mandatory, hidden)
4126 VALUES (1, 'biblio', '355', 'e', $$Classification system$$,
4127 FALSE, FALSE, FALSE);
4128 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4129                                  repeatable, mandatory, hidden)
4130 VALUES (1, 'biblio', '355', 'f', $$Country of origin code$$,
4131 FALSE, FALSE, FALSE);
4132 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4133                                  repeatable, mandatory, hidden)
4134 VALUES (1, 'biblio', '355', 'g', $$Downgrading date$$,
4135 FALSE, FALSE, FALSE);
4136 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4137                                  repeatable, mandatory, hidden)
4138 VALUES (1, 'biblio', '355', 'h', $$Declassification date$$,
4139 FALSE, FALSE, FALSE);
4140 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4141                                  repeatable, mandatory, hidden)
4142 VALUES (1, 'biblio', '355', 'j', $$Authorization$$,
4143 TRUE, FALSE, FALSE);
4144 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4145                                  repeatable, mandatory, hidden)
4146 VALUES (1, 'biblio', '355', '6', $$Linkage$$,
4147 FALSE, FALSE, FALSE);
4148 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4149                                  repeatable, mandatory, hidden)
4150 VALUES (1, 'biblio', '355', '8', $$Field link and sequence number$$,
4151 TRUE, FALSE, FALSE);
4152 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
4153                               fixed_field, repeatable, mandatory, hidden)
4154 VALUES (1, 'biblio', '357', $$Originator Dissemination Control$$, $$Specifics pertaining to originator (i.e., author, producer) control of dissemination of the material in hand. Subfield $a contains a specific term denoting that the originator has control over the material.$$,
4155 FALSE, FALSE, FALSE, FALSE);
4156 INSERT INTO config.record_attr_definition(name, label)
4157 VALUES ('marc21_biblio_357_ind_1', 'MARC 21 biblio field 357 indicator position 1');
4158 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4159 VALUES ('marc21_biblio_357_ind_1', '#', $$Undefined$$, FALSE, TRUE);
4160 INSERT INTO config.record_attr_definition(name, label)
4161 VALUES ('marc21_biblio_357_ind_2', 'MARC 21 biblio field 357 indicator position 2');
4162 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4163 VALUES ('marc21_biblio_357_ind_2', '#', $$Undefined$$, FALSE, TRUE);
4164 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4165                                  repeatable, mandatory, hidden)
4166 VALUES (1, 'biblio', '357', 'a', $$Originator control term$$,
4167 FALSE, FALSE, FALSE);
4168 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4169                                  repeatable, mandatory, hidden)
4170 VALUES (1, 'biblio', '357', 'b', $$Originating agency$$,
4171 TRUE, FALSE, FALSE);
4172 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4173                                  repeatable, mandatory, hidden)
4174 VALUES (1, 'biblio', '357', 'c', $$Authorized recipients of material$$,
4175 TRUE, FALSE, FALSE);
4176 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4177                                  repeatable, mandatory, hidden)
4178 VALUES (1, 'biblio', '357', 'g', $$Other restrictions$$,
4179 TRUE, FALSE, FALSE);
4180 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4181                                  repeatable, mandatory, hidden)
4182 VALUES (1, 'biblio', '357', '6', $$Linkage$$,
4183 FALSE, FALSE, FALSE);
4184 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4185                                  repeatable, mandatory, hidden)
4186 VALUES (1, 'biblio', '357', '8', $$Field link and sequence number$$,
4187 TRUE, FALSE, FALSE);
4188 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
4189                               fixed_field, repeatable, mandatory, hidden)
4190 VALUES (1, 'biblio', '362', $$Dates of Publication and/or Sequential Designation$$, $$Beginning/ending date(s) of an item and/or the sequential designations used on each part. Dates to be used in this field are chronological designations that identify individual issues of the continuing resource. The sequential designations are usually numeric but can be alphabetic as well. The information may be formatted or unformatted. If the date information has been obtained from a source other than the first and/or last issue of the item published, the information is given in an unformatted note and the source of the information is usually cited.$$,
4191 FALSE, TRUE, FALSE, FALSE);
4192 INSERT INTO config.record_attr_definition(name, label)
4193 VALUES ('marc21_biblio_362_ind_1', 'MARC 21 biblio field 362 indicator position 1');
4194 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4195 VALUES ('marc21_biblio_362_ind_1', '0', $$Formatted style$$, FALSE, TRUE);
4196 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4197 VALUES ('marc21_biblio_362_ind_1', '1', $$Unformatted note$$, FALSE, TRUE);
4198 INSERT INTO config.record_attr_definition(name, label)
4199 VALUES ('marc21_biblio_362_ind_2', 'MARC 21 biblio field 362 indicator position 2');
4200 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4201 VALUES ('marc21_biblio_362_ind_2', '#', $$Undefined$$, FALSE, TRUE);
4202 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4203                                  repeatable, mandatory, hidden)
4204 VALUES (1, 'biblio', '362', 'a', $$Dates of publication and/or sequential designation$$,
4205 FALSE, FALSE, FALSE);
4206 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4207                                  repeatable, mandatory, hidden)
4208 VALUES (1, 'biblio', '362', 'z', $$Source of information$$,
4209 FALSE, FALSE, FALSE);
4210 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4211                                  repeatable, mandatory, hidden)
4212 VALUES (1, 'biblio', '362', '6', $$Linkage$$,
4213 FALSE, FALSE, FALSE);
4214 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4215                                  repeatable, mandatory, hidden)
4216 VALUES (1, 'biblio', '362', '8', $$Field link and sequence number$$,
4217 TRUE, FALSE, FALSE);
4218 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
4219                               fixed_field, repeatable, mandatory, hidden)
4220 VALUES (1, 'biblio', '363', $$Normalized Date and Sequential Designation$$, $$The numeric, alphabetic and/or normalized date designation used on the bibliographic item that identifies its parts and shows the relationship of the parts to the whole.$$,
4221 FALSE, TRUE, FALSE, FALSE);
4222 INSERT INTO config.record_attr_definition(name, label)
4223 VALUES ('marc21_biblio_363_ind_1', 'MARC 21 biblio field 363 indicator position 1');
4224 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4225 VALUES ('marc21_biblio_363_ind_1', '#', $$No information provided$$, FALSE, TRUE);
4226 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4227 VALUES ('marc21_biblio_363_ind_1', '0', $$Starting information$$, FALSE, TRUE);
4228 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4229 VALUES ('marc21_biblio_363_ind_1', '1', $$Ending information$$, FALSE, TRUE);
4230 INSERT INTO config.record_attr_definition(name, label)
4231 VALUES ('marc21_biblio_363_ind_2', 'MARC 21 biblio field 363 indicator position 2');
4232 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4233 VALUES ('marc21_biblio_363_ind_2', '#', $$Not specified$$, FALSE, TRUE);
4234 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4235 VALUES ('marc21_biblio_363_ind_2', '0', $$Closed$$, FALSE, TRUE);
4236 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4237 VALUES ('marc21_biblio_363_ind_2', '1', $$Open$$, FALSE, TRUE);
4238 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4239                                  repeatable, mandatory, hidden)
4240 VALUES (1, 'biblio', '363', 'a', $$First level of enumeration$$,
4241 FALSE, FALSE, FALSE);
4242 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4243                                  repeatable, mandatory, hidden)
4244 VALUES (1, 'biblio', '363', 'b', $$Second level of enumeration$$,
4245 FALSE, FALSE, FALSE);
4246 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4247                                  repeatable, mandatory, hidden)
4248 VALUES (1, 'biblio', '363', 'c', $$Third level of enumeration$$,
4249 FALSE, FALSE, FALSE);
4250 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4251                                  repeatable, mandatory, hidden)
4252 VALUES (1, 'biblio', '363', 'd', $$Fourth level of enumeration$$,
4253 FALSE, FALSE, FALSE);
4254 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4255                                  repeatable, mandatory, hidden)
4256 VALUES (1, 'biblio', '363', 'e', $$Fifth level of enumeration$$,
4257 FALSE, FALSE, FALSE);
4258 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4259                                  repeatable, mandatory, hidden)
4260 VALUES (1, 'biblio', '363', 'f', $$Sixth level of enumeration$$,
4261 FALSE, FALSE, FALSE);
4262 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4263                                  repeatable, mandatory, hidden)
4264 VALUES (1, 'biblio', '363', 'g', $$Alternative numbering scheme, first level of enumeration$$,
4265 FALSE, FALSE, FALSE);
4266 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4267                                  repeatable, mandatory, hidden)
4268 VALUES (1, 'biblio', '363', 'h', $$Alternative numbering scheme, second level of enumeration$$,
4269 FALSE, FALSE, FALSE);
4270 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4271                                  repeatable, mandatory, hidden)
4272 VALUES (1, 'biblio', '363', 'i', $$First level of chronology$$,
4273 FALSE, FALSE, FALSE);
4274 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4275                                  repeatable, mandatory, hidden)
4276 VALUES (1, 'biblio', '363', 'j', $$Second level of chronology$$,
4277 FALSE, FALSE, FALSE);
4278 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4279                                  repeatable, mandatory, hidden)
4280 VALUES (1, 'biblio', '363', 'k', $$Third level of chronology$$,
4281 FALSE, FALSE, FALSE);
4282 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4283                                  repeatable, mandatory, hidden)
4284 VALUES (1, 'biblio', '363', 'l', $$Fourth level of chronology$$,
4285 FALSE, FALSE, FALSE);
4286 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4287                                  repeatable, mandatory, hidden)
4288 VALUES (1, 'biblio', '363', 'm', $$Alternative numbering scheme, chronology$$,
4289 FALSE, FALSE, FALSE);
4290 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4291                                  repeatable, mandatory, hidden)
4292 VALUES (1, 'biblio', '363', 'u', $$First level textual designation$$,
4293 FALSE, FALSE, FALSE);
4294 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4295                                  repeatable, mandatory, hidden)
4296 VALUES (1, 'biblio', '363', 'v', $$First level of chronology, issuance$$,
4297 FALSE, FALSE, FALSE);
4298 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4299                                  repeatable, mandatory, hidden)
4300 VALUES (1, 'biblio', '363', 'x', $$Nonpublic note$$,
4301 TRUE, FALSE, FALSE);
4302 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4303                                  repeatable, mandatory, hidden)
4304 VALUES (1, 'biblio', '363', 'z', $$Public note$$,
4305 TRUE, FALSE, FALSE);
4306 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4307                                  repeatable, mandatory, hidden)
4308 VALUES (1, 'biblio', '363', '6', $$Linkage$$,
4309 FALSE, FALSE, FALSE);
4310 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4311                                  repeatable, mandatory, hidden)
4312 VALUES (1, 'biblio', '363', '8', $$Field link and sequence number$$,
4313 FALSE, FALSE, FALSE);
4314 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
4315                               fixed_field, repeatable, mandatory, hidden)
4316 VALUES (1, 'biblio', '365', $$Trade Price$$, $$Current price of an item or the special export price of an item in any currency.$$,
4317 FALSE, TRUE, FALSE, FALSE);
4318 INSERT INTO config.record_attr_definition(name, label)
4319 VALUES ('marc21_biblio_365_ind_1', 'MARC 21 biblio field 365 indicator position 1');
4320 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4321 VALUES ('marc21_biblio_365_ind_1', '#', $$Undefined$$, FALSE, TRUE);
4322 INSERT INTO config.record_attr_definition(name, label)
4323 VALUES ('marc21_biblio_365_ind_2', 'MARC 21 biblio field 365 indicator position 2');
4324 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4325 VALUES ('marc21_biblio_365_ind_2', '#', $$Undefined$$, FALSE, TRUE);
4326 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4327                                  repeatable, mandatory, hidden)
4328 VALUES (1, 'biblio', '365', 'a', $$Price type code$$,
4329 FALSE, FALSE, FALSE);
4330 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4331                                  repeatable, mandatory, hidden)
4332 VALUES (1, 'biblio', '365', 'b', $$Price amount$$,
4333 FALSE, FALSE, FALSE);
4334 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4335                                  repeatable, mandatory, hidden)
4336 VALUES (1, 'biblio', '365', 'c', $$Currency code$$,
4337 FALSE, FALSE, FALSE);
4338 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4339                                  repeatable, mandatory, hidden)
4340 VALUES (1, 'biblio', '365', 'd', $$Unit of pricing$$,
4341 FALSE, FALSE, FALSE);
4342 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4343                                  repeatable, mandatory, hidden)
4344 VALUES (1, 'biblio', '365', 'e', $$Price note$$,
4345 FALSE, FALSE, FALSE);
4346 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4347                                  repeatable, mandatory, hidden)
4348 VALUES (1, 'biblio', '365', 'f', $$Price effective from$$,
4349 FALSE, FALSE, FALSE);
4350 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4351                                  repeatable, mandatory, hidden)
4352 VALUES (1, 'biblio', '365', 'g', $$Price effective until$$,
4353 FALSE, FALSE, FALSE);
4354 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4355                                  repeatable, mandatory, hidden)
4356 VALUES (1, 'biblio', '365', 'h', $$Tax rate 1$$,
4357 FALSE, FALSE, FALSE);
4358 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4359                                  repeatable, mandatory, hidden)
4360 VALUES (1, 'biblio', '365', 'i', $$Tax rate 2$$,
4361 FALSE, FALSE, FALSE);
4362 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4363                                  repeatable, mandatory, hidden)
4364 VALUES (1, 'biblio', '365', 'j', $$ISO country code$$,
4365 FALSE, FALSE, FALSE);
4366 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4367                                  repeatable, mandatory, hidden)
4368 VALUES (1, 'biblio', '365', 'k', $$MARC country code$$,
4369 FALSE, FALSE, FALSE);
4370 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4371                                  repeatable, mandatory, hidden)
4372 VALUES (1, 'biblio', '365', 'm', $$Identification of pricing entity$$,
4373 FALSE, FALSE, FALSE);
4374 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4375                                  repeatable, mandatory, hidden)
4376 VALUES (1, 'biblio', '365', '2', $$Source of price type code$$,
4377 FALSE, FALSE, FALSE);
4378 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4379                                  repeatable, mandatory, hidden)
4380 VALUES (1, 'biblio', '365', '6', $$Linkage$$,
4381 FALSE, FALSE, FALSE);
4382 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4383                                  repeatable, mandatory, hidden)
4384 VALUES (1, 'biblio', '365', '8', $$Field link and sequence number$$,
4385 TRUE, FALSE, FALSE);
4386 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
4387                               fixed_field, repeatable, mandatory, hidden)
4388 VALUES (1, 'biblio', '366', $$Trade Availability Information$$, $$Detailed information relating to the availability of items from publishers.$$,
4389 FALSE, TRUE, FALSE, FALSE);
4390 INSERT INTO config.record_attr_definition(name, label)
4391 VALUES ('marc21_biblio_366_ind_1', 'MARC 21 biblio field 366 indicator position 1');
4392 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4393 VALUES ('marc21_biblio_366_ind_1', '#', $$Undefined$$, FALSE, TRUE);
4394 INSERT INTO config.record_attr_definition(name, label)
4395 VALUES ('marc21_biblio_366_ind_2', 'MARC 21 biblio field 366 indicator position 2');
4396 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4397 VALUES ('marc21_biblio_366_ind_2', '#', $$Undefined$$, FALSE, TRUE);
4398 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4399                                  repeatable, mandatory, hidden)
4400 VALUES (1, 'biblio', '366', 'a', $$Publishers' compressed title identification$$,
4401 FALSE, FALSE, FALSE);
4402 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4403                                  repeatable, mandatory, hidden)
4404 VALUES (1, 'biblio', '366', 'b', $$Detailed date of publication$$,
4405 FALSE, FALSE, FALSE);
4406 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4407                                  repeatable, mandatory, hidden)
4408 VALUES (1, 'biblio', '366', 'c', $$Availability status code$$,
4409 FALSE, FALSE, FALSE);
4410 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4411                                  repeatable, mandatory, hidden)
4412 VALUES (1, 'biblio', '366', 'd', $$Expected next availability date$$,
4413 FALSE, FALSE, FALSE);
4414 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4415                                  repeatable, mandatory, hidden)
4416 VALUES (1, 'biblio', '366', 'e', $$Note$$,
4417 FALSE, FALSE, FALSE);
4418 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4419                                  repeatable, mandatory, hidden)
4420 VALUES (1, 'biblio', '366', 'f', $$Publisher's discount category$$,
4421 FALSE, FALSE, FALSE);
4422 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4423                                  repeatable, mandatory, hidden)
4424 VALUES (1, 'biblio', '366', 'g', $$Date made out of print$$,
4425 FALSE, FALSE, FALSE);
4426 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4427                                  repeatable, mandatory, hidden)
4428 VALUES (1, 'biblio', '366', 'j', $$ISO country code$$,
4429 FALSE, FALSE, FALSE);
4430 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4431                                  repeatable, mandatory, hidden)
4432 VALUES (1, 'biblio', '366', 'k', $$MARC country code$$,
4433 FALSE, FALSE, FALSE);
4434 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4435                                  repeatable, mandatory, hidden)
4436 VALUES (1, 'biblio', '366', 'm', $$Identification of agency$$,
4437 FALSE, FALSE, FALSE);
4438 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4439                                  repeatable, mandatory, hidden)
4440 VALUES (1, 'biblio', '366', '2', $$Source of availability status code$$,
4441 FALSE, FALSE, FALSE);
4442 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4443                                  repeatable, mandatory, hidden)
4444 VALUES (1, 'biblio', '366', '6', $$Linkage$$,
4445 FALSE, FALSE, FALSE);
4446 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4447                                  repeatable, mandatory, hidden)
4448 VALUES (1, 'biblio', '366', '8', $$Field link and sequence number$$,
4449 TRUE, FALSE, FALSE);
4450 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
4451                               fixed_field, repeatable, mandatory, hidden)
4452 VALUES (1, 'biblio', '380', $$Form of Work$$, $$A class or genre to which a work belongs. May be used to differentiate a work from another work with the same title.$$,
4453 FALSE, TRUE, FALSE, FALSE);
4454 INSERT INTO config.record_attr_definition(name, label)
4455 VALUES ('marc21_biblio_380_ind_1', 'MARC 21 biblio field 380 indicator position 1');
4456 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4457 VALUES ('marc21_biblio_380_ind_1', '#', $$Undefined$$, FALSE, TRUE);
4458 INSERT INTO config.record_attr_definition(name, label)
4459 VALUES ('marc21_biblio_380_ind_2', 'MARC 21 biblio field 380 indicator position 2');
4460 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4461 VALUES ('marc21_biblio_380_ind_2', '#', $$Undefined$$, FALSE, TRUE);
4462 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4463                                  repeatable, mandatory, hidden)
4464 VALUES (1, 'biblio', '380', 'a', $$Form of work$$,
4465 TRUE, FALSE, FALSE);
4466 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4467                                  repeatable, mandatory, hidden)
4468 VALUES (1, 'biblio', '380', '0', $$Record control number$$,
4469 TRUE, FALSE, FALSE);
4470 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4471                                  repeatable, mandatory, hidden)
4472 VALUES (1, 'biblio', '380', '2', $$Source of term$$,
4473 FALSE, FALSE, FALSE);
4474 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4475                                  repeatable, mandatory, hidden)
4476 VALUES (1, 'biblio', '380', '6', $$Linkage$$,
4477 FALSE, FALSE, FALSE);
4478 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4479                                  repeatable, mandatory, hidden)
4480 VALUES (1, 'biblio', '380', '8', $$Field link and sequence number$$,
4481 TRUE, FALSE, FALSE);
4482 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
4483                               fixed_field, repeatable, mandatory, hidden)
4484 VALUES (1, 'biblio', '381', $$Other Distinguishing Characteristics of Work or Expression$$, $$Any characteristic that is not accommodated in a special field that serves to characterize a work or expression. Examples are an issuing body, arranged statement of music, version, or a geographic term. May be used to differentiate a work from another work with the same title.$$,
4485 FALSE, TRUE, FALSE, FALSE);
4486 INSERT INTO config.record_attr_definition(name, label)
4487 VALUES ('marc21_biblio_381_ind_1', 'MARC 21 biblio field 381 indicator position 1');
4488 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4489 VALUES ('marc21_biblio_381_ind_1', '#', $$Undefined$$, FALSE, TRUE);
4490 INSERT INTO config.record_attr_definition(name, label)
4491 VALUES ('marc21_biblio_381_ind_2', 'MARC 21 biblio field 381 indicator position 2');
4492 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4493 VALUES ('marc21_biblio_381_ind_2', '#', $$Undefined$$, FALSE, TRUE);
4494 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4495                                  repeatable, mandatory, hidden)
4496 VALUES (1, 'biblio', '381', 'a', $$Other distinguishing characteristic$$,
4497 TRUE, FALSE, FALSE);
4498 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4499                                  repeatable, mandatory, hidden)
4500 VALUES (1, 'biblio', '381', 'u', $$Uniform Resource Identifier$$,
4501 TRUE, FALSE, FALSE);
4502 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4503                                  repeatable, mandatory, hidden)
4504 VALUES (1, 'biblio', '381', 'v', $$Source of information$$,
4505 TRUE, FALSE, FALSE);
4506 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4507                                  repeatable, mandatory, hidden)
4508 VALUES (1, 'biblio', '381', '0', $$Record control number$$,
4509 TRUE, FALSE, FALSE);
4510 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4511                                  repeatable, mandatory, hidden)
4512 VALUES (1, 'biblio', '381', '2', $$Source of term$$,
4513 FALSE, FALSE, FALSE);
4514 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4515                                  repeatable, mandatory, hidden)
4516 VALUES (1, 'biblio', '381', '6', $$Linkage$$,
4517 FALSE, FALSE, FALSE);
4518 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4519                                  repeatable, mandatory, hidden)
4520 VALUES (1, 'biblio', '381', '8', $$Field link and sequence number$$,
4521 TRUE, FALSE, FALSE);
4522 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
4523                               fixed_field, repeatable, mandatory, hidden)
4524 VALUES (1, 'biblio', '382', $$Medium of Performance$$, $$The instrumental, vocal, and/or other medium of performance for which a musical work was originally conceived or for which a musical expression is written or performed. May be used to differentiate a musical work or expression from another with the same title.$$,
4525 FALSE, TRUE, FALSE, FALSE);
4526 INSERT INTO config.record_attr_definition(name, label)
4527 VALUES ('marc21_biblio_382_ind_1', 'MARC 21 biblio field 382 indicator position 1');
4528 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4529 VALUES ('marc21_biblio_382_ind_1', '#', $$Undefined$$, FALSE, TRUE);
4530 INSERT INTO config.record_attr_definition(name, label)
4531 VALUES ('marc21_biblio_382_ind_2', 'MARC 21 biblio field 382 indicator position 2');
4532 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4533 VALUES ('marc21_biblio_382_ind_2', '#', $$Undefined$$, FALSE, TRUE);
4534 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4535                                  repeatable, mandatory, hidden)
4536 VALUES (1, 'biblio', '382', 'a', $$Medium of performance$$,
4537 TRUE, FALSE, FALSE);
4538 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4539                                  repeatable, mandatory, hidden)
4540 VALUES (1, 'biblio', '382', '0', $$Record control number$$,
4541 TRUE, FALSE, FALSE);
4542 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4543                                  repeatable, mandatory, hidden)
4544 VALUES (1, 'biblio', '382', '2', $$Source of term$$,
4545 FALSE, FALSE, FALSE);
4546 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4547                                  repeatable, mandatory, hidden)
4548 VALUES (1, 'biblio', '382', '6', $$Linkage$$,
4549 FALSE, FALSE, FALSE);
4550 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4551                                  repeatable, mandatory, hidden)
4552 VALUES (1, 'biblio', '382', '8', $$Field link and sequence number$$,
4553 TRUE, FALSE, FALSE);
4554 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
4555                               fixed_field, repeatable, mandatory, hidden)
4556 VALUES (1, 'biblio', '383', $$Numeric Designation of Musical Work$$, $$A serial number, opus number, or thematic index number assigned to a musical work by the composer, publisher, or a musicologist. May be used to differentiate a musical work from another with the same title.$$,
4557 FALSE, TRUE, FALSE, FALSE);
4558 INSERT INTO config.record_attr_definition(name, label)
4559 VALUES ('marc21_biblio_383_ind_1', 'MARC 21 biblio field 383 indicator position 1');
4560 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4561 VALUES ('marc21_biblio_383_ind_1', '#', $$Undefined$$, FALSE, TRUE);
4562 INSERT INTO config.record_attr_definition(name, label)
4563 VALUES ('marc21_biblio_383_ind_2', 'MARC 21 biblio field 383 indicator position 2');
4564 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4565 VALUES ('marc21_biblio_383_ind_2', '#', $$Undefined$$, FALSE, TRUE);
4566 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4567                                  repeatable, mandatory, hidden)
4568 VALUES (1, 'biblio', '383', 'a', $$Serial number$$,
4569 TRUE, FALSE, FALSE);
4570 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4571                                  repeatable, mandatory, hidden)
4572 VALUES (1, 'biblio', '383', 'b', $$Opus number$$,
4573 TRUE, FALSE, FALSE);
4574 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4575                                  repeatable, mandatory, hidden)
4576 VALUES (1, 'biblio', '383', 'c', $$Thematic index number$$,
4577 TRUE, FALSE, FALSE);
4578 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4579                                  repeatable, mandatory, hidden)
4580 VALUES (1, 'biblio', '383', '6', $$Linkage$$,
4581 FALSE, FALSE, FALSE);
4582 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4583                                  repeatable, mandatory, hidden)
4584 VALUES (1, 'biblio', '383', '8', $$Field link and sequence number$$,
4585 TRUE, FALSE, FALSE);
4586 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
4587                               fixed_field, repeatable, mandatory, hidden)
4588 VALUES (1, 'biblio', '384', $$Key$$, $$The set of pitch relationships that establishes a single pitch class as a tonal centre for a musical work or expression. May be used to differentiate a musical work or expression from another with the same title.$$,
4589 FALSE, FALSE, FALSE, FALSE);
4590 INSERT INTO config.record_attr_definition(name, label)
4591 VALUES ('marc21_biblio_384_ind_1', 'MARC 21 biblio field 384 indicator position 1');
4592 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4593 VALUES ('marc21_biblio_384_ind_1', '#', $$Relationship to original unknown$$, FALSE, TRUE);
4594 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4595 VALUES ('marc21_biblio_384_ind_1', '0', $$Original key$$, FALSE, TRUE);
4596 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4597 VALUES ('marc21_biblio_384_ind_1', '1', $$Transposed key$$, FALSE, TRUE);
4598 INSERT INTO config.record_attr_definition(name, label)
4599 VALUES ('marc21_biblio_384_ind_2', 'MARC 21 biblio field 384 indicator position 2');
4600 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4601 VALUES ('marc21_biblio_384_ind_2', '#', $$Undefined$$, FALSE, TRUE);
4602 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4603                                  repeatable, mandatory, hidden)
4604 VALUES (1, 'biblio', '384', 'a', $$Key$$,
4605 FALSE, FALSE, FALSE);
4606 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4607                                  repeatable, mandatory, hidden)
4608 VALUES (1, 'biblio', '384', '6', $$Linkage$$,
4609 FALSE, FALSE, FALSE);
4610 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4611                                  repeatable, mandatory, hidden)
4612 VALUES (1, 'biblio', '384', '8', $$Field link and sequence number$$,
4613 TRUE, FALSE, FALSE);
4614 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
4615                               fixed_field, repeatable, mandatory, hidden)
4616 VALUES (1, 'biblio', '440', $$Series Statement/Added Entry-Title$$, $$Series statement consisting of a series title alone.$$,
4617 FALSE, TRUE, FALSE, FALSE);
4618 INSERT INTO config.record_attr_definition(name, label)
4619 VALUES ('marc21_biblio_440_ind_1', 'MARC 21 biblio field 440 indicator position 1');
4620 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4621 VALUES ('marc21_biblio_440_ind_1', '#', $$Undefined$$, FALSE, TRUE);
4622 INSERT INTO config.record_attr_definition(name, label)
4623 VALUES ('marc21_biblio_440_ind_2', 'MARC 21 biblio field 440 indicator position 2');
4624 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4625 VALUES ('marc21_biblio_440_ind_2', '0', $$No nonfiling characters$$, FALSE, TRUE);
4626 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4627 VALUES ('marc21_biblio_440_ind_2', '1', $$Number of nonfiling characters - 1$$, FALSE, TRUE);
4628 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4629 VALUES ('marc21_biblio_440_ind_2', '2', $$Number of nonfiling characters - 2$$, FALSE, TRUE);
4630 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4631 VALUES ('marc21_biblio_440_ind_2', '3', $$Number of nonfiling characters - 3$$, FALSE, TRUE);
4632 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4633 VALUES ('marc21_biblio_440_ind_2', '4', $$Number of nonfiling characters - 4$$, FALSE, TRUE);
4634 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4635 VALUES ('marc21_biblio_440_ind_2', '5', $$Number of nonfiling characters - 5$$, FALSE, TRUE);
4636 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4637 VALUES ('marc21_biblio_440_ind_2', '6', $$Number of nonfiling characters - 6$$, FALSE, TRUE);
4638 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4639 VALUES ('marc21_biblio_440_ind_2', '7', $$Number of nonfiling characters - 7$$, FALSE, TRUE);
4640 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4641 VALUES ('marc21_biblio_440_ind_2', '8', $$Number of nonfiling characters - 8$$, FALSE, TRUE);
4642 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4643 VALUES ('marc21_biblio_440_ind_2', '9', $$Number of nonfiling characters - 9$$, FALSE, TRUE);
4644 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4645                                  repeatable, mandatory, hidden)
4646 VALUES (1, 'biblio', '440', 'a', $$Title$$,
4647 FALSE, FALSE, FALSE);
4648 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4649                                  repeatable, mandatory, hidden)
4650 VALUES (1, 'biblio', '440', 'n', $$Number of part/section of a work$$,
4651 TRUE, FALSE, FALSE);
4652 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4653                                  repeatable, mandatory, hidden)
4654 VALUES (1, 'biblio', '440', 'p', $$Name of part/section of a work$$,
4655 TRUE, FALSE, FALSE);
4656 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4657                                  repeatable, mandatory, hidden)
4658 VALUES (1, 'biblio', '440', 'v', $$Volume/sequential designation$$,
4659 FALSE, FALSE, FALSE);
4660 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4661                                  repeatable, mandatory, hidden)
4662 VALUES (1, 'biblio', '440', 'w', $$Bibliographic record control number$$,
4663 TRUE, FALSE, FALSE);
4664 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4665                                  repeatable, mandatory, hidden)
4666 VALUES (1, 'biblio', '440', 'x', $$International Standard Serial Number$$,
4667 FALSE, FALSE, FALSE);
4668 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4669                                  repeatable, mandatory, hidden)
4670 VALUES (1, 'biblio', '440', '0', $$Authority record control number$$,
4671 TRUE, FALSE, FALSE);
4672 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4673                                  repeatable, mandatory, hidden)
4674 VALUES (1, 'biblio', '440', '6', $$Linkage$$,
4675 FALSE, FALSE, FALSE);
4676 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4677                                  repeatable, mandatory, hidden)
4678 VALUES (1, 'biblio', '440', '8', $$Field link and sequence number$$,
4679 TRUE, FALSE, FALSE);
4680 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
4681                               fixed_field, repeatable, mandatory, hidden)
4682 VALUES (1, 'biblio', '490', $$Series Statement$$, $$Series statement for a series title.$$,
4683 FALSE, TRUE, FALSE, FALSE);
4684 INSERT INTO config.record_attr_definition(name, label)
4685 VALUES ('marc21_biblio_490_ind_1', 'MARC 21 biblio field 490 indicator position 1');
4686 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4687 VALUES ('marc21_biblio_490_ind_1', '0', $$Series not traced$$, FALSE, TRUE);
4688 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4689 VALUES ('marc21_biblio_490_ind_1', '1', $$Series traced$$, FALSE, TRUE);
4690 INSERT INTO config.record_attr_definition(name, label)
4691 VALUES ('marc21_biblio_490_ind_2', 'MARC 21 biblio field 490 indicator position 2');
4692 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4693 VALUES ('marc21_biblio_490_ind_2', '#', $$Undefined$$, FALSE, TRUE);
4694 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4695                                  repeatable, mandatory, hidden)
4696 VALUES (1, 'biblio', '490', 'a', $$Series statement$$,
4697 TRUE, FALSE, FALSE);
4698 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4699                                  repeatable, mandatory, hidden)
4700 VALUES (1, 'biblio', '490', 'l', $$Library of Congress call number$$,
4701 FALSE, FALSE, FALSE);
4702 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4703                                  repeatable, mandatory, hidden)
4704 VALUES (1, 'biblio', '490', 'v', $$Volume/sequential designation$$,
4705 TRUE, FALSE, FALSE);
4706 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4707                                  repeatable, mandatory, hidden)
4708 VALUES (1, 'biblio', '490', 'x', $$International Standard Serial Number$$,
4709 TRUE, FALSE, FALSE);
4710 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4711                                  repeatable, mandatory, hidden)
4712 VALUES (1, 'biblio', '490', '3', $$Materials specified$$,
4713 FALSE, FALSE, FALSE);
4714 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4715                                  repeatable, mandatory, hidden)
4716 VALUES (1, 'biblio', '490', '6', $$Linkage$$,
4717 FALSE, FALSE, FALSE);
4718 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4719                                  repeatable, mandatory, hidden)
4720 VALUES (1, 'biblio', '490', '8', $$Field link and sequence number$$,
4721 TRUE, FALSE, FALSE);
4722 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
4723                               fixed_field, repeatable, mandatory, hidden)
4724 VALUES (1, 'biblio', '500', $$General Note$$, $$General information for which a specialized 5XX note field has not been defined.$$,
4725 FALSE, TRUE, FALSE, FALSE);
4726 INSERT INTO config.record_attr_definition(name, label)
4727 VALUES ('marc21_biblio_500_ind_1', 'MARC 21 biblio field 500 indicator position 1');
4728 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4729 VALUES ('marc21_biblio_500_ind_1', '#', $$Undefined$$, FALSE, TRUE);
4730 INSERT INTO config.record_attr_definition(name, label)
4731 VALUES ('marc21_biblio_500_ind_2', 'MARC 21 biblio field 500 indicator position 2');
4732 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4733 VALUES ('marc21_biblio_500_ind_2', '#', $$Undefined$$, FALSE, TRUE);
4734 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4735                                  repeatable, mandatory, hidden)
4736 VALUES (1, 'biblio', '500', 'a', $$General note$$,
4737 FALSE, FALSE, FALSE);
4738 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4739                                  repeatable, mandatory, hidden)
4740 VALUES (1, 'biblio', '500', '3', $$Materials specified$$,
4741 FALSE, FALSE, FALSE);
4742 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4743                                  repeatable, mandatory, hidden)
4744 VALUES (1, 'biblio', '500', '5', $$Institution to which field applies$$,
4745 FALSE, FALSE, FALSE);
4746 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4747                                  repeatable, mandatory, hidden)
4748 VALUES (1, 'biblio', '500', '6', $$Linkage$$,
4749 FALSE, FALSE, FALSE);
4750 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4751                                  repeatable, mandatory, hidden)
4752 VALUES (1, 'biblio', '500', '8', $$Field link and sequence number$$,
4753 TRUE, FALSE, FALSE);
4754 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
4755                               fixed_field, repeatable, mandatory, hidden)
4756 VALUES (1, 'biblio', '501', $$With Note$$, $$Note indicating that more than one bibliographical work is contained in the physical item at the time of publishing, release, issue, or execution. The works that are contained in the item usually have distinctive titles and lack a collective title.$$,
4757 FALSE, TRUE, FALSE, FALSE);
4758 INSERT INTO config.record_attr_definition(name, label)
4759 VALUES ('marc21_biblio_501_ind_1', 'MARC 21 biblio field 501 indicator position 1');
4760 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4761 VALUES ('marc21_biblio_501_ind_1', '#', $$Undefined$$, FALSE, TRUE);
4762 INSERT INTO config.record_attr_definition(name, label)
4763 VALUES ('marc21_biblio_501_ind_2', 'MARC 21 biblio field 501 indicator position 2');
4764 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4765 VALUES ('marc21_biblio_501_ind_2', '#', $$Undefined$$, FALSE, TRUE);
4766 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4767                                  repeatable, mandatory, hidden)
4768 VALUES (1, 'biblio', '501', 'a', $$With note$$,
4769 FALSE, FALSE, FALSE);
4770 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4771                                  repeatable, mandatory, hidden)
4772 VALUES (1, 'biblio', '501', '5', $$Institution to which field applies$$,
4773 FALSE, FALSE, FALSE);
4774 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4775                                  repeatable, mandatory, hidden)
4776 VALUES (1, 'biblio', '501', '6', $$Linkage$$,
4777 FALSE, FALSE, FALSE);
4778 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4779                                  repeatable, mandatory, hidden)
4780 VALUES (1, 'biblio', '501', '8', $$Field link and sequence number$$,
4781 TRUE, FALSE, FALSE);
4782 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
4783                               fixed_field, repeatable, mandatory, hidden)
4784 VALUES (1, 'biblio', '502', $$Dissertation Note$$, $$Designation of an academic dissertation or thesis and the institution to which it was presented. Other notes indicating the relationship between the item being cataloged and the author's dissertation or thesis, such as statements indicating that the work represents or is based on the author's thesis (e.g., ) are recorded in field 500 (General Note).$$,
4785 FALSE, TRUE, FALSE, FALSE);
4786 INSERT INTO config.record_attr_definition(name, label)
4787 VALUES ('marc21_biblio_502_ind_1', 'MARC 21 biblio field 502 indicator position 1');
4788 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4789 VALUES ('marc21_biblio_502_ind_1', '#', $$Undefined$$, FALSE, TRUE);
4790 INSERT INTO config.record_attr_definition(name, label)
4791 VALUES ('marc21_biblio_502_ind_2', 'MARC 21 biblio field 502 indicator position 2');
4792 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4793 VALUES ('marc21_biblio_502_ind_2', '#', $$Undefined$$, FALSE, TRUE);
4794 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4795                                  repeatable, mandatory, hidden)
4796 VALUES (1, 'biblio', '502', 'a', $$Dissertation note$$,
4797 FALSE, FALSE, FALSE);
4798 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4799                                  repeatable, mandatory, hidden)
4800 VALUES (1, 'biblio', '502', 'b', $$Degree type$$,
4801 FALSE, FALSE, FALSE);
4802 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4803                                  repeatable, mandatory, hidden)
4804 VALUES (1, 'biblio', '502', 'c', $$Name of granting institution$$,
4805 FALSE, FALSE, FALSE);
4806 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4807                                  repeatable, mandatory, hidden)
4808 VALUES (1, 'biblio', '502', 'd', $$Year degree granted$$,
4809 FALSE, FALSE, FALSE);
4810 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4811                                  repeatable, mandatory, hidden)
4812 VALUES (1, 'biblio', '502', 'g', $$Miscellaneous information$$,
4813 TRUE, FALSE, FALSE);
4814 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4815                                  repeatable, mandatory, hidden)
4816 VALUES (1, 'biblio', '502', 'o', $$Dissertation identifier$$,
4817 TRUE, FALSE, FALSE);
4818 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4819                                  repeatable, mandatory, hidden)
4820 VALUES (1, 'biblio', '502', '6', $$Linkage$$,
4821 FALSE, FALSE, FALSE);
4822 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4823                                  repeatable, mandatory, hidden)
4824 VALUES (1, 'biblio', '502', '8', $$Field link and sequence number$$,
4825 TRUE, FALSE, FALSE);
4826 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
4827                               fixed_field, repeatable, mandatory, hidden)
4828 VALUES (1, 'biblio', '504', $$Bibliography, Etc. Note$$, $$Information on the presence of one or more bibliographies, discographies, filmographies, and/or other bibliographic references in a described item or in accompanying material.$$,
4829 FALSE, TRUE, FALSE, FALSE);
4830 INSERT INTO config.record_attr_definition(name, label)
4831 VALUES ('marc21_biblio_504_ind_1', 'MARC 21 biblio field 504 indicator position 1');
4832 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4833 VALUES ('marc21_biblio_504_ind_1', '#', $$Undefined$$, FALSE, TRUE);
4834 INSERT INTO config.record_attr_definition(name, label)
4835 VALUES ('marc21_biblio_504_ind_2', 'MARC 21 biblio field 504 indicator position 2');
4836 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4837 VALUES ('marc21_biblio_504_ind_2', '#', $$Undefined$$, FALSE, TRUE);
4838 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4839                                  repeatable, mandatory, hidden)
4840 VALUES (1, 'biblio', '504', 'a', $$Bibliography, etc. note$$,
4841 FALSE, FALSE, FALSE);
4842 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4843                                  repeatable, mandatory, hidden)
4844 VALUES (1, 'biblio', '504', 'b', $$Number of references$$,
4845 FALSE, FALSE, FALSE);
4846 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4847                                  repeatable, mandatory, hidden)
4848 VALUES (1, 'biblio', '504', '6', $$Linkage$$,
4849 FALSE, FALSE, FALSE);
4850 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4851                                  repeatable, mandatory, hidden)
4852 VALUES (1, 'biblio', '504', '8', $$Field link and sequence number$$,
4853 TRUE, FALSE, FALSE);
4854 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
4855                               fixed_field, repeatable, mandatory, hidden)
4856 VALUES (1, 'biblio', '505', $$Formatted Contents Note$$, $$Titles of separate works or parts of an item or the table of contents. The field may also contain statements of responsibility and volume numbers or other sequential designations.$$,
4857 FALSE, TRUE, FALSE, FALSE);
4858 INSERT INTO config.record_attr_definition(name, label)
4859 VALUES ('marc21_biblio_505_ind_1', 'MARC 21 biblio field 505 indicator position 1');
4860 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4861 VALUES ('marc21_biblio_505_ind_1', '0', $$Contents$$, FALSE, TRUE);
4862 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4863 VALUES ('marc21_biblio_505_ind_1', '1', $$Incomplete contents$$, FALSE, TRUE);
4864 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4865 VALUES ('marc21_biblio_505_ind_1', '2', $$Partial contents$$, FALSE, TRUE);
4866 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4867 VALUES ('marc21_biblio_505_ind_1', '8', $$No display constant generated$$, FALSE, TRUE);
4868 INSERT INTO config.record_attr_definition(name, label)
4869 VALUES ('marc21_biblio_505_ind_2', 'MARC 21 biblio field 505 indicator position 2');
4870 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4871 VALUES ('marc21_biblio_505_ind_2', '#', $$Basic$$, FALSE, TRUE);
4872 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4873 VALUES ('marc21_biblio_505_ind_2', '0', $$Enhanced$$, FALSE, TRUE);
4874 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4875                                  repeatable, mandatory, hidden)
4876 VALUES (1, 'biblio', '505', 'a', $$Formatted contents note$$,
4877 FALSE, FALSE, FALSE);
4878 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4879                                  repeatable, mandatory, hidden)
4880 VALUES (1, 'biblio', '505', 'g', $$Miscellaneous information$$,
4881 TRUE, FALSE, FALSE);
4882 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4883                                  repeatable, mandatory, hidden)
4884 VALUES (1, 'biblio', '505', 'r', $$Statement of responsibility$$,
4885 TRUE, FALSE, FALSE);
4886 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4887                                  repeatable, mandatory, hidden)
4888 VALUES (1, 'biblio', '505', 't', $$Title$$,
4889 TRUE, FALSE, FALSE);
4890 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4891                                  repeatable, mandatory, hidden)
4892 VALUES (1, 'biblio', '505', 'u', $$Uniform Resource Identifier$$,
4893 TRUE, FALSE, FALSE);
4894 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4895                                  repeatable, mandatory, hidden)
4896 VALUES (1, 'biblio', '505', '6', $$Linkage$$,
4897 FALSE, FALSE, FALSE);
4898 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4899                                  repeatable, mandatory, hidden)
4900 VALUES (1, 'biblio', '505', '8', $$Field link and sequence number$$,
4901 TRUE, FALSE, FALSE);
4902 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
4903                               fixed_field, repeatable, mandatory, hidden)
4904 VALUES (1, 'biblio', '506', $$Restrictions on Access Note$$, $$Information about restrictions imposed on access to the described materials.$$,
4905 FALSE, TRUE, FALSE, FALSE);
4906 INSERT INTO config.record_attr_definition(name, label)
4907 VALUES ('marc21_biblio_506_ind_1', 'MARC 21 biblio field 506 indicator position 1');
4908 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4909 VALUES ('marc21_biblio_506_ind_1', '#', $$No information provided$$, FALSE, TRUE);
4910 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4911 VALUES ('marc21_biblio_506_ind_1', '0', $$No restrictions$$, FALSE, TRUE);
4912 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4913 VALUES ('marc21_biblio_506_ind_1', '1', $$Restrictions apply$$, FALSE, TRUE);
4914 INSERT INTO config.record_attr_definition(name, label)
4915 VALUES ('marc21_biblio_506_ind_2', 'MARC 21 biblio field 506 indicator position 2');
4916 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4917 VALUES ('marc21_biblio_506_ind_2', '#', $$Undefined$$, FALSE, TRUE);
4918 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4919                                  repeatable, mandatory, hidden)
4920 VALUES (1, 'biblio', '506', 'a', $$Terms governing access$$,
4921 FALSE, FALSE, FALSE);
4922 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4923                                  repeatable, mandatory, hidden)
4924 VALUES (1, 'biblio', '506', 'b', $$Jurisdiction$$,
4925 TRUE, FALSE, FALSE);
4926 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4927                                  repeatable, mandatory, hidden)
4928 VALUES (1, 'biblio', '506', 'c', $$Physical access provisions$$,
4929 TRUE, FALSE, FALSE);
4930 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4931                                  repeatable, mandatory, hidden)
4932 VALUES (1, 'biblio', '506', 'd', $$Authorized users$$,
4933 TRUE, FALSE, FALSE);
4934 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4935                                  repeatable, mandatory, hidden)
4936 VALUES (1, 'biblio', '506', 'e', $$Authorization$$,
4937 TRUE, FALSE, FALSE);
4938 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4939                                  repeatable, mandatory, hidden)
4940 VALUES (1, 'biblio', '506', 'f', $$Standardized terminology for access restriction$$,
4941 TRUE, FALSE, FALSE);
4942 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4943                                  repeatable, mandatory, hidden)
4944 VALUES (1, 'biblio', '506', 'u', $$Uniform Resource Identifier$$,
4945 TRUE, FALSE, FALSE);
4946 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4947                                  repeatable, mandatory, hidden)
4948 VALUES (1, 'biblio', '506', '2', $$Source of term$$,
4949 FALSE, FALSE, FALSE);
4950 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4951                                  repeatable, mandatory, hidden)
4952 VALUES (1, 'biblio', '506', '3', $$Materials specified$$,
4953 FALSE, FALSE, FALSE);
4954 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4955                                  repeatable, mandatory, hidden)
4956 VALUES (1, 'biblio', '506', '5', $$Institution to which field applies$$,
4957 FALSE, FALSE, FALSE);
4958 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4959                                  repeatable, mandatory, hidden)
4960 VALUES (1, 'biblio', '506', '6', $$Linkage$$,
4961 FALSE, FALSE, FALSE);
4962 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4963                                  repeatable, mandatory, hidden)
4964 VALUES (1, 'biblio', '506', '8', $$Field link and sequence number$$,
4965 TRUE, FALSE, FALSE);
4966 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
4967                               fixed_field, repeatable, mandatory, hidden)
4968 VALUES (1, 'biblio', '507', $$Scale Note for Graphic Material$$, $$Scale of a graphic material item given as a note. For , this field contains the scale of architectural drawings or three-dimensional artifacts. For , the scale of an item is contained in this field only in pre-AACR 2 cataloging records. Scale information is contained in field 255 (Mathematical Data Area) in AACR 2 formulated records.$$,
4969 FALSE, FALSE, FALSE, FALSE);
4970 INSERT INTO config.record_attr_definition(name, label)
4971 VALUES ('marc21_biblio_507_ind_1', 'MARC 21 biblio field 507 indicator position 1');
4972 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4973 VALUES ('marc21_biblio_507_ind_1', '#', $$Undefined$$, FALSE, TRUE);
4974 INSERT INTO config.record_attr_definition(name, label)
4975 VALUES ('marc21_biblio_507_ind_2', 'MARC 21 biblio field 507 indicator position 2');
4976 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4977 VALUES ('marc21_biblio_507_ind_2', '#', $$Undefined$$, FALSE, TRUE);
4978 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4979                                  repeatable, mandatory, hidden)
4980 VALUES (1, 'biblio', '507', 'a', $$Representative fraction of scale note$$,
4981 FALSE, FALSE, FALSE);
4982 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4983                                  repeatable, mandatory, hidden)
4984 VALUES (1, 'biblio', '507', 'b', $$Remainder of scale note$$,
4985 FALSE, FALSE, FALSE);
4986 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4987                                  repeatable, mandatory, hidden)
4988 VALUES (1, 'biblio', '507', '6', $$Linkage$$,
4989 FALSE, FALSE, FALSE);
4990 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4991                                  repeatable, mandatory, hidden)
4992 VALUES (1, 'biblio', '507', '8', $$Field link and sequence number$$,
4993 TRUE, FALSE, FALSE);
4994 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
4995                               fixed_field, repeatable, mandatory, hidden)
4996 VALUES (1, 'biblio', '508', $$Creation/Production Credits Note$$, $$Credits for persons or organizations, other than members of the cast, who have participated in the creation and/or production of the work. The introductory term is usually generated as a display constant.$$,
4997 FALSE, TRUE, FALSE, FALSE);
4998 INSERT INTO config.record_attr_definition(name, label)
4999 VALUES ('marc21_biblio_508_ind_1', 'MARC 21 biblio field 508 indicator position 1');
5000 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5001 VALUES ('marc21_biblio_508_ind_1', '#', $$Undefined$$, FALSE, TRUE);
5002 INSERT INTO config.record_attr_definition(name, label)
5003 VALUES ('marc21_biblio_508_ind_2', 'MARC 21 biblio field 508 indicator position 2');
5004 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5005 VALUES ('marc21_biblio_508_ind_2', '#', $$Undefined$$, FALSE, TRUE);
5006 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5007                                  repeatable, mandatory, hidden)
5008 VALUES (1, 'biblio', '508', 'a', $$Creation/production credits note$$,
5009 FALSE, FALSE, FALSE);
5010 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5011                                  repeatable, mandatory, hidden)
5012 VALUES (1, 'biblio', '508', '6', $$Linkage$$,
5013 FALSE, FALSE, FALSE);
5014 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5015                                  repeatable, mandatory, hidden)
5016 VALUES (1, 'biblio', '508', '8', $$Field link and sequence number$$,
5017 TRUE, FALSE, FALSE);
5018 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
5019                               fixed_field, repeatable, mandatory, hidden)
5020 VALUES (1, 'biblio', '510', $$Citation/References Note$$, $$Citations or references to published bibliographic descriptions, reviews, abstracts, or indexes of the content of the described item.$$,
5021 FALSE, TRUE, FALSE, FALSE);
5022 INSERT INTO config.record_attr_definition(name, label)
5023 VALUES ('marc21_biblio_510_ind_1', 'MARC 21 biblio field 510 indicator position 1');
5024 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5025 VALUES ('marc21_biblio_510_ind_1', '0', $$Coverage unknown$$, FALSE, TRUE);
5026 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5027 VALUES ('marc21_biblio_510_ind_1', '1', $$Coverage complete$$, FALSE, TRUE);
5028 INSERT INTO config.record_attr_definition(name, label)
5029 VALUES ('marc21_biblio_510_ind_2', 'MARC 21 biblio field 510 indicator position 2');
5030 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5031 VALUES ('marc21_biblio_510_ind_2', '#', $$Undefined$$, FALSE, TRUE);
5032 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5033                                  repeatable, mandatory, hidden)
5034 VALUES (1, 'biblio', '510', 'a', $$Name of source$$,
5035 FALSE, FALSE, FALSE);
5036 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5037                                  repeatable, mandatory, hidden)
5038 VALUES (1, 'biblio', '510', 'b', $$Coverage of source$$,
5039 FALSE, FALSE, FALSE);
5040 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5041                                  repeatable, mandatory, hidden)
5042 VALUES (1, 'biblio', '510', 'c', $$Location within source$$,
5043 FALSE, FALSE, FALSE);
5044 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5045                                  repeatable, mandatory, hidden)
5046 VALUES (1, 'biblio', '510', 'x', $$International Standard Serial Number$$,
5047 FALSE, FALSE, FALSE);
5048 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5049                                  repeatable, mandatory, hidden)
5050 VALUES (1, 'biblio', '510', '3', $$Materials specified$$,
5051 FALSE, FALSE, FALSE);
5052 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5053                                  repeatable, mandatory, hidden)
5054 VALUES (1, 'biblio', '510', '6', $$Linkage$$,
5055 FALSE, FALSE, FALSE);
5056 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5057                                  repeatable, mandatory, hidden)
5058 VALUES (1, 'biblio', '510', '8', $$Field link and sequence number$$,
5059 TRUE, FALSE, FALSE);
5060 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
5061                               fixed_field, repeatable, mandatory, hidden)
5062 VALUES (1, 'biblio', '511', $$Participant or Performer Note$$, $$Information about the participants, players, narrators, presenters, or performers.$$,
5063 FALSE, TRUE, FALSE, FALSE);
5064 INSERT INTO config.record_attr_definition(name, label)
5065 VALUES ('marc21_biblio_511_ind_1', 'MARC 21 biblio field 511 indicator position 1');
5066 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5067 VALUES ('marc21_biblio_511_ind_1', '0', $$No display constant generated$$, FALSE, TRUE);
5068 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5069 VALUES ('marc21_biblio_511_ind_1', '1', $$Cast$$, FALSE, TRUE);
5070 INSERT INTO config.record_attr_definition(name, label)
5071 VALUES ('marc21_biblio_511_ind_2', 'MARC 21 biblio field 511 indicator position 2');
5072 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5073 VALUES ('marc21_biblio_511_ind_2', '#', $$Undefined$$, FALSE, TRUE);
5074 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5075                                  repeatable, mandatory, hidden)
5076 VALUES (1, 'biblio', '511', 'a', $$Participant or performer note$$,
5077 FALSE, FALSE, FALSE);
5078 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5079                                  repeatable, mandatory, hidden)
5080 VALUES (1, 'biblio', '511', '6', $$Linkage$$,
5081 FALSE, FALSE, FALSE);
5082 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5083                                  repeatable, mandatory, hidden)
5084 VALUES (1, 'biblio', '511', '8', $$Field link and sequence number$$,
5085 TRUE, FALSE, FALSE);
5086 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
5087                               fixed_field, repeatable, mandatory, hidden)
5088 VALUES (1, 'biblio', '513', $$Type of Report and Period Covered Note$$, $$Information on the type of report and the period covered by the report.$$,
5089 FALSE, TRUE, FALSE, FALSE);
5090 INSERT INTO config.record_attr_definition(name, label)
5091 VALUES ('marc21_biblio_513_ind_1', 'MARC 21 biblio field 513 indicator position 1');
5092 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5093 VALUES ('marc21_biblio_513_ind_1', '#', $$Undefined$$, FALSE, TRUE);
5094 INSERT INTO config.record_attr_definition(name, label)
5095 VALUES ('marc21_biblio_513_ind_2', 'MARC 21 biblio field 513 indicator position 2');
5096 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5097 VALUES ('marc21_biblio_513_ind_2', '#', $$Undefined$$, FALSE, TRUE);
5098 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5099                                  repeatable, mandatory, hidden)
5100 VALUES (1, 'biblio', '513', 'a', $$Type of report$$,
5101 FALSE, FALSE, FALSE);
5102 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5103                                  repeatable, mandatory, hidden)
5104 VALUES (1, 'biblio', '513', 'b', $$Period covered$$,
5105 FALSE, FALSE, FALSE);
5106 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5107                                  repeatable, mandatory, hidden)
5108 VALUES (1, 'biblio', '513', '6', $$Linkage$$,
5109 FALSE, FALSE, FALSE);
5110 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5111                                  repeatable, mandatory, hidden)
5112 VALUES (1, 'biblio', '513', '8', $$Field link and sequence number$$,
5113 TRUE, FALSE, FALSE);
5114 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
5115                               fixed_field, repeatable, mandatory, hidden)
5116 VALUES (1, 'biblio', '514', $$Data Quality Note$$, $$Provides a general assessment of the quality of the data set constituting the item.$$,
5117 FALSE, FALSE, FALSE, FALSE);
5118 INSERT INTO config.record_attr_definition(name, label)
5119 VALUES ('marc21_biblio_514_ind_1', 'MARC 21 biblio field 514 indicator position 1');
5120 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5121 VALUES ('marc21_biblio_514_ind_1', '#', $$Undefined$$, FALSE, TRUE);
5122 INSERT INTO config.record_attr_definition(name, label)
5123 VALUES ('marc21_biblio_514_ind_2', 'MARC 21 biblio field 514 indicator position 2');
5124 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5125 VALUES ('marc21_biblio_514_ind_2', '#', $$Undefined$$, FALSE, TRUE);
5126 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5127                                  repeatable, mandatory, hidden)
5128 VALUES (1, 'biblio', '514', 'a', $$Attribute accuracy report$$,
5129 FALSE, FALSE, FALSE);
5130 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5131                                  repeatable, mandatory, hidden)
5132 VALUES (1, 'biblio', '514', 'b', $$Attribute accuracy value$$,
5133 TRUE, FALSE, FALSE);
5134 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5135                                  repeatable, mandatory, hidden)
5136 VALUES (1, 'biblio', '514', 'c', $$Attribute accuracy explanation$$,
5137 TRUE, FALSE, FALSE);
5138 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5139                                  repeatable, mandatory, hidden)
5140 VALUES (1, 'biblio', '514', 'd', $$Logical consistency report$$,
5141 FALSE, FALSE, FALSE);
5142 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5143                                  repeatable, mandatory, hidden)
5144 VALUES (1, 'biblio', '514', 'e', $$Completeness report$$,
5145 FALSE, FALSE, FALSE);
5146 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5147                                  repeatable, mandatory, hidden)
5148 VALUES (1, 'biblio', '514', 'f', $$Horizontal position accuracy report$$,
5149 FALSE, FALSE, FALSE);
5150 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5151                                  repeatable, mandatory, hidden)
5152 VALUES (1, 'biblio', '514', 'g', $$Horizontal position accuracy value$$,
5153 TRUE, FALSE, FALSE);
5154 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5155                                  repeatable, mandatory, hidden)
5156 VALUES (1, 'biblio', '514', 'h', $$Horizontal position accuracy explanation$$,
5157 TRUE, FALSE, FALSE);
5158 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5159                                  repeatable, mandatory, hidden)
5160 VALUES (1, 'biblio', '514', 'i', $$Vertical positional accuracy report$$,
5161 FALSE, FALSE, FALSE);
5162 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5163                                  repeatable, mandatory, hidden)
5164 VALUES (1, 'biblio', '514', 'j', $$Vertical positional accuracy value$$,
5165 TRUE, FALSE, FALSE);
5166 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5167                                  repeatable, mandatory, hidden)
5168 VALUES (1, 'biblio', '514', 'k', $$Vertical positional accuracy explanation$$,
5169 TRUE, FALSE, FALSE);
5170 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5171                                  repeatable, mandatory, hidden)
5172 VALUES (1, 'biblio', '514', 'm', $$Cloud cover$$,
5173 FALSE, FALSE, FALSE);
5174 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5175                                  repeatable, mandatory, hidden)
5176 VALUES (1, 'biblio', '514', 'u', $$Uniform Resource Identifier$$,
5177 TRUE, FALSE, FALSE);
5178 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5179                                  repeatable, mandatory, hidden)
5180 VALUES (1, 'biblio', '514', 'z', $$Display note$$,
5181 TRUE, FALSE, FALSE);
5182 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5183                                  repeatable, mandatory, hidden)
5184 VALUES (1, 'biblio', '514', '6', $$Linkage$$,
5185 FALSE, FALSE, FALSE);
5186 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5187                                  repeatable, mandatory, hidden)
5188 VALUES (1, 'biblio', '514', '8', $$Field link and sequence number$$,
5189 TRUE, FALSE, FALSE);
5190 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
5191                               fixed_field, repeatable, mandatory, hidden)
5192 VALUES (1, 'biblio', '515', $$Numbering Peculiarities Note$$, $$Unformatted note giving irregularities and peculiarities in numbering or publishing patterns, report year coverage, revised editions, and/or issuance in parts.$$,
5193 FALSE, TRUE, FALSE, FALSE);
5194 INSERT INTO config.record_attr_definition(name, label)
5195 VALUES ('marc21_biblio_515_ind_1', 'MARC 21 biblio field 515 indicator position 1');
5196 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5197 VALUES ('marc21_biblio_515_ind_1', '#', $$Undefined$$, FALSE, TRUE);
5198 INSERT INTO config.record_attr_definition(name, label)
5199 VALUES ('marc21_biblio_515_ind_2', 'MARC 21 biblio field 515 indicator position 2');
5200 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5201 VALUES ('marc21_biblio_515_ind_2', '#', $$Undefined$$, FALSE, TRUE);
5202 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5203                                  repeatable, mandatory, hidden)
5204 VALUES (1, 'biblio', '515', 'a', $$Numbering peculiarities note$$,
5205 FALSE, FALSE, FALSE);
5206 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5207                                  repeatable, mandatory, hidden)
5208 VALUES (1, 'biblio', '515', '6', $$Linkage$$,
5209 FALSE, FALSE, FALSE);
5210 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5211                                  repeatable, mandatory, hidden)
5212 VALUES (1, 'biblio', '515', '8', $$Field link and sequence number$$,
5213 TRUE, FALSE, FALSE);
5214 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
5215                               fixed_field, repeatable, mandatory, hidden)
5216 VALUES (1, 'biblio', '516', $$Type of Computer File or Data Note$$, $$General descriptor that characterizes the file (e.g., text, computer program, numeric). Specific information, such as the form or genre of textual material (e.g., biography, dictionaries, indexes) may be included. The general type of computer file information in coded form is recorded in 008/26 (Type of computer file).$$,
5217 FALSE, TRUE, FALSE, FALSE);
5218 INSERT INTO config.record_attr_definition(name, label)
5219 VALUES ('marc21_biblio_516_ind_1', 'MARC 21 biblio field 516 indicator position 1');
5220 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5221 VALUES ('marc21_biblio_516_ind_1', '#', $$Type of file$$, FALSE, TRUE);
5222 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5223 VALUES ('marc21_biblio_516_ind_1', '8', $$No display constant generated$$, FALSE, TRUE);
5224 INSERT INTO config.record_attr_definition(name, label)
5225 VALUES ('marc21_biblio_516_ind_2', 'MARC 21 biblio field 516 indicator position 2');
5226 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5227 VALUES ('marc21_biblio_516_ind_2', '#', $$Undefined$$, FALSE, TRUE);
5228 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5229                                  repeatable, mandatory, hidden)
5230 VALUES (1, 'biblio', '516', 'a', $$Type of computer file or data note$$,
5231 FALSE, FALSE, FALSE);
5232 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5233                                  repeatable, mandatory, hidden)
5234 VALUES (1, 'biblio', '516', '6', $$Linkage$$,
5235 FALSE, FALSE, FALSE);
5236 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5237                                  repeatable, mandatory, hidden)
5238 VALUES (1, 'biblio', '516', '8', $$Field link and sequence number$$,
5239 TRUE, FALSE, FALSE);
5240 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
5241                               fixed_field, repeatable, mandatory, hidden)
5242 VALUES (1, 'biblio', '518', $$Date/Time and Place of an Event Note$$, $$Note on the date/time and/or place of creation, capture, recording, filming, execution, or broadcast associated with an event or the finding of a naturally occurring object. Field 033 (Date/Time and Place of an Event) contains the same information in coded form.$$,
5243 FALSE, TRUE, FALSE, FALSE);
5244 INSERT INTO config.record_attr_definition(name, label)
5245 VALUES ('marc21_biblio_518_ind_1', 'MARC 21 biblio field 518 indicator position 1');
5246 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5247 VALUES ('marc21_biblio_518_ind_1', '#', $$Undefined$$, FALSE, TRUE);
5248 INSERT INTO config.record_attr_definition(name, label)
5249 VALUES ('marc21_biblio_518_ind_2', 'MARC 21 biblio field 518 indicator position 2');
5250 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5251 VALUES ('marc21_biblio_518_ind_2', '#', $$Undefined$$, FALSE, TRUE);
5252 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5253                                  repeatable, mandatory, hidden)
5254 VALUES (1, 'biblio', '518', 'a', $$Date/time and place of an event note$$,
5255 FALSE, FALSE, FALSE);
5256 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5257                                  repeatable, mandatory, hidden)
5258 VALUES (1, 'biblio', '518', 'd', $$Date of event$$,
5259 TRUE, FALSE, FALSE);
5260 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5261                                  repeatable, mandatory, hidden)
5262 VALUES (1, 'biblio', '518', 'o', $$Other event information$$,
5263 FALSE, FALSE, FALSE);
5264 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5265                                  repeatable, mandatory, hidden)
5266 VALUES (1, 'biblio', '518', 'p', $$Place of event$$,
5267 TRUE, FALSE, FALSE);
5268 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5269                                  repeatable, mandatory, hidden)
5270 VALUES (1, 'biblio', '518', '0', $$Record control number$$,
5271 TRUE, FALSE, FALSE);
5272 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5273                                  repeatable, mandatory, hidden)
5274 VALUES (1, 'biblio', '518', '2', $$Source of term$$,
5275 TRUE, FALSE, FALSE);
5276 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5277                                  repeatable, mandatory, hidden)
5278 VALUES (1, 'biblio', '518', '3', $$Materials specified$$,
5279 FALSE, FALSE, FALSE);
5280 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5281                                  repeatable, mandatory, hidden)
5282 VALUES (1, 'biblio', '518', '6', $$Linkage$$,
5283 FALSE, FALSE, FALSE);
5284 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5285                                  repeatable, mandatory, hidden)
5286 VALUES (1, 'biblio', '518', '8', $$Field link and sequence number$$,
5287 TRUE, FALSE, FALSE);
5288 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
5289                               fixed_field, repeatable, mandatory, hidden)
5290 VALUES (1, 'biblio', '520', $$Summary, Etc.$$, $$Unformatted information that describes the scope and general contents of the materials.$$,
5291 FALSE, TRUE, FALSE, FALSE);
5292 INSERT INTO config.record_attr_definition(name, label)
5293 VALUES ('marc21_biblio_520_ind_1', 'MARC 21 biblio field 520 indicator position 1');
5294 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5295 VALUES ('marc21_biblio_520_ind_1', '#', $$Summary$$, FALSE, TRUE);
5296 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5297 VALUES ('marc21_biblio_520_ind_1', '0', $$Subject$$, FALSE, TRUE);
5298 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5299 VALUES ('marc21_biblio_520_ind_1', '1', $$Review$$, FALSE, TRUE);
5300 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5301 VALUES ('marc21_biblio_520_ind_1', '2', $$Scope and content$$, FALSE, TRUE);
5302 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5303 VALUES ('marc21_biblio_520_ind_1', '3', $$Abstract$$, FALSE, TRUE);
5304 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5305 VALUES ('marc21_biblio_520_ind_1', '4', $$Content advice$$, FALSE, TRUE);
5306 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5307 VALUES ('marc21_biblio_520_ind_1', '8', $$No display constant generated$$, FALSE, TRUE);
5308 INSERT INTO config.record_attr_definition(name, label)
5309 VALUES ('marc21_biblio_520_ind_2', 'MARC 21 biblio field 520 indicator position 2');
5310 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5311 VALUES ('marc21_biblio_520_ind_2', '#', $$Undefined$$, FALSE, TRUE);
5312 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5313                                  repeatable, mandatory, hidden)
5314 VALUES (1, 'biblio', '520', 'a', $$Summary, etc.$$,
5315 FALSE, FALSE, FALSE);
5316 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5317                                  repeatable, mandatory, hidden)
5318 VALUES (1, 'biblio', '520', 'b', $$Expansion of summary note$$,
5319 FALSE, FALSE, FALSE);
5320 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5321                                  repeatable, mandatory, hidden)
5322 VALUES (1, 'biblio', '520', 'c', $$Assigning source$$,
5323 FALSE, FALSE, FALSE);
5324 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5325                                  repeatable, mandatory, hidden)
5326 VALUES (1, 'biblio', '520', 'u', $$Uniform Resource Identifier$$,
5327 TRUE, FALSE, FALSE);
5328 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5329                                  repeatable, mandatory, hidden)
5330 VALUES (1, 'biblio', '520', '2', $$Source$$,
5331 FALSE, FALSE, FALSE);
5332 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5333                                  repeatable, mandatory, hidden)
5334 VALUES (1, 'biblio', '520', '3', $$Materials specified$$,
5335 FALSE, FALSE, FALSE);
5336 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5337                                  repeatable, mandatory, hidden)
5338 VALUES (1, 'biblio', '520', '6', $$Linkage$$,
5339 FALSE, FALSE, FALSE);
5340 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5341                                  repeatable, mandatory, hidden)
5342 VALUES (1, 'biblio', '520', '8', $$Field link and sequence number$$,
5343 TRUE, FALSE, FALSE);
5344 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
5345                               fixed_field, repeatable, mandatory, hidden)
5346 VALUES (1, 'biblio', '521', $$Target Audience Note$$, $$Information that identifies the specific audience or intellectual level for which the content of the described item is considered appropriate.$$,
5347 FALSE, TRUE, FALSE, FALSE);
5348 INSERT INTO config.record_attr_definition(name, label)
5349 VALUES ('marc21_biblio_521_ind_1', 'MARC 21 biblio field 521 indicator position 1');
5350 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5351 VALUES ('marc21_biblio_521_ind_1', '#', $$Audience$$, FALSE, TRUE);
5352 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5353 VALUES ('marc21_biblio_521_ind_1', '0', $$Reading grade level$$, FALSE, TRUE);
5354 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5355 VALUES ('marc21_biblio_521_ind_1', '1', $$Interest age level$$, FALSE, TRUE);
5356 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5357 VALUES ('marc21_biblio_521_ind_1', '2', $$Interest grade level$$, FALSE, TRUE);
5358 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5359 VALUES ('marc21_biblio_521_ind_1', '3', $$Special audience characteristics$$, FALSE, TRUE);
5360 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5361 VALUES ('marc21_biblio_521_ind_1', '4', $$Motivation/interest level$$, FALSE, TRUE);
5362 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5363 VALUES ('marc21_biblio_521_ind_1', '8', $$No display constant generated$$, FALSE, TRUE);
5364 INSERT INTO config.record_attr_definition(name, label)
5365 VALUES ('marc21_biblio_521_ind_2', 'MARC 21 biblio field 521 indicator position 2');
5366 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5367 VALUES ('marc21_biblio_521_ind_2', '#', $$Undefined$$, FALSE, TRUE);
5368 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5369                                  repeatable, mandatory, hidden)
5370 VALUES (1, 'biblio', '521', 'a', $$Target audience note$$,
5371 TRUE, FALSE, FALSE);
5372 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5373                                  repeatable, mandatory, hidden)
5374 VALUES (1, 'biblio', '521', 'b', $$Source$$,
5375 FALSE, FALSE, FALSE);
5376 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5377                                  repeatable, mandatory, hidden)
5378 VALUES (1, 'biblio', '521', '3', $$Materials specified$$,
5379 FALSE, FALSE, FALSE);
5380 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5381                                  repeatable, mandatory, hidden)
5382 VALUES (1, 'biblio', '521', '6', $$Linkage$$,
5383 FALSE, FALSE, FALSE);
5384 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5385                                  repeatable, mandatory, hidden)
5386 VALUES (1, 'biblio', '521', '8', $$Field link and sequence number$$,
5387 TRUE, FALSE, FALSE);
5388 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
5389                               fixed_field, repeatable, mandatory, hidden)
5390 VALUES (1, 'biblio', '522', $$Geographic Coverage Note$$, $$Information about the geographic coverage of the described material (usually survey material). This information in coded form may be contained in field 052 (Geographic Classification Code).$$,
5391 FALSE, TRUE, FALSE, FALSE);
5392 INSERT INTO config.record_attr_definition(name, label)
5393 VALUES ('marc21_biblio_522_ind_1', 'MARC 21 biblio field 522 indicator position 1');
5394 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5395 VALUES ('marc21_biblio_522_ind_1', '#', $$Geographic coverage$$, FALSE, TRUE);
5396 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5397 VALUES ('marc21_biblio_522_ind_1', '8', $$No display constant generated$$, FALSE, TRUE);
5398 INSERT INTO config.record_attr_definition(name, label)
5399 VALUES ('marc21_biblio_522_ind_2', 'MARC 21 biblio field 522 indicator position 2');
5400 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5401 VALUES ('marc21_biblio_522_ind_2', '#', $$Undefined$$, FALSE, TRUE);
5402 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5403                                  repeatable, mandatory, hidden)
5404 VALUES (1, 'biblio', '522', 'a', $$Geographic coverage note$$,
5405 FALSE, FALSE, FALSE);
5406 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5407                                  repeatable, mandatory, hidden)
5408 VALUES (1, 'biblio', '522', '6', $$Linkage$$,
5409 FALSE, FALSE, FALSE);
5410 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5411                                  repeatable, mandatory, hidden)
5412 VALUES (1, 'biblio', '522', '8', $$Field link and sequence number$$,
5413 TRUE, FALSE, FALSE);
5414 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
5415                               fixed_field, repeatable, mandatory, hidden)
5416 VALUES (1, 'biblio', '524', $$Preferred Citation of Described Materials Note$$, $$Format for the citation of the described materials that is preferred by the custodian.$$,
5417 FALSE, TRUE, FALSE, FALSE);
5418 INSERT INTO config.record_attr_definition(name, label)
5419 VALUES ('marc21_biblio_524_ind_1', 'MARC 21 biblio field 524 indicator position 1');
5420 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5421 VALUES ('marc21_biblio_524_ind_1', '#', $$Cite as$$, FALSE, TRUE);
5422 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5423 VALUES ('marc21_biblio_524_ind_1', '8', $$No display constant generated$$, FALSE, TRUE);
5424 INSERT INTO config.record_attr_definition(name, label)
5425 VALUES ('marc21_biblio_524_ind_2', 'MARC 21 biblio field 524 indicator position 2');
5426 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5427 VALUES ('marc21_biblio_524_ind_2', '#', $$Undefined$$, FALSE, TRUE);
5428 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5429                                  repeatable, mandatory, hidden)
5430 VALUES (1, 'biblio', '524', 'a', $$Preferred citation of described materials note$$,
5431 FALSE, FALSE, FALSE);
5432 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5433                                  repeatable, mandatory, hidden)
5434 VALUES (1, 'biblio', '524', '2', $$Source of schema used$$,
5435 FALSE, FALSE, FALSE);
5436 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5437                                  repeatable, mandatory, hidden)
5438 VALUES (1, 'biblio', '524', '3', $$Materials specified$$,
5439 FALSE, FALSE, FALSE);
5440 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5441                                  repeatable, mandatory, hidden)
5442 VALUES (1, 'biblio', '524', '6', $$Linkage$$,
5443 FALSE, FALSE, FALSE);
5444 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5445                                  repeatable, mandatory, hidden)
5446 VALUES (1, 'biblio', '524', '8', $$Field link and sequence number$$,
5447 TRUE, FALSE, FALSE);
5448 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
5449                               fixed_field, repeatable, mandatory, hidden)
5450 VALUES (1, 'biblio', '525', $$Supplement Note$$, $$Information on the existence of supplements or special issues that are neither cataloged in separate records nor recorded in a linking entry field 770 (Supplement/Special Issue Entry).$$,
5451 FALSE, TRUE, FALSE, FALSE);
5452 INSERT INTO config.record_attr_definition(name, label)
5453 VALUES ('marc21_biblio_525_ind_1', 'MARC 21 biblio field 525 indicator position 1');
5454 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5455 VALUES ('marc21_biblio_525_ind_1', '#', $$Undefined$$, FALSE, TRUE);
5456 INSERT INTO config.record_attr_definition(name, label)
5457 VALUES ('marc21_biblio_525_ind_2', 'MARC 21 biblio field 525 indicator position 2');
5458 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5459 VALUES ('marc21_biblio_525_ind_2', '#', $$Undefined$$, FALSE, TRUE);
5460 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5461                                  repeatable, mandatory, hidden)
5462 VALUES (1, 'biblio', '525', 'a', $$Supplement note$$,
5463 FALSE, FALSE, FALSE);
5464 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5465                                  repeatable, mandatory, hidden)
5466 VALUES (1, 'biblio', '525', '6', $$Linkage$$,
5467 FALSE, FALSE, FALSE);
5468 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5469                                  repeatable, mandatory, hidden)
5470 VALUES (1, 'biblio', '525', '8', $$Field link and sequence number$$,
5471 TRUE, FALSE, FALSE);
5472 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
5473                               fixed_field, repeatable, mandatory, hidden)
5474 VALUES (1, 'biblio', '526', $$Study Program Information Note$$, $$Note giving the name of a study program which uses the title described in the record. Details about the study program data elements are also contained in the field. Field 526 is generally used for formal curriculum-based study or reading programs.$$,
5475 FALSE, TRUE, FALSE, FALSE);
5476 INSERT INTO config.record_attr_definition(name, label)
5477 VALUES ('marc21_biblio_526_ind_1', 'MARC 21 biblio field 526 indicator position 1');
5478 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5479 VALUES ('marc21_biblio_526_ind_1', '0', $$Reading program$$, FALSE, TRUE);
5480 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5481 VALUES ('marc21_biblio_526_ind_1', '8', $$No display constant generated$$, FALSE, TRUE);
5482 INSERT INTO config.record_attr_definition(name, label)
5483 VALUES ('marc21_biblio_526_ind_2', 'MARC 21 biblio field 526 indicator position 2');
5484 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5485 VALUES ('marc21_biblio_526_ind_2', '#', $$Undefined$$, FALSE, TRUE);
5486 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5487                                  repeatable, mandatory, hidden)
5488 VALUES (1, 'biblio', '526', 'a', $$Program name$$,
5489 FALSE, FALSE, FALSE);
5490 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5491                                  repeatable, mandatory, hidden)
5492 VALUES (1, 'biblio', '526', 'b', $$Interest level$$,
5493 FALSE, FALSE, FALSE);
5494 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5495                                  repeatable, mandatory, hidden)
5496 VALUES (1, 'biblio', '526', 'c', $$Reading level$$,
5497 FALSE, FALSE, FALSE);
5498 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5499                                  repeatable, mandatory, hidden)
5500 VALUES (1, 'biblio', '526', 'd', $$Title point value$$,
5501 FALSE, FALSE, FALSE);
5502 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5503                                  repeatable, mandatory, hidden)
5504 VALUES (1, 'biblio', '526', 'i', $$Display text$$,
5505 FALSE, FALSE, FALSE);
5506 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5507                                  repeatable, mandatory, hidden)
5508 VALUES (1, 'biblio', '526', 'x', $$Nonpublic note$$,
5509 TRUE, FALSE, FALSE);
5510 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5511                                  repeatable, mandatory, hidden)
5512 VALUES (1, 'biblio', '526', 'z', $$Public note$$,
5513 TRUE, FALSE, FALSE);
5514 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5515                                  repeatable, mandatory, hidden)
5516 VALUES (1, 'biblio', '526', '5', $$Institution to which field applies$$,
5517 FALSE, FALSE, FALSE);
5518 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5519                                  repeatable, mandatory, hidden)
5520 VALUES (1, 'biblio', '526', '6', $$Linkage$$,
5521 FALSE, FALSE, FALSE);
5522 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5523                                  repeatable, mandatory, hidden)
5524 VALUES (1, 'biblio', '526', '8', $$Field link and sequence number$$,
5525 TRUE, FALSE, FALSE);
5526 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
5527                               fixed_field, repeatable, mandatory, hidden)
5528 VALUES (1, 'biblio', '530', $$Additional Physical Form Available Note$$, $$Information concerning a different physical format in which the described item is available.$$,
5529 FALSE, TRUE, FALSE, FALSE);
5530 INSERT INTO config.record_attr_definition(name, label)
5531 VALUES ('marc21_biblio_530_ind_1', 'MARC 21 biblio field 530 indicator position 1');
5532 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5533 VALUES ('marc21_biblio_530_ind_1', '#', $$Undefined$$, FALSE, TRUE);
5534 INSERT INTO config.record_attr_definition(name, label)
5535 VALUES ('marc21_biblio_530_ind_2', 'MARC 21 biblio field 530 indicator position 2');
5536 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5537 VALUES ('marc21_biblio_530_ind_2', '#', $$Undefined$$, FALSE, TRUE);
5538 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5539                                  repeatable, mandatory, hidden)
5540 VALUES (1, 'biblio', '530', 'a', $$Additional physical form available note$$,
5541 FALSE, FALSE, FALSE);
5542 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5543                                  repeatable, mandatory, hidden)
5544 VALUES (1, 'biblio', '530', 'b', $$Availability source$$,
5545 FALSE, FALSE, FALSE);
5546 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5547                                  repeatable, mandatory, hidden)
5548 VALUES (1, 'biblio', '530', 'c', $$Availability conditions$$,
5549 FALSE, FALSE, FALSE);
5550 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5551                                  repeatable, mandatory, hidden)
5552 VALUES (1, 'biblio', '530', 'd', $$Order number$$,
5553 FALSE, FALSE, FALSE);
5554 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5555                                  repeatable, mandatory, hidden)
5556 VALUES (1, 'biblio', '530', 'u', $$Uniform Resource Identifier$$,
5557 TRUE, FALSE, FALSE);
5558 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5559                                  repeatable, mandatory, hidden)
5560 VALUES (1, 'biblio', '530', '3', $$Materials specified$$,
5561 FALSE, FALSE, FALSE);
5562 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5563                                  repeatable, mandatory, hidden)
5564 VALUES (1, 'biblio', '530', '6', $$Linkage$$,
5565 FALSE, FALSE, FALSE);
5566 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5567                                  repeatable, mandatory, hidden)
5568 VALUES (1, 'biblio', '530', '8', $$Field link and sequence number$$,
5569 TRUE, FALSE, FALSE);
5570 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
5571                               fixed_field, repeatable, mandatory, hidden)
5572 VALUES (1, 'biblio', '533', $$Reproduction Note$$, $$Descriptive data for a reproduction of an original item when the main portion of the bibliographic record describes the original item and the data differ.$$,
5573 FALSE, TRUE, FALSE, FALSE);
5574 INSERT INTO config.record_attr_definition(name, label)
5575 VALUES ('marc21_biblio_533_ind_1', 'MARC 21 biblio field 533 indicator position 1');
5576 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5577 VALUES ('marc21_biblio_533_ind_1', '#', $$Undefined$$, FALSE, TRUE);
5578 INSERT INTO config.record_attr_definition(name, label)
5579 VALUES ('marc21_biblio_533_ind_2', 'MARC 21 biblio field 533 indicator position 2');
5580 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5581 VALUES ('marc21_biblio_533_ind_2', '#', $$Undefined$$, FALSE, TRUE);
5582 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5583                                  repeatable, mandatory, hidden)
5584 VALUES (1, 'biblio', '533', 'a', $$Type of reproduction$$,
5585 FALSE, FALSE, FALSE);
5586 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5587                                  repeatable, mandatory, hidden)
5588 VALUES (1, 'biblio', '533', 'b', $$Place of reproduction$$,
5589 TRUE, FALSE, FALSE);
5590 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5591                                  repeatable, mandatory, hidden)
5592 VALUES (1, 'biblio', '533', 'c', $$Agency responsible for reproduction$$,
5593 TRUE, FALSE, FALSE);
5594 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5595                                  repeatable, mandatory, hidden)
5596 VALUES (1, 'biblio', '533', 'd', $$Date of reproduction$$,
5597 FALSE, FALSE, FALSE);
5598 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5599                                  repeatable, mandatory, hidden)
5600 VALUES (1, 'biblio', '533', 'e', $$Physical description of reproduction$$,
5601 FALSE, FALSE, FALSE);
5602 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5603                                  repeatable, mandatory, hidden)
5604 VALUES (1, 'biblio', '533', 'f', $$Series statement of reproduction$$,
5605 TRUE, FALSE, FALSE);
5606 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5607                                  repeatable, mandatory, hidden)
5608 VALUES (1, 'biblio', '533', 'm', $$Dates and/or sequential designation of issues reproduced$$,
5609 TRUE, FALSE, FALSE);
5610 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5611                                  repeatable, mandatory, hidden)
5612 VALUES (1, 'biblio', '533', 'n', $$Note about reproduction$$,
5613 TRUE, FALSE, FALSE);
5614 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5615                                  repeatable, mandatory, hidden)
5616 VALUES (1, 'biblio', '533', '3', $$Materials specified$$,
5617 FALSE, FALSE, FALSE);
5618 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5619                                  repeatable, mandatory, hidden)
5620 VALUES (1, 'biblio', '533', '5', $$Institution to which field applies$$,
5621 FALSE, FALSE, FALSE);
5622 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5623                                  repeatable, mandatory, hidden)
5624 VALUES (1, 'biblio', '533', '7', $$Fixed-length data elements of reproduction$$,
5625 FALSE, FALSE, FALSE);
5626 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5627                                  repeatable, mandatory, hidden)
5628 VALUES (1, 'biblio', '533', '6', $$Linkage$$,
5629 FALSE, FALSE, FALSE);
5630 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5631                                  repeatable, mandatory, hidden)
5632 VALUES (1, 'biblio', '533', '8', $$Field link and sequence number$$,
5633 TRUE, FALSE, FALSE);
5634 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
5635                               fixed_field, repeatable, mandatory, hidden)
5636 VALUES (1, 'biblio', '534', $$Original Version Note$$, $$Descriptive data for an original item when the main portion of the bibliographic record describes a reproduction of that item and the data differ. Details relevant to the original are given in field 534.$$,
5637 FALSE, TRUE, FALSE, FALSE);
5638 INSERT INTO config.record_attr_definition(name, label)
5639 VALUES ('marc21_biblio_534_ind_1', 'MARC 21 biblio field 534 indicator position 1');
5640 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5641 VALUES ('marc21_biblio_534_ind_1', '#', $$Undefined$$, FALSE, TRUE);
5642 INSERT INTO config.record_attr_definition(name, label)
5643 VALUES ('marc21_biblio_534_ind_2', 'MARC 21 biblio field 534 indicator position 2');
5644 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5645 VALUES ('marc21_biblio_534_ind_2', '#', $$Undefined$$, FALSE, TRUE);
5646 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5647                                  repeatable, mandatory, hidden)
5648 VALUES (1, 'biblio', '534', 'a', $$Main entry of original$$,
5649 FALSE, FALSE, FALSE);
5650 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5651                                  repeatable, mandatory, hidden)
5652 VALUES (1, 'biblio', '534', 'b', $$Edition statement of original$$,
5653 FALSE, FALSE, FALSE);
5654 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5655                                  repeatable, mandatory, hidden)
5656 VALUES (1, 'biblio', '534', 'c', $$Publication, distribution, etc. of original$$,
5657 FALSE, FALSE, FALSE);
5658 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5659                                  repeatable, mandatory, hidden)
5660 VALUES (1, 'biblio', '534', 'e', $$Physical description, etc. of original$$,
5661 FALSE, FALSE, FALSE);
5662 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5663                                  repeatable, mandatory, hidden)
5664 VALUES (1, 'biblio', '534', 'f', $$Series statement of original$$,
5665 TRUE, FALSE, FALSE);
5666 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5667                                  repeatable, mandatory, hidden)
5668 VALUES (1, 'biblio', '534', 'k', $$Key title of original$$,
5669 TRUE, FALSE, FALSE);
5670 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5671                                  repeatable, mandatory, hidden)
5672 VALUES (1, 'biblio', '534', 'l', $$Location of original$$,
5673 FALSE, FALSE, FALSE);
5674 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5675                                  repeatable, mandatory, hidden)
5676 VALUES (1, 'biblio', '534', 'm', $$Material specific details$$,
5677 FALSE, FALSE, FALSE);
5678 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5679                                  repeatable, mandatory, hidden)
5680 VALUES (1, 'biblio', '534', 'n', $$Note about original$$,
5681 TRUE, FALSE, FALSE);
5682 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5683                                  repeatable, mandatory, hidden)
5684 VALUES (1, 'biblio', '534', 'o', $$Other resource identifier$$,
5685 TRUE, FALSE, FALSE);
5686 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5687                                  repeatable, mandatory, hidden)
5688 VALUES (1, 'biblio', '534', 'p', $$Introductory phrase$$,
5689 FALSE, FALSE, FALSE);
5690 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5691                                  repeatable, mandatory, hidden)
5692 VALUES (1, 'biblio', '534', 't', $$Title statement of original$$,
5693 FALSE, FALSE, FALSE);
5694 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5695                                  repeatable, mandatory, hidden)
5696 VALUES (1, 'biblio', '534', 'x', $$International Standard Serial Number$$,
5697 TRUE, FALSE, FALSE);
5698 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5699                                  repeatable, mandatory, hidden)
5700 VALUES (1, 'biblio', '534', 'z', $$International Standard Book Number$$,
5701 TRUE, FALSE, FALSE);
5702 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5703                                  repeatable, mandatory, hidden)
5704 VALUES (1, 'biblio', '534', '3', $$Materials specified$$,
5705 FALSE, FALSE, FALSE);
5706 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5707                                  repeatable, mandatory, hidden)
5708 VALUES (1, 'biblio', '534', '6', $$Linkage$$,
5709 FALSE, FALSE, FALSE);
5710 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5711                                  repeatable, mandatory, hidden)
5712 VALUES (1, 'biblio', '534', '8', $$Field link and sequence number$$,
5713 TRUE, FALSE, FALSE);
5714 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
5715                               fixed_field, repeatable, mandatory, hidden)
5716 VALUES (1, 'biblio', '535', $$Location of Originals/Duplicates Note$$, $$Name and address of the repository with custody over originals or duplicates of the described materials. This field is used only when the originals or duplicates are housed in a repository different from that of the materials being described.$$,
5717 FALSE, TRUE, FALSE, FALSE);
5718 INSERT INTO config.record_attr_definition(name, label)
5719 VALUES ('marc21_biblio_535_ind_1', 'MARC 21 biblio field 535 indicator position 1');
5720 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5721 VALUES ('marc21_biblio_535_ind_1', '1', $$Holder of originals$$, FALSE, TRUE);
5722 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5723 VALUES ('marc21_biblio_535_ind_1', '2', $$Holder of duplicates$$, FALSE, TRUE);
5724 INSERT INTO config.record_attr_definition(name, label)
5725 VALUES ('marc21_biblio_535_ind_2', 'MARC 21 biblio field 535 indicator position 2');
5726 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5727 VALUES ('marc21_biblio_535_ind_2', '#', $$Undefined$$, FALSE, TRUE);
5728 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5729                                  repeatable, mandatory, hidden)
5730 VALUES (1, 'biblio', '535', 'a', $$Custodian$$,
5731 FALSE, FALSE, FALSE);
5732 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5733                                  repeatable, mandatory, hidden)
5734 VALUES (1, 'biblio', '535', 'b', $$Postal address$$,
5735 TRUE, FALSE, FALSE);
5736 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5737                                  repeatable, mandatory, hidden)
5738 VALUES (1, 'biblio', '535', 'c', $$Country$$,
5739 TRUE, FALSE, FALSE);
5740 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5741                                  repeatable, mandatory, hidden)
5742 VALUES (1, 'biblio', '535', 'd', $$Telecommunications address$$,
5743 TRUE, FALSE, FALSE);
5744 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5745                                  repeatable, mandatory, hidden)
5746 VALUES (1, 'biblio', '535', 'g', $$Repository location code$$,
5747 FALSE, FALSE, FALSE);
5748 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5749                                  repeatable, mandatory, hidden)
5750 VALUES (1, 'biblio', '535', '3', $$Materials specified$$,
5751 FALSE, FALSE, FALSE);
5752 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5753                                  repeatable, mandatory, hidden)
5754 VALUES (1, 'biblio', '535', '6', $$Linkage$$,
5755 FALSE, FALSE, FALSE);
5756 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5757                                  repeatable, mandatory, hidden)
5758 VALUES (1, 'biblio', '535', '8', $$Field link and sequence number$$,
5759 TRUE, FALSE, FALSE);
5760 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
5761                               fixed_field, repeatable, mandatory, hidden)
5762 VALUES (1, 'biblio', '536', $$Funding Information Note$$, $$Contract, grant, and project numbers when the material results from a funded project. Information concerning the sponsor or funding agency also may be included.$$,
5763 FALSE, TRUE, FALSE, FALSE);
5764 INSERT INTO config.record_attr_definition(name, label)
5765 VALUES ('marc21_biblio_536_ind_1', 'MARC 21 biblio field 536 indicator position 1');
5766 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5767 VALUES ('marc21_biblio_536_ind_1', '#', $$Undefined$$, FALSE, TRUE);
5768 INSERT INTO config.record_attr_definition(name, label)
5769 VALUES ('marc21_biblio_536_ind_2', 'MARC 21 biblio field 536 indicator position 2');
5770 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5771 VALUES ('marc21_biblio_536_ind_2', '#', $$Undefined$$, FALSE, TRUE);
5772 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5773                                  repeatable, mandatory, hidden)
5774 VALUES (1, 'biblio', '536', 'a', $$Text of note$$,
5775 FALSE, FALSE, FALSE);
5776 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5777                                  repeatable, mandatory, hidden)
5778 VALUES (1, 'biblio', '536', 'b', $$Contract number$$,
5779 TRUE, FALSE, FALSE);
5780 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5781                                  repeatable, mandatory, hidden)
5782 VALUES (1, 'biblio', '536', 'c', $$Grant number$$,
5783 TRUE, FALSE, FALSE);
5784 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5785                                  repeatable, mandatory, hidden)
5786 VALUES (1, 'biblio', '536', 'd', $$Undifferentiated number$$,
5787 TRUE, FALSE, FALSE);
5788 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5789                                  repeatable, mandatory, hidden)
5790 VALUES (1, 'biblio', '536', 'e', $$Program element number$$,
5791 TRUE, FALSE, FALSE);
5792 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5793                                  repeatable, mandatory, hidden)
5794 VALUES (1, 'biblio', '536', 'f', $$Project number$$,
5795 TRUE, FALSE, FALSE);
5796 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5797                                  repeatable, mandatory, hidden)
5798 VALUES (1, 'biblio', '536', 'g', $$Task number$$,
5799 TRUE, FALSE, FALSE);
5800 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5801                                  repeatable, mandatory, hidden)
5802 VALUES (1, 'biblio', '536', 'h', $$Work unit number$$,
5803 TRUE, FALSE, FALSE);
5804 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5805                                  repeatable, mandatory, hidden)
5806 VALUES (1, 'biblio', '536', '6', $$Linkage$$,
5807 FALSE, FALSE, FALSE);
5808 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5809                                  repeatable, mandatory, hidden)
5810 VALUES (1, 'biblio', '536', '8', $$Field link and sequence number$$,
5811 TRUE, FALSE, FALSE);
5812 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
5813                               fixed_field, repeatable, mandatory, hidden)
5814 VALUES (1, 'biblio', '538', $$System Details Note$$, $$Technical information about an item, such as the presence or absence of certain kinds of codes; or the physical characteristics of a computer file, such as recording densities, parity, blocking factors, mode of access, software programming language, computer requirements, peripheral requirements, trade name or recording systems, number of lines of resolution, and modulation frequency. For sound and videorecordings, information about the trade name or recording system(s) (e.g., VHS), modulation frequency and number of lines of resolution may be included.$$,
5815 FALSE, TRUE, FALSE, FALSE);
5816 INSERT INTO config.record_attr_definition(name, label)
5817 VALUES ('marc21_biblio_538_ind_1', 'MARC 21 biblio field 538 indicator position 1');
5818 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5819 VALUES ('marc21_biblio_538_ind_1', '#', $$Undefined$$, FALSE, TRUE);
5820 INSERT INTO config.record_attr_definition(name, label)
5821 VALUES ('marc21_biblio_538_ind_2', 'MARC 21 biblio field 538 indicator position 2');
5822 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5823 VALUES ('marc21_biblio_538_ind_2', '#', $$Undefined$$, FALSE, TRUE);
5824 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5825                                  repeatable, mandatory, hidden)
5826 VALUES (1, 'biblio', '538', 'a', $$System details note$$,
5827 FALSE, FALSE, FALSE);
5828 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5829                                  repeatable, mandatory, hidden)
5830 VALUES (1, 'biblio', '538', 'i', $$Display text$$,
5831 FALSE, FALSE, FALSE);
5832 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5833                                  repeatable, mandatory, hidden)
5834 VALUES (1, 'biblio', '538', 'u', $$Uniform Resource Identifier$$,
5835 TRUE, FALSE, FALSE);
5836 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5837                                  repeatable, mandatory, hidden)
5838 VALUES (1, 'biblio', '538', '3', $$Materials specified$$,
5839 FALSE, FALSE, FALSE);
5840 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5841                                  repeatable, mandatory, hidden)
5842 VALUES (1, 'biblio', '538', '5', $$Institution to which field applies$$,
5843 TRUE, FALSE, FALSE);
5844 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5845                                  repeatable, mandatory, hidden)
5846 VALUES (1, 'biblio', '538', '6', $$Linkage$$,
5847 FALSE, FALSE, FALSE);
5848 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5849                                  repeatable, mandatory, hidden)
5850 VALUES (1, 'biblio', '538', '8', $$Field link and sequence number$$,
5851 TRUE, FALSE, FALSE);
5852 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
5853                               fixed_field, repeatable, mandatory, hidden)
5854 VALUES (1, 'biblio', '540', $$Terms Governing Use and Reproduction Note$$, $$Terms governing the use of the materials after access has been provided. The field includes, but is not limited to, copyrights, film rights, trade restrictions, etc. that restrict the right to reproduce, exhibit, fictionalize, quote, etc.$$,
5855 FALSE, TRUE, FALSE, FALSE);
5856 INSERT INTO config.record_attr_definition(name, label)
5857 VALUES ('marc21_biblio_540_ind_1', 'MARC 21 biblio field 540 indicator position 1');
5858 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5859 VALUES ('marc21_biblio_540_ind_1', '#', $$Undefined$$, FALSE, TRUE);
5860 INSERT INTO config.record_attr_definition(name, label)
5861 VALUES ('marc21_biblio_540_ind_2', 'MARC 21 biblio field 540 indicator position 2');
5862 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5863 VALUES ('marc21_biblio_540_ind_2', '#', $$Undefined$$, FALSE, TRUE);
5864 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5865                                  repeatable, mandatory, hidden)
5866 VALUES (1, 'biblio', '540', 'a', $$Terms governing use and reproduction$$,
5867 FALSE, FALSE, FALSE);
5868 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5869                                  repeatable, mandatory, hidden)
5870 VALUES (1, 'biblio', '540', 'b', $$Jurisdiction$$,
5871 FALSE, FALSE, FALSE);
5872 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5873                                  repeatable, mandatory, hidden)
5874 VALUES (1, 'biblio', '540', 'c', $$Authorization$$,
5875 FALSE, FALSE, FALSE);
5876 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5877                                  repeatable, mandatory, hidden)
5878 VALUES (1, 'biblio', '540', 'd', $$Authorized users$$,
5879 FALSE, FALSE, FALSE);
5880 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5881                                  repeatable, mandatory, hidden)
5882 VALUES (1, 'biblio', '540', 'u', $$Uniform Resource Identifier$$,
5883 TRUE, FALSE, FALSE);
5884 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5885                                  repeatable, mandatory, hidden)
5886 VALUES (1, 'biblio', '540', '3', $$Materials specified$$,
5887 FALSE, FALSE, FALSE);
5888 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5889                                  repeatable, mandatory, hidden)
5890 VALUES (1, 'biblio', '540', '5', $$Institution to which field applies$$,
5891 FALSE, FALSE, FALSE);
5892 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5893                                  repeatable, mandatory, hidden)
5894 VALUES (1, 'biblio', '540', '6', $$Linkage$$,
5895 FALSE, FALSE, FALSE);
5896 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5897                                  repeatable, mandatory, hidden)
5898 VALUES (1, 'biblio', '540', '8', $$Field link and sequence number$$,
5899 TRUE, FALSE, FALSE);
5900 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
5901                               fixed_field, repeatable, mandatory, hidden)
5902 VALUES (1, 'biblio', '541', $$Immediate Source of Acquisition Note$$, $$Information about the immediate source of acquisition of the described materials and is used primarily with original or historical items, or other archival collections.$$,
5903 FALSE, TRUE, FALSE, FALSE);
5904 INSERT INTO config.record_attr_definition(name, label)
5905 VALUES ('marc21_biblio_541_ind_1', 'MARC 21 biblio field 541 indicator position 1');
5906 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5907 VALUES ('marc21_biblio_541_ind_1', '#', $$No information provided$$, FALSE, TRUE);
5908 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5909 VALUES ('marc21_biblio_541_ind_1', '0', $$Private$$, FALSE, TRUE);
5910 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5911 VALUES ('marc21_biblio_541_ind_1', '1', $$Not private$$, FALSE, TRUE);
5912 INSERT INTO config.record_attr_definition(name, label)
5913 VALUES ('marc21_biblio_541_ind_2', 'MARC 21 biblio field 541 indicator position 2');
5914 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5915 VALUES ('marc21_biblio_541_ind_2', '#', $$Undefined$$, FALSE, TRUE);
5916 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5917                                  repeatable, mandatory, hidden)
5918 VALUES (1, 'biblio', '541', 'a', $$Source of acquisition$$,
5919 FALSE, FALSE, FALSE);
5920 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5921                                  repeatable, mandatory, hidden)
5922 VALUES (1, 'biblio', '541', 'b', $$Address$$,
5923 FALSE, FALSE, FALSE);
5924 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5925                                  repeatable, mandatory, hidden)
5926 VALUES (1, 'biblio', '541', 'c', $$Method of acquisition$$,
5927 FALSE, FALSE, FALSE);
5928 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5929                                  repeatable, mandatory, hidden)
5930 VALUES (1, 'biblio', '541', 'd', $$Date of acquisition$$,
5931 FALSE, FALSE, FALSE);
5932 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5933                                  repeatable, mandatory, hidden)
5934 VALUES (1, 'biblio', '541', 'e', $$Accession number$$,
5935 FALSE, FALSE, FALSE);
5936 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5937                                  repeatable, mandatory, hidden)
5938 VALUES (1, 'biblio', '541', 'f', $$Owner$$,
5939 FALSE, FALSE, FALSE);
5940 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5941                                  repeatable, mandatory, hidden)
5942 VALUES (1, 'biblio', '541', 'h', $$Purchase price$$,
5943 FALSE, FALSE, FALSE);
5944 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5945                                  repeatable, mandatory, hidden)
5946 VALUES (1, 'biblio', '541', 'n', $$Extent$$,
5947 TRUE, FALSE, FALSE);
5948 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5949                                  repeatable, mandatory, hidden)
5950 VALUES (1, 'biblio', '541', 'o', $$Type of unit$$,
5951 TRUE, FALSE, FALSE);
5952 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5953                                  repeatable, mandatory, hidden)
5954 VALUES (1, 'biblio', '541', '3', $$Materials specified$$,
5955 FALSE, FALSE, FALSE);
5956 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5957                                  repeatable, mandatory, hidden)
5958 VALUES (1, 'biblio', '541', '5', $$Institution to which field applies$$,
5959 FALSE, FALSE, FALSE);
5960 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5961                                  repeatable, mandatory, hidden)
5962 VALUES (1, 'biblio', '541', '6', $$Linkage$$,
5963 FALSE, FALSE, FALSE);
5964 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5965                                  repeatable, mandatory, hidden)
5966 VALUES (1, 'biblio', '541', '8', $$Field link and sequence number$$,
5967 TRUE, FALSE, FALSE);
5968 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
5969                               fixed_field, repeatable, mandatory, hidden)
5970 VALUES (1, 'biblio', '542', $$Information Relating to Copyright Status$$, $$Information known about the item that may be used to determine copyright status.$$,
5971 FALSE, TRUE, FALSE, FALSE);
5972 INSERT INTO config.record_attr_definition(name, label)
5973 VALUES ('marc21_biblio_542_ind_1', 'MARC 21 biblio field 542 indicator position 1');
5974 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5975 VALUES ('marc21_biblio_542_ind_1', '#', $$No information provided$$, FALSE, TRUE);
5976 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5977 VALUES ('marc21_biblio_542_ind_1', '0', $$Private$$, FALSE, TRUE);
5978 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5979 VALUES ('marc21_biblio_542_ind_1', '1', $$Not private$$, FALSE, TRUE);
5980 INSERT INTO config.record_attr_definition(name, label)
5981 VALUES ('marc21_biblio_542_ind_2', 'MARC 21 biblio field 542 indicator position 2');
5982 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5983 VALUES ('marc21_biblio_542_ind_2', '#', $$Undefined$$, FALSE, TRUE);
5984 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5985                                  repeatable, mandatory, hidden)
5986 VALUES (1, 'biblio', '542', 'a', $$Personal creator$$,
5987 FALSE, FALSE, FALSE);
5988 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5989                                  repeatable, mandatory, hidden)
5990 VALUES (1, 'biblio', '542', 'b', $$Personal creator death date$$,
5991 FALSE, FALSE, FALSE);
5992 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5993                                  repeatable, mandatory, hidden)
5994 VALUES (1, 'biblio', '542', 'c', $$Corporate creator$$,
5995 FALSE, FALSE, FALSE);
5996 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5997                                  repeatable, mandatory, hidden)
5998 VALUES (1, 'biblio', '542', 'd', $$Copyright holder$$,
5999 TRUE, FALSE, FALSE);
6000 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6001                                  repeatable, mandatory, hidden)
6002 VALUES (1, 'biblio', '542', 'e', $$Copyright holder contact information$$,
6003 TRUE, FALSE, FALSE);
6004 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6005                                  repeatable, mandatory, hidden)
6006 VALUES (1, 'biblio', '542', 'f', $$Copyright statement$$,
6007 TRUE, FALSE, FALSE);
6008 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6009                                  repeatable, mandatory, hidden)
6010 VALUES (1, 'biblio', '542', 'g', $$Copyright date$$,
6011 FALSE, FALSE, FALSE);
6012 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6013                                  repeatable, mandatory, hidden)
6014 VALUES (1, 'biblio', '542', 'h', $$Copyright renewal date$$,
6015 TRUE, FALSE, FALSE);
6016 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6017                                  repeatable, mandatory, hidden)
6018 VALUES (1, 'biblio', '542', 'i', $$Publication date$$,
6019 FALSE, FALSE, FALSE);
6020 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6021                                  repeatable, mandatory, hidden)
6022 VALUES (1, 'biblio', '542', 'j', $$Creation date$$,
6023 FALSE, FALSE, FALSE);
6024 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6025                                  repeatable, mandatory, hidden)
6026 VALUES (1, 'biblio', '542', 'k', $$Publisher$$,
6027 TRUE, FALSE, FALSE);
6028 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6029                                  repeatable, mandatory, hidden)
6030 VALUES (1, 'biblio', '542', 'l', $$Copyright status$$,
6031 FALSE, FALSE, FALSE);
6032 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6033                                  repeatable, mandatory, hidden)
6034 VALUES (1, 'biblio', '542', 'm', $$Publication status$$,
6035 FALSE, FALSE, FALSE);
6036 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6037                                  repeatable, mandatory, hidden)
6038 VALUES (1, 'biblio', '542', 'n', $$Note$$,
6039 TRUE, FALSE, FALSE);
6040 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6041                                  repeatable, mandatory, hidden)
6042 VALUES (1, 'biblio', '542', 'o', $$Research date$$,
6043 FALSE, FALSE, FALSE);
6044 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6045                                  repeatable, mandatory, hidden)
6046 VALUES (1, 'biblio', '542', 'p', $$Country of publication or creation$$,
6047 TRUE, FALSE, FALSE);
6048 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6049                                  repeatable, mandatory, hidden)
6050 VALUES (1, 'biblio', '542', 'q', $$Supplying agency$$,
6051 FALSE, FALSE, FALSE);
6052 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6053                                  repeatable, mandatory, hidden)
6054 VALUES (1, 'biblio', '542', 'r', $$Jurisdiction of copyright assessment$$,
6055 FALSE, FALSE, FALSE);
6056 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6057                                  repeatable, mandatory, hidden)
6058 VALUES (1, 'biblio', '542', 's', $$Source of information$$,
6059 FALSE, FALSE, FALSE);
6060 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6061                                  repeatable, mandatory, hidden)
6062 VALUES (1, 'biblio', '542', 'u', $$Uniform Resource Identifier$$,
6063 TRUE, FALSE, FALSE);
6064 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6065                                  repeatable, mandatory, hidden)
6066 VALUES (1, 'biblio', '542', '3', $$Materials specified$$,
6067 FALSE, FALSE, FALSE);
6068 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6069                                  repeatable, mandatory, hidden)
6070 VALUES (1, 'biblio', '542', '6', $$Linkage$$,
6071 FALSE, FALSE, FALSE);
6072 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6073                                  repeatable, mandatory, hidden)
6074 VALUES (1, 'biblio', '542', '8', $$Field link and sequence number$$,
6075 TRUE, FALSE, FALSE);
6076 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
6077                               fixed_field, repeatable, mandatory, hidden)
6078 VALUES (1, 'biblio', '544', $$Location of Other Archival Materials Note$$, $$Name and address of custodians of archival materials related to the described materials by provenance, specifically by having been, at a previous time, a part of the same collection or record group.$$,
6079 FALSE, TRUE, FALSE, FALSE);
6080 INSERT INTO config.record_attr_definition(name, label)
6081 VALUES ('marc21_biblio_544_ind_1', 'MARC 21 biblio field 544 indicator position 1');
6082 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6083 VALUES ('marc21_biblio_544_ind_1', '#', $$No information provided$$, FALSE, TRUE);
6084 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6085 VALUES ('marc21_biblio_544_ind_1', '0', $$Associated materials$$, FALSE, TRUE);
6086 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6087 VALUES ('marc21_biblio_544_ind_1', '1', $$Related materials$$, FALSE, TRUE);
6088 INSERT INTO config.record_attr_definition(name, label)
6089 VALUES ('marc21_biblio_544_ind_2', 'MARC 21 biblio field 544 indicator position 2');
6090 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6091 VALUES ('marc21_biblio_544_ind_2', '#', $$Undefined$$, FALSE, TRUE);
6092 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6093                                  repeatable, mandatory, hidden)
6094 VALUES (1, 'biblio', '544', 'a', $$Custodian$$,
6095 TRUE, FALSE, FALSE);
6096 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6097                                  repeatable, mandatory, hidden)
6098 VALUES (1, 'biblio', '544', 'b', $$Address$$,
6099 TRUE, FALSE, FALSE);
6100 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6101                                  repeatable, mandatory, hidden)
6102 VALUES (1, 'biblio', '544', 'c', $$Country$$,
6103 TRUE, FALSE, FALSE);
6104 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6105                                  repeatable, mandatory, hidden)
6106 VALUES (1, 'biblio', '544', 'd', $$Title$$,
6107 TRUE, FALSE, FALSE);
6108 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6109                                  repeatable, mandatory, hidden)
6110 VALUES (1, 'biblio', '544', 'e', $$Provenance$$,
6111 TRUE, FALSE, FALSE);
6112 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6113                                  repeatable, mandatory, hidden)
6114 VALUES (1, 'biblio', '544', 'n', $$Note$$,
6115 TRUE, FALSE, FALSE);
6116 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6117                                  repeatable, mandatory, hidden)
6118 VALUES (1, 'biblio', '544', '3', $$Materials specified$$,
6119 FALSE, FALSE, FALSE);
6120 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6121                                  repeatable, mandatory, hidden)
6122 VALUES (1, 'biblio', '544', '6', $$Linkage$$,
6123 FALSE, FALSE, FALSE);
6124 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6125                                  repeatable, mandatory, hidden)
6126 VALUES (1, 'biblio', '544', '8', $$Field link and sequence number$$,
6127 TRUE, FALSE, FALSE);
6128 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
6129                               fixed_field, repeatable, mandatory, hidden)
6130 VALUES (1, 'biblio', '545', $$Biographical or Historical Data$$, $$Biographical information about an individual or historical information about an institution or event used as the main entry for the item being cataloged. When a distinction between levels of detail is required, a brief summary is given in subfield $a and a fuller annotation is given in subfield $b.$$,
6131 FALSE, TRUE, FALSE, FALSE);
6132 INSERT INTO config.record_attr_definition(name, label)
6133 VALUES ('marc21_biblio_545_ind_1', 'MARC 21 biblio field 545 indicator position 1');
6134 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6135 VALUES ('marc21_biblio_545_ind_1', '#', $$No information provided$$, FALSE, TRUE);
6136 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6137 VALUES ('marc21_biblio_545_ind_1', '0', $$Biographical sketch$$, FALSE, TRUE);
6138 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6139 VALUES ('marc21_biblio_545_ind_1', '1', $$Administrative history$$, FALSE, TRUE);
6140 INSERT INTO config.record_attr_definition(name, label)
6141 VALUES ('marc21_biblio_545_ind_2', 'MARC 21 biblio field 545 indicator position 2');
6142 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6143 VALUES ('marc21_biblio_545_ind_2', '#', $$Undefined$$, FALSE, TRUE);
6144 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6145                                  repeatable, mandatory, hidden)
6146 VALUES (1, 'biblio', '545', 'a', $$Biographical or historical data$$,
6147 FALSE, FALSE, FALSE);
6148 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6149                                  repeatable, mandatory, hidden)
6150 VALUES (1, 'biblio', '545', 'b', $$Expansion$$,
6151 FALSE, FALSE, FALSE);
6152 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6153                                  repeatable, mandatory, hidden)
6154 VALUES (1, 'biblio', '545', 'u', $$Uniform Resource Identifier$$,
6155 TRUE, FALSE, FALSE);
6156 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6157                                  repeatable, mandatory, hidden)
6158 VALUES (1, 'biblio', '545', '6', $$Linkage$$,
6159 FALSE, FALSE, FALSE);
6160 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6161                                  repeatable, mandatory, hidden)
6162 VALUES (1, 'biblio', '545', '8', $$Field link and sequence number$$,
6163 TRUE, FALSE, FALSE);
6164 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
6165                               fixed_field, repeatable, mandatory, hidden)
6166 VALUES (1, 'biblio', '546', $$Language Note$$, $$Textual information on the language of the described materials. A description of the alphabet, script, or other symbol system (e.g., arabic alphabet, ASCII, musical notation system, bar code, logarithmic graphing) may also be included. Coded language information is contained in fields 008/35-37 (Language) and/or 041 (Language code).$$,
6167 FALSE, TRUE, FALSE, FALSE);
6168 INSERT INTO config.record_attr_definition(name, label)
6169 VALUES ('marc21_biblio_546_ind_1', 'MARC 21 biblio field 546 indicator position 1');
6170 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6171 VALUES ('marc21_biblio_546_ind_1', '#', $$Undefined$$, FALSE, TRUE);
6172 INSERT INTO config.record_attr_definition(name, label)
6173 VALUES ('marc21_biblio_546_ind_2', 'MARC 21 biblio field 546 indicator position 2');
6174 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6175 VALUES ('marc21_biblio_546_ind_2', '#', $$Undefined$$, FALSE, TRUE);
6176 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6177                                  repeatable, mandatory, hidden)
6178 VALUES (1, 'biblio', '546', 'a', $$Language note$$,
6179 FALSE, FALSE, FALSE);
6180 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6181                                  repeatable, mandatory, hidden)
6182 VALUES (1, 'biblio', '546', 'b', $$Information code or alphabet$$,
6183 TRUE, FALSE, FALSE);
6184 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6185                                  repeatable, mandatory, hidden)
6186 VALUES (1, 'biblio', '546', '3', $$Materials specified$$,
6187 FALSE, FALSE, FALSE);
6188 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6189                                  repeatable, mandatory, hidden)
6190 VALUES (1, 'biblio', '546', '6', $$Linkage$$,
6191 FALSE, FALSE, FALSE);
6192 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6193                                  repeatable, mandatory, hidden)
6194 VALUES (1, 'biblio', '546', '8', $$Field link and sequence number$$,
6195 TRUE, FALSE, FALSE);
6196 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
6197                               fixed_field, repeatable, mandatory, hidden)
6198 VALUES (1, 'biblio', '547', $$Former Title Complexity Note$$, $$Description of the complex relationship between titles proper whenever an intelligible note cannot be system generated from the data in field 247 (Former Title).$$,
6199 FALSE, TRUE, FALSE, FALSE);
6200 INSERT INTO config.record_attr_definition(name, label)
6201 VALUES ('marc21_biblio_547_ind_1', 'MARC 21 biblio field 547 indicator position 1');
6202 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6203 VALUES ('marc21_biblio_547_ind_1', '#', $$Undefined$$, FALSE, TRUE);
6204 INSERT INTO config.record_attr_definition(name, label)
6205 VALUES ('marc21_biblio_547_ind_2', 'MARC 21 biblio field 547 indicator position 2');
6206 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6207 VALUES ('marc21_biblio_547_ind_2', '#', $$Undefined$$, FALSE, TRUE);
6208 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6209                                  repeatable, mandatory, hidden)
6210 VALUES (1, 'biblio', '547', 'a', $$Former title complexity note$$,
6211 FALSE, FALSE, FALSE);
6212 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6213                                  repeatable, mandatory, hidden)
6214 VALUES (1, 'biblio', '547', '6', $$Linkage$$,
6215 FALSE, FALSE, FALSE);
6216 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6217                                  repeatable, mandatory, hidden)
6218 VALUES (1, 'biblio', '547', '8', $$Field link and sequence number$$,
6219 TRUE, FALSE, FALSE);
6220 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
6221                               fixed_field, repeatable, mandatory, hidden)
6222 VALUES (1, 'biblio', '550', $$Issuing Body Note$$, $$Information about the current and former issuing bodies of a continuing resource.$$,
6223 FALSE, TRUE, FALSE, FALSE);
6224 INSERT INTO config.record_attr_definition(name, label)
6225 VALUES ('marc21_biblio_550_ind_1', 'MARC 21 biblio field 550 indicator position 1');
6226 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6227 VALUES ('marc21_biblio_550_ind_1', '#', $$Undefined$$, FALSE, TRUE);
6228 INSERT INTO config.record_attr_definition(name, label)
6229 VALUES ('marc21_biblio_550_ind_2', 'MARC 21 biblio field 550 indicator position 2');
6230 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6231 VALUES ('marc21_biblio_550_ind_2', '#', $$Undefined$$, FALSE, TRUE);
6232 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6233                                  repeatable, mandatory, hidden)
6234 VALUES (1, 'biblio', '550', 'a', $$Issuing body note$$,
6235 FALSE, FALSE, FALSE);
6236 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6237                                  repeatable, mandatory, hidden)
6238 VALUES (1, 'biblio', '550', '6', $$Linkage$$,
6239 FALSE, FALSE, FALSE);
6240 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6241                                  repeatable, mandatory, hidden)
6242 VALUES (1, 'biblio', '550', '8', $$Field link and sequence number$$,
6243 TRUE, FALSE, FALSE);
6244 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
6245                               fixed_field, repeatable, mandatory, hidden)
6246 VALUES (1, 'biblio', '552', $$Entity and Attribute Information Note$$, $$Description of the information content of the data set, including the entity types, their attributes, and the domains from which attribute values may be assigned.$$,
6247 FALSE, TRUE, FALSE, FALSE);
6248 INSERT INTO config.record_attr_definition(name, label)
6249 VALUES ('marc21_biblio_552_ind_1', 'MARC 21 biblio field 552 indicator position 1');
6250 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6251 VALUES ('marc21_biblio_552_ind_1', '#', $$Undefined$$, FALSE, TRUE);
6252 INSERT INTO config.record_attr_definition(name, label)
6253 VALUES ('marc21_biblio_552_ind_2', 'MARC 21 biblio field 552 indicator position 2');
6254 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6255 VALUES ('marc21_biblio_552_ind_2', '#', $$Undefined$$, FALSE, TRUE);
6256 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6257                                  repeatable, mandatory, hidden)
6258 VALUES (1, 'biblio', '552', 'a', $$Entity type label$$,
6259 FALSE, FALSE, FALSE);
6260 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6261                                  repeatable, mandatory, hidden)
6262 VALUES (1, 'biblio', '552', 'b', $$Entity type definition and source$$,
6263 FALSE, FALSE, FALSE);
6264 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6265                                  repeatable, mandatory, hidden)
6266 VALUES (1, 'biblio', '552', 'c', $$Attribute label$$,
6267 FALSE, FALSE, FALSE);
6268 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6269                                  repeatable, mandatory, hidden)
6270 VALUES (1, 'biblio', '552', 'd', $$Attribute definition and source$$,
6271 FALSE, FALSE, FALSE);
6272 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6273                                  repeatable, mandatory, hidden)
6274 VALUES (1, 'biblio', '552', 'e', $$Enumerated domain value$$,
6275 TRUE, FALSE, FALSE);
6276 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6277                                  repeatable, mandatory, hidden)
6278 VALUES (1, 'biblio', '552', 'f', $$Enumerated domain value definition and source$$,
6279 TRUE, FALSE, FALSE);
6280 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6281                                  repeatable, mandatory, hidden)
6282 VALUES (1, 'biblio', '552', 'g', $$Range domain minimum and maximum$$,
6283 FALSE, FALSE, FALSE);
6284 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6285                                  repeatable, mandatory, hidden)
6286 VALUES (1, 'biblio', '552', 'h', $$Codeset name and source$$,
6287 FALSE, FALSE, FALSE);
6288 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6289                                  repeatable, mandatory, hidden)
6290 VALUES (1, 'biblio', '552', 'i', $$Unrepresentable domain$$,
6291 FALSE, FALSE, FALSE);
6292 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6293                                  repeatable, mandatory, hidden)
6294 VALUES (1, 'biblio', '552', 'j', $$Attribute units of measurement and resolution$$,
6295 FALSE, FALSE, FALSE);
6296 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6297                                  repeatable, mandatory, hidden)
6298 VALUES (1, 'biblio', '552', 'k', $$Beginning and ending date of attribute values$$,
6299 FALSE, FALSE, FALSE);
6300 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6301                                  repeatable, mandatory, hidden)
6302 VALUES (1, 'biblio', '552', 'l', $$Attribute value accuracy$$,
6303 FALSE, FALSE, FALSE);
6304 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6305                                  repeatable, mandatory, hidden)
6306 VALUES (1, 'biblio', '552', 'm', $$Attribute value accuracy explanation$$,
6307 FALSE, FALSE, FALSE);
6308 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6309                                  repeatable, mandatory, hidden)
6310 VALUES (1, 'biblio', '552', 'n', $$Attribute measurement frequency$$,
6311 FALSE, FALSE, FALSE);
6312 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6313                                  repeatable, mandatory, hidden)
6314 VALUES (1, 'biblio', '552', 'o', $$Entity and attribute overview$$,
6315 TRUE, FALSE, FALSE);
6316 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6317                                  repeatable, mandatory, hidden)
6318 VALUES (1, 'biblio', '552', 'p', $$Entity and attribute detail citation$$,
6319 TRUE, FALSE, FALSE);
6320 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6321                                  repeatable, mandatory, hidden)
6322 VALUES (1, 'biblio', '552', 'u', $$Uniform Resource Identifier$$,
6323 TRUE, FALSE, FALSE);
6324 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6325                                  repeatable, mandatory, hidden)
6326 VALUES (1, 'biblio', '552', 'z', $$Display note$$,
6327 TRUE, FALSE, FALSE);
6328 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6329                                  repeatable, mandatory, hidden)
6330 VALUES (1, 'biblio', '552', '6', $$Linkage$$,
6331 FALSE, FALSE, FALSE);
6332 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6333                                  repeatable, mandatory, hidden)
6334 VALUES (1, 'biblio', '552', '8', $$Field link and sequence number$$,
6335 TRUE, FALSE, FALSE);
6336 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
6337                               fixed_field, repeatable, mandatory, hidden)
6338 VALUES (1, 'biblio', '555', $$Cumulative Index/Finding Aids Note$$, $$Information on the availability of cumulative indexes for continuing resources or finding aids and similar control materials for archival and manuscripts control and visual materials whose only or major focus is the described material.$$,
6339 FALSE, TRUE, FALSE, FALSE);
6340 INSERT INTO config.record_attr_definition(name, label)
6341 VALUES ('marc21_biblio_555_ind_1', 'MARC 21 biblio field 555 indicator position 1');
6342 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6343 VALUES ('marc21_biblio_555_ind_1', '#', $$Indexes$$, FALSE, TRUE);
6344 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6345 VALUES ('marc21_biblio_555_ind_1', '0', $$Finding aids$$, FALSE, TRUE);
6346 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6347 VALUES ('marc21_biblio_555_ind_1', '8', $$No display constant generated$$, FALSE, TRUE);
6348 INSERT INTO config.record_attr_definition(name, label)
6349 VALUES ('marc21_biblio_555_ind_2', 'MARC 21 biblio field 555 indicator position 2');
6350 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6351 VALUES ('marc21_biblio_555_ind_2', '#', $$Undefined$$, FALSE, TRUE);
6352 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6353                                  repeatable, mandatory, hidden)
6354 VALUES (1, 'biblio', '555', 'a', $$Cumulative index/finding aids note$$,
6355 FALSE, FALSE, FALSE);
6356 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6357                                  repeatable, mandatory, hidden)
6358 VALUES (1, 'biblio', '555', 'b', $$Availability source$$,
6359 TRUE, FALSE, FALSE);
6360 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6361                                  repeatable, mandatory, hidden)
6362 VALUES (1, 'biblio', '555', 'c', $$Degree of control$$,
6363 FALSE, FALSE, FALSE);
6364 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6365                                  repeatable, mandatory, hidden)
6366 VALUES (1, 'biblio', '555', 'd', $$Bibliographic reference$$,
6367 FALSE, FALSE, FALSE);
6368 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6369                                  repeatable, mandatory, hidden)
6370 VALUES (1, 'biblio', '555', 'u', $$Uniform Resource Identifier$$,
6371 TRUE, FALSE, FALSE);
6372 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6373                                  repeatable, mandatory, hidden)
6374 VALUES (1, 'biblio', '555', '3', $$Materials specified$$,
6375 FALSE, FALSE, FALSE);
6376 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6377                                  repeatable, mandatory, hidden)
6378 VALUES (1, 'biblio', '555', '6', $$Linkage$$,
6379 FALSE, FALSE, FALSE);
6380 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6381                                  repeatable, mandatory, hidden)
6382 VALUES (1, 'biblio', '555', '8', $$Field link and sequence number$$,
6383 TRUE, FALSE, FALSE);
6384 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
6385                               fixed_field, repeatable, mandatory, hidden)
6386 VALUES (1, 'biblio', '556', $$Information About Documentation Note$$, $$Information about the documentation of the described materials, such as codebooks which explain the contents and use of the file or a users’ manual to a serial.$$,
6387 FALSE, TRUE, FALSE, FALSE);
6388 INSERT INTO config.record_attr_definition(name, label)
6389 VALUES ('marc21_biblio_556_ind_1', 'MARC 21 biblio field 556 indicator position 1');
6390 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6391 VALUES ('marc21_biblio_556_ind_1', '#', $$Documentation$$, FALSE, TRUE);
6392 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6393 VALUES ('marc21_biblio_556_ind_1', '8', $$No display constant generated$$, FALSE, TRUE);
6394 INSERT INTO config.record_attr_definition(name, label)
6395 VALUES ('marc21_biblio_556_ind_2', 'MARC 21 biblio field 556 indicator position 2');
6396 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6397 VALUES ('marc21_biblio_556_ind_2', '#', $$Undefined$$, FALSE, TRUE);
6398 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6399                                  repeatable, mandatory, hidden)
6400 VALUES (1, 'biblio', '556', 'a', $$Information about documentation note$$,
6401 FALSE, FALSE, FALSE);
6402 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6403                                  repeatable, mandatory, hidden)
6404 VALUES (1, 'biblio', '556', 'z', $$International Standard Book Number$$,
6405 TRUE, FALSE, FALSE);
6406 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6407                                  repeatable, mandatory, hidden)
6408 VALUES (1, 'biblio', '556', '6', $$Linkage$$,
6409 FALSE, FALSE, FALSE);
6410 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6411                                  repeatable, mandatory, hidden)
6412 VALUES (1, 'biblio', '556', '8', $$Field link and sequence number$$,
6413 TRUE, FALSE, FALSE);
6414 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
6415                               fixed_field, repeatable, mandatory, hidden)
6416 VALUES (1, 'biblio', '561', $$Ownership and Custodial History$$, $$Copy-specific field that contains information concerning the ownership and custodial history of the described materials from the time of their creation to the time of their accessioning, including the time at which individual items or groups of items were first brought together in their current arrangement or collation.$$,
6417 FALSE, TRUE, FALSE, FALSE);
6418 INSERT INTO config.record_attr_definition(name, label)
6419 VALUES ('marc21_biblio_561_ind_1', 'MARC 21 biblio field 561 indicator position 1');
6420 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6421 VALUES ('marc21_biblio_561_ind_1', '#', $$No information provided$$, FALSE, TRUE);
6422 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6423 VALUES ('marc21_biblio_561_ind_1', '0', $$Private$$, FALSE, TRUE);
6424 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6425 VALUES ('marc21_biblio_561_ind_1', '1', $$Not private$$, FALSE, TRUE);
6426 INSERT INTO config.record_attr_definition(name, label)
6427 VALUES ('marc21_biblio_561_ind_2', 'MARC 21 biblio field 561 indicator position 2');
6428 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6429 VALUES ('marc21_biblio_561_ind_2', '#', $$Undefined$$, FALSE, TRUE);
6430 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6431                                  repeatable, mandatory, hidden)
6432 VALUES (1, 'biblio', '561', 'a', $$History$$,
6433 FALSE, FALSE, FALSE);
6434 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6435                                  repeatable, mandatory, hidden)
6436 VALUES (1, 'biblio', '561', '3', $$Materials specified$$,
6437 FALSE, FALSE, FALSE);
6438 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6439                                  repeatable, mandatory, hidden)
6440 VALUES (1, 'biblio', '561', '5', $$Institution to which field applies$$,
6441 FALSE, FALSE, FALSE);
6442 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6443                                  repeatable, mandatory, hidden)
6444 VALUES (1, 'biblio', '561', '6', $$Linkage$$,
6445 FALSE, FALSE, FALSE);
6446 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6447                                  repeatable, mandatory, hidden)
6448 VALUES (1, 'biblio', '561', '8', $$Field link and sequence number$$,
6449 TRUE, FALSE, FALSE);
6450 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
6451                               fixed_field, repeatable, mandatory, hidden)
6452 VALUES (1, 'biblio', '562', $$Copy and Version Identification Note$$, $$Information that distinguishes the copy(s) or version(s) of materials held by an archive or manuscript repository when more than one copy or version exists or could exist.$$,
6453 FALSE, TRUE, FALSE, FALSE);
6454 INSERT INTO config.record_attr_definition(name, label)
6455 VALUES ('marc21_biblio_562_ind_1', 'MARC 21 biblio field 562 indicator position 1');
6456 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6457 VALUES ('marc21_biblio_562_ind_1', '#', $$Undefined$$, FALSE, TRUE);
6458 INSERT INTO config.record_attr_definition(name, label)
6459 VALUES ('marc21_biblio_562_ind_2', 'MARC 21 biblio field 562 indicator position 2');
6460 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6461 VALUES ('marc21_biblio_562_ind_2', '#', $$Undefined$$, FALSE, TRUE);
6462 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6463                                  repeatable, mandatory, hidden)
6464 VALUES (1, 'biblio', '562', 'a', $$Identifying markings$$,
6465 TRUE, FALSE, FALSE);
6466 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6467                                  repeatable, mandatory, hidden)
6468 VALUES (1, 'biblio', '562', 'b', $$Copy identification$$,
6469 TRUE, FALSE, FALSE);
6470 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6471                                  repeatable, mandatory, hidden)
6472 VALUES (1, 'biblio', '562', 'c', $$Version identification$$,
6473 TRUE, FALSE, FALSE);
6474 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6475                                  repeatable, mandatory, hidden)
6476 VALUES (1, 'biblio', '562', 'd', $$Presentation format$$,
6477 TRUE, FALSE, FALSE);
6478 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6479                                  repeatable, mandatory, hidden)
6480 VALUES (1, 'biblio', '562', 'e', $$Number of copies$$,
6481 TRUE, FALSE, FALSE);
6482 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6483                                  repeatable, mandatory, hidden)
6484 VALUES (1, 'biblio', '562', '3', $$Materials specified$$,
6485 FALSE, FALSE, FALSE);
6486 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6487                                  repeatable, mandatory, hidden)
6488 VALUES (1, 'biblio', '562', '5', $$Institution to which field applies$$,
6489 FALSE, FALSE, FALSE);
6490 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6491                                  repeatable, mandatory, hidden)
6492 VALUES (1, 'biblio', '562', '6', $$Linkage$$,
6493 FALSE, FALSE, FALSE);
6494 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6495                                  repeatable, mandatory, hidden)
6496 VALUES (1, 'biblio', '562', '8', $$Field link and sequence number$$,
6497 TRUE, FALSE, FALSE);
6498 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
6499                               fixed_field, repeatable, mandatory, hidden)
6500 VALUES (1, 'biblio', '563', $$Binding Information$$, $$Binding information intended primarily for use with antiquarian materials, rare books and other special collections.$$,
6501 FALSE, TRUE, FALSE, FALSE);
6502 INSERT INTO config.record_attr_definition(name, label)
6503 VALUES ('marc21_biblio_563_ind_1', 'MARC 21 biblio field 563 indicator position 1');
6504 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6505 VALUES ('marc21_biblio_563_ind_1', '#', $$Undefined$$, FALSE, TRUE);
6506 INSERT INTO config.record_attr_definition(name, label)
6507 VALUES ('marc21_biblio_563_ind_2', 'MARC 21 biblio field 563 indicator position 2');
6508 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6509 VALUES ('marc21_biblio_563_ind_2', '#', $$Undefined$$, FALSE, TRUE);
6510 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6511                                  repeatable, mandatory, hidden)
6512 VALUES (1, 'biblio', '563', 'a', $$Binding note$$,
6513 FALSE, FALSE, FALSE);
6514 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6515                                  repeatable, mandatory, hidden)
6516 VALUES (1, 'biblio', '563', 'u', $$Uniform Resource Identifier$$,
6517 TRUE, FALSE, FALSE);
6518 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6519                                  repeatable, mandatory, hidden)
6520 VALUES (1, 'biblio', '563', '3', $$Materials specified$$,
6521 FALSE, FALSE, FALSE);
6522 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6523                                  repeatable, mandatory, hidden)
6524 VALUES (1, 'biblio', '563', '5', $$Institution to which field applies$$,
6525 FALSE, FALSE, FALSE);
6526 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6527                                  repeatable, mandatory, hidden)
6528 VALUES (1, 'biblio', '563', '6', $$Linkage$$,
6529 FALSE, FALSE, FALSE);
6530 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6531                                  repeatable, mandatory, hidden)
6532 VALUES (1, 'biblio', '563', '8', $$Field link and sequence number$$,
6533 TRUE, FALSE, FALSE);
6534 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
6535                               fixed_field, repeatable, mandatory, hidden)
6536 VALUES (1, 'biblio', '565', $$Case File Characteristics Note$$, $$Information about the content and characteristics of case files and/or the number of cases or variables making up a case file or a database.$$,
6537 FALSE, TRUE, FALSE, FALSE);
6538 INSERT INTO config.record_attr_definition(name, label)
6539 VALUES ('marc21_biblio_565_ind_1', 'MARC 21 biblio field 565 indicator position 1');
6540 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6541 VALUES ('marc21_biblio_565_ind_1', '#', $$File size$$, FALSE, TRUE);
6542 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6543 VALUES ('marc21_biblio_565_ind_1', '0', $$Case file characteristics$$, FALSE, TRUE);
6544 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6545 VALUES ('marc21_biblio_565_ind_1', '8', $$No display constant generated$$, FALSE, TRUE);
6546 INSERT INTO config.record_attr_definition(name, label)
6547 VALUES ('marc21_biblio_565_ind_2', 'MARC 21 biblio field 565 indicator position 2');
6548 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6549 VALUES ('marc21_biblio_565_ind_2', '#', $$Undefined$$, FALSE, TRUE);
6550 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6551                                  repeatable, mandatory, hidden)
6552 VALUES (1, 'biblio', '565', 'a', $$Number of cases/variables$$,
6553 FALSE, FALSE, FALSE);
6554 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6555                                  repeatable, mandatory, hidden)
6556 VALUES (1, 'biblio', '565', 'b', $$Name of variable$$,
6557 TRUE, FALSE, FALSE);
6558 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6559                                  repeatable, mandatory, hidden)
6560 VALUES (1, 'biblio', '565', 'c', $$Unit of analysis$$,
6561 TRUE, FALSE, FALSE);
6562 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6563                                  repeatable, mandatory, hidden)
6564 VALUES (1, 'biblio', '565', 'd', $$Universe of data$$,
6565 TRUE, FALSE, FALSE);
6566 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6567                                  repeatable, mandatory, hidden)
6568 VALUES (1, 'biblio', '565', 'e', $$Filing scheme or code$$,
6569 TRUE, FALSE, FALSE);
6570 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6571                                  repeatable, mandatory, hidden)
6572 VALUES (1, 'biblio', '565', '3', $$Materials specified$$,
6573 FALSE, FALSE, FALSE);
6574 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6575                                  repeatable, mandatory, hidden)
6576 VALUES (1, 'biblio', '565', '6', $$Linkage$$,
6577 FALSE, FALSE, FALSE);
6578 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6579                                  repeatable, mandatory, hidden)
6580 VALUES (1, 'biblio', '565', '8', $$Field link and sequence number$$,
6581 TRUE, FALSE, FALSE);
6582 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
6583                               fixed_field, repeatable, mandatory, hidden)
6584 VALUES (1, 'biblio', '567', $$Methodology Note$$, $$Information concerning significant methodological characteristics of the material, such as the algorithm, universe description, sampling procedures, classification, or validation characteristics.$$,
6585 FALSE, TRUE, FALSE, FALSE);
6586 INSERT INTO config.record_attr_definition(name, label)
6587 VALUES ('marc21_biblio_567_ind_1', 'MARC 21 biblio field 567 indicator position 1');
6588 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6589 VALUES ('marc21_biblio_567_ind_1', '#', $$Methodology$$, FALSE, TRUE);
6590 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6591 VALUES ('marc21_biblio_567_ind_1', '8', $$No display constant generated$$, FALSE, TRUE);
6592 INSERT INTO config.record_attr_definition(name, label)
6593 VALUES ('marc21_biblio_567_ind_2', 'MARC 21 biblio field 567 indicator position 2');
6594 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6595 VALUES ('marc21_biblio_567_ind_2', '#', $$Undefined$$, FALSE, TRUE);
6596 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6597                                  repeatable, mandatory, hidden)
6598 VALUES (1, 'biblio', '567', 'a', $$Methodology note$$,
6599 FALSE, FALSE, FALSE);
6600 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6601                                  repeatable, mandatory, hidden)
6602 VALUES (1, 'biblio', '567', '6', $$Linkage$$,
6603 FALSE, FALSE, FALSE);
6604 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6605                                  repeatable, mandatory, hidden)
6606 VALUES (1, 'biblio', '567', '8', $$Field link and sequence number$$,
6607 TRUE, FALSE, FALSE);
6608 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
6609                               fixed_field, repeatable, mandatory, hidden)
6610 VALUES (1, 'biblio', '580', $$Linking Entry Complexity Note$$, $$Description of the complex relationship between the item described in the record and other items that cannot be adequately generated from the linking entry fields 760-787.$$,
6611 FALSE, TRUE, FALSE, FALSE);
6612 INSERT INTO config.record_attr_definition(name, label)
6613 VALUES ('marc21_biblio_580_ind_1', 'MARC 21 biblio field 580 indicator position 1');
6614 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6615 VALUES ('marc21_biblio_580_ind_1', '#', $$Undefined$$, FALSE, TRUE);
6616 INSERT INTO config.record_attr_definition(name, label)
6617 VALUES ('marc21_biblio_580_ind_2', 'MARC 21 biblio field 580 indicator position 2');
6618 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6619 VALUES ('marc21_biblio_580_ind_2', '#', $$Undefined$$, FALSE, TRUE);
6620 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6621                                  repeatable, mandatory, hidden)
6622 VALUES (1, 'biblio', '580', 'a', $$Linking entry complexity note$$,
6623 FALSE, FALSE, FALSE);
6624 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6625                                  repeatable, mandatory, hidden)
6626 VALUES (1, 'biblio', '580', '6', $$Linkage$$,
6627 FALSE, FALSE, FALSE);
6628 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6629                                  repeatable, mandatory, hidden)
6630 VALUES (1, 'biblio', '580', '8', $$Field link and sequence number$$,
6631 TRUE, FALSE, FALSE);
6632 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
6633                               fixed_field, repeatable, mandatory, hidden)
6634 VALUES (1, 'biblio', '581', $$Publications About Described Materials Note$$, $$Citation or information about a publication that is based on the use, study, or analysis of the materials described in the record.$$,
6635 FALSE, TRUE, FALSE, FALSE);
6636 INSERT INTO config.record_attr_definition(name, label)
6637 VALUES ('marc21_biblio_581_ind_1', 'MARC 21 biblio field 581 indicator position 1');
6638 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6639 VALUES ('marc21_biblio_581_ind_1', '#', $$Publications$$, FALSE, TRUE);
6640 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6641 VALUES ('marc21_biblio_581_ind_1', '8', $$No display constant generated$$, FALSE, TRUE);
6642 INSERT INTO config.record_attr_definition(name, label)
6643 VALUES ('marc21_biblio_581_ind_2', 'MARC 21 biblio field 581 indicator position 2');
6644 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6645 VALUES ('marc21_biblio_581_ind_2', '#', $$Undefined$$, FALSE, TRUE);
6646 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6647                                  repeatable, mandatory, hidden)
6648 VALUES (1, 'biblio', '581', 'a', $$Publications about described materials note$$,
6649 FALSE, FALSE, FALSE);
6650 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6651                                  repeatable, mandatory, hidden)
6652 VALUES (1, 'biblio', '581', 'z', $$International Standard Book Number$$,
6653 TRUE, FALSE, FALSE);
6654 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6655                                  repeatable, mandatory, hidden)
6656 VALUES (1, 'biblio', '581', '3', $$Materials specified$$,
6657 FALSE, FALSE, FALSE);
6658 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6659                                  repeatable, mandatory, hidden)
6660 VALUES (1, 'biblio', '581', '6', $$Linkage$$,
6661 FALSE, FALSE, FALSE);
6662 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6663                                  repeatable, mandatory, hidden)
6664 VALUES (1, 'biblio', '581', '8', $$Field link and sequence number$$,
6665 TRUE, FALSE, FALSE);
6666 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
6667                               fixed_field, repeatable, mandatory, hidden)
6668 VALUES (1, 'biblio', '583', $$Action Note$$, $$Information about processing, reference, and preservation actions.$$,
6669 FALSE, TRUE, FALSE, FALSE);
6670 INSERT INTO config.record_attr_definition(name, label)
6671 VALUES ('marc21_biblio_583_ind_1', 'MARC 21 biblio field 583 indicator position 1');
6672 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6673 VALUES ('marc21_biblio_583_ind_1', '#', $$No information provided$$, FALSE, TRUE);
6674 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6675 VALUES ('marc21_biblio_583_ind_1', '0', $$Private$$, FALSE, TRUE);
6676 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6677 VALUES ('marc21_biblio_583_ind_1', '1', $$Not private$$, FALSE, TRUE);
6678 INSERT INTO config.record_attr_definition(name, label)
6679 VALUES ('marc21_biblio_583_ind_2', 'MARC 21 biblio field 583 indicator position 2');
6680 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6681 VALUES ('marc21_biblio_583_ind_2', '#', $$Undefined$$, FALSE, TRUE);
6682 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6683                                  repeatable, mandatory, hidden)
6684 VALUES (1, 'biblio', '583', 'a', $$Action$$,
6685 FALSE, FALSE, FALSE);
6686 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6687                                  repeatable, mandatory, hidden)
6688 VALUES (1, 'biblio', '583', 'b', $$Action identification$$,
6689 TRUE, FALSE, FALSE);
6690 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6691                                  repeatable, mandatory, hidden)
6692 VALUES (1, 'biblio', '583', 'c', $$Time/date of action$$,
6693 TRUE, FALSE, FALSE);
6694 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6695                                  repeatable, mandatory, hidden)
6696 VALUES (1, 'biblio', '583', 'd', $$Action interval$$,
6697 TRUE, FALSE, FALSE);
6698 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6699                                  repeatable, mandatory, hidden)
6700 VALUES (1, 'biblio', '583', 'e', $$Contingency for action$$,
6701 TRUE, FALSE, FALSE);
6702 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6703                                  repeatable, mandatory, hidden)
6704 VALUES (1, 'biblio', '583', 'f', $$Authorization$$,
6705 TRUE, FALSE, FALSE);
6706 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6707                                  repeatable, mandatory, hidden)
6708 VALUES (1, 'biblio', '583', 'h', $$Jurisdiction$$,
6709 TRUE, FALSE, FALSE);
6710 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6711                                  repeatable, mandatory, hidden)
6712 VALUES (1, 'biblio', '583', 'i', $$Method of action$$,
6713 TRUE, FALSE, FALSE);
6714 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6715                                  repeatable, mandatory, hidden)
6716 VALUES (1, 'biblio', '583', 'j', $$Site of action$$,
6717 TRUE, FALSE, FALSE);
6718 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6719                                  repeatable, mandatory, hidden)
6720 VALUES (1, 'biblio', '583', 'k', $$Action agent$$,
6721 TRUE, FALSE, FALSE);
6722 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6723                                  repeatable, mandatory, hidden)
6724 VALUES (1, 'biblio', '583', 'l', $$Status$$,
6725 TRUE, FALSE, FALSE);
6726 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6727                                  repeatable, mandatory, hidden)
6728 VALUES (1, 'biblio', '583', 'n', $$Extent$$,
6729 TRUE, FALSE, FALSE);
6730 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6731                                  repeatable, mandatory, hidden)
6732 VALUES (1, 'biblio', '583', 'o', $$Type of unit$$,
6733 TRUE, FALSE, FALSE);
6734 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6735                                  repeatable, mandatory, hidden)
6736 VALUES (1, 'biblio', '583', 'u', $$Uniform Resource Identifier$$,
6737 TRUE, FALSE, FALSE);
6738 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6739                                  repeatable, mandatory, hidden)
6740 VALUES (1, 'biblio', '583', 'x', $$Nonpublic note$$,
6741 TRUE, FALSE, FALSE);
6742 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6743                                  repeatable, mandatory, hidden)
6744 VALUES (1, 'biblio', '583', 'z', $$Public note$$,
6745 TRUE, FALSE, FALSE);
6746 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6747                                  repeatable, mandatory, hidden)
6748 VALUES (1, 'biblio', '583', '2', $$Source of term$$,
6749 FALSE, FALSE, FALSE);
6750 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6751                                  repeatable, mandatory, hidden)
6752 VALUES (1, 'biblio', '583', '3', $$Materials specified$$,
6753 FALSE, FALSE, FALSE);
6754 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6755                                  repeatable, mandatory, hidden)
6756 VALUES (1, 'biblio', '583', '5', $$Institution to which field applies$$,
6757 FALSE, FALSE, FALSE);
6758 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6759                                  repeatable, mandatory, hidden)
6760 VALUES (1, 'biblio', '583', '6', $$Linkage$$,
6761 FALSE, FALSE, FALSE);
6762 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6763                                  repeatable, mandatory, hidden)
6764 VALUES (1, 'biblio', '583', '8', $$Field link and sequence number$$,
6765 TRUE, FALSE, FALSE);
6766 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
6767                               fixed_field, repeatable, mandatory, hidden)
6768 VALUES (1, 'biblio', '584', $$Accumulation and Frequency of Use Note$$, $$Measurements of and information about the rates of accumulation (for continuing, open-ended accessions) and/or the rate of reference use of the described materials.$$,
6769 FALSE, TRUE, FALSE, FALSE);
6770 INSERT INTO config.record_attr_definition(name, label)
6771 VALUES ('marc21_biblio_584_ind_1', 'MARC 21 biblio field 584 indicator position 1');
6772 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6773 VALUES ('marc21_biblio_584_ind_1', '#', $$Undefined$$, FALSE, TRUE);
6774 INSERT INTO config.record_attr_definition(name, label)
6775 VALUES ('marc21_biblio_584_ind_2', 'MARC 21 biblio field 584 indicator position 2');
6776 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6777 VALUES ('marc21_biblio_584_ind_2', '#', $$Undefined$$, FALSE, TRUE);
6778 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6779                                  repeatable, mandatory, hidden)
6780 VALUES (1, 'biblio', '584', 'a', $$Accumulation$$,
6781 TRUE, FALSE, FALSE);
6782 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6783                                  repeatable, mandatory, hidden)
6784 VALUES (1, 'biblio', '584', 'b', $$Frequency of use$$,
6785 TRUE, FALSE, FALSE);
6786 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6787                                  repeatable, mandatory, hidden)
6788 VALUES (1, 'biblio', '584', '3', $$Materials specified$$,
6789 FALSE, FALSE, FALSE);
6790 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6791                                  repeatable, mandatory, hidden)
6792 VALUES (1, 'biblio', '584', '5', $$Institution to which field applies$$,
6793 FALSE, FALSE, FALSE);
6794 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6795                                  repeatable, mandatory, hidden)
6796 VALUES (1, 'biblio', '584', '6', $$Linkage$$,
6797 FALSE, FALSE, FALSE);
6798 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6799                                  repeatable, mandatory, hidden)
6800 VALUES (1, 'biblio', '584', '8', $$Field link and sequence number$$,
6801 TRUE, FALSE, FALSE);
6802 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
6803                               fixed_field, repeatable, mandatory, hidden)
6804 VALUES (1, 'biblio', '585', $$Exhibitions Note$$, $$Copy-specific field that contains a note which cites exhibitions where the material described has been shown.$$,
6805 FALSE, TRUE, FALSE, FALSE);
6806 INSERT INTO config.record_attr_definition(name, label)
6807 VALUES ('marc21_biblio_585_ind_1', 'MARC 21 biblio field 585 indicator position 1');
6808 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6809 VALUES ('marc21_biblio_585_ind_1', '#', $$Undefined$$, FALSE, TRUE);
6810 INSERT INTO config.record_attr_definition(name, label)
6811 VALUES ('marc21_biblio_585_ind_2', 'MARC 21 biblio field 585 indicator position 2');
6812 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6813 VALUES ('marc21_biblio_585_ind_2', '#', $$Undefined$$, FALSE, TRUE);
6814 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6815                                  repeatable, mandatory, hidden)
6816 VALUES (1, 'biblio', '585', 'a', $$Exhibitions note$$,
6817 FALSE, FALSE, FALSE);
6818 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6819                                  repeatable, mandatory, hidden)
6820 VALUES (1, 'biblio', '585', '3', $$Materials specified$$,
6821 FALSE, FALSE, FALSE);
6822 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6823                                  repeatable, mandatory, hidden)
6824 VALUES (1, 'biblio', '585', '5', $$Institution to which field applies$$,
6825 FALSE, FALSE, FALSE);
6826 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6827                                  repeatable, mandatory, hidden)
6828 VALUES (1, 'biblio', '585', '6', $$Linkage$$,
6829 FALSE, FALSE, FALSE);
6830 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6831                                  repeatable, mandatory, hidden)
6832 VALUES (1, 'biblio', '585', '8', $$Field link and sequence number$$,
6833 TRUE, FALSE, FALSE);
6834 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
6835                               fixed_field, repeatable, mandatory, hidden)
6836 VALUES (1, 'biblio', '586', $$Awards Note$$, $$Information on awards associated with the described item.$$,
6837 FALSE, TRUE, FALSE, FALSE);
6838 INSERT INTO config.record_attr_definition(name, label)
6839 VALUES ('marc21_biblio_586_ind_1', 'MARC 21 biblio field 586 indicator position 1');
6840 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6841 VALUES ('marc21_biblio_586_ind_1', '#', $$Awards$$, FALSE, TRUE);
6842 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6843 VALUES ('marc21_biblio_586_ind_1', '8', $$No display constant generated$$, FALSE, TRUE);
6844 INSERT INTO config.record_attr_definition(name, label)
6845 VALUES ('marc21_biblio_586_ind_2', 'MARC 21 biblio field 586 indicator position 2');
6846 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6847 VALUES ('marc21_biblio_586_ind_2', '#', $$Undefined$$, FALSE, TRUE);
6848 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6849                                  repeatable, mandatory, hidden)
6850 VALUES (1, 'biblio', '586', 'a', $$Awards note$$,
6851 FALSE, FALSE, FALSE);
6852 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6853                                  repeatable, mandatory, hidden)
6854 VALUES (1, 'biblio', '586', '3', $$Materials specified$$,
6855 FALSE, FALSE, FALSE);
6856 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6857                                  repeatable, mandatory, hidden)
6858 VALUES (1, 'biblio', '586', '6', $$Linkage$$,
6859 FALSE, FALSE, FALSE);
6860 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6861                                  repeatable, mandatory, hidden)
6862 VALUES (1, 'biblio', '586', '8', $$Field link and sequence number$$,
6863 TRUE, FALSE, FALSE);
6864 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
6865                               fixed_field, repeatable, mandatory, hidden)
6866 VALUES (1, 'biblio', '588', $$Source of Description Note$$, $$Information used for tracking and controlling the metadata contained in the record. It includes general and specific source of description notes that are especially of interest to other catalogers.$$,
6867 FALSE, TRUE, FALSE, FALSE);
6868 INSERT INTO config.record_attr_definition(name, label)
6869 VALUES ('marc21_biblio_588_ind_1', 'MARC 21 biblio field 588 indicator position 1');
6870 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6871 VALUES ('marc21_biblio_588_ind_1', '#', $$Undefined$$, FALSE, TRUE);
6872 INSERT INTO config.record_attr_definition(name, label)
6873 VALUES ('marc21_biblio_588_ind_2', 'MARC 21 biblio field 588 indicator position 2');
6874 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6875 VALUES ('marc21_biblio_588_ind_2', '#', $$Undefined$$, FALSE, TRUE);
6876 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6877                                  repeatable, mandatory, hidden)
6878 VALUES (1, 'biblio', '588', 'a', $$Source of description note$$,
6879 FALSE, FALSE, FALSE);
6880 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6881                                  repeatable, mandatory, hidden)
6882 VALUES (1, 'biblio', '588', '5', $$Institution to which field applies$$,
6883 FALSE, FALSE, FALSE);
6884 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6885                                  repeatable, mandatory, hidden)
6886 VALUES (1, 'biblio', '588', '6', $$Linkage$$,
6887 FALSE, FALSE, FALSE);
6888 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6889                                  repeatable, mandatory, hidden)
6890 VALUES (1, 'biblio', '588', '8', $$Field link and sequence number$$,
6891 TRUE, FALSE, FALSE);
6892 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
6893                               fixed_field, repeatable, mandatory, hidden)
6894 VALUES (1, 'biblio', '600', $$Subject Added Entry-Personal Name$$, $$Subject added entry in which the entry element is a personal name.$$,
6895 FALSE, TRUE, FALSE, FALSE);
6896 INSERT INTO config.record_attr_definition(name, label)
6897 VALUES ('marc21_biblio_600_ind_1', 'MARC 21 biblio field 600 indicator position 1');
6898 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6899 VALUES ('marc21_biblio_600_ind_1', '0', $$Forename$$, FALSE, TRUE);
6900 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6901 VALUES ('marc21_biblio_600_ind_1', '1', $$Surname$$, FALSE, TRUE);
6902 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6903 VALUES ('marc21_biblio_600_ind_1', '3', $$Family name$$, FALSE, TRUE);
6904 INSERT INTO config.record_attr_definition(name, label)
6905 VALUES ('marc21_biblio_600_ind_2', 'MARC 21 biblio field 600 indicator position 2');
6906 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6907 VALUES ('marc21_biblio_600_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
6908 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6909 VALUES ('marc21_biblio_600_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
6910 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6911 VALUES ('marc21_biblio_600_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
6912 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6913 VALUES ('marc21_biblio_600_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
6914 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6915 VALUES ('marc21_biblio_600_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
6916 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6917 VALUES ('marc21_biblio_600_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
6918 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6919 VALUES ('marc21_biblio_600_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
6920 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6921 VALUES ('marc21_biblio_600_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
6922 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6923                                  repeatable, mandatory, hidden)
6924 VALUES (1, 'biblio', '600', 'a', $$Personal name$$,
6925 FALSE, FALSE, FALSE);
6926 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6927                                  repeatable, mandatory, hidden)
6928 VALUES (1, 'biblio', '600', 'b', $$Numeration$$,
6929 FALSE, FALSE, FALSE);
6930 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6931                                  repeatable, mandatory, hidden)
6932 VALUES (1, 'biblio', '600', 'c', $$Titles and other words associated with a name$$,
6933 TRUE, FALSE, FALSE);
6934 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6935                                  repeatable, mandatory, hidden)
6936 VALUES (1, 'biblio', '600', 'd', $$Dates associated with a name$$,
6937 FALSE, FALSE, FALSE);
6938 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6939                                  repeatable, mandatory, hidden)
6940 VALUES (1, 'biblio', '600', 'e', $$Relator term$$,
6941 TRUE, FALSE, FALSE);
6942 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6943                                  repeatable, mandatory, hidden)
6944 VALUES (1, 'biblio', '600', 'f', $$Date of a work$$,
6945 FALSE, FALSE, FALSE);
6946 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6947                                  repeatable, mandatory, hidden)
6948 VALUES (1, 'biblio', '600', 'g', $$Miscellaneous information$$,
6949 FALSE, FALSE, FALSE);
6950 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6951                                  repeatable, mandatory, hidden)
6952 VALUES (1, 'biblio', '600', 'h', $$Medium$$,
6953 FALSE, FALSE, FALSE);
6954 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6955                                  repeatable, mandatory, hidden)
6956 VALUES (1, 'biblio', '600', 'j', $$Attribution qualifier$$,
6957 TRUE, FALSE, FALSE);
6958 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6959                                  repeatable, mandatory, hidden)
6960 VALUES (1, 'biblio', '600', 'k', $$Form subheading$$,
6961 TRUE, FALSE, FALSE);
6962 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6963                                  repeatable, mandatory, hidden)
6964 VALUES (1, 'biblio', '600', 'l', $$Language of a work$$,
6965 FALSE, FALSE, FALSE);
6966 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6967                                  repeatable, mandatory, hidden)
6968 VALUES (1, 'biblio', '600', 'm', $$Medium of performance for music$$,
6969 TRUE, FALSE, FALSE);
6970 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6971                                  repeatable, mandatory, hidden)
6972 VALUES (1, 'biblio', '600', 'n', $$Number of part/section of a work$$,
6973 TRUE, FALSE, FALSE);
6974 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6975                                  repeatable, mandatory, hidden)
6976 VALUES (1, 'biblio', '600', 'o', $$Arranged statement for music$$,
6977 FALSE, FALSE, FALSE);
6978 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6979                                  repeatable, mandatory, hidden)
6980 VALUES (1, 'biblio', '600', 'p', $$Name of part/section of a work$$,
6981 TRUE, FALSE, FALSE);
6982 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6983                                  repeatable, mandatory, hidden)
6984 VALUES (1, 'biblio', '600', 'q', $$Fuller form of name$$,
6985 FALSE, FALSE, FALSE);
6986 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6987                                  repeatable, mandatory, hidden)
6988 VALUES (1, 'biblio', '600', 'r', $$Key for music$$,
6989 FALSE, FALSE, FALSE);
6990 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6991                                  repeatable, mandatory, hidden)
6992 VALUES (1, 'biblio', '600', 's', $$Version$$,
6993 FALSE, FALSE, FALSE);
6994 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6995                                  repeatable, mandatory, hidden)
6996 VALUES (1, 'biblio', '600', 't', $$Title of a work$$,
6997 FALSE, FALSE, FALSE);
6998 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6999                                  repeatable, mandatory, hidden)
7000 VALUES (1, 'biblio', '600', 'u', $$Affiliation$$,
7001 FALSE, FALSE, FALSE);
7002 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7003                                  repeatable, mandatory, hidden)
7004 VALUES (1, 'biblio', '600', 'v', $$Form subdivision$$,
7005 TRUE, FALSE, FALSE);
7006 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7007                                  repeatable, mandatory, hidden)
7008 VALUES (1, 'biblio', '600', 'x', $$General subdivision$$,
7009 TRUE, FALSE, FALSE);
7010 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7011                                  repeatable, mandatory, hidden)
7012 VALUES (1, 'biblio', '600', 'y', $$Chronological subdivision$$,
7013 TRUE, FALSE, FALSE);
7014 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7015                                  repeatable, mandatory, hidden)
7016 VALUES (1, 'biblio', '600', 'z', $$Geographic subdivision$$,
7017 TRUE, FALSE, FALSE);
7018 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7019                                  repeatable, mandatory, hidden)
7020 VALUES (1, 'biblio', '600', '0', $$Authority record control number$$,
7021 TRUE, FALSE, FALSE);
7022 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7023                                  repeatable, mandatory, hidden)
7024 VALUES (1, 'biblio', '600', '2', $$Source of heading or term$$,
7025 FALSE, FALSE, FALSE);
7026 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7027                                  repeatable, mandatory, hidden)
7028 VALUES (1, 'biblio', '600', '3', $$Materials specified$$,
7029 FALSE, FALSE, FALSE);
7030 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7031                                  repeatable, mandatory, hidden)
7032 VALUES (1, 'biblio', '600', '4', $$Relator code$$,
7033 TRUE, FALSE, FALSE);
7034 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7035                                  repeatable, mandatory, hidden)
7036 VALUES (1, 'biblio', '600', '6', $$Linkage$$,
7037 FALSE, FALSE, FALSE);
7038 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7039                                  repeatable, mandatory, hidden)
7040 VALUES (1, 'biblio', '600', '8', $$Field link and sequence number$$,
7041 TRUE, FALSE, FALSE);
7042 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
7043                               fixed_field, repeatable, mandatory, hidden)
7044 VALUES (1, 'biblio', '610', $$Subject Added Entry-Corporate Name$$, $$Subject added entry in which the entry element is a corporate name.$$,
7045 FALSE, TRUE, FALSE, FALSE);
7046 INSERT INTO config.record_attr_definition(name, label)
7047 VALUES ('marc21_biblio_610_ind_1', 'MARC 21 biblio field 610 indicator position 1');
7048 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7049 VALUES ('marc21_biblio_610_ind_1', '0', $$Inverted name$$, FALSE, TRUE);
7050 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7051 VALUES ('marc21_biblio_610_ind_1', '1', $$Jurisdiction name$$, FALSE, TRUE);
7052 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7053 VALUES ('marc21_biblio_610_ind_1', '2', $$Name in direct order$$, FALSE, TRUE);
7054 INSERT INTO config.record_attr_definition(name, label)
7055 VALUES ('marc21_biblio_610_ind_2', 'MARC 21 biblio field 610 indicator position 2');
7056 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7057 VALUES ('marc21_biblio_610_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
7058 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7059 VALUES ('marc21_biblio_610_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
7060 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7061 VALUES ('marc21_biblio_610_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
7062 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7063 VALUES ('marc21_biblio_610_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
7064 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7065 VALUES ('marc21_biblio_610_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
7066 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7067 VALUES ('marc21_biblio_610_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
7068 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7069 VALUES ('marc21_biblio_610_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
7070 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7071 VALUES ('marc21_biblio_610_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
7072 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7073                                  repeatable, mandatory, hidden)
7074 VALUES (1, 'biblio', '610', 'a', $$Corporate name or jurisdiction name as entry element$$,
7075 FALSE, FALSE, FALSE);
7076 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7077                                  repeatable, mandatory, hidden)
7078 VALUES (1, 'biblio', '610', 'b', $$Subordinate unit$$,
7079 TRUE, FALSE, FALSE);
7080 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7081                                  repeatable, mandatory, hidden)
7082 VALUES (1, 'biblio', '610', 'c', $$Location of meeting$$,
7083 FALSE, FALSE, FALSE);
7084 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7085                                  repeatable, mandatory, hidden)
7086 VALUES (1, 'biblio', '610', 'd', $$Date of meeting or treaty signing$$,
7087 TRUE, FALSE, FALSE);
7088 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7089                                  repeatable, mandatory, hidden)
7090 VALUES (1, 'biblio', '610', 'e', $$Relator term$$,
7091 TRUE, FALSE, FALSE);
7092 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7093                                  repeatable, mandatory, hidden)
7094 VALUES (1, 'biblio', '610', 'f', $$Date of a work$$,
7095 FALSE, FALSE, FALSE);
7096 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7097                                  repeatable, mandatory, hidden)
7098 VALUES (1, 'biblio', '610', 'g', $$Miscellaneous information$$,
7099 FALSE, FALSE, FALSE);
7100 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7101                                  repeatable, mandatory, hidden)
7102 VALUES (1, 'biblio', '610', 'h', $$Medium$$,
7103 FALSE, FALSE, FALSE);
7104 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7105                                  repeatable, mandatory, hidden)
7106 VALUES (1, 'biblio', '610', 'k', $$Form subheading$$,
7107 TRUE, FALSE, FALSE);
7108 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7109                                  repeatable, mandatory, hidden)
7110 VALUES (1, 'biblio', '610', 'l', $$Language of a work$$,
7111 FALSE, FALSE, FALSE);
7112 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7113                                  repeatable, mandatory, hidden)
7114 VALUES (1, 'biblio', '610', 'm', $$Medium of performance for music$$,
7115 TRUE, FALSE, FALSE);
7116 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7117                                  repeatable, mandatory, hidden)
7118 VALUES (1, 'biblio', '610', 'n', $$Number of part/section/meeting$$,
7119 TRUE, FALSE, FALSE);
7120 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7121                                  repeatable, mandatory, hidden)
7122 VALUES (1, 'biblio', '610', 'o', $$Arranged statement for music$$,
7123 FALSE, FALSE, FALSE);
7124 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7125                                  repeatable, mandatory, hidden)
7126 VALUES (1, 'biblio', '610', 'p', $$Name of part/section of a work$$,
7127 TRUE, FALSE, FALSE);
7128 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7129                                  repeatable, mandatory, hidden)
7130 VALUES (1, 'biblio', '610', 'r', $$Key for music$$,
7131 FALSE, FALSE, FALSE);
7132 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7133                                  repeatable, mandatory, hidden)
7134 VALUES (1, 'biblio', '610', 's', $$Version$$,
7135 FALSE, FALSE, FALSE);
7136 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7137                                  repeatable, mandatory, hidden)
7138 VALUES (1, 'biblio', '610', 't', $$Title of a work$$,
7139 FALSE, FALSE, FALSE);
7140 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7141                                  repeatable, mandatory, hidden)
7142 VALUES (1, 'biblio', '610', 'u', $$Affiliation$$,
7143 FALSE, FALSE, FALSE);
7144 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7145                                  repeatable, mandatory, hidden)
7146 VALUES (1, 'biblio', '610', 'v', $$Form subdivision$$,
7147 TRUE, FALSE, FALSE);
7148 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7149                                  repeatable, mandatory, hidden)
7150 VALUES (1, 'biblio', '610', 'x', $$General subdivision$$,
7151 TRUE, FALSE, FALSE);
7152 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7153                                  repeatable, mandatory, hidden)
7154 VALUES (1, 'biblio', '610', 'y', $$Chronological subdivision$$,
7155 TRUE, FALSE, FALSE);
7156 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7157                                  repeatable, mandatory, hidden)
7158 VALUES (1, 'biblio', '610', 'z', $$Geographic subdivision$$,
7159 TRUE, FALSE, FALSE);
7160 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7161                                  repeatable, mandatory, hidden)
7162 VALUES (1, 'biblio', '610', '0', $$Authority record control number$$,
7163 TRUE, FALSE, FALSE);
7164 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7165                                  repeatable, mandatory, hidden)
7166 VALUES (1, 'biblio', '610', '2', $$Source of heading or term$$,
7167 FALSE, FALSE, FALSE);
7168 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7169                                  repeatable, mandatory, hidden)
7170 VALUES (1, 'biblio', '610', '3', $$Materials specified$$,
7171 FALSE, FALSE, FALSE);
7172 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7173                                  repeatable, mandatory, hidden)
7174 VALUES (1, 'biblio', '610', '4', $$Relator code$$,
7175 TRUE, FALSE, FALSE);
7176 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7177                                  repeatable, mandatory, hidden)
7178 VALUES (1, 'biblio', '610', '6', $$Linkage$$,
7179 FALSE, FALSE, FALSE);
7180 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7181                                  repeatable, mandatory, hidden)
7182 VALUES (1, 'biblio', '610', '8', $$Field link and sequence number$$,
7183 TRUE, FALSE, FALSE);
7184 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
7185                               fixed_field, repeatable, mandatory, hidden)
7186 VALUES (1, 'biblio', '611', $$Subject Added Entry-Meeting Name$$, $$Subject added entry in which the entry element is a meeting or conference name.$$,
7187 FALSE, TRUE, FALSE, FALSE);
7188 INSERT INTO config.record_attr_definition(name, label)
7189 VALUES ('marc21_biblio_611_ind_1', 'MARC 21 biblio field 611 indicator position 1');
7190 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7191 VALUES ('marc21_biblio_611_ind_1', '0', $$Inverted name$$, FALSE, TRUE);
7192 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7193 VALUES ('marc21_biblio_611_ind_1', '1', $$Jurisdiction name$$, FALSE, TRUE);
7194 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7195 VALUES ('marc21_biblio_611_ind_1', '2', $$Name in direct order$$, FALSE, TRUE);
7196 INSERT INTO config.record_attr_definition(name, label)
7197 VALUES ('marc21_biblio_611_ind_2', 'MARC 21 biblio field 611 indicator position 2');
7198 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7199 VALUES ('marc21_biblio_611_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
7200 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7201 VALUES ('marc21_biblio_611_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
7202 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7203 VALUES ('marc21_biblio_611_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
7204 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7205 VALUES ('marc21_biblio_611_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
7206 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7207 VALUES ('marc21_biblio_611_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
7208 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7209 VALUES ('marc21_biblio_611_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
7210 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7211 VALUES ('marc21_biblio_611_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
7212 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7213 VALUES ('marc21_biblio_611_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
7214 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7215                                  repeatable, mandatory, hidden)
7216 VALUES (1, 'biblio', '611', 'a', $$Meeting name or jurisdiction name as entry element$$,
7217 FALSE, FALSE, FALSE);
7218 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7219                                  repeatable, mandatory, hidden)
7220 VALUES (1, 'biblio', '611', 'c', $$Location of meeting$$,
7221 FALSE, FALSE, FALSE);
7222 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7223                                  repeatable, mandatory, hidden)
7224 VALUES (1, 'biblio', '611', 'd', $$Date of meeting$$,
7225 FALSE, FALSE, FALSE);
7226 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7227                                  repeatable, mandatory, hidden)
7228 VALUES (1, 'biblio', '611', 'e', $$Subordinate unit$$,
7229 TRUE, FALSE, FALSE);
7230 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7231                                  repeatable, mandatory, hidden)
7232 VALUES (1, 'biblio', '611', 'f', $$Date of a work$$,
7233 FALSE, FALSE, FALSE);
7234 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7235                                  repeatable, mandatory, hidden)
7236 VALUES (1, 'biblio', '611', 'g', $$Miscellaneous information$$,
7237 FALSE, FALSE, FALSE);
7238 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7239                                  repeatable, mandatory, hidden)
7240 VALUES (1, 'biblio', '611', 'h', $$Medium$$,
7241 FALSE, FALSE, FALSE);
7242 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7243                                  repeatable, mandatory, hidden)
7244 VALUES (1, 'biblio', '611', 'j', $$Relator term$$,
7245 TRUE, FALSE, FALSE);
7246 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7247                                  repeatable, mandatory, hidden)
7248 VALUES (1, 'biblio', '611', 'k', $$Form subheading$$,
7249 TRUE, FALSE, FALSE);
7250 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7251                                  repeatable, mandatory, hidden)
7252 VALUES (1, 'biblio', '611', 'l', $$Language of a work$$,
7253 FALSE, FALSE, FALSE);
7254 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7255                                  repeatable, mandatory, hidden)
7256 VALUES (1, 'biblio', '611', 'n', $$Number of part/section/meeting$$,
7257 TRUE, FALSE, FALSE);
7258 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7259                                  repeatable, mandatory, hidden)
7260 VALUES (1, 'biblio', '611', 'p', $$Name of part/section of a work$$,
7261 TRUE, FALSE, FALSE);
7262 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7263                                  repeatable, mandatory, hidden)
7264 VALUES (1, 'biblio', '611', 'q', $$Name of meeting following jurisdiction name entry element$$,
7265 FALSE, FALSE, FALSE);
7266 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7267                                  repeatable, mandatory, hidden)
7268 VALUES (1, 'biblio', '611', 's', $$Version$$,
7269 FALSE, FALSE, FALSE);
7270 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7271                                  repeatable, mandatory, hidden)
7272 VALUES (1, 'biblio', '611', 't', $$Title of a work$$,
7273 FALSE, FALSE, FALSE);
7274 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7275                                  repeatable, mandatory, hidden)
7276 VALUES (1, 'biblio', '611', 'u', $$Affiliation$$,
7277 FALSE, FALSE, FALSE);
7278 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7279                                  repeatable, mandatory, hidden)
7280 VALUES (1, 'biblio', '611', 'v', $$Form subdivision$$,
7281 TRUE, FALSE, FALSE);
7282 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7283                                  repeatable, mandatory, hidden)
7284 VALUES (1, 'biblio', '611', 'x', $$General subdivision$$,
7285 TRUE, FALSE, FALSE);
7286 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7287                                  repeatable, mandatory, hidden)
7288 VALUES (1, 'biblio', '611', 'y', $$Chronological subdivision$$,
7289 TRUE, FALSE, FALSE);
7290 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7291                                  repeatable, mandatory, hidden)
7292 VALUES (1, 'biblio', '611', 'z', $$Geographic subdivision$$,
7293 TRUE, FALSE, FALSE);
7294 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7295                                  repeatable, mandatory, hidden)
7296 VALUES (1, 'biblio', '611', '0', $$Authority record control number$$,
7297 TRUE, FALSE, FALSE);
7298 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7299                                  repeatable, mandatory, hidden)
7300 VALUES (1, 'biblio', '611', '2', $$Source of heading or term$$,
7301 FALSE, FALSE, FALSE);
7302 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7303                                  repeatable, mandatory, hidden)
7304 VALUES (1, 'biblio', '611', '3', $$Materials specified$$,
7305 FALSE, FALSE, FALSE);
7306 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7307                                  repeatable, mandatory, hidden)
7308 VALUES (1, 'biblio', '611', '4', $$Relator code$$,
7309 TRUE, FALSE, FALSE);
7310 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7311                                  repeatable, mandatory, hidden)
7312 VALUES (1, 'biblio', '611', '6', $$Linkage$$,
7313 FALSE, FALSE, FALSE);
7314 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7315                                  repeatable, mandatory, hidden)
7316 VALUES (1, 'biblio', '611', '8', $$Field link and sequence number$$,
7317 TRUE, FALSE, FALSE);
7318 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
7319                               fixed_field, repeatable, mandatory, hidden)
7320 VALUES (1, 'biblio', '630', $$Subject Added Entry-Uniform Title$$, $$Subject added entry in which the entry element is a uniform title.$$,
7321 FALSE, TRUE, FALSE, FALSE);
7322 INSERT INTO config.record_attr_definition(name, label)
7323 VALUES ('marc21_biblio_630_ind_1', 'MARC 21 biblio field 630 indicator position 1');
7324 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7325 VALUES ('marc21_biblio_630_ind_1', '0', $$No nonfiling characters$$, FALSE, TRUE);
7326 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7327 VALUES ('marc21_biblio_630_ind_1', '1', $$Number of nonfiling characters - 1$$, FALSE, TRUE);
7328 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7329 VALUES ('marc21_biblio_630_ind_1', '2', $$Number of nonfiling characters - 2$$, FALSE, TRUE);
7330 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7331 VALUES ('marc21_biblio_630_ind_1', '3', $$Number of nonfiling characters - 3$$, FALSE, TRUE);
7332 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7333 VALUES ('marc21_biblio_630_ind_1', '4', $$Number of nonfiling characters - 4$$, FALSE, TRUE);
7334 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7335 VALUES ('marc21_biblio_630_ind_1', '5', $$Number of nonfiling characters - 5$$, FALSE, TRUE);
7336 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7337 VALUES ('marc21_biblio_630_ind_1', '6', $$Number of nonfiling characters - 6$$, FALSE, TRUE);
7338 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7339 VALUES ('marc21_biblio_630_ind_1', '7', $$Number of nonfiling characters - 7$$, FALSE, TRUE);
7340 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7341 VALUES ('marc21_biblio_630_ind_1', '8', $$Number of nonfiling characters - 8$$, FALSE, TRUE);
7342 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7343 VALUES ('marc21_biblio_630_ind_1', '9', $$Number of nonfiling characters - 9$$, FALSE, TRUE);
7344 INSERT INTO config.record_attr_definition(name, label)
7345 VALUES ('marc21_biblio_630_ind_2', 'MARC 21 biblio field 630 indicator position 2');
7346 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7347 VALUES ('marc21_biblio_630_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
7348 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7349 VALUES ('marc21_biblio_630_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
7350 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7351 VALUES ('marc21_biblio_630_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
7352 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7353 VALUES ('marc21_biblio_630_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
7354 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7355 VALUES ('marc21_biblio_630_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
7356 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7357 VALUES ('marc21_biblio_630_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
7358 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7359 VALUES ('marc21_biblio_630_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
7360 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7361 VALUES ('marc21_biblio_630_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
7362 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7363                                  repeatable, mandatory, hidden)
7364 VALUES (1, 'biblio', '630', 'a', $$Uniform title$$,
7365 FALSE, FALSE, FALSE);
7366 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7367                                  repeatable, mandatory, hidden)
7368 VALUES (1, 'biblio', '630', 'd', $$Date of treaty signing$$,
7369 TRUE, FALSE, FALSE);
7370 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7371                                  repeatable, mandatory, hidden)
7372 VALUES (1, 'biblio', '630', 'e', $$Relator term$$,
7373 TRUE, FALSE, FALSE);
7374 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7375                                  repeatable, mandatory, hidden)
7376 VALUES (1, 'biblio', '630', 'f', $$Date of a work$$,
7377 FALSE, FALSE, FALSE);
7378 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7379                                  repeatable, mandatory, hidden)
7380 VALUES (1, 'biblio', '630', 'g', $$Miscellaneous information$$,
7381 FALSE, FALSE, FALSE);
7382 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7383                                  repeatable, mandatory, hidden)
7384 VALUES (1, 'biblio', '630', 'h', $$Medium$$,
7385 FALSE, FALSE, FALSE);
7386 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7387                                  repeatable, mandatory, hidden)
7388 VALUES (1, 'biblio', '630', 'k', $$Form subheading$$,
7389 TRUE, FALSE, FALSE);
7390 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7391                                  repeatable, mandatory, hidden)
7392 VALUES (1, 'biblio', '630', 'l', $$Language of a work$$,
7393 FALSE, FALSE, FALSE);
7394 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7395                                  repeatable, mandatory, hidden)
7396 VALUES (1, 'biblio', '630', 'm', $$Medium of performance for music$$,
7397 TRUE, FALSE, FALSE);
7398 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7399                                  repeatable, mandatory, hidden)
7400 VALUES (1, 'biblio', '630', 'n', $$Number of part/section of a work$$,
7401 TRUE, FALSE, FALSE);
7402 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7403                                  repeatable, mandatory, hidden)
7404 VALUES (1, 'biblio', '630', 'o', $$Arranged statement for music$$,
7405 FALSE, FALSE, FALSE);
7406 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7407                                  repeatable, mandatory, hidden)
7408 VALUES (1, 'biblio', '630', 'p', $$Name of part/section of a work$$,
7409 TRUE, FALSE, FALSE);
7410 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7411                                  repeatable, mandatory, hidden)
7412 VALUES (1, 'biblio', '630', 'r', $$Key for music$$,
7413 FALSE, FALSE, FALSE);
7414 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7415                                  repeatable, mandatory, hidden)
7416 VALUES (1, 'biblio', '630', 's', $$Version$$,
7417 FALSE, FALSE, FALSE);
7418 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7419                                  repeatable, mandatory, hidden)
7420 VALUES (1, 'biblio', '630', 't', $$Title of a work$$,
7421 FALSE, FALSE, FALSE);
7422 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7423                                  repeatable, mandatory, hidden)
7424 VALUES (1, 'biblio', '630', 'v', $$Form subdivision$$,
7425 TRUE, FALSE, FALSE);
7426 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7427                                  repeatable, mandatory, hidden)
7428 VALUES (1, 'biblio', '630', 'x', $$General subdivision$$,
7429 TRUE, FALSE, FALSE);
7430 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7431                                  repeatable, mandatory, hidden)
7432 VALUES (1, 'biblio', '630', 'y', $$Chronological subdivision$$,
7433 TRUE, FALSE, FALSE);
7434 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7435                                  repeatable, mandatory, hidden)
7436 VALUES (1, 'biblio', '630', 'z', $$Geographic subdivision$$,
7437 TRUE, FALSE, FALSE);
7438 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7439                                  repeatable, mandatory, hidden)
7440 VALUES (1, 'biblio', '630', '0', $$Authority record control number$$,
7441 TRUE, FALSE, FALSE);
7442 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7443                                  repeatable, mandatory, hidden)
7444 VALUES (1, 'biblio', '630', '2', $$Source of heading or term$$,
7445 FALSE, FALSE, FALSE);
7446 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7447                                  repeatable, mandatory, hidden)
7448 VALUES (1, 'biblio', '630', '3', $$Materials specified$$,
7449 FALSE, FALSE, FALSE);
7450 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7451                                  repeatable, mandatory, hidden)
7452 VALUES (1, 'biblio', '630', '4', $$Relator code$$,
7453 TRUE, FALSE, FALSE);
7454 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7455                                  repeatable, mandatory, hidden)
7456 VALUES (1, 'biblio', '630', '6', $$Linkage$$,
7457 FALSE, FALSE, FALSE);
7458 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7459                                  repeatable, mandatory, hidden)
7460 VALUES (1, 'biblio', '630', '8', $$Field link and sequence number$$,
7461 TRUE, FALSE, FALSE);
7462 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
7463                               fixed_field, repeatable, mandatory, hidden)
7464 VALUES (1, 'biblio', '648', $$Subject Added Entry-Chronological Term$$, $$Subject added entry in which the entry element is a chronological term.$$,
7465 FALSE, TRUE, FALSE, FALSE);
7466 INSERT INTO config.record_attr_definition(name, label)
7467 VALUES ('marc21_biblio_648_ind_1', 'MARC 21 biblio field 648 indicator position 1');
7468 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7469 VALUES ('marc21_biblio_648_ind_1', '#', $$Undefined$$, FALSE, TRUE);
7470 INSERT INTO config.record_attr_definition(name, label)
7471 VALUES ('marc21_biblio_648_ind_2', 'MARC 21 biblio field 648 indicator position 2');
7472 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7473 VALUES ('marc21_biblio_648_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
7474 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7475 VALUES ('marc21_biblio_648_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
7476 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7477 VALUES ('marc21_biblio_648_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
7478 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7479 VALUES ('marc21_biblio_648_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
7480 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7481 VALUES ('marc21_biblio_648_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
7482 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7483 VALUES ('marc21_biblio_648_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
7484 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7485 VALUES ('marc21_biblio_648_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
7486 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7487 VALUES ('marc21_biblio_648_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
7488 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7489                                  repeatable, mandatory, hidden)
7490 VALUES (1, 'biblio', '648', 'a', $$Chronological term$$,
7491 FALSE, FALSE, FALSE);
7492 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7493                                  repeatable, mandatory, hidden)
7494 VALUES (1, 'biblio', '648', 'v', $$Form subdivision$$,
7495 TRUE, FALSE, FALSE);
7496 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7497                                  repeatable, mandatory, hidden)
7498 VALUES (1, 'biblio', '648', 'x', $$General subdivision$$,
7499 TRUE, FALSE, FALSE);
7500 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7501                                  repeatable, mandatory, hidden)
7502 VALUES (1, 'biblio', '648', 'y', $$Chronological subdivision$$,
7503 TRUE, FALSE, FALSE);
7504 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7505                                  repeatable, mandatory, hidden)
7506 VALUES (1, 'biblio', '648', 'z', $$Geographic subdivision$$,
7507 TRUE, FALSE, FALSE);
7508 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7509                                  repeatable, mandatory, hidden)
7510 VALUES (1, 'biblio', '648', '0', $$Authority record control number$$,
7511 TRUE, FALSE, FALSE);
7512 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7513                                  repeatable, mandatory, hidden)
7514 VALUES (1, 'biblio', '648', '2', $$Source of heading or term$$,
7515 FALSE, FALSE, FALSE);
7516 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7517                                  repeatable, mandatory, hidden)
7518 VALUES (1, 'biblio', '648', '3', $$Materials specified$$,
7519 FALSE, FALSE, FALSE);
7520 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7521                                  repeatable, mandatory, hidden)
7522 VALUES (1, 'biblio', '648', '6', $$Linkage$$,
7523 FALSE, FALSE, FALSE);
7524 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7525                                  repeatable, mandatory, hidden)
7526 VALUES (1, 'biblio', '648', '8', $$Field link and sequence number$$,
7527 TRUE, FALSE, FALSE);
7528 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
7529                               fixed_field, repeatable, mandatory, hidden)
7530 VALUES (1, 'biblio', '650', $$Subject Added Entry-Topical Term$$, $$Subject added entry in which the entry element is a topical term.$$,
7531 FALSE, TRUE, FALSE, FALSE);
7532 INSERT INTO config.record_attr_definition(name, label)
7533 VALUES ('marc21_biblio_650_ind_1', 'MARC 21 biblio field 650 indicator position 1');
7534 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7535 VALUES ('marc21_biblio_650_ind_1', '#', $$No information provided$$, FALSE, TRUE);
7536 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7537 VALUES ('marc21_biblio_650_ind_1', '0', $$No level specified$$, FALSE, TRUE);
7538 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7539 VALUES ('marc21_biblio_650_ind_1', '1', $$Primary$$, FALSE, TRUE);
7540 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7541 VALUES ('marc21_biblio_650_ind_1', '2', $$Secondary$$, FALSE, TRUE);
7542 INSERT INTO config.record_attr_definition(name, label)
7543 VALUES ('marc21_biblio_650_ind_2', 'MARC 21 biblio field 650 indicator position 2');
7544 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7545 VALUES ('marc21_biblio_650_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
7546 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7547 VALUES ('marc21_biblio_650_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
7548 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7549 VALUES ('marc21_biblio_650_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
7550 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7551 VALUES ('marc21_biblio_650_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
7552 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7553 VALUES ('marc21_biblio_650_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
7554 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7555 VALUES ('marc21_biblio_650_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
7556 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7557 VALUES ('marc21_biblio_650_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
7558 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7559 VALUES ('marc21_biblio_650_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
7560 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7561                                  repeatable, mandatory, hidden)
7562 VALUES (1, 'biblio', '650', 'a', $$Topical term or geographic name entry element$$,
7563 FALSE, FALSE, FALSE);
7564 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7565                                  repeatable, mandatory, hidden)
7566 VALUES (1, 'biblio', '650', 'b', $$Topical term following geographic name entry element$$,
7567 FALSE, FALSE, FALSE);
7568 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7569                                  repeatable, mandatory, hidden)
7570 VALUES (1, 'biblio', '650', 'c', $$Location of event$$,
7571 FALSE, FALSE, FALSE);
7572 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7573                                  repeatable, mandatory, hidden)
7574 VALUES (1, 'biblio', '650', 'd', $$Active dates$$,
7575 FALSE, FALSE, FALSE);
7576 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7577                                  repeatable, mandatory, hidden)
7578 VALUES (1, 'biblio', '650', 'e', $$Relator term$$,
7579 TRUE, FALSE, FALSE);
7580 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7581                                  repeatable, mandatory, hidden)
7582 VALUES (1, 'biblio', '650', 'v', $$Form subdivision$$,
7583 TRUE, FALSE, FALSE);
7584 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7585                                  repeatable, mandatory, hidden)
7586 VALUES (1, 'biblio', '650', 'x', $$General subdivision$$,
7587 TRUE, FALSE, FALSE);
7588 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7589                                  repeatable, mandatory, hidden)
7590 VALUES (1, 'biblio', '650', 'y', $$Chronological subdivision$$,
7591 TRUE, FALSE, FALSE);
7592 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7593                                  repeatable, mandatory, hidden)
7594 VALUES (1, 'biblio', '650', 'z', $$Geographic subdivision$$,
7595 TRUE, FALSE, FALSE);
7596 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7597                                  repeatable, mandatory, hidden)
7598 VALUES (1, 'biblio', '650', '0', $$Authority record control number$$,
7599 TRUE, FALSE, FALSE);
7600 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7601                                  repeatable, mandatory, hidden)
7602 VALUES (1, 'biblio', '650', '2', $$Source of heading or term$$,
7603 FALSE, FALSE, FALSE);
7604 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7605                                  repeatable, mandatory, hidden)
7606 VALUES (1, 'biblio', '650', '3', $$Materials specified$$,
7607 FALSE, FALSE, FALSE);
7608 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7609                                  repeatable, mandatory, hidden)
7610 VALUES (1, 'biblio', '650', '4', $$Relator code$$,
7611 TRUE, FALSE, FALSE);
7612 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7613                                  repeatable, mandatory, hidden)
7614 VALUES (1, 'biblio', '650', '6', $$Linkage$$,
7615 FALSE, FALSE, FALSE);
7616 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7617                                  repeatable, mandatory, hidden)
7618 VALUES (1, 'biblio', '650', '8', $$Field link and sequence number$$,
7619 TRUE, FALSE, FALSE);
7620 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
7621                               fixed_field, repeatable, mandatory, hidden)
7622 VALUES (1, 'biblio', '651', $$Subject Added Entry-Geographic Name$$, $$Subject added entry in which the entry element is a geographic name.$$,
7623 FALSE, TRUE, FALSE, FALSE);
7624 INSERT INTO config.record_attr_definition(name, label)
7625 VALUES ('marc21_biblio_651_ind_1', 'MARC 21 biblio field 651 indicator position 1');
7626 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7627 VALUES ('marc21_biblio_651_ind_1', '#', $$Undefined$$, FALSE, TRUE);
7628 INSERT INTO config.record_attr_definition(name, label)
7629 VALUES ('marc21_biblio_651_ind_2', 'MARC 21 biblio field 651 indicator position 2');
7630 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7631 VALUES ('marc21_biblio_651_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
7632 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7633 VALUES ('marc21_biblio_651_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
7634 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7635 VALUES ('marc21_biblio_651_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
7636 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7637 VALUES ('marc21_biblio_651_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
7638 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7639 VALUES ('marc21_biblio_651_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
7640 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7641 VALUES ('marc21_biblio_651_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
7642 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7643 VALUES ('marc21_biblio_651_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
7644 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7645 VALUES ('marc21_biblio_651_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
7646 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7647                                  repeatable, mandatory, hidden)
7648 VALUES (1, 'biblio', '651', 'a', $$Geographic name$$,
7649 FALSE, FALSE, FALSE);
7650 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7651                                  repeatable, mandatory, hidden)
7652 VALUES (1, 'biblio', '651', 'e', $$Relator term$$,
7653 TRUE, FALSE, FALSE);
7654 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7655                                  repeatable, mandatory, hidden)
7656 VALUES (1, 'biblio', '651', 'v', $$Form subdivision$$,
7657 TRUE, FALSE, FALSE);
7658 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7659                                  repeatable, mandatory, hidden)
7660 VALUES (1, 'biblio', '651', 'x', $$General subdivision$$,
7661 TRUE, FALSE, FALSE);
7662 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7663                                  repeatable, mandatory, hidden)
7664 VALUES (1, 'biblio', '651', 'y', $$Chronological subdivision$$,
7665 TRUE, FALSE, FALSE);
7666 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7667                                  repeatable, mandatory, hidden)
7668 VALUES (1, 'biblio', '651', 'z', $$Geographic subdivision$$,
7669 TRUE, FALSE, FALSE);
7670 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7671                                  repeatable, mandatory, hidden)
7672 VALUES (1, 'biblio', '651', '0', $$Authority record control number$$,
7673 TRUE, FALSE, FALSE);
7674 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7675                                  repeatable, mandatory, hidden)
7676 VALUES (1, 'biblio', '651', '2', $$Source of heading or term$$,
7677 FALSE, FALSE, FALSE);
7678 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7679                                  repeatable, mandatory, hidden)
7680 VALUES (1, 'biblio', '651', '3', $$Materials specified$$,
7681 FALSE, FALSE, FALSE);
7682 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7683                                  repeatable, mandatory, hidden)
7684 VALUES (1, 'biblio', '651', '4', $$Relator code$$,
7685 TRUE, FALSE, FALSE);
7686 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7687                                  repeatable, mandatory, hidden)
7688 VALUES (1, 'biblio', '651', '6', $$Linkage$$,
7689 FALSE, FALSE, FALSE);
7690 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7691                                  repeatable, mandatory, hidden)
7692 VALUES (1, 'biblio', '651', '8', $$Field link and sequence number$$,
7693 TRUE, FALSE, FALSE);
7694 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
7695                               fixed_field, repeatable, mandatory, hidden)
7696 VALUES (1, 'biblio', '653', $$Index Term-Uncontrolled$$, $$Index term added entry that is not constructed by standard subject heading/thesaurus-building conventions.$$,
7697 FALSE, TRUE, FALSE, FALSE);
7698 INSERT INTO config.record_attr_definition(name, label)
7699 VALUES ('marc21_biblio_653_ind_1', 'MARC 21 biblio field 653 indicator position 1');
7700 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7701 VALUES ('marc21_biblio_653_ind_1', '#', $$No information provided$$, FALSE, TRUE);
7702 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7703 VALUES ('marc21_biblio_653_ind_1', '0', $$No level specified$$, FALSE, TRUE);
7704 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7705 VALUES ('marc21_biblio_653_ind_1', '1', $$Primary$$, FALSE, TRUE);
7706 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7707 VALUES ('marc21_biblio_653_ind_1', '2', $$Secondary$$, FALSE, TRUE);
7708 INSERT INTO config.record_attr_definition(name, label)
7709 VALUES ('marc21_biblio_653_ind_2', 'MARC 21 biblio field 653 indicator position 2');
7710 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7711 VALUES ('marc21_biblio_653_ind_2', '#', $$No information provided$$, FALSE, TRUE);
7712 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7713 VALUES ('marc21_biblio_653_ind_2', '0', $$Topical term$$, FALSE, TRUE);
7714 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7715 VALUES ('marc21_biblio_653_ind_2', '1', $$Personal name$$, FALSE, TRUE);
7716 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7717 VALUES ('marc21_biblio_653_ind_2', '2', $$Corporate name$$, FALSE, TRUE);
7718 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7719 VALUES ('marc21_biblio_653_ind_2', '3', $$Meeting name$$, FALSE, TRUE);
7720 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7721 VALUES ('marc21_biblio_653_ind_2', '4', $$Chronological term$$, FALSE, TRUE);
7722 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7723 VALUES ('marc21_biblio_653_ind_2', '5', $$Geographic name$$, FALSE, TRUE);
7724 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7725 VALUES ('marc21_biblio_653_ind_2', '6', $$Genre/form term$$, FALSE, TRUE);
7726 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7727                                  repeatable, mandatory, hidden)
7728 VALUES (1, 'biblio', '653', 'a', $$Uncontrolled term$$,
7729 TRUE, FALSE, FALSE);
7730 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7731                                  repeatable, mandatory, hidden)
7732 VALUES (1, 'biblio', '653', '6', $$Linkage$$,
7733 FALSE, FALSE, FALSE);
7734 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7735                                  repeatable, mandatory, hidden)
7736 VALUES (1, 'biblio', '653', '8', $$Field link and sequence number$$,
7737 TRUE, FALSE, FALSE);
7738 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
7739                               fixed_field, repeatable, mandatory, hidden)
7740 VALUES (1, 'biblio', '654', $$Subject Added Entry-Faceted Topical Terms$$, $$Topical subject constructed from a faceted vocabulary.$$,
7741 FALSE, TRUE, FALSE, FALSE);
7742 INSERT INTO config.record_attr_definition(name, label)
7743 VALUES ('marc21_biblio_654_ind_1', 'MARC 21 biblio field 654 indicator position 1');
7744 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7745 VALUES ('marc21_biblio_654_ind_1', '#', $$No information provided$$, FALSE, TRUE);
7746 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7747 VALUES ('marc21_biblio_654_ind_1', '0', $$No level specified$$, FALSE, TRUE);
7748 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7749 VALUES ('marc21_biblio_654_ind_1', '1', $$Primary$$, FALSE, TRUE);
7750 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7751 VALUES ('marc21_biblio_654_ind_1', '2', $$Secondary$$, FALSE, TRUE);
7752 INSERT INTO config.record_attr_definition(name, label)
7753 VALUES ('marc21_biblio_654_ind_2', 'MARC 21 biblio field 654 indicator position 2');
7754 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7755 VALUES ('marc21_biblio_654_ind_2', '#', $$Undefined$$, FALSE, TRUE);
7756 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7757                                  repeatable, mandatory, hidden)
7758 VALUES (1, 'biblio', '654', 'a', $$Focus term$$,
7759 TRUE, FALSE, FALSE);
7760 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7761                                  repeatable, mandatory, hidden)
7762 VALUES (1, 'biblio', '654', 'b', $$Non-focus term$$,
7763 TRUE, FALSE, FALSE);
7764 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7765                                  repeatable, mandatory, hidden)
7766 VALUES (1, 'biblio', '654', 'c', $$Facet/hierarchy designation$$,
7767 TRUE, FALSE, FALSE);
7768 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7769                                  repeatable, mandatory, hidden)
7770 VALUES (1, 'biblio', '654', 'e', $$Relator term$$,
7771 TRUE, FALSE, FALSE);
7772 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7773                                  repeatable, mandatory, hidden)
7774 VALUES (1, 'biblio', '654', 'v', $$Form subdivision$$,
7775 TRUE, FALSE, FALSE);
7776 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7777                                  repeatable, mandatory, hidden)
7778 VALUES (1, 'biblio', '654', 'y', $$Chronological subdivision$$,
7779 TRUE, FALSE, FALSE);
7780 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7781                                  repeatable, mandatory, hidden)
7782 VALUES (1, 'biblio', '654', 'z', $$Geographic subdivision$$,
7783 TRUE, FALSE, FALSE);
7784 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7785                                  repeatable, mandatory, hidden)
7786 VALUES (1, 'biblio', '654', '0', $$Authority record control number$$,
7787 TRUE, FALSE, FALSE);
7788 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7789                                  repeatable, mandatory, hidden)
7790 VALUES (1, 'biblio', '654', '2', $$Source of heading or term$$,
7791 FALSE, FALSE, FALSE);
7792 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7793                                  repeatable, mandatory, hidden)
7794 VALUES (1, 'biblio', '654', '3', $$Materials specified$$,
7795 FALSE, FALSE, FALSE);
7796 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7797                                  repeatable, mandatory, hidden)
7798 VALUES (1, 'biblio', '654', '4', $$Relator code$$,
7799 TRUE, FALSE, FALSE);
7800 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7801                                  repeatable, mandatory, hidden)
7802 VALUES (1, 'biblio', '654', '6', $$Linkage$$,
7803 FALSE, FALSE, FALSE);
7804 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7805                                  repeatable, mandatory, hidden)
7806 VALUES (1, 'biblio', '654', '8', $$Field link and sequence number$$,
7807 TRUE, FALSE, FALSE);
7808 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
7809                               fixed_field, repeatable, mandatory, hidden)
7810 VALUES (1, 'biblio', '655', $$Index Term-Genre/Form$$, $$Terms indicating the genre, form, and/or physical characteristics of the materials being described. A designates the style or technique of the intellectual content of textual materials or, for graphic materials, aspects such as vantage point, intended purpose, characteristics of the creator, publication status, or method of representation. A designates historically and functionally specific kinds of materials distinguished by their physical character, the subject of their intellectual content, or the order of information within them. terms designate historically and functionally specific kinds of materials as distinguished by an examination of their physical character, subject of their intellectual content, or the order of information with them.$$,
7811 FALSE, TRUE, FALSE, FALSE);
7812 INSERT INTO config.record_attr_definition(name, label)
7813 VALUES ('marc21_biblio_655_ind_1', 'MARC 21 biblio field 655 indicator position 1');
7814 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7815 VALUES ('marc21_biblio_655_ind_1', '#', $$Basic$$, FALSE, TRUE);
7816 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7817 VALUES ('marc21_biblio_655_ind_1', '0', $$Faceted$$, FALSE, TRUE);
7818 INSERT INTO config.record_attr_definition(name, label)
7819 VALUES ('marc21_biblio_655_ind_2', 'MARC 21 biblio field 655 indicator position 2');
7820 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7821 VALUES ('marc21_biblio_655_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
7822 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7823 VALUES ('marc21_biblio_655_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
7824 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7825 VALUES ('marc21_biblio_655_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
7826 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7827 VALUES ('marc21_biblio_655_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
7828 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7829 VALUES ('marc21_biblio_655_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
7830 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7831 VALUES ('marc21_biblio_655_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
7832 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7833 VALUES ('marc21_biblio_655_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
7834 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7835 VALUES ('marc21_biblio_655_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
7836 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7837                                  repeatable, mandatory, hidden)
7838 VALUES (1, 'biblio', '655', 'a', $$Genre/form data or focus term$$,
7839 FALSE, FALSE, FALSE);
7840 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7841                                  repeatable, mandatory, hidden)
7842 VALUES (1, 'biblio', '655', 'b', $$Non-focus term$$,
7843 TRUE, FALSE, FALSE);
7844 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7845                                  repeatable, mandatory, hidden)
7846 VALUES (1, 'biblio', '655', 'c', $$Facet/hierarchy designation$$,
7847 TRUE, FALSE, FALSE);
7848 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7849                                  repeatable, mandatory, hidden)
7850 VALUES (1, 'biblio', '655', 'v', $$Form subdivision$$,
7851 TRUE, FALSE, FALSE);
7852 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7853                                  repeatable, mandatory, hidden)
7854 VALUES (1, 'biblio', '655', 'x', $$General subdivision$$,
7855 TRUE, FALSE, FALSE);
7856 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7857                                  repeatable, mandatory, hidden)
7858 VALUES (1, 'biblio', '655', 'y', $$Chronological subdivision$$,
7859 TRUE, FALSE, FALSE);
7860 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7861                                  repeatable, mandatory, hidden)
7862 VALUES (1, 'biblio', '655', 'z', $$Geographic subdivision$$,
7863 TRUE, FALSE, FALSE);
7864 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7865                                  repeatable, mandatory, hidden)
7866 VALUES (1, 'biblio', '655', '0', $$Authority record control number$$,
7867 TRUE, FALSE, FALSE);
7868 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7869                                  repeatable, mandatory, hidden)
7870 VALUES (1, 'biblio', '655', '2', $$Source of term$$,
7871 FALSE, FALSE, FALSE);
7872 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7873                                  repeatable, mandatory, hidden)
7874 VALUES (1, 'biblio', '655', '3', $$Materials specified$$,
7875 FALSE, FALSE, FALSE);
7876 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7877                                  repeatable, mandatory, hidden)
7878 VALUES (1, 'biblio', '655', '5', $$Institution to which field applies$$,
7879 FALSE, FALSE, FALSE);
7880 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7881                                  repeatable, mandatory, hidden)
7882 VALUES (1, 'biblio', '655', '6', $$Linkage$$,
7883 FALSE, FALSE, FALSE);
7884 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7885                                  repeatable, mandatory, hidden)
7886 VALUES (1, 'biblio', '655', '8', $$Field link and sequence number$$,
7887 TRUE, FALSE, FALSE);
7888 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
7889                               fixed_field, repeatable, mandatory, hidden)
7890 VALUES (1, 'biblio', '656', $$Index Term-Occupation$$, $$Index term that is descriptive of the occupation (including avocation) reflected in the contents of the described materials.$$,
7891 FALSE, TRUE, FALSE, FALSE);
7892 INSERT INTO config.record_attr_definition(name, label)
7893 VALUES ('marc21_biblio_656_ind_1', 'MARC 21 biblio field 656 indicator position 1');
7894 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7895 VALUES ('marc21_biblio_656_ind_1', '#', $$Undefined$$, FALSE, TRUE);
7896 INSERT INTO config.record_attr_definition(name, label)
7897 VALUES ('marc21_biblio_656_ind_2', 'MARC 21 biblio field 656 indicator position 2');
7898 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7899 VALUES ('marc21_biblio_656_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
7900 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7901                                  repeatable, mandatory, hidden)
7902 VALUES (1, 'biblio', '656', 'a', $$Occupation$$,
7903 FALSE, FALSE, FALSE);
7904 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7905                                  repeatable, mandatory, hidden)
7906 VALUES (1, 'biblio', '656', 'k', $$Form$$,
7907 FALSE, FALSE, FALSE);
7908 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7909                                  repeatable, mandatory, hidden)
7910 VALUES (1, 'biblio', '656', 'v', $$Form subdivision$$,
7911 TRUE, FALSE, FALSE);
7912 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7913                                  repeatable, mandatory, hidden)
7914 VALUES (1, 'biblio', '656', 'x', $$General subdivision$$,
7915 TRUE, FALSE, FALSE);
7916 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7917                                  repeatable, mandatory, hidden)
7918 VALUES (1, 'biblio', '656', 'y', $$Chronological subdivision$$,
7919 TRUE, FALSE, FALSE);
7920 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7921                                  repeatable, mandatory, hidden)
7922 VALUES (1, 'biblio', '656', 'z', $$Geographic subdivision$$,
7923 TRUE, FALSE, FALSE);
7924 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7925                                  repeatable, mandatory, hidden)
7926 VALUES (1, 'biblio', '656', '0', $$Authority record control number$$,
7927 TRUE, FALSE, FALSE);
7928 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7929                                  repeatable, mandatory, hidden)
7930 VALUES (1, 'biblio', '656', '2', $$Source of term$$,
7931 FALSE, FALSE, FALSE);
7932 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7933                                  repeatable, mandatory, hidden)
7934 VALUES (1, 'biblio', '656', '3', $$Materials specified$$,
7935 FALSE, FALSE, FALSE);
7936 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7937                                  repeatable, mandatory, hidden)
7938 VALUES (1, 'biblio', '656', '6', $$Linkage$$,
7939 FALSE, FALSE, FALSE);
7940 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7941                                  repeatable, mandatory, hidden)
7942 VALUES (1, 'biblio', '656', '8', $$Field link and sequence number$$,
7943 TRUE, FALSE, FALSE);
7944 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
7945                               fixed_field, repeatable, mandatory, hidden)
7946 VALUES (1, 'biblio', '657', $$Index Term-Function$$, $$Index term that describes the activity or function that generated the described materials.$$,
7947 FALSE, TRUE, FALSE, FALSE);
7948 INSERT INTO config.record_attr_definition(name, label)
7949 VALUES ('marc21_biblio_657_ind_1', 'MARC 21 biblio field 657 indicator position 1');
7950 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7951 VALUES ('marc21_biblio_657_ind_1', '#', $$Undefined$$, FALSE, TRUE);
7952 INSERT INTO config.record_attr_definition(name, label)
7953 VALUES ('marc21_biblio_657_ind_2', 'MARC 21 biblio field 657 indicator position 2');
7954 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7955 VALUES ('marc21_biblio_657_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
7956 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7957                                  repeatable, mandatory, hidden)
7958 VALUES (1, 'biblio', '657', 'a', $$Function$$,
7959 FALSE, FALSE, FALSE);
7960 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7961                                  repeatable, mandatory, hidden)
7962 VALUES (1, 'biblio', '657', 'v', $$Form subdivision$$,
7963 TRUE, FALSE, FALSE);
7964 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7965                                  repeatable, mandatory, hidden)
7966 VALUES (1, 'biblio', '657', 'x', $$General subdivision$$,
7967 TRUE, FALSE, FALSE);
7968 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7969                                  repeatable, mandatory, hidden)
7970 VALUES (1, 'biblio', '657', 'y', $$Chronological subdivision$$,
7971 TRUE, FALSE, FALSE);
7972 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7973                                  repeatable, mandatory, hidden)
7974 VALUES (1, 'biblio', '657', 'z', $$Geographic subdivision$$,
7975 TRUE, FALSE, FALSE);
7976 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7977                                  repeatable, mandatory, hidden)
7978 VALUES (1, 'biblio', '657', '0', $$Authority record control number$$,
7979 TRUE, FALSE, FALSE);
7980 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7981                                  repeatable, mandatory, hidden)
7982 VALUES (1, 'biblio', '657', '2', $$Source of term$$,
7983 FALSE, FALSE, FALSE);
7984 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7985                                  repeatable, mandatory, hidden)
7986 VALUES (1, 'biblio', '657', '3', $$Materials specified$$,
7987 FALSE, FALSE, FALSE);
7988 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7989                                  repeatable, mandatory, hidden)
7990 VALUES (1, 'biblio', '657', '6', $$Linkage$$,
7991 FALSE, FALSE, FALSE);
7992 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7993                                  repeatable, mandatory, hidden)
7994 VALUES (1, 'biblio', '657', '8', $$Field link and sequence number$$,
7995 TRUE, FALSE, FALSE);
7996 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
7997                               fixed_field, repeatable, mandatory, hidden)
7998 VALUES (1, 'biblio', '658', $$Index Term-Curriculum Objective$$, $$Index terms denoting curriculum or course-of-study objectives applicable to the content of the described materials. The field may also contain correlation factors indicating the degree to which the described materials meet an objective. Codes assigned to specific objectives in published lists are also recorded in this field.$$,
7999 FALSE, TRUE, FALSE, FALSE);
8000 INSERT INTO config.record_attr_definition(name, label)
8001 VALUES ('marc21_biblio_658_ind_1', 'MARC 21 biblio field 658 indicator position 1');
8002 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8003 VALUES ('marc21_biblio_658_ind_1', '#', $$Undefined$$, FALSE, TRUE);
8004 INSERT INTO config.record_attr_definition(name, label)
8005 VALUES ('marc21_biblio_658_ind_2', 'MARC 21 biblio field 658 indicator position 2');
8006 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8007 VALUES ('marc21_biblio_658_ind_2', '#', $$Undefined$$, FALSE, TRUE);
8008 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8009                                  repeatable, mandatory, hidden)
8010 VALUES (1, 'biblio', '658', 'a', $$Main curriculum objective$$,
8011 FALSE, FALSE, FALSE);
8012 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8013                                  repeatable, mandatory, hidden)
8014 VALUES (1, 'biblio', '658', 'b', $$Subordinate curriculum objective$$,
8015 TRUE, FALSE, FALSE);
8016 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8017                                  repeatable, mandatory, hidden)
8018 VALUES (1, 'biblio', '658', 'c', $$Curriculum code$$,
8019 FALSE, FALSE, FALSE);
8020 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8021                                  repeatable, mandatory, hidden)
8022 VALUES (1, 'biblio', '658', 'd', $$Correlation factor$$,
8023 FALSE, FALSE, FALSE);
8024 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8025                                  repeatable, mandatory, hidden)
8026 VALUES (1, 'biblio', '658', '2', $$Source of term or code$$,
8027 FALSE, FALSE, FALSE);
8028 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8029                                  repeatable, mandatory, hidden)
8030 VALUES (1, 'biblio', '658', '6', $$Linkage$$,
8031 FALSE, FALSE, FALSE);
8032 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8033                                  repeatable, mandatory, hidden)
8034 VALUES (1, 'biblio', '658', '8', $$Field link and sequence number$$,
8035 TRUE, FALSE, FALSE);
8036 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
8037                               fixed_field, repeatable, mandatory, hidden)
8038 VALUES (1, 'biblio', '662', $$Subject Added Entry-Hierarchical Place Name$$, $$Hierarchical form of a geographic name used as a subject added entry.$$,
8039 FALSE, TRUE, FALSE, FALSE);
8040 INSERT INTO config.record_attr_definition(name, label)
8041 VALUES ('marc21_biblio_662_ind_1', 'MARC 21 biblio field 662 indicator position 1');
8042 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8043 VALUES ('marc21_biblio_662_ind_1', '#', $$Undefined$$, FALSE, TRUE);
8044 INSERT INTO config.record_attr_definition(name, label)
8045 VALUES ('marc21_biblio_662_ind_2', 'MARC 21 biblio field 662 indicator position 2');
8046 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8047 VALUES ('marc21_biblio_662_ind_2', '#', $$Undefined$$, FALSE, TRUE);
8048 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8049                                  repeatable, mandatory, hidden)
8050 VALUES (1, 'biblio', '662', 'a', $$Country or larger entity$$,
8051 TRUE, FALSE, FALSE);
8052 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8053                                  repeatable, mandatory, hidden)
8054 VALUES (1, 'biblio', '662', 'b', $$First-order political jurisdiction$$,
8055 FALSE, FALSE, FALSE);
8056 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8057                                  repeatable, mandatory, hidden)
8058 VALUES (1, 'biblio', '662', 'c', $$Intermediate political jurisdiction$$,
8059 TRUE, FALSE, FALSE);
8060 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8061                                  repeatable, mandatory, hidden)
8062 VALUES (1, 'biblio', '662', 'd', $$City$$,
8063 FALSE, FALSE, FALSE);
8064 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8065                                  repeatable, mandatory, hidden)
8066 VALUES (1, 'biblio', '662', 'e', $$Relator term$$,
8067 TRUE, FALSE, FALSE);
8068 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8069                                  repeatable, mandatory, hidden)
8070 VALUES (1, 'biblio', '662', 'f', $$City subsection$$,
8071 TRUE, FALSE, FALSE);
8072 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8073                                  repeatable, mandatory, hidden)
8074 VALUES (1, 'biblio', '662', 'g', $$Other nonjurisdictional geographic region and feature$$,
8075 TRUE, FALSE, FALSE);
8076 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8077                                  repeatable, mandatory, hidden)
8078 VALUES (1, 'biblio', '662', 'h', $$Extraterrestrial area$$,
8079 TRUE, FALSE, FALSE);
8080 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8081                                  repeatable, mandatory, hidden)
8082 VALUES (1, 'biblio', '662', '0', $$Authority record control number$$,
8083 TRUE, FALSE, FALSE);
8084 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8085                                  repeatable, mandatory, hidden)
8086 VALUES (1, 'biblio', '662', '2', $$Source of heading or term$$,
8087 FALSE, FALSE, FALSE);
8088 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8089                                  repeatable, mandatory, hidden)
8090 VALUES (1, 'biblio', '662', '4', $$Relator code$$,
8091 TRUE, FALSE, FALSE);
8092 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8093                                  repeatable, mandatory, hidden)
8094 VALUES (1, 'biblio', '662', '6', $$Linkage$$,
8095 FALSE, FALSE, FALSE);
8096 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8097                                  repeatable, mandatory, hidden)
8098 VALUES (1, 'biblio', '662', '8', $$Field link and sequence number$$,
8099 TRUE, FALSE, FALSE);
8100 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
8101                               fixed_field, repeatable, mandatory, hidden)
8102 VALUES (1, 'biblio', '700', $$Added Entry-Personal Name$$, $$Added entry in which the entry element is a personal name.$$,
8103 FALSE, TRUE, FALSE, FALSE);
8104 INSERT INTO config.record_attr_definition(name, label)
8105 VALUES ('marc21_biblio_700_ind_1', 'MARC 21 biblio field 700 indicator position 1');
8106 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8107 VALUES ('marc21_biblio_700_ind_1', '0', $$Forename$$, FALSE, TRUE);
8108 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8109 VALUES ('marc21_biblio_700_ind_1', '1', $$Surname$$, FALSE, TRUE);
8110 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8111 VALUES ('marc21_biblio_700_ind_1', '3', $$Family name$$, FALSE, TRUE);
8112 INSERT INTO config.record_attr_definition(name, label)
8113 VALUES ('marc21_biblio_700_ind_2', 'MARC 21 biblio field 700 indicator position 2');
8114 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8115 VALUES ('marc21_biblio_700_ind_2', '#', $$No information provided$$, FALSE, TRUE);
8116 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8117 VALUES ('marc21_biblio_700_ind_2', '2', $$Analytical entry$$, FALSE, TRUE);
8118 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8119                                  repeatable, mandatory, hidden)
8120 VALUES (1, 'biblio', '700', 'a', $$Personal name$$,
8121 FALSE, FALSE, FALSE);
8122 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8123                                  repeatable, mandatory, hidden)
8124 VALUES (1, 'biblio', '700', 'b', $$Numeration$$,
8125 FALSE, FALSE, FALSE);
8126 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8127                                  repeatable, mandatory, hidden)
8128 VALUES (1, 'biblio', '700', 'c', $$Titles and other words associated with a name$$,
8129 TRUE, FALSE, FALSE);
8130 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8131                                  repeatable, mandatory, hidden)
8132 VALUES (1, 'biblio', '700', 'd', $$Dates associated with a name$$,
8133 FALSE, FALSE, FALSE);
8134 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8135                                  repeatable, mandatory, hidden)
8136 VALUES (1, 'biblio', '700', 'e', $$Relator term$$,
8137 TRUE, FALSE, FALSE);
8138 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8139                                  repeatable, mandatory, hidden)
8140 VALUES (1, 'biblio', '700', 'f', $$Date of a work$$,
8141 FALSE, FALSE, FALSE);
8142 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8143                                  repeatable, mandatory, hidden)
8144 VALUES (1, 'biblio', '700', 'g', $$Miscellaneous information$$,
8145 FALSE, FALSE, FALSE);
8146 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8147                                  repeatable, mandatory, hidden)
8148 VALUES (1, 'biblio', '700', 'h', $$Medium$$,
8149 FALSE, FALSE, FALSE);
8150 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8151                                  repeatable, mandatory, hidden)
8152 VALUES (1, 'biblio', '700', 'j', $$Attribution qualifier$$,
8153 TRUE, FALSE, FALSE);
8154 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8155                                  repeatable, mandatory, hidden)
8156 VALUES (1, 'biblio', '700', 'k', $$Form subheading$$,
8157 TRUE, FALSE, FALSE);
8158 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8159                                  repeatable, mandatory, hidden)
8160 VALUES (1, 'biblio', '700', 'l', $$Language of a work$$,
8161 FALSE, FALSE, FALSE);
8162 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8163                                  repeatable, mandatory, hidden)
8164 VALUES (1, 'biblio', '700', 'm', $$Medium of performance for music$$,
8165 TRUE, FALSE, FALSE);
8166 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8167                                  repeatable, mandatory, hidden)
8168 VALUES (1, 'biblio', '700', 'n', $$Number of part/section of a work$$,
8169 TRUE, FALSE, FALSE);
8170 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8171                                  repeatable, mandatory, hidden)
8172 VALUES (1, 'biblio', '700', 'o', $$Arranged statement for music$$,
8173 FALSE, FALSE, FALSE);
8174 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8175                                  repeatable, mandatory, hidden)
8176 VALUES (1, 'biblio', '700', 'p', $$Name of part/section of a work$$,
8177 TRUE, FALSE, FALSE);
8178 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8179                                  repeatable, mandatory, hidden)
8180 VALUES (1, 'biblio', '700', 'q', $$Fuller form of name$$,
8181 FALSE, FALSE, FALSE);
8182 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8183                                  repeatable, mandatory, hidden)
8184 VALUES (1, 'biblio', '700', 'r', $$Key for music$$,
8185 FALSE, FALSE, FALSE);
8186 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8187                                  repeatable, mandatory, hidden)
8188 VALUES (1, 'biblio', '700', 's', $$Version$$,
8189 FALSE, FALSE, FALSE);
8190 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8191                                  repeatable, mandatory, hidden)
8192 VALUES (1, 'biblio', '700', 't', $$Title of a work$$,
8193 FALSE, FALSE, FALSE);
8194 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8195                                  repeatable, mandatory, hidden)
8196 VALUES (1, 'biblio', '700', 'u', $$Affiliation$$,
8197 FALSE, FALSE, FALSE);
8198 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8199                                  repeatable, mandatory, hidden)
8200 VALUES (1, 'biblio', '700', 'x', $$International Standard Serial Number$$,
8201 FALSE, FALSE, FALSE);
8202 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8203                                  repeatable, mandatory, hidden)
8204 VALUES (1, 'biblio', '700', '0', $$Authority record control number$$,
8205 TRUE, FALSE, FALSE);
8206 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8207                                  repeatable, mandatory, hidden)
8208 VALUES (1, 'biblio', '700', '3', $$Materials specified$$,
8209 FALSE, FALSE, FALSE);
8210 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8211                                  repeatable, mandatory, hidden)
8212 VALUES (1, 'biblio', '700', '4', $$Relator code$$,
8213 TRUE, FALSE, FALSE);
8214 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8215                                  repeatable, mandatory, hidden)
8216 VALUES (1, 'biblio', '700', '5', $$Institution to which field applies$$,
8217 FALSE, FALSE, FALSE);
8218 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8219                                  repeatable, mandatory, hidden)
8220 VALUES (1, 'biblio', '700', '6', $$Linkage$$,
8221 FALSE, FALSE, FALSE);
8222 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8223                                  repeatable, mandatory, hidden)
8224 VALUES (1, 'biblio', '700', '8', $$Field link and sequence number$$,
8225 TRUE, FALSE, FALSE);
8226 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
8227                               fixed_field, repeatable, mandatory, hidden)
8228 VALUES (1, 'biblio', '710', $$Added Entry-Corporate Name$$, $$Added entry in which the entry element is a corporate name.$$,
8229 FALSE, TRUE, FALSE, FALSE);
8230 INSERT INTO config.record_attr_definition(name, label)
8231 VALUES ('marc21_biblio_710_ind_1', 'MARC 21 biblio field 710 indicator position 1');
8232 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8233 VALUES ('marc21_biblio_710_ind_1', '0', $$Inverted name$$, FALSE, TRUE);
8234 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8235 VALUES ('marc21_biblio_710_ind_1', '1', $$Jurisdiction name$$, FALSE, TRUE);
8236 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8237 VALUES ('marc21_biblio_710_ind_1', '2', $$Name in direct order$$, FALSE, TRUE);
8238 INSERT INTO config.record_attr_definition(name, label)
8239 VALUES ('marc21_biblio_710_ind_2', 'MARC 21 biblio field 710 indicator position 2');
8240 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8241 VALUES ('marc21_biblio_710_ind_2', '#', $$No information provided$$, FALSE, TRUE);
8242 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8243 VALUES ('marc21_biblio_710_ind_2', '2', $$Analytical entry$$, FALSE, TRUE);
8244 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8245                                  repeatable, mandatory, hidden)
8246 VALUES (1, 'biblio', '710', 'a', $$Corporate name or jurisdiction name as entry element$$,
8247 FALSE, FALSE, FALSE);
8248 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8249                                  repeatable, mandatory, hidden)
8250 VALUES (1, 'biblio', '710', 'b', $$Subordinate unit$$,
8251 TRUE, FALSE, FALSE);
8252 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8253                                  repeatable, mandatory, hidden)
8254 VALUES (1, 'biblio', '710', 'c', $$Location of meeting$$,
8255 FALSE, FALSE, FALSE);
8256 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8257                                  repeatable, mandatory, hidden)
8258 VALUES (1, 'biblio', '710', 'd', $$Date of meeting or treaty signing$$,
8259 TRUE, FALSE, FALSE);
8260 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8261                                  repeatable, mandatory, hidden)
8262 VALUES (1, 'biblio', '710', 'e', $$Relator term$$,
8263 TRUE, FALSE, FALSE);
8264 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8265                                  repeatable, mandatory, hidden)
8266 VALUES (1, 'biblio', '710', 'f', $$Date of a work$$,
8267 FALSE, FALSE, FALSE);
8268 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8269                                  repeatable, mandatory, hidden)
8270 VALUES (1, 'biblio', '710', 'g', $$Miscellaneous information$$,
8271 FALSE, FALSE, FALSE);
8272 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8273                                  repeatable, mandatory, hidden)
8274 VALUES (1, 'biblio', '710', 'h', $$Medium$$,
8275 FALSE, FALSE, FALSE);
8276 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8277                                  repeatable, mandatory, hidden)
8278 VALUES (1, 'biblio', '710', 'k', $$Form subheading$$,
8279 TRUE, FALSE, FALSE);
8280 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8281                                  repeatable, mandatory, hidden)
8282 VALUES (1, 'biblio', '710', 'l', $$Language of a work$$,
8283 FALSE, FALSE, FALSE);
8284 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8285                                  repeatable, mandatory, hidden)
8286 VALUES (1, 'biblio', '710', 'm', $$Medium of performance for music$$,
8287 TRUE, FALSE, FALSE);
8288 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8289                                  repeatable, mandatory, hidden)
8290 VALUES (1, 'biblio', '710', 'n', $$Number of part/section/meeting$$,
8291 TRUE, FALSE, FALSE);
8292 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8293                                  repeatable, mandatory, hidden)
8294 VALUES (1, 'biblio', '710', 'o', $$Arranged statement for music$$,
8295 FALSE, FALSE, FALSE);
8296 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8297                                  repeatable, mandatory, hidden)
8298 VALUES (1, 'biblio', '710', 'p', $$Name of part/section of a work$$,
8299 TRUE, FALSE, FALSE);
8300 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8301                                  repeatable, mandatory, hidden)
8302 VALUES (1, 'biblio', '710', 'r', $$Key for music$$,
8303 FALSE, FALSE, FALSE);
8304 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8305                                  repeatable, mandatory, hidden)
8306 VALUES (1, 'biblio', '710', 's', $$Version$$,
8307 FALSE, FALSE, FALSE);
8308 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8309                                  repeatable, mandatory, hidden)
8310 VALUES (1, 'biblio', '710', 't', $$Title of a work$$,
8311 FALSE, FALSE, FALSE);
8312 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8313                                  repeatable, mandatory, hidden)
8314 VALUES (1, 'biblio', '710', 'u', $$Affiliation$$,
8315 FALSE, FALSE, FALSE);
8316 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8317                                  repeatable, mandatory, hidden)
8318 VALUES (1, 'biblio', '710', 'x', $$International Standard Serial Number$$,
8319 FALSE, FALSE, FALSE);
8320 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8321                                  repeatable, mandatory, hidden)
8322 VALUES (1, 'biblio', '710', '0', $$Authority record control number$$,
8323 TRUE, FALSE, FALSE);
8324 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8325                                  repeatable, mandatory, hidden)
8326 VALUES (1, 'biblio', '710', '3', $$Materials specified$$,
8327 FALSE, FALSE, FALSE);
8328 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8329                                  repeatable, mandatory, hidden)
8330 VALUES (1, 'biblio', '710', '4', $$Relator code$$,
8331 TRUE, FALSE, FALSE);
8332 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8333                                  repeatable, mandatory, hidden)
8334 VALUES (1, 'biblio', '710', '5', $$Institution to which field applies$$,
8335 FALSE, FALSE, FALSE);
8336 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8337                                  repeatable, mandatory, hidden)
8338 VALUES (1, 'biblio', '710', '6', $$Linkage$$,
8339 FALSE, FALSE, FALSE);
8340 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8341                                  repeatable, mandatory, hidden)
8342 VALUES (1, 'biblio', '710', '8', $$Field link and sequence number$$,
8343 TRUE, FALSE, FALSE);
8344 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
8345                               fixed_field, repeatable, mandatory, hidden)
8346 VALUES (1, 'biblio', '711', $$Added Entry-Meeting Name$$, $$Added entry in which the entry element is a meeting name.$$,
8347 FALSE, TRUE, FALSE, FALSE);
8348 INSERT INTO config.record_attr_definition(name, label)
8349 VALUES ('marc21_biblio_711_ind_1', 'MARC 21 biblio field 711 indicator position 1');
8350 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8351 VALUES ('marc21_biblio_711_ind_1', '0', $$Inverted name$$, FALSE, TRUE);
8352 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8353 VALUES ('marc21_biblio_711_ind_1', '1', $$Jurisdiction name$$, FALSE, TRUE);
8354 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8355 VALUES ('marc21_biblio_711_ind_1', '2', $$Name in direct order$$, FALSE, TRUE);
8356 INSERT INTO config.record_attr_definition(name, label)
8357 VALUES ('marc21_biblio_711_ind_2', 'MARC 21 biblio field 711 indicator position 2');
8358 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8359 VALUES ('marc21_biblio_711_ind_2', '#', $$No information provided$$, FALSE, TRUE);
8360 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8361 VALUES ('marc21_biblio_711_ind_2', '2', $$Analytical entry$$, FALSE, TRUE);
8362 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8363                                  repeatable, mandatory, hidden)
8364 VALUES (1, 'biblio', '711', 'a', $$Meeting name or jurisdiction name as entry element$$,
8365 FALSE, FALSE, FALSE);
8366 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8367                                  repeatable, mandatory, hidden)
8368 VALUES (1, 'biblio', '711', 'c', $$Location of meeting$$,
8369 FALSE, FALSE, FALSE);
8370 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8371                                  repeatable, mandatory, hidden)
8372 VALUES (1, 'biblio', '711', 'd', $$Date of meeting$$,
8373 FALSE, FALSE, FALSE);
8374 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8375                                  repeatable, mandatory, hidden)
8376 VALUES (1, 'biblio', '711', 'e', $$Subordinate unit$$,
8377 TRUE, FALSE, FALSE);
8378 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8379                                  repeatable, mandatory, hidden)
8380 VALUES (1, 'biblio', '711', 'f', $$Date of a work$$,
8381 FALSE, FALSE, FALSE);
8382 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8383                                  repeatable, mandatory, hidden)
8384 VALUES (1, 'biblio', '711', 'g', $$Miscellaneous information$$,
8385 FALSE, FALSE, FALSE);
8386 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8387                                  repeatable, mandatory, hidden)
8388 VALUES (1, 'biblio', '711', 'h', $$Medium$$,
8389 FALSE, FALSE, FALSE);
8390 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8391                                  repeatable, mandatory, hidden)
8392 VALUES (1, 'biblio', '711', 'j', $$Relator term$$,
8393 TRUE, FALSE, FALSE);
8394 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8395                                  repeatable, mandatory, hidden)
8396 VALUES (1, 'biblio', '711', 'k', $$Form subheading$$,
8397 TRUE, FALSE, FALSE);
8398 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8399                                  repeatable, mandatory, hidden)
8400 VALUES (1, 'biblio', '711', 'l', $$Language of a work$$,
8401 FALSE, FALSE, FALSE);
8402 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8403                                  repeatable, mandatory, hidden)
8404 VALUES (1, 'biblio', '711', 'n', $$Number of part/section/meeting$$,
8405 TRUE, FALSE, FALSE);
8406 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8407                                  repeatable, mandatory, hidden)
8408 VALUES (1, 'biblio', '711', 'p', $$Name of part/section of a work$$,
8409 TRUE, FALSE, FALSE);
8410 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8411                                  repeatable, mandatory, hidden)
8412 VALUES (1, 'biblio', '711', 'q', $$Name of meeting following jurisdiction name entry element$$,
8413 FALSE, FALSE, FALSE);
8414 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8415                                  repeatable, mandatory, hidden)
8416 VALUES (1, 'biblio', '711', 's', $$Version$$,
8417 FALSE, FALSE, FALSE);
8418 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8419                                  repeatable, mandatory, hidden)
8420 VALUES (1, 'biblio', '711', 't', $$Title of a work$$,
8421 FALSE, FALSE, FALSE);
8422 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8423                                  repeatable, mandatory, hidden)
8424 VALUES (1, 'biblio', '711', 'u', $$Affiliation$$,
8425 FALSE, FALSE, FALSE);
8426 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8427                                  repeatable, mandatory, hidden)
8428 VALUES (1, 'biblio', '711', 'x', $$International Standard Serial Number$$,
8429 FALSE, FALSE, FALSE);
8430 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8431                                  repeatable, mandatory, hidden)
8432 VALUES (1, 'biblio', '711', '0', $$Authority record control number$$,
8433 TRUE, FALSE, FALSE);
8434 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8435                                  repeatable, mandatory, hidden)
8436 VALUES (1, 'biblio', '711', '3', $$Materials specified$$,
8437 FALSE, FALSE, FALSE);
8438 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8439                                  repeatable, mandatory, hidden)
8440 VALUES (1, 'biblio', '711', '4', $$Relator code$$,
8441 TRUE, FALSE, FALSE);
8442 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8443                                  repeatable, mandatory, hidden)
8444 VALUES (1, 'biblio', '711', '5', $$Institution to which field applies$$,
8445 FALSE, FALSE, FALSE);
8446 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8447                                  repeatable, mandatory, hidden)
8448 VALUES (1, 'biblio', '711', '6', $$Linkage$$,
8449 FALSE, FALSE, FALSE);
8450 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8451                                  repeatable, mandatory, hidden)
8452 VALUES (1, 'biblio', '711', '8', $$Field link and sequence number$$,
8453 TRUE, FALSE, FALSE);
8454 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
8455                               fixed_field, repeatable, mandatory, hidden)
8456 VALUES (1, 'biblio', '720', $$Added Entry-Uncontrolled Name$$, $$Added entry in which the name is not controlled in an authority file or list. It is also used for names that have not been formulated according to cataloging rules. Names may be of any type (e.g., personal, corporate, meeting).$$,
8457 FALSE, TRUE, FALSE, FALSE);
8458 INSERT INTO config.record_attr_definition(name, label)
8459 VALUES ('marc21_biblio_720_ind_1', 'MARC 21 biblio field 720 indicator position 1');
8460 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8461 VALUES ('marc21_biblio_720_ind_1', '#', $$Not specified$$, FALSE, TRUE);
8462 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8463 VALUES ('marc21_biblio_720_ind_1', '1', $$Personal$$, FALSE, TRUE);
8464 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8465 VALUES ('marc21_biblio_720_ind_1', '2', $$Other$$, FALSE, TRUE);
8466 INSERT INTO config.record_attr_definition(name, label)
8467 VALUES ('marc21_biblio_720_ind_2', 'MARC 21 biblio field 720 indicator position 2');
8468 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8469 VALUES ('marc21_biblio_720_ind_2', '#', $$Undefined$$, FALSE, TRUE);
8470 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8471                                  repeatable, mandatory, hidden)
8472 VALUES (1, 'biblio', '720', 'a', $$Name$$,
8473 FALSE, FALSE, FALSE);
8474 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8475                                  repeatable, mandatory, hidden)
8476 VALUES (1, 'biblio', '720', 'e', $$Relator term$$,
8477 TRUE, FALSE, FALSE);
8478 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8479                                  repeatable, mandatory, hidden)
8480 VALUES (1, 'biblio', '720', '4', $$Relator code$$,
8481 TRUE, FALSE, FALSE);
8482 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8483                                  repeatable, mandatory, hidden)
8484 VALUES (1, 'biblio', '720', '6', $$Linkage$$,
8485 FALSE, FALSE, FALSE);
8486 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8487                                  repeatable, mandatory, hidden)
8488 VALUES (1, 'biblio', '720', '8', $$Field link and sequence number$$,
8489 TRUE, FALSE, FALSE);
8490 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
8491                               fixed_field, repeatable, mandatory, hidden)
8492 VALUES (1, 'biblio', '730', $$Added Entry-Uniform Title$$, $$Uniform title, a related or an analytical title that is controlled by an authority file or list, used as an added entry.$$,
8493 FALSE, TRUE, FALSE, FALSE);
8494 INSERT INTO config.record_attr_definition(name, label)
8495 VALUES ('marc21_biblio_730_ind_1', 'MARC 21 biblio field 730 indicator position 1');
8496 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8497 VALUES ('marc21_biblio_730_ind_1', '0', $$No nonfiling characters$$, FALSE, TRUE);
8498 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8499 VALUES ('marc21_biblio_730_ind_1', '1', $$Number of nonfiling characters - 1$$, FALSE, TRUE);
8500 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8501 VALUES ('marc21_biblio_730_ind_1', '2', $$Number of nonfiling characters - 2$$, FALSE, TRUE);
8502 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8503 VALUES ('marc21_biblio_730_ind_1', '3', $$Number of nonfiling characters - 3$$, FALSE, TRUE);
8504 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8505 VALUES ('marc21_biblio_730_ind_1', '4', $$Number of nonfiling characters - 4$$, FALSE, TRUE);
8506 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8507 VALUES ('marc21_biblio_730_ind_1', '5', $$Number of nonfiling characters - 5$$, FALSE, TRUE);
8508 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8509 VALUES ('marc21_biblio_730_ind_1', '6', $$Number of nonfiling characters - 6$$, FALSE, TRUE);
8510 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8511 VALUES ('marc21_biblio_730_ind_1', '7', $$Number of nonfiling characters - 7$$, FALSE, TRUE);
8512 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8513 VALUES ('marc21_biblio_730_ind_1', '8', $$Number of nonfiling characters - 8$$, FALSE, TRUE);
8514 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8515 VALUES ('marc21_biblio_730_ind_1', '9', $$Number of nonfiling characters - 9$$, FALSE, TRUE);
8516 INSERT INTO config.record_attr_definition(name, label)
8517 VALUES ('marc21_biblio_730_ind_2', 'MARC 21 biblio field 730 indicator position 2');
8518 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8519 VALUES ('marc21_biblio_730_ind_2', '#', $$No information provided$$, FALSE, TRUE);
8520 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8521 VALUES ('marc21_biblio_730_ind_2', '2', $$Analytical entry$$, FALSE, TRUE);
8522 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8523                                  repeatable, mandatory, hidden)
8524 VALUES (1, 'biblio', '730', 'a', $$Uniform title$$,
8525 FALSE, FALSE, FALSE);
8526 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8527                                  repeatable, mandatory, hidden)
8528 VALUES (1, 'biblio', '730', 'd', $$Date of treaty signing$$,
8529 TRUE, FALSE, FALSE);
8530 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8531                                  repeatable, mandatory, hidden)
8532 VALUES (1, 'biblio', '730', 'f', $$Date of a work$$,
8533 FALSE, FALSE, FALSE);
8534 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8535                                  repeatable, mandatory, hidden)
8536 VALUES (1, 'biblio', '730', 'g', $$Miscellaneous information$$,
8537 FALSE, FALSE, FALSE);
8538 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8539                                  repeatable, mandatory, hidden)
8540 VALUES (1, 'biblio', '730', 'h', $$Medium$$,
8541 FALSE, FALSE, FALSE);
8542 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8543                                  repeatable, mandatory, hidden)
8544 VALUES (1, 'biblio', '730', 'k', $$Form subheading$$,
8545 TRUE, FALSE, FALSE);
8546 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8547                                  repeatable, mandatory, hidden)
8548 VALUES (1, 'biblio', '730', 'l', $$Language of a work$$,
8549 FALSE, FALSE, FALSE);
8550 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8551                                  repeatable, mandatory, hidden)
8552 VALUES (1, 'biblio', '730', 'm', $$Medium of performance for music$$,
8553 TRUE, FALSE, FALSE);
8554 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8555                                  repeatable, mandatory, hidden)
8556 VALUES (1, 'biblio', '730', 'n', $$Number of part/section of a work$$,
8557 TRUE, FALSE, FALSE);
8558 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8559                                  repeatable, mandatory, hidden)
8560 VALUES (1, 'biblio', '730', 'o', $$Arranged statement for music$$,
8561 FALSE, FALSE, FALSE);
8562 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8563                                  repeatable, mandatory, hidden)
8564 VALUES (1, 'biblio', '730', 'p', $$Name of part/section of a work$$,
8565 TRUE, FALSE, FALSE);
8566 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8567                                  repeatable, mandatory, hidden)
8568 VALUES (1, 'biblio', '730', 'r', $$Key for music$$,
8569 FALSE, FALSE, FALSE);
8570 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8571                                  repeatable, mandatory, hidden)
8572 VALUES (1, 'biblio', '730', 's', $$Version$$,
8573 FALSE, FALSE, FALSE);
8574 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8575                                  repeatable, mandatory, hidden)
8576 VALUES (1, 'biblio', '730', 't', $$Title of a work$$,
8577 FALSE, FALSE, FALSE);
8578 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8579                                  repeatable, mandatory, hidden)
8580 VALUES (1, 'biblio', '730', 'x', $$International Standard Serial Number$$,
8581 FALSE, FALSE, FALSE);
8582 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8583                                  repeatable, mandatory, hidden)
8584 VALUES (1, 'biblio', '730', '0', $$Authority record control number$$,
8585 TRUE, FALSE, FALSE);
8586 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8587                                  repeatable, mandatory, hidden)
8588 VALUES (1, 'biblio', '730', '3', $$Materials specified$$,
8589 FALSE, FALSE, FALSE);
8590 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8591                                  repeatable, mandatory, hidden)
8592 VALUES (1, 'biblio', '730', '5', $$Institution to which field applies$$,
8593 FALSE, FALSE, FALSE);
8594 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8595                                  repeatable, mandatory, hidden)
8596 VALUES (1, 'biblio', '730', '6', $$Linkage$$,
8597 FALSE, FALSE, FALSE);
8598 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8599                                  repeatable, mandatory, hidden)
8600 VALUES (1, 'biblio', '730', '8', $$Field link and sequence number$$,
8601 TRUE, FALSE, FALSE);
8602 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
8603                               fixed_field, repeatable, mandatory, hidden)
8604 VALUES (1, 'biblio', '740', $$Added Entry-Uncontrolled Related/Analytical Title$$, $$Added entries for related or analytical titles that are not controlled through an authority file or list. (If related or analytical titles are controlled by an authority file, use field 730 (Added entry - uniform title)).$$,
8605 FALSE, TRUE, FALSE, FALSE);
8606 INSERT INTO config.record_attr_definition(name, label)
8607 VALUES ('marc21_biblio_740_ind_1', 'MARC 21 biblio field 740 indicator position 1');
8608 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8609 VALUES ('marc21_biblio_740_ind_1', '0', $$No nonfiling characters$$, FALSE, TRUE);
8610 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8611 VALUES ('marc21_biblio_740_ind_1', '1', $$Number of nonfiling characters - 1$$, FALSE, TRUE);
8612 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8613 VALUES ('marc21_biblio_740_ind_1', '2', $$Number of nonfiling characters - 2$$, FALSE, TRUE);
8614 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8615 VALUES ('marc21_biblio_740_ind_1', '3', $$Number of nonfiling characters - 3$$, FALSE, TRUE);
8616 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8617 VALUES ('marc21_biblio_740_ind_1', '4', $$Number of nonfiling characters - 4$$, FALSE, TRUE);
8618 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8619 VALUES ('marc21_biblio_740_ind_1', '5', $$Number of nonfiling characters - 5$$, FALSE, TRUE);
8620 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8621 VALUES ('marc21_biblio_740_ind_1', '6', $$Number of nonfiling characters - 6$$, FALSE, TRUE);
8622 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8623 VALUES ('marc21_biblio_740_ind_1', '7', $$Number of nonfiling characters - 7$$, FALSE, TRUE);
8624 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8625 VALUES ('marc21_biblio_740_ind_1', '8', $$Number of nonfiling characters - 8$$, FALSE, TRUE);
8626 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8627 VALUES ('marc21_biblio_740_ind_1', '9', $$Number of nonfiling characters - 9$$, FALSE, TRUE);
8628 INSERT INTO config.record_attr_definition(name, label)
8629 VALUES ('marc21_biblio_740_ind_2', 'MARC 21 biblio field 740 indicator position 2');
8630 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8631 VALUES ('marc21_biblio_740_ind_2', '#', $$No information provided$$, FALSE, TRUE);
8632 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8633 VALUES ('marc21_biblio_740_ind_2', '2', $$Analytical entry$$, FALSE, TRUE);
8634 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8635                                  repeatable, mandatory, hidden)
8636 VALUES (1, 'biblio', '740', 'a', $$Uncontrolled related/analytical title$$,
8637 FALSE, FALSE, FALSE);
8638 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8639                                  repeatable, mandatory, hidden)
8640 VALUES (1, 'biblio', '740', 'h', $$Medium$$,
8641 FALSE, FALSE, FALSE);
8642 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8643                                  repeatable, mandatory, hidden)
8644 VALUES (1, 'biblio', '740', 'n', $$Number of part/section of a work$$,
8645 TRUE, FALSE, FALSE);
8646 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8647                                  repeatable, mandatory, hidden)
8648 VALUES (1, 'biblio', '740', 'p', $$Name of part/section of a work$$,
8649 TRUE, FALSE, FALSE);
8650 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8651                                  repeatable, mandatory, hidden)
8652 VALUES (1, 'biblio', '740', '5', $$Institution to which field applies$$,
8653 FALSE, FALSE, FALSE);
8654 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8655                                  repeatable, mandatory, hidden)
8656 VALUES (1, 'biblio', '740', '6', $$Linkage$$,
8657 FALSE, FALSE, FALSE);
8658 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8659                                  repeatable, mandatory, hidden)
8660 VALUES (1, 'biblio', '740', '8', $$Field link and sequence number$$,
8661 TRUE, FALSE, FALSE);
8662 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
8663                               fixed_field, repeatable, mandatory, hidden)
8664 VALUES (1, 'biblio', '751', $$Added Entry-Geographic Name$$, $$Added entry in which the entry element is a geographic name that is related to a particular attribute of the described item, e.g., the place of publication for a rare book, place of distribution, place of a university to which a dissertation is submitted, place of an event such as a conference, etc.$$,
8665 FALSE, TRUE, FALSE, FALSE);
8666 INSERT INTO config.record_attr_definition(name, label)
8667 VALUES ('marc21_biblio_751_ind_1', 'MARC 21 biblio field 751 indicator position 1');
8668 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8669 VALUES ('marc21_biblio_751_ind_1', '#', $$Undefined$$, FALSE, TRUE);
8670 INSERT INTO config.record_attr_definition(name, label)
8671 VALUES ('marc21_biblio_751_ind_2', 'MARC 21 biblio field 751 indicator position 2');
8672 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8673 VALUES ('marc21_biblio_751_ind_2', '#', $$Undefined$$, FALSE, TRUE);
8674 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8675                                  repeatable, mandatory, hidden)
8676 VALUES (1, 'biblio', '751', 'a', $$Geographic name$$,
8677 FALSE, FALSE, FALSE);
8678 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8679                                  repeatable, mandatory, hidden)
8680 VALUES (1, 'biblio', '751', 'e', $$Relator term$$,
8681 TRUE, FALSE, FALSE);
8682 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8683                                  repeatable, mandatory, hidden)
8684 VALUES (1, 'biblio', '751', '0', $$Authority record control number$$,
8685 TRUE, FALSE, FALSE);
8686 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8687                                  repeatable, mandatory, hidden)
8688 VALUES (1, 'biblio', '751', '2', $$Source of heading or term$$,
8689 FALSE, FALSE, FALSE);
8690 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8691                                  repeatable, mandatory, hidden)
8692 VALUES (1, 'biblio', '751', '3', $$Materials specified$$,
8693 FALSE, FALSE, FALSE);
8694 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8695                                  repeatable, mandatory, hidden)
8696 VALUES (1, 'biblio', '751', '4', $$Relator code$$,
8697 TRUE, FALSE, FALSE);
8698 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8699                                  repeatable, mandatory, hidden)
8700 VALUES (1, 'biblio', '751', '6', $$Linkage$$,
8701 FALSE, FALSE, FALSE);
8702 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8703                                  repeatable, mandatory, hidden)
8704 VALUES (1, 'biblio', '751', '8', $$Field link and sequence number$$,
8705 TRUE, FALSE, FALSE);
8706 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
8707                               fixed_field, repeatable, mandatory, hidden)
8708 VALUES (1, 'biblio', '752', $$Added Entry-Hierarchical Place Name$$, $$Added entry in which the entry element is a hierarchical form of place name that is related to a particular attribute of the described item, e.g., the place of publication for a rare book. For display, a dash (--) may be generated to separate the subelements of the place name, e.g., Canada -- British Columbia -- Vancouver.$$,
8709 FALSE, TRUE, FALSE, FALSE);
8710 INSERT INTO config.record_attr_definition(name, label)
8711 VALUES ('marc21_biblio_752_ind_1', 'MARC 21 biblio field 752 indicator position 1');
8712 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8713 VALUES ('marc21_biblio_752_ind_1', '#', $$Undefined$$, FALSE, TRUE);
8714 INSERT INTO config.record_attr_definition(name, label)
8715 VALUES ('marc21_biblio_752_ind_2', 'MARC 21 biblio field 752 indicator position 2');
8716 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8717 VALUES ('marc21_biblio_752_ind_2', '#', $$Undefined$$, FALSE, TRUE);
8718 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8719                                  repeatable, mandatory, hidden)
8720 VALUES (1, 'biblio', '752', 'a', $$Country or larger entity$$,
8721 TRUE, FALSE, FALSE);
8722 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8723                                  repeatable, mandatory, hidden)
8724 VALUES (1, 'biblio', '752', 'b', $$First-order political jurisdiction$$,
8725 FALSE, FALSE, FALSE);
8726 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8727                                  repeatable, mandatory, hidden)
8728 VALUES (1, 'biblio', '752', 'c', $$Intermediate political jurisdiction$$,
8729 TRUE, FALSE, FALSE);
8730 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8731                                  repeatable, mandatory, hidden)
8732 VALUES (1, 'biblio', '752', 'd', $$City$$,
8733 FALSE, FALSE, FALSE);
8734 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8735                                  repeatable, mandatory, hidden)
8736 VALUES (1, 'biblio', '752', 'f', $$City subsection$$,
8737 TRUE, FALSE, FALSE);
8738 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8739                                  repeatable, mandatory, hidden)
8740 VALUES (1, 'biblio', '752', 'g', $$Other nonjurisdictional geographic region and feature$$,
8741 TRUE, FALSE, FALSE);
8742 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8743                                  repeatable, mandatory, hidden)
8744 VALUES (1, 'biblio', '752', 'h', $$Extraterrestrial area$$,
8745 TRUE, FALSE, FALSE);
8746 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8747                                  repeatable, mandatory, hidden)
8748 VALUES (1, 'biblio', '752', '0', $$Authority record control number$$,
8749 TRUE, FALSE, FALSE);
8750 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8751                                  repeatable, mandatory, hidden)
8752 VALUES (1, 'biblio', '752', '2', $$Source of heading or term$$,
8753 FALSE, FALSE, FALSE);
8754 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8755                                  repeatable, mandatory, hidden)
8756 VALUES (1, 'biblio', '752', '6', $$Linkage$$,
8757 FALSE, FALSE, FALSE);
8758 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8759                                  repeatable, mandatory, hidden)
8760 VALUES (1, 'biblio', '752', '8', $$Field link and sequence number$$,
8761 TRUE, FALSE, FALSE);
8762 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
8763                               fixed_field, repeatable, mandatory, hidden)
8764 VALUES (1, 'biblio', '753', $$System Details Access to Computer Files$$, $$Information on the technical aspects of a computer file and any accompanying material that may be used to select and arrange the record with other records in a printed index.$$,
8765 FALSE, TRUE, FALSE, FALSE);
8766 INSERT INTO config.record_attr_definition(name, label)
8767 VALUES ('marc21_biblio_753_ind_1', 'MARC 21 biblio field 753 indicator position 1');
8768 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8769 VALUES ('marc21_biblio_753_ind_1', '#', $$Undefined$$, FALSE, TRUE);
8770 INSERT INTO config.record_attr_definition(name, label)
8771 VALUES ('marc21_biblio_753_ind_2', 'MARC 21 biblio field 753 indicator position 2');
8772 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8773 VALUES ('marc21_biblio_753_ind_2', '#', $$Undefined$$, FALSE, TRUE);
8774 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8775                                  repeatable, mandatory, hidden)
8776 VALUES (1, 'biblio', '753', 'a', $$Make and model of machine$$,
8777 FALSE, FALSE, FALSE);
8778 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8779                                  repeatable, mandatory, hidden)
8780 VALUES (1, 'biblio', '753', 'b', $$Programming language$$,
8781 FALSE, FALSE, FALSE);
8782 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8783                                  repeatable, mandatory, hidden)
8784 VALUES (1, 'biblio', '753', 'c', $$Operating system$$,
8785 FALSE, FALSE, FALSE);
8786 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8787                                  repeatable, mandatory, hidden)
8788 VALUES (1, 'biblio', '753', '6', $$Linkage$$,
8789 FALSE, FALSE, FALSE);
8790 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8791                                  repeatable, mandatory, hidden)
8792 VALUES (1, 'biblio', '753', '8', $$Field link and sequence number$$,
8793 TRUE, FALSE, FALSE);
8794 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
8795                               fixed_field, repeatable, mandatory, hidden)
8796 VALUES (1, 'biblio', '754', $$Added Entry-Taxonomic Identification$$, $$Added entry in which the entry element is the taxonomic name or category associated with the described item.$$,
8797 FALSE, TRUE, FALSE, FALSE);
8798 INSERT INTO config.record_attr_definition(name, label)
8799 VALUES ('marc21_biblio_754_ind_1', 'MARC 21 biblio field 754 indicator position 1');
8800 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8801 VALUES ('marc21_biblio_754_ind_1', '#', $$Undefined$$, FALSE, TRUE);
8802 INSERT INTO config.record_attr_definition(name, label)
8803 VALUES ('marc21_biblio_754_ind_2', 'MARC 21 biblio field 754 indicator position 2');
8804 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8805 VALUES ('marc21_biblio_754_ind_2', '#', $$Undefined$$, FALSE, TRUE);
8806 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8807                                  repeatable, mandatory, hidden)
8808 VALUES (1, 'biblio', '754', 'a', $$Taxonomic name$$,
8809 TRUE, FALSE, FALSE);
8810 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8811                                  repeatable, mandatory, hidden)
8812 VALUES (1, 'biblio', '754', 'c', $$Taxonomic category$$,
8813 TRUE, FALSE, FALSE);
8814 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8815                                  repeatable, mandatory, hidden)
8816 VALUES (1, 'biblio', '754', 'd', $$Common or alternative name$$,
8817 TRUE, FALSE, FALSE);
8818 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8819                                  repeatable, mandatory, hidden)
8820 VALUES (1, 'biblio', '754', 'x', $$Non-public note$$,
8821 TRUE, FALSE, FALSE);
8822 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8823                                  repeatable, mandatory, hidden)
8824 VALUES (1, 'biblio', '754', 'z', $$Public note$$,
8825 TRUE, FALSE, FALSE);
8826 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8827                                  repeatable, mandatory, hidden)
8828 VALUES (1, 'biblio', '754', '0', $$Authority record control number$$,
8829 TRUE, FALSE, FALSE);
8830 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8831                                  repeatable, mandatory, hidden)
8832 VALUES (1, 'biblio', '754', '2', $$Source of taxonomic identification$$,
8833 FALSE, FALSE, FALSE);
8834 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8835                                  repeatable, mandatory, hidden)
8836 VALUES (1, 'biblio', '754', '6', $$Linkage$$,
8837 FALSE, FALSE, FALSE);
8838 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8839                                  repeatable, mandatory, hidden)
8840 VALUES (1, 'biblio', '754', '8', $$Field link and sequence number$$,
8841 TRUE, FALSE, FALSE);
8842 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
8843                               fixed_field, repeatable, mandatory, hidden)
8844 VALUES (1, 'biblio', '760', $$Main Series Entry$$, $$Information concerning the related main series when the target item is a subseries (vertical relationship). When a note is generated from this field, the introductory phrase or may be generated based on the field tag for display.$$,
8845 FALSE, TRUE, FALSE, FALSE);
8846 INSERT INTO config.record_attr_definition(name, label)
8847 VALUES ('marc21_biblio_760_ind_1', 'MARC 21 biblio field 760 indicator position 1');
8848 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8849 VALUES ('marc21_biblio_760_ind_1', '0', $$Display note$$, FALSE, TRUE);
8850 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8851 VALUES ('marc21_biblio_760_ind_1', '1', $$Do not display note$$, FALSE, TRUE);
8852 INSERT INTO config.record_attr_definition(name, label)
8853 VALUES ('marc21_biblio_760_ind_2', 'MARC 21 biblio field 760 indicator position 2');
8854 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8855 VALUES ('marc21_biblio_760_ind_2', '#', $$Main series$$, FALSE, TRUE);
8856 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8857 VALUES ('marc21_biblio_760_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
8858 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8859                                  repeatable, mandatory, hidden)
8860 VALUES (1, 'biblio', '760', 'a', $$Main entry heading$$,
8861 FALSE, FALSE, FALSE);
8862 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8863                                  repeatable, mandatory, hidden)
8864 VALUES (1, 'biblio', '760', 'b', $$Edition$$,
8865 FALSE, FALSE, FALSE);
8866 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8867                                  repeatable, mandatory, hidden)
8868 VALUES (1, 'biblio', '760', 'c', $$Qualifying information$$,
8869 FALSE, FALSE, FALSE);
8870 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8871                                  repeatable, mandatory, hidden)
8872 VALUES (1, 'biblio', '760', 'd', $$Place, publisher, and date of publication$$,
8873 FALSE, FALSE, FALSE);
8874 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8875                                  repeatable, mandatory, hidden)
8876 VALUES (1, 'biblio', '760', 'g', $$Related parts$$,
8877 TRUE, FALSE, FALSE);
8878 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8879                                  repeatable, mandatory, hidden)
8880 VALUES (1, 'biblio', '760', 'h', $$Physical description$$,
8881 FALSE, FALSE, FALSE);
8882 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8883                                  repeatable, mandatory, hidden)
8884 VALUES (1, 'biblio', '760', 'i', $$Relationship information$$,
8885 TRUE, FALSE, FALSE);
8886 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8887                                  repeatable, mandatory, hidden)
8888 VALUES (1, 'biblio', '760', 'm', $$Material-specific details$$,
8889 FALSE, FALSE, FALSE);
8890 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8891                                  repeatable, mandatory, hidden)
8892 VALUES (1, 'biblio', '760', 'n', $$Note$$,
8893 TRUE, FALSE, FALSE);
8894 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8895                                  repeatable, mandatory, hidden)
8896 VALUES (1, 'biblio', '760', 'o', $$Other item identifier$$,
8897 TRUE, FALSE, FALSE);
8898 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8899                                  repeatable, mandatory, hidden)
8900 VALUES (1, 'biblio', '760', 's', $$Uniform title$$,
8901 FALSE, FALSE, FALSE);
8902 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8903                                  repeatable, mandatory, hidden)
8904 VALUES (1, 'biblio', '760', 't', $$Title$$,
8905 FALSE, FALSE, FALSE);
8906 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8907                                  repeatable, mandatory, hidden)
8908 VALUES (1, 'biblio', '760', 'w', $$Record control number$$,
8909 TRUE, FALSE, FALSE);
8910 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8911                                  repeatable, mandatory, hidden)
8912 VALUES (1, 'biblio', '760', 'x', $$International Standard Serial Number$$,
8913 FALSE, FALSE, FALSE);
8914 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8915                                  repeatable, mandatory, hidden)
8916 VALUES (1, 'biblio', '760', 'y', $$CODEN designation$$,
8917 FALSE, FALSE, FALSE);
8918 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8919                                  repeatable, mandatory, hidden)
8920 VALUES (1, 'biblio', '760', '6', $$Linkage$$,
8921 FALSE, FALSE, FALSE);
8922 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8923                                  repeatable, mandatory, hidden)
8924 VALUES (1, 'biblio', '760', '7', $$Control subfield$$,
8925 FALSE, FALSE, FALSE);
8926 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8927                                  repeatable, mandatory, hidden)
8928 VALUES (1, 'biblio', '760', 'p', $$Personal name$$,
8929 TRUE, FALSE, FALSE);
8930 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
8931                               fixed_field, repeatable, mandatory, hidden)
8932 VALUES (1, 'biblio', '762', $$Subseries Entry$$, $$Information concerning a related subseries when the target item is a main series or a parent subseries (vertical relationship). When a note is generated from this field, the introductory phrase may be generated based on the field tag for display.$$,
8933 FALSE, TRUE, FALSE, FALSE);
8934 INSERT INTO config.record_attr_definition(name, label)
8935 VALUES ('marc21_biblio_762_ind_1', 'MARC 21 biblio field 762 indicator position 1');
8936 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8937 VALUES ('marc21_biblio_762_ind_1', '0', $$Display note$$, FALSE, TRUE);
8938 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8939 VALUES ('marc21_biblio_762_ind_1', '1', $$Do not display note$$, FALSE, TRUE);
8940 INSERT INTO config.record_attr_definition(name, label)
8941 VALUES ('marc21_biblio_762_ind_2', 'MARC 21 biblio field 762 indicator position 2');
8942 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8943 VALUES ('marc21_biblio_762_ind_2', '#', $$Has subseries$$, FALSE, TRUE);
8944 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8945 VALUES ('marc21_biblio_762_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
8946 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8947                                  repeatable, mandatory, hidden)
8948 VALUES (1, 'biblio', '762', 'a', $$Main entry heading$$,
8949 FALSE, FALSE, FALSE);
8950 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8951                                  repeatable, mandatory, hidden)
8952 VALUES (1, 'biblio', '762', 'b', $$Edition$$,
8953 FALSE, FALSE, FALSE);
8954 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8955                                  repeatable, mandatory, hidden)
8956 VALUES (1, 'biblio', '762', 'c', $$Qualifying information$$,
8957 FALSE, FALSE, FALSE);
8958 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8959                                  repeatable, mandatory, hidden)
8960 VALUES (1, 'biblio', '762', 'd', $$Place, publisher, and date of publication$$,
8961 FALSE, FALSE, FALSE);
8962 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8963                                  repeatable, mandatory, hidden)
8964 VALUES (1, 'biblio', '762', 'g', $$Related parts$$,
8965 TRUE, FALSE, FALSE);
8966 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8967                                  repeatable, mandatory, hidden)
8968 VALUES (1, 'biblio', '762', 'h', $$Physical description$$,
8969 FALSE, FALSE, FALSE);
8970 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8971                                  repeatable, mandatory, hidden)
8972 VALUES (1, 'biblio', '762', 'i', $$Relationship information$$,
8973 TRUE, FALSE, FALSE);
8974 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8975                                  repeatable, mandatory, hidden)
8976 VALUES (1, 'biblio', '762', 'm', $$Material-specific details$$,
8977 FALSE, FALSE, FALSE);
8978 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8979                                  repeatable, mandatory, hidden)
8980 VALUES (1, 'biblio', '762', 'n', $$Note$$,
8981 TRUE, FALSE, FALSE);
8982 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8983                                  repeatable, mandatory, hidden)
8984 VALUES (1, 'biblio', '762', 'o', $$Other item identifier$$,
8985 TRUE, FALSE, FALSE);
8986 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8987                                  repeatable, mandatory, hidden)
8988 VALUES (1, 'biblio', '762', 's', $$Uniform title$$,
8989 FALSE, FALSE, FALSE);
8990 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8991                                  repeatable, mandatory, hidden)
8992 VALUES (1, 'biblio', '762', 't', $$Title$$,
8993 FALSE, FALSE, FALSE);
8994 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8995                                  repeatable, mandatory, hidden)
8996 VALUES (1, 'biblio', '762', 'w', $$Record control number$$,
8997 TRUE, FALSE, FALSE);
8998 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8999                                  repeatable, mandatory, hidden)
9000 VALUES (1, 'biblio', '762', 'x', $$International Standard Serial Number$$,
9001 FALSE, FALSE, FALSE);
9002 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9003                                  repeatable, mandatory, hidden)
9004 VALUES (1, 'biblio', '762', 'y', $$CODEN designation$$,
9005 FALSE, FALSE, FALSE);
9006 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9007                                  repeatable, mandatory, hidden)
9008 VALUES (1, 'biblio', '762', '6', $$Linkage$$,
9009 FALSE, FALSE, FALSE);
9010 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9011                                  repeatable, mandatory, hidden)
9012 VALUES (1, 'biblio', '762', '7', $$Control subfield$$,
9013 FALSE, FALSE, FALSE);
9014 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9015                                  repeatable, mandatory, hidden)
9016 VALUES (1, 'biblio', '762', '8', $$Field link and sequence number$$,
9017 TRUE, FALSE, FALSE);
9018 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
9019                               fixed_field, repeatable, mandatory, hidden)
9020 VALUES (1, 'biblio', '765', $$Original Language Entry$$, $$Information concerning the publication in its original language when the target item is a translation (horizontal relationship). When a note is generated from this field, the introductory phrase may be generated based on the field tag for display.$$,
9021 FALSE, TRUE, FALSE, FALSE);
9022 INSERT INTO config.record_attr_definition(name, label)
9023 VALUES ('marc21_biblio_765_ind_1', 'MARC 21 biblio field 765 indicator position 1');
9024 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9025 VALUES ('marc21_biblio_765_ind_1', '0', $$Display note$$, FALSE, TRUE);
9026 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9027 VALUES ('marc21_biblio_765_ind_1', '1', $$Do not display note$$, FALSE, TRUE);
9028 INSERT INTO config.record_attr_definition(name, label)
9029 VALUES ('marc21_biblio_765_ind_2', 'MARC 21 biblio field 765 indicator position 2');
9030 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9031 VALUES ('marc21_biblio_765_ind_2', '#', $$Translation of$$, FALSE, TRUE);
9032 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9033 VALUES ('marc21_biblio_765_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
9034 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9035                                  repeatable, mandatory, hidden)
9036 VALUES (1, 'biblio', '765', 'a', $$Main entry heading$$,
9037 FALSE, FALSE, FALSE);
9038 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9039                                  repeatable, mandatory, hidden)
9040 VALUES (1, 'biblio', '765', 'b', $$Edition$$,
9041 FALSE, FALSE, FALSE);
9042 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9043                                  repeatable, mandatory, hidden)
9044 VALUES (1, 'biblio', '765', 'c', $$Qualifying information$$,
9045 FALSE, FALSE, FALSE);
9046 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9047                                  repeatable, mandatory, hidden)
9048 VALUES (1, 'biblio', '765', 'd', $$Place, publisher, and date of publication$$,
9049 FALSE, FALSE, FALSE);
9050 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9051                                  repeatable, mandatory, hidden)
9052 VALUES (1, 'biblio', '765', 'g', $$Related parts$$,
9053 TRUE, FALSE, FALSE);
9054 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9055                                  repeatable, mandatory, hidden)
9056 VALUES (1, 'biblio', '765', 'h', $$Physical description$$,
9057 FALSE, FALSE, FALSE);
9058 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9059                                  repeatable, mandatory, hidden)
9060 VALUES (1, 'biblio', '765', 'i', $$Relationship information$$,
9061 TRUE, FALSE, FALSE);
9062 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9063                                  repeatable, mandatory, hidden)
9064 VALUES (1, 'biblio', '765', 'k', $$Series data for related item$$,
9065 TRUE, FALSE, FALSE);
9066 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9067                                  repeatable, mandatory, hidden)
9068 VALUES (1, 'biblio', '765', 'm', $$Material-specific details$$,
9069 FALSE, FALSE, FALSE);
9070 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9071                                  repeatable, mandatory, hidden)
9072 VALUES (1, 'biblio', '765', 'n', $$Note$$,
9073 TRUE, FALSE, FALSE);
9074 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9075                                  repeatable, mandatory, hidden)
9076 VALUES (1, 'biblio', '765', 'o', $$Other item identifier$$,
9077 TRUE, FALSE, FALSE);
9078 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9079                                  repeatable, mandatory, hidden)
9080 VALUES (1, 'biblio', '765', 'r', $$Report number$$,
9081 TRUE, FALSE, FALSE);
9082 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9083                                  repeatable, mandatory, hidden)
9084 VALUES (1, 'biblio', '765', 's', $$Uniform title$$,
9085 FALSE, FALSE, FALSE);
9086 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9087                                  repeatable, mandatory, hidden)
9088 VALUES (1, 'biblio', '765', 't', $$Title$$,
9089 FALSE, FALSE, FALSE);
9090 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9091                                  repeatable, mandatory, hidden)
9092 VALUES (1, 'biblio', '765', 'u', $$Standard Technical Report Number$$,
9093 FALSE, FALSE, FALSE);
9094 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9095                                  repeatable, mandatory, hidden)
9096 VALUES (1, 'biblio', '765', 'w', $$Record control number$$,
9097 TRUE, FALSE, FALSE);
9098 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9099                                  repeatable, mandatory, hidden)
9100 VALUES (1, 'biblio', '765', 'x', $$International Standard Serial Number$$,
9101 FALSE, FALSE, FALSE);
9102 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9103                                  repeatable, mandatory, hidden)
9104 VALUES (1, 'biblio', '765', 'y', $$CODEN designation$$,
9105 FALSE, FALSE, FALSE);
9106 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9107                                  repeatable, mandatory, hidden)
9108 VALUES (1, 'biblio', '765', 'z', $$International Standard Book Number$$,
9109 TRUE, FALSE, FALSE);
9110 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9111                                  repeatable, mandatory, hidden)
9112 VALUES (1, 'biblio', '765', '6', $$Linkage$$,
9113 FALSE, FALSE, FALSE);
9114 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9115                                  repeatable, mandatory, hidden)
9116 VALUES (1, 'biblio', '765', '7', $$Control subfield$$,
9117 FALSE, FALSE, FALSE);
9118 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9119                                  repeatable, mandatory, hidden)
9120 VALUES (1, 'biblio', '765', '8', $$Field link and sequence number$$,
9121 TRUE, FALSE, FALSE);
9122 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
9123                               fixed_field, repeatable, mandatory, hidden)
9124 VALUES (1, 'biblio', '767', $$Translation Entry$$, $$Information concerning the publication in some other language other than the original when the target item is in the original language or is another translation (horizontal relationship). When a note is generated from this field, the introductory phrase may be generated based on the field tag for display.$$,
9125 FALSE, TRUE, FALSE, FALSE);
9126 INSERT INTO config.record_attr_definition(name, label)
9127 VALUES ('marc21_biblio_767_ind_1', 'MARC 21 biblio field 767 indicator position 1');
9128 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9129 VALUES ('marc21_biblio_767_ind_1', '0', $$Display note$$, FALSE, TRUE);
9130 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9131 VALUES ('marc21_biblio_767_ind_1', '1', $$Do not display note$$, FALSE, TRUE);
9132 INSERT INTO config.record_attr_definition(name, label)
9133 VALUES ('marc21_biblio_767_ind_2', 'MARC 21 biblio field 767 indicator position 2');
9134 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9135 VALUES ('marc21_biblio_767_ind_2', '#', $$Translated as$$, FALSE, TRUE);
9136 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9137 VALUES ('marc21_biblio_767_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
9138 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9139                                  repeatable, mandatory, hidden)
9140 VALUES (1, 'biblio', '767', 'a', $$Main entry heading$$,
9141 FALSE, FALSE, FALSE);
9142 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9143                                  repeatable, mandatory, hidden)
9144 VALUES (1, 'biblio', '767', 'b', $$Edition$$,
9145 FALSE, FALSE, FALSE);
9146 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9147                                  repeatable, mandatory, hidden)
9148 VALUES (1, 'biblio', '767', 'c', $$Qualifying information$$,
9149 FALSE, FALSE, FALSE);
9150 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9151                                  repeatable, mandatory, hidden)
9152 VALUES (1, 'biblio', '767', 'd', $$Place, publisher, and date of publication$$,
9153 FALSE, FALSE, FALSE);
9154 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9155                                  repeatable, mandatory, hidden)
9156 VALUES (1, 'biblio', '767', 'g', $$Related parts$$,
9157 TRUE, FALSE, FALSE);
9158 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9159                                  repeatable, mandatory, hidden)
9160 VALUES (1, 'biblio', '767', 'h', $$Physical description$$,
9161 FALSE, FALSE, FALSE);
9162 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9163                                  repeatable, mandatory, hidden)
9164 VALUES (1, 'biblio', '767', 'i', $$Relationship information$$,
9165 TRUE, FALSE, FALSE);
9166 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9167                                  repeatable, mandatory, hidden)
9168 VALUES (1, 'biblio', '767', 'k', $$Series data for related item$$,
9169 TRUE, FALSE, FALSE);
9170 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9171                                  repeatable, mandatory, hidden)
9172 VALUES (1, 'biblio', '767', 'm', $$Material-specific details$$,
9173 FALSE, FALSE, FALSE);
9174 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9175                                  repeatable, mandatory, hidden)
9176 VALUES (1, 'biblio', '767', 'n', $$Note$$,
9177 TRUE, FALSE, FALSE);
9178 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9179                                  repeatable, mandatory, hidden)
9180 VALUES (1, 'biblio', '767', 'o', $$Other item identifier$$,
9181 TRUE, FALSE, FALSE);
9182 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9183                                  repeatable, mandatory, hidden)
9184 VALUES (1, 'biblio', '767', 'r', $$Report number$$,
9185 TRUE, FALSE, FALSE);
9186 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9187                                  repeatable, mandatory, hidden)
9188 VALUES (1, 'biblio', '767', 's', $$Uniform title$$,
9189 FALSE, FALSE, FALSE);
9190 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9191                                  repeatable, mandatory, hidden)
9192 VALUES (1, 'biblio', '767', 't', $$Title$$,
9193 FALSE, FALSE, FALSE);
9194 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9195                                  repeatable, mandatory, hidden)
9196 VALUES (1, 'biblio', '767', 'u', $$Standard Technical Report Number$$,
9197 FALSE, FALSE, FALSE);
9198 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9199                                  repeatable, mandatory, hidden)
9200 VALUES (1, 'biblio', '767', 'w', $$Record control number$$,
9201 TRUE, FALSE, FALSE);
9202 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9203                                  repeatable, mandatory, hidden)
9204 VALUES (1, 'biblio', '767', 'x', $$International Standard Serial Number$$,
9205 FALSE, FALSE, FALSE);
9206 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9207                                  repeatable, mandatory, hidden)
9208 VALUES (1, 'biblio', '767', 'y', $$CODEN designation$$,
9209 FALSE, FALSE, FALSE);
9210 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9211                                  repeatable, mandatory, hidden)
9212 VALUES (1, 'biblio', '767', 'z', $$International Standard Book Number$$,
9213 TRUE, FALSE, FALSE);
9214 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9215                                  repeatable, mandatory, hidden)
9216 VALUES (1, 'biblio', '767', '6', $$Linkage$$,
9217 FALSE, FALSE, FALSE);
9218 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9219                                  repeatable, mandatory, hidden)
9220 VALUES (1, 'biblio', '767', '7', $$Control subfield$$,
9221 FALSE, FALSE, FALSE);
9222 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9223                                  repeatable, mandatory, hidden)
9224 VALUES (1, 'biblio', '767', '8', $$Field link and sequence number$$,
9225 TRUE, FALSE, FALSE);
9226 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
9227                               fixed_field, repeatable, mandatory, hidden)
9228 VALUES (1, 'biblio', '770', $$Supplement/Special Issue Entry$$, $$Information concerning the supplement or special issue associated with the target item but cataloged and/or input as a separate record (vertical relationship). When a note is generated from this field, the introductory phrase may be generated based on the field tag for display.$$,
9229 FALSE, TRUE, FALSE, FALSE);
9230 INSERT INTO config.record_attr_definition(name, label)
9231 VALUES ('marc21_biblio_770_ind_1', 'MARC 21 biblio field 770 indicator position 1');
9232 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9233 VALUES ('marc21_biblio_770_ind_1', '0', $$Display note$$, FALSE, TRUE);
9234 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9235 VALUES ('marc21_biblio_770_ind_1', '1', $$Do not display note$$, FALSE, TRUE);
9236 INSERT INTO config.record_attr_definition(name, label)
9237 VALUES ('marc21_biblio_770_ind_2', 'MARC 21 biblio field 770 indicator position 2');
9238 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9239 VALUES ('marc21_biblio_770_ind_2', '#', $$Has supplement$$, FALSE, TRUE);
9240 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9241 VALUES ('marc21_biblio_770_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
9242 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9243                                  repeatable, mandatory, hidden)
9244 VALUES (1, 'biblio', '770', 'a', $$Main entry heading$$,
9245 FALSE, FALSE, FALSE);
9246 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9247                                  repeatable, mandatory, hidden)
9248 VALUES (1, 'biblio', '770', 'b', $$Edition$$,
9249 FALSE, FALSE, FALSE);
9250 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9251                                  repeatable, mandatory, hidden)
9252 VALUES (1, 'biblio', '770', 'c', $$Qualifying information$$,
9253 FALSE, FALSE, FALSE);
9254 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9255                                  repeatable, mandatory, hidden)
9256 VALUES (1, 'biblio', '770', 'd', $$Place, publisher, and date of publication$$,
9257 FALSE, FALSE, FALSE);
9258 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9259                                  repeatable, mandatory, hidden)
9260 VALUES (1, 'biblio', '770', 'g', $$Related parts$$,
9261 TRUE, FALSE, FALSE);
9262 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9263                                  repeatable, mandatory, hidden)
9264 VALUES (1, 'biblio', '770', 'h', $$Physical description$$,
9265 FALSE, FALSE, FALSE);
9266 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9267                                  repeatable, mandatory, hidden)
9268 VALUES (1, 'biblio', '770', 'i', $$Relationship information$$,
9269 TRUE, FALSE, FALSE);
9270 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9271                                  repeatable, mandatory, hidden)
9272 VALUES (1, 'biblio', '770', 'k', $$Series data for related item$$,
9273 TRUE, FALSE, FALSE);
9274 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9275                                  repeatable, mandatory, hidden)
9276 VALUES (1, 'biblio', '770', 'm', $$Material-specific details$$,
9277 FALSE, FALSE, FALSE);
9278 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9279                                  repeatable, mandatory, hidden)
9280 VALUES (1, 'biblio', '770', 'n', $$Note$$,
9281 TRUE, FALSE, FALSE);
9282 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9283                                  repeatable, mandatory, hidden)
9284 VALUES (1, 'biblio', '770', 'o', $$Other item identifier$$,
9285 TRUE, FALSE, FALSE);
9286 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9287                                  repeatable, mandatory, hidden)
9288 VALUES (1, 'biblio', '770', 'r', $$Report number$$,
9289 TRUE, FALSE, FALSE);
9290 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9291                                  repeatable, mandatory, hidden)
9292 VALUES (1, 'biblio', '770', 's', $$Uniform title$$,
9293 FALSE, FALSE, FALSE);
9294 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9295                                  repeatable, mandatory, hidden)
9296 VALUES (1, 'biblio', '770', 't', $$Title$$,
9297 FALSE, FALSE, FALSE);
9298 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9299                                  repeatable, mandatory, hidden)
9300 VALUES (1, 'biblio', '770', 'u', $$Standard Technical Report Number$$,
9301 FALSE, FALSE, FALSE);
9302 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9303                                  repeatable, mandatory, hidden)
9304 VALUES (1, 'biblio', '770', 'w', $$Record control number$$,
9305 TRUE, FALSE, FALSE);
9306 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9307                                  repeatable, mandatory, hidden)
9308 VALUES (1, 'biblio', '770', 'x', $$International Standard Serial Number$$,
9309 FALSE, FALSE, FALSE);
9310 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9311                                  repeatable, mandatory, hidden)
9312 VALUES (1, 'biblio', '770', 'y', $$CODEN designation$$,
9313 FALSE, FALSE, FALSE);
9314 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9315                                  repeatable, mandatory, hidden)
9316 VALUES (1, 'biblio', '770', 'z', $$International Standard Book Number$$,
9317 TRUE, FALSE, FALSE);
9318 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9319                                  repeatable, mandatory, hidden)
9320 VALUES (1, 'biblio', '770', '6', $$Linkage$$,
9321 FALSE, FALSE, FALSE);
9322 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9323                                  repeatable, mandatory, hidden)
9324 VALUES (1, 'biblio', '770', '7', $$Control subfield$$,
9325 FALSE, FALSE, FALSE);
9326 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9327                                  repeatable, mandatory, hidden)
9328 VALUES (1, 'biblio', '770', '8', $$Field link and sequence number$$,
9329 TRUE, FALSE, FALSE);
9330 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
9331                               fixed_field, repeatable, mandatory, hidden)
9332 VALUES (1, 'biblio', '772', $$Supplement Parent Entry$$, $$Information concerning the related parent record when the target item is a single issue, supplement or special issue (vertical relationship) of the parent item. When a note is generated from this field, the introductory phrase may be generated based on the field tag for display.$$,
9333 FALSE, TRUE, FALSE, FALSE);
9334 INSERT INTO config.record_attr_definition(name, label)
9335 VALUES ('marc21_biblio_772_ind_1', 'MARC 21 biblio field 772 indicator position 1');
9336 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9337 VALUES ('marc21_biblio_772_ind_1', '0', $$Display note$$, FALSE, TRUE);
9338 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9339 VALUES ('marc21_biblio_772_ind_1', '1', $$Do not display note$$, FALSE, TRUE);
9340 INSERT INTO config.record_attr_definition(name, label)
9341 VALUES ('marc21_biblio_772_ind_2', 'MARC 21 biblio field 772 indicator position 2');
9342 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9343 VALUES ('marc21_biblio_772_ind_2', '#', $$Supplement to$$, FALSE, TRUE);
9344 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9345 VALUES ('marc21_biblio_772_ind_2', '0', $$Parent$$, FALSE, TRUE);
9346 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9347 VALUES ('marc21_biblio_772_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
9348 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9349                                  repeatable, mandatory, hidden)
9350 VALUES (1, 'biblio', '772', 'a', $$Main entry heading$$,
9351 FALSE, FALSE, FALSE);
9352 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9353                                  repeatable, mandatory, hidden)
9354 VALUES (1, 'biblio', '772', 'b', $$Edition$$,
9355 FALSE, FALSE, FALSE);
9356 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9357                                  repeatable, mandatory, hidden)
9358 VALUES (1, 'biblio', '772', 'c', $$Qualifying information$$,
9359 FALSE, FALSE, FALSE);
9360 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9361                                  repeatable, mandatory, hidden)
9362 VALUES (1, 'biblio', '772', 'd', $$Place, publisher, and date of publication$$,
9363 FALSE, FALSE, FALSE);
9364 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9365                                  repeatable, mandatory, hidden)
9366 VALUES (1, 'biblio', '772', 'g', $$Related parts$$,
9367 TRUE, FALSE, FALSE);
9368 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9369                                  repeatable, mandatory, hidden)
9370 VALUES (1, 'biblio', '772', 'h', $$Physical description$$,
9371 FALSE, FALSE, FALSE);
9372 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9373                                  repeatable, mandatory, hidden)
9374 VALUES (1, 'biblio', '772', 'i', $$Relationship information$$,
9375 TRUE, FALSE, FALSE);
9376 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9377                                  repeatable, mandatory, hidden)
9378 VALUES (1, 'biblio', '772', 'k', $$Series data for related item$$,
9379 TRUE, FALSE, FALSE);
9380 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9381                                  repeatable, mandatory, hidden)
9382 VALUES (1, 'biblio', '772', 'm', $$Material-specific details$$,
9383 FALSE, FALSE, FALSE);
9384 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9385                                  repeatable, mandatory, hidden)
9386 VALUES (1, 'biblio', '772', 'n', $$Note$$,
9387 TRUE, FALSE, FALSE);
9388 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9389                                  repeatable, mandatory, hidden)
9390 VALUES (1, 'biblio', '772', 'o', $$Other item identifier$$,
9391 TRUE, FALSE, FALSE);
9392 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9393                                  repeatable, mandatory, hidden)
9394 VALUES (1, 'biblio', '772', 'r', $$Report number$$,
9395 TRUE, FALSE, FALSE);
9396 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9397                                  repeatable, mandatory, hidden)
9398 VALUES (1, 'biblio', '772', 's', $$Uniform title$$,
9399 FALSE, FALSE, FALSE);
9400 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9401                                  repeatable, mandatory, hidden)
9402 VALUES (1, 'biblio', '772', 't', $$Title$$,
9403 FALSE, FALSE, FALSE);
9404 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9405                                  repeatable, mandatory, hidden)
9406 VALUES (1, 'biblio', '772', 'u', $$Standard Technical Report Number$$,
9407 FALSE, FALSE, FALSE);
9408 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9409                                  repeatable, mandatory, hidden)
9410 VALUES (1, 'biblio', '772', 'w', $$Record control number$$,
9411 TRUE, FALSE, FALSE);
9412 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9413                                  repeatable, mandatory, hidden)
9414 VALUES (1, 'biblio', '772', 'x', $$International Standard Serial Number$$,
9415 FALSE, FALSE, FALSE);
9416 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9417                                  repeatable, mandatory, hidden)
9418 VALUES (1, 'biblio', '772', 'y', $$CODEN designation$$,
9419 FALSE, FALSE, FALSE);
9420 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9421                                  repeatable, mandatory, hidden)
9422 VALUES (1, 'biblio', '772', 'z', $$International Standard Book Number$$,
9423 TRUE, FALSE, FALSE);
9424 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9425                                  repeatable, mandatory, hidden)
9426 VALUES (1, 'biblio', '772', '6', $$Linkage$$,
9427 FALSE, FALSE, FALSE);
9428 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9429                                  repeatable, mandatory, hidden)
9430 VALUES (1, 'biblio', '772', '7', $$Control subfield$$,
9431 FALSE, FALSE, FALSE);
9432 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9433                                  repeatable, mandatory, hidden)
9434 VALUES (1, 'biblio', '772', '8', $$Field link and sequence number$$,
9435 TRUE, FALSE, FALSE);
9436 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
9437                               fixed_field, repeatable, mandatory, hidden)
9438 VALUES (1, 'biblio', '773', $$Host Item Entry$$, $$Information concerning the host item for the constituent unit described in the record (vertical relationship). In the case of host items that are serial or multi-volume in nature, information in subfields $g and $q is necessary to point to the exact location of the component part within the bibliographic item.$$,
9439 FALSE, TRUE, FALSE, FALSE);
9440 INSERT INTO config.record_attr_definition(name, label)
9441 VALUES ('marc21_biblio_773_ind_1', 'MARC 21 biblio field 773 indicator position 1');
9442 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9443 VALUES ('marc21_biblio_773_ind_1', '0', $$Display note$$, FALSE, TRUE);
9444 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9445 VALUES ('marc21_biblio_773_ind_1', '1', $$Do not display note$$, FALSE, TRUE);
9446 INSERT INTO config.record_attr_definition(name, label)
9447 VALUES ('marc21_biblio_773_ind_2', 'MARC 21 biblio field 773 indicator position 2');
9448 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9449 VALUES ('marc21_biblio_773_ind_2', '#', $$In$$, FALSE, TRUE);
9450 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9451 VALUES ('marc21_biblio_773_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
9452 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9453                                  repeatable, mandatory, hidden)
9454 VALUES (1, 'biblio', '773', 'a', $$Main entry heading$$,
9455 FALSE, FALSE, FALSE);
9456 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9457                                  repeatable, mandatory, hidden)
9458 VALUES (1, 'biblio', '773', 'b', $$Edition$$,
9459 FALSE, FALSE, FALSE);
9460 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9461                                  repeatable, mandatory, hidden)
9462 VALUES (1, 'biblio', '773', 'd', $$Place, publisher, and date of publication$$,
9463 FALSE, FALSE, FALSE);
9464 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9465                                  repeatable, mandatory, hidden)
9466 VALUES (1, 'biblio', '773', 'g', $$Related parts$$,
9467 TRUE, FALSE, FALSE);
9468 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9469                                  repeatable, mandatory, hidden)
9470 VALUES (1, 'biblio', '773', 'h', $$Physical description$$,
9471 FALSE, FALSE, FALSE);
9472 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9473                                  repeatable, mandatory, hidden)
9474 VALUES (1, 'biblio', '773', 'i', $$Relationship information$$,
9475 TRUE, FALSE, FALSE);
9476 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9477                                  repeatable, mandatory, hidden)
9478 VALUES (1, 'biblio', '773', 'k', $$Series data for related item$$,
9479 TRUE, FALSE, FALSE);
9480 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9481                                  repeatable, mandatory, hidden)
9482 VALUES (1, 'biblio', '773', 'm', $$Material-specific details$$,
9483 FALSE, FALSE, FALSE);
9484 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9485                                  repeatable, mandatory, hidden)
9486 VALUES (1, 'biblio', '773', 'n', $$Note$$,
9487 TRUE, FALSE, FALSE);
9488 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9489                                  repeatable, mandatory, hidden)
9490 VALUES (1, 'biblio', '773', 'o', $$Other item identifier$$,
9491 TRUE, FALSE, FALSE);
9492 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9493                                  repeatable, mandatory, hidden)
9494 VALUES (1, 'biblio', '773', 'p', $$Abbreviated title$$,
9495 FALSE, FALSE, FALSE);
9496 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9497                                  repeatable, mandatory, hidden)
9498 VALUES (1, 'biblio', '773', 'q', $$Enumeration and first page$$,
9499 FALSE, FALSE, FALSE);
9500 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9501                                  repeatable, mandatory, hidden)
9502 VALUES (1, 'biblio', '773', 'r', $$Report number$$,
9503 TRUE, FALSE, FALSE);
9504 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9505                                  repeatable, mandatory, hidden)
9506 VALUES (1, 'biblio', '773', 's', $$Uniform title$$,
9507 FALSE, FALSE, FALSE);
9508 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9509                                  repeatable, mandatory, hidden)
9510 VALUES (1, 'biblio', '773', 't', $$Title$$,
9511 FALSE, FALSE, FALSE);
9512 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9513                                  repeatable, mandatory, hidden)
9514 VALUES (1, 'biblio', '773', 'u', $$Standard Technical Report Number$$,
9515 FALSE, FALSE, FALSE);
9516 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9517                                  repeatable, mandatory, hidden)
9518 VALUES (1, 'biblio', '773', 'w', $$Record control number$$,
9519 TRUE, FALSE, FALSE);
9520 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9521                                  repeatable, mandatory, hidden)
9522 VALUES (1, 'biblio', '773', 'x', $$International Standard Serial Number$$,
9523 FALSE, FALSE, FALSE);
9524 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9525                                  repeatable, mandatory, hidden)
9526 VALUES (1, 'biblio', '773', 'y', $$CODEN designation$$,
9527 FALSE, FALSE, FALSE);
9528 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9529                                  repeatable, mandatory, hidden)
9530 VALUES (1, 'biblio', '773', 'z', $$International Standard Book Number$$,
9531 TRUE, FALSE, FALSE);
9532 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9533                                  repeatable, mandatory, hidden)
9534 VALUES (1, 'biblio', '773', '3', $$Materials specified$$,
9535 FALSE, FALSE, FALSE);
9536 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9537                                  repeatable, mandatory, hidden)
9538 VALUES (1, 'biblio', '773', '6', $$Linkage$$,
9539 FALSE, FALSE, FALSE);
9540 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9541                                  repeatable, mandatory, hidden)
9542 VALUES (1, 'biblio', '773', '7', $$Control subfield$$,
9543 FALSE, FALSE, FALSE);
9544 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9545                                  repeatable, mandatory, hidden)
9546 VALUES (1, 'biblio', '773', '8', $$Field link and sequence number$$,
9547 TRUE, FALSE, FALSE);
9548 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
9549                               fixed_field, repeatable, mandatory, hidden)
9550 VALUES (1, 'biblio', '774', $$Constituent Unit Entry$$, $$Information concerning a constituent unit associated with a larger bibliographic unit (vertical relationship). When a note is generated from this field, the introductory term may be generated based on the field tag for display.$$,
9551 FALSE, TRUE, FALSE, FALSE);
9552 INSERT INTO config.record_attr_definition(name, label)
9553 VALUES ('marc21_biblio_774_ind_1', 'MARC 21 biblio field 774 indicator position 1');
9554 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9555 VALUES ('marc21_biblio_774_ind_1', '0', $$Display note$$, FALSE, TRUE);
9556 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9557 VALUES ('marc21_biblio_774_ind_1', '1', $$Do not display note$$, FALSE, TRUE);
9558 INSERT INTO config.record_attr_definition(name, label)
9559 VALUES ('marc21_biblio_774_ind_2', 'MARC 21 biblio field 774 indicator position 2');
9560 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9561 VALUES ('marc21_biblio_774_ind_2', '#', $$Constituent unit$$, FALSE, TRUE);
9562 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9563 VALUES ('marc21_biblio_774_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
9564 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9565                                  repeatable, mandatory, hidden)
9566 VALUES (1, 'biblio', '774', 'a', $$Main entry heading$$,
9567 FALSE, FALSE, FALSE);
9568 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9569                                  repeatable, mandatory, hidden)
9570 VALUES (1, 'biblio', '774', 'b', $$Edition$$,
9571 FALSE, FALSE, FALSE);
9572 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9573                                  repeatable, mandatory, hidden)
9574 VALUES (1, 'biblio', '774', 'c', $$Qualifying information$$,
9575 FALSE, FALSE, FALSE);
9576 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9577                                  repeatable, mandatory, hidden)
9578 VALUES (1, 'biblio', '774', 'd', $$Place, publisher, and date of publication$$,
9579 FALSE, FALSE, FALSE);
9580 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9581                                  repeatable, mandatory, hidden)
9582 VALUES (1, 'biblio', '774', 'g', $$Related parts$$,
9583 TRUE, FALSE, FALSE);
9584 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9585                                  repeatable, mandatory, hidden)
9586 VALUES (1, 'biblio', '774', 'h', $$Physical description$$,
9587 FALSE, FALSE, FALSE);
9588 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9589                                  repeatable, mandatory, hidden)
9590 VALUES (1, 'biblio', '774', 'i', $$Relationship information$$,
9591 TRUE, FALSE, FALSE);
9592 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9593                                  repeatable, mandatory, hidden)
9594 VALUES (1, 'biblio', '774', 'k', $$Series data for related item$$,
9595 TRUE, FALSE, FALSE);
9596 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9597                                  repeatable, mandatory, hidden)
9598 VALUES (1, 'biblio', '774', 'm', $$Material-specific details$$,
9599 FALSE, FALSE, FALSE);
9600 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9601                                  repeatable, mandatory, hidden)
9602 VALUES (1, 'biblio', '774', 'n', $$Note$$,
9603 TRUE, FALSE, FALSE);
9604 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9605                                  repeatable, mandatory, hidden)
9606 VALUES (1, 'biblio', '774', 'o', $$Other item identifier$$,
9607 TRUE, FALSE, FALSE);
9608 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9609                                  repeatable, mandatory, hidden)
9610 VALUES (1, 'biblio', '774', 'r', $$Report number$$,
9611 TRUE, FALSE, FALSE);
9612 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9613                                  repeatable, mandatory, hidden)
9614 VALUES (1, 'biblio', '774', 's', $$Uniform title$$,
9615 FALSE, FALSE, FALSE);
9616 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9617                                  repeatable, mandatory, hidden)
9618 VALUES (1, 'biblio', '774', 't', $$Title$$,
9619 FALSE, FALSE, FALSE);
9620 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9621                                  repeatable, mandatory, hidden)
9622 VALUES (1, 'biblio', '774', 'u', $$Standard Technical Report Number$$,
9623 FALSE, FALSE, FALSE);
9624 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9625                                  repeatable, mandatory, hidden)
9626 VALUES (1, 'biblio', '774', 'w', $$Record control number$$,
9627 TRUE, FALSE, FALSE);
9628 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9629                                  repeatable, mandatory, hidden)
9630 VALUES (1, 'biblio', '774', 'x', $$International Standard Serial Number$$,
9631 FALSE, FALSE, FALSE);
9632 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9633                                  repeatable, mandatory, hidden)
9634 VALUES (1, 'biblio', '774', 'y', $$CODEN designation$$,
9635 FALSE, FALSE, FALSE);
9636 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9637                                  repeatable, mandatory, hidden)
9638 VALUES (1, 'biblio', '774', 'z', $$International Standard Book Number$$,
9639 TRUE, FALSE, FALSE);
9640 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9641                                  repeatable, mandatory, hidden)
9642 VALUES (1, 'biblio', '774', '6', $$Linkage$$,
9643 FALSE, FALSE, FALSE);
9644 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9645                                  repeatable, mandatory, hidden)
9646 VALUES (1, 'biblio', '774', '7', $$Control subfield$$,
9647 FALSE, FALSE, FALSE);
9648 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9649                                  repeatable, mandatory, hidden)
9650 VALUES (1, 'biblio', '774', '8', $$Field link and sequence number$$,
9651 TRUE, FALSE, FALSE);
9652 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
9653                               fixed_field, repeatable, mandatory, hidden)
9654 VALUES (1, 'biblio', '775', $$Other Edition Entry$$, $$Entry for another available edition of the target item (horizontal relationship). When a note is generated from this field, the introductory phrase may be generated based on the field tag for display.$$,
9655 FALSE, TRUE, FALSE, FALSE);
9656 INSERT INTO config.record_attr_definition(name, label)
9657 VALUES ('marc21_biblio_775_ind_1', 'MARC 21 biblio field 775 indicator position 1');
9658 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9659 VALUES ('marc21_biblio_775_ind_1', '0', $$Display note$$, FALSE, TRUE);
9660 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9661 VALUES ('marc21_biblio_775_ind_1', '1', $$Do not display note$$, FALSE, TRUE);
9662 INSERT INTO config.record_attr_definition(name, label)
9663 VALUES ('marc21_biblio_775_ind_2', 'MARC 21 biblio field 775 indicator position 2');
9664 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9665 VALUES ('marc21_biblio_775_ind_2', '#', $$Other edition available$$, FALSE, TRUE);
9666 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9667 VALUES ('marc21_biblio_775_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
9668 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9669                                  repeatable, mandatory, hidden)
9670 VALUES (1, 'biblio', '775', 'a', $$Main entry heading$$,
9671 FALSE, FALSE, FALSE);
9672 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9673                                  repeatable, mandatory, hidden)
9674 VALUES (1, 'biblio', '775', 'b', $$Edition$$,
9675 FALSE, FALSE, FALSE);
9676 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9677                                  repeatable, mandatory, hidden)
9678 VALUES (1, 'biblio', '775', 'c', $$Qualifying information$$,
9679 FALSE, FALSE, FALSE);
9680 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9681                                  repeatable, mandatory, hidden)
9682 VALUES (1, 'biblio', '775', 'd', $$Place, publisher, and date of publication$$,
9683 FALSE, FALSE, FALSE);
9684 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9685                                  repeatable, mandatory, hidden)
9686 VALUES (1, 'biblio', '775', 'e', $$Language code$$,
9687 FALSE, FALSE, FALSE);
9688 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9689                                  repeatable, mandatory, hidden)
9690 VALUES (1, 'biblio', '775', 'f', $$Country code$$,
9691 FALSE, FALSE, FALSE);
9692 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9693                                  repeatable, mandatory, hidden)
9694 VALUES (1, 'biblio', '775', 'g', $$Related parts$$,
9695 TRUE, FALSE, FALSE);
9696 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9697                                  repeatable, mandatory, hidden)
9698 VALUES (1, 'biblio', '775', 'h', $$Physical description$$,
9699 FALSE, FALSE, FALSE);
9700 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9701                                  repeatable, mandatory, hidden)
9702 VALUES (1, 'biblio', '775', 'i', $$Relationship information$$,
9703 TRUE, FALSE, FALSE);
9704 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9705                                  repeatable, mandatory, hidden)
9706 VALUES (1, 'biblio', '775', 'k', $$Series data for related item$$,
9707 TRUE, FALSE, FALSE);
9708 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9709                                  repeatable, mandatory, hidden)
9710 VALUES (1, 'biblio', '775', 'm', $$Material-specific details$$,
9711 FALSE, FALSE, FALSE);
9712 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9713                                  repeatable, mandatory, hidden)
9714 VALUES (1, 'biblio', '775', 'n', $$Note$$,
9715 TRUE, FALSE, FALSE);
9716 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9717                                  repeatable, mandatory, hidden)
9718 VALUES (1, 'biblio', '775', 'o', $$Other item identifier$$,
9719 TRUE, FALSE, FALSE);
9720 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9721                                  repeatable, mandatory, hidden)
9722 VALUES (1, 'biblio', '775', 'r', $$Report number$$,
9723 TRUE, FALSE, FALSE);
9724 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9725                                  repeatable, mandatory, hidden)
9726 VALUES (1, 'biblio', '775', 's', $$Uniform title$$,
9727 FALSE, FALSE, FALSE);
9728 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9729                                  repeatable, mandatory, hidden)
9730 VALUES (1, 'biblio', '775', 't', $$Title$$,
9731 FALSE, FALSE, FALSE);
9732 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9733                                  repeatable, mandatory, hidden)
9734 VALUES (1, 'biblio', '775', 'u', $$Standard Technical Report Number$$,
9735 FALSE, FALSE, FALSE);
9736 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9737                                  repeatable, mandatory, hidden)
9738 VALUES (1, 'biblio', '775', 'w', $$Record control number$$,
9739 TRUE, FALSE, FALSE);
9740 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9741                                  repeatable, mandatory, hidden)
9742 VALUES (1, 'biblio', '775', 'x', $$International Standard Serial Number$$,
9743 FALSE, FALSE, FALSE);
9744 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9745                                  repeatable, mandatory, hidden)
9746 VALUES (1, 'biblio', '775', 'y', $$CODEN designation$$,
9747 FALSE, FALSE, FALSE);
9748 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9749                                  repeatable, mandatory, hidden)
9750 VALUES (1, 'biblio', '775', 'z', $$International Standard Book Number$$,
9751 TRUE, FALSE, FALSE);
9752 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9753                                  repeatable, mandatory, hidden)
9754 VALUES (1, 'biblio', '775', '6', $$Linkage$$,
9755 FALSE, FALSE, FALSE);
9756 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9757                                  repeatable, mandatory, hidden)
9758 VALUES (1, 'biblio', '775', '7', $$Control subfield$$,
9759 FALSE, FALSE, FALSE);
9760 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9761                                  repeatable, mandatory, hidden)
9762 VALUES (1, 'biblio', '775', '8', $$Field link and sequence number$$,
9763 TRUE, FALSE, FALSE);
9764 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
9765                               fixed_field, repeatable, mandatory, hidden)
9766 VALUES (1, 'biblio', '776', $$Additional Physical Form Entry$$, $$Information concerning another available physical form of the target item (horizontal relationship). When a note is generated from this field, the introductory phrase may be generated based on the field tag for display.$$,
9767 FALSE, TRUE, FALSE, FALSE);
9768 INSERT INTO config.record_attr_definition(name, label)
9769 VALUES ('marc21_biblio_776_ind_1', 'MARC 21 biblio field 776 indicator position 1');
9770 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9771 VALUES ('marc21_biblio_776_ind_1', '0', $$Display note$$, FALSE, TRUE);
9772 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9773 VALUES ('marc21_biblio_776_ind_1', '1', $$Do not display note$$, FALSE, TRUE);
9774 INSERT INTO config.record_attr_definition(name, label)
9775 VALUES ('marc21_biblio_776_ind_2', 'MARC 21 biblio field 776 indicator position 2');
9776 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9777 VALUES ('marc21_biblio_776_ind_2', '#', $$Available in another form$$, FALSE, TRUE);
9778 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9779 VALUES ('marc21_biblio_776_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
9780 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9781                                  repeatable, mandatory, hidden)
9782 VALUES (1, 'biblio', '776', 'a', $$Main entry heading$$,
9783 FALSE, FALSE, FALSE);
9784 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9785                                  repeatable, mandatory, hidden)
9786 VALUES (1, 'biblio', '776', 'b', $$Edition$$,
9787 FALSE, FALSE, FALSE);
9788 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9789                                  repeatable, mandatory, hidden)
9790 VALUES (1, 'biblio', '776', 'c', $$Qualifying information$$,
9791 FALSE, FALSE, FALSE);
9792 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9793                                  repeatable, mandatory, hidden)
9794 VALUES (1, 'biblio', '776', 'd', $$Place, publisher, and date of publication$$,
9795 FALSE, FALSE, FALSE);
9796 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9797                                  repeatable, mandatory, hidden)
9798 VALUES (1, 'biblio', '776', 'g', $$Related parts$$,
9799 TRUE, FALSE, FALSE);
9800 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9801                                  repeatable, mandatory, hidden)
9802 VALUES (1, 'biblio', '776', 'h', $$Physical description$$,
9803 FALSE, FALSE, FALSE);
9804 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9805                                  repeatable, mandatory, hidden)
9806 VALUES (1, 'biblio', '776', 'i', $$Relationship information$$,
9807 TRUE, FALSE, FALSE);
9808 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9809                                  repeatable, mandatory, hidden)
9810 VALUES (1, 'biblio', '776', 'k', $$Series data for related item$$,
9811 TRUE, FALSE, FALSE);
9812 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9813                                  repeatable, mandatory, hidden)
9814 VALUES (1, 'biblio', '776', 'm', $$Material-specific details$$,
9815 FALSE, FALSE, FALSE);
9816 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9817                                  repeatable, mandatory, hidden)
9818 VALUES (1, 'biblio', '776', 'n', $$Note$$,
9819 TRUE, FALSE, FALSE);
9820 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9821                                  repeatable, mandatory, hidden)
9822 VALUES (1, 'biblio', '776', 'o', $$Other item identifier$$,
9823 TRUE, FALSE, FALSE);
9824 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9825                                  repeatable, mandatory, hidden)
9826 VALUES (1, 'biblio', '776', 'r', $$Report number$$,
9827 TRUE, FALSE, FALSE);
9828 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9829                                  repeatable, mandatory, hidden)
9830 VALUES (1, 'biblio', '776', 's', $$Uniform title$$,
9831 FALSE, FALSE, FALSE);
9832 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9833                                  repeatable, mandatory, hidden)
9834 VALUES (1, 'biblio', '776', 't', $$Title$$,
9835 FALSE, FALSE, FALSE);
9836 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9837                                  repeatable, mandatory, hidden)
9838 VALUES (1, 'biblio', '776', 'u', $$Standard Technical Report Number$$,
9839 FALSE, FALSE, FALSE);
9840 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9841                                  repeatable, mandatory, hidden)
9842 VALUES (1, 'biblio', '776', 'w', $$Record control number$$,
9843 TRUE, FALSE, FALSE);
9844 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9845                                  repeatable, mandatory, hidden)
9846 VALUES (1, 'biblio', '776', 'x', $$International Standard Serial Number$$,
9847 FALSE, FALSE, FALSE);
9848 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9849                                  repeatable, mandatory, hidden)
9850 VALUES (1, 'biblio', '776', 'y', $$CODEN designation$$,
9851 FALSE, FALSE, FALSE);
9852 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9853                                  repeatable, mandatory, hidden)
9854 VALUES (1, 'biblio', '776', 'z', $$International Standard Book Number$$,
9855 TRUE, FALSE, FALSE);
9856 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9857                                  repeatable, mandatory, hidden)
9858 VALUES (1, 'biblio', '776', '6', $$Linkage$$,
9859 FALSE, FALSE, FALSE);
9860 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9861                                  repeatable, mandatory, hidden)
9862 VALUES (1, 'biblio', '776', '7', $$Control subfield$$,
9863 FALSE, FALSE, FALSE);
9864 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9865                                  repeatable, mandatory, hidden)
9866 VALUES (1, 'biblio', '776', '8', $$Field link and sequence number$$,
9867 TRUE, FALSE, FALSE);
9868 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
9869                               fixed_field, repeatable, mandatory, hidden)
9870 VALUES (1, 'biblio', '777', $$Issued With Entry$$, $$Information concerning the publication that is separately cataloged but that is issued with or included in the target item (horizontal relationship). When a note is generated from this field, the introductory phrase may be generated based on the field tag for display.$$,
9871 FALSE, TRUE, FALSE, FALSE);
9872 INSERT INTO config.record_attr_definition(name, label)
9873 VALUES ('marc21_biblio_777_ind_1', 'MARC 21 biblio field 777 indicator position 1');
9874 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9875 VALUES ('marc21_biblio_777_ind_1', '0', $$Display note$$, FALSE, TRUE);
9876 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9877 VALUES ('marc21_biblio_777_ind_1', '1', $$Do not display note$$, FALSE, TRUE);
9878 INSERT INTO config.record_attr_definition(name, label)
9879 VALUES ('marc21_biblio_777_ind_2', 'MARC 21 biblio field 777 indicator position 2');
9880 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9881 VALUES ('marc21_biblio_777_ind_2', '#', $$Issued with$$, FALSE, TRUE);
9882 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9883 VALUES ('marc21_biblio_777_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
9884 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9885                                  repeatable, mandatory, hidden)
9886 VALUES (1, 'biblio', '777', 'a', $$Main entry heading$$,
9887 FALSE, FALSE, FALSE);
9888 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9889                                  repeatable, mandatory, hidden)
9890 VALUES (1, 'biblio', '777', 'b', $$Edition$$,
9891 FALSE, FALSE, FALSE);
9892 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9893                                  repeatable, mandatory, hidden)
9894 VALUES (1, 'biblio', '777', 'c', $$Qualifying information$$,
9895 FALSE, FALSE, FALSE);
9896 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9897                                  repeatable, mandatory, hidden)
9898 VALUES (1, 'biblio', '777', 'd', $$Place, publisher, and date of publication$$,
9899 FALSE, FALSE, FALSE);
9900 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9901                                  repeatable, mandatory, hidden)
9902 VALUES (1, 'biblio', '777', 'g', $$Related parts$$,
9903 TRUE, FALSE, FALSE);
9904 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9905                                  repeatable, mandatory, hidden)
9906 VALUES (1, 'biblio', '777', 'h', $$Physical description$$,
9907 FALSE, FALSE, FALSE);
9908 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9909                                  repeatable, mandatory, hidden)
9910 VALUES (1, 'biblio', '777', 'i', $$Relationship information$$,
9911 TRUE, FALSE, FALSE);
9912 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9913                                  repeatable, mandatory, hidden)
9914 VALUES (1, 'biblio', '777', 'k', $$Series data for related item$$,
9915 TRUE, FALSE, FALSE);
9916 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9917                                  repeatable, mandatory, hidden)
9918 VALUES (1, 'biblio', '777', 'm', $$Material-specific details$$,
9919 FALSE, FALSE, FALSE);
9920 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9921                                  repeatable, mandatory, hidden)
9922 VALUES (1, 'biblio', '777', 'n', $$Note$$,
9923 TRUE, FALSE, FALSE);
9924 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9925                                  repeatable, mandatory, hidden)
9926 VALUES (1, 'biblio', '777', 'o', $$Other item identifier$$,
9927 TRUE, FALSE, FALSE);
9928 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9929                                  repeatable, mandatory, hidden)
9930 VALUES (1, 'biblio', '777', 's', $$Uniform title$$,
9931 FALSE, FALSE, FALSE);
9932 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9933                                  repeatable, mandatory, hidden)
9934 VALUES (1, 'biblio', '777', 't', $$Title$$,
9935 FALSE, FALSE, FALSE);
9936 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9937                                  repeatable, mandatory, hidden)
9938 VALUES (1, 'biblio', '777', 'w', $$Record control number$$,
9939 TRUE, FALSE, FALSE);
9940 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9941                                  repeatable, mandatory, hidden)
9942 VALUES (1, 'biblio', '777', 'x', $$International Standard Serial Number$$,
9943 FALSE, FALSE, FALSE);
9944 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9945                                  repeatable, mandatory, hidden)
9946 VALUES (1, 'biblio', '777', 'y', $$CODEN designation$$,
9947 FALSE, FALSE, FALSE);
9948 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9949                                  repeatable, mandatory, hidden)
9950 VALUES (1, 'biblio', '777', '6', $$Linkage$$,
9951 FALSE, FALSE, FALSE);
9952 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9953                                  repeatable, mandatory, hidden)
9954 VALUES (1, 'biblio', '777', '7', $$Control subfield$$,
9955 FALSE, FALSE, FALSE);
9956 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9957                                  repeatable, mandatory, hidden)
9958 VALUES (1, 'biblio', '777', '8', $$Field link and sequence number$$,
9959 TRUE, FALSE, FALSE);
9960 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
9961                               fixed_field, repeatable, mandatory, hidden)
9962 VALUES (1, 'biblio', '780', $$Preceding Entry$$, $$Information concerning the immediate predecessor of the target item (chronological relationship). When a note is generated from this field, the introductory term or phrase may be generated based on the value in the second indicator position for display.$$,
9963 FALSE, TRUE, FALSE, FALSE);
9964 INSERT INTO config.record_attr_definition(name, label)
9965 VALUES ('marc21_biblio_780_ind_1', 'MARC 21 biblio field 780 indicator position 1');
9966 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9967 VALUES ('marc21_biblio_780_ind_1', '0', $$Display note$$, FALSE, TRUE);
9968 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9969 VALUES ('marc21_biblio_780_ind_1', '1', $$Do not display note$$, FALSE, TRUE);
9970 INSERT INTO config.record_attr_definition(name, label)
9971 VALUES ('marc21_biblio_780_ind_2', 'MARC 21 biblio field 780 indicator position 2');
9972 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9973 VALUES ('marc21_biblio_780_ind_2', '0', $$Continues$$, FALSE, TRUE);
9974 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9975 VALUES ('marc21_biblio_780_ind_2', '1', $$Continues in part$$, FALSE, TRUE);
9976 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9977 VALUES ('marc21_biblio_780_ind_2', '2', $$Supersedes$$, FALSE, TRUE);
9978 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9979 VALUES ('marc21_biblio_780_ind_2', '3', $$Supersedes in part$$, FALSE, TRUE);
9980 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9981 VALUES ('marc21_biblio_780_ind_2', '4', $$Formed by the union of ... and ...$$, FALSE, TRUE);
9982 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9983 VALUES ('marc21_biblio_780_ind_2', '5', $$Absorbed$$, FALSE, TRUE);
9984 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9985 VALUES ('marc21_biblio_780_ind_2', '6', $$Absorbed in part$$, FALSE, TRUE);
9986 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9987 VALUES ('marc21_biblio_780_ind_2', '7', $$Separated from$$, FALSE, TRUE);
9988 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9989                                  repeatable, mandatory, hidden)
9990 VALUES (1, 'biblio', '780', 'a', $$Main entry heading$$,
9991 FALSE, FALSE, FALSE);
9992 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9993                                  repeatable, mandatory, hidden)
9994 VALUES (1, 'biblio', '780', 'b', $$Edition$$,
9995 FALSE, FALSE, FALSE);
9996 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9997                                  repeatable, mandatory, hidden)
9998 VALUES (1, 'biblio', '780', 'c', $$Qualifying information$$,
9999 FALSE, FALSE, FALSE);
10000 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10001                                  repeatable, mandatory, hidden)
10002 VALUES (1, 'biblio', '780', 'd', $$Place, publisher, and date of publication$$,
10003 FALSE, FALSE, FALSE);
10004 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10005                                  repeatable, mandatory, hidden)
10006 VALUES (1, 'biblio', '780', 'g', $$Related parts$$,
10007 TRUE, FALSE, FALSE);
10008 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10009                                  repeatable, mandatory, hidden)
10010 VALUES (1, 'biblio', '780', 'h', $$Physical description$$,
10011 FALSE, FALSE, FALSE);
10012 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10013                                  repeatable, mandatory, hidden)
10014 VALUES (1, 'biblio', '780', 'i', $$Relationship information$$,
10015 TRUE, FALSE, FALSE);
10016 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10017                                  repeatable, mandatory, hidden)
10018 VALUES (1, 'biblio', '780', 'k', $$Series data for related item$$,
10019 TRUE, FALSE, FALSE);
10020 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10021                                  repeatable, mandatory, hidden)
10022 VALUES (1, 'biblio', '780', 'm', $$Material-specific details$$,
10023 FALSE, FALSE, FALSE);
10024 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10025                                  repeatable, mandatory, hidden)
10026 VALUES (1, 'biblio', '780', 'n', $$Note$$,
10027 TRUE, FALSE, FALSE);
10028 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10029                                  repeatable, mandatory, hidden)
10030 VALUES (1, 'biblio', '780', 'o', $$Other item identifier$$,
10031 TRUE, FALSE, FALSE);
10032 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10033                                  repeatable, mandatory, hidden)
10034 VALUES (1, 'biblio', '780', 'r', $$Report number$$,
10035 TRUE, FALSE, FALSE);
10036 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10037                                  repeatable, mandatory, hidden)
10038 VALUES (1, 'biblio', '780', 's', $$Uniform title$$,
10039 FALSE, FALSE, FALSE);
10040 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10041                                  repeatable, mandatory, hidden)
10042 VALUES (1, 'biblio', '780', 't', $$Title$$,
10043 FALSE, FALSE, FALSE);
10044 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10045                                  repeatable, mandatory, hidden)
10046 VALUES (1, 'biblio', '780', 'u', $$Standard Technical Report Number$$,
10047 FALSE, FALSE, FALSE);
10048 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10049                                  repeatable, mandatory, hidden)
10050 VALUES (1, 'biblio', '780', 'w', $$Record control number$$,
10051 TRUE, FALSE, FALSE);
10052 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10053                                  repeatable, mandatory, hidden)
10054 VALUES (1, 'biblio', '780', 'x', $$International Standard Serial Number$$,
10055 FALSE, FALSE, FALSE);
10056 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10057                                  repeatable, mandatory, hidden)
10058 VALUES (1, 'biblio', '780', 'y', $$CODEN designation$$,
10059 FALSE, FALSE, FALSE);
10060 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10061                                  repeatable, mandatory, hidden)
10062 VALUES (1, 'biblio', '780', 'z', $$International Standard Book Number$$,
10063 TRUE, FALSE, FALSE);
10064 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10065                                  repeatable, mandatory, hidden)
10066 VALUES (1, 'biblio', '780', '6', $$Linkage$$,
10067 FALSE, FALSE, FALSE);
10068 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10069                                  repeatable, mandatory, hidden)
10070 VALUES (1, 'biblio', '780', '7', $$Control subfield$$,
10071 FALSE, FALSE, FALSE);
10072 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10073                                  repeatable, mandatory, hidden)
10074 VALUES (1, 'biblio', '780', '8', $$Field link and sequence number$$,
10075 TRUE, FALSE, FALSE);
10076 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
10077                               fixed_field, repeatable, mandatory, hidden)
10078 VALUES (1, 'biblio', '785', $$Succeeding Entry$$, $$Information concerning the immediate successor to the target item (chronological relationship). When a note is generated from this field, the introductory phrase may be generated based on the value in the second indicator position for display.$$,
10079 FALSE, TRUE, FALSE, FALSE);
10080 INSERT INTO config.record_attr_definition(name, label)
10081 VALUES ('marc21_biblio_785_ind_1', 'MARC 21 biblio field 785 indicator position 1');
10082 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10083 VALUES ('marc21_biblio_785_ind_1', '0', $$Display note$$, FALSE, TRUE);
10084 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10085 VALUES ('marc21_biblio_785_ind_1', '1', $$Do not display note$$, FALSE, TRUE);
10086 INSERT INTO config.record_attr_definition(name, label)
10087 VALUES ('marc21_biblio_785_ind_2', 'MARC 21 biblio field 785 indicator position 2');
10088 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10089 VALUES ('marc21_biblio_785_ind_2', '0', $$Continued by$$, FALSE, TRUE);
10090 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10091 VALUES ('marc21_biblio_785_ind_2', '1', $$Continued in part by$$, FALSE, TRUE);
10092 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10093 VALUES ('marc21_biblio_785_ind_2', '2', $$Superseded by$$, FALSE, TRUE);
10094 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10095 VALUES ('marc21_biblio_785_ind_2', '3', $$Superseded in part by$$, FALSE, TRUE);
10096 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10097 VALUES ('marc21_biblio_785_ind_2', '4', $$Absorbed by$$, FALSE, TRUE);
10098 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10099 VALUES ('marc21_biblio_785_ind_2', '5', $$Absorbed in part by$$, FALSE, TRUE);
10100 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10101 VALUES ('marc21_biblio_785_ind_2', '6', $$Split into ... and ...$$, FALSE, TRUE);
10102 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10103 VALUES ('marc21_biblio_785_ind_2', '7', $$Merged with ... to form ...$$, FALSE, TRUE);
10104 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10105 VALUES ('marc21_biblio_785_ind_2', '8', $$Changed back to$$, FALSE, TRUE);
10106 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10107                                  repeatable, mandatory, hidden)
10108 VALUES (1, 'biblio', '785', 'a', $$Main entry heading$$,
10109 FALSE, FALSE, FALSE);
10110 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10111                                  repeatable, mandatory, hidden)
10112 VALUES (1, 'biblio', '785', 'b', $$Edition$$,
10113 FALSE, FALSE, FALSE);
10114 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10115                                  repeatable, mandatory, hidden)
10116 VALUES (1, 'biblio', '785', 'c', $$Qualifying information$$,
10117 FALSE, FALSE, FALSE);
10118 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10119                                  repeatable, mandatory, hidden)
10120 VALUES (1, 'biblio', '785', 'd', $$Place, publisher, and date of publication$$,
10121 FALSE, FALSE, FALSE);
10122 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10123                                  repeatable, mandatory, hidden)
10124 VALUES (1, 'biblio', '785', 'g', $$Related parts$$,
10125 TRUE, FALSE, FALSE);
10126 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10127                                  repeatable, mandatory, hidden)
10128 VALUES (1, 'biblio', '785', 'h', $$Physical description$$,
10129 FALSE, FALSE, FALSE);
10130 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10131                                  repeatable, mandatory, hidden)
10132 VALUES (1, 'biblio', '785', 'i', $$Relationship information$$,
10133 TRUE, FALSE, FALSE);
10134 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10135                                  repeatable, mandatory, hidden)
10136 VALUES (1, 'biblio', '785', 'k', $$Series data for related item$$,
10137 TRUE, FALSE, FALSE);
10138 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10139                                  repeatable, mandatory, hidden)
10140 VALUES (1, 'biblio', '785', 'm', $$Material-specific details$$,
10141 FALSE, FALSE, FALSE);
10142 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10143                                  repeatable, mandatory, hidden)
10144 VALUES (1, 'biblio', '785', 'n', $$Note$$,
10145 TRUE, FALSE, FALSE);
10146 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10147                                  repeatable, mandatory, hidden)
10148 VALUES (1, 'biblio', '785', 'o', $$Other item identifier$$,
10149 TRUE, FALSE, FALSE);
10150 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10151                                  repeatable, mandatory, hidden)
10152 VALUES (1, 'biblio', '785', 'r', $$Report number$$,
10153 TRUE, FALSE, FALSE);
10154 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10155                                  repeatable, mandatory, hidden)
10156 VALUES (1, 'biblio', '785', 's', $$Uniform title$$,
10157 FALSE, FALSE, FALSE);
10158 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10159                                  repeatable, mandatory, hidden)
10160 VALUES (1, 'biblio', '785', 't', $$Title$$,
10161 FALSE, FALSE, FALSE);
10162 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10163                                  repeatable, mandatory, hidden)
10164 VALUES (1, 'biblio', '785', 'u', $$Standard Technical Report Number$$,
10165 FALSE, FALSE, FALSE);
10166 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10167                                  repeatable, mandatory, hidden)
10168 VALUES (1, 'biblio', '785', 'w', $$Record control number$$,
10169 TRUE, FALSE, FALSE);
10170 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10171                                  repeatable, mandatory, hidden)
10172 VALUES (1, 'biblio', '785', 'x', $$International Standard Serial Number$$,
10173 FALSE, FALSE, FALSE);
10174 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10175                                  repeatable, mandatory, hidden)
10176 VALUES (1, 'biblio', '785', 'y', $$CODEN designation$$,
10177 FALSE, FALSE, FALSE);
10178 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10179                                  repeatable, mandatory, hidden)
10180 VALUES (1, 'biblio', '785', 'z', $$International Standard Book Number$$,
10181 TRUE, FALSE, FALSE);
10182 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10183                                  repeatable, mandatory, hidden)
10184 VALUES (1, 'biblio', '785', '6', $$Linkage$$,
10185 FALSE, FALSE, FALSE);
10186 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10187                                  repeatable, mandatory, hidden)
10188 VALUES (1, 'biblio', '785', '7', $$Control subfield$$,
10189 FALSE, FALSE, FALSE);
10190 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10191                                  repeatable, mandatory, hidden)
10192 VALUES (1, 'biblio', '785', '8', $$Field link and sequence number$$,
10193 TRUE, FALSE, FALSE);
10194 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
10195                               fixed_field, repeatable, mandatory, hidden)
10196 VALUES (1, 'biblio', '786', $$Data Source Entry$$, $$Information pertaining to a data source to which the described item is related. It may contain information about other files, printed sources, or collection procedures.$$,
10197 FALSE, TRUE, FALSE, FALSE);
10198 INSERT INTO config.record_attr_definition(name, label)
10199 VALUES ('marc21_biblio_786_ind_1', 'MARC 21 biblio field 786 indicator position 1');
10200 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10201 VALUES ('marc21_biblio_786_ind_1', '0', $$Display note$$, FALSE, TRUE);
10202 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10203 VALUES ('marc21_biblio_786_ind_1', '1', $$Do not display note$$, FALSE, TRUE);
10204 INSERT INTO config.record_attr_definition(name, label)
10205 VALUES ('marc21_biblio_786_ind_2', 'MARC 21 biblio field 786 indicator position 2');
10206 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10207 VALUES ('marc21_biblio_786_ind_2', '#', $$Data source$$, FALSE, TRUE);
10208 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10209 VALUES ('marc21_biblio_786_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
10210 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10211                                  repeatable, mandatory, hidden)
10212 VALUES (1, 'biblio', '786', 'a', $$Main entry heading$$,
10213 FALSE, FALSE, FALSE);
10214 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10215                                  repeatable, mandatory, hidden)
10216 VALUES (1, 'biblio', '786', 'b', $$Edition$$,
10217 FALSE, FALSE, FALSE);
10218 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10219                                  repeatable, mandatory, hidden)
10220 VALUES (1, 'biblio', '786', 'c', $$Qualifying information$$,
10221 FALSE, FALSE, FALSE);
10222 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10223                                  repeatable, mandatory, hidden)
10224 VALUES (1, 'biblio', '786', 'd', $$Place, publisher, and date of publication$$,
10225 FALSE, FALSE, FALSE);
10226 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10227                                  repeatable, mandatory, hidden)
10228 VALUES (1, 'biblio', '786', 'g', $$Related parts$$,
10229 TRUE, FALSE, FALSE);
10230 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10231                                  repeatable, mandatory, hidden)
10232 VALUES (1, 'biblio', '786', 'h', $$Physical description$$,
10233 FALSE, FALSE, FALSE);
10234 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10235                                  repeatable, mandatory, hidden)
10236 VALUES (1, 'biblio', '786', 'i', $$Relationship information$$,
10237 TRUE, FALSE, FALSE);
10238 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10239                                  repeatable, mandatory, hidden)
10240 VALUES (1, 'biblio', '786', 'j', $$Period of content$$,
10241 FALSE, FALSE, FALSE);
10242 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10243                                  repeatable, mandatory, hidden)
10244 VALUES (1, 'biblio', '786', 'k', $$Series data for related item$$,
10245 TRUE, FALSE, FALSE);
10246 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10247                                  repeatable, mandatory, hidden)
10248 VALUES (1, 'biblio', '786', 'm', $$Material-specific details$$,
10249 FALSE, FALSE, FALSE);
10250 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10251                                  repeatable, mandatory, hidden)
10252 VALUES (1, 'biblio', '786', 'n', $$Note$$,
10253 TRUE, FALSE, FALSE);
10254 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10255                                  repeatable, mandatory, hidden)
10256 VALUES (1, 'biblio', '786', 'o', $$Other item identifier$$,
10257 TRUE, FALSE, FALSE);
10258 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10259                                  repeatable, mandatory, hidden)
10260 VALUES (1, 'biblio', '786', 'p', $$Abbreviated title$$,
10261 FALSE, FALSE, FALSE);
10262 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10263                                  repeatable, mandatory, hidden)
10264 VALUES (1, 'biblio', '786', 'r', $$Report number$$,
10265 TRUE, FALSE, FALSE);
10266 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10267                                  repeatable, mandatory, hidden)
10268 VALUES (1, 'biblio', '786', 's', $$Uniform title$$,
10269 FALSE, FALSE, FALSE);
10270 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10271                                  repeatable, mandatory, hidden)
10272 VALUES (1, 'biblio', '786', 't', $$Title$$,
10273 FALSE, FALSE, FALSE);
10274 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10275                                  repeatable, mandatory, hidden)
10276 VALUES (1, 'biblio', '786', 'u', $$Standard Technical Report Number$$,
10277 FALSE, FALSE, FALSE);
10278 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10279                                  repeatable, mandatory, hidden)
10280 VALUES (1, 'biblio', '786', 'v', $$Source Contribution$$,
10281 FALSE, FALSE, FALSE);
10282 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10283                                  repeatable, mandatory, hidden)
10284 VALUES (1, 'biblio', '786', 'w', $$Record control number$$,
10285 TRUE, FALSE, FALSE);
10286 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10287                                  repeatable, mandatory, hidden)
10288 VALUES (1, 'biblio', '786', 'x', $$International Standard Serial Number$$,
10289 FALSE, FALSE, FALSE);
10290 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10291                                  repeatable, mandatory, hidden)
10292 VALUES (1, 'biblio', '786', 'y', $$CODEN designation$$,
10293 FALSE, FALSE, FALSE);
10294 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10295                                  repeatable, mandatory, hidden)
10296 VALUES (1, 'biblio', '786', 'z', $$International Standard Book Number$$,
10297 TRUE, FALSE, FALSE);
10298 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10299                                  repeatable, mandatory, hidden)
10300 VALUES (1, 'biblio', '786', '6', $$Linkage$$,
10301 FALSE, FALSE, FALSE);
10302 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10303                                  repeatable, mandatory, hidden)
10304 VALUES (1, 'biblio', '786', '7', $$Control subfield$$,
10305 FALSE, FALSE, FALSE);
10306 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10307                                  repeatable, mandatory, hidden)
10308 VALUES (1, 'biblio', '786', '8', $$Field link and sequence number$$,
10309 TRUE, FALSE, FALSE);
10310 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
10311                               fixed_field, repeatable, mandatory, hidden)
10312 VALUES (1, 'biblio', '787', $$Other Relationship Entry$$, $$Information concerning the work related to the target item when the relationship does not fit any of those defined in fields 760-785.$$,
10313 FALSE, TRUE, FALSE, FALSE);
10314 INSERT INTO config.record_attr_definition(name, label)
10315 VALUES ('marc21_biblio_787_ind_1', 'MARC 21 biblio field 787 indicator position 1');
10316 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10317 VALUES ('marc21_biblio_787_ind_1', '0', $$Display note$$, FALSE, TRUE);
10318 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10319 VALUES ('marc21_biblio_787_ind_1', '1', $$Do not display note$$, FALSE, TRUE);
10320 INSERT INTO config.record_attr_definition(name, label)
10321 VALUES ('marc21_biblio_787_ind_2', 'MARC 21 biblio field 787 indicator position 2');
10322 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10323 VALUES ('marc21_biblio_787_ind_2', '#', $$Related item$$, FALSE, TRUE);
10324 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10325 VALUES ('marc21_biblio_787_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
10326 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10327                                  repeatable, mandatory, hidden)
10328 VALUES (1, 'biblio', '787', 'a', $$Main entry heading$$,
10329 FALSE, FALSE, FALSE);
10330 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10331                                  repeatable, mandatory, hidden)
10332 VALUES (1, 'biblio', '787', 'b', $$Edition$$,
10333 FALSE, FALSE, FALSE);
10334 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10335                                  repeatable, mandatory, hidden)
10336 VALUES (1, 'biblio', '787', 'c', $$Qualifying information$$,
10337 FALSE, FALSE, FALSE);
10338 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10339                                  repeatable, mandatory, hidden)
10340 VALUES (1, 'biblio', '787', 'd', $$Place, publisher, and date of publication$$,
10341 FALSE, FALSE, FALSE);
10342 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10343                                  repeatable, mandatory, hidden)
10344 VALUES (1, 'biblio', '787', 'g', $$Related parts$$,
10345 TRUE, FALSE, FALSE);
10346 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10347                                  repeatable, mandatory, hidden)
10348 VALUES (1, 'biblio', '787', 'h', $$Physical description$$,
10349 FALSE, FALSE, FALSE);
10350 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10351                                  repeatable, mandatory, hidden)
10352 VALUES (1, 'biblio', '787', 'i', $$Relationship information$$,
10353 TRUE, FALSE, FALSE);
10354 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10355                                  repeatable, mandatory, hidden)
10356 VALUES (1, 'biblio', '787', 'k', $$Series data for related item$$,
10357 TRUE, FALSE, FALSE);
10358 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10359                                  repeatable, mandatory, hidden)
10360 VALUES (1, 'biblio', '787', 'm', $$Material-specific details$$,
10361 FALSE, FALSE, FALSE);
10362 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10363                                  repeatable, mandatory, hidden)
10364 VALUES (1, 'biblio', '787', 'n', $$Note$$,
10365 TRUE, FALSE, FALSE);
10366 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10367                                  repeatable, mandatory, hidden)
10368 VALUES (1, 'biblio', '787', 'o', $$Other item identifier$$,
10369 TRUE, FALSE, FALSE);
10370 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10371                                  repeatable, mandatory, hidden)
10372 VALUES (1, 'biblio', '787', 'r', $$Report number$$,
10373 TRUE, FALSE, FALSE);
10374 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10375                                  repeatable, mandatory, hidden)
10376 VALUES (1, 'biblio', '787', 's', $$Uniform title$$,
10377 FALSE, FALSE, FALSE);
10378 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10379                                  repeatable, mandatory, hidden)
10380 VALUES (1, 'biblio', '787', 't', $$Title$$,
10381 FALSE, FALSE, FALSE);
10382 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10383                                  repeatable, mandatory, hidden)
10384 VALUES (1, 'biblio', '787', 'u', $$Standard Technical Report Number$$,
10385 FALSE, FALSE, FALSE);
10386 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10387                                  repeatable, mandatory, hidden)
10388 VALUES (1, 'biblio', '787', 'w', $$Record control number$$,
10389 TRUE, FALSE, FALSE);
10390 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10391                                  repeatable, mandatory, hidden)
10392 VALUES (1, 'biblio', '787', 'x', $$International Standard Serial Number$$,
10393 FALSE, FALSE, FALSE);
10394 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10395                                  repeatable, mandatory, hidden)
10396 VALUES (1, 'biblio', '787', 'y', $$CODEN designation$$,
10397 FALSE, FALSE, FALSE);
10398 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10399                                  repeatable, mandatory, hidden)
10400 VALUES (1, 'biblio', '787', 'z', $$International Standard Book Number$$,
10401 TRUE, FALSE, FALSE);
10402 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10403                                  repeatable, mandatory, hidden)
10404 VALUES (1, 'biblio', '787', '6', $$Linkage$$,
10405 FALSE, FALSE, FALSE);
10406 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10407                                  repeatable, mandatory, hidden)
10408 VALUES (1, 'biblio', '787', '7', $$Control subfield$$,
10409 FALSE, FALSE, FALSE);
10410 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10411                                  repeatable, mandatory, hidden)
10412 VALUES (1, 'biblio', '787', '8', $$Field link and sequence number$$,
10413 TRUE, FALSE, FALSE);
10414 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
10415                               fixed_field, repeatable, mandatory, hidden)
10416 VALUES (1, 'biblio', '800', $$Series Added Entry-Personal Name$$, $$Author/title series added entry in which the author portion is a personal name.$$,
10417 FALSE, TRUE, FALSE, FALSE);
10418 INSERT INTO config.record_attr_definition(name, label)
10419 VALUES ('marc21_biblio_800_ind_1', 'MARC 21 biblio field 800 indicator position 1');
10420 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10421 VALUES ('marc21_biblio_800_ind_1', '0', $$Forename$$, FALSE, TRUE);
10422 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10423 VALUES ('marc21_biblio_800_ind_1', '1', $$Surname$$, FALSE, TRUE);
10424 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10425 VALUES ('marc21_biblio_800_ind_1', '3', $$Family name$$, FALSE, TRUE);
10426 INSERT INTO config.record_attr_definition(name, label)
10427 VALUES ('marc21_biblio_800_ind_2', 'MARC 21 biblio field 800 indicator position 2');
10428 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10429 VALUES ('marc21_biblio_800_ind_2', '#', $$Undefined$$, FALSE, TRUE);
10430 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10431                                  repeatable, mandatory, hidden)
10432 VALUES (1, 'biblio', '800', 'a', $$Personal name$$,
10433 FALSE, FALSE, FALSE);
10434 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10435                                  repeatable, mandatory, hidden)
10436 VALUES (1, 'biblio', '800', 'b', $$Numeration$$,
10437 FALSE, FALSE, FALSE);
10438 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10439                                  repeatable, mandatory, hidden)
10440 VALUES (1, 'biblio', '800', 'c', $$Titles and other words associated with a name$$,
10441 TRUE, FALSE, FALSE);
10442 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10443                                  repeatable, mandatory, hidden)
10444 VALUES (1, 'biblio', '800', 'd', $$Dates associated with a name$$,
10445 FALSE, FALSE, FALSE);
10446 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10447                                  repeatable, mandatory, hidden)
10448 VALUES (1, 'biblio', '800', 'e', $$Relator term$$,
10449 TRUE, FALSE, FALSE);
10450 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10451                                  repeatable, mandatory, hidden)
10452 VALUES (1, 'biblio', '800', 'f', $$Date of a work$$,
10453 FALSE, FALSE, FALSE);
10454 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10455                                  repeatable, mandatory, hidden)
10456 VALUES (1, 'biblio', '800', 'g', $$Miscellaneous information$$,
10457 FALSE, FALSE, FALSE);
10458 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10459                                  repeatable, mandatory, hidden)
10460 VALUES (1, 'biblio', '800', 'h', $$Medium$$,
10461 FALSE, FALSE, FALSE);
10462 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10463                                  repeatable, mandatory, hidden)
10464 VALUES (1, 'biblio', '800', 'j', $$Attribution qualifier$$,
10465 TRUE, FALSE, FALSE);
10466 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10467                                  repeatable, mandatory, hidden)
10468 VALUES (1, 'biblio', '800', 'k', $$Form subheading$$,
10469 TRUE, FALSE, FALSE);
10470 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10471                                  repeatable, mandatory, hidden)
10472 VALUES (1, 'biblio', '800', 'l', $$Language of a work$$,
10473 FALSE, FALSE, FALSE);
10474 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10475                                  repeatable, mandatory, hidden)
10476 VALUES (1, 'biblio', '800', 'm', $$Medium of performance for music$$,
10477 TRUE, FALSE, FALSE);
10478 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10479                                  repeatable, mandatory, hidden)
10480 VALUES (1, 'biblio', '800', 'n', $$Number of part/section of a work$$,
10481 TRUE, FALSE, FALSE);
10482 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10483                                  repeatable, mandatory, hidden)
10484 VALUES (1, 'biblio', '800', 'o', $$Arranged statement for music$$,
10485 FALSE, FALSE, FALSE);
10486 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10487                                  repeatable, mandatory, hidden)
10488 VALUES (1, 'biblio', '800', 'p', $$Name of part/section of a work$$,
10489 TRUE, FALSE, FALSE);
10490 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10491                                  repeatable, mandatory, hidden)
10492 VALUES (1, 'biblio', '800', 'q', $$Fuller form of name$$,
10493 FALSE, FALSE, FALSE);
10494 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10495                                  repeatable, mandatory, hidden)
10496 VALUES (1, 'biblio', '800', 'r', $$Key for music$$,
10497 FALSE, FALSE, FALSE);
10498 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10499                                  repeatable, mandatory, hidden)
10500 VALUES (1, 'biblio', '800', 's', $$Version$$,
10501 FALSE, FALSE, FALSE);
10502 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10503                                  repeatable, mandatory, hidden)
10504 VALUES (1, 'biblio', '800', 't', $$Title of a work$$,
10505 FALSE, FALSE, FALSE);
10506 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10507                                  repeatable, mandatory, hidden)
10508 VALUES (1, 'biblio', '800', 'u', $$Affiliation$$,
10509 FALSE, FALSE, FALSE);
10510 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10511                                  repeatable, mandatory, hidden)
10512 VALUES (1, 'biblio', '800', 'v', $$Volume/sequential designation$$,
10513 FALSE, FALSE, FALSE);
10514 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10515                                  repeatable, mandatory, hidden)
10516 VALUES (1, 'biblio', '800', 'w', $$Bibliographic record control number$$,
10517 TRUE, FALSE, FALSE);
10518 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10519                                  repeatable, mandatory, hidden)
10520 VALUES (1, 'biblio', '800', 'x', $$International Standard Serial Number$$,
10521 FALSE, FALSE, FALSE);
10522 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10523                                  repeatable, mandatory, hidden)
10524 VALUES (1, 'biblio', '800', '0', $$Authority record control number$$,
10525 TRUE, FALSE, FALSE);
10526 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10527                                  repeatable, mandatory, hidden)
10528 VALUES (1, 'biblio', '800', '3', $$Materials specified$$,
10529 FALSE, FALSE, FALSE);
10530 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10531                                  repeatable, mandatory, hidden)
10532 VALUES (1, 'biblio', '800', '4', $$Relator code$$,
10533 TRUE, FALSE, FALSE);
10534 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10535                                  repeatable, mandatory, hidden)
10536 VALUES (1, 'biblio', '800', '5', $$Institution to which field applies$$,
10537 TRUE, FALSE, FALSE);
10538 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10539                                  repeatable, mandatory, hidden)
10540 VALUES (1, 'biblio', '800', '6', $$Linkage$$,
10541 FALSE, FALSE, FALSE);
10542 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10543                                  repeatable, mandatory, hidden)
10544 VALUES (1, 'biblio', '800', '8', $$Field link and sequence number$$,
10545 TRUE, FALSE, FALSE);
10546 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
10547                               fixed_field, repeatable, mandatory, hidden)
10548 VALUES (1, 'biblio', '810', $$Series Added Entry-Corporate Name$$, $$Author/title series added entry in which the author portion is a corporate name.$$,
10549 FALSE, TRUE, FALSE, FALSE);
10550 INSERT INTO config.record_attr_definition(name, label)
10551 VALUES ('marc21_biblio_810_ind_1', 'MARC 21 biblio field 810 indicator position 1');
10552 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10553 VALUES ('marc21_biblio_810_ind_1', '0', $$Inverted name$$, FALSE, TRUE);
10554 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10555 VALUES ('marc21_biblio_810_ind_1', '1', $$Jurisdiction name$$, FALSE, TRUE);
10556 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10557 VALUES ('marc21_biblio_810_ind_1', '2', $$Name in direct order$$, FALSE, TRUE);
10558 INSERT INTO config.record_attr_definition(name, label)
10559 VALUES ('marc21_biblio_810_ind_2', 'MARC 21 biblio field 810 indicator position 2');
10560 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10561 VALUES ('marc21_biblio_810_ind_2', '#', $$Undefined$$, FALSE, TRUE);
10562 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10563                                  repeatable, mandatory, hidden)
10564 VALUES (1, 'biblio', '810', 'a', $$Corporate name or jurisdiction name as entry element$$,
10565 FALSE, FALSE, FALSE);
10566 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10567                                  repeatable, mandatory, hidden)
10568 VALUES (1, 'biblio', '810', 'b', $$Subordinate unit$$,
10569 TRUE, FALSE, FALSE);
10570 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10571                                  repeatable, mandatory, hidden)
10572 VALUES (1, 'biblio', '810', 'c', $$Location of meeting$$,
10573 FALSE, FALSE, FALSE);
10574 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10575                                  repeatable, mandatory, hidden)
10576 VALUES (1, 'biblio', '810', 'd', $$Date of meeting or treaty signing$$,
10577 TRUE, FALSE, FALSE);
10578 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10579                                  repeatable, mandatory, hidden)
10580 VALUES (1, 'biblio', '810', 'e', $$Relator term$$,
10581 TRUE, FALSE, FALSE);
10582 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10583                                  repeatable, mandatory, hidden)
10584 VALUES (1, 'biblio', '810', 'f', $$Date of a work$$,
10585 FALSE, FALSE, FALSE);
10586 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10587                                  repeatable, mandatory, hidden)
10588 VALUES (1, 'biblio', '810', 'g', $$Miscellaneous information$$,
10589 FALSE, FALSE, FALSE);
10590 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10591                                  repeatable, mandatory, hidden)
10592 VALUES (1, 'biblio', '810', 'h', $$Medium$$,
10593 FALSE, FALSE, FALSE);
10594 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10595                                  repeatable, mandatory, hidden)
10596 VALUES (1, 'biblio', '810', 'k', $$Form subheading$$,
10597 TRUE, FALSE, FALSE);
10598 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10599                                  repeatable, mandatory, hidden)
10600 VALUES (1, 'biblio', '810', 'l', $$Language of a work$$,
10601 FALSE, FALSE, FALSE);
10602 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10603                                  repeatable, mandatory, hidden)
10604 VALUES (1, 'biblio', '810', 'm', $$Medium of performance for music$$,
10605 TRUE, FALSE, FALSE);
10606 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10607                                  repeatable, mandatory, hidden)
10608 VALUES (1, 'biblio', '810', 'n', $$Number of part/section/meeting$$,
10609 TRUE, FALSE, FALSE);
10610 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10611                                  repeatable, mandatory, hidden)
10612 VALUES (1, 'biblio', '810', 'o', $$Arranged statement for music$$,
10613 FALSE, FALSE, FALSE);
10614 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10615                                  repeatable, mandatory, hidden)
10616 VALUES (1, 'biblio', '810', 'p', $$Name of part/section of a work$$,
10617 TRUE, FALSE, FALSE);
10618 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10619                                  repeatable, mandatory, hidden)
10620 VALUES (1, 'biblio', '810', 'r', $$Key for music$$,
10621 FALSE, FALSE, FALSE);
10622 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10623                                  repeatable, mandatory, hidden)
10624 VALUES (1, 'biblio', '810', 's', $$Version$$,
10625 FALSE, FALSE, FALSE);
10626 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10627                                  repeatable, mandatory, hidden)
10628 VALUES (1, 'biblio', '810', 't', $$Title of a work$$,
10629 FALSE, FALSE, FALSE);
10630 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10631                                  repeatable, mandatory, hidden)
10632 VALUES (1, 'biblio', '810', 'u', $$Affiliation$$,
10633 FALSE, FALSE, FALSE);
10634 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10635                                  repeatable, mandatory, hidden)
10636 VALUES (1, 'biblio', '810', 'v', $$Volume/sequential designation$$,
10637 FALSE, FALSE, FALSE);
10638 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10639                                  repeatable, mandatory, hidden)
10640 VALUES (1, 'biblio', '810', 'w', $$Bibliographic record control number$$,
10641 TRUE, FALSE, FALSE);
10642 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10643                                  repeatable, mandatory, hidden)
10644 VALUES (1, 'biblio', '810', 'x', $$International Standard Serial Number$$,
10645 FALSE, FALSE, FALSE);
10646 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10647                                  repeatable, mandatory, hidden)
10648 VALUES (1, 'biblio', '810', '0', $$Authority record control number$$,
10649 TRUE, FALSE, FALSE);
10650 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10651                                  repeatable, mandatory, hidden)
10652 VALUES (1, 'biblio', '810', '3', $$Materials specified$$,
10653 FALSE, FALSE, FALSE);
10654 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10655                                  repeatable, mandatory, hidden)
10656 VALUES (1, 'biblio', '810', '4', $$Relator code$$,
10657 TRUE, FALSE, FALSE);
10658 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10659                                  repeatable, mandatory, hidden)
10660 VALUES (1, 'biblio', '810', '5', $$Institution to which field applies$$,
10661 TRUE, FALSE, FALSE);
10662 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10663                                  repeatable, mandatory, hidden)
10664 VALUES (1, 'biblio', '810', '6', $$Linkage$$,
10665 FALSE, FALSE, FALSE);
10666 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10667                                  repeatable, mandatory, hidden)
10668 VALUES (1, 'biblio', '810', '8', $$Field link and sequence number$$,
10669 TRUE, FALSE, FALSE);
10670 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
10671                               fixed_field, repeatable, mandatory, hidden)
10672 VALUES (1, 'biblio', '811', $$Series Added Entry-Meeting Name$$, $$Author/title series added entry in which the author portion is a meeting name or conference name.$$,
10673 FALSE, TRUE, FALSE, FALSE);
10674 INSERT INTO config.record_attr_definition(name, label)
10675 VALUES ('marc21_biblio_811_ind_1', 'MARC 21 biblio field 811 indicator position 1');
10676 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10677 VALUES ('marc21_biblio_811_ind_1', '0', $$Inverted name$$, FALSE, TRUE);
10678 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10679 VALUES ('marc21_biblio_811_ind_1', '1', $$Jurisdiction name$$, FALSE, TRUE);
10680 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10681 VALUES ('marc21_biblio_811_ind_1', '2', $$Name in direct order$$, FALSE, TRUE);
10682 INSERT INTO config.record_attr_definition(name, label)
10683 VALUES ('marc21_biblio_811_ind_2', 'MARC 21 biblio field 811 indicator position 2');
10684 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10685 VALUES ('marc21_biblio_811_ind_2', '#', $$Undefined$$, FALSE, TRUE);
10686 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10687                                  repeatable, mandatory, hidden)
10688 VALUES (1, 'biblio', '811', 'a', $$Meeting name or jurisdiction name as entry element$$,
10689 FALSE, FALSE, FALSE);
10690 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10691                                  repeatable, mandatory, hidden)
10692 VALUES (1, 'biblio', '811', 'c', $$Location of meeting$$,
10693 FALSE, FALSE, FALSE);
10694 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10695                                  repeatable, mandatory, hidden)
10696 VALUES (1, 'biblio', '811', 'd', $$Date of meeting$$,
10697 FALSE, FALSE, FALSE);
10698 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10699                                  repeatable, mandatory, hidden)
10700 VALUES (1, 'biblio', '811', 'e', $$Subordinate unit$$,
10701 TRUE, FALSE, FALSE);
10702 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10703                                  repeatable, mandatory, hidden)
10704 VALUES (1, 'biblio', '811', 'f', $$Date of a work$$,
10705 FALSE, FALSE, FALSE);
10706 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10707                                  repeatable, mandatory, hidden)
10708 VALUES (1, 'biblio', '811', 'g', $$Miscellaneous information$$,
10709 FALSE, FALSE, FALSE);
10710 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10711                                  repeatable, mandatory, hidden)
10712 VALUES (1, 'biblio', '811', 'h', $$Medium$$,
10713 FALSE, FALSE, FALSE);
10714 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10715                                  repeatable, mandatory, hidden)
10716 VALUES (1, 'biblio', '811', 'j', $$Relator term$$,
10717 TRUE, FALSE, FALSE);
10718 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10719                                  repeatable, mandatory, hidden)
10720 VALUES (1, 'biblio', '811', 'k', $$Form subheading$$,
10721 TRUE, FALSE, FALSE);
10722 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10723                                  repeatable, mandatory, hidden)
10724 VALUES (1, 'biblio', '811', 'l', $$Language of a work$$,
10725 FALSE, FALSE, FALSE);
10726 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10727                                  repeatable, mandatory, hidden)
10728 VALUES (1, 'biblio', '811', 'n', $$Number of part/section/meeting$$,
10729 TRUE, FALSE, FALSE);
10730 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10731                                  repeatable, mandatory, hidden)
10732 VALUES (1, 'biblio', '811', 'p', $$Name of part/section of a work$$,
10733 TRUE, FALSE, FALSE);
10734 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10735                                  repeatable, mandatory, hidden)
10736 VALUES (1, 'biblio', '811', 'q', $$Name of meeting following jurisdiction name entry element$$,
10737 FALSE, FALSE, FALSE);
10738 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10739                                  repeatable, mandatory, hidden)
10740 VALUES (1, 'biblio', '811', 's', $$Version$$,
10741 FALSE, FALSE, FALSE);
10742 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10743                                  repeatable, mandatory, hidden)
10744 VALUES (1, 'biblio', '811', 't', $$Title of a work$$,
10745 FALSE, FALSE, FALSE);
10746 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10747                                  repeatable, mandatory, hidden)
10748 VALUES (1, 'biblio', '811', 'u', $$Affiliation$$,
10749 FALSE, FALSE, FALSE);
10750 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10751                                  repeatable, mandatory, hidden)
10752 VALUES (1, 'biblio', '811', 'v', $$Volume/sequential designation$$,
10753 FALSE, FALSE, FALSE);
10754 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10755                                  repeatable, mandatory, hidden)
10756 VALUES (1, 'biblio', '811', 'w', $$Bibliographic record control number$$,
10757 TRUE, FALSE, FALSE);
10758 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10759                                  repeatable, mandatory, hidden)
10760 VALUES (1, 'biblio', '811', 'x', $$International Standard Serial Number$$,
10761 FALSE, FALSE, FALSE);
10762 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10763                                  repeatable, mandatory, hidden)
10764 VALUES (1, 'biblio', '811', '0', $$Authority record control number$$,
10765 TRUE, FALSE, FALSE);
10766 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10767                                  repeatable, mandatory, hidden)
10768 VALUES (1, 'biblio', '811', '3', $$Materials specified$$,
10769 FALSE, FALSE, FALSE);
10770 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10771                                  repeatable, mandatory, hidden)
10772 VALUES (1, 'biblio', '811', '4', $$Relator code$$,
10773 TRUE, FALSE, FALSE);
10774 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10775                                  repeatable, mandatory, hidden)
10776 VALUES (1, 'biblio', '811', '5', $$Institution to which field applies$$,
10777 TRUE, FALSE, FALSE);
10778 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10779                                  repeatable, mandatory, hidden)
10780 VALUES (1, 'biblio', '811', '6', $$Linkage$$,
10781 FALSE, FALSE, FALSE);
10782 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10783                                  repeatable, mandatory, hidden)
10784 VALUES (1, 'biblio', '811', '8', $$Field link and sequence number$$,
10785 TRUE, FALSE, FALSE);
10786 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
10787                               fixed_field, repeatable, mandatory, hidden)
10788 VALUES (1, 'biblio', '830', $$Series Added Entry-Uniform Title$$, $$Series added entry consisting of a series title alone.$$,
10789 FALSE, TRUE, FALSE, FALSE);
10790 INSERT INTO config.record_attr_definition(name, label)
10791 VALUES ('marc21_biblio_830_ind_1', 'MARC 21 biblio field 830 indicator position 1');
10792 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10793 VALUES ('marc21_biblio_830_ind_1', '#', $$Undefined$$, FALSE, TRUE);
10794 INSERT INTO config.record_attr_definition(name, label)
10795 VALUES ('marc21_biblio_830_ind_2', 'MARC 21 biblio field 830 indicator position 2');
10796 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10797 VALUES ('marc21_biblio_830_ind_2', '0', $$No nonfiling characters$$, FALSE, TRUE);
10798 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10799 VALUES ('marc21_biblio_830_ind_2', '1', $$Number of nonfiling characters - 1$$, FALSE, TRUE);
10800 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10801 VALUES ('marc21_biblio_830_ind_2', '2', $$Number of nonfiling characters - 2$$, FALSE, TRUE);
10802 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10803 VALUES ('marc21_biblio_830_ind_2', '3', $$Number of nonfiling characters - 3$$, FALSE, TRUE);
10804 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10805 VALUES ('marc21_biblio_830_ind_2', '4', $$Number of nonfiling characters - 4$$, FALSE, TRUE);
10806 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10807 VALUES ('marc21_biblio_830_ind_2', '5', $$Number of nonfiling characters - 5$$, FALSE, TRUE);
10808 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10809 VALUES ('marc21_biblio_830_ind_2', '6', $$Number of nonfiling characters - 6$$, FALSE, TRUE);
10810 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10811 VALUES ('marc21_biblio_830_ind_2', '7', $$Number of nonfiling characters - 7$$, FALSE, TRUE);
10812 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10813 VALUES ('marc21_biblio_830_ind_2', '8', $$Number of nonfiling characters - 8$$, FALSE, TRUE);
10814 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10815 VALUES ('marc21_biblio_830_ind_2', '9', $$Number of nonfiling characters - 9$$, FALSE, TRUE);
10816 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10817                                  repeatable, mandatory, hidden)
10818 VALUES (1, 'biblio', '830', 'a', $$Uniform title$$,
10819 FALSE, FALSE, FALSE);
10820 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10821                                  repeatable, mandatory, hidden)
10822 VALUES (1, 'biblio', '830', 'd', $$Date of treaty signing$$,
10823 TRUE, FALSE, FALSE);
10824 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10825                                  repeatable, mandatory, hidden)
10826 VALUES (1, 'biblio', '830', 'f', $$Date of a work$$,
10827 FALSE, FALSE, FALSE);
10828 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10829                                  repeatable, mandatory, hidden)
10830 VALUES (1, 'biblio', '830', 'g', $$Miscellaneous information$$,
10831 FALSE, FALSE, FALSE);
10832 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10833                                  repeatable, mandatory, hidden)
10834 VALUES (1, 'biblio', '830', 'h', $$Medium$$,
10835 FALSE, FALSE, FALSE);
10836 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10837                                  repeatable, mandatory, hidden)
10838 VALUES (1, 'biblio', '830', 'k', $$Form subheading$$,
10839 TRUE, FALSE, FALSE);
10840 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10841                                  repeatable, mandatory, hidden)
10842 VALUES (1, 'biblio', '830', 'l', $$Language of a work$$,
10843 FALSE, FALSE, FALSE);
10844 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10845                                  repeatable, mandatory, hidden)
10846 VALUES (1, 'biblio', '830', 'm', $$Medium of performance for music$$,
10847 TRUE, FALSE, FALSE);
10848 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10849                                  repeatable, mandatory, hidden)
10850 VALUES (1, 'biblio', '830', 'n', $$Number of part/section of a work$$,
10851 TRUE, FALSE, FALSE);
10852 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10853                                  repeatable, mandatory, hidden)
10854 VALUES (1, 'biblio', '830', 'o', $$Arranged statement for music$$,
10855 FALSE, FALSE, FALSE);
10856 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10857                                  repeatable, mandatory, hidden)
10858 VALUES (1, 'biblio', '830', 'p', $$Name of part/section of a work$$,
10859 TRUE, FALSE, FALSE);
10860 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10861                                  repeatable, mandatory, hidden)
10862 VALUES (1, 'biblio', '830', 'r', $$Key for music$$,
10863 FALSE, FALSE, FALSE);
10864 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10865                                  repeatable, mandatory, hidden)
10866 VALUES (1, 'biblio', '830', 's', $$Version$$,
10867 FALSE, FALSE, FALSE);
10868 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10869                                  repeatable, mandatory, hidden)
10870 VALUES (1, 'biblio', '830', 't', $$Title of a work$$,
10871 FALSE, FALSE, FALSE);
10872 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10873                                  repeatable, mandatory, hidden)
10874 VALUES (1, 'biblio', '830', 'v', $$Volume/sequential designation$$,
10875 FALSE, FALSE, FALSE);
10876 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10877                                  repeatable, mandatory, hidden)
10878 VALUES (1, 'biblio', '830', 'w', $$Bibliographic record control number$$,
10879 TRUE, FALSE, FALSE);
10880 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10881                                  repeatable, mandatory, hidden)
10882 VALUES (1, 'biblio', '830', 'x', $$International Standard Serial Number$$,
10883 FALSE, FALSE, FALSE);
10884 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10885                                  repeatable, mandatory, hidden)
10886 VALUES (1, 'biblio', '830', '0', $$Authority record control number$$,
10887 TRUE, FALSE, FALSE);
10888 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10889                                  repeatable, mandatory, hidden)
10890 VALUES (1, 'biblio', '830', '3', $$Materials specified$$,
10891 FALSE, FALSE, FALSE);
10892 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10893                                  repeatable, mandatory, hidden)
10894 VALUES (1, 'biblio', '830', '5', $$Institution to which field applies$$,
10895 TRUE, FALSE, FALSE);
10896 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10897                                  repeatable, mandatory, hidden)
10898 VALUES (1, 'biblio', '830', '6', $$Linkage$$,
10899 FALSE, FALSE, FALSE);
10900 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10901                                  repeatable, mandatory, hidden)
10902 VALUES (1, 'biblio', '830', '8', $$Field link and sequence number$$,
10903 TRUE, FALSE, FALSE);
10904 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
10905                               fixed_field, repeatable, mandatory, hidden)
10906 VALUES (1, 'biblio', '841', $$Holdings Coded Data Values$$, $$When holdings data are embedded in a bibliographic record, this field contains certain coded information that would apply to the holdings information if it were in a separate holdings record in field 008 (Fixed-Length Data Elements).$$,
10907 FALSE, FALSE, FALSE, FALSE);
10908 INSERT INTO config.record_attr_definition(name, label)
10909 VALUES ('marc21_biblio_841_ind_1', 'MARC 21 biblio field 841 indicator position 1');
10910 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10911 VALUES ('marc21_biblio_841_ind_1', '#', $$Undefined$$, FALSE, TRUE);
10912 INSERT INTO config.record_attr_definition(name, label)
10913 VALUES ('marc21_biblio_841_ind_2', 'MARC 21 biblio field 841 indicator position 2');
10914 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10915 VALUES ('marc21_biblio_841_ind_2', '#', $$Undefined$$, FALSE, TRUE);
10916 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10917                                  repeatable, mandatory, hidden)
10918 VALUES (1, 'biblio', '841', 'a', $$Type of record$$,
10919 FALSE, FALSE, FALSE);
10920 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10921                                  repeatable, mandatory, hidden)
10922 VALUES (1, 'biblio', '841', 'b', $$Fixed-length data elements$$,
10923 FALSE, FALSE, FALSE);
10924 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10925                                  repeatable, mandatory, hidden)
10926 VALUES (1, 'biblio', '841', 'e', $$Encoding level$$,
10927 FALSE, FALSE, FALSE);
10928 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
10929                               fixed_field, repeatable, mandatory, hidden)
10930 VALUES (1, 'biblio', '842', $$Textual Physical Form Designator$$, $$Designation in textual form of the physical form of the item. The physical form designator specifies the physical medium or form, or type of material of the unit held. The general physical form designator in coded form is recorded in field 007 (Physical Description Fixed Field).$$,
10931 FALSE, FALSE, FALSE, FALSE);
10932 INSERT INTO config.record_attr_definition(name, label)
10933 VALUES ('marc21_biblio_842_ind_1', 'MARC 21 biblio field 842 indicator position 1');
10934 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10935 VALUES ('marc21_biblio_842_ind_1', '#', $$Undefined$$, FALSE, TRUE);
10936 INSERT INTO config.record_attr_definition(name, label)
10937 VALUES ('marc21_biblio_842_ind_2', 'MARC 21 biblio field 842 indicator position 2');
10938 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10939 VALUES ('marc21_biblio_842_ind_2', '#', $$Undefined$$, FALSE, TRUE);
10940 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10941                                  repeatable, mandatory, hidden)
10942 VALUES (1, 'biblio', '842', 'a', $$Textual physical form designator$$,
10943 FALSE, FALSE, FALSE);
10944 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10945                                  repeatable, mandatory, hidden)
10946 VALUES (1, 'biblio', '842', '6', $$Linkage$$,
10947 FALSE, FALSE, FALSE);
10948 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10949                                  repeatable, mandatory, hidden)
10950 VALUES (1, 'biblio', '842', '8', $$Field link and sequence number$$,
10951 TRUE, FALSE, FALSE);
10952 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
10953                               fixed_field, repeatable, mandatory, hidden)
10954 VALUES (1, 'biblio', '843', $$Reproduction Note$$, $$Description of an item that is a reproduction of original materials. Used when an institution chooses to have the main portion of the bibliographic record description reflect the original and the notes in field 843 reflect information about the copy.$$,
10955 FALSE, TRUE, FALSE, FALSE);
10956 INSERT INTO config.record_attr_definition(name, label)
10957 VALUES ('marc21_biblio_843_ind_1', 'MARC 21 biblio field 843 indicator position 1');
10958 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10959 VALUES ('marc21_biblio_843_ind_1', '#', $$Undefined$$, FALSE, TRUE);
10960 INSERT INTO config.record_attr_definition(name, label)
10961 VALUES ('marc21_biblio_843_ind_2', 'MARC 21 biblio field 843 indicator position 2');
10962 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10963 VALUES ('marc21_biblio_843_ind_2', '#', $$Undefined$$, FALSE, TRUE);
10964 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10965                                  repeatable, mandatory, hidden)
10966 VALUES (1, 'biblio', '843', 'a', $$Type of reproduction$$,
10967 FALSE, FALSE, FALSE);
10968 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10969                                  repeatable, mandatory, hidden)
10970 VALUES (1, 'biblio', '843', 'b', $$Place of reproduction$$,
10971 TRUE, FALSE, FALSE);
10972 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10973                                  repeatable, mandatory, hidden)
10974 VALUES (1, 'biblio', '843', 'c', $$Agency responsible for reproduction$$,
10975 TRUE, FALSE, FALSE);
10976 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10977                                  repeatable, mandatory, hidden)
10978 VALUES (1, 'biblio', '843', 'd', $$Date of reproduction$$,
10979 FALSE, FALSE, FALSE);
10980 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10981                                  repeatable, mandatory, hidden)
10982 VALUES (1, 'biblio', '843', 'e', $$Physical description of reproduction$$,
10983 FALSE, FALSE, FALSE);
10984 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10985                                  repeatable, mandatory, hidden)
10986 VALUES (1, 'biblio', '843', 'f', $$Series statement of reproduction$$,
10987 TRUE, FALSE, FALSE);
10988 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10989                                  repeatable, mandatory, hidden)
10990 VALUES (1, 'biblio', '843', 'm', $$Dates of publication and/or sequential designation of issues reproduced$$,
10991 TRUE, FALSE, FALSE);
10992 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10993                                  repeatable, mandatory, hidden)
10994 VALUES (1, 'biblio', '843', 'n', $$Note about reproduction$$,
10995 TRUE, FALSE, FALSE);
10996 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10997                                  repeatable, mandatory, hidden)
10998 VALUES (1, 'biblio', '843', '3', $$Materials specified$$,
10999 FALSE, FALSE, FALSE);
11000 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11001                                  repeatable, mandatory, hidden)
11002 VALUES (1, 'biblio', '843', '5', $$Institution to which field applies$$,
11003 FALSE, FALSE, FALSE);
11004 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11005                                  repeatable, mandatory, hidden)
11006 VALUES (1, 'biblio', '843', '6', $$Linkage$$,
11007 FALSE, FALSE, FALSE);
11008 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11009                                  repeatable, mandatory, hidden)
11010 VALUES (1, 'biblio', '843', '7', $$Fixed-length data elements of reproduction$$,
11011 FALSE, FALSE, FALSE);
11012 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11013                                  repeatable, mandatory, hidden)
11014 VALUES (1, 'biblio', '843', '8', $$Field link and sequence number$$,
11015 TRUE, FALSE, FALSE);
11016 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
11017                               fixed_field, repeatable, mandatory, hidden)
11018 VALUES (1, 'biblio', '844', $$Name of Unit$$, $$Bibliographic title or a supplied designation describing a basic bibliographic unit, supplementary material, or an index. A supplement or index designation used as a caption is contained in fields 853-855 (Captions and Pattern), subfield $a-$h (Enumeration captions).$$,
11019 FALSE, FALSE, FALSE, FALSE);
11020 INSERT INTO config.record_attr_definition(name, label)
11021 VALUES ('marc21_biblio_844_ind_1', 'MARC 21 biblio field 844 indicator position 1');
11022 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11023 VALUES ('marc21_biblio_844_ind_1', '#', $$Undefined$$, FALSE, TRUE);
11024 INSERT INTO config.record_attr_definition(name, label)
11025 VALUES ('marc21_biblio_844_ind_2', 'MARC 21 biblio field 844 indicator position 2');
11026 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11027 VALUES ('marc21_biblio_844_ind_2', '#', $$Undefined$$, FALSE, TRUE);
11028 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11029                                  repeatable, mandatory, hidden)
11030 VALUES (1, 'biblio', '844', 'a', $$Name of unit$$,
11031 FALSE, FALSE, FALSE);
11032 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11033                                  repeatable, mandatory, hidden)
11034 VALUES (1, 'biblio', '844', '6', $$Linkage$$,
11035 FALSE, FALSE, FALSE);
11036 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11037                                  repeatable, mandatory, hidden)
11038 VALUES (1, 'biblio', '844', '8', $$Field link and sequence number$$,
11039 TRUE, FALSE, FALSE);
11040 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
11041                               fixed_field, repeatable, mandatory, hidden)
11042 VALUES (1, 'biblio', '845', $$Terms Governing Use and Reproduction Note$$, $$Terms governing the use and reproduction of a bibliographic item when the holding organization will lend (008/20, Lending policy, code a) and reproduce (008/21, Reproduction policy, code a) the item.$$,
11043 FALSE, TRUE, FALSE, FALSE);
11044 INSERT INTO config.record_attr_definition(name, label)
11045 VALUES ('marc21_biblio_845_ind_1', 'MARC 21 biblio field 845 indicator position 1');
11046 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11047 VALUES ('marc21_biblio_845_ind_1', '#', $$Undefined$$, FALSE, TRUE);
11048 INSERT INTO config.record_attr_definition(name, label)
11049 VALUES ('marc21_biblio_845_ind_2', 'MARC 21 biblio field 845 indicator position 2');
11050 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11051 VALUES ('marc21_biblio_845_ind_2', '#', $$Undefined$$, FALSE, TRUE);
11052 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11053                                  repeatable, mandatory, hidden)
11054 VALUES (1, 'biblio', '845', 'a', $$Terms governing use and reproduction$$,
11055 FALSE, FALSE, FALSE);
11056 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11057                                  repeatable, mandatory, hidden)
11058 VALUES (1, 'biblio', '845', 'b', $$Jurisdiction$$,
11059 FALSE, FALSE, FALSE);
11060 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11061                                  repeatable, mandatory, hidden)
11062 VALUES (1, 'biblio', '845', 'c', $$Authorization$$,
11063 FALSE, FALSE, FALSE);
11064 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11065                                  repeatable, mandatory, hidden)
11066 VALUES (1, 'biblio', '845', 'd', $$Authorized users$$,
11067 FALSE, FALSE, FALSE);
11068 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11069                                  repeatable, mandatory, hidden)
11070 VALUES (1, 'biblio', '845', 'u', $$Uniform Resource Identifier$$,
11071 TRUE, FALSE, FALSE);
11072 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11073                                  repeatable, mandatory, hidden)
11074 VALUES (1, 'biblio', '845', '3', $$Materials specified$$,
11075 FALSE, FALSE, FALSE);
11076 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11077                                  repeatable, mandatory, hidden)
11078 VALUES (1, 'biblio', '845', '5', $$Institution to which field applies$$,
11079 FALSE, FALSE, FALSE);
11080 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11081                                  repeatable, mandatory, hidden)
11082 VALUES (1, 'biblio', '845', '6', $$Linkage$$,
11083 FALSE, FALSE, FALSE);
11084 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11085                                  repeatable, mandatory, hidden)
11086 VALUES (1, 'biblio', '845', '8', $$Field link and sequence number$$,
11087 TRUE, FALSE, FALSE);
11088 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
11089                               fixed_field, repeatable, mandatory, hidden)
11090 VALUES (1, 'biblio', '850', $$Holding Institution$$, $$Information concerning holdings of the described item by the specified institution.$$,
11091 FALSE, TRUE, FALSE, FALSE);
11092 INSERT INTO config.record_attr_definition(name, label)
11093 VALUES ('marc21_biblio_850_ind_1', 'MARC 21 biblio field 850 indicator position 1');
11094 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11095 VALUES ('marc21_biblio_850_ind_1', '#', $$Undefined$$, FALSE, TRUE);
11096 INSERT INTO config.record_attr_definition(name, label)
11097 VALUES ('marc21_biblio_850_ind_2', 'MARC 21 biblio field 850 indicator position 2');
11098 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11099 VALUES ('marc21_biblio_850_ind_2', '#', $$Undefined$$, FALSE, TRUE);
11100 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11101                                  repeatable, mandatory, hidden)
11102 VALUES (1, 'biblio', '850', 'a', $$Holding institution$$,
11103 TRUE, FALSE, FALSE);
11104 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11105                                  repeatable, mandatory, hidden)
11106 VALUES (1, 'biblio', '850', '8', $$Field link and sequence number$$,
11107 TRUE, FALSE, FALSE);
11108 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
11109                               fixed_field, repeatable, mandatory, hidden)
11110 VALUES (1, 'biblio', '852', $$Location$$, $$Identifies the organization holding the item or from which it is available. May also contain detailed information about how to locate the item in a collection.$$,
11111 FALSE, TRUE, FALSE, FALSE);
11112 INSERT INTO config.record_attr_definition(name, label)
11113 VALUES ('marc21_biblio_852_ind_1', 'MARC 21 biblio field 852 indicator position 1');
11114 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11115 VALUES ('marc21_biblio_852_ind_1', '#', $$No information provided$$, FALSE, TRUE);
11116 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11117 VALUES ('marc21_biblio_852_ind_1', '0', $$Library of Congress classification$$, FALSE, TRUE);
11118 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11119 VALUES ('marc21_biblio_852_ind_1', '1', $$Dewey Decimal classification$$, FALSE, TRUE);
11120 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11121 VALUES ('marc21_biblio_852_ind_1', '2', $$National Library of Medicine classification$$, FALSE, TRUE);
11122 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11123 VALUES ('marc21_biblio_852_ind_1', '3', $$Superintendent of Documents classification$$, FALSE, TRUE);
11124 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11125 VALUES ('marc21_biblio_852_ind_1', '4', $$Shelving control number$$, FALSE, TRUE);
11126 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11127 VALUES ('marc21_biblio_852_ind_1', '5', $$Title$$, FALSE, TRUE);
11128 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11129 VALUES ('marc21_biblio_852_ind_1', '6', $$Shelved separately$$, FALSE, TRUE);
11130 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11131 VALUES ('marc21_biblio_852_ind_1', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
11132 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11133 VALUES ('marc21_biblio_852_ind_1', '8', $$Other scheme$$, FALSE, TRUE);
11134 INSERT INTO config.record_attr_definition(name, label)
11135 VALUES ('marc21_biblio_852_ind_2', 'MARC 21 biblio field 852 indicator position 2');
11136 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11137 VALUES ('marc21_biblio_852_ind_2', '#', $$No information provided$$, FALSE, TRUE);
11138 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11139 VALUES ('marc21_biblio_852_ind_2', '0', $$Not enumeration$$, FALSE, TRUE);
11140 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11141 VALUES ('marc21_biblio_852_ind_2', '1', $$Primary enumeration$$, FALSE, TRUE);
11142 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11143 VALUES ('marc21_biblio_852_ind_2', '2', $$Alternative enumeration$$, FALSE, TRUE);
11144 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11145                                  repeatable, mandatory, hidden)
11146 VALUES (1, 'biblio', '852', 'a', $$Location$$,
11147 FALSE, FALSE, FALSE);
11148 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11149                                  repeatable, mandatory, hidden)
11150 VALUES (1, 'biblio', '852', 'b', $$Sublocation or collection$$,
11151 TRUE, FALSE, FALSE);
11152 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11153                                  repeatable, mandatory, hidden)
11154 VALUES (1, 'biblio', '852', 'c', $$Shelving location$$,
11155 TRUE, FALSE, FALSE);
11156 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11157                                  repeatable, mandatory, hidden)
11158 VALUES (1, 'biblio', '852', 'd', $$Former shelving location$$,
11159 TRUE, FALSE, FALSE);
11160 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11161                                  repeatable, mandatory, hidden)
11162 VALUES (1, 'biblio', '852', 'e', $$Address$$,
11163 TRUE, FALSE, FALSE);
11164 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11165                                  repeatable, mandatory, hidden)
11166 VALUES (1, 'biblio', '852', 'f', $$Coded location qualifier$$,
11167 TRUE, FALSE, FALSE);
11168 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11169                                  repeatable, mandatory, hidden)
11170 VALUES (1, 'biblio', '852', 'g', $$Non-coded location qualifier$$,
11171 TRUE, FALSE, FALSE);
11172 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11173                                  repeatable, mandatory, hidden)
11174 VALUES (1, 'biblio', '852', 'h', $$Classification part$$,
11175 FALSE, FALSE, FALSE);
11176 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11177                                  repeatable, mandatory, hidden)
11178 VALUES (1, 'biblio', '852', 'i', $$Item part$$,
11179 TRUE, FALSE, FALSE);
11180 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11181                                  repeatable, mandatory, hidden)
11182 VALUES (1, 'biblio', '852', 'j', $$Shelving control number$$,
11183 FALSE, FALSE, FALSE);
11184 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11185                                  repeatable, mandatory, hidden)
11186 VALUES (1, 'biblio', '852', 'k', $$Call number prefix$$,
11187 TRUE, FALSE, FALSE);
11188 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11189                                  repeatable, mandatory, hidden)
11190 VALUES (1, 'biblio', '852', 'l', $$Shelving form of title$$,
11191 FALSE, FALSE, FALSE);
11192 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11193                                  repeatable, mandatory, hidden)
11194 VALUES (1, 'biblio', '852', 'm', $$Call number suffix$$,
11195 TRUE, FALSE, FALSE);
11196 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11197                                  repeatable, mandatory, hidden)
11198 VALUES (1, 'biblio', '852', 'n', $$Country code$$,
11199 FALSE, FALSE, FALSE);
11200 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11201                                  repeatable, mandatory, hidden)
11202 VALUES (1, 'biblio', '852', 'p', $$Piece designation$$,
11203 FALSE, FALSE, FALSE);
11204 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11205                                  repeatable, mandatory, hidden)
11206 VALUES (1, 'biblio', '852', 'q', $$Piece physical condition$$,
11207 FALSE, FALSE, FALSE);
11208 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11209                                  repeatable, mandatory, hidden)
11210 VALUES (1, 'biblio', '852', 's', $$Copyright article-fee code$$,
11211 TRUE, FALSE, FALSE);
11212 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11213                                  repeatable, mandatory, hidden)
11214 VALUES (1, 'biblio', '852', 't', $$Copy number$$,
11215 FALSE, FALSE, FALSE);
11216 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11217                                  repeatable, mandatory, hidden)
11218 VALUES (1, 'biblio', '852', 'u', $$Uniform Resource Identifier$$,
11219 TRUE, FALSE, FALSE);
11220 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11221                                  repeatable, mandatory, hidden)
11222 VALUES (1, 'biblio', '852', 'x', $$Nonpublic note$$,
11223 TRUE, FALSE, FALSE);
11224 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11225                                  repeatable, mandatory, hidden)
11226 VALUES (1, 'biblio', '852', 'z', $$Public note$$,
11227 TRUE, FALSE, FALSE);
11228 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11229                                  repeatable, mandatory, hidden)
11230 VALUES (1, 'biblio', '852', '2', $$Source of classification or shelving scheme$$,
11231 FALSE, FALSE, FALSE);
11232 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11233                                  repeatable, mandatory, hidden)
11234 VALUES (1, 'biblio', '852', '3', $$Materials specified$$,
11235 FALSE, FALSE, FALSE);
11236 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11237                                  repeatable, mandatory, hidden)
11238 VALUES (1, 'biblio', '852', '6', $$Linkage$$,
11239 FALSE, FALSE, FALSE);
11240 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11241                                  repeatable, mandatory, hidden)
11242 VALUES (1, 'biblio', '852', '8', $$Sequence number$$,
11243 FALSE, FALSE, FALSE);
11244 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
11245                               fixed_field, repeatable, mandatory, hidden)
11246 VALUES (1, 'biblio', '853', $$Captions and Pattern - Basic Bibliographic Unit$$, $$Captions that identify the enumeration and chronology levels and codes that define the publication pattern of the holdings described in the 863-865 Enumeration and Chronology fields. Any related 853-855 and 863-865 fields are linked by a number in subfield $8 (Field link and sequence number).$$,
11247 FALSE, TRUE, FALSE, FALSE);
11248 INSERT INTO config.record_attr_definition(name, label)
11249 VALUES ('marc21_biblio_853_ind_1', 'MARC 21 biblio field 853 indicator position 1');
11250 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11251 VALUES ('marc21_biblio_853_ind_1', '0', $$Cannot compress or expand$$, FALSE, TRUE);
11252 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11253 VALUES ('marc21_biblio_853_ind_1', '1', $$Can compress but not expand$$, FALSE, TRUE);
11254 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11255 VALUES ('marc21_biblio_853_ind_1', '2', $$Can compress or expand$$, FALSE, TRUE);
11256 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11257 VALUES ('marc21_biblio_853_ind_1', '3', $$Unknown$$, FALSE, TRUE);
11258 INSERT INTO config.record_attr_definition(name, label)
11259 VALUES ('marc21_biblio_853_ind_2', 'MARC 21 biblio field 853 indicator position 2');
11260 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11261 VALUES ('marc21_biblio_853_ind_2', '0', $$Captions verified; all levels present$$, FALSE, TRUE);
11262 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11263 VALUES ('marc21_biblio_853_ind_2', '1', $$Captions verified; all levels may not be present$$, FALSE, TRUE);
11264 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11265 VALUES ('marc21_biblio_853_ind_2', '2', $$Captions unverified; all levels present$$, FALSE, TRUE);
11266 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11267 VALUES ('marc21_biblio_853_ind_2', '3', $$Captions unverified; all levels may not be present$$, FALSE, TRUE);
11268 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11269                                  repeatable, mandatory, hidden)
11270 VALUES (1, 'biblio', '853', 'a', $$First level of enumeration$$,
11271 TRUE, FALSE, FALSE);
11272 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11273                                  repeatable, mandatory, hidden)
11274 VALUES (1, 'biblio', '853', 'b', $$Second level of enumeration$$,
11275 TRUE, FALSE, FALSE);
11276 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11277                                  repeatable, mandatory, hidden)
11278 VALUES (1, 'biblio', '853', 'c', $$Third level of enumeration$$,
11279 TRUE, FALSE, FALSE);
11280 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11281                                  repeatable, mandatory, hidden)
11282 VALUES (1, 'biblio', '853', 'd', $$Fourth level of enumeration$$,
11283 TRUE, FALSE, FALSE);
11284 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11285                                  repeatable, mandatory, hidden)
11286 VALUES (1, 'biblio', '853', 'e', $$Fifth level of enumeration$$,
11287 TRUE, FALSE, FALSE);
11288 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11289                                  repeatable, mandatory, hidden)
11290 VALUES (1, 'biblio', '853', 'f', $$Sixth level of enumeration$$,
11291 TRUE, FALSE, FALSE);
11292 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11293                                  repeatable, mandatory, hidden)
11294 VALUES (1, 'biblio', '853', 'g', $$Alternative numbering scheme, first level of enumeration$$,
11295 TRUE, FALSE, FALSE);
11296 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11297                                  repeatable, mandatory, hidden)
11298 VALUES (1, 'biblio', '853', 'h', $$Alternative numbering scheme, second level of enumeration$$,
11299 TRUE, FALSE, FALSE);
11300 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11301                                  repeatable, mandatory, hidden)
11302 VALUES (1, 'biblio', '853', 'i', $$First level of chronology$$,
11303 TRUE, FALSE, FALSE);
11304 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11305                                  repeatable, mandatory, hidden)
11306 VALUES (1, 'biblio', '853', 'j', $$Second level of chronology$$,
11307 TRUE, FALSE, FALSE);
11308 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11309                                  repeatable, mandatory, hidden)
11310 VALUES (1, 'biblio', '853', 'k', $$Third level of chronology$$,
11311 TRUE, FALSE, FALSE);
11312 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11313                                  repeatable, mandatory, hidden)
11314 VALUES (1, 'biblio', '853', 'l', $$Fourth level of chronology$$,
11315 TRUE, FALSE, FALSE);
11316 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11317                                  repeatable, mandatory, hidden)
11318 VALUES (1, 'biblio', '853', 'm', $$Alternative numbering scheme, chronology$$,
11319 TRUE, FALSE, FALSE);
11320 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11321                                  repeatable, mandatory, hidden)
11322 VALUES (1, 'biblio', '853', 'n', $$Pattern note$$,
11323 TRUE, FALSE, FALSE);
11324 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11325                                  repeatable, mandatory, hidden)
11326 VALUES (1, 'biblio', '853', 'o', $$Type of unit$$,
11327 TRUE, FALSE, FALSE);
11328 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11329                                  repeatable, mandatory, hidden)
11330 VALUES (1, 'biblio', '853', 'p', $$Number of pieces per issuance$$,
11331 TRUE, FALSE, FALSE);
11332 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11333                                  repeatable, mandatory, hidden)
11334 VALUES (1, 'biblio', '853', 't', $$Copy$$,
11335 TRUE, FALSE, FALSE);
11336 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11337                                  repeatable, mandatory, hidden)
11338 VALUES (1, 'biblio', '853', 'u', $$Bibliographic units per next higher level$$,
11339 TRUE, FALSE, FALSE);
11340 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11341                                  repeatable, mandatory, hidden)
11342 VALUES (1, 'biblio', '853', 'v', $$Numbering continuity$$,
11343 TRUE, FALSE, FALSE);
11344 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11345                                  repeatable, mandatory, hidden)
11346 VALUES (1, 'biblio', '853', 'w', $$Frequency$$,
11347 TRUE, FALSE, FALSE);
11348 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11349                                  repeatable, mandatory, hidden)
11350 VALUES (1, 'biblio', '853', 'x', $$Calendar change$$,
11351 TRUE, FALSE, FALSE);
11352 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11353                                  repeatable, mandatory, hidden)
11354 VALUES (1, 'biblio', '853', 'y', $$Regularity pattern$$,
11355 TRUE, FALSE, FALSE);
11356 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11357                                  repeatable, mandatory, hidden)
11358 VALUES (1, 'biblio', '853', 'z', $$Numbering scheme$$,
11359 TRUE, FALSE, FALSE);
11360 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11361                                  repeatable, mandatory, hidden)
11362 VALUES (1, 'biblio', '853', '2', $$Source of caption abbreviation$$,
11363 TRUE, FALSE, FALSE);
11364 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11365                                  repeatable, mandatory, hidden)
11366 VALUES (1, 'biblio', '853', '3', $$Materials specified$$,
11367 TRUE, FALSE, FALSE);
11368 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11369                                  repeatable, mandatory, hidden)
11370 VALUES (1, 'biblio', '853', '6', $$Linkage$$,
11371 TRUE, FALSE, FALSE);
11372 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11373                                  repeatable, mandatory, hidden)
11374 VALUES (1, 'biblio', '853', '8', $$Field link and sequence number$$,
11375 TRUE, FALSE, FALSE);
11376 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
11377                               fixed_field, repeatable, mandatory, hidden)
11378 VALUES (1, 'biblio', '854', $$Captions and Pattern - Supplementary Material$$, $$Captions that identify the enumeration and chronology levels and codes that define the publication pattern of the holdings described in the 863-865 Enumeration and Chronology fields. Any related 853-855 and 863-865 fields are linked by a number in subfield $8 (Field link and sequence number).$$,
11379 FALSE, TRUE, FALSE, FALSE);
11380 INSERT INTO config.record_attr_definition(name, label)
11381 VALUES ('marc21_biblio_854_ind_1', 'MARC 21 biblio field 854 indicator position 1');
11382 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11383 VALUES ('marc21_biblio_854_ind_1', '0', $$Cannot compress or expand$$, FALSE, TRUE);
11384 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11385 VALUES ('marc21_biblio_854_ind_1', '1', $$Can compress but not expand$$, FALSE, TRUE);
11386 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11387 VALUES ('marc21_biblio_854_ind_1', '2', $$Can compress or expand$$, FALSE, TRUE);
11388 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11389 VALUES ('marc21_biblio_854_ind_1', '3', $$Unknown$$, FALSE, TRUE);
11390 INSERT INTO config.record_attr_definition(name, label)
11391 VALUES ('marc21_biblio_854_ind_2', 'MARC 21 biblio field 854 indicator position 2');
11392 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11393 VALUES ('marc21_biblio_854_ind_2', '0', $$Captions verified; all levels present$$, FALSE, TRUE);
11394 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11395 VALUES ('marc21_biblio_854_ind_2', '1', $$Captions verified; all levels may not be present$$, FALSE, TRUE);
11396 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11397 VALUES ('marc21_biblio_854_ind_2', '2', $$Captions unverified; all levels present$$, FALSE, TRUE);
11398 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11399 VALUES ('marc21_biblio_854_ind_2', '3', $$Captions unverified; all levels may not be present$$, FALSE, TRUE);
11400 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11401                                  repeatable, mandatory, hidden)
11402 VALUES (1, 'biblio', '854', 'a', $$First level of enumeration$$,
11403 TRUE, FALSE, FALSE);
11404 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11405                                  repeatable, mandatory, hidden)
11406 VALUES (1, 'biblio', '854', 'b', $$Second level of enumeration$$,
11407 TRUE, FALSE, FALSE);
11408 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11409                                  repeatable, mandatory, hidden)
11410 VALUES (1, 'biblio', '854', 'c', $$Third level of enumeration$$,
11411 TRUE, FALSE, FALSE);
11412 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11413                                  repeatable, mandatory, hidden)
11414 VALUES (1, 'biblio', '854', 'd', $$Fourth level of enumeration$$,
11415 TRUE, FALSE, FALSE);
11416 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11417                                  repeatable, mandatory, hidden)
11418 VALUES (1, 'biblio', '854', 'e', $$Fifth level of enumeration$$,
11419 TRUE, FALSE, FALSE);
11420 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11421                                  repeatable, mandatory, hidden)
11422 VALUES (1, 'biblio', '854', 'f', $$Sixth level of enumeration$$,
11423 TRUE, FALSE, FALSE);
11424 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11425                                  repeatable, mandatory, hidden)
11426 VALUES (1, 'biblio', '854', 'g', $$Alternative numbering scheme, first level of enumeration$$,
11427 TRUE, FALSE, FALSE);
11428 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11429                                  repeatable, mandatory, hidden)
11430 VALUES (1, 'biblio', '854', 'h', $$Alternative numbering scheme, second level of enumeration$$,
11431 TRUE, FALSE, FALSE);
11432 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11433                                  repeatable, mandatory, hidden)
11434 VALUES (1, 'biblio', '854', 'i', $$First level of chronology$$,
11435 TRUE, FALSE, FALSE);
11436 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11437                                  repeatable, mandatory, hidden)
11438 VALUES (1, 'biblio', '854', 'j', $$Second level of chronology$$,
11439 TRUE, FALSE, FALSE);
11440 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11441                                  repeatable, mandatory, hidden)
11442 VALUES (1, 'biblio', '854', 'k', $$Third level of chronology$$,
11443 TRUE, FALSE, FALSE);
11444 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11445                                  repeatable, mandatory, hidden)
11446 VALUES (1, 'biblio', '854', 'l', $$Fourth level of chronology$$,
11447 TRUE, FALSE, FALSE);
11448 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11449                                  repeatable, mandatory, hidden)
11450 VALUES (1, 'biblio', '854', 'm', $$Alternative numbering scheme, chronology$$,
11451 TRUE, FALSE, FALSE);
11452 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11453                                  repeatable, mandatory, hidden)
11454 VALUES (1, 'biblio', '854', 'n', $$Pattern note$$,
11455 TRUE, FALSE, FALSE);
11456 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11457                                  repeatable, mandatory, hidden)
11458 VALUES (1, 'biblio', '854', 'o', $$Type of unit$$,
11459 TRUE, FALSE, FALSE);
11460 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11461                                  repeatable, mandatory, hidden)
11462 VALUES (1, 'biblio', '854', 'p', $$Number of pieces per issuance$$,
11463 TRUE, FALSE, FALSE);
11464 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11465                                  repeatable, mandatory, hidden)
11466 VALUES (1, 'biblio', '854', 't', $$Copy$$,
11467 TRUE, FALSE, FALSE);
11468 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11469                                  repeatable, mandatory, hidden)
11470 VALUES (1, 'biblio', '854', 'u', $$Bibliographic units per next higher level$$,
11471 TRUE, FALSE, FALSE);
11472 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11473                                  repeatable, mandatory, hidden)
11474 VALUES (1, 'biblio', '854', 'v', $$Numbering continuity$$,
11475 TRUE, FALSE, FALSE);
11476 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11477                                  repeatable, mandatory, hidden)
11478 VALUES (1, 'biblio', '854', 'w', $$Frequency$$,
11479 TRUE, FALSE, FALSE);
11480 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11481                                  repeatable, mandatory, hidden)
11482 VALUES (1, 'biblio', '854', 'x', $$Calendar change$$,
11483 TRUE, FALSE, FALSE);
11484 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11485                                  repeatable, mandatory, hidden)
11486 VALUES (1, 'biblio', '854', 'y', $$Regularity pattern$$,
11487 TRUE, FALSE, FALSE);
11488 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11489                                  repeatable, mandatory, hidden)
11490 VALUES (1, 'biblio', '854', 'z', $$Numbering scheme$$,
11491 TRUE, FALSE, FALSE);
11492 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11493                                  repeatable, mandatory, hidden)
11494 VALUES (1, 'biblio', '854', '2', $$Source of caption abbreviation$$,
11495 TRUE, FALSE, FALSE);
11496 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11497                                  repeatable, mandatory, hidden)
11498 VALUES (1, 'biblio', '854', '3', $$Materials specified$$,
11499 TRUE, FALSE, FALSE);
11500 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11501                                  repeatable, mandatory, hidden)
11502 VALUES (1, 'biblio', '854', '6', $$Linkage$$,
11503 TRUE, FALSE, FALSE);
11504 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11505                                  repeatable, mandatory, hidden)
11506 VALUES (1, 'biblio', '854', '8', $$Field link and sequence number$$,
11507 TRUE, FALSE, FALSE);
11508 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
11509                               fixed_field, repeatable, mandatory, hidden)
11510 VALUES (1, 'biblio', '855', $$Captions and Pattern - Indexes$$, $$Captions that identify the enumeration and chronology levels and codes that define the publication pattern of the holdings described in the 863-865 Enumeration and Chronology fields. Any related 853-855 and 863-865 fields are linked by a number in subfield $8 (Field link and sequence number).$$,
11511 FALSE, TRUE, FALSE, FALSE);
11512 INSERT INTO config.record_attr_definition(name, label)
11513 VALUES ('marc21_biblio_855_ind_1', 'MARC 21 biblio field 855 indicator position 1');
11514 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11515 VALUES ('marc21_biblio_855_ind_1', '#', $$Undefined$$, FALSE, TRUE);
11516 INSERT INTO config.record_attr_definition(name, label)
11517 VALUES ('marc21_biblio_855_ind_2', 'MARC 21 biblio field 855 indicator position 2');
11518 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11519 VALUES ('marc21_biblio_855_ind_2', '#', $$Undefined$$, FALSE, TRUE);
11520 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11521                                  repeatable, mandatory, hidden)
11522 VALUES (1, 'biblio', '855', 'a', $$First level of enumeration$$,
11523 TRUE, FALSE, FALSE);
11524 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11525                                  repeatable, mandatory, hidden)
11526 VALUES (1, 'biblio', '855', 'b', $$Second level of enumeration$$,
11527 TRUE, FALSE, FALSE);
11528 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11529                                  repeatable, mandatory, hidden)
11530 VALUES (1, 'biblio', '855', 'c', $$Third level of enumeration$$,
11531 TRUE, FALSE, FALSE);
11532 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11533                                  repeatable, mandatory, hidden)
11534 VALUES (1, 'biblio', '855', 'd', $$Fourth level of enumeration$$,
11535 TRUE, FALSE, FALSE);
11536 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11537                                  repeatable, mandatory, hidden)
11538 VALUES (1, 'biblio', '855', 'e', $$Fifth level of enumeration$$,
11539 TRUE, FALSE, FALSE);
11540 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11541                                  repeatable, mandatory, hidden)
11542 VALUES (1, 'biblio', '855', 'f', $$Sixth level of enumeration$$,
11543 TRUE, FALSE, FALSE);
11544 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11545                                  repeatable, mandatory, hidden)
11546 VALUES (1, 'biblio', '855', 'g', $$Alternative numbering scheme, first level of enumeration$$,
11547 TRUE, FALSE, FALSE);
11548 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11549                                  repeatable, mandatory, hidden)
11550 VALUES (1, 'biblio', '855', 'h', $$Alternative numbering scheme, second level of enumeration$$,
11551 TRUE, FALSE, FALSE);
11552 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11553                                  repeatable, mandatory, hidden)
11554 VALUES (1, 'biblio', '855', 'i', $$First level of chronology$$,
11555 TRUE, FALSE, FALSE);
11556 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11557                                  repeatable, mandatory, hidden)
11558 VALUES (1, 'biblio', '855', 'j', $$Second level of chronology$$,
11559 TRUE, FALSE, FALSE);
11560 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11561                                  repeatable, mandatory, hidden)
11562 VALUES (1, 'biblio', '855', 'k', $$Third level of chronology$$,
11563 TRUE, FALSE, FALSE);
11564 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11565                                  repeatable, mandatory, hidden)
11566 VALUES (1, 'biblio', '855', 'l', $$Fourth level of chronology$$,
11567 TRUE, FALSE, FALSE);
11568 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11569                                  repeatable, mandatory, hidden)
11570 VALUES (1, 'biblio', '855', 'm', $$Alternative numbering scheme, chronology$$,
11571 TRUE, FALSE, FALSE);
11572 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11573                                  repeatable, mandatory, hidden)
11574 VALUES (1, 'biblio', '855', 'n', $$Pattern note$$,
11575 TRUE, FALSE, FALSE);
11576 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11577                                  repeatable, mandatory, hidden)
11578 VALUES (1, 'biblio', '855', 'o', $$Type of unit$$,
11579 TRUE, FALSE, FALSE);
11580 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11581                                  repeatable, mandatory, hidden)
11582 VALUES (1, 'biblio', '855', 'p', $$Number of pieces per issuance$$,
11583 TRUE, FALSE, FALSE);
11584 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11585                                  repeatable, mandatory, hidden)
11586 VALUES (1, 'biblio', '855', 't', $$Copy$$,
11587 TRUE, FALSE, FALSE);
11588 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11589                                  repeatable, mandatory, hidden)
11590 VALUES (1, 'biblio', '855', 'u', $$Bibliographic units per next higher level$$,
11591 TRUE, FALSE, FALSE);
11592 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11593                                  repeatable, mandatory, hidden)
11594 VALUES (1, 'biblio', '855', 'v', $$Numbering continuity$$,
11595 TRUE, FALSE, FALSE);
11596 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11597                                  repeatable, mandatory, hidden)
11598 VALUES (1, 'biblio', '855', 'w', $$Frequency$$,
11599 TRUE, FALSE, FALSE);
11600 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11601                                  repeatable, mandatory, hidden)
11602 VALUES (1, 'biblio', '855', 'x', $$Calendar change$$,
11603 TRUE, FALSE, FALSE);
11604 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11605                                  repeatable, mandatory, hidden)
11606 VALUES (1, 'biblio', '855', 'y', $$Regularity pattern$$,
11607 TRUE, FALSE, FALSE);
11608 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11609                                  repeatable, mandatory, hidden)
11610 VALUES (1, 'biblio', '855', 'z', $$Numbering scheme$$,
11611 TRUE, FALSE, FALSE);
11612 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11613                                  repeatable, mandatory, hidden)
11614 VALUES (1, 'biblio', '855', '2', $$Source of caption abbreviation$$,
11615 TRUE, FALSE, FALSE);
11616 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11617                                  repeatable, mandatory, hidden)
11618 VALUES (1, 'biblio', '855', '3', $$Materials specified$$,
11619 TRUE, FALSE, FALSE);
11620 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11621                                  repeatable, mandatory, hidden)
11622 VALUES (1, 'biblio', '855', '6', $$Linkage$$,
11623 TRUE, FALSE, FALSE);
11624 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11625                                  repeatable, mandatory, hidden)
11626 VALUES (1, 'biblio', '855', '8', $$Field link and sequence number$$,
11627 TRUE, FALSE, FALSE);
11628 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
11629                               fixed_field, repeatable, mandatory, hidden)
11630 VALUES (1, 'biblio', '856', $$Electronic Location and Access$$, $$Information needed to locate and access an electronic resource. The field may be used in a bibliographic record for a resource when that resource or a subset of it is available electronically. In addition, it may be used to locate and access an electronic version of a non-electronic resource described in the bibliographic record or a related electronic resource.$$,
11631 FALSE, TRUE, FALSE, FALSE);
11632 INSERT INTO config.record_attr_definition(name, label)
11633 VALUES ('marc21_biblio_856_ind_1', 'MARC 21 biblio field 856 indicator position 1');
11634 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11635 VALUES ('marc21_biblio_856_ind_1', '#', $$No information provided$$, FALSE, TRUE);
11636 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11637 VALUES ('marc21_biblio_856_ind_1', '0', $$Email$$, FALSE, TRUE);
11638 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11639 VALUES ('marc21_biblio_856_ind_1', '1', $$FTP$$, FALSE, TRUE);
11640 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11641 VALUES ('marc21_biblio_856_ind_1', '2', $$Remote login (Telnet)$$, FALSE, TRUE);
11642 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11643 VALUES ('marc21_biblio_856_ind_1', '3', $$Dial-up$$, FALSE, TRUE);
11644 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11645 VALUES ('marc21_biblio_856_ind_1', '4', $$HTTP$$, FALSE, TRUE);
11646 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11647 VALUES ('marc21_biblio_856_ind_1', '7', $$Method specified in subfield $2$$, FALSE, TRUE);
11648 INSERT INTO config.record_attr_definition(name, label)
11649 VALUES ('marc21_biblio_856_ind_2', 'MARC 21 biblio field 856 indicator position 2');
11650 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11651 VALUES ('marc21_biblio_856_ind_2', '#', $$No information provided$$, FALSE, TRUE);
11652 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11653 VALUES ('marc21_biblio_856_ind_2', '0', $$Resource$$, FALSE, TRUE);
11654 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11655 VALUES ('marc21_biblio_856_ind_2', '1', $$Version of resource$$, FALSE, TRUE);
11656 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11657 VALUES ('marc21_biblio_856_ind_2', '2', $$Related resource$$, FALSE, TRUE);
11658 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11659 VALUES ('marc21_biblio_856_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
11660 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11661                                  repeatable, mandatory, hidden)
11662 VALUES (1, 'biblio', '856', 'a', $$Host name$$,
11663 TRUE, FALSE, FALSE);
11664 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11665                                  repeatable, mandatory, hidden)
11666 VALUES (1, 'biblio', '856', 'b', $$Access number$$,
11667 TRUE, FALSE, FALSE);
11668 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11669                                  repeatable, mandatory, hidden)
11670 VALUES (1, 'biblio', '856', 'c', $$Compression information$$,
11671 TRUE, FALSE, FALSE);
11672 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11673                                  repeatable, mandatory, hidden)
11674 VALUES (1, 'biblio', '856', 'd', $$Path$$,
11675 TRUE, FALSE, FALSE);
11676 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11677                                  repeatable, mandatory, hidden)
11678 VALUES (1, 'biblio', '856', 'f', $$Electronic name$$,
11679 TRUE, FALSE, FALSE);
11680 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11681                                  repeatable, mandatory, hidden)
11682 VALUES (1, 'biblio', '856', 'h', $$Processor of request$$,
11683 FALSE, FALSE, FALSE);
11684 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11685                                  repeatable, mandatory, hidden)
11686 VALUES (1, 'biblio', '856', 'i', $$Instruction$$,
11687 TRUE, FALSE, FALSE);
11688 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11689                                  repeatable, mandatory, hidden)
11690 VALUES (1, 'biblio', '856', 'j', $$Bits per second$$,
11691 FALSE, FALSE, FALSE);
11692 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11693                                  repeatable, mandatory, hidden)
11694 VALUES (1, 'biblio', '856', 'k', $$Password$$,
11695 FALSE, FALSE, FALSE);
11696 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11697                                  repeatable, mandatory, hidden)
11698 VALUES (1, 'biblio', '856', 'l', $$Logon$$,
11699 FALSE, FALSE, FALSE);
11700 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11701                                  repeatable, mandatory, hidden)
11702 VALUES (1, 'biblio', '856', 'm', $$Contact for access assistance$$,
11703 TRUE, FALSE, FALSE);
11704 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11705                                  repeatable, mandatory, hidden)
11706 VALUES (1, 'biblio', '856', 'n', $$Name of location of host$$,
11707 FALSE, FALSE, FALSE);
11708 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11709                                  repeatable, mandatory, hidden)
11710 VALUES (1, 'biblio', '856', 'o', $$Operating system$$,
11711 FALSE, FALSE, FALSE);
11712 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11713                                  repeatable, mandatory, hidden)
11714 VALUES (1, 'biblio', '856', 'p', $$Port$$,
11715 FALSE, FALSE, FALSE);
11716 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11717                                  repeatable, mandatory, hidden)
11718 VALUES (1, 'biblio', '856', 'q', $$Electronic format type$$,
11719 FALSE, FALSE, FALSE);
11720 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11721                                  repeatable, mandatory, hidden)
11722 VALUES (1, 'biblio', '856', 'r', $$Settings$$,
11723 FALSE, FALSE, FALSE);
11724 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11725                                  repeatable, mandatory, hidden)
11726 VALUES (1, 'biblio', '856', 's', $$File size$$,
11727 TRUE, FALSE, FALSE);
11728 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11729                                  repeatable, mandatory, hidden)
11730 VALUES (1, 'biblio', '856', 't', $$Terminal emulation$$,
11731 TRUE, FALSE, FALSE);
11732 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11733                                  repeatable, mandatory, hidden)
11734 VALUES (1, 'biblio', '856', 'u', $$Uniform Resource Identifier$$,
11735 TRUE, FALSE, FALSE);
11736 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11737                                  repeatable, mandatory, hidden)
11738 VALUES (1, 'biblio', '856', 'v', $$Hours access method available$$,
11739 TRUE, FALSE, FALSE);
11740 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11741                                  repeatable, mandatory, hidden)
11742 VALUES (1, 'biblio', '856', 'w', $$Record control number$$,
11743 TRUE, FALSE, FALSE);
11744 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11745                                  repeatable, mandatory, hidden)
11746 VALUES (1, 'biblio', '856', 'x', $$Nonpublic note$$,
11747 TRUE, FALSE, FALSE);
11748 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11749                                  repeatable, mandatory, hidden)
11750 VALUES (1, 'biblio', '856', 'y', $$Link text$$,
11751 TRUE, FALSE, FALSE);
11752 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11753                                  repeatable, mandatory, hidden)
11754 VALUES (1, 'biblio', '856', 'z', $$Public note$$,
11755 TRUE, FALSE, FALSE);
11756 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11757                                  repeatable, mandatory, hidden)
11758 VALUES (1, 'biblio', '856', '2', $$Access method$$,
11759 FALSE, FALSE, FALSE);
11760 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11761                                  repeatable, mandatory, hidden)
11762 VALUES (1, 'biblio', '856', '3', $$Materials specified$$,
11763 FALSE, FALSE, FALSE);
11764 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11765                                  repeatable, mandatory, hidden)
11766 VALUES (1, 'biblio', '856', '6', $$Linkage$$,
11767 FALSE, FALSE, FALSE);
11768 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11769                                  repeatable, mandatory, hidden)
11770 VALUES (1, 'biblio', '856', '8', $$Field link and sequence number$$,
11771 TRUE, FALSE, FALSE);
11772 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
11773                               fixed_field, repeatable, mandatory, hidden)
11774 VALUES (1, 'biblio', '863', $$Enumeration and Chronology - Basic Bibliographic Unit$$, $$Description of the holdings of a bibliographic item in the collections of the reporting organization. The captions that identify the enumeration and chronology levels and the codes that define the publication pattern of the holdings are contained in the Captions and Pattern fields (853-855) that are linked to the 863-865 fields by a number in subfield $8 (Field link and sequence number).$$,
11775 FALSE, TRUE, FALSE, FALSE);
11776 INSERT INTO config.record_attr_definition(name, label)
11777 VALUES ('marc21_biblio_863_ind_1', 'MARC 21 biblio field 863 indicator position 1');
11778 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11779 VALUES ('marc21_biblio_863_ind_1', '#', $$No information provided$$, FALSE, TRUE);
11780 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11781 VALUES ('marc21_biblio_863_ind_1', '3', $$Holdings level 3$$, FALSE, TRUE);
11782 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11783 VALUES ('marc21_biblio_863_ind_1', '4', $$Holdings level 4$$, FALSE, TRUE);
11784 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11785 VALUES ('marc21_biblio_863_ind_1', '5', $$Holdings level 4 with piece designation$$, FALSE, TRUE);
11786 INSERT INTO config.record_attr_definition(name, label)
11787 VALUES ('marc21_biblio_863_ind_2', 'MARC 21 biblio field 863 indicator position 2');
11788 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11789 VALUES ('marc21_biblio_863_ind_2', '#', $$No information provided$$, FALSE, TRUE);
11790 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11791 VALUES ('marc21_biblio_863_ind_2', '0', $$Compressed$$, FALSE, TRUE);
11792 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11793 VALUES ('marc21_biblio_863_ind_2', '1', $$Uncompressed$$, FALSE, TRUE);
11794 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11795 VALUES ('marc21_biblio_863_ind_2', '2', $$Compressed, use textual display$$, FALSE, TRUE);
11796 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11797 VALUES ('marc21_biblio_863_ind_2', '3', $$Uncompressed, use textual display$$, FALSE, TRUE);
11798 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11799 VALUES ('marc21_biblio_863_ind_2', '4', $$Item(s) not published$$, FALSE, TRUE);
11800 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11801                                  repeatable, mandatory, hidden)
11802 VALUES (1, 'biblio', '863', 'a', $$First level of enumeration$$,
11803 TRUE, FALSE, FALSE);
11804 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11805                                  repeatable, mandatory, hidden)
11806 VALUES (1, 'biblio', '863', 'b', $$Second level of enumeration$$,
11807 TRUE, FALSE, FALSE);
11808 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11809                                  repeatable, mandatory, hidden)
11810 VALUES (1, 'biblio', '863', 'c', $$Third level of enumeration$$,
11811 TRUE, FALSE, FALSE);
11812 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11813                                  repeatable, mandatory, hidden)
11814 VALUES (1, 'biblio', '863', 'd', $$Fourth level of enumeration$$,
11815 TRUE, FALSE, FALSE);
11816 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11817                                  repeatable, mandatory, hidden)
11818 VALUES (1, 'biblio', '863', 'e', $$Fifth level of enumeration$$,
11819 TRUE, FALSE, FALSE);
11820 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11821                                  repeatable, mandatory, hidden)
11822 VALUES (1, 'biblio', '863', 'f', $$Sixth level of enumeration$$,
11823 TRUE, FALSE, FALSE);
11824 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11825                                  repeatable, mandatory, hidden)
11826 VALUES (1, 'biblio', '863', 'g', $$Alternative numbering scheme, first level of enumeration$$,
11827 TRUE, FALSE, FALSE);
11828 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11829                                  repeatable, mandatory, hidden)
11830 VALUES (1, 'biblio', '863', 'h', $$Alternative numbering scheme, second level of enumeration$$,
11831 TRUE, FALSE, FALSE);
11832 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11833                                  repeatable, mandatory, hidden)
11834 VALUES (1, 'biblio', '863', 'i', $$First level of chronology$$,
11835 TRUE, FALSE, FALSE);
11836 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11837                                  repeatable, mandatory, hidden)
11838 VALUES (1, 'biblio', '863', 'j', $$Second level of chronology$$,
11839 TRUE, FALSE, FALSE);
11840 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11841                                  repeatable, mandatory, hidden)
11842 VALUES (1, 'biblio', '863', 'k', $$Third level of chronology$$,
11843 TRUE, FALSE, FALSE);
11844 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11845                                  repeatable, mandatory, hidden)
11846 VALUES (1, 'biblio', '863', 'l', $$Fourth level of chronology$$,
11847 TRUE, FALSE, FALSE);
11848 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11849                                  repeatable, mandatory, hidden)
11850 VALUES (1, 'biblio', '863', 'm', $$Alternative numbering scheme, chronology$$,
11851 TRUE, FALSE, FALSE);
11852 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11853                                  repeatable, mandatory, hidden)
11854 VALUES (1, 'biblio', '863', 'n', $$Converted Gregorian year$$,
11855 TRUE, FALSE, FALSE);
11856 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11857                                  repeatable, mandatory, hidden)
11858 VALUES (1, 'biblio', '863', 'o', $$Type of unit$$,
11859 TRUE, FALSE, FALSE);
11860 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11861                                  repeatable, mandatory, hidden)
11862 VALUES (1, 'biblio', '863', 'p', $$Piece designation$$,
11863 TRUE, FALSE, FALSE);
11864 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11865                                  repeatable, mandatory, hidden)
11866 VALUES (1, 'biblio', '863', 'q', $$Piece physical condition$$,
11867 TRUE, FALSE, FALSE);
11868 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11869                                  repeatable, mandatory, hidden)
11870 VALUES (1, 'biblio', '863', 's', $$Copyright article-fee code$$,
11871 TRUE, FALSE, FALSE);
11872 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11873                                  repeatable, mandatory, hidden)
11874 VALUES (1, 'biblio', '863', 't', $$Copy number$$,
11875 TRUE, FALSE, FALSE);
11876 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11877                                  repeatable, mandatory, hidden)
11878 VALUES (1, 'biblio', '863', 'v', $$Issuing date$$,
11879 TRUE, FALSE, FALSE);
11880 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11881                                  repeatable, mandatory, hidden)
11882 VALUES (1, 'biblio', '863', 'w', $$Break indicator$$,
11883 TRUE, FALSE, FALSE);
11884 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11885                                  repeatable, mandatory, hidden)
11886 VALUES (1, 'biblio', '863', 'x', $$Nonpublic note$$,
11887 TRUE, FALSE, FALSE);
11888 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11889                                  repeatable, mandatory, hidden)
11890 VALUES (1, 'biblio', '863', 'z', $$Public note$$,
11891 TRUE, FALSE, FALSE);
11892 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11893                                  repeatable, mandatory, hidden)
11894 VALUES (1, 'biblio', '863', '6', $$Linkage$$,
11895 TRUE, FALSE, FALSE);
11896 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11897                                  repeatable, mandatory, hidden)
11898 VALUES (1, 'biblio', '863', '8', $$Field link and sequence number$$,
11899 TRUE, FALSE, FALSE);
11900 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
11901                               fixed_field, repeatable, mandatory, hidden)
11902 VALUES (1, 'biblio', '864', $$Enumeration and Chronology - Supplementary Material$$, $$Description of the holdings of a bibliographic item in the collections of the reporting organization. The captions that identify the enumeration and chronology levels and the codes that define the publication pattern of the holdings are contained in the Captions and Pattern fields (853-855) that are linked to the 863-865 fields by a number in subfield $8 (Field link and sequence number).$$,
11903 FALSE, TRUE, FALSE, FALSE);
11904 INSERT INTO config.record_attr_definition(name, label)
11905 VALUES ('marc21_biblio_864_ind_1', 'MARC 21 biblio field 864 indicator position 1');
11906 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11907 VALUES ('marc21_biblio_864_ind_1', '#', $$No information provided$$, FALSE, TRUE);
11908 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11909 VALUES ('marc21_biblio_864_ind_1', '3', $$Holdings level 3$$, FALSE, TRUE);
11910 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11911 VALUES ('marc21_biblio_864_ind_1', '4', $$Holdings level 4$$, FALSE, TRUE);
11912 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11913 VALUES ('marc21_biblio_864_ind_1', '5', $$Holdings level 4 with piece designation$$, FALSE, TRUE);
11914 INSERT INTO config.record_attr_definition(name, label)
11915 VALUES ('marc21_biblio_864_ind_2', 'MARC 21 biblio field 864 indicator position 2');
11916 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11917 VALUES ('marc21_biblio_864_ind_2', '#', $$No information provided$$, FALSE, TRUE);
11918 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11919 VALUES ('marc21_biblio_864_ind_2', '0', $$Compressed$$, FALSE, TRUE);
11920 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11921 VALUES ('marc21_biblio_864_ind_2', '1', $$Uncompressed$$, FALSE, TRUE);
11922 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11923 VALUES ('marc21_biblio_864_ind_2', '2', $$Compressed, use textual display$$, FALSE, TRUE);
11924 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11925 VALUES ('marc21_biblio_864_ind_2', '3', $$Uncompressed, use textual display$$, FALSE, TRUE);
11926 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11927 VALUES ('marc21_biblio_864_ind_2', '4', $$Item(s) not published$$, FALSE, TRUE);
11928 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11929                                  repeatable, mandatory, hidden)
11930 VALUES (1, 'biblio', '864', 'a', $$First level of enumeration$$,
11931 TRUE, FALSE, FALSE);
11932 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11933                                  repeatable, mandatory, hidden)
11934 VALUES (1, 'biblio', '864', 'b', $$Second level of enumeration$$,
11935 TRUE, FALSE, FALSE);
11936 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11937                                  repeatable, mandatory, hidden)
11938 VALUES (1, 'biblio', '864', 'c', $$Third level of enumeration$$,
11939 TRUE, FALSE, FALSE);
11940 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11941                                  repeatable, mandatory, hidden)
11942 VALUES (1, 'biblio', '864', 'd', $$Fourth level of enumeration$$,
11943 TRUE, FALSE, FALSE);
11944 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11945                                  repeatable, mandatory, hidden)
11946 VALUES (1, 'biblio', '864', 'e', $$Fifth level of enumeration$$,
11947 TRUE, FALSE, FALSE);
11948 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11949                                  repeatable, mandatory, hidden)
11950 VALUES (1, 'biblio', '864', 'f', $$Sixth level of enumeration$$,
11951 TRUE, FALSE, FALSE);
11952 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11953                                  repeatable, mandatory, hidden)
11954 VALUES (1, 'biblio', '864', 'g', $$Alternative numbering scheme, first level of enumeration$$,
11955 TRUE, FALSE, FALSE);
11956 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11957                                  repeatable, mandatory, hidden)
11958 VALUES (1, 'biblio', '864', 'h', $$Alternative numbering scheme, second level of enumeration$$,
11959 TRUE, FALSE, FALSE);
11960 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11961                                  repeatable, mandatory, hidden)
11962 VALUES (1, 'biblio', '864', 'i', $$First level of chronology$$,
11963 TRUE, FALSE, FALSE);
11964 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11965                                  repeatable, mandatory, hidden)
11966 VALUES (1, 'biblio', '864', 'j', $$Second level of chronology$$,
11967 TRUE, FALSE, FALSE);
11968 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11969                                  repeatable, mandatory, hidden)
11970 VALUES (1, 'biblio', '864', 'k', $$Third level of chronology$$,
11971 TRUE, FALSE, FALSE);
11972 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11973                                  repeatable, mandatory, hidden)
11974 VALUES (1, 'biblio', '864', 'l', $$Fourth level of chronology$$,
11975 TRUE, FALSE, FALSE);
11976 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11977                                  repeatable, mandatory, hidden)
11978 VALUES (1, 'biblio', '864', 'm', $$Alternative numbering scheme, chronology$$,
11979 TRUE, FALSE, FALSE);
11980 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11981                                  repeatable, mandatory, hidden)
11982 VALUES (1, 'biblio', '864', 'n', $$Converted Gregorian year$$,
11983 TRUE, FALSE, FALSE);
11984 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11985                                  repeatable, mandatory, hidden)
11986 VALUES (1, 'biblio', '864', 'o', $$Type of unit$$,
11987 TRUE, FALSE, FALSE);
11988 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11989                                  repeatable, mandatory, hidden)
11990 VALUES (1, 'biblio', '864', 'p', $$Piece designation$$,
11991 TRUE, FALSE, FALSE);
11992 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11993                                  repeatable, mandatory, hidden)
11994 VALUES (1, 'biblio', '864', 'q', $$Piece physical condition$$,
11995 TRUE, FALSE, FALSE);
11996 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11997                                  repeatable, mandatory, hidden)
11998 VALUES (1, 'biblio', '864', 's', $$Copyright article-fee code$$,
11999 TRUE, FALSE, FALSE);
12000 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12001                                  repeatable, mandatory, hidden)
12002 VALUES (1, 'biblio', '864', 't', $$Copy number$$,
12003 TRUE, FALSE, FALSE);
12004 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12005                                  repeatable, mandatory, hidden)
12006 VALUES (1, 'biblio', '864', 'v', $$Issuing date$$,
12007 TRUE, FALSE, FALSE);
12008 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12009                                  repeatable, mandatory, hidden)
12010 VALUES (1, 'biblio', '864', 'w', $$Break indicator$$,
12011 TRUE, FALSE, FALSE);
12012 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12013                                  repeatable, mandatory, hidden)
12014 VALUES (1, 'biblio', '864', 'x', $$Nonpublic note$$,
12015 TRUE, FALSE, FALSE);
12016 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12017                                  repeatable, mandatory, hidden)
12018 VALUES (1, 'biblio', '864', 'z', $$Public note$$,
12019 TRUE, FALSE, FALSE);
12020 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12021                                  repeatable, mandatory, hidden)
12022 VALUES (1, 'biblio', '864', '6', $$Linkage$$,
12023 TRUE, FALSE, FALSE);
12024 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12025                                  repeatable, mandatory, hidden)
12026 VALUES (1, 'biblio', '864', '8', $$Field link and sequence number$$,
12027 TRUE, FALSE, FALSE);
12028 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12029                               fixed_field, repeatable, mandatory, hidden)
12030 VALUES (1, 'biblio', '865', $$Enumeration and Chronology - Indexes$$, $$Description of the holdings of a bibliographic item in the collections of the reporting organization. The captions that identify the enumeration and chronology levels and the codes that define the publication pattern of the holdings are contained in the Captions and Pattern fields (853-855) that are linked to the 863-865 fields by a number in subfield $8 (Field link and sequence number).$$,
12031 FALSE, TRUE, FALSE, FALSE);
12032 INSERT INTO config.record_attr_definition(name, label)
12033 VALUES ('marc21_biblio_865_ind_1', 'MARC 21 biblio field 865 indicator position 1');
12034 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12035 VALUES ('marc21_biblio_865_ind_1', '#', $$No information provided$$, FALSE, TRUE);
12036 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12037 VALUES ('marc21_biblio_865_ind_1', '4', $$Holdings level 4$$, FALSE, TRUE);
12038 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12039 VALUES ('marc21_biblio_865_ind_1', '5', $$Holdings level 4 with piece designation$$, FALSE, TRUE);
12040 INSERT INTO config.record_attr_definition(name, label)
12041 VALUES ('marc21_biblio_865_ind_2', 'MARC 21 biblio field 865 indicator position 2');
12042 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12043 VALUES ('marc21_biblio_865_ind_2', '#', $$No information provided$$, FALSE, TRUE);
12044 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12045 VALUES ('marc21_biblio_865_ind_2', '1', $$Uncompressed$$, FALSE, TRUE);
12046 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12047 VALUES ('marc21_biblio_865_ind_2', '3', $$Uncompressed, use textual display$$, FALSE, TRUE);
12048 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12049                                  repeatable, mandatory, hidden)
12050 VALUES (1, 'biblio', '865', 'a', $$First level of enumeration$$,
12051 TRUE, FALSE, FALSE);
12052 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12053                                  repeatable, mandatory, hidden)
12054 VALUES (1, 'biblio', '865', 'b', $$Second level of enumeration$$,
12055 TRUE, FALSE, FALSE);
12056 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12057                                  repeatable, mandatory, hidden)
12058 VALUES (1, 'biblio', '865', 'c', $$Third level of enumeration$$,
12059 TRUE, FALSE, FALSE);
12060 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12061                                  repeatable, mandatory, hidden)
12062 VALUES (1, 'biblio', '865', 'd', $$Fourth level of enumeration$$,
12063 TRUE, FALSE, FALSE);
12064 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12065                                  repeatable, mandatory, hidden)
12066 VALUES (1, 'biblio', '865', 'e', $$Fifth level of enumeration$$,
12067 TRUE, FALSE, FALSE);
12068 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12069                                  repeatable, mandatory, hidden)
12070 VALUES (1, 'biblio', '865', 'f', $$Sixth level of enumeration$$,
12071 TRUE, FALSE, FALSE);
12072 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12073                                  repeatable, mandatory, hidden)
12074 VALUES (1, 'biblio', '865', 'g', $$Alternative numbering scheme, first level of enumeration$$,
12075 TRUE, FALSE, FALSE);
12076 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12077                                  repeatable, mandatory, hidden)
12078 VALUES (1, 'biblio', '865', 'h', $$Alternative numbering scheme, second level of enumeration$$,
12079 TRUE, FALSE, FALSE);
12080 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12081                                  repeatable, mandatory, hidden)
12082 VALUES (1, 'biblio', '865', 'i', $$First level of chronology$$,
12083 TRUE, FALSE, FALSE);
12084 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12085                                  repeatable, mandatory, hidden)
12086 VALUES (1, 'biblio', '865', 'j', $$Second level of chronology$$,
12087 TRUE, FALSE, FALSE);
12088 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12089                                  repeatable, mandatory, hidden)
12090 VALUES (1, 'biblio', '865', 'k', $$Third level of chronology$$,
12091 TRUE, FALSE, FALSE);
12092 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12093                                  repeatable, mandatory, hidden)
12094 VALUES (1, 'biblio', '865', 'l', $$Fourth level of chronology$$,
12095 TRUE, FALSE, FALSE);
12096 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12097                                  repeatable, mandatory, hidden)
12098 VALUES (1, 'biblio', '865', 'm', $$Alternative numbering scheme, chronology$$,
12099 TRUE, FALSE, FALSE);
12100 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12101                                  repeatable, mandatory, hidden)
12102 VALUES (1, 'biblio', '865', 'n', $$Converted Gregorian year$$,
12103 TRUE, FALSE, FALSE);
12104 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12105                                  repeatable, mandatory, hidden)
12106 VALUES (1, 'biblio', '865', 'o', $$Type of unit$$,
12107 TRUE, FALSE, FALSE);
12108 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12109                                  repeatable, mandatory, hidden)
12110 VALUES (1, 'biblio', '865', 'p', $$Piece designation$$,
12111 TRUE, FALSE, FALSE);
12112 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12113                                  repeatable, mandatory, hidden)
12114 VALUES (1, 'biblio', '865', 'q', $$Piece physical condition$$,
12115 TRUE, FALSE, FALSE);
12116 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12117                                  repeatable, mandatory, hidden)
12118 VALUES (1, 'biblio', '865', 's', $$Copyright article-fee code$$,
12119 TRUE, FALSE, FALSE);
12120 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12121                                  repeatable, mandatory, hidden)
12122 VALUES (1, 'biblio', '865', 't', $$Copy number$$,
12123 TRUE, FALSE, FALSE);
12124 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12125                                  repeatable, mandatory, hidden)
12126 VALUES (1, 'biblio', '865', 'v', $$Issuing date$$,
12127 TRUE, FALSE, FALSE);
12128 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12129                                  repeatable, mandatory, hidden)
12130 VALUES (1, 'biblio', '865', 'w', $$Break indicator$$,
12131 TRUE, FALSE, FALSE);
12132 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12133                                  repeatable, mandatory, hidden)
12134 VALUES (1, 'biblio', '865', 'x', $$Nonpublic note$$,
12135 TRUE, FALSE, FALSE);
12136 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12137                                  repeatable, mandatory, hidden)
12138 VALUES (1, 'biblio', '865', 'z', $$Public note$$,
12139 TRUE, FALSE, FALSE);
12140 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12141                                  repeatable, mandatory, hidden)
12142 VALUES (1, 'biblio', '865', '6', $$Linkage$$,
12143 TRUE, FALSE, FALSE);
12144 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12145                                  repeatable, mandatory, hidden)
12146 VALUES (1, 'biblio', '865', '8', $$Field link and sequence number$$,
12147 TRUE, FALSE, FALSE);
12148 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12149                               fixed_field, repeatable, mandatory, hidden)
12150 VALUES (1, 'biblio', '866', $$Textual Holdings - Basic Bibliographic Unit$$, $$Textual description which may include both the captions and enumeration and chronology for the holdings of a bibliographic item in the collections of the reporting organization. These fields are normally not used in holdings for single-part items. They may be used the coded 853-855 Captions and Pattern and 863-865 Enumeration and Chronology fields for multipart and serial items when those fields cannot be used adequately to describe the holdings. The 866-868 fields may also be used an Enumeration and Chronology field and any related Captions and Pattern field to record and generate an alternative display for all or part of the enumeration and chronology and captions and pattern fields.$$,
12151 FALSE, TRUE, FALSE, FALSE);
12152 INSERT INTO config.record_attr_definition(name, label)
12153 VALUES ('marc21_biblio_866_ind_1', 'MARC 21 biblio field 866 indicator position 1');
12154 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12155 VALUES ('marc21_biblio_866_ind_1', '#', $$No information provided$$, FALSE, TRUE);
12156 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12157 VALUES ('marc21_biblio_866_ind_1', '3', $$Holdings level 3$$, FALSE, TRUE);
12158 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12159 VALUES ('marc21_biblio_866_ind_1', '4', $$Holdings level 4$$, FALSE, TRUE);
12160 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12161 VALUES ('marc21_biblio_866_ind_1', '5', $$Holdings level 4 with piece designation$$, FALSE, TRUE);
12162 INSERT INTO config.record_attr_definition(name, label)
12163 VALUES ('marc21_biblio_866_ind_2', 'MARC 21 biblio field 866 indicator position 2');
12164 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12165 VALUES ('marc21_biblio_866_ind_2', '0', $$Non-standard$$, FALSE, TRUE);
12166 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12167 VALUES ('marc21_biblio_866_ind_2', '1', $$ANSI/NISO Z39.71 or ISO 10324$$, FALSE, TRUE);
12168 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12169 VALUES ('marc21_biblio_866_ind_2', '2', $$ANSI Z39.42$$, FALSE, TRUE);
12170 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12171 VALUES ('marc21_biblio_866_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
12172 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12173                                  repeatable, mandatory, hidden)
12174 VALUES (1, 'biblio', '866', 'a', $$Textual holdings$$,
12175 TRUE, FALSE, FALSE);
12176 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12177                                  repeatable, mandatory, hidden)
12178 VALUES (1, 'biblio', '866', 'x', $$Nonpublic note$$,
12179 TRUE, FALSE, FALSE);
12180 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12181                                  repeatable, mandatory, hidden)
12182 VALUES (1, 'biblio', '866', 'z', $$Public note$$,
12183 TRUE, FALSE, FALSE);
12184 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12185                                  repeatable, mandatory, hidden)
12186 VALUES (1, 'biblio', '866', '2', $$Source of notation$$,
12187 TRUE, FALSE, FALSE);
12188 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12189                                  repeatable, mandatory, hidden)
12190 VALUES (1, 'biblio', '866', '6', $$Linkage$$,
12191 TRUE, FALSE, FALSE);
12192 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12193                                  repeatable, mandatory, hidden)
12194 VALUES (1, 'biblio', '866', '8', $$Field link and sequence number$$,
12195 TRUE, FALSE, FALSE);
12196 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12197                               fixed_field, repeatable, mandatory, hidden)
12198 VALUES (1, 'biblio', '867', $$Textual Holdings - Supplementary Material$$, $$Textual description which may include both the captions and enumeration and chronology for the holdings of a bibliographic item in the collections of the reporting organization. These fields are normally not used in holdings for single-part items. They may be used the coded 853-855 Captions and Pattern and 863-865 Enumeration and Chronology fields for multipart and serial items when those fields cannot be used adequately to describe the holdings. The 866-868 fields may also be used an Enumeration and Chronology field and any related Captions and Pattern field to record and generate an alternative display for all or part of the enumeration and chronology and captions and pattern fields.$$,
12199 FALSE, TRUE, FALSE, FALSE);
12200 INSERT INTO config.record_attr_definition(name, label)
12201 VALUES ('marc21_biblio_867_ind_1', 'MARC 21 biblio field 867 indicator position 1');
12202 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12203 VALUES ('marc21_biblio_867_ind_1', '#', $$No information provided$$, FALSE, TRUE);
12204 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12205 VALUES ('marc21_biblio_867_ind_1', '3', $$Holdings level 3$$, FALSE, TRUE);
12206 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12207 VALUES ('marc21_biblio_867_ind_1', '4', $$Holdings level 4$$, FALSE, TRUE);
12208 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12209 VALUES ('marc21_biblio_867_ind_1', '5', $$Holdings level 4 with piece designation$$, FALSE, TRUE);
12210 INSERT INTO config.record_attr_definition(name, label)
12211 VALUES ('marc21_biblio_867_ind_2', 'MARC 21 biblio field 867 indicator position 2');
12212 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12213 VALUES ('marc21_biblio_867_ind_2', '0', $$Non-standard$$, FALSE, TRUE);
12214 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12215 VALUES ('marc21_biblio_867_ind_2', '1', $$ANSI/NISO Z39.71 or ISO 10324$$, FALSE, TRUE);
12216 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12217 VALUES ('marc21_biblio_867_ind_2', '2', $$ANSI Z39.42$$, FALSE, TRUE);
12218 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12219 VALUES ('marc21_biblio_867_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
12220 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12221                                  repeatable, mandatory, hidden)
12222 VALUES (1, 'biblio', '867', 'a', $$Textual holdings$$,
12223 TRUE, FALSE, FALSE);
12224 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12225                                  repeatable, mandatory, hidden)
12226 VALUES (1, 'biblio', '867', 'x', $$Nonpublic note$$,
12227 TRUE, FALSE, FALSE);
12228 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12229                                  repeatable, mandatory, hidden)
12230 VALUES (1, 'biblio', '867', 'z', $$Public note$$,
12231 TRUE, FALSE, FALSE);
12232 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12233                                  repeatable, mandatory, hidden)
12234 VALUES (1, 'biblio', '867', '2', $$Source of notation$$,
12235 TRUE, FALSE, FALSE);
12236 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12237                                  repeatable, mandatory, hidden)
12238 VALUES (1, 'biblio', '867', '6', $$Linkage$$,
12239 TRUE, FALSE, FALSE);
12240 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12241                                  repeatable, mandatory, hidden)
12242 VALUES (1, 'biblio', '867', '8', $$Field link and sequence number$$,
12243 TRUE, FALSE, FALSE);
12244 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12245                               fixed_field, repeatable, mandatory, hidden)
12246 VALUES (1, 'biblio', '868', $$Textual Holdings - Indexes$$, $$Textual description which may include both the captions and enumeration and chronology for the holdings of a bibliographic item in the collections of the reporting organization. These fields are normally not used in holdings for single-part items. They may be used the coded 853-855 Captions and Pattern and 863-865 Enumeration and Chronology fields for multipart and serial items when those fields cannot be used adequately to describe the holdings. The 866-868 fields may also be used an Enumeration and Chronology field and any related Captions and Pattern field to record and generate an alternative display for all or part of the enumeration and chronology and captions and pattern fields.$$,
12247 FALSE, TRUE, FALSE, FALSE);
12248 INSERT INTO config.record_attr_definition(name, label)
12249 VALUES ('marc21_biblio_868_ind_1', 'MARC 21 biblio field 868 indicator position 1');
12250 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12251 VALUES ('marc21_biblio_868_ind_1', '#', $$No information provided$$, FALSE, TRUE);
12252 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12253 VALUES ('marc21_biblio_868_ind_1', '3', $$Holdings level 3$$, FALSE, TRUE);
12254 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12255 VALUES ('marc21_biblio_868_ind_1', '4', $$Holdings level 4$$, FALSE, TRUE);
12256 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12257 VALUES ('marc21_biblio_868_ind_1', '5', $$Holdings level 4 with piece designation$$, FALSE, TRUE);
12258 INSERT INTO config.record_attr_definition(name, label)
12259 VALUES ('marc21_biblio_868_ind_2', 'MARC 21 biblio field 868 indicator position 2');
12260 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12261 VALUES ('marc21_biblio_868_ind_2', '0', $$Non-standard$$, FALSE, TRUE);
12262 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12263 VALUES ('marc21_biblio_868_ind_2', '1', $$ANSI/NISO Z39.71 or ISO 10324$$, FALSE, TRUE);
12264 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12265 VALUES ('marc21_biblio_868_ind_2', '2', $$ANSI Z39.42$$, FALSE, TRUE);
12266 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12267 VALUES ('marc21_biblio_868_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
12268 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12269                                  repeatable, mandatory, hidden)
12270 VALUES (1, 'biblio', '868', 'a', $$Textual holdings$$,
12271 TRUE, FALSE, FALSE);
12272 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12273                                  repeatable, mandatory, hidden)
12274 VALUES (1, 'biblio', '868', 'x', $$Nonpublic note$$,
12275 TRUE, FALSE, FALSE);
12276 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12277                                  repeatable, mandatory, hidden)
12278 VALUES (1, 'biblio', '868', 'z', $$Public note$$,
12279 TRUE, FALSE, FALSE);
12280 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12281                                  repeatable, mandatory, hidden)
12282 VALUES (1, 'biblio', '868', '2', $$Source of notation$$,
12283 TRUE, FALSE, FALSE);
12284 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12285                                  repeatable, mandatory, hidden)
12286 VALUES (1, 'biblio', '868', '6', $$Linkage$$,
12287 TRUE, FALSE, FALSE);
12288 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12289                                  repeatable, mandatory, hidden)
12290 VALUES (1, 'biblio', '868', '8', $$Field link and sequence number$$,
12291 TRUE, FALSE, FALSE);
12292 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12293                               fixed_field, repeatable, mandatory, hidden)
12294 VALUES (1, 'biblio', '876', $$Item Information - Basic Bibliographic Unit$$, $$Item level information about the pieces to the item specified in the holdings record. They contain various data elements that it may be desirable to record for specific items for use in acquisition or circulation applications, among others.$$,
12295 FALSE, TRUE, FALSE, FALSE);
12296 INSERT INTO config.record_attr_definition(name, label)
12297 VALUES ('marc21_biblio_876_ind_1', 'MARC 21 biblio field 876 indicator position 1');
12298 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12299 VALUES ('marc21_biblio_876_ind_1', '#', $$Undefined$$, FALSE, TRUE);
12300 INSERT INTO config.record_attr_definition(name, label)
12301 VALUES ('marc21_biblio_876_ind_2', 'MARC 21 biblio field 876 indicator position 2');
12302 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12303 VALUES ('marc21_biblio_876_ind_2', '#', $$Undefined$$, FALSE, TRUE);
12304 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12305                                  repeatable, mandatory, hidden)
12306 VALUES (1, 'biblio', '876', 'a', $$Internal item number$$,
12307 TRUE, FALSE, FALSE);
12308 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12309                                  repeatable, mandatory, hidden)
12310 VALUES (1, 'biblio', '876', 'b', $$Invalid or canceled internal item number$$,
12311 TRUE, FALSE, FALSE);
12312 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12313                                  repeatable, mandatory, hidden)
12314 VALUES (1, 'biblio', '876', 'c', $$Cost$$,
12315 TRUE, FALSE, FALSE);
12316 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12317                                  repeatable, mandatory, hidden)
12318 VALUES (1, 'biblio', '876', 'd', $$Date acquired$$,
12319 TRUE, FALSE, FALSE);
12320 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12321                                  repeatable, mandatory, hidden)
12322 VALUES (1, 'biblio', '876', 'e', $$Source of acquisition$$,
12323 TRUE, FALSE, FALSE);
12324 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12325                                  repeatable, mandatory, hidden)
12326 VALUES (1, 'biblio', '876', 'h', $$Use restrictions$$,
12327 TRUE, FALSE, FALSE);
12328 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12329                                  repeatable, mandatory, hidden)
12330 VALUES (1, 'biblio', '876', 'j', $$Item status$$,
12331 TRUE, FALSE, FALSE);
12332 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12333                                  repeatable, mandatory, hidden)
12334 VALUES (1, 'biblio', '876', 'l', $$Temporary location$$,
12335 TRUE, FALSE, FALSE);
12336 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12337                                  repeatable, mandatory, hidden)
12338 VALUES (1, 'biblio', '876', 'p', $$Piece designation$$,
12339 TRUE, FALSE, FALSE);
12340 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12341                                  repeatable, mandatory, hidden)
12342 VALUES (1, 'biblio', '876', 'r', $$Invalid or canceled piece designation$$,
12343 TRUE, FALSE, FALSE);
12344 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12345                                  repeatable, mandatory, hidden)
12346 VALUES (1, 'biblio', '876', 't', $$Copy number$$,
12347 TRUE, FALSE, FALSE);
12348 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12349                                  repeatable, mandatory, hidden)
12350 VALUES (1, 'biblio', '876', 'x', $$Nonpublic note$$,
12351 TRUE, FALSE, FALSE);
12352 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12353                                  repeatable, mandatory, hidden)
12354 VALUES (1, 'biblio', '876', 'z', $$Public note$$,
12355 TRUE, FALSE, FALSE);
12356 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12357                                  repeatable, mandatory, hidden)
12358 VALUES (1, 'biblio', '876', '3', $$Materials specified$$,
12359 TRUE, FALSE, FALSE);
12360 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12361                                  repeatable, mandatory, hidden)
12362 VALUES (1, 'biblio', '876', '6', $$Linkage$$,
12363 TRUE, FALSE, FALSE);
12364 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12365                                  repeatable, mandatory, hidden)
12366 VALUES (1, 'biblio', '876', '8', $$Field link and sequence number$$,
12367 TRUE, FALSE, FALSE);
12368 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12369                               fixed_field, repeatable, mandatory, hidden)
12370 VALUES (1, 'biblio', '877', $$Item Information - Supplementary Material$$, $$Item level information about the pieces to the item specified in the holdings record. They contain various data elements that it may be desirable to record for specific items for use in acquisition or circulation applications, among others.$$,
12371 FALSE, TRUE, FALSE, FALSE);
12372 INSERT INTO config.record_attr_definition(name, label)
12373 VALUES ('marc21_biblio_877_ind_1', 'MARC 21 biblio field 877 indicator position 1');
12374 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12375 VALUES ('marc21_biblio_877_ind_1', '#', $$Undefined$$, FALSE, TRUE);
12376 INSERT INTO config.record_attr_definition(name, label)
12377 VALUES ('marc21_biblio_877_ind_2', 'MARC 21 biblio field 877 indicator position 2');
12378 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12379 VALUES ('marc21_biblio_877_ind_2', '#', $$Undefined$$, FALSE, TRUE);
12380 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12381                                  repeatable, mandatory, hidden)
12382 VALUES (1, 'biblio', '877', 'a', $$Internal item number$$,
12383 TRUE, FALSE, FALSE);
12384 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12385                                  repeatable, mandatory, hidden)
12386 VALUES (1, 'biblio', '877', 'b', $$Invalid or canceled internal item number$$,
12387 TRUE, FALSE, FALSE);
12388 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12389                                  repeatable, mandatory, hidden)
12390 VALUES (1, 'biblio', '877', 'c', $$Cost$$,
12391 TRUE, FALSE, FALSE);
12392 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12393                                  repeatable, mandatory, hidden)
12394 VALUES (1, 'biblio', '877', 'd', $$Date acquired$$,
12395 TRUE, FALSE, FALSE);
12396 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12397                                  repeatable, mandatory, hidden)
12398 VALUES (1, 'biblio', '877', 'e', $$Source of acquisition$$,
12399 TRUE, FALSE, FALSE);
12400 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12401                                  repeatable, mandatory, hidden)
12402 VALUES (1, 'biblio', '877', 'h', $$Use restrictions$$,
12403 TRUE, FALSE, FALSE);
12404 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12405                                  repeatable, mandatory, hidden)
12406 VALUES (1, 'biblio', '877', 'j', $$Item status$$,
12407 TRUE, FALSE, FALSE);
12408 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12409                                  repeatable, mandatory, hidden)
12410 VALUES (1, 'biblio', '877', 'l', $$Temporary location$$,
12411 TRUE, FALSE, FALSE);
12412 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12413                                  repeatable, mandatory, hidden)
12414 VALUES (1, 'biblio', '877', 'p', $$Piece designation$$,
12415 TRUE, FALSE, FALSE);
12416 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12417                                  repeatable, mandatory, hidden)
12418 VALUES (1, 'biblio', '877', 'r', $$Invalid or canceled piece designation$$,
12419 TRUE, FALSE, FALSE);
12420 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12421                                  repeatable, mandatory, hidden)
12422 VALUES (1, 'biblio', '877', 't', $$Copy number$$,
12423 TRUE, FALSE, FALSE);
12424 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12425                                  repeatable, mandatory, hidden)
12426 VALUES (1, 'biblio', '877', 'x', $$Nonpublic note$$,
12427 TRUE, FALSE, FALSE);
12428 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12429                                  repeatable, mandatory, hidden)
12430 VALUES (1, 'biblio', '877', 'z', $$Public note$$,
12431 TRUE, FALSE, FALSE);
12432 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12433                                  repeatable, mandatory, hidden)
12434 VALUES (1, 'biblio', '877', '3', $$Materials specified$$,
12435 TRUE, FALSE, FALSE);
12436 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12437                                  repeatable, mandatory, hidden)
12438 VALUES (1, 'biblio', '877', '6', $$Linkage$$,
12439 TRUE, FALSE, FALSE);
12440 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12441                                  repeatable, mandatory, hidden)
12442 VALUES (1, 'biblio', '877', '8', $$Field link and sequence number$$,
12443 TRUE, FALSE, FALSE);
12444 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12445                               fixed_field, repeatable, mandatory, hidden)
12446 VALUES (1, 'biblio', '878', $$Item Information - Indexes$$, $$Item level information about the pieces to the item specified in the holdings record. They contain various data elements that it may be desirable to record for specific items for use in acquisition or circulation applications, among others.$$,
12447 FALSE, TRUE, FALSE, FALSE);
12448 INSERT INTO config.record_attr_definition(name, label)
12449 VALUES ('marc21_biblio_878_ind_1', 'MARC 21 biblio field 878 indicator position 1');
12450 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12451 VALUES ('marc21_biblio_878_ind_1', '#', $$Undefined$$, FALSE, TRUE);
12452 INSERT INTO config.record_attr_definition(name, label)
12453 VALUES ('marc21_biblio_878_ind_2', 'MARC 21 biblio field 878 indicator position 2');
12454 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12455 VALUES ('marc21_biblio_878_ind_2', '#', $$Undefined$$, FALSE, TRUE);
12456 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12457                                  repeatable, mandatory, hidden)
12458 VALUES (1, 'biblio', '878', 'a', $$Internal item number$$,
12459 TRUE, FALSE, FALSE);
12460 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12461                                  repeatable, mandatory, hidden)
12462 VALUES (1, 'biblio', '878', 'b', $$Invalid or canceled internal item number$$,
12463 TRUE, FALSE, FALSE);
12464 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12465                                  repeatable, mandatory, hidden)
12466 VALUES (1, 'biblio', '878', 'c', $$Cost$$,
12467 TRUE, FALSE, FALSE);
12468 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12469                                  repeatable, mandatory, hidden)
12470 VALUES (1, 'biblio', '878', 'd', $$Date acquired$$,
12471 TRUE, FALSE, FALSE);
12472 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12473                                  repeatable, mandatory, hidden)
12474 VALUES (1, 'biblio', '878', 'e', $$Source of acquisition$$,
12475 TRUE, FALSE, FALSE);
12476 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12477                                  repeatable, mandatory, hidden)
12478 VALUES (1, 'biblio', '878', 'h', $$Use restrictions$$,
12479 TRUE, FALSE, FALSE);
12480 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12481                                  repeatable, mandatory, hidden)
12482 VALUES (1, 'biblio', '878', 'j', $$Item status$$,
12483 TRUE, FALSE, FALSE);
12484 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12485                                  repeatable, mandatory, hidden)
12486 VALUES (1, 'biblio', '878', 'l', $$Temporary location$$,
12487 TRUE, FALSE, FALSE);
12488 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12489                                  repeatable, mandatory, hidden)
12490 VALUES (1, 'biblio', '878', 'p', $$Piece designation$$,
12491 TRUE, FALSE, FALSE);
12492 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12493                                  repeatable, mandatory, hidden)
12494 VALUES (1, 'biblio', '878', 'r', $$Invalid or canceled piece designation$$,
12495 TRUE, FALSE, FALSE);
12496 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12497                                  repeatable, mandatory, hidden)
12498 VALUES (1, 'biblio', '878', 't', $$Copy number$$,
12499 TRUE, FALSE, FALSE);
12500 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12501                                  repeatable, mandatory, hidden)
12502 VALUES (1, 'biblio', '878', 'x', $$Nonpublic note$$,
12503 TRUE, FALSE, FALSE);
12504 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12505                                  repeatable, mandatory, hidden)
12506 VALUES (1, 'biblio', '878', 'z', $$Public note$$,
12507 TRUE, FALSE, FALSE);
12508 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12509                                  repeatable, mandatory, hidden)
12510 VALUES (1, 'biblio', '878', '3', $$Materials specified$$,
12511 TRUE, FALSE, FALSE);
12512 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12513                                  repeatable, mandatory, hidden)
12514 VALUES (1, 'biblio', '878', '6', $$Linkage$$,
12515 TRUE, FALSE, FALSE);
12516 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12517                                  repeatable, mandatory, hidden)
12518 VALUES (1, 'biblio', '878', '8', $$Field link and sequence number$$,
12519 TRUE, FALSE, FALSE);
12520 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12521                               fixed_field, repeatable, mandatory, hidden)
12522 VALUES (1, 'biblio', '880', $$Alternate Graphic Representation$$, $$Fully content-designated representation, in a different script, of another field in the same record. Field 880 is linked to the associated regular field by subfield $6 (Linkage). A subfield $6 in the associated field also links that field to the 880 field. The data in field 880 may be in more than one script.$$,
12523 FALSE, TRUE, FALSE, FALSE);
12524 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12525                                  repeatable, mandatory, hidden)
12526 VALUES (1, 'biblio', '880', '6', $$Linkage$$,
12527 FALSE, FALSE, FALSE);
12528 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12529                               fixed_field, repeatable, mandatory, hidden)
12530 VALUES (1, 'biblio', '882', $$Replacement Record Information$$, $$Information about the replacement bibliographic record in a deleted record. The replacement title(s) may be contained in subfield(s) $a.$$,
12531 FALSE, FALSE, FALSE, FALSE);
12532 INSERT INTO config.record_attr_definition(name, label)
12533 VALUES ('marc21_biblio_882_ind_1', 'MARC 21 biblio field 882 indicator position 1');
12534 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12535 VALUES ('marc21_biblio_882_ind_1', '#', $$Undefined$$, FALSE, TRUE);
12536 INSERT INTO config.record_attr_definition(name, label)
12537 VALUES ('marc21_biblio_882_ind_2', 'MARC 21 biblio field 882 indicator position 2');
12538 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12539 VALUES ('marc21_biblio_882_ind_2', '#', $$Undefined$$, FALSE, TRUE);
12540 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12541                                  repeatable, mandatory, hidden)
12542 VALUES (1, 'biblio', '882', 'a', $$Replacement title$$,
12543 TRUE, FALSE, FALSE);
12544 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12545                                  repeatable, mandatory, hidden)
12546 VALUES (1, 'biblio', '882', 'i', $$Explanatory text$$,
12547 TRUE, FALSE, FALSE);
12548 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12549                                  repeatable, mandatory, hidden)
12550 VALUES (1, 'biblio', '882', 'w', $$Replacement bibliographic record control number$$,
12551 TRUE, FALSE, FALSE);
12552 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12553                                  repeatable, mandatory, hidden)
12554 VALUES (1, 'biblio', '882', '6', $$Linkage$$,
12555 FALSE, FALSE, FALSE);
12556 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12557                                  repeatable, mandatory, hidden)
12558 VALUES (1, 'biblio', '882', '8', $$Field link and sequence number$$,
12559 TRUE, FALSE, FALSE);
12560 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12561                               fixed_field, repeatable, mandatory, hidden)
12562 VALUES (1, 'biblio', '886', $$Foreign MARC Information Field$$, $$Used when converting foreign MARC records into the MARC format. Contains data from a foreign MARC record for which there is no corresponding MARC field.$$,
12563 FALSE, TRUE, FALSE, FALSE);
12564 INSERT INTO config.record_attr_definition(name, label)
12565 VALUES ('marc21_biblio_886_ind_1', 'MARC 21 biblio field 886 indicator position 1');
12566 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12567 VALUES ('marc21_biblio_886_ind_1', '0', $$Leader$$, FALSE, TRUE);
12568 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12569 VALUES ('marc21_biblio_886_ind_1', '1', $$Variable control fields (002-009)$$, FALSE, TRUE);
12570 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12571 VALUES ('marc21_biblio_886_ind_1', '2', $$Variable data fields (010-999)$$, FALSE, TRUE);
12572 INSERT INTO config.record_attr_definition(name, label)
12573 VALUES ('marc21_biblio_886_ind_2', 'MARC 21 biblio field 886 indicator position 2');
12574 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12575 VALUES ('marc21_biblio_886_ind_2', '#', $$Undefined$$, FALSE, TRUE);
12576 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12577                                  repeatable, mandatory, hidden)
12578 VALUES (1, 'biblio', '886', 'a', $$Tag of the foreign MARC field$$,
12579 FALSE, FALSE, FALSE);
12580 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12581                                  repeatable, mandatory, hidden)
12582 VALUES (1, 'biblio', '886', 'b', $$Content of the foreign MARC field$$,
12583 FALSE, FALSE, FALSE);
12584 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12585                                  repeatable, mandatory, hidden)
12586 VALUES (1, 'biblio', '886', '2', $$Source of data$$,
12587 FALSE, FALSE, FALSE);
12588 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12589                               fixed_field, repeatable, mandatory, hidden)
12590 VALUES (1, 'biblio', '887', $$Non-MARC Information Field$$, $$Data from non-MARC records for which there are no corresponding MARC 21 fields. Used when converting non-MARC records into the MARC 21 format.$$,
12591 FALSE, TRUE, FALSE, FALSE);
12592 INSERT INTO config.record_attr_definition(name, label)
12593 VALUES ('marc21_biblio_887_ind_1', 'MARC 21 biblio field 887 indicator position 1');
12594 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12595 VALUES ('marc21_biblio_887_ind_1', '#', $$Undefined$$, FALSE, TRUE);
12596 INSERT INTO config.record_attr_definition(name, label)
12597 VALUES ('marc21_biblio_887_ind_2', 'MARC 21 biblio field 887 indicator position 2');
12598 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12599 VALUES ('marc21_biblio_887_ind_2', '#', $$Undefined$$, FALSE, TRUE);
12600 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12601                                  repeatable, mandatory, hidden)
12602 VALUES (1, 'biblio', '887', 'a', $$Content of non-MARC field$$,
12603 FALSE, FALSE, FALSE);
12604 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12605                                  repeatable, mandatory, hidden)
12606 VALUES (1, 'biblio', '887', '2', $$Source of data$$,
12607 FALSE, FALSE, FALSE);
12608 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12609                               fixed_field, repeatable, mandatory, hidden)
12610 VALUES (1, 'authority', '001', $$Control Number$$, $$Control number assigned by the organization creating, using, or distributing the record.$$,
12611 TRUE, FALSE, FALSE, FALSE);
12612 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12613                               fixed_field, repeatable, mandatory, hidden)
12614 VALUES (1, 'authority', '003', $$Control Number Identifier$$, $$MARC code for the agency whose system control number is contained in field 001 (Control Number).$$,
12615 TRUE, FALSE, FALSE, FALSE);
12616 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12617                               fixed_field, repeatable, mandatory, hidden)
12618 VALUES (1, 'authority', '005', $$Date and Time of Latest Transaction$$, $$Sixteen characters that specify the date and time of the latest record transaction and serve as a version identifier for the record. The data and time are recorded according to (ISO 8601) in the pattern and .$$,
12619 TRUE, FALSE, FALSE, FALSE);
12620 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12621                               fixed_field, repeatable, mandatory, hidden)
12622 VALUES (1, 'authority', '008', $$Fixed-Length Data Elements$$, $$Forty character positions (00-39) that contain positionally-defined data elements that provide coded information about the record as a whole or about special aspects of the 1XX heading or 4XX/5XX tracing fields. Undefined character positions contain a blank (#). All defined character positions must contain a defined code; for some 008 positions, this may be the fill character (|). The fill character may be used (in certain character positions) when a cataloging organization makes no attempt to code the character position. Field 008 is not repeatable.$$,
12623 TRUE, FALSE, FALSE, FALSE);
12624 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12625                               fixed_field, repeatable, mandatory, hidden)
12626 VALUES (1, 'authority', '010', $$Library of Congress Control Number$$, $$Unique number assigned to a record by the Library of Congress (LC) or a cooperative cataloging partner contributing authority records to the Name Authority Cooperative Program (NACO) database. The field is also assigned to records created by LC for the Library of Congress Subject Headings (LCSH).$$,
12627 FALSE, FALSE, FALSE, FALSE);
12628 INSERT INTO config.record_attr_definition(name, label)
12629 VALUES ('marc21_authority_010_ind_1', 'MARC 21 authority field 010 indicator position 1');
12630 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12631 VALUES ('marc21_authority_010_ind_1', '#', $$Undefined$$, FALSE, TRUE);
12632 INSERT INTO config.record_attr_definition(name, label)
12633 VALUES ('marc21_authority_010_ind_2', 'MARC 21 authority field 010 indicator position 2');
12634 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12635 VALUES ('marc21_authority_010_ind_2', '#', $$Undefined$$, FALSE, TRUE);
12636 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12637                                  repeatable, mandatory, hidden)
12638 VALUES (1, 'authority', '010', 'a', $$LC control number$$,
12639 FALSE, FALSE, FALSE);
12640 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12641                                  repeatable, mandatory, hidden)
12642 VALUES (1, 'authority', '010', 'z', $$Canceled/invalid LC control number$$,
12643 TRUE, FALSE, FALSE);
12644 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12645                                  repeatable, mandatory, hidden)
12646 VALUES (1, 'authority', '010', '8', $$Field link and sequence number$$,
12647 TRUE, FALSE, FALSE);
12648 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12649                               fixed_field, repeatable, mandatory, hidden)
12650 VALUES (1, 'authority', '014', $$Link to Bibliographic Record for Serial or Multipart Item$$, $$Control number from field 001 of a MARC 21 bibliographic record for a serial or a multipart item that is cataloged as a set.$$,
12651 FALSE, TRUE, FALSE, FALSE);
12652 INSERT INTO config.record_attr_definition(name, label)
12653 VALUES ('marc21_authority_014_ind_1', 'MARC 21 authority field 014 indicator position 1');
12654 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12655 VALUES ('marc21_authority_014_ind_1', '#', $$Undefined$$, FALSE, TRUE);
12656 INSERT INTO config.record_attr_definition(name, label)
12657 VALUES ('marc21_authority_014_ind_2', 'MARC 21 authority field 014 indicator position 2');
12658 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12659 VALUES ('marc21_authority_014_ind_2', '#', $$Undefined$$, FALSE, TRUE);
12660 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12661                                  repeatable, mandatory, hidden)
12662 VALUES (1, 'authority', '014', 'a', $$Control number of related bibliographic record$$,
12663 FALSE, FALSE, FALSE);
12664 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12665                                  repeatable, mandatory, hidden)
12666 VALUES (1, 'authority', '014', '6', $$Linkage$$,
12667 FALSE, FALSE, FALSE);
12668 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12669                                  repeatable, mandatory, hidden)
12670 VALUES (1, 'authority', '014', '8', $$Field link and sequence number$$,
12671 TRUE, FALSE, FALSE);
12672 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12673                               fixed_field, repeatable, mandatory, hidden)
12674 VALUES (1, 'authority', '016', $$National Bibliographic Agency Control Number$$, $$Unique numbers that have been assigned to a record by a national bibliographic agency other than the Library of Congress (Library of Congress control numbers are recorded in ).$$,
12675 FALSE, TRUE, FALSE, FALSE);
12676 INSERT INTO config.record_attr_definition(name, label)
12677 VALUES ('marc21_authority_016_ind_1', 'MARC 21 authority field 016 indicator position 1');
12678 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12679 VALUES ('marc21_authority_016_ind_1', '#', $$Library and Archives Canada$$, FALSE, TRUE);
12680 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12681 VALUES ('marc21_authority_016_ind_1', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
12682 INSERT INTO config.record_attr_definition(name, label)
12683 VALUES ('marc21_authority_016_ind_2', 'MARC 21 authority field 016 indicator position 2');
12684 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12685 VALUES ('marc21_authority_016_ind_2', '#', $$Undefined$$, FALSE, TRUE);
12686 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12687                                  repeatable, mandatory, hidden)
12688 VALUES (1, 'authority', '016', 'a', $$Record control number$$,
12689 FALSE, FALSE, FALSE);
12690 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12691                                  repeatable, mandatory, hidden)
12692 VALUES (1, 'authority', '016', 'z', $$Canceled or invalid record control number$$,
12693 TRUE, FALSE, FALSE);
12694 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12695                                  repeatable, mandatory, hidden)
12696 VALUES (1, 'authority', '016', '2', $$Source$$,
12697 FALSE, FALSE, FALSE);
12698 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12699                                  repeatable, mandatory, hidden)
12700 VALUES (1, 'authority', '016', '8', $$Field link and sequence number$$,
12701 TRUE, FALSE, FALSE);
12702 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12703                               fixed_field, repeatable, mandatory, hidden)
12704 VALUES (1, 'authority', '020', $$International Standard Book Number$$, $$International Standard Book Number (ISBN), terms of availability, and any canceled/invalid ISBN copied from field 020 of a MARC bibliographic record for a multipart item that is cataloged as a set.$$,
12705 FALSE, TRUE, FALSE, FALSE);
12706 INSERT INTO config.record_attr_definition(name, label)
12707 VALUES ('marc21_authority_020_ind_1', 'MARC 21 authority field 020 indicator position 1');
12708 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12709 VALUES ('marc21_authority_020_ind_1', '#', $$Undefined$$, FALSE, TRUE);
12710 INSERT INTO config.record_attr_definition(name, label)
12711 VALUES ('marc21_authority_020_ind_2', 'MARC 21 authority field 020 indicator position 2');
12712 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12713 VALUES ('marc21_authority_020_ind_2', '#', $$Undefined$$, FALSE, TRUE);
12714 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12715                                  repeatable, mandatory, hidden)
12716 VALUES (1, 'authority', '020', 'a', $$International Standard Book Number$$,
12717 FALSE, FALSE, FALSE);
12718 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12719                                  repeatable, mandatory, hidden)
12720 VALUES (1, 'authority', '020', 'c', $$Terms of availability$$,
12721 FALSE, FALSE, FALSE);
12722 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12723                                  repeatable, mandatory, hidden)
12724 VALUES (1, 'authority', '020', 'z', $$Canceled/invalid ISBN$$,
12725 TRUE, FALSE, FALSE);
12726 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12727                                  repeatable, mandatory, hidden)
12728 VALUES (1, 'authority', '020', '6', $$Linkage$$,
12729 FALSE, FALSE, FALSE);
12730 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12731                                  repeatable, mandatory, hidden)
12732 VALUES (1, 'authority', '020', '8', $$Field link and sequence number$$,
12733 TRUE, FALSE, FALSE);
12734 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12735                               fixed_field, repeatable, mandatory, hidden)
12736 VALUES (1, 'authority', '022', $$International Standard Serial Number$$, $$International Standard Serial Number (ISSN) and/or any incorrect and canceled ISSNs copied from field 022 of a MARC 21 bibliographic record for a continuing resource.$$,
12737 FALSE, TRUE, FALSE, FALSE);
12738 INSERT INTO config.record_attr_definition(name, label)
12739 VALUES ('marc21_authority_022_ind_1', 'MARC 21 authority field 022 indicator position 1');
12740 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12741 VALUES ('marc21_authority_022_ind_1', '#', $$Undefined$$, FALSE, TRUE);
12742 INSERT INTO config.record_attr_definition(name, label)
12743 VALUES ('marc21_authority_022_ind_2', 'MARC 21 authority field 022 indicator position 2');
12744 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12745 VALUES ('marc21_authority_022_ind_2', '#', $$Undefined$$, FALSE, TRUE);
12746 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12747                                  repeatable, mandatory, hidden)
12748 VALUES (1, 'authority', '022', 'a', $$International Standard Serial Number$$,
12749 FALSE, FALSE, FALSE);
12750 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12751                                  repeatable, mandatory, hidden)
12752 VALUES (1, 'authority', '022', 'l', $$ISSN-L$$,
12753 FALSE, FALSE, FALSE);
12754 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12755                                  repeatable, mandatory, hidden)
12756 VALUES (1, 'authority', '022', 'm', $$Canceled ISSN-L$$,
12757 TRUE, FALSE, FALSE);
12758 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12759                                  repeatable, mandatory, hidden)
12760 VALUES (1, 'authority', '022', 'y', $$Incorrect ISSN$$,
12761 TRUE, FALSE, FALSE);
12762 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12763                                  repeatable, mandatory, hidden)
12764 VALUES (1, 'authority', '022', 'z', $$Canceled ISSN$$,
12765 TRUE, FALSE, FALSE);
12766 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12767                                  repeatable, mandatory, hidden)
12768 VALUES (1, 'authority', '022', '6', $$Linkage$$,
12769 FALSE, FALSE, FALSE);
12770 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12771                                  repeatable, mandatory, hidden)
12772 VALUES (1, 'authority', '022', '8', $$Field link and sequence number$$,
12773 TRUE, FALSE, FALSE);
12774 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12775                               fixed_field, repeatable, mandatory, hidden)
12776 VALUES (1, 'authority', '024', $$Other Standard Identifier$$, $$Standard number or code associated with the entity named in the 1XX field which cannot be accommodated in another field (e.g., fields 020 (International Standard Book Number) and 022 (International Standard Serial Number)). The source of the standard number or code is identified in subfield $2 (Source of number or code).$$,
12777 FALSE, TRUE, FALSE, FALSE);
12778 INSERT INTO config.record_attr_definition(name, label)
12779 VALUES ('marc21_authority_024_ind_1', 'MARC 21 authority field 024 indicator position 1');
12780 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12781 VALUES ('marc21_authority_024_ind_1', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
12782 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12783 VALUES ('marc21_authority_024_ind_1', '8', $$Unspecified type of standard number or code$$, FALSE, TRUE);
12784 INSERT INTO config.record_attr_definition(name, label)
12785 VALUES ('marc21_authority_024_ind_2', 'MARC 21 authority field 024 indicator position 2');
12786 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12787 VALUES ('marc21_authority_024_ind_2', '#', $$Undefined$$, FALSE, TRUE);
12788 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12789                                  repeatable, mandatory, hidden)
12790 VALUES (1, 'authority', '024', 'a', $$Standard number or code$$,
12791 FALSE, FALSE, FALSE);
12792 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12793                                  repeatable, mandatory, hidden)
12794 VALUES (1, 'authority', '024', 'c', $$Terms of availability$$,
12795 FALSE, FALSE, FALSE);
12796 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12797                                  repeatable, mandatory, hidden)
12798 VALUES (1, 'authority', '024', 'd', $$Additional codes following the standard number or code$$,
12799 FALSE, FALSE, FALSE);
12800 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12801                                  repeatable, mandatory, hidden)
12802 VALUES (1, 'authority', '024', 'z', $$Canceled/invalid standard number or code$$,
12803 TRUE, FALSE, FALSE);
12804 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12805                                  repeatable, mandatory, hidden)
12806 VALUES (1, 'authority', '024', '2', $$Source of number or code$$,
12807 FALSE, FALSE, FALSE);
12808 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12809                                  repeatable, mandatory, hidden)
12810 VALUES (1, 'authority', '024', '6', $$Linkage$$,
12811 FALSE, FALSE, FALSE);
12812 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12813                                  repeatable, mandatory, hidden)
12814 VALUES (1, 'authority', '024', '8', $$Field link and sequence number$$,
12815 TRUE, FALSE, FALSE);
12816 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12817                               fixed_field, repeatable, mandatory, hidden)
12818 VALUES (1, 'authority', '031', $$Musical Incipits Information$$, $$Coded data representing the musical incipit for music using established notation schemes that employ ordinary ASCII symbols. Used in an established heading record primarily to identify music manuscripts, but can be applied to any material containing music.$$,
12819 FALSE, TRUE, FALSE, FALSE);
12820 INSERT INTO config.record_attr_definition(name, label)
12821 VALUES ('marc21_authority_031_ind_1', 'MARC 21 authority field 031 indicator position 1');
12822 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12823 VALUES ('marc21_authority_031_ind_1', '#', $$Undefined$$, FALSE, TRUE);
12824 INSERT INTO config.record_attr_definition(name, label)
12825 VALUES ('marc21_authority_031_ind_2', 'MARC 21 authority field 031 indicator position 2');
12826 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12827 VALUES ('marc21_authority_031_ind_2', '#', $$Undefined$$, FALSE, TRUE);
12828 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12829                                  repeatable, mandatory, hidden)
12830 VALUES (1, 'authority', '031', 'b', $$Number of movement$$,
12831 FALSE, FALSE, FALSE);
12832 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12833                                  repeatable, mandatory, hidden)
12834 VALUES (1, 'authority', '031', 'c', $$Number of excerpt$$,
12835 FALSE, FALSE, FALSE);
12836 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12837                                  repeatable, mandatory, hidden)
12838 VALUES (1, 'authority', '031', 'd', $$Caption or heading$$,
12839 TRUE, FALSE, FALSE);
12840 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12841                                  repeatable, mandatory, hidden)
12842 VALUES (1, 'authority', '031', 'e', $$Role$$,
12843 FALSE, FALSE, FALSE);
12844 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12845                                  repeatable, mandatory, hidden)
12846 VALUES (1, 'authority', '031', 'g', $$Clef$$,
12847 FALSE, FALSE, FALSE);
12848 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12849                                  repeatable, mandatory, hidden)
12850 VALUES (1, 'authority', '031', 'm', $$Voice/instrument$$,
12851 FALSE, FALSE, FALSE);
12852 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12853                                  repeatable, mandatory, hidden)
12854 VALUES (1, 'authority', '031', 'n', $$Key signature$$,
12855 FALSE, FALSE, FALSE);
12856 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12857                                  repeatable, mandatory, hidden)
12858 VALUES (1, 'authority', '031', 'o', $$Time signature$$,
12859 FALSE, FALSE, FALSE);
12860 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12861                                  repeatable, mandatory, hidden)
12862 VALUES (1, 'authority', '031', 'p', $$Musical notation$$,
12863 FALSE, FALSE, FALSE);
12864 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12865                                  repeatable, mandatory, hidden)
12866 VALUES (1, 'authority', '031', 'q', $$General note$$,
12867 TRUE, FALSE, FALSE);
12868 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12869                                  repeatable, mandatory, hidden)
12870 VALUES (1, 'authority', '031', 'r', $$Key or mode$$,
12871 FALSE, FALSE, FALSE);
12872 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12873                                  repeatable, mandatory, hidden)
12874 VALUES (1, 'authority', '031', 's', $$Coded validity note$$,
12875 TRUE, FALSE, FALSE);
12876 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12877                                  repeatable, mandatory, hidden)
12878 VALUES (1, 'authority', '031', 't', $$Text incipit$$,
12879 TRUE, FALSE, FALSE);
12880 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12881                                  repeatable, mandatory, hidden)
12882 VALUES (1, 'authority', '031', 'u', $$Uniform Resource Identifier$$,
12883 TRUE, FALSE, FALSE);
12884 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12885                                  repeatable, mandatory, hidden)
12886 VALUES (1, 'authority', '031', 'y', $$Link text$$,
12887 TRUE, FALSE, FALSE);
12888 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12889                                  repeatable, mandatory, hidden)
12890 VALUES (1, 'authority', '031', 'z', $$Public note$$,
12891 TRUE, FALSE, FALSE);
12892 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12893                                  repeatable, mandatory, hidden)
12894 VALUES (1, 'authority', '031', '2', $$System code$$,
12895 FALSE, FALSE, FALSE);
12896 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12897                                  repeatable, mandatory, hidden)
12898 VALUES (1, 'authority', '031', '6', $$Linkage$$,
12899 FALSE, FALSE, FALSE);
12900 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12901                                  repeatable, mandatory, hidden)
12902 VALUES (1, 'authority', '031', '8', $$Field link and sequence number$$,
12903 TRUE, FALSE, FALSE);
12904 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12905                               fixed_field, repeatable, mandatory, hidden)
12906 VALUES (1, 'authority', '034', $$Coded Cartographic Mathematical Data$$, $$Coded form of the cartographic mathematical data relevant to the entity described in the authority record. The data that is recorded usually derives from authoritative sources.$$,
12907 FALSE, TRUE, FALSE, FALSE);
12908 INSERT INTO config.record_attr_definition(name, label)
12909 VALUES ('marc21_authority_034_ind_1', 'MARC 21 authority field 034 indicator position 1');
12910 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12911 VALUES ('marc21_authority_034_ind_1', '#', $$Undefined$$, FALSE, TRUE);
12912 INSERT INTO config.record_attr_definition(name, label)
12913 VALUES ('marc21_authority_034_ind_2', 'MARC 21 authority field 034 indicator position 2');
12914 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12915 VALUES ('marc21_authority_034_ind_2', '#', $$Not applicable$$, FALSE, TRUE);
12916 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12917 VALUES ('marc21_authority_034_ind_2', '0', $$Outer ring$$, FALSE, TRUE);
12918 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12919 VALUES ('marc21_authority_034_ind_2', '1', $$Exclusion ring$$, FALSE, TRUE);
12920 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12921                                  repeatable, mandatory, hidden)
12922 VALUES (1, 'authority', '034', 'd', $$Coordinates$$,
12923 TRUE, FALSE, FALSE);
12924 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12925                                  repeatable, mandatory, hidden)
12926 VALUES (1, 'authority', '034', 'e', $$Coordinates$$,
12927 TRUE, FALSE, FALSE);
12928 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12929                                  repeatable, mandatory, hidden)
12930 VALUES (1, 'authority', '034', 'f', $$Coordinates$$,
12931 TRUE, FALSE, FALSE);
12932 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12933                                  repeatable, mandatory, hidden)
12934 VALUES (1, 'authority', '034', 'g', $$Coordinates$$,
12935 TRUE, FALSE, FALSE);
12936 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12937                                  repeatable, mandatory, hidden)
12938 VALUES (1, 'authority', '034', 'j', $$Declination$$,
12939 TRUE, FALSE, FALSE);
12940 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12941                                  repeatable, mandatory, hidden)
12942 VALUES (1, 'authority', '034', 'k', $$Declination$$,
12943 TRUE, FALSE, FALSE);
12944 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12945                                  repeatable, mandatory, hidden)
12946 VALUES (1, 'authority', '034', 'm', $$Right ascension$$,
12947 TRUE, FALSE, FALSE);
12948 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12949                                  repeatable, mandatory, hidden)
12950 VALUES (1, 'authority', '034', 'n', $$Right ascension$$,
12951 TRUE, FALSE, FALSE);
12952 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12953                                  repeatable, mandatory, hidden)
12954 VALUES (1, 'authority', '034', 'p', $$Equinox$$,
12955 FALSE, FALSE, FALSE);
12956 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12957                                  repeatable, mandatory, hidden)
12958 VALUES (1, 'authority', '034', 'r', $$Distance from earth$$,
12959 FALSE, FALSE, FALSE);
12960 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12961                                  repeatable, mandatory, hidden)
12962 VALUES (1, 'authority', '034', 's', $$G-ring latitude$$,
12963 TRUE, FALSE, FALSE);
12964 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12965                                  repeatable, mandatory, hidden)
12966 VALUES (1, 'authority', '034', 't', $$G-ring longitude$$,
12967 TRUE, FALSE, FALSE);
12968 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12969                                  repeatable, mandatory, hidden)
12970 VALUES (1, 'authority', '034', 'x', $$Beginning date$$,
12971 FALSE, FALSE, FALSE);
12972 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12973                                  repeatable, mandatory, hidden)
12974 VALUES (1, 'authority', '034', 'y', $$Ending date$$,
12975 FALSE, FALSE, FALSE);
12976 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12977                                  repeatable, mandatory, hidden)
12978 VALUES (1, 'authority', '034', 'z', $$Name of extraterrestrial body$$,
12979 FALSE, FALSE, FALSE);
12980 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12981                                  repeatable, mandatory, hidden)
12982 VALUES (1, 'authority', '034', '2', $$Source$$,
12983 FALSE, FALSE, FALSE);
12984 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12985                                  repeatable, mandatory, hidden)
12986 VALUES (1, 'authority', '034', '3', $$Materials specified$$,
12987 FALSE, FALSE, FALSE);
12988 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12989                                  repeatable, mandatory, hidden)
12990 VALUES (1, 'authority', '034', '6', $$Linkage$$,
12991 FALSE, FALSE, FALSE);
12992 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12993                                  repeatable, mandatory, hidden)
12994 VALUES (1, 'authority', '034', '8', $$Field link and sequence number$$,
12995 TRUE, FALSE, FALSE);
12996 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12997                               fixed_field, repeatable, mandatory, hidden)
12998 VALUES (1, 'authority', '035', $$System Control Number$$, $$Control number for the record in a system other than the one whose control number is contained in (Control Number), (Library of Congress Control Number), or (National Bibliographic Agency Control Number).$$,
12999 FALSE, TRUE, FALSE, FALSE);
13000 INSERT INTO config.record_attr_definition(name, label)
13001 VALUES ('marc21_authority_035_ind_1', 'MARC 21 authority field 035 indicator position 1');
13002 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13003 VALUES ('marc21_authority_035_ind_1', '#', $$Undefined$$, FALSE, TRUE);
13004 INSERT INTO config.record_attr_definition(name, label)
13005 VALUES ('marc21_authority_035_ind_2', 'MARC 21 authority field 035 indicator position 2');
13006 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13007 VALUES ('marc21_authority_035_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13008 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13009                                  repeatable, mandatory, hidden)
13010 VALUES (1, 'authority', '035', 'a', $$System control number$$,
13011 FALSE, FALSE, FALSE);
13012 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13013                                  repeatable, mandatory, hidden)
13014 VALUES (1, 'authority', '035', 'z', $$Canceled/invalid system control number$$,
13015 TRUE, FALSE, FALSE);
13016 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13017                                  repeatable, mandatory, hidden)
13018 VALUES (1, 'authority', '035', '6', $$Linkage$$,
13019 FALSE, FALSE, FALSE);
13020 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13021                                  repeatable, mandatory, hidden)
13022 VALUES (1, 'authority', '035', '8', $$Field link and sequence number$$,
13023 TRUE, FALSE, FALSE);
13024 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13025                               fixed_field, repeatable, mandatory, hidden)
13026 VALUES (1, 'authority', '040', $$Cataloging Source$$, $$MARC code or the name of the organization(s) that created the original authority record, assigned MARC content designation and transcribed the record into machine-readable form, or modified an existing MARC record. These MARC codes and the code in 008/39 (Cataloging source) specify the parties responsible for content, content designation, and transcription of an the authority record. See: .$$,
13027 FALSE, FALSE, FALSE, FALSE);
13028 INSERT INTO config.record_attr_definition(name, label)
13029 VALUES ('marc21_authority_040_ind_1', 'MARC 21 authority field 040 indicator position 1');
13030 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13031 VALUES ('marc21_authority_040_ind_1', '#', $$Undefined$$, FALSE, TRUE);
13032 INSERT INTO config.record_attr_definition(name, label)
13033 VALUES ('marc21_authority_040_ind_2', 'MARC 21 authority field 040 indicator position 2');
13034 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13035 VALUES ('marc21_authority_040_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13036 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13037                                  repeatable, mandatory, hidden)
13038 VALUES (1, 'authority', '040', 'a', $$Original cataloging agency$$,
13039 FALSE, FALSE, FALSE);
13040 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13041                                  repeatable, mandatory, hidden)
13042 VALUES (1, 'authority', '040', 'b', $$Language of cataloging$$,
13043 FALSE, FALSE, FALSE);
13044 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13045                                  repeatable, mandatory, hidden)
13046 VALUES (1, 'authority', '040', 'c', $$Transcribing agency$$,
13047 FALSE, FALSE, FALSE);
13048 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13049                                  repeatable, mandatory, hidden)
13050 VALUES (1, 'authority', '040', 'd', $$Modifying agency$$,
13051 TRUE, FALSE, FALSE);
13052 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13053                                  repeatable, mandatory, hidden)
13054 VALUES (1, 'authority', '040', 'e', $$Description conventions$$,
13055 TRUE, FALSE, FALSE);
13056 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13057                                  repeatable, mandatory, hidden)
13058 VALUES (1, 'authority', '040', 'f', $$Subject heading/thesaurus conventions$$,
13059 FALSE, FALSE, FALSE);
13060 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13061                                  repeatable, mandatory, hidden)
13062 VALUES (1, 'authority', '040', '6', $$Linkage$$,
13063 FALSE, FALSE, FALSE);
13064 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13065                                  repeatable, mandatory, hidden)
13066 VALUES (1, 'authority', '040', '8', $$Field link and sequence number$$,
13067 TRUE, FALSE, FALSE);
13068 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13069                               fixed_field, repeatable, mandatory, hidden)
13070 VALUES (1, 'authority', '042', $$Authentication Code$$, $$One or more authentication codes indicating that the record, existing in a national database, has been reviewed in a specific way. The codes are associated with specifically designated authentication agencies.$$,
13071 FALSE, FALSE, FALSE, FALSE);
13072 INSERT INTO config.record_attr_definition(name, label)
13073 VALUES ('marc21_authority_042_ind_1', 'MARC 21 authority field 042 indicator position 1');
13074 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13075 VALUES ('marc21_authority_042_ind_1', '#', $$Undefined$$, FALSE, TRUE);
13076 INSERT INTO config.record_attr_definition(name, label)
13077 VALUES ('marc21_authority_042_ind_2', 'MARC 21 authority field 042 indicator position 2');
13078 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13079 VALUES ('marc21_authority_042_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13080 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13081                                  repeatable, mandatory, hidden)
13082 VALUES (1, 'authority', '042', 'a', $$Authentication code$$,
13083 TRUE, FALSE, FALSE);
13084 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13085                               fixed_field, repeatable, mandatory, hidden)
13086 VALUES (1, 'authority', '043', $$Geographic Area Code$$, $$Geographic area codes (GAC) associated with the 1XX heading in an established heading record or a subdivision record. Source of the code in subfield $a is . The source of a local code in subfield $b is indicated in subfield $2. The source of codes in subfield $c is , .$$,
13087 FALSE, FALSE, FALSE, FALSE);
13088 INSERT INTO config.record_attr_definition(name, label)
13089 VALUES ('marc21_authority_043_ind_1', 'MARC 21 authority field 043 indicator position 1');
13090 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13091 VALUES ('marc21_authority_043_ind_1', '#', $$Undefined$$, FALSE, TRUE);
13092 INSERT INTO config.record_attr_definition(name, label)
13093 VALUES ('marc21_authority_043_ind_2', 'MARC 21 authority field 043 indicator position 2');
13094 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13095 VALUES ('marc21_authority_043_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13096 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13097                                  repeatable, mandatory, hidden)
13098 VALUES (1, 'authority', '043', 'a', $$Geographic area code$$,
13099 TRUE, FALSE, FALSE);
13100 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13101                                  repeatable, mandatory, hidden)
13102 VALUES (1, 'authority', '043', 'b', $$Local GAC code$$,
13103 TRUE, FALSE, FALSE);
13104 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13105                                  repeatable, mandatory, hidden)
13106 VALUES (1, 'authority', '043', 'c', $$ISO code$$,
13107 TRUE, FALSE, FALSE);
13108 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13109                                  repeatable, mandatory, hidden)
13110 VALUES (1, 'authority', '043', '2', $$Source of local code$$,
13111 TRUE, FALSE, FALSE);
13112 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13113                                  repeatable, mandatory, hidden)
13114 VALUES (1, 'authority', '043', '6', $$Linkage$$,
13115 FALSE, FALSE, FALSE);
13116 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13117                                  repeatable, mandatory, hidden)
13118 VALUES (1, 'authority', '043', '8', $$Field link and sequence number$$,
13119 TRUE, FALSE, FALSE);
13120 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13121                               fixed_field, repeatable, mandatory, hidden)
13122 VALUES (1, 'authority', '045', $$Time Period of Heading$$, $$Time period code (subfield $a) and/or a formatted time period (subfield $b or $c) associated with a 15X heading in an established heading record or a 18X heading in a subdivision record.$$,
13123 FALSE, FALSE, FALSE, FALSE);
13124 INSERT INTO config.record_attr_definition(name, label)
13125 VALUES ('marc21_authority_045_ind_1', 'MARC 21 authority field 045 indicator position 1');
13126 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13127 VALUES ('marc21_authority_045_ind_1', '#', $$Subfield $b or $c not present$$, FALSE, TRUE);
13128 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13129 VALUES ('marc21_authority_045_ind_1', '0', $$Single date/time$$, FALSE, TRUE);
13130 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13131 VALUES ('marc21_authority_045_ind_1', '1', $$Multiple single dates/times$$, FALSE, TRUE);
13132 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13133 VALUES ('marc21_authority_045_ind_1', '2', $$Range of dates/times$$, FALSE, TRUE);
13134 INSERT INTO config.record_attr_definition(name, label)
13135 VALUES ('marc21_authority_045_ind_2', 'MARC 21 authority field 045 indicator position 2');
13136 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13137 VALUES ('marc21_authority_045_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13138 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13139                                  repeatable, mandatory, hidden)
13140 VALUES (1, 'authority', '045', 'a', $$Time period code$$,
13141 TRUE, FALSE, FALSE);
13142 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13143                                  repeatable, mandatory, hidden)
13144 VALUES (1, 'authority', '045', 'b', $$Formatted 9999 B.C. through C.E. time period$$,
13145 TRUE, FALSE, FALSE);
13146 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13147                                  repeatable, mandatory, hidden)
13148 VALUES (1, 'authority', '045', 'c', $$Formatted pre-9999 B.C. time period$$,
13149 TRUE, FALSE, FALSE);
13150 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13151                                  repeatable, mandatory, hidden)
13152 VALUES (1, 'authority', '045', '6', $$Linkage$$,
13153 FALSE, FALSE, FALSE);
13154 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13155                                  repeatable, mandatory, hidden)
13156 VALUES (1, 'authority', '045', '8', $$Field link and sequence number$$,
13157 TRUE, FALSE, FALSE);
13158 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13159                               fixed_field, repeatable, mandatory, hidden)
13160 VALUES (1, 'authority', '046', $$Special Coded Dates$$, $$Dates that are associated with the entity described in the record. These include:$$,
13161 FALSE, TRUE, FALSE, FALSE);
13162 INSERT INTO config.record_attr_definition(name, label)
13163 VALUES ('marc21_authority_046_ind_1', 'MARC 21 authority field 046 indicator position 1');
13164 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13165 VALUES ('marc21_authority_046_ind_1', '#', $$Undefined$$, FALSE, TRUE);
13166 INSERT INTO config.record_attr_definition(name, label)
13167 VALUES ('marc21_authority_046_ind_2', 'MARC 21 authority field 046 indicator position 2');
13168 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13169 VALUES ('marc21_authority_046_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13170 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13171                                  repeatable, mandatory, hidden)
13172 VALUES (1, 'authority', '046', 'f', $$Birth date$$,
13173 FALSE, FALSE, FALSE);
13174 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13175                                  repeatable, mandatory, hidden)
13176 VALUES (1, 'authority', '046', 'g', $$Death date$$,
13177 FALSE, FALSE, FALSE);
13178 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13179                                  repeatable, mandatory, hidden)
13180 VALUES (1, 'authority', '046', 'k', $$Beginning or single date created$$,
13181 FALSE, FALSE, FALSE);
13182 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13183                                  repeatable, mandatory, hidden)
13184 VALUES (1, 'authority', '046', 'l', $$Ending date created$$,
13185 FALSE, FALSE, FALSE);
13186 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13187                                  repeatable, mandatory, hidden)
13188 VALUES (1, 'authority', '046', 's', $$Start period$$,
13189 FALSE, FALSE, FALSE);
13190 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13191                                  repeatable, mandatory, hidden)
13192 VALUES (1, 'authority', '046', 't', $$End period$$,
13193 FALSE, FALSE, FALSE);
13194 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13195                                  repeatable, mandatory, hidden)
13196 VALUES (1, 'authority', '046', 'u', $$Uniform Resource Identifier$$,
13197 TRUE, FALSE, FALSE);
13198 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13199                                  repeatable, mandatory, hidden)
13200 VALUES (1, 'authority', '046', 'v', $$Source of information$$,
13201 TRUE, FALSE, FALSE);
13202 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13203                                  repeatable, mandatory, hidden)
13204 VALUES (1, 'authority', '046', '2', $$Source of date scheme$$,
13205 FALSE, FALSE, FALSE);
13206 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13207                                  repeatable, mandatory, hidden)
13208 VALUES (1, 'authority', '046', '6', $$Linkage$$,
13209 FALSE, FALSE, FALSE);
13210 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13211                                  repeatable, mandatory, hidden)
13212 VALUES (1, 'authority', '046', '8', $$Field link and sequence number$$,
13213 TRUE, FALSE, FALSE);
13214 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13215                               fixed_field, repeatable, mandatory, hidden)
13216 VALUES (1, 'authority', '050', $$Library of Congress Call Number$$, $$Call/and or class number for a series when all or part of the series is classified as a collected set or with the main series (646, Series Classification Practice, subfield $a, code c or m). The classification number is taken from the and/or the that are maintained by the Library of Congress.$$,
13217 FALSE, TRUE, FALSE, FALSE);
13218 INSERT INTO config.record_attr_definition(name, label)
13219 VALUES ('marc21_authority_050_ind_1', 'MARC 21 authority field 050 indicator position 1');
13220 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13221 VALUES ('marc21_authority_050_ind_1', '#', $$Undefined$$, FALSE, TRUE);
13222 INSERT INTO config.record_attr_definition(name, label)
13223 VALUES ('marc21_authority_050_ind_2', 'MARC 21 authority field 050 indicator position 2');
13224 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13225 VALUES ('marc21_authority_050_ind_2', '0', $$Assigned by LC$$, FALSE, TRUE);
13226 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13227 VALUES ('marc21_authority_050_ind_2', '4', $$Assigned by agency other than LC$$, FALSE, TRUE);
13228 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13229                                  repeatable, mandatory, hidden)
13230 VALUES (1, 'authority', '050', 'a', $$Classification number$$,
13231 FALSE, FALSE, FALSE);
13232 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13233                                  repeatable, mandatory, hidden)
13234 VALUES (1, 'authority', '050', 'b', $$Item number$$,
13235 FALSE, FALSE, FALSE);
13236 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13237                                  repeatable, mandatory, hidden)
13238 VALUES (1, 'authority', '050', 'd', $$Volumes/dates to which call number applies$$,
13239 FALSE, FALSE, FALSE);
13240 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13241                                  repeatable, mandatory, hidden)
13242 VALUES (1, 'authority', '050', '5', $$Institution to which field applies$$,
13243 TRUE, FALSE, FALSE);
13244 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13245                                  repeatable, mandatory, hidden)
13246 VALUES (1, 'authority', '050', '6', $$Linkage$$,
13247 FALSE, FALSE, FALSE);
13248 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13249                                  repeatable, mandatory, hidden)
13250 VALUES (1, 'authority', '050', '8', $$Field link and sequence number$$,
13251 TRUE, FALSE, FALSE);
13252 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13253                               fixed_field, repeatable, mandatory, hidden)
13254 VALUES (1, 'authority', '052', $$Geographic Classification$$, $$Classification code for a geographic area associated with the 151 field in an established heading record or 181 field in a subdivision record for a geographic name.$$,
13255 FALSE, TRUE, FALSE, FALSE);
13256 INSERT INTO config.record_attr_definition(name, label)
13257 VALUES ('marc21_authority_052_ind_1', 'MARC 21 authority field 052 indicator position 1');
13258 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13259 VALUES ('marc21_authority_052_ind_1', '#', $$Library of Congress Classification$$, FALSE, TRUE);
13260 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13261 VALUES ('marc21_authority_052_ind_1', '1', $$U.S. Dept. of Defense Classification$$, FALSE, TRUE);
13262 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13263 VALUES ('marc21_authority_052_ind_1', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
13264 INSERT INTO config.record_attr_definition(name, label)
13265 VALUES ('marc21_authority_052_ind_2', 'MARC 21 authority field 052 indicator position 2');
13266 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13267 VALUES ('marc21_authority_052_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13268 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13269                                  repeatable, mandatory, hidden)
13270 VALUES (1, 'authority', '052', 'a', $$Geographic classification area code$$,
13271 FALSE, FALSE, FALSE);
13272 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13273                                  repeatable, mandatory, hidden)
13274 VALUES (1, 'authority', '052', 'b', $$Geographic classification subarea code$$,
13275 TRUE, FALSE, FALSE);
13276 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13277                                  repeatable, mandatory, hidden)
13278 VALUES (1, 'authority', '052', 'd', $$Populated place name$$,
13279 TRUE, FALSE, FALSE);
13280 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13281                                  repeatable, mandatory, hidden)
13282 VALUES (1, 'authority', '052', '2', $$Code source$$,
13283 FALSE, FALSE, FALSE);
13284 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13285                                  repeatable, mandatory, hidden)
13286 VALUES (1, 'authority', '052', '6', $$Linkage$$,
13287 FALSE, FALSE, FALSE);
13288 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13289                                  repeatable, mandatory, hidden)
13290 VALUES (1, 'authority', '052', '8', $$Field link and sequence number$$,
13291 TRUE, FALSE, FALSE);
13292 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13293                               fixed_field, repeatable, mandatory, hidden)
13294 VALUES (1, 'authority', '053', $$LC Classification Number$$, $$Single LC classification number or a number span associated with a 1XX heading in an established heading record or a subdivision record. Source of the classification number is and/or the that are maintained by the Library of Congress. The hyphen (-) between the two class numbers in a range of numbers may be generated based on the presence of both subfields $a and $b.$$,
13295 FALSE, TRUE, FALSE, FALSE);
13296 INSERT INTO config.record_attr_definition(name, label)
13297 VALUES ('marc21_authority_053_ind_1', 'MARC 21 authority field 053 indicator position 1');
13298 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13299 VALUES ('marc21_authority_053_ind_1', '#', $$Undefined$$, FALSE, TRUE);
13300 INSERT INTO config.record_attr_definition(name, label)
13301 VALUES ('marc21_authority_053_ind_2', 'MARC 21 authority field 053 indicator position 2');
13302 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13303 VALUES ('marc21_authority_053_ind_2', '0', $$Assigned by LC$$, FALSE, TRUE);
13304 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13305 VALUES ('marc21_authority_053_ind_2', '4', $$Assigned by agency other than LC$$, FALSE, TRUE);
13306 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13307                                  repeatable, mandatory, hidden)
13308 VALUES (1, 'authority', '053', 'a', $$Classification number element-single number or beginning number of span$$,
13309 FALSE, FALSE, FALSE);
13310 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13311                                  repeatable, mandatory, hidden)
13312 VALUES (1, 'authority', '053', 'b', $$Classification number element-ending number of span$$,
13313 FALSE, FALSE, FALSE);
13314 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13315                                  repeatable, mandatory, hidden)
13316 VALUES (1, 'authority', '053', 'c', $$Explanatory term$$,
13317 FALSE, FALSE, FALSE);
13318 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13319                                  repeatable, mandatory, hidden)
13320 VALUES (1, 'authority', '053', '5', $$Institution to which field applies$$,
13321 TRUE, FALSE, FALSE);
13322 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13323                                  repeatable, mandatory, hidden)
13324 VALUES (1, 'authority', '053', '6', $$Linkage$$,
13325 FALSE, FALSE, FALSE);
13326 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13327                                  repeatable, mandatory, hidden)
13328 VALUES (1, 'authority', '053', '8', $$Field link and sequence number$$,
13329 TRUE, FALSE, FALSE);
13330 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13331                               fixed_field, repeatable, mandatory, hidden)
13332 VALUES (1, 'authority', '055', $$Library and Archives Canada Call Number$$, $$Call number for a series assigned in Canada if the institution has classified all of part of the series as a collected set.$$,
13333 FALSE, TRUE, FALSE, FALSE);
13334 INSERT INTO config.record_attr_definition(name, label)
13335 VALUES ('marc21_authority_055_ind_1', 'MARC 21 authority field 055 indicator position 1');
13336 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13337 VALUES ('marc21_authority_055_ind_1', '#', $$Undefined$$, FALSE, TRUE);
13338 INSERT INTO config.record_attr_definition(name, label)
13339 VALUES ('marc21_authority_055_ind_2', 'MARC 21 authority field 055 indicator position 2');
13340 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13341 VALUES ('marc21_authority_055_ind_2', '0', $$Assigned by LAC$$, FALSE, TRUE);
13342 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13343 VALUES ('marc21_authority_055_ind_2', '4', $$Assigned by agency other than LAC$$, FALSE, TRUE);
13344 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13345                                  repeatable, mandatory, hidden)
13346 VALUES (1, 'authority', '055', 'a', $$Classification number$$,
13347 FALSE, FALSE, FALSE);
13348 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13349                                  repeatable, mandatory, hidden)
13350 VALUES (1, 'authority', '055', 'b', $$Item number$$,
13351 FALSE, FALSE, FALSE);
13352 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13353                                  repeatable, mandatory, hidden)
13354 VALUES (1, 'authority', '055', 'd', $$Volumes/dates to which call number applies$$,
13355 FALSE, FALSE, FALSE);
13356 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13357                                  repeatable, mandatory, hidden)
13358 VALUES (1, 'authority', '055', '5', $$Institution to which field applies$$,
13359 TRUE, FALSE, FALSE);
13360 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13361                                  repeatable, mandatory, hidden)
13362 VALUES (1, 'authority', '055', '6', $$Linkage$$,
13363 FALSE, FALSE, FALSE);
13364 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13365                                  repeatable, mandatory, hidden)
13366 VALUES (1, 'authority', '055', '8', $$Field link and sequence number$$,
13367 TRUE, FALSE, FALSE);
13368 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13369                               fixed_field, repeatable, mandatory, hidden)
13370 VALUES (1, 'authority', '060', $$National Library of Medicine Call Number$$, $$National Library of Medicine (NLM) call number for a series when all or part of the series is classified as a collected set or with the main series (646, Series Classification Practice, subfield $a, code c or m).$$,
13371 FALSE, TRUE, FALSE, FALSE);
13372 INSERT INTO config.record_attr_definition(name, label)
13373 VALUES ('marc21_authority_060_ind_1', 'MARC 21 authority field 060 indicator position 1');
13374 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13375 VALUES ('marc21_authority_060_ind_1', '#', $$Undefined$$, FALSE, TRUE);
13376 INSERT INTO config.record_attr_definition(name, label)
13377 VALUES ('marc21_authority_060_ind_2', 'MARC 21 authority field 060 indicator position 2');
13378 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13379 VALUES ('marc21_authority_060_ind_2', '0', $$Assigned by NLM$$, FALSE, TRUE);
13380 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13381 VALUES ('marc21_authority_060_ind_2', '4', $$Assigned by agency other than NLM$$, FALSE, TRUE);
13382 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13383                                  repeatable, mandatory, hidden)
13384 VALUES (1, 'authority', '060', 'a', $$Classification number$$,
13385 FALSE, FALSE, FALSE);
13386 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13387                                  repeatable, mandatory, hidden)
13388 VALUES (1, 'authority', '060', 'b', $$Item number$$,
13389 FALSE, FALSE, FALSE);
13390 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13391                                  repeatable, mandatory, hidden)
13392 VALUES (1, 'authority', '060', 'd', $$Volumes/dates to which call number applies$$,
13393 FALSE, FALSE, FALSE);
13394 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13395                                  repeatable, mandatory, hidden)
13396 VALUES (1, 'authority', '060', '5', $$Institution to which field applies$$,
13397 TRUE, FALSE, FALSE);
13398 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13399                                  repeatable, mandatory, hidden)
13400 VALUES (1, 'authority', '060', '6', $$Linkage$$,
13401 FALSE, FALSE, FALSE);
13402 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13403                                  repeatable, mandatory, hidden)
13404 VALUES (1, 'authority', '060', '8', $$Field link and sequence number$$,
13405 TRUE, FALSE, FALSE);
13406 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13407                               fixed_field, repeatable, mandatory, hidden)
13408 VALUES (1, 'authority', '065', $$Other Classification Number$$, $$Single classification number, number stem, or a number span associated with a 1XX heading in an established heading record or subdivision record. It is used for all classification schemes except those already accommodated in other fields of this type in the format: 053 (LC Classification Number), 083 (Dewey Decimal Classification number), and 087 (Government Document Classification Number). The classification number(s) may be qualified by explanatory information when the heading is represented in more than one place in the same classification scheme. Each classification number or number span associated with a heading is contained in separate field 065.$$,
13409 FALSE, TRUE, FALSE, FALSE);
13410 INSERT INTO config.record_attr_definition(name, label)
13411 VALUES ('marc21_authority_065_ind_1', 'MARC 21 authority field 065 indicator position 1');
13412 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13413 VALUES ('marc21_authority_065_ind_1', '#', $$Undefined$$, FALSE, TRUE);
13414 INSERT INTO config.record_attr_definition(name, label)
13415 VALUES ('marc21_authority_065_ind_2', 'MARC 21 authority field 065 indicator position 2');
13416 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13417 VALUES ('marc21_authority_065_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13418 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13419                                  repeatable, mandatory, hidden)
13420 VALUES (1, 'authority', '065', 'a', $$Classification number element-single number or beginning of span$$,
13421 FALSE, FALSE, FALSE);
13422 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13423                                  repeatable, mandatory, hidden)
13424 VALUES (1, 'authority', '065', 'b', $$Classification number element-ending number of span$$,
13425 FALSE, FALSE, FALSE);
13426 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13427                                  repeatable, mandatory, hidden)
13428 VALUES (1, 'authority', '065', 'c', $$Explanatory term$$,
13429 FALSE, FALSE, FALSE);
13430 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13431                                  repeatable, mandatory, hidden)
13432 VALUES (1, 'authority', '065', '2', $$Number source$$,
13433 FALSE, FALSE, FALSE);
13434 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13435                                  repeatable, mandatory, hidden)
13436 VALUES (1, 'authority', '065', '5', $$Institution to which field applies$$,
13437 TRUE, FALSE, FALSE);
13438 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13439                                  repeatable, mandatory, hidden)
13440 VALUES (1, 'authority', '065', '6', $$Linkage$$,
13441 FALSE, FALSE, FALSE);
13442 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13443                                  repeatable, mandatory, hidden)
13444 VALUES (1, 'authority', '065', '8', $$Field link and sequence number$$,
13445 TRUE, FALSE, FALSE);
13446 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13447                               fixed_field, repeatable, mandatory, hidden)
13448 VALUES (1, 'authority', '066', $$Character Sets Present$$, $$Used in records encoded with characters from sets other than ISO 10646 (or ) to specify the character sets for data content that are present in the record. The field alerts users that special processing may be required. A detailed description of the standard escape sequences used in MARC records is provided in$$,
13449 FALSE, FALSE, FALSE, FALSE);
13450 INSERT INTO config.record_attr_definition(name, label)
13451 VALUES ('marc21_authority_066_ind_1', 'MARC 21 authority field 066 indicator position 1');
13452 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13453 VALUES ('marc21_authority_066_ind_1', '#', $$Undefined$$, FALSE, TRUE);
13454 INSERT INTO config.record_attr_definition(name, label)
13455 VALUES ('marc21_authority_066_ind_2', 'MARC 21 authority field 066 indicator position 2');
13456 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13457 VALUES ('marc21_authority_066_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13458 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13459                                  repeatable, mandatory, hidden)
13460 VALUES (1, 'authority', '066', 'a', $$Primary G0 character set$$,
13461 FALSE, FALSE, FALSE);
13462 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13463                                  repeatable, mandatory, hidden)
13464 VALUES (1, 'authority', '066', 'b', $$Primary G1 character set$$,
13465 FALSE, FALSE, FALSE);
13466 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13467                                  repeatable, mandatory, hidden)
13468 VALUES (1, 'authority', '066', 'c', $$Alternate G0 or G1 character set$$,
13469 TRUE, FALSE, FALSE);
13470 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13471                               fixed_field, repeatable, mandatory, hidden)
13472 VALUES (1, 'authority', '070', $$National Agricultural Library Call Number$$, $$Call number assigned by the National Agricultural Library (NAL) to a series when all or part of the series is classified as a collected set or with the main series (646, Series Classification Practice, subfield $a, code c or m).$$,
13473 FALSE, TRUE, FALSE, FALSE);
13474 INSERT INTO config.record_attr_definition(name, label)
13475 VALUES ('marc21_authority_070_ind_1', 'MARC 21 authority field 070 indicator position 1');
13476 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13477 VALUES ('marc21_authority_070_ind_1', '#', $$Undefined$$, FALSE, TRUE);
13478 INSERT INTO config.record_attr_definition(name, label)
13479 VALUES ('marc21_authority_070_ind_2', 'MARC 21 authority field 070 indicator position 2');
13480 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13481 VALUES ('marc21_authority_070_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13482 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13483                                  repeatable, mandatory, hidden)
13484 VALUES (1, 'authority', '070', 'a', $$Classification number$$,
13485 FALSE, FALSE, FALSE);
13486 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13487                                  repeatable, mandatory, hidden)
13488 VALUES (1, 'authority', '070', 'b', $$Item number$$,
13489 FALSE, FALSE, FALSE);
13490 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13491                                  repeatable, mandatory, hidden)
13492 VALUES (1, 'authority', '070', 'd', $$Volumes/dates to which call number applies$$,
13493 FALSE, FALSE, FALSE);
13494 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13495                                  repeatable, mandatory, hidden)
13496 VALUES (1, 'authority', '070', '6', $$Linkage$$,
13497 FALSE, FALSE, FALSE);
13498 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13499                                  repeatable, mandatory, hidden)
13500 VALUES (1, 'authority', '070', '8', $$Field link and sequence number$$,
13501 TRUE, FALSE, FALSE);
13502 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13503                               fixed_field, repeatable, mandatory, hidden)
13504 VALUES (1, 'authority', '072', $$Subject Category Code$$, $$Code for the subject category that is associated with the 1XX field in an established heading record or a node label record.$$,
13505 FALSE, TRUE, FALSE, FALSE);
13506 INSERT INTO config.record_attr_definition(name, label)
13507 VALUES ('marc21_authority_072_ind_1', 'MARC 21 authority field 072 indicator position 1');
13508 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13509 VALUES ('marc21_authority_072_ind_1', '#', $$Undefined$$, FALSE, TRUE);
13510 INSERT INTO config.record_attr_definition(name, label)
13511 VALUES ('marc21_authority_072_ind_2', 'MARC 21 authority field 072 indicator position 2');
13512 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13513 VALUES ('marc21_authority_072_ind_2', '#', $$No information provided$$, FALSE, TRUE);
13514 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13515 VALUES ('marc21_authority_072_ind_2', '0', $$NAL subject category code list$$, FALSE, TRUE);
13516 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13517 VALUES ('marc21_authority_072_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
13518 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13519                                  repeatable, mandatory, hidden)
13520 VALUES (1, 'authority', '072', 'a', $$Subject category code$$,
13521 FALSE, FALSE, FALSE);
13522 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13523                                  repeatable, mandatory, hidden)
13524 VALUES (1, 'authority', '072', 'x', $$Subject category code subdivision$$,
13525 TRUE, FALSE, FALSE);
13526 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13527                                  repeatable, mandatory, hidden)
13528 VALUES (1, 'authority', '072', '2', $$Code source$$,
13529 FALSE, FALSE, FALSE);
13530 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13531                                  repeatable, mandatory, hidden)
13532 VALUES (1, 'authority', '072', '6', $$Linkage$$,
13533 FALSE, FALSE, FALSE);
13534 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13535                                  repeatable, mandatory, hidden)
13536 VALUES (1, 'authority', '072', '8', $$Field link and sequence number$$,
13537 TRUE, FALSE, FALSE);
13538 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13539                               fixed_field, repeatable, mandatory, hidden)
13540 VALUES (1, 'authority', '073', $$Subdivision Usage$$, $$Code specifying the topical term or geographic name with which the 1XX heading in a subdivision record may be used in a particular thesaurus.$$,
13541 FALSE, FALSE, FALSE, FALSE);
13542 INSERT INTO config.record_attr_definition(name, label)
13543 VALUES ('marc21_authority_073_ind_1', 'MARC 21 authority field 073 indicator position 1');
13544 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13545 VALUES ('marc21_authority_073_ind_1', '#', $$Undefined$$, FALSE, TRUE);
13546 INSERT INTO config.record_attr_definition(name, label)
13547 VALUES ('marc21_authority_073_ind_2', 'MARC 21 authority field 073 indicator position 2');
13548 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13549 VALUES ('marc21_authority_073_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13550 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13551                                  repeatable, mandatory, hidden)
13552 VALUES (1, 'authority', '073', 'a', $$Subdivision usage$$,
13553 TRUE, FALSE, FALSE);
13554 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13555                                  repeatable, mandatory, hidden)
13556 VALUES (1, 'authority', '073', 'z', $$Code source$$,
13557 FALSE, FALSE, FALSE);
13558 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13559                                  repeatable, mandatory, hidden)
13560 VALUES (1, 'authority', '073', '6', $$Linkage$$,
13561 FALSE, FALSE, FALSE);
13562 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13563                                  repeatable, mandatory, hidden)
13564 VALUES (1, 'authority', '073', '8', $$Field link and sequence number$$,
13565 TRUE, FALSE, FALSE);
13566 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13567                               fixed_field, repeatable, mandatory, hidden)
13568 VALUES (1, 'authority', '080', $$Universal Decimal Classification Number$$, $$Classification number associated with a 1XX heading in an established heading record. Number is taken from the Universal Decimal Classification scheme.$$,
13569 FALSE, TRUE, FALSE, FALSE);
13570 INSERT INTO config.record_attr_definition(name, label)
13571 VALUES ('marc21_authority_080_ind_1', 'MARC 21 authority field 080 indicator position 1');
13572 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13573 VALUES ('marc21_authority_080_ind_1', '#', $$No information provided$$, FALSE, TRUE);
13574 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13575 VALUES ('marc21_authority_080_ind_1', '0', $$Full$$, FALSE, TRUE);
13576 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13577 VALUES ('marc21_authority_080_ind_1', '1', $$Abridged$$, FALSE, TRUE);
13578 INSERT INTO config.record_attr_definition(name, label)
13579 VALUES ('marc21_authority_080_ind_2', 'MARC 21 authority field 080 indicator position 2');
13580 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13581 VALUES ('marc21_authority_080_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13582 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13583                                  repeatable, mandatory, hidden)
13584 VALUES (1, 'authority', '080', 'a', $$Universal Decimal Classification number$$,
13585 FALSE, FALSE, FALSE);
13586 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13587                                  repeatable, mandatory, hidden)
13588 VALUES (1, 'authority', '080', 'b', $$Item number$$,
13589 FALSE, FALSE, FALSE);
13590 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13591                                  repeatable, mandatory, hidden)
13592 VALUES (1, 'authority', '080', 'x', $$Common auxiliary subdivision$$,
13593 TRUE, FALSE, FALSE);
13594 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13595                                  repeatable, mandatory, hidden)
13596 VALUES (1, 'authority', '080', '2', $$Edition identifier$$,
13597 FALSE, FALSE, FALSE);
13598 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13599                                  repeatable, mandatory, hidden)
13600 VALUES (1, 'authority', '080', '6', $$Linkage$$,
13601 FALSE, FALSE, FALSE);
13602 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13603                                  repeatable, mandatory, hidden)
13604 VALUES (1, 'authority', '080', '8', $$Field link and sequence number$$,
13605 TRUE, FALSE, FALSE);
13606 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13607                               fixed_field, repeatable, mandatory, hidden)
13608 VALUES (1, 'authority', '082', $$Dewey Decimal Call Number$$, $$Call number for a series when all or part of the series is classified as a collected set or with the main series (646, Series Classification Practice, subfield $a, code c or m). Source of the classification number is the the the and electronic updates to either edition. Through 1997, updates were issued in the$$,
13609 FALSE, TRUE, FALSE, FALSE);
13610 INSERT INTO config.record_attr_definition(name, label)
13611 VALUES ('marc21_authority_082_ind_1', 'MARC 21 authority field 082 indicator position 1');
13612 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13613 VALUES ('marc21_authority_082_ind_1', '0', $$Full$$, FALSE, TRUE);
13614 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13615 VALUES ('marc21_authority_082_ind_1', '1', $$Abridged$$, FALSE, TRUE);
13616 INSERT INTO config.record_attr_definition(name, label)
13617 VALUES ('marc21_authority_082_ind_2', 'MARC 21 authority field 082 indicator position 2');
13618 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13619 VALUES ('marc21_authority_082_ind_2', '#', $$No information provided$$, FALSE, TRUE);
13620 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13621 VALUES ('marc21_authority_082_ind_2', '0', $$Assigned by LC$$, FALSE, TRUE);
13622 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13623 VALUES ('marc21_authority_082_ind_2', '4', $$Assigned by agency other than LC$$, FALSE, TRUE);
13624 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13625                                  repeatable, mandatory, hidden)
13626 VALUES (1, 'authority', '082', 'a', $$Classification number$$,
13627 FALSE, FALSE, FALSE);
13628 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13629                                  repeatable, mandatory, hidden)
13630 VALUES (1, 'authority', '082', 'b', $$Item number$$,
13631 FALSE, FALSE, FALSE);
13632 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13633                                  repeatable, mandatory, hidden)
13634 VALUES (1, 'authority', '082', 'd', $$Volumes/dates to which call number applies$$,
13635 FALSE, FALSE, FALSE);
13636 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13637                                  repeatable, mandatory, hidden)
13638 VALUES (1, 'authority', '082', '2', $$Edition number$$,
13639 FALSE, FALSE, FALSE);
13640 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13641                                  repeatable, mandatory, hidden)
13642 VALUES (1, 'authority', '082', '5', $$Institution to which field applies$$,
13643 TRUE, FALSE, FALSE);
13644 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13645                                  repeatable, mandatory, hidden)
13646 VALUES (1, 'authority', '082', '6', $$Linkage$$,
13647 FALSE, FALSE, FALSE);
13648 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13649                                  repeatable, mandatory, hidden)
13650 VALUES (1, 'authority', '082', '8', $$Field link and sequence number$$,
13651 TRUE, FALSE, FALSE);
13652 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13653                               fixed_field, repeatable, mandatory, hidden)
13654 VALUES (1, 'authority', '083', $$Dewey Decimal Classification Number$$, $$Single Dewey classification number or a a number span associated with a 1XX heading in an established heading record or a subdivision record. Source of the classification number is the the and electronic updates to either edition. Through 1997, updates were issued in the .$$,
13655 FALSE, TRUE, FALSE, FALSE);
13656 INSERT INTO config.record_attr_definition(name, label)
13657 VALUES ('marc21_authority_083_ind_1', 'MARC 21 authority field 083 indicator position 1');
13658 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13659 VALUES ('marc21_authority_083_ind_1', '0', $$Full$$, FALSE, TRUE);
13660 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13661 VALUES ('marc21_authority_083_ind_1', '1', $$Abridged$$, FALSE, TRUE);
13662 INSERT INTO config.record_attr_definition(name, label)
13663 VALUES ('marc21_authority_083_ind_2', 'MARC 21 authority field 083 indicator position 2');
13664 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13665 VALUES ('marc21_authority_083_ind_2', '0', $$Assigned by LC$$, FALSE, TRUE);
13666 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13667 VALUES ('marc21_authority_083_ind_2', '4', $$Assigned by agency other than LC$$, FALSE, TRUE);
13668 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13669                                  repeatable, mandatory, hidden)
13670 VALUES (1, 'authority', '083', 'a', $$Classification number element-single number or beginning number of span$$,
13671 FALSE, FALSE, FALSE);
13672 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13673                                  repeatable, mandatory, hidden)
13674 VALUES (1, 'authority', '083', 'b', $$Classification number element-ending number of span$$,
13675 FALSE, FALSE, FALSE);
13676 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13677                                  repeatable, mandatory, hidden)
13678 VALUES (1, 'authority', '083', 'c', $$Explanatory term$$,
13679 FALSE, FALSE, FALSE);
13680 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13681                                  repeatable, mandatory, hidden)
13682 VALUES (1, 'authority', '083', 'y', $$Table sequence number for internal subarrangement or add table$$,
13683 TRUE, FALSE, FALSE);
13684 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13685                                  repeatable, mandatory, hidden)
13686 VALUES (1, 'authority', '083', 'z', $$Table identification-table number$$,
13687 FALSE, FALSE, FALSE);
13688 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13689                                  repeatable, mandatory, hidden)
13690 VALUES (1, 'authority', '083', '2', $$Edition number$$,
13691 FALSE, FALSE, FALSE);
13692 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13693                                  repeatable, mandatory, hidden)
13694 VALUES (1, 'authority', '083', '5', $$Institution to which field applies$$,
13695 TRUE, FALSE, FALSE);
13696 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13697                                  repeatable, mandatory, hidden)
13698 VALUES (1, 'authority', '083', '6', $$Linkage$$,
13699 FALSE, FALSE, FALSE);
13700 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13701                                  repeatable, mandatory, hidden)
13702 VALUES (1, 'authority', '083', '8', $$Field link and sequence number$$,
13703 TRUE, FALSE, FALSE);
13704 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13705                               fixed_field, repeatable, mandatory, hidden)
13706 VALUES (1, 'authority', '086', $$Government Document Call Number$$, $$Government document call number for a series when all or part of the series is classified as a collected set or with a main series (646, Series Classification Practice, subfield $a, code c or m). The organization assigning the number may be identified in subfield $5.$$,
13707 FALSE, TRUE, FALSE, FALSE);
13708 INSERT INTO config.record_attr_definition(name, label)
13709 VALUES ('marc21_authority_086_ind_1', 'MARC 21 authority field 086 indicator position 1');
13710 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13711 VALUES ('marc21_authority_086_ind_1', '#', $$Source specified in subfield $2$$, FALSE, TRUE);
13712 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13713 VALUES ('marc21_authority_086_ind_1', '0', $$Superintendent of Documents Classification System$$, FALSE, TRUE);
13714 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13715 VALUES ('marc21_authority_086_ind_1', '1', $$Government of Canada Publications: Outline of Classification$$, FALSE, TRUE);
13716 INSERT INTO config.record_attr_definition(name, label)
13717 VALUES ('marc21_authority_086_ind_2', 'MARC 21 authority field 086 indicator position 2');
13718 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13719 VALUES ('marc21_authority_086_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13720 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13721                                  repeatable, mandatory, hidden)
13722 VALUES (1, 'authority', '086', 'a', $$Call number$$,
13723 FALSE, FALSE, FALSE);
13724 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13725                                  repeatable, mandatory, hidden)
13726 VALUES (1, 'authority', '086', 'd', $$Volumes/dates to which call number applies$$,
13727 FALSE, FALSE, FALSE);
13728 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13729                                  repeatable, mandatory, hidden)
13730 VALUES (1, 'authority', '086', 'z', $$Canceled/invalid call number$$,
13731 TRUE, FALSE, FALSE);
13732 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13733                                  repeatable, mandatory, hidden)
13734 VALUES (1, 'authority', '086', '2', $$Number source$$,
13735 FALSE, FALSE, FALSE);
13736 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13737                                  repeatable, mandatory, hidden)
13738 VALUES (1, 'authority', '086', '5', $$Institution to which field applies$$,
13739 TRUE, FALSE, FALSE);
13740 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13741                                  repeatable, mandatory, hidden)
13742 VALUES (1, 'authority', '086', '6', $$Linkage$$,
13743 FALSE, FALSE, FALSE);
13744 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13745                                  repeatable, mandatory, hidden)
13746 VALUES (1, 'authority', '086', '8', $$Field link and sequence number$$,
13747 TRUE, FALSE, FALSE);
13748 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13749                               fixed_field, repeatable, mandatory, hidden)
13750 VALUES (1, 'authority', '087', $$Government Document Classification Number$$, $$Single government document classification number, number stem, or a number span associated with a 1XX heading in an established heading record. The classification number(s) may be qualified by explanatory information when the heading is represented by more than one number in the same classification scheme.$$,
13751 FALSE, TRUE, FALSE, FALSE);
13752 INSERT INTO config.record_attr_definition(name, label)
13753 VALUES ('marc21_authority_087_ind_1', 'MARC 21 authority field 087 indicator position 1');
13754 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13755 VALUES ('marc21_authority_087_ind_1', '#', $$Source specified in subfield $2$$, FALSE, TRUE);
13756 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13757 VALUES ('marc21_authority_087_ind_1', '0', $$Superintendent of Documents Classification System$$, FALSE, TRUE);
13758 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13759 VALUES ('marc21_authority_087_ind_1', '1', $$Government of Canada Publications: Outline of Classification$$, FALSE, TRUE);
13760 INSERT INTO config.record_attr_definition(name, label)
13761 VALUES ('marc21_authority_087_ind_2', 'MARC 21 authority field 087 indicator position 2');
13762 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13763 VALUES ('marc21_authority_087_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13764 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13765                                  repeatable, mandatory, hidden)
13766 VALUES (1, 'authority', '087', 'a', $$Classification number element-Single number of beginning number of span$$,
13767 FALSE, FALSE, FALSE);
13768 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13769                                  repeatable, mandatory, hidden)
13770 VALUES (1, 'authority', '087', 'b', $$Classification number element-Ending number of span$$,
13771 FALSE, FALSE, FALSE);
13772 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13773                                  repeatable, mandatory, hidden)
13774 VALUES (1, 'authority', '087', 'c', $$Explanatory information$$,
13775 FALSE, FALSE, FALSE);
13776 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13777                                  repeatable, mandatory, hidden)
13778 VALUES (1, 'authority', '087', '2', $$Number source$$,
13779 FALSE, FALSE, FALSE);
13780 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13781                                  repeatable, mandatory, hidden)
13782 VALUES (1, 'authority', '087', '6', $$Linkage$$,
13783 FALSE, FALSE, FALSE);
13784 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13785                                  repeatable, mandatory, hidden)
13786 VALUES (1, 'authority', '087', '8', $$Field link and sequence number$$,
13787 TRUE, FALSE, FALSE);
13788 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13789                               fixed_field, repeatable, mandatory, hidden)
13790 VALUES (1, 'authority', '100', $$Heading-Personal Name$$, $$Established personal name used in a name, name/title, or extended subject heading established heading records or an unestablished personal name used in these types of headings a traced or an untraced reference record.$$,
13791 FALSE, FALSE, FALSE, FALSE);
13792 INSERT INTO config.record_attr_definition(name, label)
13793 VALUES ('marc21_authority_100_ind_1', 'MARC 21 authority field 100 indicator position 1');
13794 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13795 VALUES ('marc21_authority_100_ind_1', '0', $$Forename$$, FALSE, TRUE);
13796 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13797 VALUES ('marc21_authority_100_ind_1', '1', $$Surname$$, FALSE, TRUE);
13798 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13799 VALUES ('marc21_authority_100_ind_1', '3', $$Family name$$, FALSE, TRUE);
13800 INSERT INTO config.record_attr_definition(name, label)
13801 VALUES ('marc21_authority_100_ind_2', 'MARC 21 authority field 100 indicator position 2');
13802 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13803 VALUES ('marc21_authority_100_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13804 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13805                                  repeatable, mandatory, hidden)
13806 VALUES (1, 'authority', '100', 'a', $$Personal name$$,
13807 FALSE, FALSE, FALSE);
13808 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13809                                  repeatable, mandatory, hidden)
13810 VALUES (1, 'authority', '100', 'b', $$Numeration$$,
13811 FALSE, FALSE, FALSE);
13812 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13813                                  repeatable, mandatory, hidden)
13814 VALUES (1, 'authority', '100', 'c', $$Titles and other words associated with a name$$,
13815 TRUE, FALSE, FALSE);
13816 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13817                                  repeatable, mandatory, hidden)
13818 VALUES (1, 'authority', '100', 'd', $$Dates associated with a name$$,
13819 FALSE, FALSE, FALSE);
13820 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13821                                  repeatable, mandatory, hidden)
13822 VALUES (1, 'authority', '100', 'e', $$Relator term$$,
13823 TRUE, FALSE, FALSE);
13824 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13825                                  repeatable, mandatory, hidden)
13826 VALUES (1, 'authority', '100', 'f', $$Date of a work$$,
13827 FALSE, FALSE, FALSE);
13828 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13829                                  repeatable, mandatory, hidden)
13830 VALUES (1, 'authority', '100', 'g', $$Miscellaneous information$$,
13831 FALSE, FALSE, FALSE);
13832 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13833                                  repeatable, mandatory, hidden)
13834 VALUES (1, 'authority', '100', 'h', $$Medium$$,
13835 FALSE, FALSE, FALSE);
13836 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13837                                  repeatable, mandatory, hidden)
13838 VALUES (1, 'authority', '100', 'j', $$Attribution qualifier$$,
13839 TRUE, FALSE, FALSE);
13840 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13841                                  repeatable, mandatory, hidden)
13842 VALUES (1, 'authority', '100', 'k', $$Form subheading$$,
13843 TRUE, FALSE, FALSE);
13844 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13845                                  repeatable, mandatory, hidden)
13846 VALUES (1, 'authority', '100', 'l', $$Language of a work$$,
13847 FALSE, FALSE, FALSE);
13848 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13849                                  repeatable, mandatory, hidden)
13850 VALUES (1, 'authority', '100', 'm', $$Medium of performance for music$$,
13851 TRUE, FALSE, FALSE);
13852 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13853                                  repeatable, mandatory, hidden)
13854 VALUES (1, 'authority', '100', 'n', $$Number of part/section of a work$$,
13855 TRUE, FALSE, FALSE);
13856 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13857                                  repeatable, mandatory, hidden)
13858 VALUES (1, 'authority', '100', 'o', $$Arranged statement for music$$,
13859 FALSE, FALSE, FALSE);
13860 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13861                                  repeatable, mandatory, hidden)
13862 VALUES (1, 'authority', '100', 'p', $$Name of part/section of a work$$,
13863 TRUE, FALSE, FALSE);
13864 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13865                                  repeatable, mandatory, hidden)
13866 VALUES (1, 'authority', '100', 'q', $$Fuller form of name$$,
13867 FALSE, FALSE, FALSE);
13868 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13869                                  repeatable, mandatory, hidden)
13870 VALUES (1, 'authority', '100', 'r', $$Key for music$$,
13871 FALSE, FALSE, FALSE);
13872 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13873                                  repeatable, mandatory, hidden)
13874 VALUES (1, 'authority', '100', 's', $$Version$$,
13875 FALSE, FALSE, FALSE);
13876 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13877                                  repeatable, mandatory, hidden)
13878 VALUES (1, 'authority', '100', 't', $$Title of a work$$,
13879 FALSE, FALSE, FALSE);
13880 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13881                                  repeatable, mandatory, hidden)
13882 VALUES (1, 'authority', '100', 'v', $$Form subdivision$$,
13883 TRUE, FALSE, FALSE);
13884 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13885                                  repeatable, mandatory, hidden)
13886 VALUES (1, 'authority', '100', 'x', $$General subdivision$$,
13887 TRUE, FALSE, FALSE);
13888 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13889                                  repeatable, mandatory, hidden)
13890 VALUES (1, 'authority', '100', 'y', $$Chronological subdivision$$,
13891 TRUE, FALSE, FALSE);
13892 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13893                                  repeatable, mandatory, hidden)
13894 VALUES (1, 'authority', '100', 'z', $$Geographic subdivision$$,
13895 TRUE, FALSE, FALSE);
13896 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13897                                  repeatable, mandatory, hidden)
13898 VALUES (1, 'authority', '100', '6', $$Linkage$$,
13899 FALSE, FALSE, FALSE);
13900 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13901                                  repeatable, mandatory, hidden)
13902 VALUES (1, 'authority', '100', '8', $$Field link and sequence number$$,
13903 TRUE, FALSE, FALSE);
13904 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13905                               fixed_field, repeatable, mandatory, hidden)
13906 VALUES (1, 'authority', '110', $$Heading-Corporate Name$$, $$Corporate name used in a name, name/title, or extended subject heading in established heading records or an unestablished corporate name used in a traced or an untraced reference record.$$,
13907 FALSE, FALSE, FALSE, FALSE);
13908 INSERT INTO config.record_attr_definition(name, label)
13909 VALUES ('marc21_authority_110_ind_1', 'MARC 21 authority field 110 indicator position 1');
13910 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13911 VALUES ('marc21_authority_110_ind_1', '0', $$Inverted name$$, FALSE, TRUE);
13912 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13913 VALUES ('marc21_authority_110_ind_1', '1', $$Jurisdiction name$$, FALSE, TRUE);
13914 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13915 VALUES ('marc21_authority_110_ind_1', '2', $$Name in direct order$$, FALSE, TRUE);
13916 INSERT INTO config.record_attr_definition(name, label)
13917 VALUES ('marc21_authority_110_ind_2', 'MARC 21 authority field 110 indicator position 2');
13918 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13919 VALUES ('marc21_authority_110_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13920 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13921                                  repeatable, mandatory, hidden)
13922 VALUES (1, 'authority', '110', 'a', $$Corporate name or jurisdiction name as entry element$$,
13923 FALSE, FALSE, FALSE);
13924 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13925                                  repeatable, mandatory, hidden)
13926 VALUES (1, 'authority', '110', 'b', $$Subordinate unit$$,
13927 TRUE, FALSE, FALSE);
13928 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13929                                  repeatable, mandatory, hidden)
13930 VALUES (1, 'authority', '110', 'c', $$Location of meeting$$,
13931 FALSE, FALSE, FALSE);
13932 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13933                                  repeatable, mandatory, hidden)
13934 VALUES (1, 'authority', '110', 'd', $$Date of meeting or treaty signing$$,
13935 TRUE, FALSE, FALSE);
13936 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13937                                  repeatable, mandatory, hidden)
13938 VALUES (1, 'authority', '110', 'e', $$Relator term$$,
13939 TRUE, FALSE, FALSE);
13940 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13941                                  repeatable, mandatory, hidden)
13942 VALUES (1, 'authority', '110', 'f', $$Date of a work$$,
13943 FALSE, FALSE, FALSE);
13944 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13945                                  repeatable, mandatory, hidden)
13946 VALUES (1, 'authority', '110', 'g', $$Miscellaneous information$$,
13947 FALSE, FALSE, FALSE);
13948 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13949                                  repeatable, mandatory, hidden)
13950 VALUES (1, 'authority', '110', 'h', $$Medium$$,
13951 FALSE, FALSE, FALSE);
13952 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13953                                  repeatable, mandatory, hidden)
13954 VALUES (1, 'authority', '110', 'k', $$Form subheading$$,
13955 TRUE, FALSE, FALSE);
13956 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13957                                  repeatable, mandatory, hidden)
13958 VALUES (1, 'authority', '110', 'l', $$Language of a work$$,
13959 FALSE, FALSE, FALSE);
13960 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13961                                  repeatable, mandatory, hidden)
13962 VALUES (1, 'authority', '110', 'm', $$Medium of performance for music$$,
13963 TRUE, FALSE, FALSE);
13964 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13965                                  repeatable, mandatory, hidden)
13966 VALUES (1, 'authority', '110', 'n', $$Number of part/section/meeting$$,
13967 TRUE, FALSE, FALSE);
13968 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13969                                  repeatable, mandatory, hidden)
13970 VALUES (1, 'authority', '110', 'o', $$Arranged statement for music$$,
13971 FALSE, FALSE, FALSE);
13972 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13973                                  repeatable, mandatory, hidden)
13974 VALUES (1, 'authority', '110', 'p', $$Name of part/section of a work$$,
13975 TRUE, FALSE, FALSE);
13976 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13977                                  repeatable, mandatory, hidden)
13978 VALUES (1, 'authority', '110', 'r', $$Key for music$$,
13979 FALSE, FALSE, FALSE);
13980 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13981                                  repeatable, mandatory, hidden)
13982 VALUES (1, 'authority', '110', 's', $$Version$$,
13983 FALSE, FALSE, FALSE);
13984 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13985                                  repeatable, mandatory, hidden)
13986 VALUES (1, 'authority', '110', 't', $$Title of a work$$,
13987 FALSE, FALSE, FALSE);
13988 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13989                                  repeatable, mandatory, hidden)
13990 VALUES (1, 'authority', '110', 'v', $$Form subdivision$$,
13991 TRUE, FALSE, FALSE);
13992 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13993                                  repeatable, mandatory, hidden)
13994 VALUES (1, 'authority', '110', 'x', $$General subdivision$$,
13995 TRUE, FALSE, FALSE);
13996 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13997                                  repeatable, mandatory, hidden)
13998 VALUES (1, 'authority', '110', 'y', $$Chronological subdivision$$,
13999 TRUE, FALSE, FALSE);
14000 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14001                                  repeatable, mandatory, hidden)
14002 VALUES (1, 'authority', '110', 'z', $$Geographic subdivision$$,
14003 TRUE, FALSE, FALSE);
14004 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14005                                  repeatable, mandatory, hidden)
14006 VALUES (1, 'authority', '110', '6', $$Linkage$$,
14007 FALSE, FALSE, FALSE);
14008 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14009                                  repeatable, mandatory, hidden)
14010 VALUES (1, 'authority', '110', '8', $$Field link and sequence number$$,
14011 TRUE, FALSE, FALSE);
14012 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14013                               fixed_field, repeatable, mandatory, hidden)
14014 VALUES (1, 'authority', '111', $$Heading-Meeting Name$$, $$Established meeting name used in a name or name/title heading in established heading records or an unestablished meeting name used in these types of headings in traced or untraced reference records.$$,
14015 FALSE, FALSE, FALSE, FALSE);
14016 INSERT INTO config.record_attr_definition(name, label)
14017 VALUES ('marc21_authority_111_ind_1', 'MARC 21 authority field 111 indicator position 1');
14018 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14019 VALUES ('marc21_authority_111_ind_1', '0', $$Inverted name$$, FALSE, TRUE);
14020 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14021 VALUES ('marc21_authority_111_ind_1', '1', $$Jurisdiction name$$, FALSE, TRUE);
14022 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14023 VALUES ('marc21_authority_111_ind_1', '2', $$Name in direct order$$, FALSE, TRUE);
14024 INSERT INTO config.record_attr_definition(name, label)
14025 VALUES ('marc21_authority_111_ind_2', 'MARC 21 authority field 111 indicator position 2');
14026 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14027 VALUES ('marc21_authority_111_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14028 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14029                                  repeatable, mandatory, hidden)
14030 VALUES (1, 'authority', '111', 'a', $$Meeting name or jurisdiction name as entry element$$,
14031 FALSE, FALSE, FALSE);
14032 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14033                                  repeatable, mandatory, hidden)
14034 VALUES (1, 'authority', '111', 'c', $$Location of meeting$$,
14035 FALSE, FALSE, FALSE);
14036 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14037                                  repeatable, mandatory, hidden)
14038 VALUES (1, 'authority', '111', 'd', $$Date of meeting$$,
14039 FALSE, FALSE, FALSE);
14040 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14041                                  repeatable, mandatory, hidden)
14042 VALUES (1, 'authority', '111', 'e', $$Subordinate unit$$,
14043 TRUE, FALSE, FALSE);
14044 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14045                                  repeatable, mandatory, hidden)
14046 VALUES (1, 'authority', '111', 'f', $$Date of a work$$,
14047 FALSE, FALSE, FALSE);
14048 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14049                                  repeatable, mandatory, hidden)
14050 VALUES (1, 'authority', '111', 'g', $$Miscellaneous information$$,
14051 FALSE, FALSE, FALSE);
14052 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14053                                  repeatable, mandatory, hidden)
14054 VALUES (1, 'authority', '111', 'h', $$Medium$$,
14055 FALSE, FALSE, FALSE);
14056 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14057                                  repeatable, mandatory, hidden)
14058 VALUES (1, 'authority', '111', 'j', $$Relator term$$,
14059 TRUE, FALSE, FALSE);
14060 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14061                                  repeatable, mandatory, hidden)
14062 VALUES (1, 'authority', '111', 'k', $$Form subheading$$,
14063 TRUE, FALSE, FALSE);
14064 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14065                                  repeatable, mandatory, hidden)
14066 VALUES (1, 'authority', '111', 'l', $$Language of a work$$,
14067 FALSE, FALSE, FALSE);
14068 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14069                                  repeatable, mandatory, hidden)
14070 VALUES (1, 'authority', '111', 'n', $$Number of part/section/meeting$$,
14071 TRUE, FALSE, FALSE);
14072 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14073                                  repeatable, mandatory, hidden)
14074 VALUES (1, 'authority', '111', 'p', $$Name of part/section of a work$$,
14075 TRUE, FALSE, FALSE);
14076 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14077                                  repeatable, mandatory, hidden)
14078 VALUES (1, 'authority', '111', 'q', $$Name of meeting following jurisdiction name entry element$$,
14079 FALSE, FALSE, FALSE);
14080 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14081                                  repeatable, mandatory, hidden)
14082 VALUES (1, 'authority', '111', 's', $$Version$$,
14083 FALSE, FALSE, FALSE);
14084 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14085                                  repeatable, mandatory, hidden)
14086 VALUES (1, 'authority', '111', 't', $$Title of a work$$,
14087 FALSE, FALSE, FALSE);
14088 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14089                                  repeatable, mandatory, hidden)
14090 VALUES (1, 'authority', '111', 'v', $$Form subdivision$$,
14091 TRUE, FALSE, FALSE);
14092 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14093                                  repeatable, mandatory, hidden)
14094 VALUES (1, 'authority', '111', 'x', $$General subdivision$$,
14095 TRUE, FALSE, FALSE);
14096 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14097                                  repeatable, mandatory, hidden)
14098 VALUES (1, 'authority', '111', 'y', $$Chronological subdivision$$,
14099 TRUE, FALSE, FALSE);
14100 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14101                                  repeatable, mandatory, hidden)
14102 VALUES (1, 'authority', '111', 'z', $$Geographic subdivision$$,
14103 TRUE, FALSE, FALSE);
14104 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14105                                  repeatable, mandatory, hidden)
14106 VALUES (1, 'authority', '111', '6', $$Linkage$$,
14107 FALSE, FALSE, FALSE);
14108 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14109                                  repeatable, mandatory, hidden)
14110 VALUES (1, 'authority', '111', '8', $$Field link and sequence number$$,
14111 TRUE, FALSE, FALSE);
14112 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14113                               fixed_field, repeatable, mandatory, hidden)
14114 VALUES (1, 'authority', '130', $$Heading-Uniform Title$$, $$Uniform title used in a title or extended subject heading in established heading records or an unestablished uniform title used in a traced or untraced reference record.$$,
14115 FALSE, FALSE, FALSE, FALSE);
14116 INSERT INTO config.record_attr_definition(name, label)
14117 VALUES ('marc21_authority_130_ind_1', 'MARC 21 authority field 130 indicator position 1');
14118 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14119 VALUES ('marc21_authority_130_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14120 INSERT INTO config.record_attr_definition(name, label)
14121 VALUES ('marc21_authority_130_ind_2', 'MARC 21 authority field 130 indicator position 2');
14122 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14123 VALUES ('marc21_authority_130_ind_2', '0', $$No nonfiling characters$$, FALSE, TRUE);
14124 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14125 VALUES ('marc21_authority_130_ind_2', '1', $$Number of nonfiling characters - 1$$, FALSE, TRUE);
14126 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14127 VALUES ('marc21_authority_130_ind_2', '2', $$Number of nonfiling characters - 2$$, FALSE, TRUE);
14128 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14129 VALUES ('marc21_authority_130_ind_2', '3', $$Number of nonfiling characters - 3$$, FALSE, TRUE);
14130 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14131 VALUES ('marc21_authority_130_ind_2', '4', $$Number of nonfiling characters - 4$$, FALSE, TRUE);
14132 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14133 VALUES ('marc21_authority_130_ind_2', '5', $$Number of nonfiling characters - 5$$, FALSE, TRUE);
14134 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14135 VALUES ('marc21_authority_130_ind_2', '6', $$Number of nonfiling characters - 6$$, FALSE, TRUE);
14136 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14137 VALUES ('marc21_authority_130_ind_2', '7', $$Number of nonfiling characters - 7$$, FALSE, TRUE);
14138 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14139 VALUES ('marc21_authority_130_ind_2', '8', $$Number of nonfiling characters - 8$$, FALSE, TRUE);
14140 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14141 VALUES ('marc21_authority_130_ind_2', '9', $$Number of nonfiling characters - 9$$, FALSE, TRUE);
14142 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14143                                  repeatable, mandatory, hidden)
14144 VALUES (1, 'authority', '130', 'a', $$Uniform title$$,
14145 FALSE, FALSE, FALSE);
14146 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14147                                  repeatable, mandatory, hidden)
14148 VALUES (1, 'authority', '130', 'd', $$Date of treaty signing$$,
14149 TRUE, FALSE, FALSE);
14150 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14151                                  repeatable, mandatory, hidden)
14152 VALUES (1, 'authority', '130', 'f', $$Date of a work$$,
14153 FALSE, FALSE, FALSE);
14154 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14155                                  repeatable, mandatory, hidden)
14156 VALUES (1, 'authority', '130', 'g', $$Miscellaneous information$$,
14157 FALSE, FALSE, FALSE);
14158 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14159                                  repeatable, mandatory, hidden)
14160 VALUES (1, 'authority', '130', 'h', $$Medium$$,
14161 FALSE, FALSE, FALSE);
14162 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14163                                  repeatable, mandatory, hidden)
14164 VALUES (1, 'authority', '130', 'k', $$Form subheading$$,
14165 TRUE, FALSE, FALSE);
14166 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14167                                  repeatable, mandatory, hidden)
14168 VALUES (1, 'authority', '130', 'l', $$Language of a work$$,
14169 FALSE, FALSE, FALSE);
14170 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14171                                  repeatable, mandatory, hidden)
14172 VALUES (1, 'authority', '130', 'm', $$Medium of performance for music$$,
14173 TRUE, FALSE, FALSE);
14174 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14175                                  repeatable, mandatory, hidden)
14176 VALUES (1, 'authority', '130', 'n', $$Number of part/section of a work$$,
14177 TRUE, FALSE, FALSE);
14178 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14179                                  repeatable, mandatory, hidden)
14180 VALUES (1, 'authority', '130', 'o', $$Arranged statement for music$$,
14181 FALSE, FALSE, FALSE);
14182 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14183                                  repeatable, mandatory, hidden)
14184 VALUES (1, 'authority', '130', 'p', $$Name of part/section of a work$$,
14185 TRUE, FALSE, FALSE);
14186 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14187                                  repeatable, mandatory, hidden)
14188 VALUES (1, 'authority', '130', 'r', $$Key for music$$,
14189 FALSE, FALSE, FALSE);
14190 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14191                                  repeatable, mandatory, hidden)
14192 VALUES (1, 'authority', '130', 's', $$Version$$,
14193 FALSE, FALSE, FALSE);
14194 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14195                                  repeatable, mandatory, hidden)
14196 VALUES (1, 'authority', '130', 't', $$Title of a work$$,
14197 FALSE, FALSE, FALSE);
14198 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14199                                  repeatable, mandatory, hidden)
14200 VALUES (1, 'authority', '130', 'v', $$Form subdivision$$,
14201 TRUE, FALSE, FALSE);
14202 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14203                                  repeatable, mandatory, hidden)
14204 VALUES (1, 'authority', '130', 'x', $$General subdivision$$,
14205 TRUE, FALSE, FALSE);
14206 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14207                                  repeatable, mandatory, hidden)
14208 VALUES (1, 'authority', '130', 'y', $$Chronological subdivision$$,
14209 TRUE, FALSE, FALSE);
14210 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14211                                  repeatable, mandatory, hidden)
14212 VALUES (1, 'authority', '130', 'z', $$Geographic subdivision$$,
14213 TRUE, FALSE, FALSE);
14214 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14215                                  repeatable, mandatory, hidden)
14216 VALUES (1, 'authority', '130', '6', $$Linkage$$,
14217 FALSE, FALSE, FALSE);
14218 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14219                                  repeatable, mandatory, hidden)
14220 VALUES (1, 'authority', '130', '8', $$Field link and sequence number$$,
14221 TRUE, FALSE, FALSE);
14222 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14223                               fixed_field, repeatable, mandatory, hidden)
14224 VALUES (1, 'authority', '148', $$Heading-Chronological Term$$, $$Chronological term used as a heading in an established heading record, an established heading and subdivision record, a traced or untraced reference record, or a reference and subdivision record.$$,
14225 FALSE, FALSE, FALSE, FALSE);
14226 INSERT INTO config.record_attr_definition(name, label)
14227 VALUES ('marc21_authority_148_ind_1', 'MARC 21 authority field 148 indicator position 1');
14228 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14229 VALUES ('marc21_authority_148_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14230 INSERT INTO config.record_attr_definition(name, label)
14231 VALUES ('marc21_authority_148_ind_2', 'MARC 21 authority field 148 indicator position 2');
14232 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14233 VALUES ('marc21_authority_148_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14234 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14235                                  repeatable, mandatory, hidden)
14236 VALUES (1, 'authority', '148', 'a', $$Chronological term$$,
14237 FALSE, FALSE, FALSE);
14238 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14239                                  repeatable, mandatory, hidden)
14240 VALUES (1, 'authority', '148', 'v', $$Form subdivision$$,
14241 TRUE, FALSE, FALSE);
14242 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14243                                  repeatable, mandatory, hidden)
14244 VALUES (1, 'authority', '148', 'x', $$General subdivision$$,
14245 TRUE, FALSE, FALSE);
14246 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14247                                  repeatable, mandatory, hidden)
14248 VALUES (1, 'authority', '148', 'y', $$Chronological subdivision$$,
14249 TRUE, FALSE, FALSE);
14250 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14251                                  repeatable, mandatory, hidden)
14252 VALUES (1, 'authority', '148', 'z', $$Geographic subdivision$$,
14253 TRUE, FALSE, FALSE);
14254 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14255                                  repeatable, mandatory, hidden)
14256 VALUES (1, 'authority', '148', '6', $$Linkage$$,
14257 FALSE, FALSE, FALSE);
14258 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14259                                  repeatable, mandatory, hidden)
14260 VALUES (1, 'authority', '148', '8', $$Field link and sequence number$$,
14261 TRUE, FALSE, FALSE);
14262 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14263                               fixed_field, repeatable, mandatory, hidden)
14264 VALUES (1, 'authority', '150', $$Heading-Topical Term$$, $$Topical term used as a heading in an established heading record, an established heading and subdivision record, a traced or an untraced reference record, a reference and subdivision record, or a node label record.$$,
14265 FALSE, FALSE, FALSE, FALSE);
14266 INSERT INTO config.record_attr_definition(name, label)
14267 VALUES ('marc21_authority_150_ind_1', 'MARC 21 authority field 150 indicator position 1');
14268 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14269 VALUES ('marc21_authority_150_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14270 INSERT INTO config.record_attr_definition(name, label)
14271 VALUES ('marc21_authority_150_ind_2', 'MARC 21 authority field 150 indicator position 2');
14272 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14273 VALUES ('marc21_authority_150_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14274 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14275                                  repeatable, mandatory, hidden)
14276 VALUES (1, 'authority', '150', 'a', $$Topical term or geographic name entry element$$,
14277 FALSE, FALSE, FALSE);
14278 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14279                                  repeatable, mandatory, hidden)
14280 VALUES (1, 'authority', '150', 'b', $$Topical term following geographic name entry element$$,
14281 FALSE, FALSE, FALSE);
14282 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14283                                  repeatable, mandatory, hidden)
14284 VALUES (1, 'authority', '150', 'v', $$Form subdivision$$,
14285 TRUE, FALSE, FALSE);
14286 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14287                                  repeatable, mandatory, hidden)
14288 VALUES (1, 'authority', '150', 'x', $$General subdivision$$,
14289 TRUE, FALSE, FALSE);
14290 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14291                                  repeatable, mandatory, hidden)
14292 VALUES (1, 'authority', '150', 'y', $$Chronological subdivision$$,
14293 TRUE, FALSE, FALSE);
14294 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14295                                  repeatable, mandatory, hidden)
14296 VALUES (1, 'authority', '150', 'z', $$Geographic subdivision$$,
14297 TRUE, FALSE, FALSE);
14298 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14299                                  repeatable, mandatory, hidden)
14300 VALUES (1, 'authority', '150', '6', $$Linkage$$,
14301 FALSE, FALSE, FALSE);
14302 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14303                                  repeatable, mandatory, hidden)
14304 VALUES (1, 'authority', '150', '8', $$Field link and sequence number$$,
14305 TRUE, FALSE, FALSE);
14306 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14307                               fixed_field, repeatable, mandatory, hidden)
14308 VALUES (1, 'authority', '151', $$Heading-Geographic Name$$, $$Geographic name used as a heading in an established heading record, an established heading and subdivision record, a traced or an untraced reference record, or a reference and subdivision record.$$,
14309 FALSE, FALSE, FALSE, FALSE);
14310 INSERT INTO config.record_attr_definition(name, label)
14311 VALUES ('marc21_authority_151_ind_1', 'MARC 21 authority field 151 indicator position 1');
14312 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14313 VALUES ('marc21_authority_151_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14314 INSERT INTO config.record_attr_definition(name, label)
14315 VALUES ('marc21_authority_151_ind_2', 'MARC 21 authority field 151 indicator position 2');
14316 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14317 VALUES ('marc21_authority_151_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14318 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14319                                  repeatable, mandatory, hidden)
14320 VALUES (1, 'authority', '151', 'a', $$Geographic name$$,
14321 FALSE, FALSE, FALSE);
14322 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14323                                  repeatable, mandatory, hidden)
14324 VALUES (1, 'authority', '151', 'v', $$Form subdivision$$,
14325 TRUE, FALSE, FALSE);
14326 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14327                                  repeatable, mandatory, hidden)
14328 VALUES (1, 'authority', '151', 'x', $$General subdivision$$,
14329 TRUE, FALSE, FALSE);
14330 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14331                                  repeatable, mandatory, hidden)
14332 VALUES (1, 'authority', '151', 'y', $$Chronological subdivision$$,
14333 TRUE, FALSE, FALSE);
14334 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14335                                  repeatable, mandatory, hidden)
14336 VALUES (1, 'authority', '151', 'z', $$Geographic subdivision$$,
14337 TRUE, FALSE, FALSE);
14338 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14339                                  repeatable, mandatory, hidden)
14340 VALUES (1, 'authority', '151', '6', $$Linkage$$,
14341 FALSE, FALSE, FALSE);
14342 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14343                                  repeatable, mandatory, hidden)
14344 VALUES (1, 'authority', '151', '8', $$Field link and sequence number$$,
14345 TRUE, FALSE, FALSE);
14346 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14347                               fixed_field, repeatable, mandatory, hidden)
14348 VALUES (1, 'authority', '155', $$Heading-Genre/Form Term$$, $$Genre or form term used as a heading in an established heading record, an established heading and subdivision record, a traced or an untraced reference record, or a reference and subdivision record. The term may consist of more than one word.$$,
14349 FALSE, FALSE, FALSE, FALSE);
14350 INSERT INTO config.record_attr_definition(name, label)
14351 VALUES ('marc21_authority_155_ind_1', 'MARC 21 authority field 155 indicator position 1');
14352 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14353 VALUES ('marc21_authority_155_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14354 INSERT INTO config.record_attr_definition(name, label)
14355 VALUES ('marc21_authority_155_ind_2', 'MARC 21 authority field 155 indicator position 2');
14356 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14357 VALUES ('marc21_authority_155_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14358 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14359                                  repeatable, mandatory, hidden)
14360 VALUES (1, 'authority', '155', 'a', $$Genre/form term$$,
14361 FALSE, FALSE, FALSE);
14362 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14363                                  repeatable, mandatory, hidden)
14364 VALUES (1, 'authority', '155', 'v', $$Form subdivision$$,
14365 TRUE, FALSE, FALSE);
14366 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14367                                  repeatable, mandatory, hidden)
14368 VALUES (1, 'authority', '155', 'x', $$General subdivision$$,
14369 TRUE, FALSE, FALSE);
14370 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14371                                  repeatable, mandatory, hidden)
14372 VALUES (1, 'authority', '155', 'y', $$Chronological subdivision$$,
14373 TRUE, FALSE, FALSE);
14374 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14375                                  repeatable, mandatory, hidden)
14376 VALUES (1, 'authority', '155', 'z', $$Geographic subdivision$$,
14377 TRUE, FALSE, FALSE);
14378 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14379                                  repeatable, mandatory, hidden)
14380 VALUES (1, 'authority', '155', '6', $$Linkage$$,
14381 FALSE, FALSE, FALSE);
14382 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14383                                  repeatable, mandatory, hidden)
14384 VALUES (1, 'authority', '155', '8', $$Field link and sequence number$$,
14385 TRUE, FALSE, FALSE);
14386 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14387                               fixed_field, repeatable, mandatory, hidden)
14388 VALUES (1, 'authority', '180', $$Heading-General Subdivision$$, $$Topical, form, or language term used as a heading in a subdivision record.$$,
14389 FALSE, FALSE, FALSE, FALSE);
14390 INSERT INTO config.record_attr_definition(name, label)
14391 VALUES ('marc21_authority_180_ind_1', 'MARC 21 authority field 180 indicator position 1');
14392 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14393 VALUES ('marc21_authority_180_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14394 INSERT INTO config.record_attr_definition(name, label)
14395 VALUES ('marc21_authority_180_ind_2', 'MARC 21 authority field 180 indicator position 2');
14396 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14397 VALUES ('marc21_authority_180_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14398 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14399                                  repeatable, mandatory, hidden)
14400 VALUES (1, 'authority', '180', 'v', $$Form subdivision$$,
14401 TRUE, FALSE, FALSE);
14402 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14403                                  repeatable, mandatory, hidden)
14404 VALUES (1, 'authority', '180', 'x', $$General subdivision$$,
14405 TRUE, FALSE, FALSE);
14406 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14407                                  repeatable, mandatory, hidden)
14408 VALUES (1, 'authority', '180', 'y', $$Chronological subdivision$$,
14409 TRUE, FALSE, FALSE);
14410 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14411                                  repeatable, mandatory, hidden)
14412 VALUES (1, 'authority', '180', 'z', $$Geographic subdivision$$,
14413 TRUE, FALSE, FALSE);
14414 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14415                                  repeatable, mandatory, hidden)
14416 VALUES (1, 'authority', '180', '6', $$Linkage$$,
14417 FALSE, FALSE, FALSE);
14418 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14419                                  repeatable, mandatory, hidden)
14420 VALUES (1, 'authority', '180', '8', $$Field link and sequence number$$,
14421 TRUE, FALSE, FALSE);
14422 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14423                               fixed_field, repeatable, mandatory, hidden)
14424 VALUES (1, 'authority', '181', $$Heading-Geographic Subdivision$$, $$Geographic name or term used as a heading in a subdivision record.$$,
14425 FALSE, FALSE, FALSE, FALSE);
14426 INSERT INTO config.record_attr_definition(name, label)
14427 VALUES ('marc21_authority_181_ind_1', 'MARC 21 authority field 181 indicator position 1');
14428 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14429 VALUES ('marc21_authority_181_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14430 INSERT INTO config.record_attr_definition(name, label)
14431 VALUES ('marc21_authority_181_ind_2', 'MARC 21 authority field 181 indicator position 2');
14432 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14433 VALUES ('marc21_authority_181_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14434 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14435                                  repeatable, mandatory, hidden)
14436 VALUES (1, 'authority', '181', 'v', $$Form subdivision$$,
14437 TRUE, FALSE, FALSE);
14438 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14439                                  repeatable, mandatory, hidden)
14440 VALUES (1, 'authority', '181', 'x', $$General subdivision$$,
14441 TRUE, FALSE, FALSE);
14442 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14443                                  repeatable, mandatory, hidden)
14444 VALUES (1, 'authority', '181', 'y', $$Chronological subdivision$$,
14445 TRUE, FALSE, FALSE);
14446 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14447                                  repeatable, mandatory, hidden)
14448 VALUES (1, 'authority', '181', 'z', $$Geographic subdivision$$,
14449 TRUE, FALSE, FALSE);
14450 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14451                                  repeatable, mandatory, hidden)
14452 VALUES (1, 'authority', '181', '6', $$Linkage$$,
14453 FALSE, FALSE, FALSE);
14454 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14455                                  repeatable, mandatory, hidden)
14456 VALUES (1, 'authority', '181', '8', $$Field link and sequence number$$,
14457 TRUE, FALSE, FALSE);
14458 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14459                               fixed_field, repeatable, mandatory, hidden)
14460 VALUES (1, 'authority', '182', $$Heading-Chronological Subdivision$$, $$Chronological term used as a heading in a subdivision record.$$,
14461 FALSE, FALSE, FALSE, FALSE);
14462 INSERT INTO config.record_attr_definition(name, label)
14463 VALUES ('marc21_authority_182_ind_1', 'MARC 21 authority field 182 indicator position 1');
14464 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14465 VALUES ('marc21_authority_182_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14466 INSERT INTO config.record_attr_definition(name, label)
14467 VALUES ('marc21_authority_182_ind_2', 'MARC 21 authority field 182 indicator position 2');
14468 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14469 VALUES ('marc21_authority_182_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14470 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14471                                  repeatable, mandatory, hidden)
14472 VALUES (1, 'authority', '182', 'v', $$Form subdivision$$,
14473 TRUE, FALSE, FALSE);
14474 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14475                                  repeatable, mandatory, hidden)
14476 VALUES (1, 'authority', '182', 'x', $$General subdivision$$,
14477 TRUE, FALSE, FALSE);
14478 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14479                                  repeatable, mandatory, hidden)
14480 VALUES (1, 'authority', '182', 'y', $$Chronological subdivision$$,
14481 TRUE, FALSE, FALSE);
14482 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14483                                  repeatable, mandatory, hidden)
14484 VALUES (1, 'authority', '182', 'z', $$Geographic subdivision$$,
14485 TRUE, FALSE, FALSE);
14486 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14487                                  repeatable, mandatory, hidden)
14488 VALUES (1, 'authority', '182', '6', $$Linkage$$,
14489 FALSE, FALSE, FALSE);
14490 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14491                                  repeatable, mandatory, hidden)
14492 VALUES (1, 'authority', '182', '8', $$Field link and sequence number$$,
14493 TRUE, FALSE, FALSE);
14494 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14495                               fixed_field, repeatable, mandatory, hidden)
14496 VALUES (1, 'authority', '185', $$Heading-Form Subdivision$$, $$Form or genre term used as a heading in a subdivision record.$$,
14497 FALSE, FALSE, FALSE, FALSE);
14498 INSERT INTO config.record_attr_definition(name, label)
14499 VALUES ('marc21_authority_185_ind_1', 'MARC 21 authority field 185 indicator position 1');
14500 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14501 VALUES ('marc21_authority_185_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14502 INSERT INTO config.record_attr_definition(name, label)
14503 VALUES ('marc21_authority_185_ind_2', 'MARC 21 authority field 185 indicator position 2');
14504 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14505 VALUES ('marc21_authority_185_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14506 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14507                                  repeatable, mandatory, hidden)
14508 VALUES (1, 'authority', '185', 'v', $$Form subdivision$$,
14509 TRUE, FALSE, FALSE);
14510 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14511                                  repeatable, mandatory, hidden)
14512 VALUES (1, 'authority', '185', 'x', $$General subdivision$$,
14513 TRUE, FALSE, FALSE);
14514 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14515                                  repeatable, mandatory, hidden)
14516 VALUES (1, 'authority', '185', 'y', $$Chronological subdivision$$,
14517 TRUE, FALSE, FALSE);
14518 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14519                                  repeatable, mandatory, hidden)
14520 VALUES (1, 'authority', '185', 'z', $$Geographic subdivision$$,
14521 TRUE, FALSE, FALSE);
14522 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14523                                  repeatable, mandatory, hidden)
14524 VALUES (1, 'authority', '185', '6', $$Linkage$$,
14525 FALSE, FALSE, FALSE);
14526 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14527                                  repeatable, mandatory, hidden)
14528 VALUES (1, 'authority', '185', '8', $$Field link and sequence number$$,
14529 TRUE, FALSE, FALSE);
14530 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14531                               fixed_field, repeatable, mandatory, hidden)
14532 VALUES (1, 'authority', '260', $$Complex See Reference-Subject$$, $$and that are required when relationships exist between unestablished and established subjects that cannot be adequately conveyed by one or more simple cross references generated from 4XX See From Tracing fields in the established heading record. A phrase such as may be generated for display.$$,
14533 FALSE, TRUE, FALSE, FALSE);
14534 INSERT INTO config.record_attr_definition(name, label)
14535 VALUES ('marc21_authority_260_ind_1', 'MARC 21 authority field 260 indicator position 1');
14536 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14537 VALUES ('marc21_authority_260_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14538 INSERT INTO config.record_attr_definition(name, label)
14539 VALUES ('marc21_authority_260_ind_2', 'MARC 21 authority field 260 indicator position 2');
14540 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14541 VALUES ('marc21_authority_260_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14542 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14543                                  repeatable, mandatory, hidden)
14544 VALUES (1, 'authority', '260', 'a', $$Heading referred to$$,
14545 TRUE, FALSE, FALSE);
14546 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14547                                  repeatable, mandatory, hidden)
14548 VALUES (1, 'authority', '260', 'i', $$Explanatory text$$,
14549 TRUE, FALSE, FALSE);
14550 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14551                                  repeatable, mandatory, hidden)
14552 VALUES (1, 'authority', '260', '0', $$Authority record control number$$,
14553 TRUE, FALSE, FALSE);
14554 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14555                                  repeatable, mandatory, hidden)
14556 VALUES (1, 'authority', '260', '6', $$Linkage$$,
14557 FALSE, FALSE, FALSE);
14558 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14559                                  repeatable, mandatory, hidden)
14560 VALUES (1, 'authority', '260', '8', $$Field link and sequence number$$,
14561 TRUE, FALSE, FALSE);
14562 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14563                               fixed_field, repeatable, mandatory, hidden)
14564 VALUES (1, 'authority', '336', $$Content Type$$, $$The form of communication through which a work is expressed. Field 336 information enables expression of content types from various lists when the authority is for a title or name/title.$$,
14565 FALSE, TRUE, FALSE, FALSE);
14566 INSERT INTO config.record_attr_definition(name, label)
14567 VALUES ('marc21_authority_336_ind_1', 'MARC 21 authority field 336 indicator position 1');
14568 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14569 VALUES ('marc21_authority_336_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14570 INSERT INTO config.record_attr_definition(name, label)
14571 VALUES ('marc21_authority_336_ind_2', 'MARC 21 authority field 336 indicator position 2');
14572 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14573 VALUES ('marc21_authority_336_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14574 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14575                                  repeatable, mandatory, hidden)
14576 VALUES (1, 'authority', '336', 'a', $$Content type term$$,
14577 TRUE, FALSE, FALSE);
14578 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14579                                  repeatable, mandatory, hidden)
14580 VALUES (1, 'authority', '336', 'b', $$Content type code$$,
14581 TRUE, FALSE, FALSE);
14582 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14583                                  repeatable, mandatory, hidden)
14584 VALUES (1, 'authority', '336', '2', $$Source$$,
14585 FALSE, FALSE, FALSE);
14586 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14587                                  repeatable, mandatory, hidden)
14588 VALUES (1, 'authority', '336', '3', $$Materials specified$$,
14589 FALSE, FALSE, FALSE);
14590 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14591                                  repeatable, mandatory, hidden)
14592 VALUES (1, 'authority', '336', '6', $$Linkage$$,
14593 FALSE, FALSE, FALSE);
14594 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14595                                  repeatable, mandatory, hidden)
14596 VALUES (1, 'authority', '336', '8', $$Field link and sequence number$$,
14597 TRUE, FALSE, FALSE);
14598 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14599                               fixed_field, repeatable, mandatory, hidden)
14600 VALUES (1, 'authority', '360', $$Complex See Also Reference-Subject$$, $$and the that are required when relationships exist between established subjects that cannot be adequately conveyed by one or more simple cross references generated from 5XX See Also From Tracing fields. A phrase such as may be generated for display.$$,
14601 FALSE, TRUE, FALSE, FALSE);
14602 INSERT INTO config.record_attr_definition(name, label)
14603 VALUES ('marc21_authority_360_ind_1', 'MARC 21 authority field 360 indicator position 1');
14604 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14605 VALUES ('marc21_authority_360_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14606 INSERT INTO config.record_attr_definition(name, label)
14607 VALUES ('marc21_authority_360_ind_2', 'MARC 21 authority field 360 indicator position 2');
14608 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14609 VALUES ('marc21_authority_360_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14610 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14611                                  repeatable, mandatory, hidden)
14612 VALUES (1, 'authority', '360', 'a', $$Heading referred to$$,
14613 TRUE, FALSE, FALSE);
14614 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14615                                  repeatable, mandatory, hidden)
14616 VALUES (1, 'authority', '360', 'i', $$Explanatory text$$,
14617 TRUE, FALSE, FALSE);
14618 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14619                                  repeatable, mandatory, hidden)
14620 VALUES (1, 'authority', '360', '0', $$Authority record control number$$,
14621 TRUE, FALSE, FALSE);
14622 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14623                                  repeatable, mandatory, hidden)
14624 VALUES (1, 'authority', '360', '6', $$Linkage$$,
14625 FALSE, FALSE, FALSE);
14626 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14627                                  repeatable, mandatory, hidden)
14628 VALUES (1, 'authority', '360', '8', $$Field link and sequence number$$,
14629 TRUE, FALSE, FALSE);
14630 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14631                               fixed_field, repeatable, mandatory, hidden)
14632 VALUES (1, 'authority', '370', $$Associated Place$$, $$A town, city, province, state, and/or country associated with persons, corporate bodies, families, works, and expressions.$$,
14633 FALSE, TRUE, FALSE, FALSE);
14634 INSERT INTO config.record_attr_definition(name, label)
14635 VALUES ('marc21_authority_370_ind_1', 'MARC 21 authority field 370 indicator position 1');
14636 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14637 VALUES ('marc21_authority_370_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14638 INSERT INTO config.record_attr_definition(name, label)
14639 VALUES ('marc21_authority_370_ind_2', 'MARC 21 authority field 370 indicator position 2');
14640 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14641 VALUES ('marc21_authority_370_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14642 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14643                                  repeatable, mandatory, hidden)
14644 VALUES (1, 'authority', '370', 'a', $$Place of birth$$,
14645 FALSE, FALSE, FALSE);
14646 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14647                                  repeatable, mandatory, hidden)
14648 VALUES (1, 'authority', '370', 'b', $$Place of death$$,
14649 FALSE, FALSE, FALSE);
14650 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14651                                  repeatable, mandatory, hidden)
14652 VALUES (1, 'authority', '370', 'c', $$Associated country$$,
14653 TRUE, FALSE, FALSE);
14654 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14655                                  repeatable, mandatory, hidden)
14656 VALUES (1, 'authority', '370', 'e', $$Place of residence/headquarters$$,
14657 TRUE, FALSE, FALSE);
14658 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14659                                  repeatable, mandatory, hidden)
14660 VALUES (1, 'authority', '370', 'f', $$Other associated place$$,
14661 TRUE, FALSE, FALSE);
14662 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14663                                  repeatable, mandatory, hidden)
14664 VALUES (1, 'authority', '370', 'g', $$Place of origin of work$$,
14665 TRUE, FALSE, FALSE);
14666 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14667                                  repeatable, mandatory, hidden)
14668 VALUES (1, 'authority', '370', 's', $$Start period$$,
14669 FALSE, FALSE, FALSE);
14670 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14671                                  repeatable, mandatory, hidden)
14672 VALUES (1, 'authority', '370', 't', $$End period$$,
14673 FALSE, FALSE, FALSE);
14674 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14675                                  repeatable, mandatory, hidden)
14676 VALUES (1, 'authority', '370', 'u', $$Uniform Resource Identifier$$,
14677 TRUE, FALSE, FALSE);
14678 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14679                                  repeatable, mandatory, hidden)
14680 VALUES (1, 'authority', '370', 'v', $$Source of information$$,
14681 TRUE, FALSE, FALSE);
14682 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14683                                  repeatable, mandatory, hidden)
14684 VALUES (1, 'authority', '370', '0', $$Record control number$$,
14685 TRUE, FALSE, FALSE);
14686 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14687                                  repeatable, mandatory, hidden)
14688 VALUES (1, 'authority', '370', '2', $$Source of term$$,
14689 TRUE, FALSE, FALSE);
14690 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14691                                  repeatable, mandatory, hidden)
14692 VALUES (1, 'authority', '370', '6', $$Linkage$$,
14693 FALSE, FALSE, FALSE);
14694 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14695                                  repeatable, mandatory, hidden)
14696 VALUES (1, 'authority', '370', '8', $$Field link and sequence number$$,
14697 TRUE, FALSE, FALSE);
14698 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14699                               fixed_field, repeatable, mandatory, hidden)
14700 VALUES (1, 'authority', '371', $$Address$$, $$An address (as well as electronic access information such as email, telephone, fax, TTY, etc. numbers) associated with the entity described in the record. Multiple addresses, such as mailing addresses and addresses corresponding to the physical location of an item or facilities, are recorded in separate occurrences of field 371.$$,
14701 FALSE, TRUE, FALSE, FALSE);
14702 INSERT INTO config.record_attr_definition(name, label)
14703 VALUES ('marc21_authority_371_ind_1', 'MARC 21 authority field 371 indicator position 1');
14704 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14705 VALUES ('marc21_authority_371_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14706 INSERT INTO config.record_attr_definition(name, label)
14707 VALUES ('marc21_authority_371_ind_2', 'MARC 21 authority field 371 indicator position 2');
14708 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14709 VALUES ('marc21_authority_371_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14710 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14711                                  repeatable, mandatory, hidden)
14712 VALUES (1, 'authority', '371', 'a', $$Address$$,
14713 TRUE, FALSE, FALSE);
14714 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14715                                  repeatable, mandatory, hidden)
14716 VALUES (1, 'authority', '371', 'b', $$City$$,
14717 FALSE, FALSE, FALSE);
14718 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14719                                  repeatable, mandatory, hidden)
14720 VALUES (1, 'authority', '371', 'c', $$Intermediate jurisdiction$$,
14721 FALSE, FALSE, FALSE);
14722 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14723                                  repeatable, mandatory, hidden)
14724 VALUES (1, 'authority', '371', 'd', $$Country$$,
14725 FALSE, FALSE, FALSE);
14726 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14727                                  repeatable, mandatory, hidden)
14728 VALUES (1, 'authority', '371', 'e', $$Postal Code$$,
14729 FALSE, FALSE, FALSE);
14730 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14731                                  repeatable, mandatory, hidden)
14732 VALUES (1, 'authority', '371', 'm', $$Electronic mail address$$,
14733 TRUE, FALSE, FALSE);
14734 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14735                                  repeatable, mandatory, hidden)
14736 VALUES (1, 'authority', '371', 's', $$Start period$$,
14737 FALSE, FALSE, FALSE);
14738 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14739                                  repeatable, mandatory, hidden)
14740 VALUES (1, 'authority', '371', 't', $$End period$$,
14741 FALSE, FALSE, FALSE);
14742 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14743                                  repeatable, mandatory, hidden)
14744 VALUES (1, 'authority', '371', 'u', $$Uniform Resource Identifier$$,
14745 TRUE, FALSE, FALSE);
14746 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14747                                  repeatable, mandatory, hidden)
14748 VALUES (1, 'authority', '371', 'v', $$Source of information$$,
14749 TRUE, FALSE, FALSE);
14750 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14751                                  repeatable, mandatory, hidden)
14752 VALUES (1, 'authority', '371', 'z', $$Public note$$,
14753 TRUE, FALSE, FALSE);
14754 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14755                                  repeatable, mandatory, hidden)
14756 VALUES (1, 'authority', '371', '4', $$Relator code$$,
14757 TRUE, FALSE, FALSE);
14758 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14759                                  repeatable, mandatory, hidden)
14760 VALUES (1, 'authority', '371', '6', $$Linkage$$,
14761 FALSE, FALSE, FALSE);
14762 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14763                                  repeatable, mandatory, hidden)
14764 VALUES (1, 'authority', '371', '8', $$Field link and sequence number$$,
14765 TRUE, FALSE, FALSE);
14766 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14767                               fixed_field, repeatable, mandatory, hidden)
14768 VALUES (1, 'authority', '372', $$Field of Activity$$, $$: a field of endeavor, area of expertise, etc., in which the person is engaged or was engaged$$,
14769 FALSE, TRUE, FALSE, FALSE);
14770 INSERT INTO config.record_attr_definition(name, label)
14771 VALUES ('marc21_authority_372_ind_1', 'MARC 21 authority field 372 indicator position 1');
14772 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14773 VALUES ('marc21_authority_372_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14774 INSERT INTO config.record_attr_definition(name, label)
14775 VALUES ('marc21_authority_372_ind_2', 'MARC 21 authority field 372 indicator position 2');
14776 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14777 VALUES ('marc21_authority_372_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14778 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14779                                  repeatable, mandatory, hidden)
14780 VALUES (1, 'authority', '372', 'a', $$Field of activity$$,
14781 TRUE, FALSE, FALSE);
14782 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14783                                  repeatable, mandatory, hidden)
14784 VALUES (1, 'authority', '372', 's', $$Start period$$,
14785 FALSE, FALSE, FALSE);
14786 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14787                                  repeatable, mandatory, hidden)
14788 VALUES (1, 'authority', '372', 't', $$End period$$,
14789 FALSE, FALSE, FALSE);
14790 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14791                                  repeatable, mandatory, hidden)
14792 VALUES (1, 'authority', '372', 'u', $$Uniform Resource Identifier$$,
14793 TRUE, FALSE, FALSE);
14794 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14795                                  repeatable, mandatory, hidden)
14796 VALUES (1, 'authority', '372', 'v', $$Source of information$$,
14797 TRUE, FALSE, FALSE);
14798 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14799                                  repeatable, mandatory, hidden)
14800 VALUES (1, 'authority', '372', '0', $$Record control number$$,
14801 TRUE, FALSE, FALSE);
14802 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14803                                  repeatable, mandatory, hidden)
14804 VALUES (1, 'authority', '372', '2', $$Source of term$$,
14805 FALSE, FALSE, FALSE);
14806 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14807                                  repeatable, mandatory, hidden)
14808 VALUES (1, 'authority', '372', '6', $$Linkage$$,
14809 FALSE, FALSE, FALSE);
14810 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14811                                  repeatable, mandatory, hidden)
14812 VALUES (1, 'authority', '372', '8', $$Field link and sequence number$$,
14813 TRUE, FALSE, FALSE);
14814 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14815                               fixed_field, repeatable, mandatory, hidden)
14816 VALUES (1, 'authority', '373', $$Affiliation$$, $$Information about a group with which a person is or has been affiliated, including dates of affiliation.$$,
14817 FALSE, TRUE, FALSE, FALSE);
14818 INSERT INTO config.record_attr_definition(name, label)
14819 VALUES ('marc21_authority_373_ind_1', 'MARC 21 authority field 373 indicator position 1');
14820 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14821 VALUES ('marc21_authority_373_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14822 INSERT INTO config.record_attr_definition(name, label)
14823 VALUES ('marc21_authority_373_ind_2', 'MARC 21 authority field 373 indicator position 2');
14824 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14825 VALUES ('marc21_authority_373_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14826 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14827                                  repeatable, mandatory, hidden)
14828 VALUES (1, 'authority', '373', 'a', $$Affiliation$$,
14829 TRUE, FALSE, FALSE);
14830 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14831                                  repeatable, mandatory, hidden)
14832 VALUES (1, 'authority', '373', 's', $$Start period$$,
14833 FALSE, FALSE, FALSE);
14834 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14835                                  repeatable, mandatory, hidden)
14836 VALUES (1, 'authority', '373', 't', $$End period$$,
14837 FALSE, FALSE, FALSE);
14838 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14839                                  repeatable, mandatory, hidden)
14840 VALUES (1, 'authority', '373', 'u', $$Uniform Resource Identifier$$,
14841 TRUE, FALSE, FALSE);
14842 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14843                                  repeatable, mandatory, hidden)
14844 VALUES (1, 'authority', '373', 'v', $$Source of information$$,
14845 TRUE, FALSE, FALSE);
14846 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14847                                  repeatable, mandatory, hidden)
14848 VALUES (1, 'authority', '373', '0', $$Record control number$$,
14849 TRUE, FALSE, FALSE);
14850 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14851                                  repeatable, mandatory, hidden)
14852 VALUES (1, 'authority', '373', '2', $$Source of term$$,
14853 FALSE, FALSE, FALSE);
14854 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14855                                  repeatable, mandatory, hidden)
14856 VALUES (1, 'authority', '373', '6', $$Linkage$$,
14857 FALSE, FALSE, FALSE);
14858 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14859                                  repeatable, mandatory, hidden)
14860 VALUES (1, 'authority', '373', '8', $$Field link and sequence number$$,
14861 TRUE, FALSE, FALSE);
14862 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14863                               fixed_field, repeatable, mandatory, hidden)
14864 VALUES (1, 'authority', '374', $$Occupation$$, $$Information about profession or occupation in which a person works or has worked, including dates applicable.$$,
14865 FALSE, TRUE, FALSE, FALSE);
14866 INSERT INTO config.record_attr_definition(name, label)
14867 VALUES ('marc21_authority_374_ind_1', 'MARC 21 authority field 374 indicator position 1');
14868 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14869 VALUES ('marc21_authority_374_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14870 INSERT INTO config.record_attr_definition(name, label)
14871 VALUES ('marc21_authority_374_ind_2', 'MARC 21 authority field 374 indicator position 2');
14872 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14873 VALUES ('marc21_authority_374_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14874 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14875                                  repeatable, mandatory, hidden)
14876 VALUES (1, 'authority', '374', 'a', $$Occupation$$,
14877 TRUE, FALSE, FALSE);
14878 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14879                                  repeatable, mandatory, hidden)
14880 VALUES (1, 'authority', '374', 's', $$Start period$$,
14881 FALSE, FALSE, FALSE);
14882 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14883                                  repeatable, mandatory, hidden)
14884 VALUES (1, 'authority', '374', 't', $$End period$$,
14885 FALSE, FALSE, FALSE);
14886 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14887                                  repeatable, mandatory, hidden)
14888 VALUES (1, 'authority', '374', 'u', $$Uniform Resource Identifier$$,
14889 TRUE, FALSE, FALSE);
14890 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14891                                  repeatable, mandatory, hidden)
14892 VALUES (1, 'authority', '374', 'v', $$Source of information$$,
14893 TRUE, FALSE, FALSE);
14894 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14895                                  repeatable, mandatory, hidden)
14896 VALUES (1, 'authority', '374', '0', $$Record control number$$,
14897 TRUE, FALSE, FALSE);
14898 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14899                                  repeatable, mandatory, hidden)
14900 VALUES (1, 'authority', '374', '2', $$Source of term$$,
14901 FALSE, FALSE, FALSE);
14902 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14903                                  repeatable, mandatory, hidden)
14904 VALUES (1, 'authority', '374', '6', $$Linkage$$,
14905 FALSE, FALSE, FALSE);
14906 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14907                                  repeatable, mandatory, hidden)
14908 VALUES (1, 'authority', '374', '8', $$Field link and sequence number$$,
14909 TRUE, FALSE, FALSE);
14910 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14911                               fixed_field, repeatable, mandatory, hidden)
14912 VALUES (1, 'authority', '375', $$Gender$$, $$Information about gender of a person, including dates applicable.$$,
14913 FALSE, TRUE, FALSE, FALSE);
14914 INSERT INTO config.record_attr_definition(name, label)
14915 VALUES ('marc21_authority_375_ind_1', 'MARC 21 authority field 375 indicator position 1');
14916 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14917 VALUES ('marc21_authority_375_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14918 INSERT INTO config.record_attr_definition(name, label)
14919 VALUES ('marc21_authority_375_ind_2', 'MARC 21 authority field 375 indicator position 2');
14920 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14921 VALUES ('marc21_authority_375_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14922 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14923                                  repeatable, mandatory, hidden)
14924 VALUES (1, 'authority', '375', 'a', $$Gender$$,
14925 TRUE, FALSE, FALSE);
14926 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14927                                  repeatable, mandatory, hidden)
14928 VALUES (1, 'authority', '375', 's', $$Start period$$,
14929 FALSE, FALSE, FALSE);
14930 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14931                                  repeatable, mandatory, hidden)
14932 VALUES (1, 'authority', '375', 't', $$End period$$,
14933 FALSE, FALSE, FALSE);
14934 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14935                                  repeatable, mandatory, hidden)
14936 VALUES (1, 'authority', '375', 'u', $$Uniform Resource Identifier$$,
14937 TRUE, FALSE, FALSE);
14938 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14939                                  repeatable, mandatory, hidden)
14940 VALUES (1, 'authority', '375', 'v', $$Source of information$$,
14941 TRUE, FALSE, FALSE);
14942 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14943                                  repeatable, mandatory, hidden)
14944 VALUES (1, 'authority', '375', '2', $$Source of term$$,
14945 FALSE, FALSE, FALSE);
14946 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14947                                  repeatable, mandatory, hidden)
14948 VALUES (1, 'authority', '375', '6', $$Linkage$$,
14949 FALSE, FALSE, FALSE);
14950 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14951                                  repeatable, mandatory, hidden)
14952 VALUES (1, 'authority', '375', '8', $$Field link and sequence number$$,
14953 TRUE, FALSE, FALSE);
14954 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14955                               fixed_field, repeatable, mandatory, hidden)
14956 VALUES (1, 'authority', '376', $$Family Information$$, $$Additional information about families, including type of family, prominent member of the family, and hereditary title.$$,
14957 FALSE, TRUE, FALSE, FALSE);
14958 INSERT INTO config.record_attr_definition(name, label)
14959 VALUES ('marc21_authority_376_ind_1', 'MARC 21 authority field 376 indicator position 1');
14960 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14961 VALUES ('marc21_authority_376_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14962 INSERT INTO config.record_attr_definition(name, label)
14963 VALUES ('marc21_authority_376_ind_2', 'MARC 21 authority field 376 indicator position 2');
14964 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14965 VALUES ('marc21_authority_376_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14966 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14967                                  repeatable, mandatory, hidden)
14968 VALUES (1, 'authority', '376', 'a', $$Type of family$$,
14969 TRUE, FALSE, FALSE);
14970 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14971                                  repeatable, mandatory, hidden)
14972 VALUES (1, 'authority', '376', 'b', $$Name of prominent member$$,
14973 TRUE, FALSE, FALSE);
14974 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14975                                  repeatable, mandatory, hidden)
14976 VALUES (1, 'authority', '376', 'c', $$Hereditary title$$,
14977 TRUE, FALSE, FALSE);
14978 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14979                                  repeatable, mandatory, hidden)
14980 VALUES (1, 'authority', '376', 's', $$Start period$$,
14981 FALSE, FALSE, FALSE);
14982 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14983                                  repeatable, mandatory, hidden)
14984 VALUES (1, 'authority', '376', 't', $$End period$$,
14985 FALSE, FALSE, FALSE);
14986 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14987                                  repeatable, mandatory, hidden)
14988 VALUES (1, 'authority', '376', 'u', $$Uniform Resource Identifier$$,
14989 TRUE, FALSE, FALSE);
14990 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14991                                  repeatable, mandatory, hidden)
14992 VALUES (1, 'authority', '376', 'v', $$Source of information$$,
14993 TRUE, FALSE, FALSE);
14994 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14995                                  repeatable, mandatory, hidden)
14996 VALUES (1, 'authority', '376', '0', $$Record control number$$,
14997 TRUE, FALSE, FALSE);
14998 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14999                                  repeatable, mandatory, hidden)
15000 VALUES (1, 'authority', '376', '2', $$Source of term$$,
15001 FALSE, FALSE, FALSE);
15002 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15003                                  repeatable, mandatory, hidden)
15004 VALUES (1, 'authority', '376', '6', $$Linkage$$,
15005 FALSE, FALSE, FALSE);
15006 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15007                                  repeatable, mandatory, hidden)
15008 VALUES (1, 'authority', '376', '8', $$Field link and sequence number$$,
15009 TRUE, FALSE, FALSE);
15010 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15011                               fixed_field, repeatable, mandatory, hidden)
15012 VALUES (1, 'authority', '377', $$Associated Language$$, $$: the language a person uses when writing for publication, broadcasting, etc.$$,
15013 FALSE, TRUE, FALSE, FALSE);
15014 INSERT INTO config.record_attr_definition(name, label)
15015 VALUES ('marc21_authority_377_ind_1', 'MARC 21 authority field 377 indicator position 1');
15016 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15017 VALUES ('marc21_authority_377_ind_1', '#', $$Undefined$$, FALSE, TRUE);
15018 INSERT INTO config.record_attr_definition(name, label)
15019 VALUES ('marc21_authority_377_ind_2', 'MARC 21 authority field 377 indicator position 2');
15020 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15021 VALUES ('marc21_authority_377_ind_2', '#', $$MARC language code$$, FALSE, TRUE);
15022 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15023 VALUES ('marc21_authority_377_ind_2', '7', $$Source specified in $2$$, FALSE, TRUE);
15024 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15025                                  repeatable, mandatory, hidden)
15026 VALUES (1, 'authority', '377', 'a', $$Language code$$,
15027 TRUE, FALSE, FALSE);
15028 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15029                                  repeatable, mandatory, hidden)
15030 VALUES (1, 'authority', '377', '2', $$Source of term$$,
15031 FALSE, FALSE, FALSE);
15032 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15033                                  repeatable, mandatory, hidden)
15034 VALUES (1, 'authority', '377', '6', $$Linkage$$,
15035 FALSE, FALSE, FALSE);
15036 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15037                                  repeatable, mandatory, hidden)
15038 VALUES (1, 'authority', '377', '8', $$Field link and sequence number$$,
15039 TRUE, FALSE, FALSE);
15040 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15041                               fixed_field, repeatable, mandatory, hidden)
15042 VALUES (1, 'authority', '380', $$Form of Work$$, $$A class or genre to which a work belongs. May be used to differentiate a work from another work with the same title.$$,
15043 FALSE, TRUE, FALSE, FALSE);
15044 INSERT INTO config.record_attr_definition(name, label)
15045 VALUES ('marc21_authority_380_ind_1', 'MARC 21 authority field 380 indicator position 1');
15046 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15047 VALUES ('marc21_authority_380_ind_1', '#', $$Undefined$$, FALSE, TRUE);
15048 INSERT INTO config.record_attr_definition(name, label)
15049 VALUES ('marc21_authority_380_ind_2', 'MARC 21 authority field 380 indicator position 2');
15050 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15051 VALUES ('marc21_authority_380_ind_2', '#', $$Undefined$$, FALSE, TRUE);
15052 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15053                                  repeatable, mandatory, hidden)
15054 VALUES (1, 'authority', '380', 'a', $$Form of work$$,
15055 TRUE, FALSE, FALSE);
15056 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15057                                  repeatable, mandatory, hidden)
15058 VALUES (1, 'authority', '380', '0', $$Record control number$$,
15059 TRUE, FALSE, FALSE);
15060 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15061                                  repeatable, mandatory, hidden)
15062 VALUES (1, 'authority', '380', '2', $$Source of term$$,
15063 FALSE, FALSE, FALSE);
15064 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15065                                  repeatable, mandatory, hidden)
15066 VALUES (1, 'authority', '380', '6', $$Linkage$$,
15067 FALSE, FALSE, FALSE);
15068 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15069                                  repeatable, mandatory, hidden)
15070 VALUES (1, 'authority', '380', '8', $$Field link and sequence number$$,
15071 TRUE, FALSE, FALSE);
15072 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15073                               fixed_field, repeatable, mandatory, hidden)
15074 VALUES (1, 'authority', '381', $$Other Distinguishing Characteristics of Work or Expression$$, $$Any characteristic that is not accommodated in a special field that serves to characterize a work or expression. Examples are an issuing body, arranged statement of music, version, or a geographic term. May be used to differentiate a work from another work with the same title.$$,
15075 FALSE, TRUE, FALSE, FALSE);
15076 INSERT INTO config.record_attr_definition(name, label)
15077 VALUES ('marc21_authority_381_ind_1', 'MARC 21 authority field 381 indicator position 1');
15078 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15079 VALUES ('marc21_authority_381_ind_1', '#', $$Undefined$$, FALSE, TRUE);
15080 INSERT INTO config.record_attr_definition(name, label)
15081 VALUES ('marc21_authority_381_ind_2', 'MARC 21 authority field 381 indicator position 2');
15082 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15083 VALUES ('marc21_authority_381_ind_2', '#', $$Undefined$$, FALSE, TRUE);
15084 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15085                                  repeatable, mandatory, hidden)
15086 VALUES (1, 'authority', '381', 'a', $$Other distinguishing characteristic$$,
15087 TRUE, FALSE, FALSE);
15088 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15089                                  repeatable, mandatory, hidden)
15090 VALUES (1, 'authority', '381', 'u', $$Uniform Resource Identifier$$,
15091 TRUE, FALSE, FALSE);
15092 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15093                                  repeatable, mandatory, hidden)
15094 VALUES (1, 'authority', '381', 'v', $$Source of information$$,
15095 TRUE, FALSE, FALSE);
15096 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15097                                  repeatable, mandatory, hidden)
15098 VALUES (1, 'authority', '381', '0', $$Record control number$$,
15099 TRUE, FALSE, FALSE);
15100 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15101                                  repeatable, mandatory, hidden)
15102 VALUES (1, 'authority', '381', '2', $$Source of term$$,
15103 FALSE, FALSE, FALSE);
15104 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15105                                  repeatable, mandatory, hidden)
15106 VALUES (1, 'authority', '381', '6', $$Linkage$$,
15107 FALSE, FALSE, FALSE);
15108 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15109                                  repeatable, mandatory, hidden)
15110 VALUES (1, 'authority', '381', '8', $$Field link and sequence number$$,
15111 TRUE, FALSE, FALSE);
15112 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15113                               fixed_field, repeatable, mandatory, hidden)
15114 VALUES (1, 'authority', '382', $$Medium of Performance$$, $$The instrumental, vocal, and/or other medium of performance for which a musical work was originally conceived or for which a musical expression is written or performed. May be used to differentiate a musical work or expression from another with the same title.$$,
15115 FALSE, TRUE, FALSE, FALSE);
15116 INSERT INTO config.record_attr_definition(name, label)
15117 VALUES ('marc21_authority_382_ind_1', 'MARC 21 authority field 382 indicator position 1');
15118 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15119 VALUES ('marc21_authority_382_ind_1', '#', $$Undefined$$, FALSE, TRUE);
15120 INSERT INTO config.record_attr_definition(name, label)
15121 VALUES ('marc21_authority_382_ind_2', 'MARC 21 authority field 382 indicator position 2');
15122 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15123 VALUES ('marc21_authority_382_ind_2', '#', $$Undefined$$, FALSE, TRUE);
15124 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15125                                  repeatable, mandatory, hidden)
15126 VALUES (1, 'authority', '382', 'a', $$Medium of performance$$,
15127 TRUE, FALSE, FALSE);
15128 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15129                                  repeatable, mandatory, hidden)
15130 VALUES (1, 'authority', '382', '0', $$Record control number$$,
15131 TRUE, FALSE, FALSE);
15132 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15133                                  repeatable, mandatory, hidden)
15134 VALUES (1, 'authority', '382', '2', $$Source of term$$,
15135 FALSE, FALSE, FALSE);
15136 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15137                                  repeatable, mandatory, hidden)
15138 VALUES (1, 'authority', '382', '6', $$Linkage$$,
15139 FALSE, FALSE, FALSE);
15140 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15141                                  repeatable, mandatory, hidden)
15142 VALUES (1, 'authority', '382', '8', $$Field link and sequence number$$,
15143 TRUE, FALSE, FALSE);
15144 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15145                               fixed_field, repeatable, mandatory, hidden)
15146 VALUES (1, 'authority', '383', $$Numeric Designation of Musical Work$$, $$A serial number, opus number, or thematic index number assigned to a musical work by the composer, publisher, or a musicologist. May be used to differentiate a musical work from another with the same title.$$,
15147 FALSE, TRUE, FALSE, FALSE);
15148 INSERT INTO config.record_attr_definition(name, label)
15149 VALUES ('marc21_authority_383_ind_1', 'MARC 21 authority field 383 indicator position 1');
15150 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15151 VALUES ('marc21_authority_383_ind_1', '#', $$Undefined$$, FALSE, TRUE);
15152 INSERT INTO config.record_attr_definition(name, label)
15153 VALUES ('marc21_authority_383_ind_2', 'MARC 21 authority field 383 indicator position 2');
15154 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15155 VALUES ('marc21_authority_383_ind_2', '#', $$Undefined$$, FALSE, TRUE);
15156 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15157                                  repeatable, mandatory, hidden)
15158 VALUES (1, 'authority', '383', 'a', $$Serial number$$,
15159 TRUE, FALSE, FALSE);
15160 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15161                                  repeatable, mandatory, hidden)
15162 VALUES (1, 'authority', '383', 'b', $$Opus number$$,
15163 TRUE, FALSE, FALSE);
15164 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15165                                  repeatable, mandatory, hidden)
15166 VALUES (1, 'authority', '383', 'c', $$Thematic index number$$,
15167 TRUE, FALSE, FALSE);
15168 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15169                                  repeatable, mandatory, hidden)
15170 VALUES (1, 'authority', '383', '6', $$Linkage$$,
15171 FALSE, FALSE, FALSE);
15172 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15173                                  repeatable, mandatory, hidden)
15174 VALUES (1, 'authority', '383', '8', $$Field link and sequence number$$,
15175 TRUE, FALSE, FALSE);
15176 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15177                               fixed_field, repeatable, mandatory, hidden)
15178 VALUES (1, 'authority', '384', $$Key$$, $$The set of pitch relationships that establishes a single pitch class as a tonal centre for a musical work or expression. May be used to differentiate a musical work or expression from another with the same title.$$,
15179 FALSE, FALSE, FALSE, FALSE);
15180 INSERT INTO config.record_attr_definition(name, label)
15181 VALUES ('marc21_authority_384_ind_1', 'MARC 21 authority field 384 indicator position 1');
15182 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15183 VALUES ('marc21_authority_384_ind_1', '#', $$Relationship to original unknown$$, FALSE, TRUE);
15184 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15185 VALUES ('marc21_authority_384_ind_1', '0', $$Original key$$, FALSE, TRUE);
15186 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15187 VALUES ('marc21_authority_384_ind_1', '1', $$Transposed key$$, FALSE, TRUE);
15188 INSERT INTO config.record_attr_definition(name, label)
15189 VALUES ('marc21_authority_384_ind_2', 'MARC 21 authority field 384 indicator position 2');
15190 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15191 VALUES ('marc21_authority_384_ind_2', '#', $$Undefined$$, FALSE, TRUE);
15192 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15193                                  repeatable, mandatory, hidden)
15194 VALUES (1, 'authority', '384', 'a', $$Key$$,
15195 FALSE, FALSE, FALSE);
15196 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15197                                  repeatable, mandatory, hidden)
15198 VALUES (1, 'authority', '384', '6', $$Linkage$$,
15199 FALSE, FALSE, FALSE);
15200 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15201                                  repeatable, mandatory, hidden)
15202 VALUES (1, 'authority', '384', '8', $$Field link and sequence number$$,
15203 TRUE, FALSE, FALSE);
15204 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15205                               fixed_field, repeatable, mandatory, hidden)
15206 VALUES (1, 'authority', '400', $$See From Tracing-Personal Name$$, $$Tracing for a personal name reference.$$,
15207 FALSE, TRUE, FALSE, FALSE);
15208 INSERT INTO config.record_attr_definition(name, label)
15209 VALUES ('marc21_authority_400_ind_1', 'MARC 21 authority field 400 indicator position 1');
15210 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15211 VALUES ('marc21_authority_400_ind_1', '0', $$Forename$$, FALSE, TRUE);
15212 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15213 VALUES ('marc21_authority_400_ind_1', '1', $$Surname$$, FALSE, TRUE);
15214 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15215 VALUES ('marc21_authority_400_ind_1', '3', $$Family name$$, FALSE, TRUE);
15216 INSERT INTO config.record_attr_definition(name, label)
15217 VALUES ('marc21_authority_400_ind_2', 'MARC 21 authority field 400 indicator position 2');
15218 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15219 VALUES ('marc21_authority_400_ind_2', '#', $$Undefined$$, FALSE, TRUE);
15220 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15221                                  repeatable, mandatory, hidden)
15222 VALUES (1, 'authority', '400', 'a', $$Personal name$$,
15223 FALSE, FALSE, FALSE);
15224 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15225                                  repeatable, mandatory, hidden)
15226 VALUES (1, 'authority', '400', 'b', $$Numeration$$,
15227 FALSE, FALSE, FALSE);
15228 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15229                                  repeatable, mandatory, hidden)
15230 VALUES (1, 'authority', '400', 'c', $$Titles and other words associated with a name$$,
15231 TRUE, FALSE, FALSE);
15232 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15233                                  repeatable, mandatory, hidden)
15234 VALUES (1, 'authority', '400', 'd', $$Dates associated with a name$$,
15235 FALSE, FALSE, FALSE);
15236 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15237                                  repeatable, mandatory, hidden)
15238 VALUES (1, 'authority', '400', 'e', $$Relator term$$,
15239 TRUE, FALSE, FALSE);
15240 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15241                                  repeatable, mandatory, hidden)
15242 VALUES (1, 'authority', '400', 'f', $$Date of a work$$,
15243 FALSE, FALSE, FALSE);
15244 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15245                                  repeatable, mandatory, hidden)
15246 VALUES (1, 'authority', '400', 'g', $$Miscellaneous information$$,
15247 FALSE, FALSE, FALSE);
15248 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15249                                  repeatable, mandatory, hidden)
15250 VALUES (1, 'authority', '400', 'h', $$Medium$$,
15251 FALSE, FALSE, FALSE);
15252 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15253                                  repeatable, mandatory, hidden)
15254 VALUES (1, 'authority', '400', 'i', $$Relationship information$$,
15255 TRUE, FALSE, FALSE);
15256 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15257                                  repeatable, mandatory, hidden)
15258 VALUES (1, 'authority', '400', 'j', $$Attribution qualifier$$,
15259 TRUE, FALSE, FALSE);
15260 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15261                                  repeatable, mandatory, hidden)
15262 VALUES (1, 'authority', '400', 'k', $$Form subheading$$,
15263 TRUE, FALSE, FALSE);
15264 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15265                                  repeatable, mandatory, hidden)
15266 VALUES (1, 'authority', '400', 'l', $$Language of a work$$,
15267 FALSE, FALSE, FALSE);
15268 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15269                                  repeatable, mandatory, hidden)
15270 VALUES (1, 'authority', '400', 'm', $$Medium of performance for music$$,
15271 TRUE, FALSE, FALSE);
15272 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15273                                  repeatable, mandatory, hidden)
15274 VALUES (1, 'authority', '400', 'n', $$Number of part/section of a work$$,
15275 TRUE, FALSE, FALSE);
15276 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15277                                  repeatable, mandatory, hidden)
15278 VALUES (1, 'authority', '400', 'o', $$Arranged statement for music$$,
15279 FALSE, FALSE, FALSE);
15280 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15281                                  repeatable, mandatory, hidden)
15282 VALUES (1, 'authority', '400', 'p', $$Name of part/section of a work$$,
15283 TRUE, FALSE, FALSE);
15284 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15285                                  repeatable, mandatory, hidden)
15286 VALUES (1, 'authority', '400', 'q', $$Fuller form of name$$,
15287 FALSE, FALSE, FALSE);
15288 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15289                                  repeatable, mandatory, hidden)
15290 VALUES (1, 'authority', '400', 'r', $$Key for music$$,
15291 FALSE, FALSE, FALSE);
15292 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15293                                  repeatable, mandatory, hidden)
15294 VALUES (1, 'authority', '400', 's', $$Version$$,
15295 FALSE, FALSE, FALSE);
15296 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15297                                  repeatable, mandatory, hidden)
15298 VALUES (1, 'authority', '400', 't', $$Title of a work$$,
15299 FALSE, FALSE, FALSE);
15300 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15301                                  repeatable, mandatory, hidden)
15302 VALUES (1, 'authority', '400', 'v', $$Form subdivision$$,
15303 TRUE, FALSE, FALSE);
15304 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15305                                  repeatable, mandatory, hidden)
15306 VALUES (1, 'authority', '400', 'w', $$Control subfield$$,
15307 FALSE, FALSE, FALSE);
15308 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15309                                  repeatable, mandatory, hidden)
15310 VALUES (1, 'authority', '400', 'x', $$General subdivision$$,
15311 TRUE, FALSE, FALSE);
15312 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15313                                  repeatable, mandatory, hidden)
15314 VALUES (1, 'authority', '400', 'y', $$Chronological subdivision$$,
15315 TRUE, FALSE, FALSE);
15316 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15317                                  repeatable, mandatory, hidden)
15318 VALUES (1, 'authority', '400', 'z', $$Geographic subdivision$$,
15319 TRUE, FALSE, FALSE);
15320 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15321                                  repeatable, mandatory, hidden)
15322 VALUES (1, 'authority', '400', '4', $$Relationship code$$,
15323 TRUE, FALSE, FALSE);
15324 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15325                                  repeatable, mandatory, hidden)
15326 VALUES (1, 'authority', '400', '5', $$Institution to which field applies$$,
15327 TRUE, FALSE, FALSE);
15328 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15329                                  repeatable, mandatory, hidden)
15330 VALUES (1, 'authority', '400', '6', $$Linkage$$,
15331 FALSE, FALSE, FALSE);
15332 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15333                                  repeatable, mandatory, hidden)
15334 VALUES (1, 'authority', '400', '8', $$Field link and sequence number$$,
15335 TRUE, FALSE, FALSE);
15336 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15337                               fixed_field, repeatable, mandatory, hidden)
15338 VALUES (1, 'authority', '410', $$See From Tracing-Corporate Name$$, $$Tracing for a corporate name reference.$$,
15339 FALSE, TRUE, FALSE, FALSE);
15340 INSERT INTO config.record_attr_definition(name, label)
15341 VALUES ('marc21_authority_410_ind_1', 'MARC 21 authority field 410 indicator position 1');
15342 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15343 VALUES ('marc21_authority_410_ind_1', '0', $$Inverted name$$, FALSE, TRUE);
15344 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15345 VALUES ('marc21_authority_410_ind_1', '1', $$Jurisdiction name$$, FALSE, TRUE);
15346 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15347 VALUES ('marc21_authority_410_ind_1', '2', $$Name in direct order$$, FALSE, TRUE);
15348 INSERT INTO config.record_attr_definition(name, label)
15349 VALUES ('marc21_authority_410_ind_2', 'MARC 21 authority field 410 indicator position 2');
15350 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15351 VALUES ('marc21_authority_410_ind_2', '#', $$Undefined$$, FALSE, TRUE);
15352 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15353                                  repeatable, mandatory, hidden)
15354 VALUES (1, 'authority', '410', 'a', $$Corporate name or jurisdiction name as entry element$$,
15355 FALSE, FALSE, FALSE);
15356 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15357                                  repeatable, mandatory, hidden)
15358 VALUES (1, 'authority', '410', 'b', $$Subordinate unit$$,
15359 TRUE, FALSE, FALSE);
15360 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15361                                  repeatable, mandatory, hidden)
15362 VALUES (1, 'authority', '410', 'c', $$Location of meeting$$,
15363 FALSE, FALSE, FALSE);
15364 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15365                                  repeatable, mandatory, hidden)
15366 VALUES (1, 'authority', '410', 'd', $$Date of meeting or treaty signing$$,
15367 TRUE, FALSE, FALSE);
15368 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15369                                  repeatable, mandatory, hidden)
15370 VALUES (1, 'authority', '410', 'e', $$Relator term$$,
15371 TRUE, FALSE, FALSE);
15372 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15373                                  repeatable, mandatory, hidden)
15374 VALUES (1, 'authority', '410', 'f', $$Date of a work$$,
15375 FALSE, FALSE, FALSE);
15376 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15377                                  repeatable, mandatory, hidden)
15378 VALUES (1, 'authority', '410', 'g', $$Miscellaneous information$$,
15379 FALSE, FALSE, FALSE);
15380 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15381                                  repeatable, mandatory, hidden)
15382 VALUES (1, 'authority', '410', 'h', $$Medium$$,
15383 FALSE, FALSE, FALSE);
15384 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15385                                  repeatable, mandatory, hidden)
15386 VALUES (1, 'authority', '410', 'i', $$Relationship information$$,
15387 TRUE, FALSE, FALSE);
15388 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15389                                  repeatable, mandatory, hidden)
15390 VALUES (1, 'authority', '410', 'k', $$Form subheading$$,
15391 TRUE, FALSE, FALSE);
15392 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15393                                  repeatable, mandatory, hidden)
15394 VALUES (1, 'authority', '410', 'l', $$Language of a work$$,
15395 FALSE, FALSE, FALSE);
15396 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15397                                  repeatable, mandatory, hidden)
15398 VALUES (1, 'authority', '410', 'm', $$Medium of performance for music$$,
15399 TRUE, FALSE, FALSE);
15400 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15401                                  repeatable, mandatory, hidden)
15402 VALUES (1, 'authority', '410', 'n', $$Number of part/section/meeting$$,
15403 TRUE, FALSE, FALSE);
15404 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15405                                  repeatable, mandatory, hidden)
15406 VALUES (1, 'authority', '410', 'o', $$Arranged statement for music$$,
15407 FALSE, FALSE, FALSE);
15408 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15409                                  repeatable, mandatory, hidden)
15410 VALUES (1, 'authority', '410', 'p', $$Name of part/section of a work$$,
15411 TRUE, FALSE, FALSE);
15412 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15413                                  repeatable, mandatory, hidden)
15414 VALUES (1, 'authority', '410', 'r', $$Key for music$$,
15415 FALSE, FALSE, FALSE);
15416 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15417                                  repeatable, mandatory, hidden)
15418 VALUES (1, 'authority', '410', 's', $$Version$$,
15419 FALSE, FALSE, FALSE);
15420 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15421                                  repeatable, mandatory, hidden)
15422 VALUES (1, 'authority', '410', 't', $$Title of a work$$,
15423 FALSE, FALSE, FALSE);
15424 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15425                                  repeatable, mandatory, hidden)
15426 VALUES (1, 'authority', '410', 'v', $$Form subdivision$$,
15427 TRUE, FALSE, FALSE);
15428 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15429                                  repeatable, mandatory, hidden)
15430 VALUES (1, 'authority', '410', 'w', $$Control subfield$$,
15431 FALSE, FALSE, FALSE);
15432 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15433                                  repeatable, mandatory, hidden)
15434 VALUES (1, 'authority', '410', 'x', $$General subdivision$$,
15435 TRUE, FALSE, FALSE);
15436 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15437                                  repeatable, mandatory, hidden)
15438 VALUES (1, 'authority', '410', 'y', $$Chronological subdivision$$,
15439 TRUE, FALSE, FALSE);
15440 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15441                                  repeatable, mandatory, hidden)
15442 VALUES (1, 'authority', '410', 'z', $$Geographic subdivision$$,
15443 TRUE, FALSE, FALSE);
15444 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15445                                  repeatable, mandatory, hidden)
15446 VALUES (1, 'authority', '410', '4', $$Relationship code$$,
15447 TRUE, FALSE, FALSE);
15448 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15449                                  repeatable, mandatory, hidden)
15450 VALUES (1, 'authority', '410', '5', $$Institution to which field applies$$,
15451 TRUE, FALSE, FALSE);
15452 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15453                                  repeatable, mandatory, hidden)
15454 VALUES (1, 'authority', '410', '6', $$Linkage$$,
15455 FALSE, FALSE, FALSE);
15456 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15457                                  repeatable, mandatory, hidden)
15458 VALUES (1, 'authority', '410', '8', $$Field link and sequence number$$,
15459 TRUE, FALSE, FALSE);
15460 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15461                               fixed_field, repeatable, mandatory, hidden)
15462 VALUES (1, 'authority', '411', $$See From Tracing-Meeting Name$$, $$Tracing for a meeting name reference. It is used in an established heading record or an established heading and subdivision record to trace a see from reference from a meeting name not used to an established heading.$$,
15463 FALSE, TRUE, FALSE, FALSE);
15464 INSERT INTO config.record_attr_definition(name, label)
15465 VALUES ('marc21_authority_411_ind_1', 'MARC 21 authority field 411 indicator position 1');
15466 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15467 VALUES ('marc21_authority_411_ind_1', '0', $$Inverted name$$, FALSE, TRUE);
15468 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15469 VALUES ('marc21_authority_411_ind_1', '1', $$Jurisdiction name$$, FALSE, TRUE);
15470 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15471 VALUES ('marc21_authority_411_ind_1', '2', $$Name in direct order$$, FALSE, TRUE);
15472 INSERT INTO config.record_attr_definition(name, label)
15473 VALUES ('marc21_authority_411_ind_2', 'MARC 21 authority field 411 indicator position 2');
15474 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15475 VALUES ('marc21_authority_411_ind_2', '#', $$Undefined$$, FALSE, TRUE);
15476 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15477                                  repeatable, mandatory, hidden)
15478 VALUES (1, 'authority', '411', 'a', $$Meeting name or jurisdiction name as entry element$$,
15479 FALSE, FALSE, FALSE);
15480 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15481                                  repeatable, mandatory, hidden)
15482 VALUES (1, 'authority', '411', 'c', $$Location of meeting$$,
15483 FALSE, FALSE, FALSE);
15484 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15485                                  repeatable, mandatory, hidden)
15486 VALUES (1, 'authority', '411', 'd', $$Date of meeting$$,
15487 FALSE, FALSE, FALSE);
15488 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15489                                  repeatable, mandatory, hidden)
15490 VALUES (1, 'authority', '411', 'e', $$Subordinate unit$$,
15491 TRUE, FALSE, FALSE);
15492 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15493                                  repeatable, mandatory, hidden)
15494 VALUES (1, 'authority', '411', 'f', $$Date of a work$$,
15495 FALSE, FALSE, FALSE);
15496 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15497                                  repeatable, mandatory, hidden)
15498 VALUES (1, 'authority', '411', 'g', $$Miscellaneous information$$,
15499 FALSE, FALSE, FALSE);
15500 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15501                                  repeatable, mandatory, hidden)
15502 VALUES (1, 'authority', '411', 'h', $$Medium$$,
15503 FALSE, FALSE, FALSE);
15504 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15505                                  repeatable, mandatory, hidden)
15506 VALUES (1, 'authority', '411', 'i', $$Relationship information$$,
15507 TRUE, FALSE, FALSE);
15508 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15509                                  repeatable, mandatory, hidden)
15510 VALUES (1, 'authority', '411', 'j', $$Relator term$$,
15511 TRUE, FALSE, FALSE);
15512 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15513                                  repeatable, mandatory, hidden)
15514 VALUES (1, 'authority', '411', 'k', $$Form subheading$$,
15515 TRUE, FALSE, FALSE);
15516 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15517                                  repeatable, mandatory, hidden)
15518 VALUES (1, 'authority', '411', 'l', $$Language of a work$$,
15519 FALSE, FALSE, FALSE);
15520 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15521                                  repeatable, mandatory, hidden)
15522 VALUES (1, 'authority', '411', 'n', $$Number of part/section/meeting$$,
15523 TRUE, FALSE, FALSE);
15524 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15525                                  repeatable, mandatory, hidden)
15526 VALUES (1, 'authority', '411', 'p', $$Name of part/section of a work$$,
15527 TRUE, FALSE, FALSE);
15528 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15529                                  repeatable, mandatory, hidden)
15530 VALUES (1, 'authority', '411', 'q', $$Name of meeting following jurisdiction name entry element$$,
15531 FALSE, FALSE, FALSE);
15532 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15533                                  repeatable, mandatory, hidden)
15534 VALUES (1, 'authority', '411', 's', $$Version$$,
15535 FALSE, FALSE, FALSE);
15536 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15537                                  repeatable, mandatory, hidden)
15538 VALUES (1, 'authority', '411', 't', $$Title of a work$$,
15539 FALSE, FALSE, FALSE);
15540 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15541                                  repeatable, mandatory, hidden)
15542 VALUES (1, 'authority', '411', 'v', $$Form subdivision$$,
15543 TRUE, FALSE, FALSE);
15544 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15545                                  repeatable, mandatory, hidden)
15546 VALUES (1, 'authority', '411', 'w', $$Control subfield$$,
15547 FALSE, FALSE, FALSE);
15548 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15549                                  repeatable, mandatory, hidden)
15550 VALUES (1, 'authority', '411', 'x', $$General subdivision$$,
15551 TRUE, FALSE, FALSE);
15552 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15553                                  repeatable, mandatory, hidden)
15554 VALUES (1, 'authority', '411', 'y', $$Chronological subdivision$$,
15555 TRUE, FALSE, FALSE);
15556 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15557                                  repeatable, mandatory, hidden)
15558 VALUES (1, 'authority', '411', 'z', $$Geographic subdivision$$,
15559 TRUE, FALSE, FALSE);
15560 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15561                                  repeatable, mandatory, hidden)
15562 VALUES (1, 'authority', '411', '4', $$Relationship code$$,
15563 TRUE, FALSE, FALSE);
15564 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15565                                  repeatable, mandatory, hidden)
15566 VALUES (1, 'authority', '411', '5', $$Institution to which field applies$$,
15567 TRUE, FALSE, FALSE);
15568 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15569                                  repeatable, mandatory, hidden)
15570 VALUES (1, 'authority', '411', '6', $$Linkage$$,
15571 FALSE, FALSE, FALSE);
15572 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15573                                  repeatable, mandatory, hidden)
15574 VALUES (1, 'authority', '411', '8', $$Field link and sequence number$$,
15575 TRUE, FALSE, FALSE);
15576 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15577                               fixed_field, repeatable, mandatory, hidden)
15578 VALUES (1, 'authority', '430', $$See From Tracing-Uniform Title$$, $$Tracing for a uniform title reference.$$,
15579 FALSE, TRUE, FALSE, FALSE);
15580 INSERT INTO config.record_attr_definition(name, label)
15581 VALUES ('marc21_authority_430_ind_1', 'MARC 21 authority field 430 indicator position 1');
15582 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15583 VALUES ('marc21_authority_430_ind_1', '#', $$Undefined$$, FALSE, TRUE);
15584 INSERT INTO config.record_attr_definition(name, label)
15585 VALUES ('marc21_authority_430_ind_2', 'MARC 21 authority field 430 indicator position 2');
15586 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15587 VALUES ('marc21_authority_430_ind_2', '0', $$No nonfiling characters$$, FALSE, TRUE);
15588 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15589 VALUES ('marc21_authority_430_ind_2', '1', $$Number of nonfiling characters - 1$$, FALSE, TRUE);
15590 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15591 VALUES ('marc21_authority_430_ind_2', '2', $$Number of nonfiling characters - 2$$, FALSE, TRUE);
15592 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15593 VALUES ('marc21_authority_430_ind_2', '3', $$Number of nonfiling characters - 3$$, FALSE, TRUE);
15594 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15595 VALUES ('marc21_authority_430_ind_2', '4', $$Number of nonfiling characters - 4$$, FALSE, TRUE);
15596 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15597 VALUES ('marc21_authority_430_ind_2', '5', $$Number of nonfiling characters - 5$$, FALSE, TRUE);
15598 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15599 VALUES ('marc21_authority_430_ind_2', '6', $$Number of nonfiling characters - 6$$, FALSE, TRUE);
15600 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15601 VALUES ('marc21_authority_430_ind_2', '7', $$Number of nonfiling characters - 7$$, FALSE, TRUE);
15602 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15603 VALUES ('marc21_authority_430_ind_2', '8', $$Number of nonfiling characters - 8$$, FALSE, TRUE);
15604 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15605 VALUES ('marc21_authority_430_ind_2', '9', $$Number of nonfiling characters - 9$$, FALSE, TRUE);
15606 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15607                                  repeatable, mandatory, hidden)
15608 VALUES (1, 'authority', '430', 'a', $$Uniform title$$,
15609 FALSE, FALSE, FALSE);
15610 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15611                                  repeatable, mandatory, hidden)
15612 VALUES (1, 'authority', '430', 'd', $$Date of treaty signing$$,
15613 TRUE, FALSE, FALSE);
15614 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15615                                  repeatable, mandatory, hidden)
15616 VALUES (1, 'authority', '430', 'f', $$Date of a work$$,
15617 FALSE, FALSE, FALSE);
15618 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15619                                  repeatable, mandatory, hidden)
15620 VALUES (1, 'authority', '430', 'g', $$Miscellaneous information$$,
15621 FALSE, FALSE, FALSE);
15622 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15623                                  repeatable, mandatory, hidden)
15624 VALUES (1, 'authority', '430', 'h', $$Medium$$,
15625 FALSE, FALSE, FALSE);
15626 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15627                                  repeatable, mandatory, hidden)
15628 VALUES (1, 'authority', '430', 'i', $$Relationship information$$,
15629 TRUE, FALSE, FALSE);
15630 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15631                                  repeatable, mandatory, hidden)
15632 VALUES (1, 'authority', '430', 'k', $$Form subheading$$,
15633 TRUE, FALSE, FALSE);
15634 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15635                                  repeatable, mandatory, hidden)
15636 VALUES (1, 'authority', '430', 'l', $$Language of a work$$,
15637 FALSE, FALSE, FALSE);
15638 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15639                                  repeatable, mandatory, hidden)
15640 VALUES (1, 'authority', '430', 'm', $$Medium of performance for music$$,
15641 TRUE, FALSE, FALSE);
15642 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15643                                  repeatable, mandatory, hidden)
15644 VALUES (1, 'authority', '430', 'n', $$Number of part/section of a work$$,
15645 TRUE, FALSE, FALSE);
15646 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15647                                  repeatable, mandatory, hidden)
15648 VALUES (1, 'authority', '430', 'o', $$Arranged statement for music$$,
15649 FALSE, FALSE, FALSE);
15650 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15651                                  repeatable, mandatory, hidden)
15652 VALUES (1, 'authority', '430', 'p', $$Name of part/section of a work$$,
15653 TRUE, FALSE, FALSE);
15654 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15655                                  repeatable, mandatory, hidden)
15656 VALUES (1, 'authority', '430', 'r', $$Key for music$$,
15657 FALSE, FALSE, FALSE);
15658 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15659                                  repeatable, mandatory, hidden)
15660 VALUES (1, 'authority', '430', 's', $$Version$$,
15661 FALSE, FALSE, FALSE);
15662 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15663                                  repeatable, mandatory, hidden)
15664 VALUES (1, 'authority', '430', 't', $$Title of a work$$,
15665 FALSE, FALSE, FALSE);
15666 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15667                                  repeatable, mandatory, hidden)
15668 VALUES (1, 'authority', '430', 'v', $$Form subdivision$$,
15669 TRUE, FALSE, FALSE);
15670 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15671                                  repeatable, mandatory, hidden)
15672 VALUES (1, 'authority', '430', 'w', $$Control subfield$$,
15673 FALSE, FALSE, FALSE);
15674 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15675                                  repeatable, mandatory, hidden)
15676 VALUES (1, 'authority', '430', 'x', $$General subdivision$$,
15677 TRUE, FALSE, FALSE);
15678 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15679                                  repeatable, mandatory, hidden)
15680 VALUES (1, 'authority', '430', 'y', $$Chronological subdivision$$,
15681 TRUE, FALSE, FALSE);
15682 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15683                                  repeatable, mandatory, hidden)
15684 VALUES (1, 'authority', '430', 'z', $$Geographic subdivision$$,
15685 TRUE, FALSE, FALSE);
15686 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15687                                  repeatable, mandatory, hidden)
15688 VALUES (1, 'authority', '430', '4', $$Relationship code$$,
15689 TRUE, FALSE, FALSE);
15690 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15691                                  repeatable, mandatory, hidden)
15692 VALUES (1, 'authority', '430', '5', $$Institution to which field applies$$,
15693 TRUE, FALSE, FALSE);
15694 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15695                                  repeatable, mandatory, hidden)
15696 VALUES (1, 'authority', '430', '6', $$Linkage$$,
15697 FALSE, FALSE, FALSE);
15698 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15699                                  repeatable, mandatory, hidden)
15700 VALUES (1, 'authority', '430', '8', $$Field link and sequence number$$,
15701 TRUE, FALSE, FALSE);
15702 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15703                               fixed_field, repeatable, mandatory, hidden)
15704 VALUES (1, 'authority', '448', $$See From Tracing-Chronological Term$$, $$Tracing for a chronological term reference.$$,
15705 FALSE, TRUE, FALSE, FALSE);
15706 INSERT INTO config.record_attr_definition(name, label)
15707 VALUES ('marc21_authority_448_ind_1', 'MARC 21 authority field 448 indicator position 1');
15708 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15709 VALUES ('marc21_authority_448_ind_1', '#', $$Undefined$$, FALSE, TRUE);
15710 INSERT INTO config.record_attr_definition(name, label)
15711 VALUES ('marc21_authority_448_ind_2', 'MARC 21 authority field 448 indicator position 2');
15712 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15713 VALUES ('marc21_authority_448_ind_2', '#', $$Undefined$$, FALSE, TRUE);
15714 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15715                                  repeatable, mandatory, hidden)
15716 VALUES (1, 'authority', '448', 'a', $$Chronological term$$,
15717 FALSE, FALSE, FALSE);
15718 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15719                                  repeatable, mandatory, hidden)
15720 VALUES (1, 'authority', '448', 'i', $$Relationship information$$,
15721 TRUE, FALSE, FALSE);
15722 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15723                                  repeatable, mandatory, hidden)
15724 VALUES (1, 'authority', '448', 'v', $$Form subdivision$$,
15725 TRUE, FALSE, FALSE);
15726 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15727                                  repeatable, mandatory, hidden)
15728 VALUES (1, 'authority', '448', 'w', $$Control subfield$$,
15729 FALSE, FALSE, FALSE);
15730 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15731                                  repeatable, mandatory, hidden)
15732 VALUES (1, 'authority', '448', 'x', $$General subdivision$$,
15733 TRUE, FALSE, FALSE);
15734 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15735                                  repeatable, mandatory, hidden)
15736 VALUES (1, 'authority', '448', 'y', $$Chronological subdivision$$,
15737 TRUE, FALSE, FALSE);
15738 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15739                                  repeatable, mandatory, hidden)
15740 VALUES (1, 'authority', '448', 'z', $$Geographic subdivision$$,
15741 TRUE, FALSE, FALSE);
15742 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15743                                  repeatable, mandatory, hidden)
15744 VALUES (1, 'authority', '448', '4', $$Relationship code$$,
15745 TRUE, FALSE, FALSE);
15746 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15747                                  repeatable, mandatory, hidden)
15748 VALUES (1, 'authority', '448', '5', $$Institution to which field applies$$,
15749 TRUE, FALSE, FALSE);
15750 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15751                                  repeatable, mandatory, hidden)
15752 VALUES (1, 'authority', '448', '6', $$Linkage$$,
15753 FALSE, FALSE, FALSE);
15754 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15755                                  repeatable, mandatory, hidden)
15756 VALUES (1, 'authority', '448', '8', $$Field link and sequence number$$,
15757 TRUE, FALSE, FALSE);
15758 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15759                               fixed_field, repeatable, mandatory, hidden)
15760 VALUES (1, 'authority', '450', $$See From Tracing-Topical Term$$, $$Tracing for a topical term reference.$$,
15761 FALSE, TRUE, FALSE, FALSE);
15762 INSERT INTO config.record_attr_definition(name, label)
15763 VALUES ('marc21_authority_450_ind_1', 'MARC 21 authority field 450 indicator position 1');
15764 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15765 VALUES ('marc21_authority_450_ind_1', '#', $$Undefined$$, FALSE, TRUE);
15766 INSERT INTO config.record_attr_definition(name, label)
15767 VALUES ('marc21_authority_450_ind_2', 'MARC 21 authority field 450 indicator position 2');
15768 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15769 VALUES ('marc21_authority_450_ind_2', '#', $$Undefined$$, FALSE, TRUE);
15770 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15771                                  repeatable, mandatory, hidden)
15772 VALUES (1, 'authority', '450', 'a', $$Topical term or geographic name entry element$$,
15773 FALSE, FALSE, FALSE);
15774 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15775                                  repeatable, mandatory, hidden)
15776 VALUES (1, 'authority', '450', 'b', $$Topical term following geographic name entry element$$,
15777 FALSE, FALSE, FALSE);
15778 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15779                                  repeatable, mandatory, hidden)
15780 VALUES (1, 'authority', '450', 'i', $$Relationship information$$,
15781 TRUE, FALSE, FALSE);
15782 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15783                                  repeatable, mandatory, hidden)
15784 VALUES (1, 'authority', '450', 'v', $$Form subdivision$$,
15785 TRUE, FALSE, FALSE);
15786 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15787                                  repeatable, mandatory, hidden)
15788 VALUES (1, 'authority', '450', 'w', $$Control subfield$$,
15789 FALSE, FALSE, FALSE);
15790 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15791                                  repeatable, mandatory, hidden)
15792 VALUES (1, 'authority', '450', 'x', $$General subdivision$$,
15793 TRUE, FALSE, FALSE);
15794 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15795                                  repeatable, mandatory, hidden)
15796 VALUES (1, 'authority', '450', 'y', $$Chronological subdivision$$,
15797 TRUE, FALSE, FALSE);
15798 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15799                                  repeatable, mandatory, hidden)
15800 VALUES (1, 'authority', '450', 'z', $$Geographic subdivision$$,
15801 TRUE, FALSE, FALSE);
15802 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15803                                  repeatable, mandatory, hidden)
15804 VALUES (1, 'authority', '450', '4', $$Relationship code$$,
15805 TRUE, FALSE, FALSE);
15806 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15807                                  repeatable, mandatory, hidden)
15808 VALUES (1, 'authority', '450', '5', $$Institution to which field applies$$,
15809 TRUE, FALSE, FALSE);
15810 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15811                                  repeatable, mandatory, hidden)
15812 VALUES (1, 'authority', '450', '6', $$Linkage$$,
15813 FALSE, FALSE, FALSE);
15814 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15815                                  repeatable, mandatory, hidden)
15816 VALUES (1, 'authority', '450', '8', $$Field link and sequence number$$,
15817 TRUE, FALSE, FALSE);
15818 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15819                               fixed_field, repeatable, mandatory, hidden)
15820 VALUES (1, 'authority', '451', $$See From Tracing-Geographic Name$$, $$Tracing for a geographic name reference.$$,
15821 FALSE, TRUE, FALSE, FALSE);
15822 INSERT INTO config.record_attr_definition(name, label)
15823 VALUES ('marc21_authority_451_ind_1', 'MARC 21 authority field 451 indicator position 1');
15824 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15825 VALUES ('marc21_authority_451_ind_1', '#', $$Undefined$$, FALSE, TRUE);
15826 INSERT INTO config.record_attr_definition(name, label)
15827 VALUES ('marc21_authority_451_ind_2', 'MARC 21 authority field 451 indicator position 2');
15828 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15829 VALUES ('marc21_authority_451_ind_2', '#', $$Undefined$$, FALSE, TRUE);
15830 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15831                                  repeatable, mandatory, hidden)
15832 VALUES (1, 'authority', '451', 'a', $$Geographic name$$,
15833 FALSE, FALSE, FALSE);
15834 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15835                                  repeatable, mandatory, hidden)
15836 VALUES (1, 'authority', '451', 'i', $$Relationship information$$,
15837 TRUE, FALSE, FALSE);
15838 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15839                                  repeatable, mandatory, hidden)
15840 VALUES (1, 'authority', '451', 'v', $$Form subdivision$$,
15841 TRUE, FALSE, FALSE);
15842 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15843                                  repeatable, mandatory, hidden)
15844 VALUES (1, 'authority', '451', 'w', $$Control subfield$$,
15845 FALSE, FALSE, FALSE);
15846 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15847                                  repeatable, mandatory, hidden)
15848 VALUES (1, 'authority', '451', 'x', $$General subdivision$$,
15849 TRUE, FALSE, FALSE);
15850 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15851                                  repeatable, mandatory, hidden)
15852 VALUES (1, 'authority', '451', 'y', $$Chronological subdivision$$,
15853 TRUE, FALSE, FALSE);
15854 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15855                                  repeatable, mandatory, hidden)
15856 VALUES (1, 'authority', '451', 'z', $$Geographic subdivision$$,
15857 TRUE, FALSE, FALSE);
15858 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15859                                  repeatable, mandatory, hidden)
15860 VALUES (1, 'authority', '451', '4', $$Relationship code$$,
15861 TRUE, FALSE, FALSE);
15862 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15863                                  repeatable, mandatory, hidden)
15864 VALUES (1, 'authority', '451', '5', $$Institution to which field applies$$,
15865 TRUE, FALSE, FALSE);
15866 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15867                                  repeatable, mandatory, hidden)
15868 VALUES (1, 'authority', '451', '6', $$Linkage$$,
15869 FALSE, FALSE, FALSE);
15870 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15871                                  repeatable, mandatory, hidden)
15872 VALUES (1, 'authority', '451', '8', $$Field link and sequence number$$,
15873 TRUE, FALSE, FALSE);
15874 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15875                               fixed_field, repeatable, mandatory, hidden)
15876 VALUES (1, 'authority', '455', $$See From Tracing-Genre/Form Term$$, $$Tracing for a genre/form term reference.$$,
15877 FALSE, TRUE, FALSE, FALSE);
15878 INSERT INTO config.record_attr_definition(name, label)
15879 VALUES ('marc21_authority_455_ind_1', 'MARC 21 authority field 455 indicator position 1');
15880 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15881 VALUES ('marc21_authority_455_ind_1', '#', $$Undefined$$, FALSE, TRUE);
15882 INSERT INTO config.record_attr_definition(name, label)
15883 VALUES ('marc21_authority_455_ind_2', 'MARC 21 authority field 455 indicator position 2');
15884 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15885 VALUES ('marc21_authority_455_ind_2', '#', $$Undefined$$, FALSE, TRUE);
15886 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15887                                  repeatable, mandatory, hidden)
15888 VALUES (1, 'authority', '455', 'a', $$Genre/form term$$,
15889 FALSE, FALSE, FALSE);
15890 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15891                                  repeatable, mandatory, hidden)
15892 VALUES (1, 'authority', '455', 'i', $$Relationship information$$,
15893 TRUE, FALSE, FALSE);
15894 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15895                                  repeatable, mandatory, hidden)
15896 VALUES (1, 'authority', '455', 'v', $$Form subdivision$$,
15897 TRUE, FALSE, FALSE);
15898 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15899                                  repeatable, mandatory, hidden)
15900 VALUES (1, 'authority', '455', 'w', $$Control subfield$$,
15901 FALSE, FALSE, FALSE);
15902 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15903                                  repeatable, mandatory, hidden)
15904 VALUES (1, 'authority', '455', 'x', $$General subdivision$$,
15905 TRUE, FALSE, FALSE);
15906 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15907                                  repeatable, mandatory, hidden)
15908 VALUES (1, 'authority', '455', 'y', $$Chronological subdivision$$,
15909 TRUE, FALSE, FALSE);
15910 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15911                                  repeatable, mandatory, hidden)
15912 VALUES (1, 'authority', '455', 'z', $$Geographic subdivision$$,
15913 TRUE, FALSE, FALSE);
15914 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15915                                  repeatable, mandatory, hidden)
15916 VALUES (1, 'authority', '455', '4', $$Relationship code$$,
15917 TRUE, FALSE, FALSE);
15918 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15919                                  repeatable, mandatory, hidden)
15920 VALUES (1, 'authority', '455', '5', $$Institution to which field applies$$,
15921 TRUE, FALSE, FALSE);
15922 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15923                                  repeatable, mandatory, hidden)
15924 VALUES (1, 'authority', '455', '6', $$Linkage$$,
15925 FALSE, FALSE, FALSE);
15926 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15927                                  repeatable, mandatory, hidden)
15928 VALUES (1, 'authority', '455', '8', $$Field link and sequence number$$,
15929 TRUE, FALSE, FALSE);
15930 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15931                               fixed_field, repeatable, mandatory, hidden)
15932 VALUES (1, 'authority', '480', $$See From Tracing-General Subdivision$$, $$Tracing for a general subdivision reference.$$,
15933 FALSE, TRUE, FALSE, FALSE);
15934 INSERT INTO config.record_attr_definition(name, label)
15935 VALUES ('marc21_authority_480_ind_1', 'MARC 21 authority field 480 indicator position 1');
15936 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15937 VALUES ('marc21_authority_480_ind_1', '#', $$Undefined$$, FALSE, TRUE);
15938 INSERT INTO config.record_attr_definition(name, label)
15939 VALUES ('marc21_authority_480_ind_2', 'MARC 21 authority field 480 indicator position 2');
15940 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15941 VALUES ('marc21_authority_480_ind_2', '#', $$Undefined$$, FALSE, TRUE);
15942 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15943                                  repeatable, mandatory, hidden)
15944 VALUES (1, 'authority', '480', 'i', $$Relationship information$$,
15945 TRUE, FALSE, FALSE);
15946 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15947                                  repeatable, mandatory, hidden)
15948 VALUES (1, 'authority', '480', 'v', $$Form subdivision$$,
15949 TRUE, FALSE, FALSE);
15950 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15951                                  repeatable, mandatory, hidden)
15952 VALUES (1, 'authority', '480', 'w', $$Control subfield$$,
15953 FALSE, FALSE, FALSE);
15954 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15955                                  repeatable, mandatory, hidden)
15956 VALUES (1, 'authority', '480', 'x', $$General subdivision$$,
15957 TRUE, FALSE, FALSE);
15958 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15959                                  repeatable, mandatory, hidden)
15960 VALUES (1, 'authority', '480', 'y', $$Chronological subdivision$$,
15961 TRUE, FALSE, FALSE);
15962 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15963                                  repeatable, mandatory, hidden)
15964 VALUES (1, 'authority', '480', 'z', $$Geographic subdivision$$,
15965 TRUE, FALSE, FALSE);
15966 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15967                                  repeatable, mandatory, hidden)
15968 VALUES (1, 'authority', '480', '4', $$Relationship code$$,
15969 TRUE, FALSE, FALSE);
15970 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15971                                  repeatable, mandatory, hidden)
15972 VALUES (1, 'authority', '480', '5', $$Institution to which field applies$$,
15973 TRUE, FALSE, FALSE);
15974 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15975                                  repeatable, mandatory, hidden)
15976 VALUES (1, 'authority', '480', '6', $$Linkage$$,
15977 FALSE, FALSE, FALSE);
15978 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15979                                  repeatable, mandatory, hidden)
15980 VALUES (1, 'authority', '480', '8', $$Field link and sequence number$$,
15981 TRUE, FALSE, FALSE);
15982 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15983                               fixed_field, repeatable, mandatory, hidden)
15984 VALUES (1, 'authority', '481', $$See From Tracing-Geographic Subdivision$$, $$Tracing for a geographic subdivision reference.$$,
15985 FALSE, TRUE, FALSE, FALSE);
15986 INSERT INTO config.record_attr_definition(name, label)
15987 VALUES ('marc21_authority_481_ind_1', 'MARC 21 authority field 481 indicator position 1');
15988 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15989 VALUES ('marc21_authority_481_ind_1', '#', $$Undefined$$, FALSE, TRUE);
15990 INSERT INTO config.record_attr_definition(name, label)
15991 VALUES ('marc21_authority_481_ind_2', 'MARC 21 authority field 481 indicator position 2');
15992 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15993 VALUES ('marc21_authority_481_ind_2', '#', $$Undefined$$, FALSE, TRUE);
15994 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15995                                  repeatable, mandatory, hidden)
15996 VALUES (1, 'authority', '481', 'i', $$Relationship information$$,
15997 TRUE, FALSE, FALSE);
15998 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15999                                  repeatable, mandatory, hidden)
16000 VALUES (1, 'authority', '481', 'v', $$Form subdivision$$,
16001 TRUE, FALSE, FALSE);
16002 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16003                                  repeatable, mandatory, hidden)
16004 VALUES (1, 'authority', '481', 'w', $$Control subfield$$,
16005 FALSE, FALSE, FALSE);
16006 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16007                                  repeatable, mandatory, hidden)
16008 VALUES (1, 'authority', '481', 'x', $$General subdivision$$,
16009 TRUE, FALSE, FALSE);
16010 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16011                                  repeatable, mandatory, hidden)
16012 VALUES (1, 'authority', '481', 'y', $$Chronological subdivision$$,
16013 TRUE, FALSE, FALSE);
16014 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16015                                  repeatable, mandatory, hidden)
16016 VALUES (1, 'authority', '481', 'z', $$Geographic subdivision$$,
16017 TRUE, FALSE, FALSE);
16018 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16019                                  repeatable, mandatory, hidden)
16020 VALUES (1, 'authority', '481', '4', $$Relationship code$$,
16021 TRUE, FALSE, FALSE);
16022 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16023                                  repeatable, mandatory, hidden)
16024 VALUES (1, 'authority', '481', '5', $$Institution to which field applies$$,
16025 TRUE, FALSE, FALSE);
16026 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16027                                  repeatable, mandatory, hidden)
16028 VALUES (1, 'authority', '481', '6', $$Linkage$$,
16029 FALSE, FALSE, FALSE);
16030 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16031                                  repeatable, mandatory, hidden)
16032 VALUES (1, 'authority', '481', '8', $$Field link and sequence number$$,
16033 TRUE, FALSE, FALSE);
16034 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
16035                               fixed_field, repeatable, mandatory, hidden)
16036 VALUES (1, 'authority', '482', $$See From Tracing-Chronological Subdivision$$, $$Tracing for a chronological subdivision reference.$$,
16037 FALSE, TRUE, FALSE, FALSE);
16038 INSERT INTO config.record_attr_definition(name, label)
16039 VALUES ('marc21_authority_482_ind_1', 'MARC 21 authority field 482 indicator position 1');
16040 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16041 VALUES ('marc21_authority_482_ind_1', '#', $$Undefined$$, FALSE, TRUE);
16042 INSERT INTO config.record_attr_definition(name, label)
16043 VALUES ('marc21_authority_482_ind_2', 'MARC 21 authority field 482 indicator position 2');
16044 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16045 VALUES ('marc21_authority_482_ind_2', '#', $$Undefined$$, FALSE, TRUE);
16046 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16047                                  repeatable, mandatory, hidden)
16048 VALUES (1, 'authority', '482', 'i', $$Relationship information$$,
16049 TRUE, FALSE, FALSE);
16050 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16051                                  repeatable, mandatory, hidden)
16052 VALUES (1, 'authority', '482', 'v', $$Form subdivision$$,
16053 TRUE, FALSE, FALSE);
16054 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16055                                  repeatable, mandatory, hidden)
16056 VALUES (1, 'authority', '482', 'w', $$Control subfield$$,
16057 FALSE, FALSE, FALSE);
16058 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16059                                  repeatable, mandatory, hidden)
16060 VALUES (1, 'authority', '482', 'x', $$General subdivision$$,
16061 TRUE, FALSE, FALSE);
16062 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16063                                  repeatable, mandatory, hidden)
16064 VALUES (1, 'authority', '482', 'y', $$Chronological subdivision$$,
16065 TRUE, FALSE, FALSE);
16066 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16067                                  repeatable, mandatory, hidden)
16068 VALUES (1, 'authority', '482', 'z', $$Geographic subdivision$$,
16069 TRUE, FALSE, FALSE);
16070 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16071                                  repeatable, mandatory, hidden)
16072 VALUES (1, 'authority', '482', '4', $$Relationship code$$,
16073 TRUE, FALSE, FALSE);
16074 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16075                                  repeatable, mandatory, hidden)
16076 VALUES (1, 'authority', '482', '5', $$Institution to which field applies$$,
16077 TRUE, FALSE, FALSE);
16078 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16079                                  repeatable, mandatory, hidden)
16080 VALUES (1, 'authority', '482', '6', $$Linkage$$,
16081 FALSE, FALSE, FALSE);
16082 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16083                                  repeatable, mandatory, hidden)
16084 VALUES (1, 'authority', '482', '8', $$Field link and sequence number$$,
16085 TRUE, FALSE, FALSE);
16086 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
16087                               fixed_field, repeatable, mandatory, hidden)
16088 VALUES (1, 'authority', '485', $$See From Tracing-Form Subdivision$$, $$Tracing for a form subdivision reference.$$,
16089 FALSE, TRUE, FALSE, FALSE);
16090 INSERT INTO config.record_attr_definition(name, label)
16091 VALUES ('marc21_authority_485_ind_1', 'MARC 21 authority field 485 indicator position 1');
16092 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16093 VALUES ('marc21_authority_485_ind_1', '#', $$Undefined$$, FALSE, TRUE);
16094 INSERT INTO config.record_attr_definition(name, label)
16095 VALUES ('marc21_authority_485_ind_2', 'MARC 21 authority field 485 indicator position 2');
16096 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16097 VALUES ('marc21_authority_485_ind_2', '#', $$Undefined$$, FALSE, TRUE);
16098 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16099                                  repeatable, mandatory, hidden)
16100 VALUES (1, 'authority', '485', 'i', $$Relationship information$$,
16101 TRUE, FALSE, FALSE);
16102 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16103                                  repeatable, mandatory, hidden)
16104 VALUES (1, 'authority', '485', 'v', $$Form subdivision$$,
16105 TRUE, FALSE, FALSE);
16106 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16107                                  repeatable, mandatory, hidden)
16108 VALUES (1, 'authority', '485', 'w', $$Control subfield$$,
16109 FALSE, FALSE, FALSE);
16110 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16111                                  repeatable, mandatory, hidden)
16112 VALUES (1, 'authority', '485', 'x', $$General subdivision$$,
16113 TRUE, FALSE, FALSE);
16114 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16115                                  repeatable, mandatory, hidden)
16116 VALUES (1, 'authority', '485', 'y', $$Chronological subdivision$$,
16117 TRUE, FALSE, FALSE);
16118 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16119                                  repeatable, mandatory, hidden)
16120 VALUES (1, 'authority', '485', 'z', $$Geographic subdivision$$,
16121 TRUE, FALSE, FALSE);
16122 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16123                                  repeatable, mandatory, hidden)
16124 VALUES (1, 'authority', '485', '4', $$Relationship code$$,
16125 TRUE, FALSE, FALSE);
16126 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16127                                  repeatable, mandatory, hidden)
16128 VALUES (1, 'authority', '485', '5', $$Institution to which field applies$$,
16129 TRUE, FALSE, FALSE);
16130 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16131                                  repeatable, mandatory, hidden)
16132 VALUES (1, 'authority', '485', '6', $$Linkage$$,
16133 FALSE, FALSE, FALSE);
16134 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16135                                  repeatable, mandatory, hidden)
16136 VALUES (1, 'authority', '485', '8', $$Field link and sequence number$$,
16137 TRUE, FALSE, FALSE);
16138 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
16139                               fixed_field, repeatable, mandatory, hidden)
16140 VALUES (1, 'authority', '500', $$See Also From Tracing-Personal Name$$, $$Tracing for a personal name reference.$$,
16141 FALSE, TRUE, FALSE, FALSE);
16142 INSERT INTO config.record_attr_definition(name, label)
16143 VALUES ('marc21_authority_500_ind_1', 'MARC 21 authority field 500 indicator position 1');
16144 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16145 VALUES ('marc21_authority_500_ind_1', '0', $$Forename$$, FALSE, TRUE);
16146 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16147 VALUES ('marc21_authority_500_ind_1', '1', $$Surname$$, FALSE, TRUE);
16148 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16149 VALUES ('marc21_authority_500_ind_1', '3', $$Family name$$, FALSE, TRUE);
16150 INSERT INTO config.record_attr_definition(name, label)
16151 VALUES ('marc21_authority_500_ind_2', 'MARC 21 authority field 500 indicator position 2');
16152 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16153 VALUES ('marc21_authority_500_ind_2', '#', $$Undefined$$, FALSE, TRUE);
16154 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16155                                  repeatable, mandatory, hidden)
16156 VALUES (1, 'authority', '500', 'a', $$Personal name$$,
16157 FALSE, FALSE, FALSE);
16158 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16159                                  repeatable, mandatory, hidden)
16160 VALUES (1, 'authority', '500', 'b', $$Numeration$$,
16161 FALSE, FALSE, FALSE);
16162 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16163                                  repeatable, mandatory, hidden)
16164 VALUES (1, 'authority', '500', 'c', $$Titles and other words associated with a name$$,
16165 TRUE, FALSE, FALSE);
16166 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16167                                  repeatable, mandatory, hidden)
16168 VALUES (1, 'authority', '500', 'd', $$Dates associated with a name$$,
16169 FALSE, FALSE, FALSE);
16170 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16171                                  repeatable, mandatory, hidden)
16172 VALUES (1, 'authority', '500', 'e', $$Relator term$$,
16173 TRUE, FALSE, FALSE);
16174 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16175                                  repeatable, mandatory, hidden)
16176 VALUES (1, 'authority', '500', 'f', $$Date of a work$$,
16177 FALSE, FALSE, FALSE);
16178 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16179                                  repeatable, mandatory, hidden)
16180 VALUES (1, 'authority', '500', 'g', $$Miscellaneous information$$,
16181 FALSE, FALSE, FALSE);
16182 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16183                                  repeatable, mandatory, hidden)
16184 VALUES (1, 'authority', '500', 'h', $$Medium$$,
16185 FALSE, FALSE, FALSE);
16186 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16187                                  repeatable, mandatory, hidden)
16188 VALUES (1, 'authority', '500', 'i', $$Relationship information$$,
16189 TRUE, FALSE, FALSE);
16190 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16191                                  repeatable, mandatory, hidden)
16192 VALUES (1, 'authority', '500', 'j', $$Attribution qualifier$$,
16193 TRUE, FALSE, FALSE);
16194 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16195                                  repeatable, mandatory, hidden)
16196 VALUES (1, 'authority', '500', 'k', $$Form subheading$$,
16197 TRUE, FALSE, FALSE);
16198 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16199                                  repeatable, mandatory, hidden)
16200 VALUES (1, 'authority', '500', 'l', $$Language of a work$$,
16201 FALSE, FALSE, FALSE);
16202 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16203                                  repeatable, mandatory, hidden)
16204 VALUES (1, 'authority', '500', 'm', $$Medium of performance for music$$,
16205 TRUE, FALSE, FALSE);
16206 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16207                                  repeatable, mandatory, hidden)
16208 VALUES (1, 'authority', '500', 'n', $$Number of part/section of a work$$,
16209 TRUE, FALSE, FALSE);
16210 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16211                                  repeatable, mandatory, hidden)
16212 VALUES (1, 'authority', '500', 'o', $$Arranged statement for music$$,
16213 FALSE, FALSE, FALSE);
16214 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16215                                  repeatable, mandatory, hidden)
16216 VALUES (1, 'authority', '500', 'p', $$Name of part/section of a work$$,
16217 TRUE, FALSE, FALSE);
16218 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16219                                  repeatable, mandatory, hidden)
16220 VALUES (1, 'authority', '500', 'q', $$Fuller form of name$$,
16221 FALSE, FALSE, FALSE);
16222 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16223                                  repeatable, mandatory, hidden)
16224 VALUES (1, 'authority', '500', 'r', $$Key for music$$,
16225 FALSE, FALSE, FALSE);
16226 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16227                                  repeatable, mandatory, hidden)
16228 VALUES (1, 'authority', '500', 's', $$Version$$,
16229 FALSE, FALSE, FALSE);
16230 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16231                                  repeatable, mandatory, hidden)
16232 VALUES (1, 'authority', '500', 't', $$Title of a work$$,
16233 FALSE, FALSE, FALSE);
16234 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16235                                  repeatable, mandatory, hidden)
16236 VALUES (1, 'authority', '500', 'v', $$Form subdivision$$,
16237 TRUE, FALSE, FALSE);
16238 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16239                                  repeatable, mandatory, hidden)
16240 VALUES (1, 'authority', '500', 'w', $$Control subfield$$,
16241 FALSE, FALSE, FALSE);
16242 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16243                                  repeatable, mandatory, hidden)
16244 VALUES (1, 'authority', '500', 'x', $$General subdivision$$,
16245 TRUE, FALSE, FALSE);
16246 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16247                                  repeatable, mandatory, hidden)
16248 VALUES (1, 'authority', '500', 'y', $$Chronological subdivision$$,
16249 TRUE, FALSE, FALSE);
16250 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16251                                  repeatable, mandatory, hidden)
16252 VALUES (1, 'authority', '500', 'z', $$Geographic subdivision$$,
16253 TRUE, FALSE, FALSE);
16254 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16255                                  repeatable, mandatory, hidden)
16256 VALUES (1, 'authority', '500', '0', $$Record control number$$,
16257 TRUE, FALSE, FALSE);
16258 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16259                                  repeatable, mandatory, hidden)
16260 VALUES (1, 'authority', '500', '4', $$Relationship code$$,
16261 TRUE, FALSE, FALSE);
16262 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16263                                  repeatable, mandatory, hidden)
16264 VALUES (1, 'authority', '500', '5', $$Institution to which field applies$$,
16265 TRUE, FALSE, FALSE);
16266 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16267                                  repeatable, mandatory, hidden)
16268 VALUES (1, 'authority', '500', '6', $$Linkage$$,
16269 FALSE, FALSE, FALSE);
16270 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16271                                  repeatable, mandatory, hidden)
16272 VALUES (1, 'authority', '500', '8', $$Field link and sequence number$$,
16273 TRUE, FALSE, FALSE);
16274 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
16275                               fixed_field, repeatable, mandatory, hidden)
16276 VALUES (1, 'authority', '510', $$See Also From Tracing-Corporate Name$$, $$Tracing for a corporate name reference.$$,
16277 FALSE, TRUE, FALSE, FALSE);
16278 INSERT INTO config.record_attr_definition(name, label)
16279 VALUES ('marc21_authority_510_ind_1', 'MARC 21 authority field 510 indicator position 1');
16280 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16281 VALUES ('marc21_authority_510_ind_1', '0', $$Inverted name$$, FALSE, TRUE);
16282 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16283 VALUES ('marc21_authority_510_ind_1', '1', $$Jurisdiction name$$, FALSE, TRUE);
16284 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16285 VALUES ('marc21_authority_510_ind_1', '2', $$Name in direct order$$, FALSE, TRUE);
16286 INSERT INTO config.record_attr_definition(name, label)
16287 VALUES ('marc21_authority_510_ind_2', 'MARC 21 authority field 510 indicator position 2');
16288 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16289 VALUES ('marc21_authority_510_ind_2', '#', $$Undefined$$, FALSE, TRUE);
16290 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16291                                  repeatable, mandatory, hidden)
16292 VALUES (1, 'authority', '510', 'a', $$Corporate name or jurisdiction name as entry element$$,
16293 FALSE, FALSE, FALSE);
16294 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16295                                  repeatable, mandatory, hidden)
16296 VALUES (1, 'authority', '510', 'b', $$Subordinate unit$$,
16297 TRUE, FALSE, FALSE);
16298 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16299                                  repeatable, mandatory, hidden)
16300 VALUES (1, 'authority', '510', 'c', $$Location of meeting$$,
16301 FALSE, FALSE, FALSE);
16302 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16303                                  repeatable, mandatory, hidden)
16304 VALUES (1, 'authority', '510', 'd', $$Date of meeting or treaty signing$$,
16305 TRUE, FALSE, FALSE);
16306 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16307                                  repeatable, mandatory, hidden)
16308 VALUES (1, 'authority', '510', 'e', $$Relator term$$,
16309 TRUE, FALSE, FALSE);
16310 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16311                                  repeatable, mandatory, hidden)
16312 VALUES (1, 'authority', '510', 'f', $$Date of a work$$,
16313 FALSE, FALSE, FALSE);
16314 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16315                                  repeatable, mandatory, hidden)
16316 VALUES (1, 'authority', '510', 'g', $$Miscellaneous information$$,
16317 FALSE, FALSE, FALSE);
16318 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16319                                  repeatable, mandatory, hidden)
16320 VALUES (1, 'authority', '510', 'h', $$Medium$$,
16321 FALSE, FALSE, FALSE);
16322 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16323                                  repeatable, mandatory, hidden)
16324 VALUES (1, 'authority', '510', 'i', $$Relationship information$$,
16325 TRUE, FALSE, FALSE);
16326 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16327                                  repeatable, mandatory, hidden)
16328 VALUES (1, 'authority', '510', 'k', $$Form subheading$$,
16329 TRUE, FALSE, FALSE);
16330 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16331                                  repeatable, mandatory, hidden)
16332 VALUES (1, 'authority', '510', 'l', $$Language of a work$$,
16333 FALSE, FALSE, FALSE);
16334 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16335                                  repeatable, mandatory, hidden)
16336 VALUES (1, 'authority', '510', 'm', $$Medium of performance for music$$,
16337 TRUE, FALSE, FALSE);
16338 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16339                                  repeatable, mandatory, hidden)
16340 VALUES (1, 'authority', '510', 'n', $$Number of part/section/meeting$$,
16341 TRUE, FALSE, FALSE);
16342 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16343                                  repeatable, mandatory, hidden)
16344 VALUES (1, 'authority', '510', 'o', $$Arranged statement for music$$,
16345 FALSE, FALSE, FALSE);
16346 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16347                                  repeatable, mandatory, hidden)
16348 VALUES (1, 'authority', '510', 'p', $$Name of part/section of a work$$,
16349 TRUE, FALSE, FALSE);
16350 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16351                                  repeatable, mandatory, hidden)
16352 VALUES (1, 'authority', '510', 'r', $$Key for music$$,
16353 FALSE, FALSE, FALSE);
16354 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16355                                  repeatable, mandatory, hidden)
16356 VALUES (1, 'authority', '510', 's', $$Version$$,
16357 FALSE, FALSE, FALSE);
16358 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16359                                  repeatable, mandatory, hidden)
16360 VALUES (1, 'authority', '510', 't', $$Title of a work$$,
16361 FALSE, FALSE, FALSE);
16362 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16363                                  repeatable, mandatory, hidden)
16364 VALUES (1, 'authority', '510', 'v', $$Form subdivision$$,
16365 TRUE, FALSE, FALSE);
16366 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16367                                  repeatable, mandatory, hidden)
16368 VALUES (1, 'authority', '510', 'w', $$Control subfield$$,
16369 FALSE, FALSE, FALSE);
16370 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16371                                  repeatable, mandatory, hidden)
16372 VALUES (1, 'authority', '510', 'x', $$General subdivision$$,
16373 TRUE, FALSE, FALSE);
16374 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16375                                  repeatable, mandatory, hidden)
16376 VALUES (1, 'authority', '510', 'y', $$Chronological subdivision$$,
16377 TRUE, FALSE, FALSE);
16378 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16379                                  repeatable, mandatory, hidden)
16380 VALUES (1, 'authority', '510', 'z', $$Geographic subdivision$$,
16381 TRUE, FALSE, FALSE);
16382 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16383                                  repeatable, mandatory, hidden)
16384 VALUES (1, 'authority', '510', '0', $$Record control number$$,
16385 TRUE, FALSE, FALSE);
16386 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16387                                  repeatable, mandatory, hidden)
16388 VALUES (1, 'authority', '510', '4', $$Relationship code$$,
16389 TRUE, FALSE, FALSE);
16390 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16391                                  repeatable, mandatory, hidden)
16392 VALUES (1, 'authority', '510', '5', $$Institution to which field applies$$,
16393 TRUE, FALSE, FALSE);
16394 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16395                                  repeatable, mandatory, hidden)
16396 VALUES (1, 'authority', '510', '6', $$Linkage$$,
16397 FALSE, FALSE, FALSE);
16398 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16399                                  repeatable, mandatory, hidden)
16400 VALUES (1, 'authority', '510', '8', $$Field link and sequence number$$,
16401 TRUE, FALSE, FALSE);
16402 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
16403                               fixed_field, repeatable, mandatory, hidden)
16404 VALUES (1, 'authority', '511', $$See Also From Tracing-Meeting Name$$, $$Tracing for a meeting name reference. It is used in an established heading record or an established heading and subdivision record to trace a see also from reference from an established meeting name to a related established heading.$$,
16405 FALSE, TRUE, FALSE, FALSE);
16406 INSERT INTO config.record_attr_definition(name, label)
16407 VALUES ('marc21_authority_511_ind_1', 'MARC 21 authority field 511 indicator position 1');
16408 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16409 VALUES ('marc21_authority_511_ind_1', '0', $$Inverted name$$, FALSE, TRUE);
16410 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16411 VALUES ('marc21_authority_511_ind_1', '1', $$Jurisdiction name$$, FALSE, TRUE);
16412 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16413 VALUES ('marc21_authority_511_ind_1', '2', $$Name in direct order$$, FALSE, TRUE);
16414 INSERT INTO config.record_attr_definition(name, label)
16415 VALUES ('marc21_authority_511_ind_2', 'MARC 21 authority field 511 indicator position 2');
16416 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16417 VALUES ('marc21_authority_511_ind_2', '#', $$Undefined$$, FALSE, TRUE);
16418 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16419                                  repeatable, mandatory, hidden)
16420 VALUES (1, 'authority', '511', 'a', $$Meeting name or jurisdiction name as entry element$$,
16421 FALSE, FALSE, FALSE);
16422 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16423                                  repeatable, mandatory, hidden)
16424 VALUES (1, 'authority', '511', 'c', $$Location of meeting$$,
16425 FALSE, FALSE, FALSE);
16426 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16427                                  repeatable, mandatory, hidden)
16428 VALUES (1, 'authority', '511', 'd', $$Date of meeting$$,
16429 FALSE, FALSE, FALSE);
16430 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16431                                  repeatable, mandatory, hidden)
16432 VALUES (1, 'authority', '511', 'e', $$Subordinate unit$$,
16433 TRUE, FALSE, FALSE);
16434 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16435                                  repeatable, mandatory, hidden)
16436 VALUES (1, 'authority', '511', 'f', $$Date of a work$$,
16437 FALSE, FALSE, FALSE);
16438 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16439                                  repeatable, mandatory, hidden)
16440 VALUES (1, 'authority', '511', 'g', $$Miscellaneous information$$,
16441 FALSE, FALSE, FALSE);
16442 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16443                                  repeatable, mandatory, hidden)
16444 VALUES (1, 'authority', '511', 'h', $$Medium$$,
16445 FALSE, FALSE, FALSE);
16446 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16447                                  repeatable, mandatory, hidden)
16448 VALUES (1, 'authority', '511', 'i', $$Relationship information$$,
16449 TRUE, FALSE, FALSE);
16450 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16451                                  repeatable, mandatory, hidden)
16452 VALUES (1, 'authority', '511', 'j', $$Relator term$$,
16453 TRUE, FALSE, FALSE);
16454 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16455                                  repeatable, mandatory, hidden)
16456 VALUES (1, 'authority', '511', 'k', $$Form subheading$$,
16457 TRUE, FALSE, FALSE);
16458 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16459                                  repeatable, mandatory, hidden)
16460 VALUES (1, 'authority', '511', 'l', $$Language of a work$$,
16461 FALSE, FALSE, FALSE);
16462 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16463                                  repeatable, mandatory, hidden)
16464 VALUES (1, 'authority', '511', 'n', $$Number of part/section/meeting$$,
16465 TRUE, FALSE, FALSE);
16466 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16467                                  repeatable, mandatory, hidden)
16468 VALUES (1, 'authority', '511', 'p', $$Name of part/section of a work$$,
16469 TRUE, FALSE, FALSE);
16470 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16471                                  repeatable, mandatory, hidden)
16472 VALUES (1, 'authority', '511', 'q', $$Name of meeting following jurisdiction name entry element$$,
16473 FALSE, FALSE, FALSE);
16474 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16475                                  repeatable, mandatory, hidden)
16476 VALUES (1, 'authority', '511', 's', $$Version$$,
16477 FALSE, FALSE, FALSE);
16478 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16479                                  repeatable, mandatory, hidden)
16480 VALUES (1, 'authority', '511', 't', $$Title of a work$$,
16481 FALSE, FALSE, FALSE);
16482 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16483                                  repeatable, mandatory, hidden)
16484 VALUES (1, 'authority', '511', 'v', $$Form subdivision$$,
16485 TRUE, FALSE, FALSE);
16486 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16487                                  repeatable, mandatory, hidden)
16488 VALUES (1, 'authority', '511', 'w', $$Control subfield$$,
16489 FALSE, FALSE, FALSE);
16490 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16491                                  repeatable, mandatory, hidden)
16492 VALUES (1, 'authority', '511', 'x', $$General subdivision$$,
16493 TRUE, FALSE, FALSE);
16494 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16495                                  repeatable, mandatory, hidden)
16496 VALUES (1, 'authority', '511', 'y', $$Chronological subdivision$$,
16497 TRUE, FALSE, FALSE);
16498 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16499                                  repeatable, mandatory, hidden)
16500 VALUES (1, 'authority', '511', 'z', $$Geographic subdivision$$,
16501 TRUE, FALSE, FALSE);
16502 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16503                                  repeatable, mandatory, hidden)
16504 VALUES (1, 'authority', '511', '0', $$Record control number$$,
16505 TRUE, FALSE, FALSE);
16506 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16507                                  repeatable, mandatory, hidden)
16508 VALUES (1, 'authority', '511', '4', $$Relationship code$$,
16509 TRUE, FALSE, FALSE);
16510 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16511                                  repeatable, mandatory, hidden)
16512 VALUES (1, 'authority', '511', '5', $$Institution to which field applies$$,
16513 TRUE, FALSE, FALSE);
16514 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16515                                  repeatable, mandatory, hidden)
16516 VALUES (1, 'authority', '511', '6', $$Linkage$$,
16517 FALSE, FALSE, FALSE);
16518 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16519                                  repeatable, mandatory, hidden)
16520 VALUES (1, 'authority', '511', '8', $$Field link and sequence number$$,
16521 TRUE, FALSE, FALSE);
16522 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
16523                               fixed_field, repeatable, mandatory, hidden)
16524 VALUES (1, 'authority', '530', $$See Also From Tracing-Uniform Title$$, $$Tracing for a uniform title reference.$$,
16525 FALSE, TRUE, FALSE, FALSE);
16526 INSERT INTO config.record_attr_definition(name, label)
16527 VALUES ('marc21_authority_530_ind_1', 'MARC 21 authority field 530 indicator position 1');
16528 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16529 VALUES ('marc21_authority_530_ind_1', '#', $$Undefined$$, FALSE, TRUE);
16530 INSERT INTO config.record_attr_definition(name, label)
16531 VALUES ('marc21_authority_530_ind_2', 'MARC 21 authority field 530 indicator position 2');
16532 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16533 VALUES ('marc21_authority_530_ind_2', '0', $$No nonfiling characters$$, FALSE, TRUE);
16534 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16535 VALUES ('marc21_authority_530_ind_2', '1', $$Number of nonfiling characters - 1$$, FALSE, TRUE);
16536 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16537 VALUES ('marc21_authority_530_ind_2', '2', $$Number of nonfiling characters - 2$$, FALSE, TRUE);
16538 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16539 VALUES ('marc21_authority_530_ind_2', '3', $$Number of nonfiling characters - 3$$, FALSE, TRUE);
16540 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16541 VALUES ('marc21_authority_530_ind_2', '4', $$Number of nonfiling characters - 4$$, FALSE, TRUE);
16542 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16543 VALUES ('marc21_authority_530_ind_2', '5', $$Number of nonfiling characters - 5$$, FALSE, TRUE);
16544 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16545 VALUES ('marc21_authority_530_ind_2', '6', $$Number of nonfiling characters - 6$$, FALSE, TRUE);
16546 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16547 VALUES ('marc21_authority_530_ind_2', '7', $$Number of nonfiling characters - 7$$, FALSE, TRUE);
16548 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16549 VALUES ('marc21_authority_530_ind_2', '8', $$Number of nonfiling characters - 8$$, FALSE, TRUE);
16550 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16551 VALUES ('marc21_authority_530_ind_2', '9', $$Number of nonfiling characters - 9$$, FALSE, TRUE);
16552 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16553                                  repeatable, mandatory, hidden)
16554 VALUES (1, 'authority', '530', 'a', $$Uniform title$$,
16555 FALSE, FALSE, FALSE);
16556 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16557                                  repeatable, mandatory, hidden)
16558 VALUES (1, 'authority', '530', 'd', $$Date of treaty signing$$,
16559 TRUE, FALSE, FALSE);
16560 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16561                                  repeatable, mandatory, hidden)
16562 VALUES (1, 'authority', '530', 'f', $$Date of a work$$,
16563 FALSE, FALSE, FALSE);
16564 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16565                                  repeatable, mandatory, hidden)
16566 VALUES (1, 'authority', '530', 'g', $$Miscellaneous information$$,
16567 FALSE, FALSE, FALSE);
16568 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16569                                  repeatable, mandatory, hidden)
16570 VALUES (1, 'authority', '530', 'h', $$Medium$$,
16571 FALSE, FALSE, FALSE);
16572 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16573                                  repeatable, mandatory, hidden)
16574 VALUES (1, 'authority', '530', 'i', $$Relationship information$$,
16575 TRUE, FALSE, FALSE);
16576 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16577                                  repeatable, mandatory, hidden)
16578 VALUES (1, 'authority', '530', 'k', $$Form subheading$$,
16579 TRUE, FALSE, FALSE);
16580 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16581                                  repeatable, mandatory, hidden)
16582 VALUES (1, 'authority', '530', 'l', $$Language of a work$$,
16583 FALSE, FALSE, FALSE);
16584 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16585                                  repeatable, mandatory, hidden)
16586 VALUES (1, 'authority', '530', 'm', $$Medium of performance for music$$,
16587 TRUE, FALSE, FALSE);
16588 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16589                                  repeatable, mandatory, hidden)
16590 VALUES (1, 'authority', '530', 'n', $$Number of part/section of a work$$,
16591 TRUE, FALSE, FALSE);
16592 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16593                                  repeatable, mandatory, hidden)
16594 VALUES (1, 'authority', '530', 'o', $$Arranged statement for music$$,
16595 FALSE, FALSE, FALSE);
16596 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16597                                  repeatable, mandatory, hidden)
16598 VALUES (1, 'authority', '530', 'p', $$Name of part/section of a work$$,
16599 TRUE, FALSE, FALSE);
16600 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16601                                  repeatable, mandatory, hidden)
16602 VALUES (1, 'authority', '530', 'r', $$Key for music$$,
16603 FALSE, FALSE, FALSE);
16604 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16605                                  repeatable, mandatory, hidden)
16606 VALUES (1, 'authority', '530', 's', $$Version$$,
16607 FALSE, FALSE, FALSE);
16608 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16609                                  repeatable, mandatory, hidden)
16610 VALUES (1, 'authority', '530', 't', $$Title of a work$$,
16611 FALSE, FALSE, FALSE);
16612 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16613                                  repeatable, mandatory, hidden)
16614 VALUES (1, 'authority', '530', 'v', $$Form subdivision$$,
16615 TRUE, FALSE, FALSE);
16616 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16617                                  repeatable, mandatory, hidden)
16618 VALUES (1, 'authority', '530', 'w', $$Control subfield$$,
16619 FALSE, FALSE, FALSE);
16620 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16621                                  repeatable, mandatory, hidden)
16622 VALUES (1, 'authority', '530', 'x', $$General subdivision$$,
16623 TRUE, FALSE, FALSE);
16624 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16625                                  repeatable, mandatory, hidden)
16626 VALUES (1, 'authority', '530', 'y', $$Chronological subdivision$$,
16627 TRUE, FALSE, FALSE);
16628 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16629                                  repeatable, mandatory, hidden)
16630 VALUES (1, 'authority', '530', 'z', $$Geographic subdivision$$,
16631 TRUE, FALSE, FALSE);
16632 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16633                                  repeatable, mandatory, hidden)
16634 VALUES (1, 'authority', '530', '0', $$Record control number$$,
16635 TRUE, FALSE, FALSE);
16636 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16637                                  repeatable, mandatory, hidden)
16638 VALUES (1, 'authority', '530', '4', $$Relationship code$$,
16639 TRUE, FALSE, FALSE);
16640 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16641                                  repeatable, mandatory, hidden)
16642 VALUES (1, 'authority', '530', '5', $$Institution to which field applies$$,
16643 TRUE, FALSE, FALSE);
16644 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16645                                  repeatable, mandatory, hidden)
16646 VALUES (1, 'authority', '530', '6', $$Linkage$$,
16647 FALSE, FALSE, FALSE);
16648 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16649                                  repeatable, mandatory, hidden)
16650 VALUES (1, 'authority', '530', '8', $$Field link and sequence number$$,
16651 TRUE, FALSE, FALSE);
16652 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
16653                               fixed_field, repeatable, mandatory, hidden)
16654 VALUES (1, 'authority', '548', $$See Also From Tracing-Chronological Term$$, $$Tracing for a chronological term reference.$$,
16655 FALSE, TRUE, FALSE, FALSE);
16656 INSERT INTO config.record_attr_definition(name, label)
16657 VALUES ('marc21_authority_548_ind_1', 'MARC 21 authority field 548 indicator position 1');
16658 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16659 VALUES ('marc21_authority_548_ind_1', '#', $$Undefined$$, FALSE, TRUE);
16660 INSERT INTO config.record_attr_definition(name, label)
16661 VALUES ('marc21_authority_548_ind_2', 'MARC 21 authority field 548 indicator position 2');
16662 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16663 VALUES ('marc21_authority_548_ind_2', '#', $$Undefined$$, FALSE, TRUE);
16664 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16665                                  repeatable, mandatory, hidden)
16666 VALUES (1, 'authority', '548', 'a', $$Chronological term$$,
16667 FALSE, FALSE, FALSE);
16668 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16669                                  repeatable, mandatory, hidden)
16670 VALUES (1, 'authority', '548', 'i', $$Relationship information$$,
16671 TRUE, FALSE, FALSE);
16672 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16673                                  repeatable, mandatory, hidden)
16674 VALUES (1, 'authority', '548', 'v', $$Form subdivision$$,
16675 TRUE, FALSE, FALSE);
16676 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16677                                  repeatable, mandatory, hidden)
16678 VALUES (1, 'authority', '548', 'w', $$Control subfield$$,
16679 FALSE, FALSE, FALSE);
16680 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16681                                  repeatable, mandatory, hidden)
16682 VALUES (1, 'authority', '548', 'x', $$General subdivision$$,
16683 TRUE, FALSE, FALSE);
16684 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16685                                  repeatable, mandatory, hidden)
16686 VALUES (1, 'authority', '548', 'y', $$Chronological subdivision$$,
16687 TRUE, FALSE, FALSE);
16688 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16689                                  repeatable, mandatory, hidden)
16690 VALUES (1, 'authority', '548', 'z', $$Geographic subdivision$$,
16691 TRUE, FALSE, FALSE);
16692 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16693                                  repeatable, mandatory, hidden)
16694 VALUES (1, 'authority', '548', '0', $$Record control number$$,
16695 TRUE, FALSE, FALSE);
16696 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16697                                  repeatable, mandatory, hidden)
16698 VALUES (1, 'authority', '548', '4', $$Relationship code$$,
16699 TRUE, FALSE, FALSE);
16700 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16701                                  repeatable, mandatory, hidden)
16702 VALUES (1, 'authority', '548', '5', $$Institution to which field applies$$,
16703 TRUE, FALSE, FALSE);
16704 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16705                                  repeatable, mandatory, hidden)
16706 VALUES (1, 'authority', '548', '6', $$Linkage$$,
16707 FALSE, FALSE, FALSE);
16708 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16709                                  repeatable, mandatory, hidden)
16710 VALUES (1, 'authority', '548', '8', $$Field link and sequence number$$,
16711 TRUE, FALSE, FALSE);
16712 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
16713                               fixed_field, repeatable, mandatory, hidden)
16714 VALUES (1, 'authority', '550', $$See Also From Tracing-Topical Term$$, $$Tracing for a topical term reference.$$,
16715 FALSE, TRUE, FALSE, FALSE);
16716 INSERT INTO config.record_attr_definition(name, label)
16717 VALUES ('marc21_authority_550_ind_1', 'MARC 21 authority field 550 indicator position 1');
16718 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16719 VALUES ('marc21_authority_550_ind_1', '#', $$Undefined$$, FALSE, TRUE);
16720 INSERT INTO config.record_attr_definition(name, label)
16721 VALUES ('marc21_authority_550_ind_2', 'MARC 21 authority field 550 indicator position 2');
16722 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16723 VALUES ('marc21_authority_550_ind_2', '#', $$Undefined$$, FALSE, TRUE);
16724 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16725                                  repeatable, mandatory, hidden)
16726 VALUES (1, 'authority', '550', 'a', $$Topical term or geographic name entry element$$,
16727 FALSE, FALSE, FALSE);
16728 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16729                                  repeatable, mandatory, hidden)
16730 VALUES (1, 'authority', '550', 'b', $$Topical term following geographic name entry element$$,
16731 FALSE, FALSE, FALSE);
16732 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16733                                  repeatable, mandatory, hidden)
16734 VALUES (1, 'authority', '550', 'i', $$Relationship information$$,
16735 TRUE, FALSE, FALSE);
16736 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16737                                  repeatable, mandatory, hidden)
16738 VALUES (1, 'authority', '550', 'v', $$Form subdivision$$,
16739 TRUE, FALSE, FALSE);
16740 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16741                                  repeatable, mandatory, hidden)
16742 VALUES (1, 'authority', '550', 'w', $$Control subfield$$,
16743 FALSE, FALSE, FALSE);
16744 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16745                                  repeatable, mandatory, hidden)
16746 VALUES (1, 'authority', '550', 'x', $$General subdivision$$,
16747 TRUE, FALSE, FALSE);
16748 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16749                                  repeatable, mandatory, hidden)
16750 VALUES (1, 'authority', '550', 'y', $$Chronological subdivision$$,
16751 TRUE, FALSE, FALSE);
16752 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16753                                  repeatable, mandatory, hidden)
16754 VALUES (1, 'authority', '550', 'z', $$Geographic subdivision$$,
16755 TRUE, FALSE, FALSE);
16756 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16757                                  repeatable, mandatory, hidden)
16758 VALUES (1, 'authority', '550', '0', $$Record control number$$,
16759 TRUE, FALSE, FALSE);
16760 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16761                                  repeatable, mandatory, hidden)
16762 VALUES (1, 'authority', '550', '4', $$Relationship code$$,
16763 TRUE, FALSE, FALSE);
16764 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16765                                  repeatable, mandatory, hidden)
16766 VALUES (1, 'authority', '550', '5', $$Institution to which field applies$$,
16767 TRUE, FALSE, FALSE);
16768 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16769                                  repeatable, mandatory, hidden)
16770 VALUES (1, 'authority', '550', '6', $$Linkage$$,
16771 FALSE, FALSE, FALSE);
16772 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16773                                  repeatable, mandatory, hidden)
16774 VALUES (1, 'authority', '550', '8', $$Field link and sequence number$$,
16775 TRUE, FALSE, FALSE);
16776 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
16777                               fixed_field, repeatable, mandatory, hidden)
16778 VALUES (1, 'authority', '551', $$See Also From Tracing-Geographic Name$$, $$Tracing for a geographic name reference.$$,
16779 FALSE, TRUE, FALSE, FALSE);
16780 INSERT INTO config.record_attr_definition(name, label)
16781 VALUES ('marc21_authority_551_ind_1', 'MARC 21 authority field 551 indicator position 1');
16782 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16783 VALUES ('marc21_authority_551_ind_1', '#', $$Undefined$$, FALSE, TRUE);
16784 INSERT INTO config.record_attr_definition(name, label)
16785 VALUES ('marc21_authority_551_ind_2', 'MARC 21 authority field 551 indicator position 2');
16786 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16787 VALUES ('marc21_authority_551_ind_2', '#', $$Undefined$$, FALSE, TRUE);
16788 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16789                                  repeatable, mandatory, hidden)
16790 VALUES (1, 'authority', '551', 'a', $$Geographic name$$,
16791 FALSE, FALSE, FALSE);
16792 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16793                                  repeatable, mandatory, hidden)
16794 VALUES (1, 'authority', '551', 'i', $$Relationship information$$,
16795 TRUE, FALSE, FALSE);
16796 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16797                                  repeatable, mandatory, hidden)
16798 VALUES (1, 'authority', '551', 'v', $$Form subdivision$$,
16799 TRUE, FALSE, FALSE);
16800 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16801                                  repeatable, mandatory, hidden)
16802 VALUES (1, 'authority', '551', 'w', $$Control subfield$$,
16803 FALSE, FALSE, FALSE);
16804 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16805                                  repeatable, mandatory, hidden)
16806 VALUES (1, 'authority', '551', 'x', $$General subdivision$$,
16807 TRUE, FALSE, FALSE);
16808 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16809                                  repeatable, mandatory, hidden)
16810 VALUES (1, 'authority', '551', 'y', $$Chronological subdivision$$,
16811 TRUE, FALSE, FALSE);
16812 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16813                                  repeatable, mandatory, hidden)
16814 VALUES (1, 'authority', '551', 'z', $$Geographic subdivision$$,
16815 TRUE, FALSE, FALSE);
16816 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16817                                  repeatable, mandatory, hidden)
16818 VALUES (1, 'authority', '551', '0', $$Record control number$$,
16819 TRUE, FALSE, FALSE);
16820 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16821                                  repeatable, mandatory, hidden)
16822 VALUES (1, 'authority', '551', '4', $$Relationship code$$,
16823 TRUE, FALSE, FALSE);
16824 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16825                                  repeatable, mandatory, hidden)
16826 VALUES (1, 'authority', '551', '5', $$Institution to which field applies$$,
16827 TRUE, FALSE, FALSE);
16828 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16829                                  repeatable, mandatory, hidden)
16830 VALUES (1, 'authority', '551', '6', $$Linkage$$,
16831 FALSE, FALSE, FALSE);
16832 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16833                                  repeatable, mandatory, hidden)
16834 VALUES (1, 'authority', '551', '8', $$Field link and sequence number$$,
16835 TRUE, FALSE, FALSE);
16836 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
16837                               fixed_field, repeatable, mandatory, hidden)
16838 VALUES (1, 'authority', '555', $$See Also From Tracing-Genre/Form Term$$, $$Tracing for a genre/form term reference.$$,
16839 FALSE, TRUE, FALSE, FALSE);
16840 INSERT INTO config.record_attr_definition(name, label)
16841 VALUES ('marc21_authority_555_ind_1', 'MARC 21 authority field 555 indicator position 1');
16842 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16843 VALUES ('marc21_authority_555_ind_1', '#', $$Undefined$$, FALSE, TRUE);
16844 INSERT INTO config.record_attr_definition(name, label)
16845 VALUES ('marc21_authority_555_ind_2', 'MARC 21 authority field 555 indicator position 2');
16846 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16847 VALUES ('marc21_authority_555_ind_2', '#', $$Undefined$$, FALSE, TRUE);
16848 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16849                                  repeatable, mandatory, hidden)
16850 VALUES (1, 'authority', '555', 'a', $$Genre/form term$$,
16851 FALSE, FALSE, FALSE);
16852 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16853                                  repeatable, mandatory, hidden)
16854 VALUES (1, 'authority', '555', 'i', $$Relationship information$$,
16855 TRUE, FALSE, FALSE);
16856 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16857                                  repeatable, mandatory, hidden)
16858 VALUES (1, 'authority', '555', 'v', $$Form subdivision$$,
16859 TRUE, FALSE, FALSE);
16860 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16861                                  repeatable, mandatory, hidden)
16862 VALUES (1, 'authority', '555', 'w', $$Control subfield$$,
16863 FALSE, FALSE, FALSE);
16864 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16865                                  repeatable, mandatory, hidden)
16866 VALUES (1, 'authority', '555', 'x', $$General subdivision$$,
16867 TRUE, FALSE, FALSE);
16868 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16869                                  repeatable, mandatory, hidden)
16870 VALUES (1, 'authority', '555', 'y', $$Chronological subdivision$$,
16871 TRUE, FALSE, FALSE);
16872 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16873                                  repeatable, mandatory, hidden)
16874 VALUES (1, 'authority', '555', 'z', $$Geographic subdivision$$,
16875 TRUE, FALSE, FALSE);
16876 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16877                                  repeatable, mandatory, hidden)
16878 VALUES (1, 'authority', '555', '0', $$Record control number$$,
16879 TRUE, FALSE, FALSE);
16880 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16881                                  repeatable, mandatory, hidden)
16882 VALUES (1, 'authority', '555', '4', $$Relationship code$$,
16883 TRUE, FALSE, FALSE);
16884 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16885                                  repeatable, mandatory, hidden)
16886 VALUES (1, 'authority', '555', '5', $$Institution to which field applies$$,
16887 TRUE, FALSE, FALSE);
16888 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16889                                  repeatable, mandatory, hidden)
16890 VALUES (1, 'authority', '555', '6', $$Linkage$$,
16891 FALSE, FALSE, FALSE);
16892 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16893                                  repeatable, mandatory, hidden)
16894 VALUES (1, 'authority', '555', '8', $$Field link and sequence number$$,
16895 TRUE, FALSE, FALSE);
16896 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
16897                               fixed_field, repeatable, mandatory, hidden)
16898 VALUES (1, 'authority', '580', $$See Also From Tracing-General Subdivision$$, $$Tracing for a general subdivision reference.$$,
16899 FALSE, TRUE, FALSE, FALSE);
16900 INSERT INTO config.record_attr_definition(name, label)
16901 VALUES ('marc21_authority_580_ind_1', 'MARC 21 authority field 580 indicator position 1');
16902 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16903 VALUES ('marc21_authority_580_ind_1', '#', $$Undefined$$, FALSE, TRUE);
16904 INSERT INTO config.record_attr_definition(name, label)
16905 VALUES ('marc21_authority_580_ind_2', 'MARC 21 authority field 580 indicator position 2');
16906 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16907 VALUES ('marc21_authority_580_ind_2', '#', $$Undefined$$, FALSE, TRUE);
16908 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16909                                  repeatable, mandatory, hidden)
16910 VALUES (1, 'authority', '580', 'i', $$Relationship information$$,
16911 TRUE, FALSE, FALSE);
16912 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16913                                  repeatable, mandatory, hidden)
16914 VALUES (1, 'authority', '580', 'v', $$Form subdivision$$,
16915 TRUE, FALSE, FALSE);
16916 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16917                                  repeatable, mandatory, hidden)
16918 VALUES (1, 'authority', '580', 'w', $$Control subfield$$,
16919 FALSE, FALSE, FALSE);
16920 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16921                                  repeatable, mandatory, hidden)
16922 VALUES (1, 'authority', '580', 'x', $$General subdivision$$,
16923 TRUE, FALSE, FALSE);
16924 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16925                                  repeatable, mandatory, hidden)
16926 VALUES (1, 'authority', '580', 'y', $$Chronological subdivision$$,
16927 TRUE, FALSE, FALSE);
16928 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16929                                  repeatable, mandatory, hidden)
16930 VALUES (1, 'authority', '580', 'z', $$Geographic subdivision$$,
16931 TRUE, FALSE, FALSE);
16932 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16933                                  repeatable, mandatory, hidden)
16934 VALUES (1, 'authority', '580', '0', $$Record control number$$,
16935 TRUE, FALSE, FALSE);
16936 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16937                                  repeatable, mandatory, hidden)
16938 VALUES (1, 'authority', '580', '4', $$Relationship code$$,
16939 TRUE, FALSE, FALSE);
16940 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16941                                  repeatable, mandatory, hidden)
16942 VALUES (1, 'authority', '580', '5', $$Institution to which field applies$$,
16943 TRUE, FALSE, FALSE);
16944 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16945                                  repeatable, mandatory, hidden)
16946 VALUES (1, 'authority', '580', '6', $$Linkage$$,
16947 FALSE, FALSE, FALSE);
16948 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16949                                  repeatable, mandatory, hidden)
16950 VALUES (1, 'authority', '580', '8', $$Field link and sequence number$$,
16951 TRUE, FALSE, FALSE);
16952 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
16953                               fixed_field, repeatable, mandatory, hidden)
16954 VALUES (1, 'authority', '581', $$See Also From Tracing-Geographic Subdivision$$, $$Tracing for a geographic subdivision reference.$$,
16955 FALSE, TRUE, FALSE, FALSE);
16956 INSERT INTO config.record_attr_definition(name, label)
16957 VALUES ('marc21_authority_581_ind_1', 'MARC 21 authority field 581 indicator position 1');
16958 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16959 VALUES ('marc21_authority_581_ind_1', '#', $$Undefined$$, FALSE, TRUE);
16960 INSERT INTO config.record_attr_definition(name, label)
16961 VALUES ('marc21_authority_581_ind_2', 'MARC 21 authority field 581 indicator position 2');
16962 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16963 VALUES ('marc21_authority_581_ind_2', '#', $$Undefined$$, FALSE, TRUE);
16964 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16965                                  repeatable, mandatory, hidden)
16966 VALUES (1, 'authority', '581', 'i', $$Relationship information$$,
16967 TRUE, FALSE, FALSE);
16968 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16969                                  repeatable, mandatory, hidden)
16970 VALUES (1, 'authority', '581', 'v', $$Form subdivision$$,
16971 TRUE, FALSE, FALSE);
16972 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16973                                  repeatable, mandatory, hidden)
16974 VALUES (1, 'authority', '581', 'w', $$Control subfield$$,
16975 FALSE, FALSE, FALSE);
16976 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16977                                  repeatable, mandatory, hidden)
16978 VALUES (1, 'authority', '581', 'x', $$General subdivision$$,
16979 TRUE, FALSE, FALSE);
16980 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16981                                  repeatable, mandatory, hidden)
16982 VALUES (1, 'authority', '581', 'y', $$Chronological subdivision$$,
16983 TRUE, FALSE, FALSE);
16984 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16985                                  repeatable, mandatory, hidden)
16986 VALUES (1, 'authority', '581', 'z', $$Geographic subdivision$$,
16987 TRUE, FALSE, FALSE);
16988 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16989                                  repeatable, mandatory, hidden)
16990 VALUES (1, 'authority', '581', '0', $$Record control number$$,
16991 TRUE, FALSE, FALSE);
16992 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16993                                  repeatable, mandatory, hidden)
16994 VALUES (1, 'authority', '581', '4', $$Relationship code$$,
16995 TRUE, FALSE, FALSE);
16996 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16997                                  repeatable, mandatory, hidden)
16998 VALUES (1, 'authority', '581', '5', $$Institution to which field applies$$,
16999 TRUE, FALSE, FALSE);
17000 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17001                                  repeatable, mandatory, hidden)
17002 VALUES (1, 'authority', '581', '6', $$Linkage$$,
17003 FALSE, FALSE, FALSE);
17004 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17005                                  repeatable, mandatory, hidden)
17006 VALUES (1, 'authority', '581', '8', $$Field link and sequence number$$,
17007 TRUE, FALSE, FALSE);
17008 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17009                               fixed_field, repeatable, mandatory, hidden)
17010 VALUES (1, 'authority', '582', $$See Also From Tracing-Chronological Subdivision$$, $$Tracing for a chronological subdivision .$$,
17011 FALSE, TRUE, FALSE, FALSE);
17012 INSERT INTO config.record_attr_definition(name, label)
17013 VALUES ('marc21_authority_582_ind_1', 'MARC 21 authority field 582 indicator position 1');
17014 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17015 VALUES ('marc21_authority_582_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17016 INSERT INTO config.record_attr_definition(name, label)
17017 VALUES ('marc21_authority_582_ind_2', 'MARC 21 authority field 582 indicator position 2');
17018 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17019 VALUES ('marc21_authority_582_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17020 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17021                                  repeatable, mandatory, hidden)
17022 VALUES (1, 'authority', '582', 'i', $$Relationship information$$,
17023 TRUE, FALSE, FALSE);
17024 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17025                                  repeatable, mandatory, hidden)
17026 VALUES (1, 'authority', '582', 'v', $$Form subdivision$$,
17027 TRUE, FALSE, FALSE);
17028 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17029                                  repeatable, mandatory, hidden)
17030 VALUES (1, 'authority', '582', 'w', $$Control subfield$$,
17031 FALSE, FALSE, FALSE);
17032 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17033                                  repeatable, mandatory, hidden)
17034 VALUES (1, 'authority', '582', 'x', $$General subdivision$$,
17035 TRUE, FALSE, FALSE);
17036 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17037                                  repeatable, mandatory, hidden)
17038 VALUES (1, 'authority', '582', 'y', $$Chronological subdivision$$,
17039 TRUE, FALSE, FALSE);
17040 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17041                                  repeatable, mandatory, hidden)
17042 VALUES (1, 'authority', '582', 'z', $$Geographic subdivision$$,
17043 TRUE, FALSE, FALSE);
17044 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17045                                  repeatable, mandatory, hidden)
17046 VALUES (1, 'authority', '582', '0', $$Record control number$$,
17047 TRUE, FALSE, FALSE);
17048 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17049                                  repeatable, mandatory, hidden)
17050 VALUES (1, 'authority', '582', '4', $$Relationship code$$,
17051 TRUE, FALSE, FALSE);
17052 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17053                                  repeatable, mandatory, hidden)
17054 VALUES (1, 'authority', '582', '5', $$Institution to which field applies$$,
17055 TRUE, FALSE, FALSE);
17056 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17057                                  repeatable, mandatory, hidden)
17058 VALUES (1, 'authority', '582', '6', $$Linkage$$,
17059 FALSE, FALSE, FALSE);
17060 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17061                                  repeatable, mandatory, hidden)
17062 VALUES (1, 'authority', '582', '8', $$Field link and sequence number$$,
17063 TRUE, FALSE, FALSE);
17064 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17065                               fixed_field, repeatable, mandatory, hidden)
17066 VALUES (1, 'authority', '585', $$See Also From Tracing-Form Subdivision$$, $$Tracing for a form subdivision reference.$$,
17067 FALSE, TRUE, FALSE, FALSE);
17068 INSERT INTO config.record_attr_definition(name, label)
17069 VALUES ('marc21_authority_585_ind_1', 'MARC 21 authority field 585 indicator position 1');
17070 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17071 VALUES ('marc21_authority_585_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17072 INSERT INTO config.record_attr_definition(name, label)
17073 VALUES ('marc21_authority_585_ind_2', 'MARC 21 authority field 585 indicator position 2');
17074 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17075 VALUES ('marc21_authority_585_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17076 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17077                                  repeatable, mandatory, hidden)
17078 VALUES (1, 'authority', '585', 'i', $$Relationship information$$,
17079 TRUE, FALSE, FALSE);
17080 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17081                                  repeatable, mandatory, hidden)
17082 VALUES (1, 'authority', '585', 'v', $$Form subdivision$$,
17083 TRUE, FALSE, FALSE);
17084 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17085                                  repeatable, mandatory, hidden)
17086 VALUES (1, 'authority', '585', 'w', $$Control subfield$$,
17087 FALSE, FALSE, FALSE);
17088 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17089                                  repeatable, mandatory, hidden)
17090 VALUES (1, 'authority', '585', 'x', $$General subdivision$$,
17091 TRUE, FALSE, FALSE);
17092 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17093                                  repeatable, mandatory, hidden)
17094 VALUES (1, 'authority', '585', 'y', $$Chronological subdivision$$,
17095 TRUE, FALSE, FALSE);
17096 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17097                                  repeatable, mandatory, hidden)
17098 VALUES (1, 'authority', '585', 'z', $$Geographic subdivision$$,
17099 TRUE, FALSE, FALSE);
17100 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17101                                  repeatable, mandatory, hidden)
17102 VALUES (1, 'authority', '585', '0', $$Record control number$$,
17103 TRUE, FALSE, FALSE);
17104 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17105                                  repeatable, mandatory, hidden)
17106 VALUES (1, 'authority', '585', '4', $$Relationship code$$,
17107 TRUE, FALSE, FALSE);
17108 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17109                                  repeatable, mandatory, hidden)
17110 VALUES (1, 'authority', '585', '5', $$Institution to which field applies$$,
17111 TRUE, FALSE, FALSE);
17112 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17113                                  repeatable, mandatory, hidden)
17114 VALUES (1, 'authority', '585', '6', $$Linkage$$,
17115 FALSE, FALSE, FALSE);
17116 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17117                                  repeatable, mandatory, hidden)
17118 VALUES (1, 'authority', '585', '8', $$Field link and sequence number$$,
17119 TRUE, FALSE, FALSE);
17120 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17121                               fixed_field, repeatable, mandatory, hidden)
17122 VALUES (1, 'authority', '640', $$Series Dates of Publication and/or Sequential Designation$$, $$Beginning/ending date(s) of publication and/or sequential designations used on items in a series named in the 1XX field of an established heading record for a series. May also contain a citation for the source of the information.$$,
17123 FALSE, TRUE, FALSE, FALSE);
17124 INSERT INTO config.record_attr_definition(name, label)
17125 VALUES ('marc21_authority_640_ind_1', 'MARC 21 authority field 640 indicator position 1');
17126 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17127 VALUES ('marc21_authority_640_ind_1', '0', $$Formatted style$$, FALSE, TRUE);
17128 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17129 VALUES ('marc21_authority_640_ind_1', '1', $$Unformatted style$$, FALSE, TRUE);
17130 INSERT INTO config.record_attr_definition(name, label)
17131 VALUES ('marc21_authority_640_ind_2', 'MARC 21 authority field 640 indicator position 2');
17132 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17133 VALUES ('marc21_authority_640_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17134 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17135                                  repeatable, mandatory, hidden)
17136 VALUES (1, 'authority', '640', 'a', $$Dates of publication and/or sequential designation$$,
17137 FALSE, FALSE, FALSE);
17138 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17139                                  repeatable, mandatory, hidden)
17140 VALUES (1, 'authority', '640', 'z', $$Source of information$$,
17141 FALSE, FALSE, FALSE);
17142 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17143                                  repeatable, mandatory, hidden)
17144 VALUES (1, 'authority', '640', '6', $$Linkage$$,
17145 FALSE, FALSE, FALSE);
17146 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17147                                  repeatable, mandatory, hidden)
17148 VALUES (1, 'authority', '640', '8', $$Field link and sequence number$$,
17149 TRUE, FALSE, FALSE);
17150 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17151                               fixed_field, repeatable, mandatory, hidden)
17152 VALUES (1, 'authority', '641', $$Series Numbering Peculiarities$$, $$Note that describes irregularities in the report year coverage and/or numbering of a series named in the 1XX field of an established heading record for a series. May also contain a citation for the source of the information.$$,
17153 FALSE, TRUE, FALSE, FALSE);
17154 INSERT INTO config.record_attr_definition(name, label)
17155 VALUES ('marc21_authority_641_ind_1', 'MARC 21 authority field 641 indicator position 1');
17156 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17157 VALUES ('marc21_authority_641_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17158 INSERT INTO config.record_attr_definition(name, label)
17159 VALUES ('marc21_authority_641_ind_2', 'MARC 21 authority field 641 indicator position 2');
17160 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17161 VALUES ('marc21_authority_641_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17162 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17163                                  repeatable, mandatory, hidden)
17164 VALUES (1, 'authority', '641', 'a', $$Numbering peculiarities note$$,
17165 FALSE, FALSE, FALSE);
17166 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17167                                  repeatable, mandatory, hidden)
17168 VALUES (1, 'authority', '641', 'z', $$Source of information$$,
17169 FALSE, FALSE, FALSE);
17170 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17171                                  repeatable, mandatory, hidden)
17172 VALUES (1, 'authority', '641', '6', $$Linkage$$,
17173 FALSE, FALSE, FALSE);
17174 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17175                                  repeatable, mandatory, hidden)
17176 VALUES (1, 'authority', '641', '8', $$Field link and sequence number$$,
17177 TRUE, FALSE, FALSE);
17178 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17179                               fixed_field, repeatable, mandatory, hidden)
17180 VALUES (1, 'authority', '642', $$Series Numbering Example$$, $$Series numbering example that is to be followed in the sequential designation portion of a series added entry tracing in bibliographic records for individual issues of the series named in the 1XX field of an established heading record for a series. Different ranges of volumes/dates or different series numbering examples for different organizations and/or different copies or sets within the same organization are also contained in separate 642 fields.$$,
17181 FALSE, TRUE, FALSE, FALSE);
17182 INSERT INTO config.record_attr_definition(name, label)
17183 VALUES ('marc21_authority_642_ind_1', 'MARC 21 authority field 642 indicator position 1');
17184 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17185 VALUES ('marc21_authority_642_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17186 INSERT INTO config.record_attr_definition(name, label)
17187 VALUES ('marc21_authority_642_ind_2', 'MARC 21 authority field 642 indicator position 2');
17188 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17189 VALUES ('marc21_authority_642_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17190 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17191                                  repeatable, mandatory, hidden)
17192 VALUES (1, 'authority', '642', 'a', $$Series numbering example$$,
17193 FALSE, FALSE, FALSE);
17194 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17195                                  repeatable, mandatory, hidden)
17196 VALUES (1, 'authority', '642', 'd', $$Volumes/dates to which series numbering example applies$$,
17197 FALSE, FALSE, FALSE);
17198 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17199                                  repeatable, mandatory, hidden)
17200 VALUES (1, 'authority', '642', '5', $$Institution/copy to which field applies$$,
17201 TRUE, FALSE, FALSE);
17202 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17203                                  repeatable, mandatory, hidden)
17204 VALUES (1, 'authority', '642', '6', $$Linkage$$,
17205 FALSE, FALSE, FALSE);
17206 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17207                                  repeatable, mandatory, hidden)
17208 VALUES (1, 'authority', '642', '8', $$Field link and sequence number$$,
17209 TRUE, FALSE, FALSE);
17210 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17211                               fixed_field, repeatable, mandatory, hidden)
17212 VALUES (1, 'authority', '643', $$Series Place and Publisher/Issuing Body$$, $$Place of publication and the name of the publisher/issuing body of the series named in the 1XX field of an established heading record for a series. May also contain the volumes/dates to which the publication information applies.$$,
17213 FALSE, TRUE, FALSE, FALSE);
17214 INSERT INTO config.record_attr_definition(name, label)
17215 VALUES ('marc21_authority_643_ind_1', 'MARC 21 authority field 643 indicator position 1');
17216 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17217 VALUES ('marc21_authority_643_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17218 INSERT INTO config.record_attr_definition(name, label)
17219 VALUES ('marc21_authority_643_ind_2', 'MARC 21 authority field 643 indicator position 2');
17220 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17221 VALUES ('marc21_authority_643_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17222 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17223                                  repeatable, mandatory, hidden)
17224 VALUES (1, 'authority', '643', 'a', $$Place$$,
17225 TRUE, FALSE, FALSE);
17226 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17227                                  repeatable, mandatory, hidden)
17228 VALUES (1, 'authority', '643', 'b', $$Publisher/issuing body$$,
17229 TRUE, FALSE, FALSE);
17230 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17231                                  repeatable, mandatory, hidden)
17232 VALUES (1, 'authority', '643', 'd', $$Volumes/dates to which place and publisher/issuing body apply$$,
17233 FALSE, FALSE, FALSE);
17234 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17235                                  repeatable, mandatory, hidden)
17236 VALUES (1, 'authority', '643', '6', $$Linkage$$,
17237 FALSE, FALSE, FALSE);
17238 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17239                                  repeatable, mandatory, hidden)
17240 VALUES (1, 'authority', '643', '8', $$Field link and sequence number$$,
17241 TRUE, FALSE, FALSE);
17242 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17243                               fixed_field, repeatable, mandatory, hidden)
17244 VALUES (1, 'authority', '644', $$Series Analysis Practice$$, $$One-character alphabetic code that indicates a specific organization's analysis practice for a series named in the 1XX field of an established heading record for a series. May also contain the volumes/dates and/or the institution/copy identification to which the practice applies.$$,
17245 FALSE, TRUE, FALSE, FALSE);
17246 INSERT INTO config.record_attr_definition(name, label)
17247 VALUES ('marc21_authority_644_ind_1', 'MARC 21 authority field 644 indicator position 1');
17248 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17249 VALUES ('marc21_authority_644_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17250 INSERT INTO config.record_attr_definition(name, label)
17251 VALUES ('marc21_authority_644_ind_2', 'MARC 21 authority field 644 indicator position 2');
17252 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17253 VALUES ('marc21_authority_644_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17254 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17255                                  repeatable, mandatory, hidden)
17256 VALUES (1, 'authority', '644', 'a', $$Series analysis practice$$,
17257 FALSE, FALSE, FALSE);
17258 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17259                                  repeatable, mandatory, hidden)
17260 VALUES (1, 'authority', '644', 'b', $$Exceptions to analysis practice$$,
17261 FALSE, FALSE, FALSE);
17262 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17263                                  repeatable, mandatory, hidden)
17264 VALUES (1, 'authority', '644', 'd', $$Volumes/dates to which analysis practice applies$$,
17265 FALSE, FALSE, FALSE);
17266 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17267                                  repeatable, mandatory, hidden)
17268 VALUES (1, 'authority', '644', '5', $$Institution/copy to which field applies$$,
17269 TRUE, FALSE, FALSE);
17270 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17271                                  repeatable, mandatory, hidden)
17272 VALUES (1, 'authority', '644', '6', $$Linkage$$,
17273 FALSE, FALSE, FALSE);
17274 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17275                                  repeatable, mandatory, hidden)
17276 VALUES (1, 'authority', '644', '8', $$Field link and sequence number$$,
17277 TRUE, FALSE, FALSE);
17278 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17279                               fixed_field, repeatable, mandatory, hidden)
17280 VALUES (1, 'authority', '645', $$Series Tracing Practice$$, $$One-character alphabetic code that indicates a specific organization's tracing practice for a series named in the 1XX field of an established heading record for a series. May also contain the volumes/dates and/or the institution/copy identification to which the tracing practice applies.$$,
17281 FALSE, TRUE, FALSE, FALSE);
17282 INSERT INTO config.record_attr_definition(name, label)
17283 VALUES ('marc21_authority_645_ind_1', 'MARC 21 authority field 645 indicator position 1');
17284 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17285 VALUES ('marc21_authority_645_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17286 INSERT INTO config.record_attr_definition(name, label)
17287 VALUES ('marc21_authority_645_ind_2', 'MARC 21 authority field 645 indicator position 2');
17288 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17289 VALUES ('marc21_authority_645_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17290 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17291                                  repeatable, mandatory, hidden)
17292 VALUES (1, 'authority', '645', 'a', $$Series tracing practice$$,
17293 FALSE, FALSE, FALSE);
17294 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17295                                  repeatable, mandatory, hidden)
17296 VALUES (1, 'authority', '645', 'd', $$Volumes/dates to which tracing practice applies$$,
17297 FALSE, FALSE, FALSE);
17298 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17299                                  repeatable, mandatory, hidden)
17300 VALUES (1, 'authority', '645', '5', $$Institution/copy to which field applies$$,
17301 TRUE, FALSE, FALSE);
17302 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17303                                  repeatable, mandatory, hidden)
17304 VALUES (1, 'authority', '645', '6', $$Linkage$$,
17305 FALSE, FALSE, FALSE);
17306 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17307                                  repeatable, mandatory, hidden)
17308 VALUES (1, 'authority', '645', '8', $$Field link and sequence number$$,
17309 TRUE, FALSE, FALSE);
17310 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17311                               fixed_field, repeatable, mandatory, hidden)
17312 VALUES (1, 'authority', '646', $$Series Classification Practice$$, $$One-character alphabetic code that indicates a specific organization's classification practice for a series named in the 1XX field of an established heading record for a series. May also contain the volumes/dates and/or the institution/copy identification to which the classification practice applies.$$,
17313 FALSE, TRUE, FALSE, FALSE);
17314 INSERT INTO config.record_attr_definition(name, label)
17315 VALUES ('marc21_authority_646_ind_1', 'MARC 21 authority field 646 indicator position 1');
17316 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17317 VALUES ('marc21_authority_646_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17318 INSERT INTO config.record_attr_definition(name, label)
17319 VALUES ('marc21_authority_646_ind_2', 'MARC 21 authority field 646 indicator position 2');
17320 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17321 VALUES ('marc21_authority_646_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17322 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17323                                  repeatable, mandatory, hidden)
17324 VALUES (1, 'authority', '646', 'a', $$Series classification practice$$,
17325 FALSE, FALSE, FALSE);
17326 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17327                                  repeatable, mandatory, hidden)
17328 VALUES (1, 'authority', '646', 'd', $$Volumes/dates to which classification practice applies$$,
17329 FALSE, FALSE, FALSE);
17330 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17331                                  repeatable, mandatory, hidden)
17332 VALUES (1, 'authority', '646', '5', $$Institution to which field applies$$,
17333 TRUE, FALSE, FALSE);
17334 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17335                                  repeatable, mandatory, hidden)
17336 VALUES (1, 'authority', '646', '6', $$Linkage$$,
17337 FALSE, FALSE, FALSE);
17338 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17339                                  repeatable, mandatory, hidden)
17340 VALUES (1, 'authority', '646', '8', $$Field link and sequence number$$,
17341 TRUE, FALSE, FALSE);
17342 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17343                               fixed_field, repeatable, mandatory, hidden)
17344 VALUES (1, 'authority', '663', $$Complex See Also Reference-Name$$, $$and the that are required when relationships exist between an established name and other established names that cannot be adequately conveyed by one or more simple cross references generated from 5XX See Also From Tracing fields.$$,
17345 FALSE, FALSE, FALSE, FALSE);
17346 INSERT INTO config.record_attr_definition(name, label)
17347 VALUES ('marc21_authority_663_ind_1', 'MARC 21 authority field 663 indicator position 1');
17348 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17349 VALUES ('marc21_authority_663_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17350 INSERT INTO config.record_attr_definition(name, label)
17351 VALUES ('marc21_authority_663_ind_2', 'MARC 21 authority field 663 indicator position 2');
17352 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17353 VALUES ('marc21_authority_663_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17354 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17355                                  repeatable, mandatory, hidden)
17356 VALUES (1, 'authority', '663', 'a', $$Explanatory text$$,
17357 TRUE, FALSE, FALSE);
17358 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17359                                  repeatable, mandatory, hidden)
17360 VALUES (1, 'authority', '663', 'b', $$Heading referred to$$,
17361 TRUE, FALSE, FALSE);
17362 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17363                                  repeatable, mandatory, hidden)
17364 VALUES (1, 'authority', '663', 't', $$Title referred to$$,
17365 TRUE, FALSE, FALSE);
17366 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17367                                  repeatable, mandatory, hidden)
17368 VALUES (1, 'authority', '663', '6', $$Linkage$$,
17369 FALSE, FALSE, FALSE);
17370 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17371                                  repeatable, mandatory, hidden)
17372 VALUES (1, 'authority', '663', '8', $$Field link and sequence number$$,
17373 TRUE, FALSE, FALSE);
17374 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17375                               fixed_field, repeatable, mandatory, hidden)
17376 VALUES (1, 'authority', '664', $$Complex See Reference-Name$$, $$and the that are required in a reference record for names when relationships exist between an unestablished name and one or more established names that cannot be adequately conveyed by simple cross references generated from 4XX See From Tracing fields in the established heading records.$$,
17377 FALSE, FALSE, FALSE, FALSE);
17378 INSERT INTO config.record_attr_definition(name, label)
17379 VALUES ('marc21_authority_664_ind_1', 'MARC 21 authority field 664 indicator position 1');
17380 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17381 VALUES ('marc21_authority_664_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17382 INSERT INTO config.record_attr_definition(name, label)
17383 VALUES ('marc21_authority_664_ind_2', 'MARC 21 authority field 664 indicator position 2');
17384 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17385 VALUES ('marc21_authority_664_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17386 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17387                                  repeatable, mandatory, hidden)
17388 VALUES (1, 'authority', '664', 'a', $$Explanatory text$$,
17389 TRUE, FALSE, FALSE);
17390 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17391                                  repeatable, mandatory, hidden)
17392 VALUES (1, 'authority', '664', 'b', $$Heading referred to$$,
17393 TRUE, FALSE, FALSE);
17394 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17395                                  repeatable, mandatory, hidden)
17396 VALUES (1, 'authority', '664', 't', $$Title referred to$$,
17397 TRUE, FALSE, FALSE);
17398 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17399                                  repeatable, mandatory, hidden)
17400 VALUES (1, 'authority', '664', '6', $$Linkage$$,
17401 FALSE, FALSE, FALSE);
17402 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17403                                  repeatable, mandatory, hidden)
17404 VALUES (1, 'authority', '664', '8', $$Field link and sequence number$$,
17405 TRUE, FALSE, FALSE);
17406 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17407                               fixed_field, repeatable, mandatory, hidden)
17408 VALUES (1, 'authority', '665', $$History Reference$$, $$Text for reference notes with historical information for names that is used in an established heading record when more information is needed about the relationships that exist among three or more established names (usually corporate names) than can be adequately conveyed by simple cross references generated from 5XX See Also From Tracing fields in the established heading records.$$,
17409 FALSE, FALSE, FALSE, FALSE);
17410 INSERT INTO config.record_attr_definition(name, label)
17411 VALUES ('marc21_authority_665_ind_1', 'MARC 21 authority field 665 indicator position 1');
17412 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17413 VALUES ('marc21_authority_665_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17414 INSERT INTO config.record_attr_definition(name, label)
17415 VALUES ('marc21_authority_665_ind_2', 'MARC 21 authority field 665 indicator position 2');
17416 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17417 VALUES ('marc21_authority_665_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17418 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17419                                  repeatable, mandatory, hidden)
17420 VALUES (1, 'authority', '665', 'a', $$History reference$$,
17421 TRUE, FALSE, FALSE);
17422 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17423                                  repeatable, mandatory, hidden)
17424 VALUES (1, 'authority', '665', '6', $$Linkage$$,
17425 FALSE, FALSE, FALSE);
17426 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17427                                  repeatable, mandatory, hidden)
17428 VALUES (1, 'authority', '665', '8', $$Field link and sequence number$$,
17429 TRUE, FALSE, FALSE);
17430 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17431                               fixed_field, repeatable, mandatory, hidden)
17432 VALUES (1, 'authority', '666', $$General Explanatory Reference-Name$$, $$Note in a reference record that explains how names having a common characteristic (e.g., surnames with separately written prefixes) are entered in a file.$$,
17433 FALSE, FALSE, FALSE, FALSE);
17434 INSERT INTO config.record_attr_definition(name, label)
17435 VALUES ('marc21_authority_666_ind_1', 'MARC 21 authority field 666 indicator position 1');
17436 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17437 VALUES ('marc21_authority_666_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17438 INSERT INTO config.record_attr_definition(name, label)
17439 VALUES ('marc21_authority_666_ind_2', 'MARC 21 authority field 666 indicator position 2');
17440 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17441 VALUES ('marc21_authority_666_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17442 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17443                                  repeatable, mandatory, hidden)
17444 VALUES (1, 'authority', '666', 'a', $$General explanatory reference$$,
17445 TRUE, FALSE, FALSE);
17446 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17447                                  repeatable, mandatory, hidden)
17448 VALUES (1, 'authority', '666', '6', $$Linkage$$,
17449 FALSE, FALSE, FALSE);
17450 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17451                                  repeatable, mandatory, hidden)
17452 VALUES (1, 'authority', '666', '8', $$Field link and sequence number$$,
17453 TRUE, FALSE, FALSE);
17454 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17455                               fixed_field, repeatable, mandatory, hidden)
17456 VALUES (1, 'authority', '667', $$Nonpublic General Note$$, $$Note that provides general information about a 1XX heading for which a specialized note field has not been defined.$$,
17457 FALSE, TRUE, FALSE, FALSE);
17458 INSERT INTO config.record_attr_definition(name, label)
17459 VALUES ('marc21_authority_667_ind_1', 'MARC 21 authority field 667 indicator position 1');
17460 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17461 VALUES ('marc21_authority_667_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17462 INSERT INTO config.record_attr_definition(name, label)
17463 VALUES ('marc21_authority_667_ind_2', 'MARC 21 authority field 667 indicator position 2');
17464 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17465 VALUES ('marc21_authority_667_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17466 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17467                                  repeatable, mandatory, hidden)
17468 VALUES (1, 'authority', '667', 'a', $$Nonpublic general note$$,
17469 FALSE, FALSE, FALSE);
17470 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17471                                  repeatable, mandatory, hidden)
17472 VALUES (1, 'authority', '667', '5', $$Institution to which field applies$$,
17473 TRUE, FALSE, FALSE);
17474 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17475                                  repeatable, mandatory, hidden)
17476 VALUES (1, 'authority', '667', '6', $$Linkage$$,
17477 FALSE, FALSE, FALSE);
17478 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17479                                  repeatable, mandatory, hidden)
17480 VALUES (1, 'authority', '667', '8', $$Field link and sequence number$$,
17481 TRUE, FALSE, FALSE);
17482 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17483                               fixed_field, repeatable, mandatory, hidden)
17484 VALUES (1, 'authority', '670', $$Source Data Found$$, $$Citation for a consulted source in which information is found about the 1XX heading in an established heading record, an established heading and subdivision record, a subdivision record or a reference record. May also include the information found in the source.$$,
17485 FALSE, TRUE, FALSE, FALSE);
17486 INSERT INTO config.record_attr_definition(name, label)
17487 VALUES ('marc21_authority_670_ind_1', 'MARC 21 authority field 670 indicator position 1');
17488 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17489 VALUES ('marc21_authority_670_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17490 INSERT INTO config.record_attr_definition(name, label)
17491 VALUES ('marc21_authority_670_ind_2', 'MARC 21 authority field 670 indicator position 2');
17492 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17493 VALUES ('marc21_authority_670_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17494 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17495                                  repeatable, mandatory, hidden)
17496 VALUES (1, 'authority', '670', 'a', $$Source citation$$,
17497 FALSE, FALSE, FALSE);
17498 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17499                                  repeatable, mandatory, hidden)
17500 VALUES (1, 'authority', '670', 'b', $$Information found$$,
17501 FALSE, FALSE, FALSE);
17502 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17503                                  repeatable, mandatory, hidden)
17504 VALUES (1, 'authority', '670', 'u', $$Uniform Resource Identifier$$,
17505 TRUE, FALSE, FALSE);
17506 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17507                                  repeatable, mandatory, hidden)
17508 VALUES (1, 'authority', '670', '6', $$Linkage$$,
17509 FALSE, FALSE, FALSE);
17510 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17511                                  repeatable, mandatory, hidden)
17512 VALUES (1, 'authority', '670', '8', $$Field link and sequence number$$,
17513 TRUE, FALSE, FALSE);
17514 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17515                               fixed_field, repeatable, mandatory, hidden)
17516 VALUES (1, 'authority', '675', $$Source Data Not Found$$, $$Citation for a consulted source in which no information is found about the 1XX heading in an established heading record, an established heading and subdivision record, or a subdivision record.$$,
17517 FALSE, FALSE, FALSE, FALSE);
17518 INSERT INTO config.record_attr_definition(name, label)
17519 VALUES ('marc21_authority_675_ind_1', 'MARC 21 authority field 675 indicator position 1');
17520 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17521 VALUES ('marc21_authority_675_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17522 INSERT INTO config.record_attr_definition(name, label)
17523 VALUES ('marc21_authority_675_ind_2', 'MARC 21 authority field 675 indicator position 2');
17524 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17525 VALUES ('marc21_authority_675_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17526 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17527                                  repeatable, mandatory, hidden)
17528 VALUES (1, 'authority', '675', 'a', $$Source citation$$,
17529 TRUE, FALSE, FALSE);
17530 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17531                                  repeatable, mandatory, hidden)
17532 VALUES (1, 'authority', '675', '6', $$Linkage$$,
17533 FALSE, FALSE, FALSE);
17534 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17535                                  repeatable, mandatory, hidden)
17536 VALUES (1, 'authority', '675', '8', $$Field link and sequence number$$,
17537 TRUE, FALSE, FALSE);
17538 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17539                               fixed_field, repeatable, mandatory, hidden)
17540 VALUES (1, 'authority', '678', $$Biographical or Historical Data$$, $$Summary of the essential biographical, historical, or other information about the 1XX heading in an established heading record, an established heading and subdivision record, or a subdivision record.$$,
17541 FALSE, TRUE, FALSE, FALSE);
17542 INSERT INTO config.record_attr_definition(name, label)
17543 VALUES ('marc21_authority_678_ind_1', 'MARC 21 authority field 678 indicator position 1');
17544 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17545 VALUES ('marc21_authority_678_ind_1', '#', $$No information provided$$, FALSE, TRUE);
17546 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17547 VALUES ('marc21_authority_678_ind_1', '0', $$Biographical sketch$$, FALSE, TRUE);
17548 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17549 VALUES ('marc21_authority_678_ind_1', '1', $$Administrative history$$, FALSE, TRUE);
17550 INSERT INTO config.record_attr_definition(name, label)
17551 VALUES ('marc21_authority_678_ind_2', 'MARC 21 authority field 678 indicator position 2');
17552 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17553 VALUES ('marc21_authority_678_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17554 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17555                                  repeatable, mandatory, hidden)
17556 VALUES (1, 'authority', '678', 'a', $$Biographical or historical data$$,
17557 TRUE, FALSE, FALSE);
17558 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17559                                  repeatable, mandatory, hidden)
17560 VALUES (1, 'authority', '678', 'b', $$Expansion$$,
17561 FALSE, FALSE, FALSE);
17562 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17563                                  repeatable, mandatory, hidden)
17564 VALUES (1, 'authority', '678', 'u', $$Uniform Resource Identifier$$,
17565 TRUE, FALSE, FALSE);
17566 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17567                                  repeatable, mandatory, hidden)
17568 VALUES (1, 'authority', '678', '6', $$Linkage$$,
17569 FALSE, FALSE, FALSE);
17570 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17571                                  repeatable, mandatory, hidden)
17572 VALUES (1, 'authority', '678', '8', $$Field link and sequence number$$,
17573 TRUE, FALSE, FALSE);
17574 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17575                               fixed_field, repeatable, mandatory, hidden)
17576 VALUES (1, 'authority', '680', $$Public General Note$$, $$Note that provides general information about a 1XX heading for which a specialized note field has not been defined. The note is written in a form adequate for public display.$$,
17577 FALSE, TRUE, FALSE, FALSE);
17578 INSERT INTO config.record_attr_definition(name, label)
17579 VALUES ('marc21_authority_680_ind_1', 'MARC 21 authority field 680 indicator position 1');
17580 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17581 VALUES ('marc21_authority_680_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17582 INSERT INTO config.record_attr_definition(name, label)
17583 VALUES ('marc21_authority_680_ind_2', 'MARC 21 authority field 680 indicator position 2');
17584 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17585 VALUES ('marc21_authority_680_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17586 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17587                                  repeatable, mandatory, hidden)
17588 VALUES (1, 'authority', '680', 'a', $$Heading or subdivision term$$,
17589 TRUE, FALSE, FALSE);
17590 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17591                                  repeatable, mandatory, hidden)
17592 VALUES (1, 'authority', '680', 'i', $$Explanatory text$$,
17593 TRUE, FALSE, FALSE);
17594 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17595                                  repeatable, mandatory, hidden)
17596 VALUES (1, 'authority', '680', '5', $$Institution to which field applies$$,
17597 TRUE, FALSE, FALSE);
17598 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17599                                  repeatable, mandatory, hidden)
17600 VALUES (1, 'authority', '680', '6', $$Linkage$$,
17601 FALSE, FALSE, FALSE);
17602 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17603                                  repeatable, mandatory, hidden)
17604 VALUES (1, 'authority', '680', '8', $$Field link and sequence number$$,
17605 TRUE, FALSE, FALSE);
17606 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17607                               fixed_field, repeatable, mandatory, hidden)
17608 VALUES (1, 'authority', '681', $$Subject Example Tracing Note$$, $$Note that documents the use of the 1XX subject or authorized subdivision heading as an example or reference in fields 260 Complex See Reference, 360 Complex See Also Reference, and/or 680 Public General Note in another authority record.$$,
17609 FALSE, TRUE, FALSE, FALSE);
17610 INSERT INTO config.record_attr_definition(name, label)
17611 VALUES ('marc21_authority_681_ind_1', 'MARC 21 authority field 681 indicator position 1');
17612 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17613 VALUES ('marc21_authority_681_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17614 INSERT INTO config.record_attr_definition(name, label)
17615 VALUES ('marc21_authority_681_ind_2', 'MARC 21 authority field 681 indicator position 2');
17616 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17617 VALUES ('marc21_authority_681_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17618 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17619                                  repeatable, mandatory, hidden)
17620 VALUES (1, 'authority', '681', 'a', $$Subject heading or subdivision term$$,
17621 TRUE, FALSE, FALSE);
17622 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17623                                  repeatable, mandatory, hidden)
17624 VALUES (1, 'authority', '681', 'i', $$Explanatory text$$,
17625 TRUE, FALSE, FALSE);
17626 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17627                                  repeatable, mandatory, hidden)
17628 VALUES (1, 'authority', '681', '6', $$Linkage$$,
17629 FALSE, FALSE, FALSE);
17630 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17631                                  repeatable, mandatory, hidden)
17632 VALUES (1, 'authority', '681', '8', $$Field link and sequence number$$,
17633 TRUE, FALSE, FALSE);
17634 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17635                               fixed_field, repeatable, mandatory, hidden)
17636 VALUES (1, 'authority', '682', $$Deleted Heading Information$$, $$Explanation for the deletion of an established heading or subdivision record from an authority file. The replacement heading(s) may be contained in subfield(s) $a.$$,
17637 FALSE, FALSE, FALSE, FALSE);
17638 INSERT INTO config.record_attr_definition(name, label)
17639 VALUES ('marc21_authority_682_ind_1', 'MARC 21 authority field 682 indicator position 1');
17640 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17641 VALUES ('marc21_authority_682_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17642 INSERT INTO config.record_attr_definition(name, label)
17643 VALUES ('marc21_authority_682_ind_2', 'MARC 21 authority field 682 indicator position 2');
17644 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17645 VALUES ('marc21_authority_682_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17646 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17647                                  repeatable, mandatory, hidden)
17648 VALUES (1, 'authority', '682', 'a', $$Replacement heading$$,
17649 TRUE, FALSE, FALSE);
17650 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17651                                  repeatable, mandatory, hidden)
17652 VALUES (1, 'authority', '682', 'i', $$Explanatory text$$,
17653 TRUE, FALSE, FALSE);
17654 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17655                                  repeatable, mandatory, hidden)
17656 VALUES (1, 'authority', '682', '0', $$Replacement authority record control number$$,
17657 TRUE, FALSE, FALSE);
17658 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17659                                  repeatable, mandatory, hidden)
17660 VALUES (1, 'authority', '682', '6', $$Linkage$$,
17661 FALSE, FALSE, FALSE);
17662 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17663                                  repeatable, mandatory, hidden)
17664 VALUES (1, 'authority', '682', '8', $$Field link and sequence number$$,
17665 TRUE, FALSE, FALSE);
17666 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17667                               fixed_field, repeatable, mandatory, hidden)
17668 VALUES (1, 'authority', '688', $$Application History Note$$, $$Information that documents changes in the application of a 1XX heading.$$,
17669 FALSE, TRUE, FALSE, FALSE);
17670 INSERT INTO config.record_attr_definition(name, label)
17671 VALUES ('marc21_authority_688_ind_1', 'MARC 21 authority field 688 indicator position 1');
17672 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17673 VALUES ('marc21_authority_688_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17674 INSERT INTO config.record_attr_definition(name, label)
17675 VALUES ('marc21_authority_688_ind_2', 'MARC 21 authority field 688 indicator position 2');
17676 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17677 VALUES ('marc21_authority_688_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17678 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17679                                  repeatable, mandatory, hidden)
17680 VALUES (1, 'authority', '688', 'a', $$Application history note$$,
17681 FALSE, FALSE, FALSE);
17682 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17683                                  repeatable, mandatory, hidden)
17684 VALUES (1, 'authority', '688', '5', $$Institution to which field applies$$,
17685 TRUE, FALSE, FALSE);
17686 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17687                                  repeatable, mandatory, hidden)
17688 VALUES (1, 'authority', '688', '6', $$Linkage$$,
17689 FALSE, FALSE, FALSE);
17690 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17691                                  repeatable, mandatory, hidden)
17692 VALUES (1, 'authority', '688', '8', $$Field link and sequence number$$,
17693 TRUE, FALSE, FALSE);
17694 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17695                               fixed_field, repeatable, mandatory, hidden)
17696 VALUES (1, 'authority', '700', $$Established Heading Linking Entry-Personal Name$$, $$Personal name heading that is equivalent to the heading contained in the 1XX field or the same record. It links headings within a system or from different thesauri or authority files.$$,
17697 FALSE, TRUE, FALSE, FALSE);
17698 INSERT INTO config.record_attr_definition(name, label)
17699 VALUES ('marc21_authority_700_ind_1', 'MARC 21 authority field 700 indicator position 1');
17700 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17701 VALUES ('marc21_authority_700_ind_1', '0', $$Forename$$, FALSE, TRUE);
17702 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17703 VALUES ('marc21_authority_700_ind_1', '1', $$Surname$$, FALSE, TRUE);
17704 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17705 VALUES ('marc21_authority_700_ind_1', '3', $$Family name$$, FALSE, TRUE);
17706 INSERT INTO config.record_attr_definition(name, label)
17707 VALUES ('marc21_authority_700_ind_2', 'MARC 21 authority field 700 indicator position 2');
17708 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17709 VALUES ('marc21_authority_700_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
17710 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17711 VALUES ('marc21_authority_700_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
17712 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17713 VALUES ('marc21_authority_700_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
17714 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17715 VALUES ('marc21_authority_700_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
17716 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17717 VALUES ('marc21_authority_700_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
17718 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17719 VALUES ('marc21_authority_700_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
17720 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17721 VALUES ('marc21_authority_700_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
17722 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17723 VALUES ('marc21_authority_700_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
17724 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17725                                  repeatable, mandatory, hidden)
17726 VALUES (1, 'authority', '700', 'a', $$Personal name$$,
17727 FALSE, FALSE, FALSE);
17728 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17729                                  repeatable, mandatory, hidden)
17730 VALUES (1, 'authority', '700', 'b', $$Numeration$$,
17731 FALSE, FALSE, FALSE);
17732 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17733                                  repeatable, mandatory, hidden)
17734 VALUES (1, 'authority', '700', 'c', $$Titles and other words associated with a name$$,
17735 TRUE, FALSE, FALSE);
17736 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17737                                  repeatable, mandatory, hidden)
17738 VALUES (1, 'authority', '700', 'd', $$Dates associated with a name$$,
17739 FALSE, FALSE, FALSE);
17740 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17741                                  repeatable, mandatory, hidden)
17742 VALUES (1, 'authority', '700', 'e', $$Relator term$$,
17743 TRUE, FALSE, FALSE);
17744 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17745                                  repeatable, mandatory, hidden)
17746 VALUES (1, 'authority', '700', 'f', $$Date of a work$$,
17747 FALSE, FALSE, FALSE);
17748 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17749                                  repeatable, mandatory, hidden)
17750 VALUES (1, 'authority', '700', 'g', $$Miscellaneous information$$,
17751 FALSE, FALSE, FALSE);
17752 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17753                                  repeatable, mandatory, hidden)
17754 VALUES (1, 'authority', '700', 'h', $$Medium$$,
17755 FALSE, FALSE, FALSE);
17756 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17757                                  repeatable, mandatory, hidden)
17758 VALUES (1, 'authority', '700', 'j', $$Attribution qualifier$$,
17759 TRUE, FALSE, FALSE);
17760 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17761                                  repeatable, mandatory, hidden)
17762 VALUES (1, 'authority', '700', 'k', $$Form subheading$$,
17763 TRUE, FALSE, FALSE);
17764 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17765                                  repeatable, mandatory, hidden)
17766 VALUES (1, 'authority', '700', 'l', $$Language of a work$$,
17767 FALSE, FALSE, FALSE);
17768 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17769                                  repeatable, mandatory, hidden)
17770 VALUES (1, 'authority', '700', 'm', $$Medium of performance for music$$,
17771 TRUE, FALSE, FALSE);
17772 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17773                                  repeatable, mandatory, hidden)
17774 VALUES (1, 'authority', '700', 'n', $$Number of part/section of a work$$,
17775 TRUE, FALSE, FALSE);
17776 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17777                                  repeatable, mandatory, hidden)
17778 VALUES (1, 'authority', '700', 'o', $$Arranged statement for music$$,
17779 FALSE, FALSE, FALSE);
17780 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17781                                  repeatable, mandatory, hidden)
17782 VALUES (1, 'authority', '700', 'p', $$Name of part/section of a work$$,
17783 TRUE, FALSE, FALSE);
17784 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17785                                  repeatable, mandatory, hidden)
17786 VALUES (1, 'authority', '700', 'q', $$Fuller form of name$$,
17787 FALSE, FALSE, FALSE);
17788 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17789                                  repeatable, mandatory, hidden)
17790 VALUES (1, 'authority', '700', 'r', $$Key for music$$,
17791 FALSE, FALSE, FALSE);
17792 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17793                                  repeatable, mandatory, hidden)
17794 VALUES (1, 'authority', '700', 's', $$Version$$,
17795 FALSE, FALSE, FALSE);
17796 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17797                                  repeatable, mandatory, hidden)
17798 VALUES (1, 'authority', '700', 't', $$Title of a work$$,
17799 FALSE, FALSE, FALSE);
17800 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17801                                  repeatable, mandatory, hidden)
17802 VALUES (1, 'authority', '700', 'v', $$Form subdivision$$,
17803 TRUE, FALSE, FALSE);
17804 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17805                                  repeatable, mandatory, hidden)
17806 VALUES (1, 'authority', '700', 'w', $$Control subfield$$,
17807 FALSE, FALSE, FALSE);
17808 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17809                               fixed_field, repeatable, mandatory, hidden)
17810 VALUES (1, 'authority', '710', $$Established Heading Linking Entry-Corporate Name$$, $$Corporate name that is equivalent to the name contained in the 110 field of the same record. It links headings within a system or from different thesauri or authority files.$$,
17811 FALSE, TRUE, FALSE, FALSE);
17812 INSERT INTO config.record_attr_definition(name, label)
17813 VALUES ('marc21_authority_710_ind_1', 'MARC 21 authority field 710 indicator position 1');
17814 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17815 VALUES ('marc21_authority_710_ind_1', '0', $$Inverted name$$, FALSE, TRUE);
17816 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17817 VALUES ('marc21_authority_710_ind_1', '1', $$Jurisdiction name$$, FALSE, TRUE);
17818 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17819 VALUES ('marc21_authority_710_ind_1', '2', $$Name in direct order$$, FALSE, TRUE);
17820 INSERT INTO config.record_attr_definition(name, label)
17821 VALUES ('marc21_authority_710_ind_2', 'MARC 21 authority field 710 indicator position 2');
17822 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17823 VALUES ('marc21_authority_710_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
17824 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17825 VALUES ('marc21_authority_710_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
17826 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17827 VALUES ('marc21_authority_710_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
17828 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17829 VALUES ('marc21_authority_710_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
17830 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17831 VALUES ('marc21_authority_710_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
17832 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17833 VALUES ('marc21_authority_710_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
17834 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17835 VALUES ('marc21_authority_710_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
17836 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17837 VALUES ('marc21_authority_710_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
17838 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17839                                  repeatable, mandatory, hidden)
17840 VALUES (1, 'authority', '710', 'a', $$Corporate name or jurisdiction name as entry element$$,
17841 FALSE, FALSE, FALSE);
17842 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17843                                  repeatable, mandatory, hidden)
17844 VALUES (1, 'authority', '710', 'b', $$Subordinate unit$$,
17845 TRUE, FALSE, FALSE);
17846 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17847                                  repeatable, mandatory, hidden)
17848 VALUES (1, 'authority', '710', 'c', $$Location of meeting$$,
17849 FALSE, FALSE, FALSE);
17850 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17851                                  repeatable, mandatory, hidden)
17852 VALUES (1, 'authority', '710', 'd', $$Date of meeting or treaty signing$$,
17853 TRUE, FALSE, FALSE);
17854 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17855                                  repeatable, mandatory, hidden)
17856 VALUES (1, 'authority', '710', 'e', $$Relator term$$,
17857 TRUE, FALSE, FALSE);
17858 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17859                                  repeatable, mandatory, hidden)
17860 VALUES (1, 'authority', '710', 'f', $$Date of a work$$,
17861 FALSE, FALSE, FALSE);
17862 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17863                                  repeatable, mandatory, hidden)
17864 VALUES (1, 'authority', '710', 'g', $$Miscellaneous information$$,
17865 FALSE, FALSE, FALSE);
17866 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17867                                  repeatable, mandatory, hidden)
17868 VALUES (1, 'authority', '710', 'h', $$Medium$$,
17869 FALSE, FALSE, FALSE);
17870 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17871                                  repeatable, mandatory, hidden)
17872 VALUES (1, 'authority', '710', 'k', $$Form subheading$$,
17873 TRUE, FALSE, FALSE);
17874 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17875                                  repeatable, mandatory, hidden)
17876 VALUES (1, 'authority', '710', 'l', $$Language of a work$$,
17877 FALSE, FALSE, FALSE);
17878 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17879                                  repeatable, mandatory, hidden)
17880 VALUES (1, 'authority', '710', 'm', $$Medium of performance for music$$,
17881 TRUE, FALSE, FALSE);
17882 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17883                                  repeatable, mandatory, hidden)
17884 VALUES (1, 'authority', '710', 'n', $$Number of part/section/meeting$$,
17885 TRUE, FALSE, FALSE);
17886 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17887                                  repeatable, mandatory, hidden)
17888 VALUES (1, 'authority', '710', 'o', $$Arranged statement for music$$,
17889 FALSE, FALSE, FALSE);
17890 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17891                                  repeatable, mandatory, hidden)
17892 VALUES (1, 'authority', '710', 'p', $$Name of part/section of a work$$,
17893 TRUE, FALSE, FALSE);
17894 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17895                                  repeatable, mandatory, hidden)
17896 VALUES (1, 'authority', '710', 'r', $$Key for music$$,
17897 FALSE, FALSE, FALSE);
17898 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17899                                  repeatable, mandatory, hidden)
17900 VALUES (1, 'authority', '710', 's', $$Version$$,
17901 FALSE, FALSE, FALSE);
17902 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17903                                  repeatable, mandatory, hidden)
17904 VALUES (1, 'authority', '710', 't', $$Title of a work$$,
17905 FALSE, FALSE, FALSE);
17906 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17907                                  repeatable, mandatory, hidden)
17908 VALUES (1, 'authority', '710', 'v', $$Form subdivision$$,
17909 TRUE, FALSE, FALSE);
17910 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17911                                  repeatable, mandatory, hidden)
17912 VALUES (1, 'authority', '710', 'w', $$Control subfield$$,
17913 FALSE, FALSE, FALSE);
17914 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17915                               fixed_field, repeatable, mandatory, hidden)
17916 VALUES (1, 'authority', '711', $$Established Heading Linking Entry-Meeting Name$$, $$Meeting name that is equivalent to the name contained in the 111 field of the same record. It links headings within a system or from different thesauri or authority files.$$,
17917 FALSE, TRUE, FALSE, FALSE);
17918 INSERT INTO config.record_attr_definition(name, label)
17919 VALUES ('marc21_authority_711_ind_1', 'MARC 21 authority field 711 indicator position 1');
17920 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17921 VALUES ('marc21_authority_711_ind_1', '0', $$Inverted name$$, FALSE, TRUE);
17922 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17923 VALUES ('marc21_authority_711_ind_1', '1', $$Jurisdiction name$$, FALSE, TRUE);
17924 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17925 VALUES ('marc21_authority_711_ind_1', '2', $$Name in direct order$$, FALSE, TRUE);
17926 INSERT INTO config.record_attr_definition(name, label)
17927 VALUES ('marc21_authority_711_ind_2', 'MARC 21 authority field 711 indicator position 2');
17928 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17929 VALUES ('marc21_authority_711_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
17930 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17931 VALUES ('marc21_authority_711_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
17932 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17933 VALUES ('marc21_authority_711_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
17934 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17935 VALUES ('marc21_authority_711_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
17936 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17937 VALUES ('marc21_authority_711_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
17938 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17939 VALUES ('marc21_authority_711_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
17940 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17941 VALUES ('marc21_authority_711_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
17942 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17943 VALUES ('marc21_authority_711_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
17944 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17945                                  repeatable, mandatory, hidden)
17946 VALUES (1, 'authority', '711', 'a', $$Meeting name or jurisdiction name as entry element$$,
17947 FALSE, FALSE, FALSE);
17948 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17949                                  repeatable, mandatory, hidden)
17950 VALUES (1, 'authority', '711', 'c', $$Location of meeting$$,
17951 FALSE, FALSE, FALSE);
17952 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17953                                  repeatable, mandatory, hidden)
17954 VALUES (1, 'authority', '711', 'd', $$Date of meeting$$,
17955 FALSE, FALSE, FALSE);
17956 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17957                                  repeatable, mandatory, hidden)
17958 VALUES (1, 'authority', '711', 'e', $$Subordinate unit$$,
17959 TRUE, FALSE, FALSE);
17960 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17961                                  repeatable, mandatory, hidden)
17962 VALUES (1, 'authority', '711', 'f', $$Date of a work$$,
17963 FALSE, FALSE, FALSE);
17964 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17965                                  repeatable, mandatory, hidden)
17966 VALUES (1, 'authority', '711', 'g', $$Miscellaneous information$$,
17967 FALSE, FALSE, FALSE);
17968 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17969                                  repeatable, mandatory, hidden)
17970 VALUES (1, 'authority', '711', 'h', $$Medium$$,
17971 FALSE, FALSE, FALSE);
17972 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17973                                  repeatable, mandatory, hidden)
17974 VALUES (1, 'authority', '711', 'j', $$Relator term$$,
17975 TRUE, FALSE, FALSE);
17976 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17977                                  repeatable, mandatory, hidden)
17978 VALUES (1, 'authority', '711', 'k', $$Form subheading$$,
17979 TRUE, FALSE, FALSE);
17980 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17981                                  repeatable, mandatory, hidden)
17982 VALUES (1, 'authority', '711', 'l', $$Language of a work$$,
17983 FALSE, FALSE, FALSE);
17984 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17985                                  repeatable, mandatory, hidden)
17986 VALUES (1, 'authority', '711', 'n', $$Number of part/section/meeting$$,
17987 TRUE, FALSE, FALSE);
17988 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17989                                  repeatable, mandatory, hidden)
17990 VALUES (1, 'authority', '711', 'p', $$Name of part/section of a work$$,
17991 TRUE, FALSE, FALSE);
17992 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17993                                  repeatable, mandatory, hidden)
17994 VALUES (1, 'authority', '711', 'q', $$Name of meeting following jurisdiction name entry element$$,
17995 FALSE, FALSE, FALSE);
17996 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17997                                  repeatable, mandatory, hidden)
17998 VALUES (1, 'authority', '711', 's', $$Version$$,
17999 FALSE, FALSE, FALSE);
18000 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18001                                  repeatable, mandatory, hidden)
18002 VALUES (1, 'authority', '711', 't', $$Title of a work$$,
18003 FALSE, FALSE, FALSE);
18004 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18005                                  repeatable, mandatory, hidden)
18006 VALUES (1, 'authority', '711', 'v', $$Form subdivision$$,
18007 TRUE, FALSE, FALSE);
18008 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18009                                  repeatable, mandatory, hidden)
18010 VALUES (1, 'authority', '711', 'w', $$Control subfield$$,
18011 FALSE, FALSE, FALSE);
18012 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18013                               fixed_field, repeatable, mandatory, hidden)
18014 VALUES (1, 'authority', '730', $$Established Heading Linking Entry-Uniform Title$$, $$Uniform title that is equivalent to the title contained in the 130 field of the same record. It links equivalent headings within a system or from different thesauri or authority files.$$,
18015 FALSE, TRUE, FALSE, FALSE);
18016 INSERT INTO config.record_attr_definition(name, label)
18017 VALUES ('marc21_authority_730_ind_1', 'MARC 21 authority field 730 indicator position 1');
18018 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18019 VALUES ('marc21_authority_730_ind_1', '#', $$Undefined$$, FALSE, TRUE);
18020 INSERT INTO config.record_attr_definition(name, label)
18021 VALUES ('marc21_authority_730_ind_2', 'MARC 21 authority field 730 indicator position 2');
18022 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18023 VALUES ('marc21_authority_730_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
18024 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18025 VALUES ('marc21_authority_730_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
18026 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18027 VALUES ('marc21_authority_730_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
18028 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18029 VALUES ('marc21_authority_730_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
18030 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18031 VALUES ('marc21_authority_730_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
18032 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18033 VALUES ('marc21_authority_730_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
18034 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18035 VALUES ('marc21_authority_730_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
18036 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18037 VALUES ('marc21_authority_730_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
18038 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18039                                  repeatable, mandatory, hidden)
18040 VALUES (1, 'authority', '730', 'a', $$Uniform title$$,
18041 FALSE, FALSE, FALSE);
18042 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18043                                  repeatable, mandatory, hidden)
18044 VALUES (1, 'authority', '730', 'd', $$Date of treaty signing$$,
18045 TRUE, FALSE, FALSE);
18046 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18047                                  repeatable, mandatory, hidden)
18048 VALUES (1, 'authority', '730', 'f', $$Date of a work$$,
18049 FALSE, FALSE, FALSE);
18050 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18051                                  repeatable, mandatory, hidden)
18052 VALUES (1, 'authority', '730', 'g', $$Miscellaneous information$$,
18053 FALSE, FALSE, FALSE);
18054 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18055                                  repeatable, mandatory, hidden)
18056 VALUES (1, 'authority', '730', 'h', $$Medium$$,
18057 FALSE, FALSE, FALSE);
18058 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18059                                  repeatable, mandatory, hidden)
18060 VALUES (1, 'authority', '730', 'k', $$Form subheading$$,
18061 TRUE, FALSE, FALSE);
18062 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18063                                  repeatable, mandatory, hidden)
18064 VALUES (1, 'authority', '730', 'l', $$Language of a work$$,
18065 FALSE, FALSE, FALSE);
18066 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18067                                  repeatable, mandatory, hidden)
18068 VALUES (1, 'authority', '730', 'm', $$Medium of performance for music$$,
18069 TRUE, FALSE, FALSE);
18070 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18071                                  repeatable, mandatory, hidden)
18072 VALUES (1, 'authority', '730', 'n', $$Number of part/section of a work$$,
18073 TRUE, FALSE, FALSE);
18074 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18075                                  repeatable, mandatory, hidden)
18076 VALUES (1, 'authority', '730', 'o', $$Arranged statement for music$$,
18077 FALSE, FALSE, FALSE);
18078 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18079                                  repeatable, mandatory, hidden)
18080 VALUES (1, 'authority', '730', 'p', $$Name of part/section of a work$$,
18081 TRUE, FALSE, FALSE);
18082 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18083                                  repeatable, mandatory, hidden)
18084 VALUES (1, 'authority', '730', 'r', $$Key for music$$,
18085 FALSE, FALSE, FALSE);
18086 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18087                                  repeatable, mandatory, hidden)
18088 VALUES (1, 'authority', '730', 's', $$Version$$,
18089 FALSE, FALSE, FALSE);
18090 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18091                                  repeatable, mandatory, hidden)
18092 VALUES (1, 'authority', '730', 't', $$Title of a work$$,
18093 FALSE, FALSE, FALSE);
18094 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18095                                  repeatable, mandatory, hidden)
18096 VALUES (1, 'authority', '730', 'v', $$Form subdivision$$,
18097 TRUE, FALSE, FALSE);
18098 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18099                                  repeatable, mandatory, hidden)
18100 VALUES (1, 'authority', '730', 'w', $$Control subfield$$,
18101 FALSE, FALSE, FALSE);
18102 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18103                               fixed_field, repeatable, mandatory, hidden)
18104 VALUES (1, 'authority', '748', $$Established Heading Linking Entry-Chronological Term$$, $$Chronological term that is equivalent to the 148 chronological term or 182 chronological subdivision heading field of the same record. It links headings within a system or from different thesauri or authority files.$$,
18105 FALSE, TRUE, FALSE, FALSE);
18106 INSERT INTO config.record_attr_definition(name, label)
18107 VALUES ('marc21_authority_748_ind_1', 'MARC 21 authority field 748 indicator position 1');
18108 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18109 VALUES ('marc21_authority_748_ind_1', '#', $$Undefined$$, FALSE, TRUE);
18110 INSERT INTO config.record_attr_definition(name, label)
18111 VALUES ('marc21_authority_748_ind_2', 'MARC 21 authority field 748 indicator position 2');
18112 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18113 VALUES ('marc21_authority_748_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
18114 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18115 VALUES ('marc21_authority_748_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
18116 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18117 VALUES ('marc21_authority_748_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
18118 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18119 VALUES ('marc21_authority_748_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
18120 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18121 VALUES ('marc21_authority_748_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
18122 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18123 VALUES ('marc21_authority_748_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
18124 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18125 VALUES ('marc21_authority_748_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
18126 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18127 VALUES ('marc21_authority_748_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
18128 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18129                                  repeatable, mandatory, hidden)
18130 VALUES (1, 'authority', '748', 'a', $$Chronological term$$,
18131 FALSE, FALSE, FALSE);
18132 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18133                                  repeatable, mandatory, hidden)
18134 VALUES (1, 'authority', '748', 'v', $$Form subdivision$$,
18135 TRUE, FALSE, FALSE);
18136 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18137                                  repeatable, mandatory, hidden)
18138 VALUES (1, 'authority', '748', 'w', $$Control subfield$$,
18139 FALSE, FALSE, FALSE);
18140 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18141                               fixed_field, repeatable, mandatory, hidden)
18142 VALUES (1, 'authority', '750', $$Established Heading Linking Entry-Topical Term$$, $$Topical term that is equivalent to the 150 topical term or 180 general subdivision heading field of the same record. It links headings within a system or from different thesauri or authority files.$$,
18143 FALSE, TRUE, FALSE, FALSE);
18144 INSERT INTO config.record_attr_definition(name, label)
18145 VALUES ('marc21_authority_750_ind_1', 'MARC 21 authority field 750 indicator position 1');
18146 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18147 VALUES ('marc21_authority_750_ind_1', '#', $$Undefined$$, FALSE, TRUE);
18148 INSERT INTO config.record_attr_definition(name, label)
18149 VALUES ('marc21_authority_750_ind_2', 'MARC 21 authority field 750 indicator position 2');
18150 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18151 VALUES ('marc21_authority_750_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
18152 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18153 VALUES ('marc21_authority_750_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
18154 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18155 VALUES ('marc21_authority_750_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
18156 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18157 VALUES ('marc21_authority_750_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
18158 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18159 VALUES ('marc21_authority_750_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
18160 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18161 VALUES ('marc21_authority_750_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
18162 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18163 VALUES ('marc21_authority_750_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
18164 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18165 VALUES ('marc21_authority_750_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
18166 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18167                                  repeatable, mandatory, hidden)
18168 VALUES (1, 'authority', '750', 'a', $$Topical term or geographic name entry element$$,
18169 FALSE, FALSE, FALSE);
18170 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18171                                  repeatable, mandatory, hidden)
18172 VALUES (1, 'authority', '750', 'b', $$Topical term following geographic name entry element$$,
18173 FALSE, FALSE, FALSE);
18174 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18175                                  repeatable, mandatory, hidden)
18176 VALUES (1, 'authority', '750', 'v', $$Form subdivision$$,
18177 TRUE, FALSE, FALSE);
18178 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18179                                  repeatable, mandatory, hidden)
18180 VALUES (1, 'authority', '750', 'w', $$Control subfield$$,
18181 FALSE, FALSE, FALSE);
18182 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18183                               fixed_field, repeatable, mandatory, hidden)
18184 VALUES (1, 'authority', '751', $$Established Heading Linking Entry-Geographic Name$$, $$Geographic name that is equivalent to the 151 geographic name or 181 geographic subdivision field of the same record. It links headings within a system or from different thesauri or authority files.$$,
18185 FALSE, TRUE, FALSE, FALSE);
18186 INSERT INTO config.record_attr_definition(name, label)
18187 VALUES ('marc21_authority_751_ind_1', 'MARC 21 authority field 751 indicator position 1');
18188 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18189 VALUES ('marc21_authority_751_ind_1', '#', $$Undefined$$, FALSE, TRUE);
18190 INSERT INTO config.record_attr_definition(name, label)
18191 VALUES ('marc21_authority_751_ind_2', 'MARC 21 authority field 751 indicator position 2');
18192 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18193 VALUES ('marc21_authority_751_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
18194 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18195 VALUES ('marc21_authority_751_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
18196 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18197 VALUES ('marc21_authority_751_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
18198 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18199 VALUES ('marc21_authority_751_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
18200 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18201 VALUES ('marc21_authority_751_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
18202 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18203 VALUES ('marc21_authority_751_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
18204 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18205 VALUES ('marc21_authority_751_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
18206 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18207 VALUES ('marc21_authority_751_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
18208 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18209                                  repeatable, mandatory, hidden)
18210 VALUES (1, 'authority', '751', 'a', $$Geographic name$$,
18211 FALSE, FALSE, FALSE);
18212 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18213                                  repeatable, mandatory, hidden)
18214 VALUES (1, 'authority', '751', 'v', $$Form subdivision$$,
18215 TRUE, FALSE, FALSE);
18216 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18217                                  repeatable, mandatory, hidden)
18218 VALUES (1, 'authority', '751', 'w', $$Control subfield$$,
18219 FALSE, FALSE, FALSE);
18220 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18221                               fixed_field, repeatable, mandatory, hidden)
18222 VALUES (1, 'authority', '755', $$Established Heading Linking Entry-Genre/Form Term$$, $$Genre/form term that is equivalent to the 155 genre/form term or 185 form subdivision heading field of the same record. It links headings within a system or from different thesauri or authority files.$$,
18223 FALSE, TRUE, FALSE, FALSE);
18224 INSERT INTO config.record_attr_definition(name, label)
18225 VALUES ('marc21_authority_755_ind_1', 'MARC 21 authority field 755 indicator position 1');
18226 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18227 VALUES ('marc21_authority_755_ind_1', '#', $$Undefined$$, FALSE, TRUE);
18228 INSERT INTO config.record_attr_definition(name, label)
18229 VALUES ('marc21_authority_755_ind_2', 'MARC 21 authority field 755 indicator position 2');
18230 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18231 VALUES ('marc21_authority_755_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
18232 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18233 VALUES ('marc21_authority_755_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
18234 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18235 VALUES ('marc21_authority_755_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
18236 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18237 VALUES ('marc21_authority_755_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
18238 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18239 VALUES ('marc21_authority_755_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
18240 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18241 VALUES ('marc21_authority_755_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
18242 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18243 VALUES ('marc21_authority_755_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
18244 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18245 VALUES ('marc21_authority_755_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
18246 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18247                                  repeatable, mandatory, hidden)
18248 VALUES (1, 'authority', '755', 'a', $$Genre/form term as entry element$$,
18249 FALSE, FALSE, FALSE);
18250 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18251                                  repeatable, mandatory, hidden)
18252 VALUES (1, 'authority', '755', 'v', $$Form subdivision$$,
18253 TRUE, FALSE, FALSE);
18254 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18255                                  repeatable, mandatory, hidden)
18256 VALUES (1, 'authority', '755', 'w', $$Control subfield$$,
18257 FALSE, FALSE, FALSE);
18258 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18259                               fixed_field, repeatable, mandatory, hidden)
18260 VALUES (1, 'authority', '780', $$Subdivision Linking Entry-General Subdivision$$, $$General subdivision term that is equivalent to the 150 topical term or 180 general subdivision field of the same record. It links headings within a system or from different thesauri or authority files.$$,
18261 FALSE, TRUE, FALSE, FALSE);
18262 INSERT INTO config.record_attr_definition(name, label)
18263 VALUES ('marc21_authority_780_ind_1', 'MARC 21 authority field 780 indicator position 1');
18264 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18265 VALUES ('marc21_authority_780_ind_1', '#', $$Undefined$$, FALSE, TRUE);
18266 INSERT INTO config.record_attr_definition(name, label)
18267 VALUES ('marc21_authority_780_ind_2', 'MARC 21 authority field 780 indicator position 2');
18268 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18269 VALUES ('marc21_authority_780_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
18270 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18271 VALUES ('marc21_authority_780_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
18272 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18273 VALUES ('marc21_authority_780_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
18274 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18275 VALUES ('marc21_authority_780_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
18276 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18277 VALUES ('marc21_authority_780_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
18278 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18279 VALUES ('marc21_authority_780_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
18280 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18281 VALUES ('marc21_authority_780_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
18282 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18283 VALUES ('marc21_authority_780_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
18284 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18285                                  repeatable, mandatory, hidden)
18286 VALUES (1, 'authority', '780', 'v', $$Form subdivision$$,
18287 TRUE, FALSE, FALSE);
18288 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18289                                  repeatable, mandatory, hidden)
18290 VALUES (1, 'authority', '780', 'w', $$Control subfield$$,
18291 FALSE, FALSE, FALSE);
18292 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18293                                  repeatable, mandatory, hidden)
18294 VALUES (1, 'authority', '780', 'a', $$Link not displayed$$,
18295 TRUE, FALSE, FALSE);
18296 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18297                                  repeatable, mandatory, hidden)
18298 VALUES (1, 'authority', '780', 'b', $$Link not displayed, field 788 used$$,
18299 TRUE, FALSE, FALSE);
18300 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18301                                  repeatable, mandatory, hidden)
18302 VALUES (1, 'authority', '780', 'c', $$Link not displayed, non-7XX field used$$,
18303 TRUE, FALSE, FALSE);
18304 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18305                                  repeatable, mandatory, hidden)
18306 VALUES (1, 'authority', '780', 'n', $$Not applicable$$,
18307 TRUE, FALSE, FALSE);
18308 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18309                               fixed_field, repeatable, mandatory, hidden)
18310 VALUES (1, 'authority', '781', $$Subdivision Linking Entry-Geographic Subdivision$$, $$Geographic subdivision name that is equivalent to the 151 geographic name or 181 geographic subdivision field of the same record. It links headings within a system or from different thesauri or authority files.$$,
18311 FALSE, TRUE, FALSE, FALSE);
18312 INSERT INTO config.record_attr_definition(name, label)
18313 VALUES ('marc21_authority_781_ind_1', 'MARC 21 authority field 781 indicator position 1');
18314 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18315 VALUES ('marc21_authority_781_ind_1', '#', $$Undefined$$, FALSE, TRUE);
18316 INSERT INTO config.record_attr_definition(name, label)
18317 VALUES ('marc21_authority_781_ind_2', 'MARC 21 authority field 781 indicator position 2');
18318 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18319 VALUES ('marc21_authority_781_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
18320 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18321 VALUES ('marc21_authority_781_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
18322 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18323 VALUES ('marc21_authority_781_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
18324 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18325 VALUES ('marc21_authority_781_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
18326 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18327 VALUES ('marc21_authority_781_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
18328 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18329 VALUES ('marc21_authority_781_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
18330 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18331 VALUES ('marc21_authority_781_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
18332 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18333 VALUES ('marc21_authority_781_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
18334 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18335                                  repeatable, mandatory, hidden)
18336 VALUES (1, 'authority', '781', 'v', $$Form subdivision$$,
18337 TRUE, FALSE, FALSE);
18338 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18339                                  repeatable, mandatory, hidden)
18340 VALUES (1, 'authority', '781', 'w', $$Control subfield$$,
18341 FALSE, FALSE, FALSE);
18342 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18343                                  repeatable, mandatory, hidden)
18344 VALUES (1, 'authority', '781', 'a', $$Link not displayed$$,
18345 TRUE, FALSE, FALSE);
18346 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18347                                  repeatable, mandatory, hidden)
18348 VALUES (1, 'authority', '781', 'b', $$Link not displayed, field 788 used$$,
18349 TRUE, FALSE, FALSE);
18350 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18351                                  repeatable, mandatory, hidden)
18352 VALUES (1, 'authority', '781', 'c', $$Link not displayed, non-7XX field used$$,
18353 TRUE, FALSE, FALSE);
18354 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18355                                  repeatable, mandatory, hidden)
18356 VALUES (1, 'authority', '781', 'n', $$Not applicable$$,
18357 TRUE, FALSE, FALSE);
18358 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18359                               fixed_field, repeatable, mandatory, hidden)
18360 VALUES (1, 'authority', '782', $$Subdivision Linking Entry-Chronological Subdivision$$, $$Chronological subdivision term that is equivalent to the 150 topical term or 182 chronological subdivision field of the same record. It links headings within a system or from different thesauri or authority files.$$,
18361 FALSE, TRUE, FALSE, FALSE);
18362 INSERT INTO config.record_attr_definition(name, label)
18363 VALUES ('marc21_authority_782_ind_1', 'MARC 21 authority field 782 indicator position 1');
18364 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18365 VALUES ('marc21_authority_782_ind_1', '#', $$Undefined$$, FALSE, TRUE);
18366 INSERT INTO config.record_attr_definition(name, label)
18367 VALUES ('marc21_authority_782_ind_2', 'MARC 21 authority field 782 indicator position 2');
18368 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18369 VALUES ('marc21_authority_782_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
18370 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18371 VALUES ('marc21_authority_782_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
18372 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18373 VALUES ('marc21_authority_782_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
18374 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18375 VALUES ('marc21_authority_782_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
18376 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18377 VALUES ('marc21_authority_782_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
18378 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18379 VALUES ('marc21_authority_782_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
18380 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18381 VALUES ('marc21_authority_782_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
18382 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18383 VALUES ('marc21_authority_782_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
18384 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18385                                  repeatable, mandatory, hidden)
18386 VALUES (1, 'authority', '782', 'v', $$Form subdivision$$,
18387 TRUE, FALSE, FALSE);
18388 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18389                                  repeatable, mandatory, hidden)
18390 VALUES (1, 'authority', '782', 'w', $$Control subfield$$,
18391 FALSE, FALSE, FALSE);
18392 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18393                                  repeatable, mandatory, hidden)
18394 VALUES (1, 'authority', '782', 'a', $$Link not displayed$$,
18395 TRUE, FALSE, FALSE);
18396 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18397                                  repeatable, mandatory, hidden)
18398 VALUES (1, 'authority', '782', 'b', $$Link not displayed, field 788 used$$,
18399 TRUE, FALSE, FALSE);
18400 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18401                                  repeatable, mandatory, hidden)
18402 VALUES (1, 'authority', '782', 'c', $$Link not displayed, non-7XX field used$$,
18403 TRUE, FALSE, FALSE);
18404 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18405                                  repeatable, mandatory, hidden)
18406 VALUES (1, 'authority', '782', 'n', $$Not applicable$$,
18407 TRUE, FALSE, FALSE);
18408 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18409                               fixed_field, repeatable, mandatory, hidden)
18410 VALUES (1, 'authority', '785', $$Subdivision Linking Entry-Form Subdivision$$, $$Form subdivision term that is equivalent to the 155 genre/form or 185 form subdivision field of the same record. It links headings within a system or from different thesauri or authority files.$$,
18411 FALSE, TRUE, FALSE, FALSE);
18412 INSERT INTO config.record_attr_definition(name, label)
18413 VALUES ('marc21_authority_785_ind_1', 'MARC 21 authority field 785 indicator position 1');
18414 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18415 VALUES ('marc21_authority_785_ind_1', '#', $$Undefined$$, FALSE, TRUE);
18416 INSERT INTO config.record_attr_definition(name, label)
18417 VALUES ('marc21_authority_785_ind_2', 'MARC 21 authority field 785 indicator position 2');
18418 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18419 VALUES ('marc21_authority_785_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
18420 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18421 VALUES ('marc21_authority_785_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
18422 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18423 VALUES ('marc21_authority_785_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
18424 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18425 VALUES ('marc21_authority_785_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
18426 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18427 VALUES ('marc21_authority_785_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
18428 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18429 VALUES ('marc21_authority_785_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
18430 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18431 VALUES ('marc21_authority_785_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
18432 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18433 VALUES ('marc21_authority_785_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
18434 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18435                                  repeatable, mandatory, hidden)
18436 VALUES (1, 'authority', '785', 'v', $$Form subdivision$$,
18437 TRUE, FALSE, FALSE);
18438 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18439                                  repeatable, mandatory, hidden)
18440 VALUES (1, 'authority', '785', 'w', $$Control subfield$$,
18441 FALSE, FALSE, FALSE);
18442 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18443                                  repeatable, mandatory, hidden)
18444 VALUES (1, 'authority', '785', 'a', $$Link not displayed$$,
18445 TRUE, FALSE, FALSE);
18446 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18447                                  repeatable, mandatory, hidden)
18448 VALUES (1, 'authority', '785', 'b', $$Link not displayed, field 788 used$$,
18449 TRUE, FALSE, FALSE);
18450 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18451                                  repeatable, mandatory, hidden)
18452 VALUES (1, 'authority', '785', 'c', $$Link not displayed, non-7XX field used$$,
18453 TRUE, FALSE, FALSE);
18454 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18455                                  repeatable, mandatory, hidden)
18456 VALUES (1, 'authority', '785', 'n', $$Not applicable$$,
18457 TRUE, FALSE, FALSE);
18458 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18459                               fixed_field, repeatable, mandatory, hidden)
18460 VALUES (1, 'authority', '788', $$Complex Linking Entry Data$$, $$Explanatory text and the headings referred to when the linking relationship between headings from different subject heading systems or thesauri cannot be adequately conveyed by fields 700-785. No subelements of the are separately subfield coded. Adjacent headings referred to may be contained in a single subfield $a. The heading referred to may be an established heading or a subject subdivision that is not equivalent to but is related to the heading in the 1XX field.$$,
18461 FALSE, FALSE, FALSE, FALSE);
18462 INSERT INTO config.record_attr_definition(name, label)
18463 VALUES ('marc21_authority_788_ind_1', 'MARC 21 authority field 788 indicator position 1');
18464 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18465 VALUES ('marc21_authority_788_ind_1', '#', $$Undefined$$, FALSE, TRUE);
18466 INSERT INTO config.record_attr_definition(name, label)
18467 VALUES ('marc21_authority_788_ind_2', 'MARC 21 authority field 788 indicator position 2');
18468 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18469 VALUES ('marc21_authority_788_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
18470 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18471 VALUES ('marc21_authority_788_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
18472 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18473 VALUES ('marc21_authority_788_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
18474 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18475 VALUES ('marc21_authority_788_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
18476 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18477 VALUES ('marc21_authority_788_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
18478 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18479 VALUES ('marc21_authority_788_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
18480 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18481 VALUES ('marc21_authority_788_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
18482 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18483 VALUES ('marc21_authority_788_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
18484 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18485                                  repeatable, mandatory, hidden)
18486 VALUES (1, 'authority', '788', 'a', $$Heading referred to$$,
18487 TRUE, FALSE, FALSE);
18488 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18489                                  repeatable, mandatory, hidden)
18490 VALUES (1, 'authority', '788', 'i', $$Explanatory text$$,
18491 TRUE, FALSE, FALSE);
18492 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18493                                  repeatable, mandatory, hidden)
18494 VALUES (1, 'authority', '788', '2', $$Source of heading or term$$,
18495 FALSE, FALSE, FALSE);
18496 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18497                                  repeatable, mandatory, hidden)
18498 VALUES (1, 'authority', '788', '5', $$Institution to which field applies$$,
18499 TRUE, FALSE, FALSE);
18500 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18501                                  repeatable, mandatory, hidden)
18502 VALUES (1, 'authority', '788', '6', $$Linkage$$,
18503 FALSE, FALSE, FALSE);
18504 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18505                                  repeatable, mandatory, hidden)
18506 VALUES (1, 'authority', '788', '8', $$Field link and sequence number$$,
18507 TRUE, FALSE, FALSE);
18508 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18509                               fixed_field, repeatable, mandatory, hidden)
18510 VALUES (1, 'authority', '856', $$Electronic Location and Access$$, $$Information needed to locate and access electronic information. The field may be used in an authority record to provide supplementary information available electronically about the entity for which the record was created.$$,
18511 FALSE, TRUE, FALSE, FALSE);
18512 INSERT INTO config.record_attr_definition(name, label)
18513 VALUES ('marc21_authority_856_ind_1', 'MARC 21 authority field 856 indicator position 1');
18514 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18515 VALUES ('marc21_authority_856_ind_1', '#', $$No information provided$$, FALSE, TRUE);
18516 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18517 VALUES ('marc21_authority_856_ind_1', '0', $$Email$$, FALSE, TRUE);
18518 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18519 VALUES ('marc21_authority_856_ind_1', '1', $$FTP$$, FALSE, TRUE);
18520 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18521 VALUES ('marc21_authority_856_ind_1', '2', $$Remote login (Telnet)$$, FALSE, TRUE);
18522 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18523 VALUES ('marc21_authority_856_ind_1', '3', $$Dial-up$$, FALSE, TRUE);
18524 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18525 VALUES ('marc21_authority_856_ind_1', '4', $$HTTP$$, FALSE, TRUE);
18526 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18527 VALUES ('marc21_authority_856_ind_1', '7', $$Method specified in subfield $2$$, FALSE, TRUE);
18528 INSERT INTO config.record_attr_definition(name, label)
18529 VALUES ('marc21_authority_856_ind_2', 'MARC 21 authority field 856 indicator position 2');
18530 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18531 VALUES ('marc21_authority_856_ind_2', '#', $$No information provided$$, FALSE, TRUE);
18532 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18533 VALUES ('marc21_authority_856_ind_2', '0', $$Resource$$, FALSE, TRUE);
18534 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18535 VALUES ('marc21_authority_856_ind_2', '1', $$Version of resource$$, FALSE, TRUE);
18536 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18537 VALUES ('marc21_authority_856_ind_2', '2', $$Related resource$$, FALSE, TRUE);
18538 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18539 VALUES ('marc21_authority_856_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
18540 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18541                                  repeatable, mandatory, hidden)
18542 VALUES (1, 'authority', '856', 'a', $$Host name$$,
18543 TRUE, FALSE, FALSE);
18544 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18545                                  repeatable, mandatory, hidden)
18546 VALUES (1, 'authority', '856', 'b', $$Access number$$,
18547 TRUE, FALSE, FALSE);
18548 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18549                                  repeatable, mandatory, hidden)
18550 VALUES (1, 'authority', '856', 'c', $$Compression information$$,
18551 TRUE, FALSE, FALSE);
18552 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18553                                  repeatable, mandatory, hidden)
18554 VALUES (1, 'authority', '856', 'd', $$Path$$,
18555 TRUE, FALSE, FALSE);
18556 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18557                                  repeatable, mandatory, hidden)
18558 VALUES (1, 'authority', '856', 'f', $$Electronic name$$,
18559 TRUE, FALSE, FALSE);
18560 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18561                                  repeatable, mandatory, hidden)
18562 VALUES (1, 'authority', '856', 'h', $$Processor of request$$,
18563 FALSE, FALSE, FALSE);
18564 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18565                                  repeatable, mandatory, hidden)
18566 VALUES (1, 'authority', '856', 'i', $$Instruction$$,
18567 TRUE, FALSE, FALSE);
18568 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18569                                  repeatable, mandatory, hidden)
18570 VALUES (1, 'authority', '856', 'j', $$Bits per second$$,
18571 FALSE, FALSE, FALSE);
18572 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18573                                  repeatable, mandatory, hidden)
18574 VALUES (1, 'authority', '856', 'k', $$Password$$,
18575 FALSE, FALSE, FALSE);
18576 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18577                                  repeatable, mandatory, hidden)
18578 VALUES (1, 'authority', '856', 'l', $$Logon$$,
18579 FALSE, FALSE, FALSE);
18580 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18581                                  repeatable, mandatory, hidden)
18582 VALUES (1, 'authority', '856', 'm', $$Contact for access assistance$$,
18583 TRUE, FALSE, FALSE);
18584 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18585                                  repeatable, mandatory, hidden)
18586 VALUES (1, 'authority', '856', 'n', $$Name of location of host$$,
18587 FALSE, FALSE, FALSE);
18588 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18589                                  repeatable, mandatory, hidden)
18590 VALUES (1, 'authority', '856', 'o', $$Operating system$$,
18591 FALSE, FALSE, FALSE);
18592 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18593                                  repeatable, mandatory, hidden)
18594 VALUES (1, 'authority', '856', 'p', $$Port$$,
18595 FALSE, FALSE, FALSE);
18596 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18597                                  repeatable, mandatory, hidden)
18598 VALUES (1, 'authority', '856', 'q', $$Electronic format type$$,
18599 FALSE, FALSE, FALSE);
18600 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18601                                  repeatable, mandatory, hidden)
18602 VALUES (1, 'authority', '856', 'r', $$Settings$$,
18603 FALSE, FALSE, FALSE);
18604 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18605                                  repeatable, mandatory, hidden)
18606 VALUES (1, 'authority', '856', 's', $$File size$$,
18607 TRUE, FALSE, FALSE);
18608 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18609                                  repeatable, mandatory, hidden)
18610 VALUES (1, 'authority', '856', 't', $$Terminal emulation$$,
18611 TRUE, FALSE, FALSE);
18612 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18613                                  repeatable, mandatory, hidden)
18614 VALUES (1, 'authority', '856', 'u', $$Uniform Resource Identifier$$,
18615 TRUE, FALSE, FALSE);
18616 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18617                                  repeatable, mandatory, hidden)
18618 VALUES (1, 'authority', '856', 'v', $$Hours access method available$$,
18619 TRUE, FALSE, FALSE);
18620 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18621                                  repeatable, mandatory, hidden)
18622 VALUES (1, 'authority', '856', 'w', $$Record control number$$,
18623 TRUE, FALSE, FALSE);
18624 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18625                                  repeatable, mandatory, hidden)
18626 VALUES (1, 'authority', '856', 'x', $$Nonpublic note$$,
18627 TRUE, FALSE, FALSE);
18628 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18629                                  repeatable, mandatory, hidden)
18630 VALUES (1, 'authority', '856', 'y', $$Link text$$,
18631 TRUE, FALSE, FALSE);
18632 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18633                                  repeatable, mandatory, hidden)
18634 VALUES (1, 'authority', '856', 'z', $$Public note$$,
18635 TRUE, FALSE, FALSE);
18636 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18637                                  repeatable, mandatory, hidden)
18638 VALUES (1, 'authority', '856', '2', $$Access method$$,
18639 FALSE, FALSE, FALSE);
18640 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18641                                  repeatable, mandatory, hidden)
18642 VALUES (1, 'authority', '856', '3', $$Materials specified$$,
18643 FALSE, FALSE, FALSE);
18644 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18645                                  repeatable, mandatory, hidden)
18646 VALUES (1, 'authority', '856', '6', $$Linkage$$,
18647 FALSE, FALSE, FALSE);
18648 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18649                                  repeatable, mandatory, hidden)
18650 VALUES (1, 'authority', '856', '8', $$Field link and sequence number$$,
18651 TRUE, FALSE, FALSE);
18652 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18653                               fixed_field, repeatable, mandatory, hidden)
18654 VALUES (1, 'authority', '880', $$Alternate Graphic Representation$$, $$Full content-designated representation, in a different script, of another field in the same record. Field 880 is linked to the associated regular field by subfield $6 (Linkage). A subfield $6 in the associated field also links that field to the 880 field. The data in field 880 may be in more than one script.$$,
18655 FALSE, TRUE, FALSE, FALSE);
18656 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18657                                  repeatable, mandatory, hidden)
18658 VALUES (1, 'authority', '880', '6', $$Linkage$$,
18659 FALSE, FALSE, FALSE);
18660 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18661                               fixed_field, repeatable, mandatory, hidden)
18662 VALUES (1, 'serial', '001', $$Control Number$$, $$System control number assigned to a separate holdings record. For interchange purposes, documentation of the structure of the control number and input conventions are provided to exchange partners by the organization initiating the interchange.$$,
18663 TRUE, FALSE, FALSE, FALSE);
18664 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18665                               fixed_field, repeatable, mandatory, hidden)
18666 VALUES (1, 'serial', '003', $$Control Number Identifier$$, $$MARC code for the agency whose system control number is present in field 001 (Control Number).$$,
18667 TRUE, FALSE, FALSE, FALSE);
18668 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18669                               fixed_field, repeatable, mandatory, hidden)
18670 VALUES (1, 'serial', '004', $$Control Number for Related Bibliographic Record$$, $$System control number of the MARC bibliographic record for which a separate holdings record was created.$$,
18671 TRUE, FALSE, FALSE, FALSE);
18672 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18673                               fixed_field, repeatable, mandatory, hidden)
18674 VALUES (1, 'serial', '005', $$Date and Time of Latest Transaction$$, $$Sixteen characters that specify the date and time of the latest record transaction and serve as a version identifier for the record. They are recorded according to (ISO 8601). The date requires 8 numeric characters in the pattern (4 for the year, 2 for the month, and 2 for the day). The time requires 8 numeric characters in the pattern (2 for the hour, 2 for the minute, 2 for the second, and 2 for a decimal fraction of the second, including the decimal point)expressed in terms of the 24-hour (00-23) clock.$$,
18675 TRUE, FALSE, FALSE, FALSE);
18676 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18677                               fixed_field, repeatable, mandatory, hidden)
18678 VALUES (1, 'serial', '007', $$Physical Description Fixed Field$$, $$Codes that describe the physical characteristics of the copy of the bibliographic item for which holdings are recorded. See the description of in the for complete character position definitions and the content designators defined for this field. The Category of material code (007/00) may be described textually in field 842 (Textual Physical Form Designator).$$,
18679 TRUE, FALSE, FALSE, FALSE);
18680 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18681                               fixed_field, repeatable, mandatory, hidden)
18682 VALUES (1, 'serial', '008', $$Fixed-Length Data Elements-General Information$$, $$Thirty-two character positions (00-31) that contain data elements that provide coded information about the record. The data elements are positionally defined. Each defined character position must contain either a defined code or a fill character ( | ). The fill character is used when no attempt is made to supply a defined code for a specific character position.$$,
18683 TRUE, FALSE, FALSE, FALSE);
18684 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18685                               fixed_field, repeatable, mandatory, hidden)
18686 VALUES (1, 'serial', '010', $$Library of Congress Control Number$$, $$Control number, assigned by the Library of Congress, of the related MARC bibliographic record for which a separate holdings record is made.$$,
18687 FALSE, FALSE, FALSE, FALSE);
18688 INSERT INTO config.record_attr_definition(name, label)
18689 VALUES ('marc21_serial_010_ind_1', 'MARC 21 serial field 010 indicator position 1');
18690 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18691 VALUES ('marc21_serial_010_ind_1', '#', $$Undefined$$, FALSE, TRUE);
18692 INSERT INTO config.record_attr_definition(name, label)
18693 VALUES ('marc21_serial_010_ind_2', 'MARC 21 serial field 010 indicator position 2');
18694 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18695 VALUES ('marc21_serial_010_ind_2', '#', $$Undefined$$, FALSE, TRUE);
18696 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18697                                  repeatable, mandatory, hidden)
18698 VALUES (1, 'serial', '010', 'a', $$LC control number$$,
18699 FALSE, FALSE, FALSE);
18700 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18701                                  repeatable, mandatory, hidden)
18702 VALUES (1, 'serial', '010', 'b', $$NUCMC control number$$,
18703 TRUE, FALSE, FALSE);
18704 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18705                                  repeatable, mandatory, hidden)
18706 VALUES (1, 'serial', '010', 'z', $$Canceled or invalid LC control number$$,
18707 TRUE, FALSE, FALSE);
18708 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18709                                  repeatable, mandatory, hidden)
18710 VALUES (1, 'serial', '010', '8', $$Field link and sequence number$$,
18711 TRUE, FALSE, FALSE);
18712 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18713                               fixed_field, repeatable, mandatory, hidden)
18714 VALUES (1, 'serial', '014', $$Linkage Number$$, $$Control number, assigned by a bibliographic network, of a separate holdings record or its related bibliographic record for which a separate holdings record is made.$$,
18715 FALSE, TRUE, FALSE, FALSE);
18716 INSERT INTO config.record_attr_definition(name, label)
18717 VALUES ('marc21_serial_014_ind_1', 'MARC 21 serial field 014 indicator position 1');
18718 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18719 VALUES ('marc21_serial_014_ind_1', '0', $$Holdings record number$$, FALSE, TRUE);
18720 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18721 VALUES ('marc21_serial_014_ind_1', '1', $$Bibliographic record number$$, FALSE, TRUE);
18722 INSERT INTO config.record_attr_definition(name, label)
18723 VALUES ('marc21_serial_014_ind_2', 'MARC 21 serial field 014 indicator position 2');
18724 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18725 VALUES ('marc21_serial_014_ind_2', '#', $$Undefined$$, FALSE, TRUE);
18726 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18727                                  repeatable, mandatory, hidden)
18728 VALUES (1, 'serial', '014', 'a', $$Linkage number$$,
18729 FALSE, FALSE, FALSE);
18730 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18731                                  repeatable, mandatory, hidden)
18732 VALUES (1, 'serial', '014', 'b', $$Source of number$$,
18733 FALSE, FALSE, FALSE);
18734 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18735                                  repeatable, mandatory, hidden)
18736 VALUES (1, 'serial', '014', 'z', $$Canceled or invalid linkage number$$,
18737 TRUE, FALSE, FALSE);
18738 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18739                                  repeatable, mandatory, hidden)
18740 VALUES (1, 'serial', '014', '6', $$Linkage$$,
18741 FALSE, FALSE, FALSE);
18742 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18743                               fixed_field, repeatable, mandatory, hidden)
18744 VALUES (1, 'serial', '016', $$National Bibliographic Agency Control Number$$, $$Control number, assigned by a national bibliographic agency other than the Library of Congress, of the related bibliographic record for which a separate holdings record is made.$$,
18745 FALSE, TRUE, FALSE, FALSE);
18746 INSERT INTO config.record_attr_definition(name, label)
18747 VALUES ('marc21_serial_016_ind_1', 'MARC 21 serial field 016 indicator position 1');
18748 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18749 VALUES ('marc21_serial_016_ind_1', '#', $$Library and Archives Canada$$, FALSE, TRUE);
18750 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18751 VALUES ('marc21_serial_016_ind_1', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
18752 INSERT INTO config.record_attr_definition(name, label)
18753 VALUES ('marc21_serial_016_ind_2', 'MARC 21 serial field 016 indicator position 2');
18754 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18755 VALUES ('marc21_serial_016_ind_2', '#', $$Undefined$$, FALSE, TRUE);
18756 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18757                                  repeatable, mandatory, hidden)
18758 VALUES (1, 'serial', '016', 'a', $$Record control number$$,
18759 FALSE, FALSE, FALSE);
18760 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18761                                  repeatable, mandatory, hidden)
18762 VALUES (1, 'serial', '016', 'z', $$Canceled or invalid control number$$,
18763 TRUE, FALSE, FALSE);
18764 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18765                                  repeatable, mandatory, hidden)
18766 VALUES (1, 'serial', '016', '2', $$Source$$,
18767 FALSE, FALSE, FALSE);
18768 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18769                                  repeatable, mandatory, hidden)
18770 VALUES (1, 'serial', '016', '8', $$Field link and sequence number$$,
18771 TRUE, FALSE, FALSE);
18772 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18773                               fixed_field, repeatable, mandatory, hidden)
18774 VALUES (1, 'serial', '017', $$Copyright or Legal Deposit Number$$, $$Copyright registration or legal deposit number for an item that was acquired by copyright or legal deposit.$$,
18775 FALSE, TRUE, FALSE, FALSE);
18776 INSERT INTO config.record_attr_definition(name, label)
18777 VALUES ('marc21_serial_017_ind_1', 'MARC 21 serial field 017 indicator position 1');
18778 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18779 VALUES ('marc21_serial_017_ind_1', '#', $$Undefined$$, FALSE, TRUE);
18780 INSERT INTO config.record_attr_definition(name, label)
18781 VALUES ('marc21_serial_017_ind_2', 'MARC 21 serial field 017 indicator position 2');
18782 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18783 VALUES ('marc21_serial_017_ind_2', '#', $$Copyright or legal deposit number$$, FALSE, TRUE);
18784 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18785 VALUES ('marc21_serial_017_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
18786 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18787                                  repeatable, mandatory, hidden)
18788 VALUES (1, 'serial', '017', 'a', $$Copyright or legal deposit number$$,
18789 TRUE, FALSE, FALSE);
18790 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18791                                  repeatable, mandatory, hidden)
18792 VALUES (1, 'serial', '017', 'b', $$Assigning agency$$,
18793 FALSE, FALSE, FALSE);
18794 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18795                                  repeatable, mandatory, hidden)
18796 VALUES (1, 'serial', '017', 'd', $$Date$$,
18797 FALSE, FALSE, FALSE);
18798 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18799                                  repeatable, mandatory, hidden)
18800 VALUES (1, 'serial', '017', 'i', $$Display text$$,
18801 FALSE, FALSE, FALSE);
18802 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18803                                  repeatable, mandatory, hidden)
18804 VALUES (1, 'serial', '017', 'z', $$Canceled/invalid copyright or legal deposit number$$,
18805 TRUE, FALSE, FALSE);
18806 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18807                                  repeatable, mandatory, hidden)
18808 VALUES (1, 'serial', '017', '2', $$Source$$,
18809 FALSE, FALSE, FALSE);
18810 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18811                                  repeatable, mandatory, hidden)
18812 VALUES (1, 'serial', '017', '6', $$Linkage$$,
18813 FALSE, FALSE, FALSE);
18814 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18815                                  repeatable, mandatory, hidden)
18816 VALUES (1, 'serial', '017', '8', $$Field link and sequence number$$,
18817 TRUE, FALSE, FALSE);
18818 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18819                               fixed_field, repeatable, mandatory, hidden)
18820 VALUES (1, 'serial', '020', $$International Standard Book Number$$, $$International Standard Book Number (ISBN) copied from subfield $a of field 020 (International Standard Book Number) of the MARC bibliographic record that represents the description of the item for which a separate holdings record is created.$$,
18821 FALSE, TRUE, FALSE, FALSE);
18822 INSERT INTO config.record_attr_definition(name, label)
18823 VALUES ('marc21_serial_020_ind_1', 'MARC 21 serial field 020 indicator position 1');
18824 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18825 VALUES ('marc21_serial_020_ind_1', '#', $$Undefined$$, FALSE, TRUE);
18826 INSERT INTO config.record_attr_definition(name, label)
18827 VALUES ('marc21_serial_020_ind_2', 'MARC 21 serial field 020 indicator position 2');
18828 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18829 VALUES ('marc21_serial_020_ind_2', '#', $$Undefined$$, FALSE, TRUE);
18830 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18831                                  repeatable, mandatory, hidden)
18832 VALUES (1, 'serial', '020', 'a', $$International Standard Book Number$$,
18833 FALSE, FALSE, FALSE);
18834 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18835                                  repeatable, mandatory, hidden)
18836 VALUES (1, 'serial', '020', 'c', $$Terms of availability$$,
18837 FALSE, FALSE, FALSE);
18838 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18839                                  repeatable, mandatory, hidden)
18840 VALUES (1, 'serial', '020', 'z', $$Canceled/invalid ISBN$$,
18841 TRUE, FALSE, FALSE);
18842 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18843                                  repeatable, mandatory, hidden)
18844 VALUES (1, 'serial', '020', '6', $$Linkage$$,
18845 FALSE, FALSE, FALSE);
18846 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18847                                  repeatable, mandatory, hidden)
18848 VALUES (1, 'serial', '020', '8', $$Field link and sequence number$$,
18849 TRUE, FALSE, FALSE);
18850 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18851                               fixed_field, repeatable, mandatory, hidden)
18852 VALUES (1, 'serial', '022', $$International Standard Serial Number$$, $$International Standard Serial Number (ISSN) copied from subfield $a of field 022 (International Standard Serial Number) of the MARC bibliographic record that represents the description of the item for which a separate holdings record is created.$$,
18853 FALSE, TRUE, FALSE, FALSE);
18854 INSERT INTO config.record_attr_definition(name, label)
18855 VALUES ('marc21_serial_022_ind_1', 'MARC 21 serial field 022 indicator position 1');
18856 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18857 VALUES ('marc21_serial_022_ind_1', '#', $$No level specified$$, FALSE, TRUE);
18858 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18859 VALUES ('marc21_serial_022_ind_1', '0', $$Continuing resource of international interest$$, FALSE, TRUE);
18860 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18861 VALUES ('marc21_serial_022_ind_1', '1', $$Continuing resource not of international interest$$, FALSE, TRUE);
18862 INSERT INTO config.record_attr_definition(name, label)
18863 VALUES ('marc21_serial_022_ind_2', 'MARC 21 serial field 022 indicator position 2');
18864 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18865 VALUES ('marc21_serial_022_ind_2', '#', $$Undefined$$, FALSE, TRUE);
18866 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18867                                  repeatable, mandatory, hidden)
18868 VALUES (1, 'serial', '022', 'a', $$International Standard Serial Number$$,
18869 FALSE, FALSE, FALSE);
18870 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18871                                  repeatable, mandatory, hidden)
18872 VALUES (1, 'serial', '022', 'l', $$ISSN-L$$,
18873 FALSE, FALSE, FALSE);
18874 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18875                                  repeatable, mandatory, hidden)
18876 VALUES (1, 'serial', '022', 'm', $$Canceled ISSN-L$$,
18877 TRUE, FALSE, FALSE);
18878 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18879                                  repeatable, mandatory, hidden)
18880 VALUES (1, 'serial', '022', 'y', $$Incorrect ISSN$$,
18881 TRUE, FALSE, FALSE);
18882 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18883                                  repeatable, mandatory, hidden)
18884 VALUES (1, 'serial', '022', 'z', $$Canceled ISSN$$,
18885 TRUE, FALSE, FALSE);
18886 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18887                                  repeatable, mandatory, hidden)
18888 VALUES (1, 'serial', '022', '6', $$Linkage$$,
18889 FALSE, FALSE, FALSE);
18890 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18891                                  repeatable, mandatory, hidden)
18892 VALUES (1, 'serial', '022', '8', $$Field link and sequence number$$,
18893 TRUE, FALSE, FALSE);
18894 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18895                               fixed_field, repeatable, mandatory, hidden)
18896 VALUES (1, 'serial', '024', $$Other Standard Identifier$$, $$Standard number or code published on an item which cannot be accommodated in another field (e.g., field 020 (International Standard Book Number), 022 (International Standard Serial Number), 027 (Standard Technical Report Number)). The type of standard number or code is identified in the first indicator position or in subfield $2 (Source of number or code).$$,
18897 FALSE, TRUE, FALSE, FALSE);
18898 INSERT INTO config.record_attr_definition(name, label)
18899 VALUES ('marc21_serial_024_ind_1', 'MARC 21 serial field 024 indicator position 1');
18900 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18901 VALUES ('marc21_serial_024_ind_1', '0', $$International Standard Recording Code$$, FALSE, TRUE);
18902 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18903 VALUES ('marc21_serial_024_ind_1', '1', $$Universal Product Code$$, FALSE, TRUE);
18904 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18905 VALUES ('marc21_serial_024_ind_1', '2', $$International Standard Music Number$$, FALSE, TRUE);
18906 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18907 VALUES ('marc21_serial_024_ind_1', '3', $$International Article Number$$, FALSE, TRUE);
18908 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18909 VALUES ('marc21_serial_024_ind_1', '4', $$Serial Item and Contribution Identifier$$, FALSE, TRUE);
18910 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18911 VALUES ('marc21_serial_024_ind_1', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
18912 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18913 VALUES ('marc21_serial_024_ind_1', '8', $$Unspecified type of standard number or code$$, FALSE, TRUE);
18914 INSERT INTO config.record_attr_definition(name, label)
18915 VALUES ('marc21_serial_024_ind_2', 'MARC 21 serial field 024 indicator position 2');
18916 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18917 VALUES ('marc21_serial_024_ind_2', '#', $$No information provided$$, FALSE, TRUE);
18918 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18919 VALUES ('marc21_serial_024_ind_2', '0', $$No difference$$, FALSE, TRUE);
18920 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18921 VALUES ('marc21_serial_024_ind_2', '1', $$Difference$$, FALSE, TRUE);
18922 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18923                                  repeatable, mandatory, hidden)
18924 VALUES (1, 'serial', '024', 'a', $$Standard number or code$$,
18925 FALSE, FALSE, FALSE);
18926 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18927                                  repeatable, mandatory, hidden)
18928 VALUES (1, 'serial', '024', 'c', $$Terms of availability$$,
18929 FALSE, FALSE, FALSE);
18930 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18931                                  repeatable, mandatory, hidden)
18932 VALUES (1, 'serial', '024', 'd', $$Additional codes following the standard number or code$$,
18933 FALSE, FALSE, FALSE);
18934 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18935                                  repeatable, mandatory, hidden)
18936 VALUES (1, 'serial', '024', 'z', $$Canceled/invalid standard number or code$$,
18937 TRUE, FALSE, FALSE);
18938 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18939                                  repeatable, mandatory, hidden)
18940 VALUES (1, 'serial', '024', '2', $$Source of number or code$$,
18941 FALSE, FALSE, FALSE);
18942 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18943                                  repeatable, mandatory, hidden)
18944 VALUES (1, 'serial', '024', '6', $$Linkage$$,
18945 FALSE, FALSE, FALSE);
18946 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18947                                  repeatable, mandatory, hidden)
18948 VALUES (1, 'serial', '024', '8', $$Field link and sequence number$$,
18949 TRUE, FALSE, FALSE);
18950 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18951                               fixed_field, repeatable, mandatory, hidden)
18952 VALUES (1, 'serial', '027', $$Standard Technical Report Number$$, $$International Standard Technical Report number (ISRN) or a Standard Technical Report Number (STRN) copied from subfield $a of field 027 of the MARC bibliographic record that represents the description of the item for which a separate holdings record is created.$$,
18953 FALSE, TRUE, FALSE, FALSE);
18954 INSERT INTO config.record_attr_definition(name, label)
18955 VALUES ('marc21_serial_027_ind_1', 'MARC 21 serial field 027 indicator position 1');
18956 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18957 VALUES ('marc21_serial_027_ind_1', '#', $$Undefined$$, FALSE, TRUE);
18958 INSERT INTO config.record_attr_definition(name, label)
18959 VALUES ('marc21_serial_027_ind_2', 'MARC 21 serial field 027 indicator position 2');
18960 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18961 VALUES ('marc21_serial_027_ind_2', '#', $$Undefined$$, FALSE, TRUE);
18962 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18963                                  repeatable, mandatory, hidden)
18964 VALUES (1, 'serial', '027', 'a', $$Standard Technical Report Number$$,
18965 FALSE, FALSE, FALSE);
18966 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18967                                  repeatable, mandatory, hidden)
18968 VALUES (1, 'serial', '027', 'z', $$Canceled/invalid STRN$$,
18969 TRUE, FALSE, FALSE);
18970 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18971                                  repeatable, mandatory, hidden)
18972 VALUES (1, 'serial', '027', '6', $$Linkage$$,
18973 FALSE, FALSE, FALSE);
18974 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18975                                  repeatable, mandatory, hidden)
18976 VALUES (1, 'serial', '027', '8', $$Field link and sequence number$$,
18977 TRUE, FALSE, FALSE);
18978 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18979                               fixed_field, repeatable, mandatory, hidden)
18980 VALUES (1, 'serial', '030', $$CODEN Designation$$, $$CODEN designation, a unique identifier for scientific and technical periodical titles, copied from field 030 of the MARC bibliographic record that represents the description of the item for which a separate holdings record is created.$$,
18981 FALSE, FALSE, FALSE, FALSE);
18982 INSERT INTO config.record_attr_definition(name, label)
18983 VALUES ('marc21_serial_030_ind_1', 'MARC 21 serial field 030 indicator position 1');
18984 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18985 VALUES ('marc21_serial_030_ind_1', '#', $$Undefined$$, FALSE, TRUE);
18986 INSERT INTO config.record_attr_definition(name, label)
18987 VALUES ('marc21_serial_030_ind_2', 'MARC 21 serial field 030 indicator position 2');
18988 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18989 VALUES ('marc21_serial_030_ind_2', '#', $$Undefined$$, FALSE, TRUE);
18990 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18991                                  repeatable, mandatory, hidden)
18992 VALUES (1, 'serial', '030', 'a', $$CODEN$$,
18993 FALSE, FALSE, FALSE);
18994 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18995                                  repeatable, mandatory, hidden)
18996 VALUES (1, 'serial', '030', 'z', $$Canceled/invalid CODEN$$,
18997 TRUE, FALSE, FALSE);
18998 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18999                                  repeatable, mandatory, hidden)
19000 VALUES (1, 'serial', '030', '6', $$Linkage$$,
19001 FALSE, FALSE, FALSE);
19002 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19003                                  repeatable, mandatory, hidden)
19004 VALUES (1, 'serial', '030', '8', $$Field link and sequence number$$,
19005 TRUE, FALSE, FALSE);
19006 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19007                               fixed_field, repeatable, mandatory, hidden)
19008 VALUES (1, 'serial', '035', $$System Control Number$$, $$Control number, assigned by any agency, of a holdings record or a related bibliographic record for which a separate holdings record is made.$$,
19009 FALSE, TRUE, FALSE, FALSE);
19010 INSERT INTO config.record_attr_definition(name, label)
19011 VALUES ('marc21_serial_035_ind_1', 'MARC 21 serial field 035 indicator position 1');
19012 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19013 VALUES ('marc21_serial_035_ind_1', '#', $$Undefined$$, FALSE, TRUE);
19014 INSERT INTO config.record_attr_definition(name, label)
19015 VALUES ('marc21_serial_035_ind_2', 'MARC 21 serial field 035 indicator position 2');
19016 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19017 VALUES ('marc21_serial_035_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19018 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19019                                  repeatable, mandatory, hidden)
19020 VALUES (1, 'serial', '035', 'a', $$System control number$$,
19021 FALSE, FALSE, FALSE);
19022 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19023                                  repeatable, mandatory, hidden)
19024 VALUES (1, 'serial', '035', 'z', $$Canceled or invalid control number$$,
19025 TRUE, FALSE, FALSE);
19026 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19027                                  repeatable, mandatory, hidden)
19028 VALUES (1, 'serial', '035', '6', $$Linkage$$,
19029 FALSE, FALSE, FALSE);
19030 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19031                                  repeatable, mandatory, hidden)
19032 VALUES (1, 'serial', '035', '8', $$Field link and sequence number$$,
19033 TRUE, FALSE, FALSE);
19034 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19035                               fixed_field, repeatable, mandatory, hidden)
19036 VALUES (1, 'serial', '040', $$Record Source$$, $$MARC code for or the name of the organization(s) that created the original, assigned MARC content designation and transcribed the record into machine-readable form, or modified an existing MARC record. These data and the code in 008/39 (Cataloging source) specify the parties responsible for the content, content designation, and transcription of the bibliographic record.$$,
19037 FALSE, FALSE, FALSE, FALSE);
19038 INSERT INTO config.record_attr_definition(name, label)
19039 VALUES ('marc21_serial_040_ind_1', 'MARC 21 serial field 040 indicator position 1');
19040 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19041 VALUES ('marc21_serial_040_ind_1', '#', $$Undefined$$, FALSE, TRUE);
19042 INSERT INTO config.record_attr_definition(name, label)
19043 VALUES ('marc21_serial_040_ind_2', 'MARC 21 serial field 040 indicator position 2');
19044 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19045 VALUES ('marc21_serial_040_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19046 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19047                                  repeatable, mandatory, hidden)
19048 VALUES (1, 'serial', '040', 'a', $$Original cataloging agency$$,
19049 FALSE, FALSE, FALSE);
19050 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19051                                  repeatable, mandatory, hidden)
19052 VALUES (1, 'serial', '040', 'b', $$Language of cataloging$$,
19053 FALSE, FALSE, FALSE);
19054 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19055                                  repeatable, mandatory, hidden)
19056 VALUES (1, 'serial', '040', 'c', $$Transcribing agency$$,
19057 FALSE, FALSE, FALSE);
19058 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19059                                  repeatable, mandatory, hidden)
19060 VALUES (1, 'serial', '040', 'd', $$Modifying agency$$,
19061 TRUE, FALSE, FALSE);
19062 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19063                                  repeatable, mandatory, hidden)
19064 VALUES (1, 'serial', '040', '6', $$Linkage$$,
19065 FALSE, FALSE, FALSE);
19066 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19067                                  repeatable, mandatory, hidden)
19068 VALUES (1, 'serial', '040', '8', $$Field link and sequence number$$,
19069 TRUE, FALSE, FALSE);
19070 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19071                               fixed_field, repeatable, mandatory, hidden)
19072 VALUES (1, 'serial', '066', $$Character Sets Present$$, $$Used in records encoded with characters from sets other than ISO 10646 (or Unicode) to specify the character sets for data content that are present in the record. A detailed description of the standard escape sequences used in MARC records is provided in .$$,
19073 FALSE, FALSE, FALSE, FALSE);
19074 INSERT INTO config.record_attr_definition(name, label)
19075 VALUES ('marc21_serial_066_ind_1', 'MARC 21 serial field 066 indicator position 1');
19076 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19077 VALUES ('marc21_serial_066_ind_1', '#', $$Undefined$$, FALSE, TRUE);
19078 INSERT INTO config.record_attr_definition(name, label)
19079 VALUES ('marc21_serial_066_ind_2', 'MARC 21 serial field 066 indicator position 2');
19080 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19081 VALUES ('marc21_serial_066_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19082 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19083                                  repeatable, mandatory, hidden)
19084 VALUES (1, 'serial', '066', 'a', $$Primary G0 character set$$,
19085 FALSE, FALSE, FALSE);
19086 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19087                                  repeatable, mandatory, hidden)
19088 VALUES (1, 'serial', '066', 'b', $$Primary G1 character set$$,
19089 FALSE, FALSE, FALSE);
19090 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19091                                  repeatable, mandatory, hidden)
19092 VALUES (1, 'serial', '066', 'c', $$Alternate G0 or G1 character set$$,
19093 TRUE, FALSE, FALSE);
19094 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19095                               fixed_field, repeatable, mandatory, hidden)
19096 VALUES (1, 'serial', '337', $$Media Type$$, $$Media type reflects the general type of intermediation device required to view, play, run, etc., the content of a resource. Used as an alternative to or in addition to the coded expression of Media type in field 007/00 (Category of material). Field 337 information enables indication of more specific media types and media types from various lists.$$,
19097 FALSE, TRUE, FALSE, FALSE);
19098 INSERT INTO config.record_attr_definition(name, label)
19099 VALUES ('marc21_serial_337_ind_1', 'MARC 21 serial field 337 indicator position 1');
19100 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19101 VALUES ('marc21_serial_337_ind_1', '#', $$Undefined$$, FALSE, TRUE);
19102 INSERT INTO config.record_attr_definition(name, label)
19103 VALUES ('marc21_serial_337_ind_2', 'MARC 21 serial field 337 indicator position 2');
19104 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19105 VALUES ('marc21_serial_337_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19106 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19107                                  repeatable, mandatory, hidden)
19108 VALUES (1, 'serial', '337', 'a', $$Media type term$$,
19109 TRUE, FALSE, FALSE);
19110 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19111                                  repeatable, mandatory, hidden)
19112 VALUES (1, 'serial', '337', 'b', $$Media type code$$,
19113 TRUE, FALSE, FALSE);
19114 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19115                                  repeatable, mandatory, hidden)
19116 VALUES (1, 'serial', '337', '2', $$Source$$,
19117 FALSE, FALSE, FALSE);
19118 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19119                                  repeatable, mandatory, hidden)
19120 VALUES (1, 'serial', '337', '3', $$Materials specified$$,
19121 FALSE, FALSE, FALSE);
19122 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19123                                  repeatable, mandatory, hidden)
19124 VALUES (1, 'serial', '337', '6', $$Linkage$$,
19125 FALSE, FALSE, FALSE);
19126 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19127                                  repeatable, mandatory, hidden)
19128 VALUES (1, 'serial', '337', '8', $$Field link and sequence number$$,
19129 TRUE, FALSE, FALSE);
19130 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19131                               fixed_field, repeatable, mandatory, hidden)
19132 VALUES (1, 'serial', '338', $$Carrier Type$$, $$Carrier type reflects the format of the storage medium and housing of a carrier in combination with the media type (which indicates the intermediation device required to view, play, run, etc., the content of a resource). Used as an alternative to or in addition to the coded expression of carrier type in field 007/01 (Specific material designation). Field 338 information enables indication of more specific carrier types and carrier types from various lists.$$,
19133 FALSE, TRUE, FALSE, FALSE);
19134 INSERT INTO config.record_attr_definition(name, label)
19135 VALUES ('marc21_serial_338_ind_1', 'MARC 21 serial field 338 indicator position 1');
19136 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19137 VALUES ('marc21_serial_338_ind_1', '#', $$Undefined$$, FALSE, TRUE);
19138 INSERT INTO config.record_attr_definition(name, label)
19139 VALUES ('marc21_serial_338_ind_2', 'MARC 21 serial field 338 indicator position 2');
19140 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19141 VALUES ('marc21_serial_338_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19142 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19143                                  repeatable, mandatory, hidden)
19144 VALUES (1, 'serial', '338', 'a', $$Carrier type term$$,
19145 TRUE, FALSE, FALSE);
19146 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19147                                  repeatable, mandatory, hidden)
19148 VALUES (1, 'serial', '338', '2', $$Source$$,
19149 FALSE, FALSE, FALSE);
19150 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19151                                  repeatable, mandatory, hidden)
19152 VALUES (1, 'serial', '338', '3', $$Materials specified$$,
19153 FALSE, FALSE, FALSE);
19154 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19155                                  repeatable, mandatory, hidden)
19156 VALUES (1, 'serial', '338', '6', $$Linkage$$,
19157 FALSE, FALSE, FALSE);
19158 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19159                                  repeatable, mandatory, hidden)
19160 VALUES (1, 'serial', '338', '8', $$Field link and sequence number$$,
19161 TRUE, FALSE, FALSE);
19162 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19163                               fixed_field, repeatable, mandatory, hidden)
19164 VALUES (1, 'serial', '506', $$Restrictions on Access Note$$, $$Information about restrictions imposed on access to the described materials.$$,
19165 FALSE, TRUE, FALSE, FALSE);
19166 INSERT INTO config.record_attr_definition(name, label)
19167 VALUES ('marc21_serial_506_ind_1', 'MARC 21 serial field 506 indicator position 1');
19168 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19169 VALUES ('marc21_serial_506_ind_1', '#', $$No information provided$$, FALSE, TRUE);
19170 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19171 VALUES ('marc21_serial_506_ind_1', '0', $$No restrictions$$, FALSE, TRUE);
19172 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19173 VALUES ('marc21_serial_506_ind_1', '1', $$Restrictions apply$$, FALSE, TRUE);
19174 INSERT INTO config.record_attr_definition(name, label)
19175 VALUES ('marc21_serial_506_ind_2', 'MARC 21 serial field 506 indicator position 2');
19176 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19177 VALUES ('marc21_serial_506_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19178 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19179                                  repeatable, mandatory, hidden)
19180 VALUES (1, 'serial', '506', 'a', $$Terms governing access$$,
19181 FALSE, FALSE, FALSE);
19182 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19183                                  repeatable, mandatory, hidden)
19184 VALUES (1, 'serial', '506', 'b', $$Jurisdiction$$,
19185 TRUE, FALSE, FALSE);
19186 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19187                                  repeatable, mandatory, hidden)
19188 VALUES (1, 'serial', '506', 'c', $$Physical access provisions$$,
19189 TRUE, FALSE, FALSE);
19190 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19191                                  repeatable, mandatory, hidden)
19192 VALUES (1, 'serial', '506', 'd', $$Authorized users$$,
19193 TRUE, FALSE, FALSE);
19194 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19195                                  repeatable, mandatory, hidden)
19196 VALUES (1, 'serial', '506', 'e', $$Authorization$$,
19197 TRUE, FALSE, FALSE);
19198 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19199                                  repeatable, mandatory, hidden)
19200 VALUES (1, 'serial', '506', 'f', $$Standardized terminology for access restriction$$,
19201 TRUE, FALSE, FALSE);
19202 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19203                                  repeatable, mandatory, hidden)
19204 VALUES (1, 'serial', '506', 'u', $$Uniform Resource Identifier$$,
19205 TRUE, FALSE, FALSE);
19206 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19207                                  repeatable, mandatory, hidden)
19208 VALUES (1, 'serial', '506', '2', $$Source of term$$,
19209 FALSE, FALSE, FALSE);
19210 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19211                                  repeatable, mandatory, hidden)
19212 VALUES (1, 'serial', '506', '3', $$Materials specified$$,
19213 FALSE, FALSE, FALSE);
19214 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19215                                  repeatable, mandatory, hidden)
19216 VALUES (1, 'serial', '506', '5', $$Institution to which field applies$$,
19217 FALSE, FALSE, FALSE);
19218 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19219                                  repeatable, mandatory, hidden)
19220 VALUES (1, 'serial', '506', '6', $$Linkage$$,
19221 FALSE, FALSE, FALSE);
19222 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19223                                  repeatable, mandatory, hidden)
19224 VALUES (1, 'serial', '506', '8', $$Field link and sequence number$$,
19225 TRUE, FALSE, FALSE);
19226 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19227                               fixed_field, repeatable, mandatory, hidden)
19228 VALUES (1, 'serial', '538', $$System Details Note$$, $$Technical information about an item, such as the presence or absence of certain kinds of codes; or the physical characteristics of a computer file, such as recording densities, parity, blocking factors, mode of access, software programming language, computer requirements, peripheral requirements, trade name or recording systems, number of lines of resolution, and modulation frequency. For sound and videorecordings, information about the trade name or recording system(s) (e.g., VHS), modulation frequency and number of lines of resolution may be included.$$,
19229 FALSE, TRUE, FALSE, FALSE);
19230 INSERT INTO config.record_attr_definition(name, label)
19231 VALUES ('marc21_serial_538_ind_1', 'MARC 21 serial field 538 indicator position 1');
19232 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19233 VALUES ('marc21_serial_538_ind_1', '#', $$Undefined$$, FALSE, TRUE);
19234 INSERT INTO config.record_attr_definition(name, label)
19235 VALUES ('marc21_serial_538_ind_2', 'MARC 21 serial field 538 indicator position 2');
19236 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19237 VALUES ('marc21_serial_538_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19238 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19239                                  repeatable, mandatory, hidden)
19240 VALUES (1, 'serial', '538', 'a', $$System details note$$,
19241 FALSE, FALSE, FALSE);
19242 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19243                                  repeatable, mandatory, hidden)
19244 VALUES (1, 'serial', '538', 'i', $$Display text$$,
19245 FALSE, FALSE, FALSE);
19246 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19247                                  repeatable, mandatory, hidden)
19248 VALUES (1, 'serial', '538', 'u', $$Uniform Resource Identifier$$,
19249 TRUE, FALSE, FALSE);
19250 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19251                                  repeatable, mandatory, hidden)
19252 VALUES (1, 'serial', '538', '3', $$Materials specified$$,
19253 FALSE, FALSE, FALSE);
19254 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19255                                  repeatable, mandatory, hidden)
19256 VALUES (1, 'serial', '538', '5', $$Institution to which field applies$$,
19257 TRUE, FALSE, FALSE);
19258 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19259                                  repeatable, mandatory, hidden)
19260 VALUES (1, 'serial', '538', '6', $$Linkage$$,
19261 FALSE, FALSE, FALSE);
19262 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19263                                  repeatable, mandatory, hidden)
19264 VALUES (1, 'serial', '538', '8', $$Field link and sequence number$$,
19265 TRUE, FALSE, FALSE);
19266 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19267                               fixed_field, repeatable, mandatory, hidden)
19268 VALUES (1, 'serial', '541', $$Immediate Source of Acquisition Note$$, $$Information on the immediate source of acquisition of the described materials. Used primarily for original or historical items or other archival collections.$$,
19269 FALSE, TRUE, FALSE, FALSE);
19270 INSERT INTO config.record_attr_definition(name, label)
19271 VALUES ('marc21_serial_541_ind_1', 'MARC 21 serial field 541 indicator position 1');
19272 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19273 VALUES ('marc21_serial_541_ind_1', '#', $$No information provided$$, FALSE, TRUE);
19274 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19275 VALUES ('marc21_serial_541_ind_1', '0', $$Private$$, FALSE, TRUE);
19276 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19277 VALUES ('marc21_serial_541_ind_1', '1', $$Not private$$, FALSE, TRUE);
19278 INSERT INTO config.record_attr_definition(name, label)
19279 VALUES ('marc21_serial_541_ind_2', 'MARC 21 serial field 541 indicator position 2');
19280 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19281 VALUES ('marc21_serial_541_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19282 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19283                                  repeatable, mandatory, hidden)
19284 VALUES (1, 'serial', '541', 'a', $$Source of acquisition$$,
19285 FALSE, FALSE, FALSE);
19286 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19287                                  repeatable, mandatory, hidden)
19288 VALUES (1, 'serial', '541', 'b', $$Address$$,
19289 FALSE, FALSE, FALSE);
19290 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19291                                  repeatable, mandatory, hidden)
19292 VALUES (1, 'serial', '541', 'c', $$Method of acquisition$$,
19293 FALSE, FALSE, FALSE);
19294 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19295                                  repeatable, mandatory, hidden)
19296 VALUES (1, 'serial', '541', 'd', $$Date of acquisition$$,
19297 FALSE, FALSE, FALSE);
19298 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19299                                  repeatable, mandatory, hidden)
19300 VALUES (1, 'serial', '541', 'e', $$Accession number$$,
19301 FALSE, FALSE, FALSE);
19302 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19303                                  repeatable, mandatory, hidden)
19304 VALUES (1, 'serial', '541', 'f', $$Owner$$,
19305 FALSE, FALSE, FALSE);
19306 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19307                                  repeatable, mandatory, hidden)
19308 VALUES (1, 'serial', '541', 'h', $$Purchase price$$,
19309 FALSE, FALSE, FALSE);
19310 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19311                                  repeatable, mandatory, hidden)
19312 VALUES (1, 'serial', '541', 'n', $$Extent$$,
19313 TRUE, FALSE, FALSE);
19314 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19315                                  repeatable, mandatory, hidden)
19316 VALUES (1, 'serial', '541', 'o', $$Type of unit$$,
19317 TRUE, FALSE, FALSE);
19318 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19319                                  repeatable, mandatory, hidden)
19320 VALUES (1, 'serial', '541', '3', $$Materials specified$$,
19321 FALSE, FALSE, FALSE);
19322 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19323                                  repeatable, mandatory, hidden)
19324 VALUES (1, 'serial', '541', '5', $$Institution to which field applies$$,
19325 FALSE, FALSE, FALSE);
19326 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19327                                  repeatable, mandatory, hidden)
19328 VALUES (1, 'serial', '541', '6', $$Linkage$$,
19329 FALSE, FALSE, FALSE);
19330 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19331                                  repeatable, mandatory, hidden)
19332 VALUES (1, 'serial', '541', '8', $$Field link and sequence number$$,
19333 TRUE, FALSE, FALSE);
19334 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19335                               fixed_field, repeatable, mandatory, hidden)
19336 VALUES (1, 'serial', '561', $$Ownership and Custodial History$$, $$Information concerning the ownership and custodial history of the described materials from the time of their creation to the time of their accessioning, including the time at which individual items or group of items were first brought together in their current arrangement or collation.$$,
19337 FALSE, TRUE, FALSE, FALSE);
19338 INSERT INTO config.record_attr_definition(name, label)
19339 VALUES ('marc21_serial_561_ind_1', 'MARC 21 serial field 561 indicator position 1');
19340 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19341 VALUES ('marc21_serial_561_ind_1', '#', $$No information provided$$, FALSE, TRUE);
19342 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19343 VALUES ('marc21_serial_561_ind_1', '0', $$Private$$, FALSE, TRUE);
19344 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19345 VALUES ('marc21_serial_561_ind_1', '1', $$Not private$$, FALSE, TRUE);
19346 INSERT INTO config.record_attr_definition(name, label)
19347 VALUES ('marc21_serial_561_ind_2', 'MARC 21 serial field 561 indicator position 2');
19348 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19349 VALUES ('marc21_serial_561_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19350 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19351                                  repeatable, mandatory, hidden)
19352 VALUES (1, 'serial', '561', 'a', $$History$$,
19353 FALSE, FALSE, FALSE);
19354 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19355                                  repeatable, mandatory, hidden)
19356 VALUES (1, 'serial', '561', '3', $$Materials specified$$,
19357 FALSE, FALSE, FALSE);
19358 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19359                                  repeatable, mandatory, hidden)
19360 VALUES (1, 'serial', '561', '5', $$Institution to which field applies$$,
19361 FALSE, FALSE, FALSE);
19362 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19363                                  repeatable, mandatory, hidden)
19364 VALUES (1, 'serial', '561', '6', $$Linkage$$,
19365 FALSE, FALSE, FALSE);
19366 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19367                                  repeatable, mandatory, hidden)
19368 VALUES (1, 'serial', '561', '8', $$Field link and sequence number$$,
19369 TRUE, FALSE, FALSE);
19370 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19371                               fixed_field, repeatable, mandatory, hidden)
19372 VALUES (1, 'serial', '562', $$Copy and Version Identification Note$$, $$Information that distinguishes the copy(s) or version(s) of materials held by an archive or manuscript repository when more than one copy or version exists or could exist.$$,
19373 FALSE, TRUE, FALSE, FALSE);
19374 INSERT INTO config.record_attr_definition(name, label)
19375 VALUES ('marc21_serial_562_ind_1', 'MARC 21 serial field 562 indicator position 1');
19376 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19377 VALUES ('marc21_serial_562_ind_1', '#', $$Undefined$$, FALSE, TRUE);
19378 INSERT INTO config.record_attr_definition(name, label)
19379 VALUES ('marc21_serial_562_ind_2', 'MARC 21 serial field 562 indicator position 2');
19380 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19381 VALUES ('marc21_serial_562_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19382 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19383                                  repeatable, mandatory, hidden)
19384 VALUES (1, 'serial', '562', 'a', $$Identifying markings$$,
19385 TRUE, FALSE, FALSE);
19386 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19387                                  repeatable, mandatory, hidden)
19388 VALUES (1, 'serial', '562', 'b', $$Copy identification$$,
19389 TRUE, FALSE, FALSE);
19390 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19391                                  repeatable, mandatory, hidden)
19392 VALUES (1, 'serial', '562', 'c', $$Version identification$$,
19393 TRUE, FALSE, FALSE);
19394 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19395                                  repeatable, mandatory, hidden)
19396 VALUES (1, 'serial', '562', 'd', $$Presentation format$$,
19397 TRUE, FALSE, FALSE);
19398 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19399                                  repeatable, mandatory, hidden)
19400 VALUES (1, 'serial', '562', 'e', $$Number of copies$$,
19401 TRUE, FALSE, FALSE);
19402 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19403                                  repeatable, mandatory, hidden)
19404 VALUES (1, 'serial', '562', '3', $$Materials specified$$,
19405 FALSE, FALSE, FALSE);
19406 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19407                                  repeatable, mandatory, hidden)
19408 VALUES (1, 'serial', '562', '5', $$Institution to which field applies$$,
19409 FALSE, FALSE, FALSE);
19410 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19411                                  repeatable, mandatory, hidden)
19412 VALUES (1, 'serial', '562', '6', $$Linkage$$,
19413 FALSE, FALSE, FALSE);
19414 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19415                                  repeatable, mandatory, hidden)
19416 VALUES (1, 'serial', '562', '8', $$Field link and sequence number$$,
19417 TRUE, FALSE, FALSE);
19418 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19419                               fixed_field, repeatable, mandatory, hidden)
19420 VALUES (1, 'serial', '563', $$Binding Information$$, $$Binding information intended primarily for use with antiquarian materials, rare books, and other special collections.$$,
19421 FALSE, TRUE, FALSE, FALSE);
19422 INSERT INTO config.record_attr_definition(name, label)
19423 VALUES ('marc21_serial_563_ind_1', 'MARC 21 serial field 563 indicator position 1');
19424 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19425 VALUES ('marc21_serial_563_ind_1', '#', $$Undefined$$, FALSE, TRUE);
19426 INSERT INTO config.record_attr_definition(name, label)
19427 VALUES ('marc21_serial_563_ind_2', 'MARC 21 serial field 563 indicator position 2');
19428 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19429 VALUES ('marc21_serial_563_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19430 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19431                                  repeatable, mandatory, hidden)
19432 VALUES (1, 'serial', '563', 'a', $$Binding note$$,
19433 FALSE, FALSE, FALSE);
19434 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19435                                  repeatable, mandatory, hidden)
19436 VALUES (1, 'serial', '563', 'u', $$Uniform Resource Identifier$$,
19437 TRUE, FALSE, FALSE);
19438 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19439                                  repeatable, mandatory, hidden)
19440 VALUES (1, 'serial', '563', '3', $$Materials specified$$,
19441 FALSE, FALSE, FALSE);
19442 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19443                                  repeatable, mandatory, hidden)
19444 VALUES (1, 'serial', '563', '5', $$Institution to which field applies$$,
19445 FALSE, FALSE, FALSE);
19446 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19447                                  repeatable, mandatory, hidden)
19448 VALUES (1, 'serial', '563', '6', $$Linkage$$,
19449 FALSE, FALSE, FALSE);
19450 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19451                                  repeatable, mandatory, hidden)
19452 VALUES (1, 'serial', '563', '8', $$Field link and sequence number$$,
19453 TRUE, FALSE, FALSE);
19454 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19455                               fixed_field, repeatable, mandatory, hidden)
19456 VALUES (1, 'serial', '583', $$Action Note$$, $$Information about processing and reference or preservation actions related to the bibliographic item for which a separate holdings record is created. For those using the field to record preservation activities, a list of may be used and the authority for the terminology may be indicated in subfield $2.$$,
19457 FALSE, TRUE, FALSE, FALSE);
19458 INSERT INTO config.record_attr_definition(name, label)
19459 VALUES ('marc21_serial_583_ind_1', 'MARC 21 serial field 583 indicator position 1');
19460 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19461 VALUES ('marc21_serial_583_ind_1', '#', $$No information provided$$, FALSE, TRUE);
19462 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19463 VALUES ('marc21_serial_583_ind_1', '0', $$Private$$, FALSE, TRUE);
19464 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19465 VALUES ('marc21_serial_583_ind_1', '1', $$Not private$$, FALSE, TRUE);
19466 INSERT INTO config.record_attr_definition(name, label)
19467 VALUES ('marc21_serial_583_ind_2', 'MARC 21 serial field 583 indicator position 2');
19468 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19469 VALUES ('marc21_serial_583_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19470 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19471                                  repeatable, mandatory, hidden)
19472 VALUES (1, 'serial', '583', 'a', $$Action$$,
19473 FALSE, FALSE, FALSE);
19474 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19475                                  repeatable, mandatory, hidden)
19476 VALUES (1, 'serial', '583', 'b', $$Action identification$$,
19477 TRUE, FALSE, FALSE);
19478 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19479                                  repeatable, mandatory, hidden)
19480 VALUES (1, 'serial', '583', 'c', $$Time/date of action$$,
19481 TRUE, FALSE, FALSE);
19482 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19483                                  repeatable, mandatory, hidden)
19484 VALUES (1, 'serial', '583', 'd', $$Action interval$$,
19485 TRUE, FALSE, FALSE);
19486 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19487                                  repeatable, mandatory, hidden)
19488 VALUES (1, 'serial', '583', 'e', $$Contingency for action$$,
19489 TRUE, FALSE, FALSE);
19490 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19491                                  repeatable, mandatory, hidden)
19492 VALUES (1, 'serial', '583', 'f', $$Authorization$$,
19493 TRUE, FALSE, FALSE);
19494 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19495                                  repeatable, mandatory, hidden)
19496 VALUES (1, 'serial', '583', 'h', $$Jurisdiction$$,
19497 TRUE, FALSE, FALSE);
19498 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19499                                  repeatable, mandatory, hidden)
19500 VALUES (1, 'serial', '583', 'i', $$Method of action$$,
19501 TRUE, FALSE, FALSE);
19502 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19503                                  repeatable, mandatory, hidden)
19504 VALUES (1, 'serial', '583', 'j', $$Site of action$$,
19505 TRUE, FALSE, FALSE);
19506 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19507                                  repeatable, mandatory, hidden)
19508 VALUES (1, 'serial', '583', 'k', $$Action agent$$,
19509 TRUE, FALSE, FALSE);
19510 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19511                                  repeatable, mandatory, hidden)
19512 VALUES (1, 'serial', '583', 'l', $$Status$$,
19513 TRUE, FALSE, FALSE);
19514 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19515                                  repeatable, mandatory, hidden)
19516 VALUES (1, 'serial', '583', 'n', $$Extent$$,
19517 TRUE, FALSE, FALSE);
19518 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19519                                  repeatable, mandatory, hidden)
19520 VALUES (1, 'serial', '583', 'o', $$Type of unit$$,
19521 TRUE, FALSE, FALSE);
19522 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19523                                  repeatable, mandatory, hidden)
19524 VALUES (1, 'serial', '583', 'u', $$Uniform Resource Identifier$$,
19525 TRUE, FALSE, FALSE);
19526 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19527                                  repeatable, mandatory, hidden)
19528 VALUES (1, 'serial', '583', 'x', $$Nonpublic note$$,
19529 TRUE, FALSE, FALSE);
19530 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19531                                  repeatable, mandatory, hidden)
19532 VALUES (1, 'serial', '583', 'z', $$Public note$$,
19533 TRUE, FALSE, FALSE);
19534 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19535                                  repeatable, mandatory, hidden)
19536 VALUES (1, 'serial', '583', '2', $$Source of term$$,
19537 FALSE, FALSE, FALSE);
19538 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19539                                  repeatable, mandatory, hidden)
19540 VALUES (1, 'serial', '583', '3', $$Materials specified$$,
19541 FALSE, FALSE, FALSE);
19542 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19543                                  repeatable, mandatory, hidden)
19544 VALUES (1, 'serial', '583', '5', $$Institution to which field applies$$,
19545 FALSE, FALSE, FALSE);
19546 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19547                                  repeatable, mandatory, hidden)
19548 VALUES (1, 'serial', '583', '6', $$Linkage$$,
19549 FALSE, FALSE, FALSE);
19550 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19551                                  repeatable, mandatory, hidden)
19552 VALUES (1, 'serial', '583', '8', $$Field link and sequence number$$,
19553 TRUE, FALSE, FALSE);
19554 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19555                               fixed_field, repeatable, mandatory, hidden)
19556 VALUES (1, 'serial', '841', $$Holdings Coded Data Values$$, $$When holdings data are embedded in a bibliographic record, this field contains certain coded information that would apply to the holdings information if it were in a separate holdings record in field 008 (Fixed-Length Data Elements).$$,
19557 FALSE, FALSE, FALSE, FALSE);
19558 INSERT INTO config.record_attr_definition(name, label)
19559 VALUES ('marc21_serial_841_ind_1', 'MARC 21 serial field 841 indicator position 1');
19560 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19561 VALUES ('marc21_serial_841_ind_1', '#', $$Undefined$$, FALSE, TRUE);
19562 INSERT INTO config.record_attr_definition(name, label)
19563 VALUES ('marc21_serial_841_ind_2', 'MARC 21 serial field 841 indicator position 2');
19564 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19565 VALUES ('marc21_serial_841_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19566 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19567                                  repeatable, mandatory, hidden)
19568 VALUES (1, 'serial', '841', 'a', $$Type of record$$,
19569 FALSE, FALSE, FALSE);
19570 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19571                                  repeatable, mandatory, hidden)
19572 VALUES (1, 'serial', '841', 'b', $$Fixed-length data elements$$,
19573 FALSE, FALSE, FALSE);
19574 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19575                                  repeatable, mandatory, hidden)
19576 VALUES (1, 'serial', '841', 'e', $$Encoding level$$,
19577 FALSE, FALSE, FALSE);
19578 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19579                               fixed_field, repeatable, mandatory, hidden)
19580 VALUES (1, 'serial', '842', $$Textual Physical Form Designator$$, $$Designation in textual form of the physical form of the item. The physical form designator specifies the physical medium or form, or type of material of the unit held. The general physical form designator in coded form is recorded in field 007 (Physical Description Fixed Field).$$,
19581 FALSE, FALSE, FALSE, FALSE);
19582 INSERT INTO config.record_attr_definition(name, label)
19583 VALUES ('marc21_serial_842_ind_1', 'MARC 21 serial field 842 indicator position 1');
19584 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19585 VALUES ('marc21_serial_842_ind_1', '#', $$Undefined$$, FALSE, TRUE);
19586 INSERT INTO config.record_attr_definition(name, label)
19587 VALUES ('marc21_serial_842_ind_2', 'MARC 21 serial field 842 indicator position 2');
19588 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19589 VALUES ('marc21_serial_842_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19590 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19591                                  repeatable, mandatory, hidden)
19592 VALUES (1, 'serial', '842', 'a', $$Textual physical form designator$$,
19593 FALSE, FALSE, FALSE);
19594 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19595                                  repeatable, mandatory, hidden)
19596 VALUES (1, 'serial', '842', '6', $$Linkage$$,
19597 FALSE, FALSE, FALSE);
19598 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19599                                  repeatable, mandatory, hidden)
19600 VALUES (1, 'serial', '842', '8', $$Field link and sequence number$$,
19601 TRUE, FALSE, FALSE);
19602 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19603                               fixed_field, repeatable, mandatory, hidden)
19604 VALUES (1, 'serial', '843', $$Reproduction Note$$, $$Description of an item that is a reproduction of original materials. Used when an institution chooses to have the main portion of the bibliographic record description reflect the original and the notes in field 843 reflect information about the copy.$$,
19605 FALSE, TRUE, FALSE, FALSE);
19606 INSERT INTO config.record_attr_definition(name, label)
19607 VALUES ('marc21_serial_843_ind_1', 'MARC 21 serial field 843 indicator position 1');
19608 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19609 VALUES ('marc21_serial_843_ind_1', '#', $$Undefined$$, FALSE, TRUE);
19610 INSERT INTO config.record_attr_definition(name, label)
19611 VALUES ('marc21_serial_843_ind_2', 'MARC 21 serial field 843 indicator position 2');
19612 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19613 VALUES ('marc21_serial_843_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19614 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19615                                  repeatable, mandatory, hidden)
19616 VALUES (1, 'serial', '843', 'a', $$Type of reproduction$$,
19617 FALSE, FALSE, FALSE);
19618 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19619                                  repeatable, mandatory, hidden)
19620 VALUES (1, 'serial', '843', 'b', $$Place of reproduction$$,
19621 TRUE, FALSE, FALSE);
19622 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19623                                  repeatable, mandatory, hidden)
19624 VALUES (1, 'serial', '843', 'c', $$Agency responsible for reproduction$$,
19625 TRUE, FALSE, FALSE);
19626 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19627                                  repeatable, mandatory, hidden)
19628 VALUES (1, 'serial', '843', 'd', $$Date of reproduction$$,
19629 FALSE, FALSE, FALSE);
19630 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19631                                  repeatable, mandatory, hidden)
19632 VALUES (1, 'serial', '843', 'e', $$Physical description of reproduction$$,
19633 FALSE, FALSE, FALSE);
19634 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19635                                  repeatable, mandatory, hidden)
19636 VALUES (1, 'serial', '843', 'f', $$Series statement of reproduction$$,
19637 TRUE, FALSE, FALSE);
19638 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19639                                  repeatable, mandatory, hidden)
19640 VALUES (1, 'serial', '843', 'm', $$Dates of publication and/or sequential designation of issues reproduced$$,
19641 TRUE, FALSE, FALSE);
19642 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19643                                  repeatable, mandatory, hidden)
19644 VALUES (1, 'serial', '843', 'n', $$Note about reproduction$$,
19645 TRUE, FALSE, FALSE);
19646 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19647                                  repeatable, mandatory, hidden)
19648 VALUES (1, 'serial', '843', '3', $$Materials specified$$,
19649 FALSE, FALSE, FALSE);
19650 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19651                                  repeatable, mandatory, hidden)
19652 VALUES (1, 'serial', '843', '5', $$Institution to which field applies$$,
19653 FALSE, FALSE, FALSE);
19654 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19655                                  repeatable, mandatory, hidden)
19656 VALUES (1, 'serial', '843', '6', $$Linkage$$,
19657 FALSE, FALSE, FALSE);
19658 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19659                                  repeatable, mandatory, hidden)
19660 VALUES (1, 'serial', '843', '7', $$Fixed-length data elements of reproduction$$,
19661 FALSE, FALSE, FALSE);
19662 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19663                                  repeatable, mandatory, hidden)
19664 VALUES (1, 'serial', '843', '8', $$Field link and sequence number$$,
19665 TRUE, FALSE, FALSE);
19666 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19667                               fixed_field, repeatable, mandatory, hidden)
19668 VALUES (1, 'serial', '844', $$Name of Unit$$, $$Bibliographic title or a supplied designation describing a basic bibliographic unit, supplementary material, or an index. A supplement or index designation used as a caption is contained in fields 853-855 (Captions and Pattern), subfield $a-$h (Enumeration captions).$$,
19669 FALSE, FALSE, FALSE, FALSE);
19670 INSERT INTO config.record_attr_definition(name, label)
19671 VALUES ('marc21_serial_844_ind_1', 'MARC 21 serial field 844 indicator position 1');
19672 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19673 VALUES ('marc21_serial_844_ind_1', '#', $$Undefined$$, FALSE, TRUE);
19674 INSERT INTO config.record_attr_definition(name, label)
19675 VALUES ('marc21_serial_844_ind_2', 'MARC 21 serial field 844 indicator position 2');
19676 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19677 VALUES ('marc21_serial_844_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19678 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19679                                  repeatable, mandatory, hidden)
19680 VALUES (1, 'serial', '844', 'a', $$Name of unit$$,
19681 FALSE, FALSE, FALSE);
19682 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19683                                  repeatable, mandatory, hidden)
19684 VALUES (1, 'serial', '844', '6', $$Linkage$$,
19685 FALSE, FALSE, FALSE);
19686 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19687                                  repeatable, mandatory, hidden)
19688 VALUES (1, 'serial', '844', '8', $$Field link and sequence number$$,
19689 TRUE, FALSE, FALSE);
19690 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19691                               fixed_field, repeatable, mandatory, hidden)
19692 VALUES (1, 'serial', '845', $$Terms Governing Use and Reproduction Note$$, $$Terms governing the use and reproduction of a bibliographic item when the holding organization will lend (008/20, Lending policy, code a) and reproduce (008/21, Reproduction policy, code a) the item.$$,
19693 FALSE, TRUE, FALSE, FALSE);
19694 INSERT INTO config.record_attr_definition(name, label)
19695 VALUES ('marc21_serial_845_ind_1', 'MARC 21 serial field 845 indicator position 1');
19696 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19697 VALUES ('marc21_serial_845_ind_1', '#', $$Undefined$$, FALSE, TRUE);
19698 INSERT INTO config.record_attr_definition(name, label)
19699 VALUES ('marc21_serial_845_ind_2', 'MARC 21 serial field 845 indicator position 2');
19700 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19701 VALUES ('marc21_serial_845_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19702 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19703                                  repeatable, mandatory, hidden)
19704 VALUES (1, 'serial', '845', 'a', $$Terms governing use and reproduction$$,
19705 FALSE, FALSE, FALSE);
19706 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19707                                  repeatable, mandatory, hidden)
19708 VALUES (1, 'serial', '845', 'b', $$Jurisdiction$$,
19709 FALSE, FALSE, FALSE);
19710 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19711                                  repeatable, mandatory, hidden)
19712 VALUES (1, 'serial', '845', 'c', $$Authorization$$,
19713 FALSE, FALSE, FALSE);
19714 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19715                                  repeatable, mandatory, hidden)
19716 VALUES (1, 'serial', '845', 'd', $$Authorized users$$,
19717 FALSE, FALSE, FALSE);
19718 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19719                                  repeatable, mandatory, hidden)
19720 VALUES (1, 'serial', '845', 'u', $$Uniform Resource Identifier$$,
19721 TRUE, FALSE, FALSE);
19722 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19723                                  repeatable, mandatory, hidden)
19724 VALUES (1, 'serial', '845', '3', $$Materials specified$$,
19725 FALSE, FALSE, FALSE);
19726 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19727                                  repeatable, mandatory, hidden)
19728 VALUES (1, 'serial', '845', '5', $$Institution to which field applies$$,
19729 FALSE, FALSE, FALSE);
19730 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19731                                  repeatable, mandatory, hidden)
19732 VALUES (1, 'serial', '845', '6', $$Linkage$$,
19733 FALSE, FALSE, FALSE);
19734 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19735                                  repeatable, mandatory, hidden)
19736 VALUES (1, 'serial', '845', '8', $$Field link and sequence number$$,
19737 TRUE, FALSE, FALSE);
19738 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19739                               fixed_field, repeatable, mandatory, hidden)
19740 VALUES (1, 'serial', '852', $$Location$$, $$Organization holding the item or from which it is available. May also contain detailed information about how to locate the item in a collection.$$,
19741 FALSE, TRUE, FALSE, FALSE);
19742 INSERT INTO config.record_attr_definition(name, label)
19743 VALUES ('marc21_serial_852_ind_1', 'MARC 21 serial field 852 indicator position 1');
19744 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19745 VALUES ('marc21_serial_852_ind_1', '#', $$No information provided$$, FALSE, TRUE);
19746 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19747 VALUES ('marc21_serial_852_ind_1', '0', $$Library of Congress classification$$, FALSE, TRUE);
19748 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19749 VALUES ('marc21_serial_852_ind_1', '1', $$Dewey Decimal classification$$, FALSE, TRUE);
19750 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19751 VALUES ('marc21_serial_852_ind_1', '2', $$National Library of Medicine classification$$, FALSE, TRUE);
19752 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19753 VALUES ('marc21_serial_852_ind_1', '3', $$Superintendent of Documents classification$$, FALSE, TRUE);
19754 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19755 VALUES ('marc21_serial_852_ind_1', '4', $$Shelving control number$$, FALSE, TRUE);
19756 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19757 VALUES ('marc21_serial_852_ind_1', '5', $$Title$$, FALSE, TRUE);
19758 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19759 VALUES ('marc21_serial_852_ind_1', '6', $$Shelved separately$$, FALSE, TRUE);
19760 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19761 VALUES ('marc21_serial_852_ind_1', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
19762 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19763 VALUES ('marc21_serial_852_ind_1', '8', $$Other scheme$$, FALSE, TRUE);
19764 INSERT INTO config.record_attr_definition(name, label)
19765 VALUES ('marc21_serial_852_ind_2', 'MARC 21 serial field 852 indicator position 2');
19766 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19767 VALUES ('marc21_serial_852_ind_2', '#', $$No information provided$$, FALSE, TRUE);
19768 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19769 VALUES ('marc21_serial_852_ind_2', '0', $$Not enumeration$$, FALSE, TRUE);
19770 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19771 VALUES ('marc21_serial_852_ind_2', '1', $$Primary enumeration$$, FALSE, TRUE);
19772 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19773 VALUES ('marc21_serial_852_ind_2', '2', $$Alternative enumeration$$, FALSE, TRUE);
19774 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19775                                  repeatable, mandatory, hidden)
19776 VALUES (1, 'serial', '852', 'a', $$Location$$,
19777 FALSE, FALSE, FALSE);
19778 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19779                                  repeatable, mandatory, hidden)
19780 VALUES (1, 'serial', '852', 'b', $$Sublocation or collection$$,
19781 TRUE, FALSE, FALSE);
19782 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19783                                  repeatable, mandatory, hidden)
19784 VALUES (1, 'serial', '852', 'c', $$Shelving location$$,
19785 TRUE, FALSE, FALSE);
19786 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19787                                  repeatable, mandatory, hidden)
19788 VALUES (1, 'serial', '852', 'd', $$Former shelving location$$,
19789 TRUE, FALSE, FALSE);
19790 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19791                                  repeatable, mandatory, hidden)
19792 VALUES (1, 'serial', '852', 'e', $$Address$$,
19793 TRUE, FALSE, FALSE);
19794 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19795                                  repeatable, mandatory, hidden)
19796 VALUES (1, 'serial', '852', 'f', $$Coded location qualifier$$,
19797 TRUE, FALSE, FALSE);
19798 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19799                                  repeatable, mandatory, hidden)
19800 VALUES (1, 'serial', '852', 'g', $$Non-coded location qualifier$$,
19801 TRUE, FALSE, FALSE);
19802 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19803                                  repeatable, mandatory, hidden)
19804 VALUES (1, 'serial', '852', 'h', $$Classification part$$,
19805 FALSE, FALSE, FALSE);
19806 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19807                                  repeatable, mandatory, hidden)
19808 VALUES (1, 'serial', '852', 'i', $$Item part$$,
19809 TRUE, FALSE, FALSE);
19810 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19811                                  repeatable, mandatory, hidden)
19812 VALUES (1, 'serial', '852', 'j', $$Shelving control number$$,
19813 FALSE, FALSE, FALSE);
19814 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19815                                  repeatable, mandatory, hidden)
19816 VALUES (1, 'serial', '852', 'k', $$Call number prefix$$,
19817 TRUE, FALSE, FALSE);
19818 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19819                                  repeatable, mandatory, hidden)
19820 VALUES (1, 'serial', '852', 'l', $$Shelving form of title$$,
19821 FALSE, FALSE, FALSE);
19822 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19823                                  repeatable, mandatory, hidden)
19824 VALUES (1, 'serial', '852', 'm', $$Call number suffix$$,
19825 TRUE, FALSE, FALSE);
19826 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19827                                  repeatable, mandatory, hidden)
19828 VALUES (1, 'serial', '852', 'n', $$Country code$$,
19829 FALSE, FALSE, FALSE);
19830 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19831                                  repeatable, mandatory, hidden)
19832 VALUES (1, 'serial', '852', 'p', $$Piece designation$$,
19833 FALSE, FALSE, FALSE);
19834 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19835                                  repeatable, mandatory, hidden)
19836 VALUES (1, 'serial', '852', 'q', $$Piece physical condition$$,
19837 FALSE, FALSE, FALSE);
19838 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19839                                  repeatable, mandatory, hidden)
19840 VALUES (1, 'serial', '852', 's', $$Copyright article-fee code$$,
19841 TRUE, FALSE, FALSE);
19842 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19843                                  repeatable, mandatory, hidden)
19844 VALUES (1, 'serial', '852', 't', $$Copy number$$,
19845 FALSE, FALSE, FALSE);
19846 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19847                                  repeatable, mandatory, hidden)
19848 VALUES (1, 'serial', '852', 'u', $$Uniform Resource Identifier$$,
19849 TRUE, FALSE, FALSE);
19850 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19851                                  repeatable, mandatory, hidden)
19852 VALUES (1, 'serial', '852', 'x', $$Nonpublic note$$,
19853 TRUE, FALSE, FALSE);
19854 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19855                                  repeatable, mandatory, hidden)
19856 VALUES (1, 'serial', '852', 'z', $$Public note$$,
19857 TRUE, FALSE, FALSE);
19858 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19859                                  repeatable, mandatory, hidden)
19860 VALUES (1, 'serial', '852', '2', $$Source of classification or shelving scheme$$,
19861 FALSE, FALSE, FALSE);
19862 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19863                                  repeatable, mandatory, hidden)
19864 VALUES (1, 'serial', '852', '3', $$Materials specified$$,
19865 FALSE, FALSE, FALSE);
19866 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19867                                  repeatable, mandatory, hidden)
19868 VALUES (1, 'serial', '852', '6', $$Linkage$$,
19869 FALSE, FALSE, FALSE);
19870 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19871                                  repeatable, mandatory, hidden)
19872 VALUES (1, 'serial', '852', '8', $$Sequence number$$,
19873 FALSE, FALSE, FALSE);
19874 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19875                               fixed_field, repeatable, mandatory, hidden)
19876 VALUES (1, 'serial', '853', $$Captions and Pattern - Basic Bibliographic Unit$$, $$Captions that identify the enumeration and chronology levels and codes that define the publication pattern of the holdings described in the 863-865 Enumeration and Chronology fields. Any related 853-855 and 863-865 fields are linked by a number in subfield $8 (Field link and sequence number).$$,
19877 FALSE, TRUE, FALSE, FALSE);
19878 INSERT INTO config.record_attr_definition(name, label)
19879 VALUES ('marc21_serial_853_ind_1', 'MARC 21 serial field 853 indicator position 1');
19880 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19881 VALUES ('marc21_serial_853_ind_1', '0', $$Cannot compress or expand$$, FALSE, TRUE);
19882 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19883 VALUES ('marc21_serial_853_ind_1', '1', $$Can compress but not expand$$, FALSE, TRUE);
19884 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19885 VALUES ('marc21_serial_853_ind_1', '2', $$Can compress or expand$$, FALSE, TRUE);
19886 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19887 VALUES ('marc21_serial_853_ind_1', '3', $$Unknown$$, FALSE, TRUE);
19888 INSERT INTO config.record_attr_definition(name, label)
19889 VALUES ('marc21_serial_853_ind_2', 'MARC 21 serial field 853 indicator position 2');
19890 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19891 VALUES ('marc21_serial_853_ind_2', '0', $$Captions verified; all levels present$$, FALSE, TRUE);
19892 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19893 VALUES ('marc21_serial_853_ind_2', '1', $$Captions verified; all levels may not be present$$, FALSE, TRUE);
19894 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19895 VALUES ('marc21_serial_853_ind_2', '2', $$Captions unverified; all levels present$$, FALSE, TRUE);
19896 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19897 VALUES ('marc21_serial_853_ind_2', '3', $$Captions unverified; all levels may not be present$$, FALSE, TRUE);
19898 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19899                                  repeatable, mandatory, hidden)
19900 VALUES (1, 'serial', '853', 'a', $$First level of enumeration$$,
19901 TRUE, FALSE, FALSE);
19902 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19903                                  repeatable, mandatory, hidden)
19904 VALUES (1, 'serial', '853', 'b', $$Second level of enumeration$$,
19905 TRUE, FALSE, FALSE);
19906 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19907                                  repeatable, mandatory, hidden)
19908 VALUES (1, 'serial', '853', 'c', $$Third level of enumeration$$,
19909 TRUE, FALSE, FALSE);
19910 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19911                                  repeatable, mandatory, hidden)
19912 VALUES (1, 'serial', '853', 'd', $$Fourth level of enumeration$$,
19913 TRUE, FALSE, FALSE);
19914 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19915                                  repeatable, mandatory, hidden)
19916 VALUES (1, 'serial', '853', 'e', $$Fifth level of enumeration$$,
19917 TRUE, FALSE, FALSE);
19918 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19919                                  repeatable, mandatory, hidden)
19920 VALUES (1, 'serial', '853', 'f', $$Sixth level of enumeration$$,
19921 TRUE, FALSE, FALSE);
19922 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19923                                  repeatable, mandatory, hidden)
19924 VALUES (1, 'serial', '853', 'g', $$Alternative numbering scheme, first level of enumeration$$,
19925 TRUE, FALSE, FALSE);
19926 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19927                                  repeatable, mandatory, hidden)
19928 VALUES (1, 'serial', '853', 'h', $$Alternative numbering scheme, second level of enumeration$$,
19929 TRUE, FALSE, FALSE);
19930 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19931                                  repeatable, mandatory, hidden)
19932 VALUES (1, 'serial', '853', 'i', $$First level of chronology$$,
19933 TRUE, FALSE, FALSE);
19934 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19935                                  repeatable, mandatory, hidden)
19936 VALUES (1, 'serial', '853', 'j', $$Second level of chronology$$,
19937 TRUE, FALSE, FALSE);
19938 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19939                                  repeatable, mandatory, hidden)
19940 VALUES (1, 'serial', '853', 'k', $$Third level of chronology$$,
19941 TRUE, FALSE, FALSE);
19942 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19943                                  repeatable, mandatory, hidden)
19944 VALUES (1, 'serial', '853', 'l', $$Fourth level of chronology$$,
19945 TRUE, FALSE, FALSE);
19946 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19947                                  repeatable, mandatory, hidden)
19948 VALUES (1, 'serial', '853', 'm', $$Alternative numbering scheme, chronology$$,
19949 TRUE, FALSE, FALSE);
19950 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19951                                  repeatable, mandatory, hidden)
19952 VALUES (1, 'serial', '853', 'n', $$Pattern note$$,
19953 TRUE, FALSE, FALSE);
19954 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19955                                  repeatable, mandatory, hidden)
19956 VALUES (1, 'serial', '853', 'o', $$Type of unit$$,
19957 TRUE, FALSE, FALSE);
19958 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19959                                  repeatable, mandatory, hidden)
19960 VALUES (1, 'serial', '853', 'p', $$Number of pieces per issuance$$,
19961 TRUE, FALSE, FALSE);
19962 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19963                                  repeatable, mandatory, hidden)
19964 VALUES (1, 'serial', '853', 't', $$Copy$$,
19965 TRUE, FALSE, FALSE);
19966 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19967                                  repeatable, mandatory, hidden)
19968 VALUES (1, 'serial', '853', 'u', $$Bibliographic units per next higher level$$,
19969 TRUE, FALSE, FALSE);
19970 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19971                                  repeatable, mandatory, hidden)
19972 VALUES (1, 'serial', '853', 'v', $$Numbering continuity$$,
19973 TRUE, FALSE, FALSE);
19974 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19975                                  repeatable, mandatory, hidden)
19976 VALUES (1, 'serial', '853', 'w', $$Frequency$$,
19977 TRUE, FALSE, FALSE);
19978 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19979                                  repeatable, mandatory, hidden)
19980 VALUES (1, 'serial', '853', 'x', $$Calendar change$$,
19981 TRUE, FALSE, FALSE);
19982 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19983                                  repeatable, mandatory, hidden)
19984 VALUES (1, 'serial', '853', 'y', $$Regularity pattern$$,
19985 TRUE, FALSE, FALSE);
19986 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19987                                  repeatable, mandatory, hidden)
19988 VALUES (1, 'serial', '853', 'z', $$Numbering scheme$$,
19989 TRUE, FALSE, FALSE);
19990 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19991                                  repeatable, mandatory, hidden)
19992 VALUES (1, 'serial', '853', '2', $$Source of caption abbreviation$$,
19993 TRUE, FALSE, FALSE);
19994 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19995                                  repeatable, mandatory, hidden)
19996 VALUES (1, 'serial', '853', '3', $$Materials specified$$,
19997 TRUE, FALSE, FALSE);
19998 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19999                                  repeatable, mandatory, hidden)
20000 VALUES (1, 'serial', '853', '6', $$Linkage$$,
20001 TRUE, FALSE, FALSE);
20002 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20003                                  repeatable, mandatory, hidden)
20004 VALUES (1, 'serial', '853', '8', $$Field link and sequence number$$,
20005 TRUE, FALSE, FALSE);
20006 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
20007                               fixed_field, repeatable, mandatory, hidden)
20008 VALUES (1, 'serial', '854', $$Captions and Pattern - Supplementary Material$$, $$Captions that identify the enumeration and chronology levels and codes that define the publication pattern of the holdings described in the 863-865 Enumeration and Chronology fields. Any related 853-855 and 863-865 fields are linked by a number in subfield $8 (Field link and sequence number).$$,
20009 FALSE, TRUE, FALSE, FALSE);
20010 INSERT INTO config.record_attr_definition(name, label)
20011 VALUES ('marc21_serial_854_ind_1', 'MARC 21 serial field 854 indicator position 1');
20012 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20013 VALUES ('marc21_serial_854_ind_1', '0', $$Cannot compress or expand$$, FALSE, TRUE);
20014 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20015 VALUES ('marc21_serial_854_ind_1', '1', $$Can compress but not expand$$, FALSE, TRUE);
20016 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20017 VALUES ('marc21_serial_854_ind_1', '2', $$Can compress or expand$$, FALSE, TRUE);
20018 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20019 VALUES ('marc21_serial_854_ind_1', '3', $$Unknown$$, FALSE, TRUE);
20020 INSERT INTO config.record_attr_definition(name, label)
20021 VALUES ('marc21_serial_854_ind_2', 'MARC 21 serial field 854 indicator position 2');
20022 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20023 VALUES ('marc21_serial_854_ind_2', '0', $$Captions verified; all levels present$$, FALSE, TRUE);
20024 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20025 VALUES ('marc21_serial_854_ind_2', '1', $$Captions verified; all levels may not be present$$, FALSE, TRUE);
20026 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20027 VALUES ('marc21_serial_854_ind_2', '2', $$Captions unverified; all levels present$$, FALSE, TRUE);
20028 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20029 VALUES ('marc21_serial_854_ind_2', '3', $$Captions unverified; all levels may not be present$$, FALSE, TRUE);
20030 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20031                                  repeatable, mandatory, hidden)
20032 VALUES (1, 'serial', '854', 'a', $$First level of enumeration$$,
20033 TRUE, FALSE, FALSE);
20034 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20035                                  repeatable, mandatory, hidden)
20036 VALUES (1, 'serial', '854', 'b', $$Second level of enumeration$$,
20037 TRUE, FALSE, FALSE);
20038 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20039                                  repeatable, mandatory, hidden)
20040 VALUES (1, 'serial', '854', 'c', $$Third level of enumeration$$,
20041 TRUE, FALSE, FALSE);
20042 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20043                                  repeatable, mandatory, hidden)
20044 VALUES (1, 'serial', '854', 'd', $$Fourth level of enumeration$$,
20045 TRUE, FALSE, FALSE);
20046 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20047                                  repeatable, mandatory, hidden)
20048 VALUES (1, 'serial', '854', 'e', $$Fifth level of enumeration$$,
20049 TRUE, FALSE, FALSE);
20050 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20051                                  repeatable, mandatory, hidden)
20052 VALUES (1, 'serial', '854', 'f', $$Sixth level of enumeration$$,
20053 TRUE, FALSE, FALSE);
20054 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20055                                  repeatable, mandatory, hidden)
20056 VALUES (1, 'serial', '854', 'g', $$Alternative numbering scheme, first level of enumeration$$,
20057 TRUE, FALSE, FALSE);
20058 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20059                                  repeatable, mandatory, hidden)
20060 VALUES (1, 'serial', '854', 'h', $$Alternative numbering scheme, second level of enumeration$$,
20061 TRUE, FALSE, FALSE);
20062 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20063                                  repeatable, mandatory, hidden)
20064 VALUES (1, 'serial', '854', 'i', $$First level of chronology$$,
20065 TRUE, FALSE, FALSE);
20066 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20067                                  repeatable, mandatory, hidden)
20068 VALUES (1, 'serial', '854', 'j', $$Second level of chronology$$,
20069 TRUE, FALSE, FALSE);
20070 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20071                                  repeatable, mandatory, hidden)
20072 VALUES (1, 'serial', '854', 'k', $$Third level of chronology$$,
20073 TRUE, FALSE, FALSE);
20074 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20075                                  repeatable, mandatory, hidden)
20076 VALUES (1, 'serial', '854', 'l', $$Fourth level of chronology$$,
20077 TRUE, FALSE, FALSE);
20078 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20079                                  repeatable, mandatory, hidden)
20080 VALUES (1, 'serial', '854', 'm', $$Alternative numbering scheme, chronology$$,
20081 TRUE, FALSE, FALSE);
20082 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20083                                  repeatable, mandatory, hidden)
20084 VALUES (1, 'serial', '854', 'n', $$Pattern note$$,
20085 TRUE, FALSE, FALSE);
20086 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20087                                  repeatable, mandatory, hidden)
20088 VALUES (1, 'serial', '854', 'o', $$Type of unit$$,
20089 TRUE, FALSE, FALSE);
20090 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20091                                  repeatable, mandatory, hidden)
20092 VALUES (1, 'serial', '854', 'p', $$Number of pieces per issuance$$,
20093 TRUE, FALSE, FALSE);
20094 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20095                                  repeatable, mandatory, hidden)
20096 VALUES (1, 'serial', '854', 't', $$Copy$$,
20097 TRUE, FALSE, FALSE);
20098 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20099                                  repeatable, mandatory, hidden)
20100 VALUES (1, 'serial', '854', 'u', $$Bibliographic units per next higher level$$,
20101 TRUE, FALSE, FALSE);
20102 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20103                                  repeatable, mandatory, hidden)
20104 VALUES (1, 'serial', '854', 'v', $$Numbering continuity$$,
20105 TRUE, FALSE, FALSE);
20106 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20107                                  repeatable, mandatory, hidden)
20108 VALUES (1, 'serial', '854', 'w', $$Frequency$$,
20109 TRUE, FALSE, FALSE);
20110 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20111                                  repeatable, mandatory, hidden)
20112 VALUES (1, 'serial', '854', 'x', $$Calendar change$$,
20113 TRUE, FALSE, FALSE);
20114 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20115                                  repeatable, mandatory, hidden)
20116 VALUES (1, 'serial', '854', 'y', $$Regularity pattern$$,
20117 TRUE, FALSE, FALSE);
20118 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20119                                  repeatable, mandatory, hidden)
20120 VALUES (1, 'serial', '854', 'z', $$Numbering scheme$$,
20121 TRUE, FALSE, FALSE);
20122 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20123                                  repeatable, mandatory, hidden)
20124 VALUES (1, 'serial', '854', '2', $$Source of caption abbreviation$$,
20125 TRUE, FALSE, FALSE);
20126 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20127                                  repeatable, mandatory, hidden)
20128 VALUES (1, 'serial', '854', '3', $$Materials specified$$,
20129 TRUE, FALSE, FALSE);
20130 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20131                                  repeatable, mandatory, hidden)
20132 VALUES (1, 'serial', '854', '6', $$Linkage$$,
20133 TRUE, FALSE, FALSE);
20134 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20135                                  repeatable, mandatory, hidden)
20136 VALUES (1, 'serial', '854', '8', $$Field link and sequence number$$,
20137 TRUE, FALSE, FALSE);
20138 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
20139                               fixed_field, repeatable, mandatory, hidden)
20140 VALUES (1, 'serial', '855', $$Captions and Pattern - Indexes$$, $$Captions that identify the enumeration and chronology levels and codes that define the publication pattern of the holdings described in the 863-865 Enumeration and Chronology fields. Any related 853-855 and 863-865 fields are linked by a number in subfield $8 (Field link and sequence number).$$,
20141 FALSE, TRUE, FALSE, FALSE);
20142 INSERT INTO config.record_attr_definition(name, label)
20143 VALUES ('marc21_serial_855_ind_1', 'MARC 21 serial field 855 indicator position 1');
20144 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20145 VALUES ('marc21_serial_855_ind_1', '#', $$Undefined$$, FALSE, TRUE);
20146 INSERT INTO config.record_attr_definition(name, label)
20147 VALUES ('marc21_serial_855_ind_2', 'MARC 21 serial field 855 indicator position 2');
20148 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20149 VALUES ('marc21_serial_855_ind_2', '#', $$Undefined$$, FALSE, TRUE);
20150 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20151                                  repeatable, mandatory, hidden)
20152 VALUES (1, 'serial', '855', 'a', $$First level of enumeration$$,
20153 TRUE, FALSE, FALSE);
20154 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20155                                  repeatable, mandatory, hidden)
20156 VALUES (1, 'serial', '855', 'b', $$Second level of enumeration$$,
20157 TRUE, FALSE, FALSE);
20158 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20159                                  repeatable, mandatory, hidden)
20160 VALUES (1, 'serial', '855', 'c', $$Third level of enumeration$$,
20161 TRUE, FALSE, FALSE);
20162 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20163                                  repeatable, mandatory, hidden)
20164 VALUES (1, 'serial', '855', 'd', $$Fourth level of enumeration$$,
20165 TRUE, FALSE, FALSE);
20166 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20167                                  repeatable, mandatory, hidden)
20168 VALUES (1, 'serial', '855', 'e', $$Fifth level of enumeration$$,
20169 TRUE, FALSE, FALSE);
20170 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20171                                  repeatable, mandatory, hidden)
20172 VALUES (1, 'serial', '855', 'f', $$Sixth level of enumeration$$,
20173 TRUE, FALSE, FALSE);
20174 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20175                                  repeatable, mandatory, hidden)
20176 VALUES (1, 'serial', '855', 'g', $$Alternative numbering scheme, first level of enumeration$$,
20177 TRUE, FALSE, FALSE);
20178 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20179                                  repeatable, mandatory, hidden)
20180 VALUES (1, 'serial', '855', 'h', $$Alternative numbering scheme, second level of enumeration$$,
20181 TRUE, FALSE, FALSE);
20182 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20183                                  repeatable, mandatory, hidden)
20184 VALUES (1, 'serial', '855', 'i', $$First level of chronology$$,
20185 TRUE, FALSE, FALSE);
20186 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20187                                  repeatable, mandatory, hidden)
20188 VALUES (1, 'serial', '855', 'j', $$Second level of chronology$$,
20189 TRUE, FALSE, FALSE);
20190 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20191                                  repeatable, mandatory, hidden)
20192 VALUES (1, 'serial', '855', 'k', $$Third level of chronology$$,
20193 TRUE, FALSE, FALSE);
20194 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20195                                  repeatable, mandatory, hidden)
20196 VALUES (1, 'serial', '855', 'l', $$Fourth level of chronology$$,
20197 TRUE, FALSE, FALSE);
20198 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20199                                  repeatable, mandatory, hidden)
20200 VALUES (1, 'serial', '855', 'm', $$Alternative numbering scheme, chronology$$,
20201 TRUE, FALSE, FALSE);
20202 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20203                                  repeatable, mandatory, hidden)
20204 VALUES (1, 'serial', '855', 'n', $$Pattern note$$,
20205 TRUE, FALSE, FALSE);
20206 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20207                                  repeatable, mandatory, hidden)
20208 VALUES (1, 'serial', '855', 'o', $$Type of unit$$,
20209 TRUE, FALSE, FALSE);
20210 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20211                                  repeatable, mandatory, hidden)
20212 VALUES (1, 'serial', '855', 'p', $$Number of pieces per issuance$$,
20213 TRUE, FALSE, FALSE);
20214 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20215                                  repeatable, mandatory, hidden)
20216 VALUES (1, 'serial', '855', 't', $$Copy$$,
20217 TRUE, FALSE, FALSE);
20218 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20219                                  repeatable, mandatory, hidden)
20220 VALUES (1, 'serial', '855', 'u', $$Bibliographic units per next higher level$$,
20221 TRUE, FALSE, FALSE);
20222 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20223                                  repeatable, mandatory, hidden)
20224 VALUES (1, 'serial', '855', 'v', $$Numbering continuity$$,
20225 TRUE, FALSE, FALSE);
20226 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20227                                  repeatable, mandatory, hidden)
20228 VALUES (1, 'serial', '855', 'w', $$Frequency$$,
20229 TRUE, FALSE, FALSE);
20230 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20231                                  repeatable, mandatory, hidden)
20232 VALUES (1, 'serial', '855', 'x', $$Calendar change$$,
20233 TRUE, FALSE, FALSE);
20234 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20235                                  repeatable, mandatory, hidden)
20236 VALUES (1, 'serial', '855', 'y', $$Regularity pattern$$,
20237 TRUE, FALSE, FALSE);
20238 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20239                                  repeatable, mandatory, hidden)
20240 VALUES (1, 'serial', '855', 'z', $$Numbering scheme$$,
20241 TRUE, FALSE, FALSE);
20242 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20243                                  repeatable, mandatory, hidden)
20244 VALUES (1, 'serial', '855', '2', $$Source of caption abbreviation$$,
20245 TRUE, FALSE, FALSE);
20246 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20247                                  repeatable, mandatory, hidden)
20248 VALUES (1, 'serial', '855', '3', $$Materials specified$$,
20249 TRUE, FALSE, FALSE);
20250 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20251                                  repeatable, mandatory, hidden)
20252 VALUES (1, 'serial', '855', '6', $$Linkage$$,
20253 TRUE, FALSE, FALSE);
20254 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20255                                  repeatable, mandatory, hidden)
20256 VALUES (1, 'serial', '855', '8', $$Field link and sequence number$$,
20257 TRUE, FALSE, FALSE);
20258 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
20259                               fixed_field, repeatable, mandatory, hidden)
20260 VALUES (1, 'serial', '856', $$Electronic Location and Access$$, $$Information required to locate an electronic resource. The information identifies the electronic location containing the resource or from which it is available. It also contains information needed to retrieve the resource by the access method identified in the first indicator position. The relationship of the electronic location and access information in field 856 to the resource identified by the record as a whole is identified by the second indicator. The information contained in this field is sufficient to allow for the electronic transfer of a file, subscription to an electronic journal, or logon to an electronic resource. In some cases, only unique data elements are recorded which allow the user to access a locator table on a remote host containing the remaining information needed to access the resource.$$,
20261 FALSE, TRUE, FALSE, FALSE);
20262 INSERT INTO config.record_attr_definition(name, label)
20263 VALUES ('marc21_serial_856_ind_1', 'MARC 21 serial field 856 indicator position 1');
20264 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20265 VALUES ('marc21_serial_856_ind_1', '#', $$No information provided$$, FALSE, TRUE);
20266 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20267 VALUES ('marc21_serial_856_ind_1', '0', $$Email$$, FALSE, TRUE);
20268 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20269 VALUES ('marc21_serial_856_ind_1', '1', $$FTP$$, FALSE, TRUE);
20270 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20271 VALUES ('marc21_serial_856_ind_1', '2', $$Remote login (Telnet)$$, FALSE, TRUE);
20272 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20273 VALUES ('marc21_serial_856_ind_1', '3', $$Dial-up$$, FALSE, TRUE);
20274 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20275 VALUES ('marc21_serial_856_ind_1', '4', $$HTTP$$, FALSE, TRUE);
20276 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20277 VALUES ('marc21_serial_856_ind_1', '7', $$Method specified in subfield $2$$, FALSE, TRUE);
20278 INSERT INTO config.record_attr_definition(name, label)
20279 VALUES ('marc21_serial_856_ind_2', 'MARC 21 serial field 856 indicator position 2');
20280 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20281 VALUES ('marc21_serial_856_ind_2', '#', $$No information provided$$, FALSE, TRUE);
20282 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20283 VALUES ('marc21_serial_856_ind_2', '0', $$Resource$$, FALSE, TRUE);
20284 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20285 VALUES ('marc21_serial_856_ind_2', '1', $$Version of resource$$, FALSE, TRUE);
20286 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20287 VALUES ('marc21_serial_856_ind_2', '2', $$Related resource$$, FALSE, TRUE);
20288 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20289 VALUES ('marc21_serial_856_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
20290 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20291                                  repeatable, mandatory, hidden)
20292 VALUES (1, 'serial', '856', 'a', $$Host name$$,
20293 TRUE, FALSE, FALSE);
20294 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20295                                  repeatable, mandatory, hidden)
20296 VALUES (1, 'serial', '856', 'b', $$Access number$$,
20297 TRUE, FALSE, FALSE);
20298 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20299                                  repeatable, mandatory, hidden)
20300 VALUES (1, 'serial', '856', 'c', $$Compression information$$,
20301 TRUE, FALSE, FALSE);
20302 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20303                                  repeatable, mandatory, hidden)
20304 VALUES (1, 'serial', '856', 'd', $$Path$$,
20305 TRUE, FALSE, FALSE);
20306 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20307                                  repeatable, mandatory, hidden)
20308 VALUES (1, 'serial', '856', 'f', $$Electronic name$$,
20309 TRUE, FALSE, FALSE);
20310 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20311                                  repeatable, mandatory, hidden)
20312 VALUES (1, 'serial', '856', 'h', $$Processor of request$$,
20313 FALSE, FALSE, FALSE);
20314 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20315                                  repeatable, mandatory, hidden)
20316 VALUES (1, 'serial', '856', 'i', $$Instruction$$,
20317 TRUE, FALSE, FALSE);
20318 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20319                                  repeatable, mandatory, hidden)
20320 VALUES (1, 'serial', '856', 'j', $$Bits per second$$,
20321 FALSE, FALSE, FALSE);
20322 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20323                                  repeatable, mandatory, hidden)
20324 VALUES (1, 'serial', '856', 'k', $$Password$$,
20325 FALSE, FALSE, FALSE);
20326 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20327                                  repeatable, mandatory, hidden)
20328 VALUES (1, 'serial', '856', 'l', $$Logon$$,
20329 FALSE, FALSE, FALSE);
20330 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20331                                  repeatable, mandatory, hidden)
20332 VALUES (1, 'serial', '856', 'm', $$Contact for access assistance$$,
20333 TRUE, FALSE, FALSE);
20334 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20335                                  repeatable, mandatory, hidden)
20336 VALUES (1, 'serial', '856', 'n', $$Name of location of host$$,
20337 FALSE, FALSE, FALSE);
20338 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20339                                  repeatable, mandatory, hidden)
20340 VALUES (1, 'serial', '856', 'o', $$Operating system$$,
20341 FALSE, FALSE, FALSE);
20342 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20343                                  repeatable, mandatory, hidden)
20344 VALUES (1, 'serial', '856', 'p', $$Port$$,
20345 FALSE, FALSE, FALSE);
20346 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20347                                  repeatable, mandatory, hidden)
20348 VALUES (1, 'serial', '856', 'q', $$Electronic format type$$,
20349 FALSE, FALSE, FALSE);
20350 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20351                                  repeatable, mandatory, hidden)
20352 VALUES (1, 'serial', '856', 'r', $$Settings$$,
20353 FALSE, FALSE, FALSE);
20354 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20355                                  repeatable, mandatory, hidden)
20356 VALUES (1, 'serial', '856', 's', $$File size$$,
20357 TRUE, FALSE, FALSE);
20358 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20359                                  repeatable, mandatory, hidden)
20360 VALUES (1, 'serial', '856', 't', $$Terminal emulation$$,
20361 TRUE, FALSE, FALSE);
20362 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20363                                  repeatable, mandatory, hidden)
20364 VALUES (1, 'serial', '856', 'u', $$Uniform Resource Identifier$$,
20365 TRUE, FALSE, FALSE);
20366 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20367                                  repeatable, mandatory, hidden)
20368 VALUES (1, 'serial', '856', 'v', $$Hours access method available$$,
20369 TRUE, FALSE, FALSE);
20370 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20371                                  repeatable, mandatory, hidden)
20372 VALUES (1, 'serial', '856', 'w', $$Record control number$$,
20373 TRUE, FALSE, FALSE);
20374 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20375                                  repeatable, mandatory, hidden)
20376 VALUES (1, 'serial', '856', 'x', $$Nonpublic note$$,
20377 TRUE, FALSE, FALSE);
20378 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20379                                  repeatable, mandatory, hidden)
20380 VALUES (1, 'serial', '856', 'y', $$Link text$$,
20381 TRUE, FALSE, FALSE);
20382 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20383                                  repeatable, mandatory, hidden)
20384 VALUES (1, 'serial', '856', 'z', $$Public note$$,
20385 TRUE, FALSE, FALSE);
20386 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20387                                  repeatable, mandatory, hidden)
20388 VALUES (1, 'serial', '856', '2', $$Access method$$,
20389 FALSE, FALSE, FALSE);
20390 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20391                                  repeatable, mandatory, hidden)
20392 VALUES (1, 'serial', '856', '3', $$Materials specified$$,
20393 FALSE, FALSE, FALSE);
20394 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20395                                  repeatable, mandatory, hidden)
20396 VALUES (1, 'serial', '856', '6', $$Linkage$$,
20397 FALSE, FALSE, FALSE);
20398 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20399                                  repeatable, mandatory, hidden)
20400 VALUES (1, 'serial', '856', '8', $$Field link and sequence number$$,
20401 TRUE, FALSE, FALSE);
20402 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
20403                               fixed_field, repeatable, mandatory, hidden)
20404 VALUES (1, 'serial', '863', $$Enumeration and Chronology - Basic Bibliographic Unit$$, $$Description of the holdings of a bibliographic item in the collections of the reporting organization. The captions that identify the enumeration and chronology levels and the codes that define the publication pattern of the holdings are contained in the Captions and Pattern fields (853-855) that are linked to the 863-865 fields by a number in subfield $8 (Field link and sequence number).$$,
20405 FALSE, TRUE, FALSE, FALSE);
20406 INSERT INTO config.record_attr_definition(name, label)
20407 VALUES ('marc21_serial_863_ind_1', 'MARC 21 serial field 863 indicator position 1');
20408 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20409 VALUES ('marc21_serial_863_ind_1', '#', $$No information provided$$, FALSE, TRUE);
20410 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20411 VALUES ('marc21_serial_863_ind_1', '3', $$Holdings level 3$$, FALSE, TRUE);
20412 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20413 VALUES ('marc21_serial_863_ind_1', '4', $$Holdings level 4$$, FALSE, TRUE);
20414 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20415 VALUES ('marc21_serial_863_ind_1', '5', $$Holdings level 4 with piece designation$$, FALSE, TRUE);
20416 INSERT INTO config.record_attr_definition(name, label)
20417 VALUES ('marc21_serial_863_ind_2', 'MARC 21 serial field 863 indicator position 2');
20418 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20419 VALUES ('marc21_serial_863_ind_2', '#', $$No information provided$$, FALSE, TRUE);
20420 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20421 VALUES ('marc21_serial_863_ind_2', '0', $$Compressed$$, FALSE, TRUE);
20422 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20423 VALUES ('marc21_serial_863_ind_2', '1', $$Uncompressed$$, FALSE, TRUE);
20424 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20425 VALUES ('marc21_serial_863_ind_2', '2', $$Compressed, use textual display$$, FALSE, TRUE);
20426 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20427 VALUES ('marc21_serial_863_ind_2', '3', $$Uncompressed, use textual display$$, FALSE, TRUE);
20428 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20429 VALUES ('marc21_serial_863_ind_2', '4', $$Item(s) not published$$, FALSE, TRUE);
20430 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20431                                  repeatable, mandatory, hidden)
20432 VALUES (1, 'serial', '863', 'a', $$First level of enumeration$$,
20433 TRUE, FALSE, FALSE);
20434 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20435                                  repeatable, mandatory, hidden)
20436 VALUES (1, 'serial', '863', 'b', $$Second level of enumeration$$,
20437 TRUE, FALSE, FALSE);
20438 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20439                                  repeatable, mandatory, hidden)
20440 VALUES (1, 'serial', '863', 'c', $$Third level of enumeration$$,
20441 TRUE, FALSE, FALSE);
20442 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20443                                  repeatable, mandatory, hidden)
20444 VALUES (1, 'serial', '863', 'd', $$Fourth level of enumeration$$,
20445 TRUE, FALSE, FALSE);
20446 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20447                                  repeatable, mandatory, hidden)
20448 VALUES (1, 'serial', '863', 'e', $$Fifth level of enumeration$$,
20449 TRUE, FALSE, FALSE);
20450 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20451                                  repeatable, mandatory, hidden)
20452 VALUES (1, 'serial', '863', 'f', $$Sixth level of enumeration$$,
20453 TRUE, FALSE, FALSE);
20454 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20455                                  repeatable, mandatory, hidden)
20456 VALUES (1, 'serial', '863', 'g', $$Alternative numbering scheme, first level of enumeration$$,
20457 TRUE, FALSE, FALSE);
20458 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20459                                  repeatable, mandatory, hidden)
20460 VALUES (1, 'serial', '863', 'h', $$Alternative numbering scheme, second level of enumeration$$,
20461 TRUE, FALSE, FALSE);
20462 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20463                                  repeatable, mandatory, hidden)
20464 VALUES (1, 'serial', '863', 'i', $$First level of chronology$$,
20465 TRUE, FALSE, FALSE);
20466 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20467                                  repeatable, mandatory, hidden)
20468 VALUES (1, 'serial', '863', 'j', $$Second level of chronology$$,
20469 TRUE, FALSE, FALSE);
20470 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20471                                  repeatable, mandatory, hidden)
20472 VALUES (1, 'serial', '863', 'k', $$Third level of chronology$$,
20473 TRUE, FALSE, FALSE);
20474 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20475                                  repeatable, mandatory, hidden)
20476 VALUES (1, 'serial', '863', 'l', $$Fourth level of chronology$$,
20477 TRUE, FALSE, FALSE);
20478 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20479                                  repeatable, mandatory, hidden)
20480 VALUES (1, 'serial', '863', 'm', $$Alternative numbering scheme, chronology$$,
20481 TRUE, FALSE, FALSE);
20482 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20483                                  repeatable, mandatory, hidden)
20484 VALUES (1, 'serial', '863', 'n', $$Converted Gregorian year$$,
20485 TRUE, FALSE, FALSE);
20486 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20487                                  repeatable, mandatory, hidden)
20488 VALUES (1, 'serial', '863', 'o', $$Type of unit$$,
20489 TRUE, FALSE, FALSE);
20490 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20491                                  repeatable, mandatory, hidden)
20492 VALUES (1, 'serial', '863', 'p', $$Piece designation$$,
20493 TRUE, FALSE, FALSE);
20494 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20495                                  repeatable, mandatory, hidden)
20496 VALUES (1, 'serial', '863', 'q', $$Piece physical condition$$,
20497 TRUE, FALSE, FALSE);
20498 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20499                                  repeatable, mandatory, hidden)
20500 VALUES (1, 'serial', '863', 's', $$Copyright article-fee code$$,
20501 TRUE, FALSE, FALSE);
20502 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20503                                  repeatable, mandatory, hidden)
20504 VALUES (1, 'serial', '863', 't', $$Copy number$$,
20505 TRUE, FALSE, FALSE);
20506 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20507                                  repeatable, mandatory, hidden)
20508 VALUES (1, 'serial', '863', 'v', $$Issuing date$$,
20509 TRUE, FALSE, FALSE);
20510 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20511                                  repeatable, mandatory, hidden)
20512 VALUES (1, 'serial', '863', 'w', $$Break indicator$$,
20513 TRUE, FALSE, FALSE);
20514 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20515                                  repeatable, mandatory, hidden)
20516 VALUES (1, 'serial', '863', 'x', $$Nonpublic note$$,
20517 TRUE, FALSE, FALSE);
20518 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20519                                  repeatable, mandatory, hidden)
20520 VALUES (1, 'serial', '863', 'z', $$Public note$$,
20521 TRUE, FALSE, FALSE);
20522 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20523                                  repeatable, mandatory, hidden)
20524 VALUES (1, 'serial', '863', '6', $$Linkage$$,
20525 TRUE, FALSE, FALSE);
20526 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20527                                  repeatable, mandatory, hidden)
20528 VALUES (1, 'serial', '863', '8', $$Field link and sequence number$$,
20529 TRUE, FALSE, FALSE);
20530 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
20531                               fixed_field, repeatable, mandatory, hidden)
20532 VALUES (1, 'serial', '864', $$Enumeration and Chronology - Supplementary Material$$, $$Description of the holdings of a bibliographic item in the collections of the reporting organization. The captions that identify the enumeration and chronology levels and the codes that define the publication pattern of the holdings are contained in the Captions and Pattern fields (853-855) that are linked to the 863-865 fields by a number in subfield $8 (Field link and sequence number).$$,
20533 FALSE, TRUE, FALSE, FALSE);
20534 INSERT INTO config.record_attr_definition(name, label)
20535 VALUES ('marc21_serial_864_ind_1', 'MARC 21 serial field 864 indicator position 1');
20536 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20537 VALUES ('marc21_serial_864_ind_1', '#', $$No information provided$$, FALSE, TRUE);
20538 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20539 VALUES ('marc21_serial_864_ind_1', '3', $$Holdings level 3$$, FALSE, TRUE);
20540 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20541 VALUES ('marc21_serial_864_ind_1', '4', $$Holdings level 4$$, FALSE, TRUE);
20542 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20543 VALUES ('marc21_serial_864_ind_1', '5', $$Holdings level 4 with piece designation$$, FALSE, TRUE);
20544 INSERT INTO config.record_attr_definition(name, label)
20545 VALUES ('marc21_serial_864_ind_2', 'MARC 21 serial field 864 indicator position 2');
20546 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20547 VALUES ('marc21_serial_864_ind_2', '#', $$No information provided$$, FALSE, TRUE);
20548 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20549 VALUES ('marc21_serial_864_ind_2', '0', $$Compressed$$, FALSE, TRUE);
20550 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20551 VALUES ('marc21_serial_864_ind_2', '1', $$Uncompressed$$, FALSE, TRUE);
20552 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20553 VALUES ('marc21_serial_864_ind_2', '2', $$Compressed, use textual display$$, FALSE, TRUE);
20554 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20555 VALUES ('marc21_serial_864_ind_2', '3', $$Uncompressed, use textual display$$, FALSE, TRUE);
20556 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20557 VALUES ('marc21_serial_864_ind_2', '4', $$Item(s) not published$$, FALSE, TRUE);
20558 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20559                                  repeatable, mandatory, hidden)
20560 VALUES (1, 'serial', '864', 'a', $$First level of enumeration$$,
20561 TRUE, FALSE, FALSE);
20562 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20563                                  repeatable, mandatory, hidden)
20564 VALUES (1, 'serial', '864', 'b', $$Second level of enumeration$$,
20565 TRUE, FALSE, FALSE);
20566 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20567                                  repeatable, mandatory, hidden)
20568 VALUES (1, 'serial', '864', 'c', $$Third level of enumeration$$,
20569 TRUE, FALSE, FALSE);
20570 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20571                                  repeatable, mandatory, hidden)
20572 VALUES (1, 'serial', '864', 'd', $$Fourth level of enumeration$$,
20573 TRUE, FALSE, FALSE);
20574 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20575                                  repeatable, mandatory, hidden)
20576 VALUES (1, 'serial', '864', 'e', $$Fifth level of enumeration$$,
20577 TRUE, FALSE, FALSE);
20578 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20579                                  repeatable, mandatory, hidden)
20580 VALUES (1, 'serial', '864', 'f', $$Sixth level of enumeration$$,
20581 TRUE, FALSE, FALSE);
20582 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20583                                  repeatable, mandatory, hidden)
20584 VALUES (1, 'serial', '864', 'g', $$Alternative numbering scheme, first level of enumeration$$,
20585 TRUE, FALSE, FALSE);
20586 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20587                                  repeatable, mandatory, hidden)
20588 VALUES (1, 'serial', '864', 'h', $$Alternative numbering scheme, second level of enumeration$$,
20589 TRUE, FALSE, FALSE);
20590 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20591                                  repeatable, mandatory, hidden)
20592 VALUES (1, 'serial', '864', 'i', $$First level of chronology$$,
20593 TRUE, FALSE, FALSE);
20594 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20595                                  repeatable, mandatory, hidden)
20596 VALUES (1, 'serial', '864', 'j', $$Second level of chronology$$,
20597 TRUE, FALSE, FALSE);
20598 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20599                                  repeatable, mandatory, hidden)
20600 VALUES (1, 'serial', '864', 'k', $$Third level of chronology$$,
20601 TRUE, FALSE, FALSE);
20602 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20603                                  repeatable, mandatory, hidden)
20604 VALUES (1, 'serial', '864', 'l', $$Fourth level of chronology$$,
20605 TRUE, FALSE, FALSE);
20606 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20607                                  repeatable, mandatory, hidden)
20608 VALUES (1, 'serial', '864', 'm', $$Alternative numbering scheme, chronology$$,
20609 TRUE, FALSE, FALSE);
20610 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20611                                  repeatable, mandatory, hidden)
20612 VALUES (1, 'serial', '864', 'n', $$Converted Gregorian year$$,
20613 TRUE, FALSE, FALSE);
20614 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20615                                  repeatable, mandatory, hidden)
20616 VALUES (1, 'serial', '864', 'o', $$Type of unit$$,
20617 TRUE, FALSE, FALSE);
20618 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20619                                  repeatable, mandatory, hidden)
20620 VALUES (1, 'serial', '864', 'p', $$Piece designation$$,
20621 TRUE, FALSE, FALSE);
20622 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20623                                  repeatable, mandatory, hidden)
20624 VALUES (1, 'serial', '864', 'q', $$Piece physical condition$$,
20625 TRUE, FALSE, FALSE);
20626 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20627                                  repeatable, mandatory, hidden)
20628 VALUES (1, 'serial', '864', 's', $$Copyright article-fee code$$,
20629 TRUE, FALSE, FALSE);
20630 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20631                                  repeatable, mandatory, hidden)
20632 VALUES (1, 'serial', '864', 't', $$Copy number$$,
20633 TRUE, FALSE, FALSE);
20634 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20635                                  repeatable, mandatory, hidden)
20636 VALUES (1, 'serial', '864', 'v', $$Issuing date$$,
20637 TRUE, FALSE, FALSE);
20638 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20639                                  repeatable, mandatory, hidden)
20640 VALUES (1, 'serial', '864', 'w', $$Break indicator$$,
20641 TRUE, FALSE, FALSE);
20642 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20643                                  repeatable, mandatory, hidden)
20644 VALUES (1, 'serial', '864', 'x', $$Nonpublic note$$,
20645 TRUE, FALSE, FALSE);
20646 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20647                                  repeatable, mandatory, hidden)
20648 VALUES (1, 'serial', '864', 'z', $$Public note$$,
20649 TRUE, FALSE, FALSE);
20650 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20651                                  repeatable, mandatory, hidden)
20652 VALUES (1, 'serial', '864', '6', $$Linkage$$,
20653 TRUE, FALSE, FALSE);
20654 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20655                                  repeatable, mandatory, hidden)
20656 VALUES (1, 'serial', '864', '8', $$Field link and sequence number$$,
20657 TRUE, FALSE, FALSE);
20658 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
20659                               fixed_field, repeatable, mandatory, hidden)
20660 VALUES (1, 'serial', '865', $$Enumeration and Chronology - Indexes$$, $$Description of the holdings of a bibliographic item in the collections of the reporting organization. The captions that identify the enumeration and chronology levels and the codes that define the publication pattern of the holdings are contained in the Captions and Pattern fields (853-855) that are linked to the 863-865 fields by a number in subfield $8 (Field link and sequence number).$$,
20661 FALSE, TRUE, FALSE, FALSE);
20662 INSERT INTO config.record_attr_definition(name, label)
20663 VALUES ('marc21_serial_865_ind_1', 'MARC 21 serial field 865 indicator position 1');
20664 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20665 VALUES ('marc21_serial_865_ind_1', '#', $$No information provided$$, FALSE, TRUE);
20666 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20667 VALUES ('marc21_serial_865_ind_1', '4', $$Holdings level 4$$, FALSE, TRUE);
20668 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20669 VALUES ('marc21_serial_865_ind_1', '5', $$Holdings level 4 with piece designation$$, FALSE, TRUE);
20670 INSERT INTO config.record_attr_definition(name, label)
20671 VALUES ('marc21_serial_865_ind_2', 'MARC 21 serial field 865 indicator position 2');
20672 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20673 VALUES ('marc21_serial_865_ind_2', '#', $$No information provided$$, FALSE, TRUE);
20674 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20675 VALUES ('marc21_serial_865_ind_2', '1', $$Uncompressed$$, FALSE, TRUE);
20676 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20677 VALUES ('marc21_serial_865_ind_2', '3', $$Uncompressed, use textual display$$, FALSE, TRUE);
20678 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20679                                  repeatable, mandatory, hidden)
20680 VALUES (1, 'serial', '865', 'a', $$First level of enumeration$$,
20681 TRUE, FALSE, FALSE);
20682 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20683                                  repeatable, mandatory, hidden)
20684 VALUES (1, 'serial', '865', 'b', $$Second level of enumeration$$,
20685 TRUE, FALSE, FALSE);
20686 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20687                                  repeatable, mandatory, hidden)
20688 VALUES (1, 'serial', '865', 'c', $$Third level of enumeration$$,
20689 TRUE, FALSE, FALSE);
20690 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20691                                  repeatable, mandatory, hidden)
20692 VALUES (1, 'serial', '865', 'd', $$Fourth level of enumeration$$,
20693 TRUE, FALSE, FALSE);
20694 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20695                                  repeatable, mandatory, hidden)
20696 VALUES (1, 'serial', '865', 'e', $$Fifth level of enumeration$$,
20697 TRUE, FALSE, FALSE);
20698 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20699                                  repeatable, mandatory, hidden)
20700 VALUES (1, 'serial', '865', 'f', $$Sixth level of enumeration$$,
20701 TRUE, FALSE, FALSE);
20702 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20703                                  repeatable, mandatory, hidden)
20704 VALUES (1, 'serial', '865', 'g', $$Alternative numbering scheme, first level of enumeration$$,
20705 TRUE, FALSE, FALSE);
20706 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20707                                  repeatable, mandatory, hidden)
20708 VALUES (1, 'serial', '865', 'h', $$Alternative numbering scheme, second level of enumeration$$,
20709 TRUE, FALSE, FALSE);
20710 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20711                                  repeatable, mandatory, hidden)
20712 VALUES (1, 'serial', '865', 'i', $$First level of chronology$$,
20713 TRUE, FALSE, FALSE);
20714 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20715                                  repeatable, mandatory, hidden)
20716 VALUES (1, 'serial', '865', 'j', $$Second level of chronology$$,
20717 TRUE, FALSE, FALSE);
20718 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20719                                  repeatable, mandatory, hidden)
20720 VALUES (1, 'serial', '865', 'k', $$Third level of chronology$$,
20721 TRUE, FALSE, FALSE);
20722 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20723                                  repeatable, mandatory, hidden)
20724 VALUES (1, 'serial', '865', 'l', $$Fourth level of chronology$$,
20725 TRUE, FALSE, FALSE);
20726 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20727                                  repeatable, mandatory, hidden)
20728 VALUES (1, 'serial', '865', 'm', $$Alternative numbering scheme, chronology$$,
20729 TRUE, FALSE, FALSE);
20730 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20731                                  repeatable, mandatory, hidden)
20732 VALUES (1, 'serial', '865', 'n', $$Converted Gregorian year$$,
20733 TRUE, FALSE, FALSE);
20734 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20735                                  repeatable, mandatory, hidden)
20736 VALUES (1, 'serial', '865', 'o', $$Type of unit$$,
20737 TRUE, FALSE, FALSE);
20738 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20739                                  repeatable, mandatory, hidden)
20740 VALUES (1, 'serial', '865', 'p', $$Piece designation$$,
20741 TRUE, FALSE, FALSE);
20742 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20743                                  repeatable, mandatory, hidden)
20744 VALUES (1, 'serial', '865', 'q', $$Piece physical condition$$,
20745 TRUE, FALSE, FALSE);
20746 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20747                                  repeatable, mandatory, hidden)
20748 VALUES (1, 'serial', '865', 's', $$Copyright article-fee code$$,
20749 TRUE, FALSE, FALSE);
20750 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20751                                  repeatable, mandatory, hidden)
20752 VALUES (1, 'serial', '865', 't', $$Copy number$$,
20753 TRUE, FALSE, FALSE);
20754 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20755                                  repeatable, mandatory, hidden)
20756 VALUES (1, 'serial', '865', 'v', $$Issuing date$$,
20757 TRUE, FALSE, FALSE);
20758 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20759                                  repeatable, mandatory, hidden)
20760 VALUES (1, 'serial', '865', 'w', $$Break indicator$$,
20761 TRUE, FALSE, FALSE);
20762 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20763                                  repeatable, mandatory, hidden)
20764 VALUES (1, 'serial', '865', 'x', $$Nonpublic note$$,
20765 TRUE, FALSE, FALSE);
20766 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20767                                  repeatable, mandatory, hidden)
20768 VALUES (1, 'serial', '865', 'z', $$Public note$$,
20769 TRUE, FALSE, FALSE);
20770 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20771                                  repeatable, mandatory, hidden)
20772 VALUES (1, 'serial', '865', '6', $$Linkage$$,
20773 TRUE, FALSE, FALSE);
20774 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20775                                  repeatable, mandatory, hidden)
20776 VALUES (1, 'serial', '865', '8', $$Field link and sequence number$$,
20777 TRUE, FALSE, FALSE);
20778 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
20779                               fixed_field, repeatable, mandatory, hidden)
20780 VALUES (1, 'serial', '866', $$Textual Holdings - Basic Bibliographic Unit$$, $$Textual description which may include both the captions and enumeration and chronology for the holdings of a bibliographic item in the collections of the reporting organization. These fields are normally not used in holdings for single-part items. They may be used the coded 853-855 Captions and Pattern and 863-865 Enumeration and Chronology fields for multipart and serial items when those fields cannot be used adequately to describe the holdings. The 866-868 fields may also be used an Enumeration and Chronology field and any related Captions and Pattern field to record and generate an alternative display for all or part of the enumeration and chronology and captions and pattern fields.$$,
20781 FALSE, TRUE, FALSE, FALSE);
20782 INSERT INTO config.record_attr_definition(name, label)
20783 VALUES ('marc21_serial_866_ind_1', 'MARC 21 serial field 866 indicator position 1');
20784 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20785 VALUES ('marc21_serial_866_ind_1', '#', $$No information provided$$, FALSE, TRUE);
20786 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20787 VALUES ('marc21_serial_866_ind_1', '3', $$Holdings level 3$$, FALSE, TRUE);
20788 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20789 VALUES ('marc21_serial_866_ind_1', '4', $$Holdings level 4$$, FALSE, TRUE);
20790 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20791 VALUES ('marc21_serial_866_ind_1', '5', $$Holdings level 4 with piece designation$$, FALSE, TRUE);
20792 INSERT INTO config.record_attr_definition(name, label)
20793 VALUES ('marc21_serial_866_ind_2', 'MARC 21 serial field 866 indicator position 2');
20794 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20795 VALUES ('marc21_serial_866_ind_2', '0', $$Non-standard$$, FALSE, TRUE);
20796 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20797 VALUES ('marc21_serial_866_ind_2', '1', $$ANSI/NISO Z39.71 or ISO 10324$$, FALSE, TRUE);
20798 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20799 VALUES ('marc21_serial_866_ind_2', '2', $$ANSI Z39.42$$, FALSE, TRUE);
20800 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20801 VALUES ('marc21_serial_866_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
20802 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20803                                  repeatable, mandatory, hidden)
20804 VALUES (1, 'serial', '866', 'a', $$Textual holdings$$,
20805 TRUE, FALSE, FALSE);
20806 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20807                                  repeatable, mandatory, hidden)
20808 VALUES (1, 'serial', '866', 'x', $$Nonpublic note$$,
20809 TRUE, FALSE, FALSE);
20810 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20811                                  repeatable, mandatory, hidden)
20812 VALUES (1, 'serial', '866', 'z', $$Public note$$,
20813 TRUE, FALSE, FALSE);
20814 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20815                                  repeatable, mandatory, hidden)
20816 VALUES (1, 'serial', '866', '2', $$Source of notation$$,
20817 TRUE, FALSE, FALSE);
20818 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20819                                  repeatable, mandatory, hidden)
20820 VALUES (1, 'serial', '866', '6', $$Linkage$$,
20821 TRUE, FALSE, FALSE);
20822 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20823                                  repeatable, mandatory, hidden)
20824 VALUES (1, 'serial', '866', '8', $$Field link and sequence number$$,
20825 TRUE, FALSE, FALSE);
20826 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
20827                               fixed_field, repeatable, mandatory, hidden)
20828 VALUES (1, 'serial', '867', $$Textual Holdings - Supplementary Material$$, $$Textual description which may include both the captions and enumeration and chronology for the holdings of a bibliographic item in the collections of the reporting organization. These fields are normally not used in holdings for single-part items. They may be used the coded 853-855 Captions and Pattern and 863-865 Enumeration and Chronology fields for multipart and serial items when those fields cannot be used adequately to describe the holdings. The 866-868 fields may also be used an Enumeration and Chronology field and any related Captions and Pattern field to record and generate an alternative display for all or part of the enumeration and chronology and captions and pattern fields.$$,
20829 FALSE, TRUE, FALSE, FALSE);
20830 INSERT INTO config.record_attr_definition(name, label)
20831 VALUES ('marc21_serial_867_ind_1', 'MARC 21 serial field 867 indicator position 1');
20832 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20833 VALUES ('marc21_serial_867_ind_1', '#', $$No information provided$$, FALSE, TRUE);
20834 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20835 VALUES ('marc21_serial_867_ind_1', '3', $$Holdings level 3$$, FALSE, TRUE);
20836 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20837 VALUES ('marc21_serial_867_ind_1', '4', $$Holdings level 4$$, FALSE, TRUE);
20838 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20839 VALUES ('marc21_serial_867_ind_1', '5', $$Holdings level 4 with piece designation$$, FALSE, TRUE);
20840 INSERT INTO config.record_attr_definition(name, label)
20841 VALUES ('marc21_serial_867_ind_2', 'MARC 21 serial field 867 indicator position 2');
20842 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20843 VALUES ('marc21_serial_867_ind_2', '0', $$Non-standard$$, FALSE, TRUE);
20844 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20845 VALUES ('marc21_serial_867_ind_2', '1', $$ANSI/NISO Z39.71 or ISO 10324$$, FALSE, TRUE);
20846 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20847 VALUES ('marc21_serial_867_ind_2', '2', $$ANSI Z39.42$$, FALSE, TRUE);
20848 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20849 VALUES ('marc21_serial_867_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
20850 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20851                                  repeatable, mandatory, hidden)
20852 VALUES (1, 'serial', '867', 'a', $$Textual holdings$$,
20853 TRUE, FALSE, FALSE);
20854 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20855                                  repeatable, mandatory, hidden)
20856 VALUES (1, 'serial', '867', 'x', $$Nonpublic note$$,
20857 TRUE, FALSE, FALSE);
20858 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20859                                  repeatable, mandatory, hidden)
20860 VALUES (1, 'serial', '867', 'z', $$Public note$$,
20861 TRUE, FALSE, FALSE);
20862 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20863                                  repeatable, mandatory, hidden)
20864 VALUES (1, 'serial', '867', '2', $$Source of notation$$,
20865 TRUE, FALSE, FALSE);
20866 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20867                                  repeatable, mandatory, hidden)
20868 VALUES (1, 'serial', '867', '6', $$Linkage$$,
20869 TRUE, FALSE, FALSE);
20870 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20871                                  repeatable, mandatory, hidden)
20872 VALUES (1, 'serial', '867', '8', $$Field link and sequence number$$,
20873 TRUE, FALSE, FALSE);
20874 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
20875                               fixed_field, repeatable, mandatory, hidden)
20876 VALUES (1, 'serial', '868', $$Textual Holdings - Indexes$$, $$Textual description which may include both the captions and enumeration and chronology for the holdings of a bibliographic item in the collections of the reporting organization. These fields are normally not used in holdings for single-part items. They may be used the coded 853-855 Captions and Pattern and 863-865 Enumeration and Chronology fields for multipart and serial items when those fields cannot be used adequately to describe the holdings. The 866-868 fields may also be used an Enumeration and Chronology field and any related Captions and Pattern field to record and generate an alternative display for all or part of the enumeration and chronology and captions and pattern fields.$$,
20877 FALSE, TRUE, FALSE, FALSE);
20878 INSERT INTO config.record_attr_definition(name, label)
20879 VALUES ('marc21_serial_868_ind_1', 'MARC 21 serial field 868 indicator position 1');
20880 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20881 VALUES ('marc21_serial_868_ind_1', '#', $$No information provided$$, FALSE, TRUE);
20882 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20883 VALUES ('marc21_serial_868_ind_1', '3', $$Holdings level 3$$, FALSE, TRUE);
20884 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20885 VALUES ('marc21_serial_868_ind_1', '4', $$Holdings level 4$$, FALSE, TRUE);
20886 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20887 VALUES ('marc21_serial_868_ind_1', '5', $$Holdings level 4 with piece designation$$, FALSE, TRUE);
20888 INSERT INTO config.record_attr_definition(name, label)
20889 VALUES ('marc21_serial_868_ind_2', 'MARC 21 serial field 868 indicator position 2');
20890 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20891 VALUES ('marc21_serial_868_ind_2', '0', $$Non-standard$$, FALSE, TRUE);
20892 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20893 VALUES ('marc21_serial_868_ind_2', '1', $$ANSI/NISO Z39.71 or ISO 10324$$, FALSE, TRUE);
20894 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20895 VALUES ('marc21_serial_868_ind_2', '2', $$ANSI Z39.42$$, FALSE, TRUE);
20896 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20897 VALUES ('marc21_serial_868_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
20898 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20899                                  repeatable, mandatory, hidden)
20900 VALUES (1, 'serial', '868', 'a', $$Textual holdings$$,
20901 TRUE, FALSE, FALSE);
20902 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20903                                  repeatable, mandatory, hidden)
20904 VALUES (1, 'serial', '868', 'x', $$Nonpublic note$$,
20905 TRUE, FALSE, FALSE);
20906 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20907                                  repeatable, mandatory, hidden)
20908 VALUES (1, 'serial', '868', 'z', $$Public note$$,
20909 TRUE, FALSE, FALSE);
20910 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20911                                  repeatable, mandatory, hidden)
20912 VALUES (1, 'serial', '868', '2', $$Source of notation$$,
20913 TRUE, FALSE, FALSE);
20914 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20915                                  repeatable, mandatory, hidden)
20916 VALUES (1, 'serial', '868', '6', $$Linkage$$,
20917 TRUE, FALSE, FALSE);
20918 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20919                                  repeatable, mandatory, hidden)
20920 VALUES (1, 'serial', '868', '8', $$Field link and sequence number$$,
20921 TRUE, FALSE, FALSE);
20922 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
20923                               fixed_field, repeatable, mandatory, hidden)
20924 VALUES (1, 'serial', '876', $$Item Information - Basic Bibliographic Unit$$, $$Item level information about the pieces to the item specified in the holdings record. They contain various data elements that it may be desirable to record for specific items for use in acquisition or circulation applications, among others.$$,
20925 FALSE, TRUE, FALSE, FALSE);
20926 INSERT INTO config.record_attr_definition(name, label)
20927 VALUES ('marc21_serial_876_ind_1', 'MARC 21 serial field 876 indicator position 1');
20928 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20929 VALUES ('marc21_serial_876_ind_1', '#', $$Undefined$$, FALSE, TRUE);
20930 INSERT INTO config.record_attr_definition(name, label)
20931 VALUES ('marc21_serial_876_ind_2', 'MARC 21 serial field 876 indicator position 2');
20932 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20933 VALUES ('marc21_serial_876_ind_2', '#', $$Undefined$$, FALSE, TRUE);
20934 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20935                                  repeatable, mandatory, hidden)
20936 VALUES (1, 'serial', '876', 'a', $$Internal item number$$,
20937 TRUE, FALSE, FALSE);
20938 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20939                                  repeatable, mandatory, hidden)
20940 VALUES (1, 'serial', '876', 'b', $$Invalid or canceled internal item number$$,
20941 TRUE, FALSE, FALSE);
20942 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20943                                  repeatable, mandatory, hidden)
20944 VALUES (1, 'serial', '876', 'c', $$Cost$$,
20945 TRUE, FALSE, FALSE);
20946 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20947                                  repeatable, mandatory, hidden)
20948 VALUES (1, 'serial', '876', 'd', $$Date acquired$$,
20949 TRUE, FALSE, FALSE);
20950 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20951                                  repeatable, mandatory, hidden)
20952 VALUES (1, 'serial', '876', 'e', $$Source of acquisition$$,
20953 TRUE, FALSE, FALSE);
20954 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20955                                  repeatable, mandatory, hidden)
20956 VALUES (1, 'serial', '876', 'h', $$Use restrictions$$,
20957 TRUE, FALSE, FALSE);
20958 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20959                                  repeatable, mandatory, hidden)
20960 VALUES (1, 'serial', '876', 'j', $$Item status$$,
20961 TRUE, FALSE, FALSE);
20962 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20963                                  repeatable, mandatory, hidden)
20964 VALUES (1, 'serial', '876', 'l', $$Temporary location$$,
20965 TRUE, FALSE, FALSE);
20966 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20967                                  repeatable, mandatory, hidden)
20968 VALUES (1, 'serial', '876', 'p', $$Piece designation$$,
20969 TRUE, FALSE, FALSE);
20970 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20971                                  repeatable, mandatory, hidden)
20972 VALUES (1, 'serial', '876', 'r', $$Invalid or canceled piece designation$$,
20973 TRUE, FALSE, FALSE);
20974 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20975                                  repeatable, mandatory, hidden)
20976 VALUES (1, 'serial', '876', 't', $$Copy number$$,
20977 TRUE, FALSE, FALSE);
20978 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20979                                  repeatable, mandatory, hidden)
20980 VALUES (1, 'serial', '876', 'x', $$Nonpublic note$$,
20981 TRUE, FALSE, FALSE);
20982 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20983                                  repeatable, mandatory, hidden)
20984 VALUES (1, 'serial', '876', 'z', $$Public note$$,
20985 TRUE, FALSE, FALSE);
20986 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20987                                  repeatable, mandatory, hidden)
20988 VALUES (1, 'serial', '876', '3', $$Materials specified$$,
20989 TRUE, FALSE, FALSE);
20990 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20991                                  repeatable, mandatory, hidden)
20992 VALUES (1, 'serial', '876', '6', $$Linkage$$,
20993 TRUE, FALSE, FALSE);
20994 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20995                                  repeatable, mandatory, hidden)
20996 VALUES (1, 'serial', '876', '8', $$Field link and sequence number$$,
20997 TRUE, FALSE, FALSE);
20998 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
20999                               fixed_field, repeatable, mandatory, hidden)
21000 VALUES (1, 'serial', '877', $$Item Information - Supplementary Material$$, $$Item level information about the pieces to the item specified in the holdings record. They contain various data elements that it may be desirable to record for specific items for use in acquisition or circulation applications, among others.$$,
21001 FALSE, TRUE, FALSE, FALSE);
21002 INSERT INTO config.record_attr_definition(name, label)
21003 VALUES ('marc21_serial_877_ind_1', 'MARC 21 serial field 877 indicator position 1');
21004 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
21005 VALUES ('marc21_serial_877_ind_1', '#', $$Undefined$$, FALSE, TRUE);
21006 INSERT INTO config.record_attr_definition(name, label)
21007 VALUES ('marc21_serial_877_ind_2', 'MARC 21 serial field 877 indicator position 2');
21008 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
21009 VALUES ('marc21_serial_877_ind_2', '#', $$Undefined$$, FALSE, TRUE);
21010 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21011                                  repeatable, mandatory, hidden)
21012 VALUES (1, 'serial', '877', 'a', $$Internal item number$$,
21013 TRUE, FALSE, FALSE);
21014 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21015                                  repeatable, mandatory, hidden)
21016 VALUES (1, 'serial', '877', 'b', $$Invalid or canceled internal item number$$,
21017 TRUE, FALSE, FALSE);
21018 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21019                                  repeatable, mandatory, hidden)
21020 VALUES (1, 'serial', '877', 'c', $$Cost$$,
21021 TRUE, FALSE, FALSE);
21022 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21023                                  repeatable, mandatory, hidden)
21024 VALUES (1, 'serial', '877', 'd', $$Date acquired$$,
21025 TRUE, FALSE, FALSE);
21026 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21027                                  repeatable, mandatory, hidden)
21028 VALUES (1, 'serial', '877', 'e', $$Source of acquisition$$,
21029 TRUE, FALSE, FALSE);
21030 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21031                                  repeatable, mandatory, hidden)
21032 VALUES (1, 'serial', '877', 'h', $$Use restrictions$$,
21033 TRUE, FALSE, FALSE);
21034 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21035                                  repeatable, mandatory, hidden)
21036 VALUES (1, 'serial', '877', 'j', $$Item status$$,
21037 TRUE, FALSE, FALSE);
21038 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21039                                  repeatable, mandatory, hidden)
21040 VALUES (1, 'serial', '877', 'l', $$Temporary location$$,
21041 TRUE, FALSE, FALSE);
21042 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21043                                  repeatable, mandatory, hidden)
21044 VALUES (1, 'serial', '877', 'p', $$Piece designation$$,
21045 TRUE, FALSE, FALSE);
21046 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21047                                  repeatable, mandatory, hidden)
21048 VALUES (1, 'serial', '877', 'r', $$Invalid or canceled piece designation$$,
21049 TRUE, FALSE, FALSE);
21050 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21051                                  repeatable, mandatory, hidden)
21052 VALUES (1, 'serial', '877', 't', $$Copy number$$,
21053 TRUE, FALSE, FALSE);
21054 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21055                                  repeatable, mandatory, hidden)
21056 VALUES (1, 'serial', '877', 'x', $$Nonpublic note$$,
21057 TRUE, FALSE, FALSE);
21058 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21059                                  repeatable, mandatory, hidden)
21060 VALUES (1, 'serial', '877', 'z', $$Public note$$,
21061 TRUE, FALSE, FALSE);
21062 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21063                                  repeatable, mandatory, hidden)
21064 VALUES (1, 'serial', '877', '3', $$Materials specified$$,
21065 TRUE, FALSE, FALSE);
21066 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21067                                  repeatable, mandatory, hidden)
21068 VALUES (1, 'serial', '877', '6', $$Linkage$$,
21069 TRUE, FALSE, FALSE);
21070 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21071                                  repeatable, mandatory, hidden)
21072 VALUES (1, 'serial', '877', '8', $$Field link and sequence number$$,
21073 TRUE, FALSE, FALSE);
21074 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
21075                               fixed_field, repeatable, mandatory, hidden)
21076 VALUES (1, 'serial', '878', $$Item Information - Indexes$$, $$Item level information about the pieces to the item specified in the holdings record. They contain various data elements that it may be desirable to record for specific items for use in acquisition or circulation applications, among others.$$,
21077 FALSE, TRUE, FALSE, FALSE);
21078 INSERT INTO config.record_attr_definition(name, label)
21079 VALUES ('marc21_serial_878_ind_1', 'MARC 21 serial field 878 indicator position 1');
21080 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
21081 VALUES ('marc21_serial_878_ind_1', '#', $$Undefined$$, FALSE, TRUE);
21082 INSERT INTO config.record_attr_definition(name, label)
21083 VALUES ('marc21_serial_878_ind_2', 'MARC 21 serial field 878 indicator position 2');
21084 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
21085 VALUES ('marc21_serial_878_ind_2', '#', $$Undefined$$, FALSE, TRUE);
21086 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21087                                  repeatable, mandatory, hidden)
21088 VALUES (1, 'serial', '878', 'a', $$Internal item number$$,
21089 TRUE, FALSE, FALSE);
21090 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21091                                  repeatable, mandatory, hidden)
21092 VALUES (1, 'serial', '878', 'b', $$Invalid or canceled internal item number$$,
21093 TRUE, FALSE, FALSE);
21094 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21095                                  repeatable, mandatory, hidden)
21096 VALUES (1, 'serial', '878', 'c', $$Cost$$,
21097 TRUE, FALSE, FALSE);
21098 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21099                                  repeatable, mandatory, hidden)
21100 VALUES (1, 'serial', '878', 'd', $$Date acquired$$,
21101 TRUE, FALSE, FALSE);
21102 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21103                                  repeatable, mandatory, hidden)
21104 VALUES (1, 'serial', '878', 'e', $$Source of acquisition$$,
21105 TRUE, FALSE, FALSE);
21106 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21107                                  repeatable, mandatory, hidden)
21108 VALUES (1, 'serial', '878', 'h', $$Use restrictions$$,
21109 TRUE, FALSE, FALSE);
21110 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21111                                  repeatable, mandatory, hidden)
21112 VALUES (1, 'serial', '878', 'j', $$Item status$$,
21113 TRUE, FALSE, FALSE);
21114 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21115                                  repeatable, mandatory, hidden)
21116 VALUES (1, 'serial', '878', 'l', $$Temporary location$$,
21117 TRUE, FALSE, FALSE);
21118 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21119                                  repeatable, mandatory, hidden)
21120 VALUES (1, 'serial', '878', 'p', $$Piece designation$$,
21121 TRUE, FALSE, FALSE);
21122 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21123                                  repeatable, mandatory, hidden)
21124 VALUES (1, 'serial', '878', 'r', $$Invalid or canceled piece designation$$,
21125 TRUE, FALSE, FALSE);
21126 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21127                                  repeatable, mandatory, hidden)
21128 VALUES (1, 'serial', '878', 't', $$Copy number$$,
21129 TRUE, FALSE, FALSE);
21130 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21131                                  repeatable, mandatory, hidden)
21132 VALUES (1, 'serial', '878', 'x', $$Nonpublic note$$,
21133 TRUE, FALSE, FALSE);
21134 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21135                                  repeatable, mandatory, hidden)
21136 VALUES (1, 'serial', '878', 'z', $$Public note$$,
21137 TRUE, FALSE, FALSE);
21138 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21139                                  repeatable, mandatory, hidden)
21140 VALUES (1, 'serial', '878', '3', $$Materials specified$$,
21141 TRUE, FALSE, FALSE);
21142 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21143                                  repeatable, mandatory, hidden)
21144 VALUES (1, 'serial', '878', '6', $$Linkage$$,
21145 TRUE, FALSE, FALSE);
21146 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21147                                  repeatable, mandatory, hidden)
21148 VALUES (1, 'serial', '878', '8', $$Field link and sequence number$$,
21149 TRUE, FALSE, FALSE);
21150 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
21151                               fixed_field, repeatable, mandatory, hidden)
21152 VALUES (1, 'serial', '880', $$Alternate Graphic Representation$$, $$Fully content-designated, alternate graphic representation of another field in the same record. Field 880 is linked to the associated regular field by subfield $6 (Linkage). A subfield $6 in the associated field links that field to the 880 field. When an associated field does not exist in the record, field 880 is constructed as if it did and a reserved occurrence number (00) is used to indicate the special situation. The data in field 880 may be in more than one script.$$,
21153 FALSE, TRUE, FALSE, FALSE);
21154 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21155                                  repeatable, mandatory, hidden)
21156 VALUES (1, 'serial', '880', '6', $$Linkage$$,
21157 FALSE, FALSE, FALSE);
21158
21159 COMMIT;