]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/sql/Pg/960.data.marc21-tag-tables.sql
LP1779158 Vandelay workstation setting repairs/additions
[Evergreen.git] / Open-ILS / src / sql / Pg / 960.data.marc21-tag-tables.sql
1 BEGIN;
2
3 INSERT INTO config.marc_format(id, code, name) VALUES (1, 'marc21', 'MARC 21');
4 SELECT SETVAL('config.marc_format_id_seq', 100);
5 ALTER SEQUENCE config.marc_field_id_seq RESTART WITH 1;
6 ALTER SEQUENCE config.marc_subfield_id_seq RESTART WITH 1;
7
8 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
9                               fixed_field, repeatable, mandatory, hidden)
10 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).$$,
11 TRUE, FALSE, FALSE, FALSE);
12 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13                               fixed_field, repeatable, mandatory, hidden)
14 VALUES (1, 'biblio', '003', $$Control Number Identifier$$, $$MARC code for the organization whose control number is contained in field 001 (Control Number).$$,
15 TRUE, FALSE, FALSE, FALSE);
16 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17                               fixed_field, repeatable, mandatory, hidden)
18 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.$$,
19 TRUE, FALSE, FALSE, FALSE);
20 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
21                               fixed_field, repeatable, mandatory, hidden)
22 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.$$,
23 TRUE, TRUE, FALSE, FALSE);
24 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
25                               fixed_field, repeatable, mandatory, hidden)
26 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.$$,
27 TRUE, TRUE, FALSE, FALSE);
28 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
29                               fixed_field, repeatable, mandatory, hidden)
30 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.$$,
31 TRUE, FALSE, FALSE, FALSE);
32 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
33                               fixed_field, repeatable, mandatory, hidden)
34 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 .$$,
35 FALSE, FALSE, FALSE, FALSE);
36 INSERT INTO config.record_attr_definition(name, label)
37 VALUES ('marc21_biblio_010_ind_1', 'MARC 21 biblio field 010 indicator position 1');
38 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
39 VALUES ('marc21_biblio_010_ind_1', '#', $$Undefined$$, FALSE, TRUE);
40 INSERT INTO config.record_attr_definition(name, label)
41 VALUES ('marc21_biblio_010_ind_2', 'MARC 21 biblio field 010 indicator position 2');
42 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
43 VALUES ('marc21_biblio_010_ind_2', '#', $$Undefined$$, FALSE, TRUE);
44 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
45                                  repeatable, mandatory, hidden)
46 VALUES (1, 'biblio', '010', 'a', $$LC control number$$,
47 FALSE, FALSE, FALSE);
48 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
49                                  repeatable, mandatory, hidden)
50 VALUES (1, 'biblio', '010', 'b', $$NUCMC control number$$,
51 TRUE, FALSE, FALSE);
52 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
53                                  repeatable, mandatory, hidden)
54 VALUES (1, 'biblio', '010', 'z', $$Canceled/invalid LC control number$$,
55 TRUE, FALSE, FALSE);
56 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
57                                  repeatable, mandatory, hidden)
58 VALUES (1, 'biblio', '010', '8', $$Field link and sequence number$$,
59 TRUE, FALSE, FALSE);
60 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
61                               fixed_field, repeatable, mandatory, hidden)
62 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.$$,
63 FALSE, TRUE, FALSE, FALSE);
64 INSERT INTO config.record_attr_definition(name, label)
65 VALUES ('marc21_biblio_013_ind_1', 'MARC 21 biblio field 013 indicator position 1');
66 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
67 VALUES ('marc21_biblio_013_ind_1', '#', $$Undefined$$, FALSE, TRUE);
68 INSERT INTO config.record_attr_definition(name, label)
69 VALUES ('marc21_biblio_013_ind_2', 'MARC 21 biblio field 013 indicator position 2');
70 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
71 VALUES ('marc21_biblio_013_ind_2', '#', $$Undefined$$, FALSE, TRUE);
72 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
73                                  repeatable, mandatory, hidden)
74 VALUES (1, 'biblio', '013', 'a', $$Number$$,
75 FALSE, FALSE, FALSE);
76 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
77                                  repeatable, mandatory, hidden)
78 VALUES (1, 'biblio', '013', 'b', $$Country$$,
79 FALSE, FALSE, FALSE);
80 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
81                                  repeatable, mandatory, hidden)
82 VALUES (1, 'biblio', '013', 'c', $$Type of number$$,
83 FALSE, FALSE, FALSE);
84 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
85                                  repeatable, mandatory, hidden)
86 VALUES (1, 'biblio', '013', 'd', $$Date$$,
87 TRUE, FALSE, FALSE);
88 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
89                                  repeatable, mandatory, hidden)
90 VALUES (1, 'biblio', '013', 'e', $$Status$$,
91 TRUE, FALSE, FALSE);
92 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
93                                  repeatable, mandatory, hidden)
94 VALUES (1, 'biblio', '013', 'f', $$Party to document$$,
95 TRUE, FALSE, FALSE);
96 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
97                                  repeatable, mandatory, hidden)
98 VALUES (1, 'biblio', '013', '6', $$Linkage$$,
99 FALSE, FALSE, FALSE);
100 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
101                                  repeatable, mandatory, hidden)
102 VALUES (1, 'biblio', '013', '8', $$Field link and sequence number$$,
103 TRUE, FALSE, FALSE);
104 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
105                               fixed_field, repeatable, mandatory, hidden)
106 VALUES (1, 'biblio', '015', $$National Bibliography Number$$, $$Bibliography entry number(s) for cataloging information that is derived from a national bibliography.$$,
107 FALSE, TRUE, FALSE, FALSE);
108 INSERT INTO config.record_attr_definition(name, label)
109 VALUES ('marc21_biblio_015_ind_1', 'MARC 21 biblio field 015 indicator position 1');
110 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
111 VALUES ('marc21_biblio_015_ind_1', '#', $$Undefined$$, FALSE, TRUE);
112 INSERT INTO config.record_attr_definition(name, label)
113 VALUES ('marc21_biblio_015_ind_2', 'MARC 21 biblio field 015 indicator position 2');
114 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
115 VALUES ('marc21_biblio_015_ind_2', '#', $$Undefined$$, FALSE, TRUE);
116 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
117                                  repeatable, mandatory, hidden)
118 VALUES (1, 'biblio', '015', 'a', $$National bibliography number$$,
119 TRUE, FALSE, FALSE);
120 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
121                                  repeatable, mandatory, hidden)
122 VALUES (1, 'biblio', '015', 'z', $$Canceled/invalid national bibliography number$$,
123 TRUE, FALSE, FALSE);
124 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
125                                  repeatable, mandatory, hidden)
126 VALUES (1, 'biblio', '015', '2', $$Source$$,
127 FALSE, FALSE, FALSE);
128 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
129                                  repeatable, mandatory, hidden)
130 VALUES (1, 'biblio', '015', '6', $$Linkage$$,
131 FALSE, FALSE, FALSE);
132 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
133                                  repeatable, mandatory, hidden)
134 VALUES (1, 'biblio', '015', '8', $$Field link and sequence number$$,
135 TRUE, FALSE, FALSE);
136 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
137                               fixed_field, repeatable, mandatory, hidden)
138 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).$$,
139 FALSE, TRUE, FALSE, FALSE);
140 INSERT INTO config.record_attr_definition(name, label)
141 VALUES ('marc21_biblio_016_ind_1', 'MARC 21 biblio field 016 indicator position 1');
142 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
143 VALUES ('marc21_biblio_016_ind_1', '#', $$Library and Archives Canada$$, FALSE, TRUE);
144 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
145 VALUES ('marc21_biblio_016_ind_1', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
146 INSERT INTO config.record_attr_definition(name, label)
147 VALUES ('marc21_biblio_016_ind_2', 'MARC 21 biblio field 016 indicator position 2');
148 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
149 VALUES ('marc21_biblio_016_ind_2', '#', $$Undefined$$, FALSE, TRUE);
150 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
151                                  repeatable, mandatory, hidden)
152 VALUES (1, 'biblio', '016', 'a', $$Record control number$$,
153 FALSE, FALSE, FALSE);
154 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
155                                  repeatable, mandatory, hidden)
156 VALUES (1, 'biblio', '016', 'z', $$Canceled/invalid control number$$,
157 TRUE, FALSE, FALSE);
158 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
159                                  repeatable, mandatory, hidden)
160 VALUES (1, 'biblio', '016', '2', $$Source$$,
161 FALSE, FALSE, FALSE);
162 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
163                                  repeatable, mandatory, hidden)
164 VALUES (1, 'biblio', '016', '8', $$Field link and sequence number$$,
165 TRUE, FALSE, FALSE);
166 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
167                               fixed_field, repeatable, mandatory, hidden)
168 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.$$,
169 FALSE, TRUE, FALSE, FALSE);
170 INSERT INTO config.record_attr_definition(name, label)
171 VALUES ('marc21_biblio_017_ind_1', 'MARC 21 biblio field 017 indicator position 1');
172 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
173 VALUES ('marc21_biblio_017_ind_1', '#', $$Undefined$$, FALSE, TRUE);
174 INSERT INTO config.record_attr_definition(name, label)
175 VALUES ('marc21_biblio_017_ind_2', 'MARC 21 biblio field 017 indicator position 2');
176 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
177 VALUES ('marc21_biblio_017_ind_2', '#', $$Copyright or legal deposit number$$, FALSE, TRUE);
178 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
179 VALUES ('marc21_biblio_017_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
180 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
181                                  repeatable, mandatory, hidden)
182 VALUES (1, 'biblio', '017', 'a', $$Copyright or legal deposit number$$,
183 TRUE, FALSE, FALSE);
184 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
185                                  repeatable, mandatory, hidden)
186 VALUES (1, 'biblio', '017', 'b', $$Assigning agency$$,
187 FALSE, FALSE, FALSE);
188 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
189                                  repeatable, mandatory, hidden)
190 VALUES (1, 'biblio', '017', 'd', $$Date$$,
191 FALSE, FALSE, FALSE);
192 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
193                                  repeatable, mandatory, hidden)
194 VALUES (1, 'biblio', '017', 'i', $$Display text$$,
195 FALSE, FALSE, FALSE);
196 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
197                                  repeatable, mandatory, hidden)
198 VALUES (1, 'biblio', '017', 'z', $$Canceled/invalid copyright or legal deposit number$$,
199 TRUE, FALSE, FALSE);
200 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
201                                  repeatable, mandatory, hidden)
202 VALUES (1, 'biblio', '017', '2', $$Source$$,
203 FALSE, FALSE, FALSE);
204 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
205                                  repeatable, mandatory, hidden)
206 VALUES (1, 'biblio', '017', '6', $$Linkage$$,
207 FALSE, FALSE, FALSE);
208 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
209                                  repeatable, mandatory, hidden)
210 VALUES (1, 'biblio', '017', '8', $$Field link and sequence number$$,
211 TRUE, FALSE, FALSE);
212 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
213                               fixed_field, repeatable, mandatory, hidden)
214 VALUES (1, 'biblio', '018', $$Copyright Article-Fee Code$$, $$Unique identification code for component parts appearing in monographs or continuing resources.$$,
215 FALSE, FALSE, FALSE, FALSE);
216 INSERT INTO config.record_attr_definition(name, label)
217 VALUES ('marc21_biblio_018_ind_1', 'MARC 21 biblio field 018 indicator position 1');
218 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
219 VALUES ('marc21_biblio_018_ind_1', '#', $$Undefined$$, FALSE, TRUE);
220 INSERT INTO config.record_attr_definition(name, label)
221 VALUES ('marc21_biblio_018_ind_2', 'MARC 21 biblio field 018 indicator position 2');
222 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
223 VALUES ('marc21_biblio_018_ind_2', '#', $$Undefined$$, FALSE, TRUE);
224 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
225                                  repeatable, mandatory, hidden)
226 VALUES (1, 'biblio', '018', 'a', $$Copyright article-fee code$$,
227 FALSE, FALSE, FALSE);
228 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
229                                  repeatable, mandatory, hidden)
230 VALUES (1, 'biblio', '018', '6', $$Linkage$$,
231 FALSE, FALSE, FALSE);
232 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
233                                  repeatable, mandatory, hidden)
234 VALUES (1, 'biblio', '018', '8', $$Field link and sequence number$$,
235 TRUE, FALSE, FALSE);
236 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
237                               fixed_field, repeatable, mandatory, hidden)
238 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).$$,
239 FALSE, TRUE, FALSE, FALSE);
240 INSERT INTO config.record_attr_definition(name, label)
241 VALUES ('marc21_biblio_020_ind_1', 'MARC 21 biblio field 020 indicator position 1');
242 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
243 VALUES ('marc21_biblio_020_ind_1', '#', $$Undefined$$, FALSE, TRUE);
244 INSERT INTO config.record_attr_definition(name, label)
245 VALUES ('marc21_biblio_020_ind_2', 'MARC 21 biblio field 020 indicator position 2');
246 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
247 VALUES ('marc21_biblio_020_ind_2', '#', $$Undefined$$, FALSE, TRUE);
248 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
249                                  repeatable, mandatory, hidden)
250 VALUES (1, 'biblio', '020', 'a', $$International Standard Book Number$$,
251 FALSE, FALSE, FALSE);
252 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
253                                  repeatable, mandatory, hidden)
254 VALUES (1, 'biblio', '020', 'c', $$Terms of availability$$,
255 FALSE, FALSE, FALSE);
256 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
257                                  repeatable, mandatory, hidden)
258 VALUES (1, 'biblio', '020', 'z', $$Canceled/invalid ISBN$$,
259 TRUE, FALSE, FALSE);
260 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
261                                  repeatable, mandatory, hidden)
262 VALUES (1, 'biblio', '020', '6', $$Linkage$$,
263 FALSE, FALSE, FALSE);
264 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
265                                  repeatable, mandatory, hidden)
266 VALUES (1, 'biblio', '020', '8', $$Field link and sequence number$$,
267 TRUE, FALSE, FALSE);
268 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
269                               fixed_field, repeatable, mandatory, hidden)
270 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.$$,
271 FALSE, TRUE, FALSE, FALSE);
272 INSERT INTO config.record_attr_definition(name, label)
273 VALUES ('marc21_biblio_022_ind_1', 'MARC 21 biblio field 022 indicator position 1');
274 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
275 VALUES ('marc21_biblio_022_ind_1', '#', $$No level specified$$, FALSE, TRUE);
276 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
277 VALUES ('marc21_biblio_022_ind_1', '0', $$Continuing resource of international interest$$, FALSE, TRUE);
278 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
279 VALUES ('marc21_biblio_022_ind_1', '1', $$Continuing resource not of international interest$$, FALSE, TRUE);
280 INSERT INTO config.record_attr_definition(name, label)
281 VALUES ('marc21_biblio_022_ind_2', 'MARC 21 biblio field 022 indicator position 2');
282 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
283 VALUES ('marc21_biblio_022_ind_2', '#', $$Undefined$$, FALSE, TRUE);
284 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
285                                  repeatable, mandatory, hidden)
286 VALUES (1, 'biblio', '022', 'a', $$International Standard Serial Number$$,
287 FALSE, FALSE, FALSE);
288 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
289                                  repeatable, mandatory, hidden)
290 VALUES (1, 'biblio', '022', 'l', $$ISSN-L$$,
291 FALSE, FALSE, FALSE);
292 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
293                                  repeatable, mandatory, hidden)
294 VALUES (1, 'biblio', '022', 'm', $$Canceled ISSN-L$$,
295 TRUE, FALSE, FALSE);
296 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
297                                  repeatable, mandatory, hidden)
298 VALUES (1, 'biblio', '022', 'y', $$Incorrect ISSN$$,
299 TRUE, FALSE, FALSE);
300 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
301                                  repeatable, mandatory, hidden)
302 VALUES (1, 'biblio', '022', 'z', $$Canceled ISSN$$,
303 TRUE, FALSE, FALSE);
304 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
305                                  repeatable, mandatory, hidden)
306 VALUES (1, 'biblio', '022', '2', $$Source$$,
307 FALSE, FALSE, FALSE);
308 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
309                                  repeatable, mandatory, hidden)
310 VALUES (1, 'biblio', '022', '6', $$Linkage$$,
311 FALSE, FALSE, FALSE);
312 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
313                                  repeatable, mandatory, hidden)
314 VALUES (1, 'biblio', '022', '8', $$Field link and sequence number$$,
315 TRUE, FALSE, FALSE);
316 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
317                               fixed_field, repeatable, mandatory, hidden)
318 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).$$,
319 FALSE, TRUE, FALSE, FALSE);
320 INSERT INTO config.record_attr_definition(name, label)
321 VALUES ('marc21_biblio_024_ind_1', 'MARC 21 biblio field 024 indicator position 1');
322 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
323 VALUES ('marc21_biblio_024_ind_1', '0', $$International Standard Recording Code$$, FALSE, TRUE);
324 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
325 VALUES ('marc21_biblio_024_ind_1', '1', $$Universal Product Code$$, FALSE, TRUE);
326 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
327 VALUES ('marc21_biblio_024_ind_1', '2', $$International Standard Music Number$$, FALSE, TRUE);
328 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
329 VALUES ('marc21_biblio_024_ind_1', '3', $$International Article Number$$, FALSE, TRUE);
330 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
331 VALUES ('marc21_biblio_024_ind_1', '4', $$Serial Item and Contribution Identifier$$, FALSE, TRUE);
332 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
333 VALUES ('marc21_biblio_024_ind_1', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
334 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
335 VALUES ('marc21_biblio_024_ind_1', '8', $$Unspecified type of standard number or code$$, FALSE, TRUE);
336 INSERT INTO config.record_attr_definition(name, label)
337 VALUES ('marc21_biblio_024_ind_2', 'MARC 21 biblio field 024 indicator position 2');
338 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
339 VALUES ('marc21_biblio_024_ind_2', '#', $$No information provided$$, FALSE, TRUE);
340 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
341 VALUES ('marc21_biblio_024_ind_2', '0', $$No difference$$, FALSE, TRUE);
342 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
343 VALUES ('marc21_biblio_024_ind_2', '1', $$Difference$$, FALSE, TRUE);
344 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
345                                  repeatable, mandatory, hidden)
346 VALUES (1, 'biblio', '024', 'a', $$Standard number or code$$,
347 FALSE, FALSE, FALSE);
348 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
349                                  repeatable, mandatory, hidden)
350 VALUES (1, 'biblio', '024', 'c', $$Terms of availability$$,
351 FALSE, FALSE, FALSE);
352 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
353                                  repeatable, mandatory, hidden)
354 VALUES (1, 'biblio', '024', 'd', $$Additional codes following the standard number or code$$,
355 FALSE, FALSE, FALSE);
356 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
357                                  repeatable, mandatory, hidden)
358 VALUES (1, 'biblio', '024', 'z', $$Canceled/invalid standard number or code$$,
359 TRUE, FALSE, FALSE);
360 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
361                                  repeatable, mandatory, hidden)
362 VALUES (1, 'biblio', '024', '2', $$Source of number or code$$,
363 FALSE, FALSE, FALSE);
364 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
365                                  repeatable, mandatory, hidden)
366 VALUES (1, 'biblio', '024', '6', $$Linkage$$,
367 FALSE, FALSE, FALSE);
368 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
369                                  repeatable, mandatory, hidden)
370 VALUES (1, 'biblio', '024', '8', $$Field link and sequence number$$,
371 TRUE, FALSE, FALSE);
372 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
373                               fixed_field, repeatable, mandatory, hidden)
374 VALUES (1, 'biblio', '025', $$Overseas Acquisition Number$$, $$Number assigned by the Library of Congress to works acquired through one of its overseas acquisition programs.$$,
375 FALSE, TRUE, FALSE, FALSE);
376 INSERT INTO config.record_attr_definition(name, label)
377 VALUES ('marc21_biblio_025_ind_1', 'MARC 21 biblio field 025 indicator position 1');
378 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
379 VALUES ('marc21_biblio_025_ind_1', '#', $$Undefined$$, FALSE, TRUE);
380 INSERT INTO config.record_attr_definition(name, label)
381 VALUES ('marc21_biblio_025_ind_2', 'MARC 21 biblio field 025 indicator position 2');
382 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
383 VALUES ('marc21_biblio_025_ind_2', '#', $$Undefined$$, FALSE, TRUE);
384 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
385                                  repeatable, mandatory, hidden)
386 VALUES (1, 'biblio', '025', 'a', $$Overseas acquisition number$$,
387 TRUE, FALSE, FALSE);
388 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
389                                  repeatable, mandatory, hidden)
390 VALUES (1, 'biblio', '025', '8', $$Field link and sequence number$$,
391 TRUE, FALSE, FALSE);
392 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
393                               fixed_field, repeatable, mandatory, hidden)
394 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.$$,
395 FALSE, TRUE, FALSE, FALSE);
396 INSERT INTO config.record_attr_definition(name, label)
397 VALUES ('marc21_biblio_026_ind_1', 'MARC 21 biblio field 026 indicator position 1');
398 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
399 VALUES ('marc21_biblio_026_ind_1', '#', $$Undefined$$, FALSE, TRUE);
400 INSERT INTO config.record_attr_definition(name, label)
401 VALUES ('marc21_biblio_026_ind_2', 'MARC 21 biblio field 026 indicator position 2');
402 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
403 VALUES ('marc21_biblio_026_ind_2', '#', $$Undefined$$, FALSE, TRUE);
404 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
405                                  repeatable, mandatory, hidden)
406 VALUES (1, 'biblio', '026', 'a', $$First and second groups of characters$$,
407 FALSE, FALSE, FALSE);
408 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
409                                  repeatable, mandatory, hidden)
410 VALUES (1, 'biblio', '026', 'b', $$Third and fourth groups of characters$$,
411 FALSE, FALSE, FALSE);
412 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
413                                  repeatable, mandatory, hidden)
414 VALUES (1, 'biblio', '026', 'c', $$Date$$,
415 FALSE, FALSE, FALSE);
416 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
417                                  repeatable, mandatory, hidden)
418 VALUES (1, 'biblio', '026', 'd', $$Number of volume or part$$,
419 TRUE, FALSE, FALSE);
420 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
421                                  repeatable, mandatory, hidden)
422 VALUES (1, 'biblio', '026', 'e', $$Unparsed fingerprint$$,
423 FALSE, FALSE, FALSE);
424 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
425                                  repeatable, mandatory, hidden)
426 VALUES (1, 'biblio', '026', '2', $$Source$$,
427 FALSE, FALSE, FALSE);
428 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
429                                  repeatable, mandatory, hidden)
430 VALUES (1, 'biblio', '026', '5', $$Institution to which field applies$$,
431 TRUE, FALSE, FALSE);
432 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
433                                  repeatable, mandatory, hidden)
434 VALUES (1, 'biblio', '026', '6', $$Linkage$$,
435 FALSE, FALSE, FALSE);
436 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
437                                  repeatable, mandatory, hidden)
438 VALUES (1, 'biblio', '026', '8', $$Field link and sequence number$$,
439 TRUE, FALSE, FALSE);
440 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
441                               fixed_field, repeatable, mandatory, hidden)
442 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.$$,
443 FALSE, TRUE, FALSE, FALSE);
444 INSERT INTO config.record_attr_definition(name, label)
445 VALUES ('marc21_biblio_027_ind_1', 'MARC 21 biblio field 027 indicator position 1');
446 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
447 VALUES ('marc21_biblio_027_ind_1', '#', $$Undefined$$, FALSE, TRUE);
448 INSERT INTO config.record_attr_definition(name, label)
449 VALUES ('marc21_biblio_027_ind_2', 'MARC 21 biblio field 027 indicator position 2');
450 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
451 VALUES ('marc21_biblio_027_ind_2', '#', $$Undefined$$, FALSE, TRUE);
452 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
453                                  repeatable, mandatory, hidden)
454 VALUES (1, 'biblio', '027', 'a', $$Standard technical report number$$,
455 FALSE, FALSE, FALSE);
456 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
457                                  repeatable, mandatory, hidden)
458 VALUES (1, 'biblio', '027', 'z', $$Canceled/invalid number$$,
459 TRUE, FALSE, FALSE);
460 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
461                                  repeatable, mandatory, hidden)
462 VALUES (1, 'biblio', '027', '6', $$Linkage$$,
463 FALSE, FALSE, FALSE);
464 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
465                                  repeatable, mandatory, hidden)
466 VALUES (1, 'biblio', '027', '8', $$Field link and sequence number$$,
467 TRUE, FALSE, FALSE);
468 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
469                               fixed_field, repeatable, mandatory, hidden)
470 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.$$,
471 FALSE, TRUE, FALSE, FALSE);
472 INSERT INTO config.record_attr_definition(name, label)
473 VALUES ('marc21_biblio_028_ind_1', 'MARC 21 biblio field 028 indicator position 1');
474 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
475 VALUES ('marc21_biblio_028_ind_1', '0', $$Issue number$$, FALSE, TRUE);
476 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
477 VALUES ('marc21_biblio_028_ind_1', '1', $$Matrix number$$, FALSE, TRUE);
478 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
479 VALUES ('marc21_biblio_028_ind_1', '2', $$Plate number$$, FALSE, TRUE);
480 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
481 VALUES ('marc21_biblio_028_ind_1', '3', $$Other music number$$, FALSE, TRUE);
482 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
483 VALUES ('marc21_biblio_028_ind_1', '4', $$Videorecording number$$, FALSE, TRUE);
484 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
485 VALUES ('marc21_biblio_028_ind_1', '5', $$Other publisher number$$, FALSE, TRUE);
486 INSERT INTO config.record_attr_definition(name, label)
487 VALUES ('marc21_biblio_028_ind_2', 'MARC 21 biblio field 028 indicator position 2');
488 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
489 VALUES ('marc21_biblio_028_ind_2', '0', $$No note, no added entry$$, FALSE, TRUE);
490 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
491 VALUES ('marc21_biblio_028_ind_2', '1', $$Note, 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', '2', $$Note, no 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', '3', $$No note, added entry$$, FALSE, TRUE);
496 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
497                                  repeatable, mandatory, hidden)
498 VALUES (1, 'biblio', '028', 'a', $$Publisher number$$,
499 FALSE, FALSE, FALSE);
500 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
501                                  repeatable, mandatory, hidden)
502 VALUES (1, 'biblio', '028', 'b', $$Source$$,
503 FALSE, FALSE, FALSE);
504 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
505                                  repeatable, mandatory, hidden)
506 VALUES (1, 'biblio', '028', '6', $$Linkage$$,
507 FALSE, FALSE, FALSE);
508 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
509                                  repeatable, mandatory, hidden)
510 VALUES (1, 'biblio', '028', '8', $$Field link and sequence number$$,
511 TRUE, FALSE, FALSE);
512 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
513                               fixed_field, repeatable, mandatory, hidden)
514 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.$$,
515 FALSE, TRUE, FALSE, FALSE);
516 INSERT INTO config.record_attr_definition(name, label)
517 VALUES ('marc21_biblio_030_ind_1', 'MARC 21 biblio field 030 indicator position 1');
518 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
519 VALUES ('marc21_biblio_030_ind_1', '#', $$Undefined$$, FALSE, TRUE);
520 INSERT INTO config.record_attr_definition(name, label)
521 VALUES ('marc21_biblio_030_ind_2', 'MARC 21 biblio field 030 indicator position 2');
522 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
523 VALUES ('marc21_biblio_030_ind_2', '#', $$Undefined$$, FALSE, TRUE);
524 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
525                                  repeatable, mandatory, hidden)
526 VALUES (1, 'biblio', '030', 'a', $$CODEN$$,
527 FALSE, FALSE, FALSE);
528 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
529                                  repeatable, mandatory, hidden)
530 VALUES (1, 'biblio', '030', 'z', $$Canceled/invalid CODEN$$,
531 TRUE, FALSE, FALSE);
532 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
533                                  repeatable, mandatory, hidden)
534 VALUES (1, 'biblio', '030', '6', $$Linkage$$,
535 FALSE, FALSE, FALSE);
536 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
537                                  repeatable, mandatory, hidden)
538 VALUES (1, 'biblio', '030', '8', $$Field link and sequence number$$,
539 TRUE, FALSE, FALSE);
540 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
541                               fixed_field, repeatable, mandatory, hidden)
542 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.$$,
543 FALSE, TRUE, FALSE, FALSE);
544 INSERT INTO config.record_attr_definition(name, label)
545 VALUES ('marc21_biblio_031_ind_1', 'MARC 21 biblio field 031 indicator position 1');
546 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
547 VALUES ('marc21_biblio_031_ind_1', '#', $$Undefined$$, FALSE, TRUE);
548 INSERT INTO config.record_attr_definition(name, label)
549 VALUES ('marc21_biblio_031_ind_2', 'MARC 21 biblio field 031 indicator position 2');
550 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
551 VALUES ('marc21_biblio_031_ind_2', '#', $$Undefined$$, FALSE, TRUE);
552 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
553                                  repeatable, mandatory, hidden)
554 VALUES (1, 'biblio', '031', 'a', $$Number of work$$,
555 FALSE, FALSE, FALSE);
556 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
557                                  repeatable, mandatory, hidden)
558 VALUES (1, 'biblio', '031', 'b', $$Number of movement$$,
559 FALSE, FALSE, FALSE);
560 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
561                                  repeatable, mandatory, hidden)
562 VALUES (1, 'biblio', '031', 'c', $$Number of excerpt$$,
563 FALSE, FALSE, FALSE);
564 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
565                                  repeatable, mandatory, hidden)
566 VALUES (1, 'biblio', '031', 'd', $$Caption or heading$$,
567 TRUE, FALSE, FALSE);
568 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
569                                  repeatable, mandatory, hidden)
570 VALUES (1, 'biblio', '031', 'e', $$Role$$,
571 FALSE, FALSE, FALSE);
572 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
573                                  repeatable, mandatory, hidden)
574 VALUES (1, 'biblio', '031', 'g', $$Clef$$,
575 FALSE, FALSE, FALSE);
576 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
577                                  repeatable, mandatory, hidden)
578 VALUES (1, 'biblio', '031', 'm', $$Voice/instrument$$,
579 FALSE, FALSE, FALSE);
580 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
581                                  repeatable, mandatory, hidden)
582 VALUES (1, 'biblio', '031', 'n', $$Key signature$$,
583 FALSE, FALSE, FALSE);
584 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
585                                  repeatable, mandatory, hidden)
586 VALUES (1, 'biblio', '031', 'o', $$Time signature$$,
587 FALSE, FALSE, FALSE);
588 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
589                                  repeatable, mandatory, hidden)
590 VALUES (1, 'biblio', '031', 'p', $$Musical notation$$,
591 FALSE, FALSE, FALSE);
592 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
593                                  repeatable, mandatory, hidden)
594 VALUES (1, 'biblio', '031', 'q', $$General note$$,
595 TRUE, FALSE, FALSE);
596 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
597                                  repeatable, mandatory, hidden)
598 VALUES (1, 'biblio', '031', 'r', $$Key or mode$$,
599 FALSE, FALSE, FALSE);
600 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
601                                  repeatable, mandatory, hidden)
602 VALUES (1, 'biblio', '031', 's', $$Coded validity note$$,
603 TRUE, FALSE, FALSE);
604 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
605                                  repeatable, mandatory, hidden)
606 VALUES (1, 'biblio', '031', 't', $$Text incipit$$,
607 TRUE, FALSE, FALSE);
608 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
609                                  repeatable, mandatory, hidden)
610 VALUES (1, 'biblio', '031', 'u', $$Uniform Resource Identifier$$,
611 TRUE, FALSE, FALSE);
612 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
613                                  repeatable, mandatory, hidden)
614 VALUES (1, 'biblio', '031', 'y', $$Link text$$,
615 TRUE, FALSE, FALSE);
616 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
617                                  repeatable, mandatory, hidden)
618 VALUES (1, 'biblio', '031', 'z', $$Public note$$,
619 TRUE, FALSE, FALSE);
620 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
621                                  repeatable, mandatory, hidden)
622 VALUES (1, 'biblio', '031', '2', $$System code$$,
623 FALSE, FALSE, FALSE);
624 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
625                                  repeatable, mandatory, hidden)
626 VALUES (1, 'biblio', '031', '6', $$Linkage$$,
627 FALSE, FALSE, FALSE);
628 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
629                                  repeatable, mandatory, hidden)
630 VALUES (1, 'biblio', '031', '8', $$Field link and sequence number$$,
631 TRUE, FALSE, FALSE);
632 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
633                               fixed_field, repeatable, mandatory, hidden)
634 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.$$,
635 FALSE, TRUE, FALSE, FALSE);
636 INSERT INTO config.record_attr_definition(name, label)
637 VALUES ('marc21_biblio_032_ind_1', 'MARC 21 biblio field 032 indicator position 1');
638 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
639 VALUES ('marc21_biblio_032_ind_1', '#', $$Undefined$$, FALSE, TRUE);
640 INSERT INTO config.record_attr_definition(name, label)
641 VALUES ('marc21_biblio_032_ind_2', 'MARC 21 biblio field 032 indicator position 2');
642 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
643 VALUES ('marc21_biblio_032_ind_2', '#', $$Undefined$$, FALSE, TRUE);
644 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
645                                  repeatable, mandatory, hidden)
646 VALUES (1, 'biblio', '032', 'a', $$Postal registration number$$,
647 FALSE, FALSE, FALSE);
648 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
649                                  repeatable, mandatory, hidden)
650 VALUES (1, 'biblio', '032', 'b', $$Source agency assigning number$$,
651 FALSE, FALSE, FALSE);
652 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
653                                  repeatable, mandatory, hidden)
654 VALUES (1, 'biblio', '032', '6', $$Linkage$$,
655 FALSE, FALSE, FALSE);
656 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
657                                  repeatable, mandatory, hidden)
658 VALUES (1, 'biblio', '032', '8', $$Field link and sequence number$$,
659 TRUE, FALSE, FALSE);
660 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
661                               fixed_field, repeatable, mandatory, hidden)
662 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).$$,
663 FALSE, TRUE, FALSE, FALSE);
664 INSERT INTO config.record_attr_definition(name, label)
665 VALUES ('marc21_biblio_033_ind_1', 'MARC 21 biblio field 033 indicator position 1');
666 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
667 VALUES ('marc21_biblio_033_ind_1', '#', $$No date information$$, FALSE, TRUE);
668 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
669 VALUES ('marc21_biblio_033_ind_1', '0', $$Single date$$, FALSE, TRUE);
670 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
671 VALUES ('marc21_biblio_033_ind_1', '1', $$Multiple single dates$$, FALSE, TRUE);
672 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
673 VALUES ('marc21_biblio_033_ind_1', '2', $$Range of dates$$, FALSE, TRUE);
674 INSERT INTO config.record_attr_definition(name, label)
675 VALUES ('marc21_biblio_033_ind_2', 'MARC 21 biblio field 033 indicator position 2');
676 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
677 VALUES ('marc21_biblio_033_ind_2', '#', $$No information provided$$, FALSE, TRUE);
678 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
679 VALUES ('marc21_biblio_033_ind_2', '0', $$Capture$$, FALSE, TRUE);
680 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
681 VALUES ('marc21_biblio_033_ind_2', '1', $$Broadcast$$, FALSE, TRUE);
682 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
683 VALUES ('marc21_biblio_033_ind_2', '2', $$Finding$$, FALSE, TRUE);
684 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
685                                  repeatable, mandatory, hidden)
686 VALUES (1, 'biblio', '033', 'a', $$Formatted date/time$$,
687 TRUE, FALSE, FALSE);
688 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
689                                  repeatable, mandatory, hidden)
690 VALUES (1, 'biblio', '033', 'b', $$Geographic classification area code$$,
691 TRUE, FALSE, FALSE);
692 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
693                                  repeatable, mandatory, hidden)
694 VALUES (1, 'biblio', '033', 'c', $$Geographic classification subarea code$$,
695 TRUE, FALSE, FALSE);
696 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
697                                  repeatable, mandatory, hidden)
698 VALUES (1, 'biblio', '033', 'p', $$Place of event$$,
699 TRUE, FALSE, FALSE);
700 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
701                                  repeatable, mandatory, hidden)
702 VALUES (1, 'biblio', '033', '0', $$Record control number$$,
703 TRUE, FALSE, FALSE);
704 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
705                                  repeatable, mandatory, hidden)
706 VALUES (1, 'biblio', '033', '2', $$Source of term$$,
707 TRUE, FALSE, FALSE);
708 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
709                                  repeatable, mandatory, hidden)
710 VALUES (1, 'biblio', '033', '3', $$Materials specified$$,
711 FALSE, FALSE, FALSE);
712 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
713                                  repeatable, mandatory, hidden)
714 VALUES (1, 'biblio', '033', '6', $$Linkage$$,
715 FALSE, FALSE, FALSE);
716 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
717                                  repeatable, mandatory, hidden)
718 VALUES (1, 'biblio', '033', '8', $$Field link and sequence number$$,
719 TRUE, FALSE, FALSE);
720 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
721                               fixed_field, repeatable, mandatory, hidden)
722 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.$$,
723 FALSE, TRUE, FALSE, FALSE);
724 INSERT INTO config.record_attr_definition(name, label)
725 VALUES ('marc21_biblio_034_ind_1', 'MARC 21 biblio field 034 indicator position 1');
726 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
727 VALUES ('marc21_biblio_034_ind_1', '0', $$Scale indeterminable/No scale recorded$$, FALSE, TRUE);
728 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
729 VALUES ('marc21_biblio_034_ind_1', '1', $$Single scale$$, FALSE, TRUE);
730 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
731 VALUES ('marc21_biblio_034_ind_1', '3', $$Range of scales$$, FALSE, TRUE);
732 INSERT INTO config.record_attr_definition(name, label)
733 VALUES ('marc21_biblio_034_ind_2', 'MARC 21 biblio field 034 indicator position 2');
734 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
735 VALUES ('marc21_biblio_034_ind_2', '#', $$Not applicable$$, FALSE, TRUE);
736 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
737 VALUES ('marc21_biblio_034_ind_2', '0', $$Outer ring$$, FALSE, TRUE);
738 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
739 VALUES ('marc21_biblio_034_ind_2', '1', $$Exclusion ring$$, FALSE, TRUE);
740 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
741                                  repeatable, mandatory, hidden)
742 VALUES (1, 'biblio', '034', 'a', $$Category of scale$$,
743 FALSE, FALSE, FALSE);
744 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
745                                  repeatable, mandatory, hidden)
746 VALUES (1, 'biblio', '034', 'b', $$Constant ratio linear horizontal scale$$,
747 TRUE, FALSE, FALSE);
748 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
749                                  repeatable, mandatory, hidden)
750 VALUES (1, 'biblio', '034', 'c', $$Constant ratio linear vertical scale$$,
751 TRUE, FALSE, FALSE);
752 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
753                                  repeatable, mandatory, hidden)
754 VALUES (1, 'biblio', '034', 'd', $$Coordinates$$,
755 TRUE, FALSE, FALSE);
756 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
757                                  repeatable, mandatory, hidden)
758 VALUES (1, 'biblio', '034', 'e', $$Coordinates$$,
759 TRUE, FALSE, FALSE);
760 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
761                                  repeatable, mandatory, hidden)
762 VALUES (1, 'biblio', '034', 'f', $$Coordinates$$,
763 TRUE, FALSE, FALSE);
764 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
765                                  repeatable, mandatory, hidden)
766 VALUES (1, 'biblio', '034', 'g', $$Coordinates$$,
767 TRUE, FALSE, FALSE);
768 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
769                                  repeatable, mandatory, hidden)
770 VALUES (1, 'biblio', '034', 'h', $$Angular scale$$,
771 TRUE, FALSE, FALSE);
772 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
773                                  repeatable, mandatory, hidden)
774 VALUES (1, 'biblio', '034', 'j', $$Declination$$,
775 TRUE, FALSE, FALSE);
776 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
777                                  repeatable, mandatory, hidden)
778 VALUES (1, 'biblio', '034', 'k', $$Declination$$,
779 TRUE, FALSE, FALSE);
780 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
781                                  repeatable, mandatory, hidden)
782 VALUES (1, 'biblio', '034', 'm', $$Right ascension$$,
783 TRUE, FALSE, FALSE);
784 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
785                                  repeatable, mandatory, hidden)
786 VALUES (1, 'biblio', '034', 'n', $$Right ascension$$,
787 TRUE, FALSE, FALSE);
788 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
789                                  repeatable, mandatory, hidden)
790 VALUES (1, 'biblio', '034', 'p', $$Equinox$$,
791 FALSE, FALSE, FALSE);
792 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
793                                  repeatable, mandatory, hidden)
794 VALUES (1, 'biblio', '034', 'r', $$Distance from earth$$,
795 FALSE, FALSE, FALSE);
796 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
797                                  repeatable, mandatory, hidden)
798 VALUES (1, 'biblio', '034', 's', $$G-ring latitude$$,
799 TRUE, FALSE, FALSE);
800 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
801                                  repeatable, mandatory, hidden)
802 VALUES (1, 'biblio', '034', 't', $$G-ring longitude$$,
803 TRUE, FALSE, FALSE);
804 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
805                                  repeatable, mandatory, hidden)
806 VALUES (1, 'biblio', '034', 'x', $$Beginning date$$,
807 FALSE, FALSE, FALSE);
808 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
809                                  repeatable, mandatory, hidden)
810 VALUES (1, 'biblio', '034', 'y', $$Ending date$$,
811 FALSE, FALSE, FALSE);
812 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
813                                  repeatable, mandatory, hidden)
814 VALUES (1, 'biblio', '034', 'z', $$Name of extraterrestrial body$$,
815 FALSE, FALSE, FALSE);
816 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
817                                  repeatable, mandatory, hidden)
818 VALUES (1, 'biblio', '034', '2', $$Source$$,
819 FALSE, FALSE, FALSE);
820 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
821                                  repeatable, mandatory, hidden)
822 VALUES (1, 'biblio', '034', '3', $$Materials specified$$,
823 FALSE, FALSE, FALSE);
824 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
825                                  repeatable, mandatory, hidden)
826 VALUES (1, 'biblio', '034', '6', $$Linkage$$,
827 FALSE, FALSE, FALSE);
828 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
829                                  repeatable, mandatory, hidden)
830 VALUES (1, 'biblio', '034', '8', $$Field link and sequence number$$,
831 TRUE, FALSE, FALSE);
832 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
833                               fixed_field, repeatable, mandatory, hidden)
834 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).$$,
835 FALSE, TRUE, FALSE, FALSE);
836 INSERT INTO config.record_attr_definition(name, label)
837 VALUES ('marc21_biblio_035_ind_1', 'MARC 21 biblio field 035 indicator position 1');
838 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
839 VALUES ('marc21_biblio_035_ind_1', '#', $$Undefined$$, FALSE, TRUE);
840 INSERT INTO config.record_attr_definition(name, label)
841 VALUES ('marc21_biblio_035_ind_2', 'MARC 21 biblio field 035 indicator position 2');
842 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
843 VALUES ('marc21_biblio_035_ind_2', '#', $$Undefined$$, FALSE, TRUE);
844 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
845                                  repeatable, mandatory, hidden)
846 VALUES (1, 'biblio', '035', 'a', $$System control number$$,
847 FALSE, FALSE, FALSE);
848 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
849                                  repeatable, mandatory, hidden)
850 VALUES (1, 'biblio', '035', 'z', $$Canceled/invalid control number$$,
851 TRUE, FALSE, FALSE);
852 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
853                                  repeatable, mandatory, hidden)
854 VALUES (1, 'biblio', '035', '6', $$Linkage$$,
855 FALSE, FALSE, FALSE);
856 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
857                                  repeatable, mandatory, hidden)
858 VALUES (1, 'biblio', '035', '8', $$Field link and sequence number$$,
859 TRUE, FALSE, FALSE);
860 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
861                               fixed_field, repeatable, mandatory, hidden)
862 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.$$,
863 FALSE, FALSE, FALSE, FALSE);
864 INSERT INTO config.record_attr_definition(name, label)
865 VALUES ('marc21_biblio_036_ind_1', 'MARC 21 biblio field 036 indicator position 1');
866 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
867 VALUES ('marc21_biblio_036_ind_1', '#', $$Undefined$$, FALSE, TRUE);
868 INSERT INTO config.record_attr_definition(name, label)
869 VALUES ('marc21_biblio_036_ind_2', 'MARC 21 biblio field 036 indicator position 2');
870 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
871 VALUES ('marc21_biblio_036_ind_2', '#', $$Undefined$$, FALSE, TRUE);
872 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
873                                  repeatable, mandatory, hidden)
874 VALUES (1, 'biblio', '036', 'a', $$Original study number$$,
875 FALSE, FALSE, FALSE);
876 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
877                                  repeatable, mandatory, hidden)
878 VALUES (1, 'biblio', '036', 'b', $$Source agency assigning number$$,
879 FALSE, FALSE, FALSE);
880 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
881                                  repeatable, mandatory, hidden)
882 VALUES (1, 'biblio', '036', '6', $$Linkage$$,
883 FALSE, FALSE, FALSE);
884 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
885                                  repeatable, mandatory, hidden)
886 VALUES (1, 'biblio', '036', '8', $$Field link and sequence number$$,
887 TRUE, FALSE, FALSE);
888 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
889                               fixed_field, repeatable, mandatory, hidden)
890 VALUES (1, 'biblio', '037', $$Source of Acquisition$$, $$Source of acquisition information for the item or its reproduction.$$,
891 FALSE, TRUE, FALSE, FALSE);
892 INSERT INTO config.record_attr_definition(name, label)
893 VALUES ('marc21_biblio_037_ind_1', 'MARC 21 biblio field 037 indicator position 1');
894 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
895 VALUES ('marc21_biblio_037_ind_1', '#', $$Undefined$$, FALSE, TRUE);
896 INSERT INTO config.record_attr_definition(name, label)
897 VALUES ('marc21_biblio_037_ind_2', 'MARC 21 biblio field 037 indicator position 2');
898 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
899 VALUES ('marc21_biblio_037_ind_2', '#', $$Undefined$$, FALSE, TRUE);
900 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
901                                  repeatable, mandatory, hidden)
902 VALUES (1, 'biblio', '037', 'a', $$Stock number$$,
903 FALSE, FALSE, FALSE);
904 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
905                                  repeatable, mandatory, hidden)
906 VALUES (1, 'biblio', '037', 'b', $$Source of stock number/acquisition$$,
907 FALSE, FALSE, FALSE);
908 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
909                                  repeatable, mandatory, hidden)
910 VALUES (1, 'biblio', '037', 'c', $$Terms of availability$$,
911 TRUE, FALSE, FALSE);
912 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
913                                  repeatable, mandatory, hidden)
914 VALUES (1, 'biblio', '037', 'f', $$Form of issue$$,
915 TRUE, FALSE, FALSE);
916 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
917                                  repeatable, mandatory, hidden)
918 VALUES (1, 'biblio', '037', 'g', $$Additional format characteristics$$,
919 TRUE, FALSE, FALSE);
920 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
921                                  repeatable, mandatory, hidden)
922 VALUES (1, 'biblio', '037', 'n', $$Note$$,
923 TRUE, FALSE, FALSE);
924 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
925                                  repeatable, mandatory, hidden)
926 VALUES (1, 'biblio', '037', '6', $$Linkage$$,
927 FALSE, FALSE, FALSE);
928 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
929                                  repeatable, mandatory, hidden)
930 VALUES (1, 'biblio', '037', '8', $$Field link and sequence number$$,
931 TRUE, FALSE, FALSE);
932 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
933                               fixed_field, repeatable, mandatory, hidden)
934 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.$$,
935 FALSE, FALSE, FALSE, FALSE);
936 INSERT INTO config.record_attr_definition(name, label)
937 VALUES ('marc21_biblio_038_ind_1', 'MARC 21 biblio field 038 indicator position 1');
938 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
939 VALUES ('marc21_biblio_038_ind_1', '#', $$Undefined$$, FALSE, TRUE);
940 INSERT INTO config.record_attr_definition(name, label)
941 VALUES ('marc21_biblio_038_ind_2', 'MARC 21 biblio field 038 indicator position 2');
942 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
943 VALUES ('marc21_biblio_038_ind_2', '#', $$Undefined$$, FALSE, TRUE);
944 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
945                                  repeatable, mandatory, hidden)
946 VALUES (1, 'biblio', '038', 'a', $$Record content licensor$$,
947 FALSE, FALSE, FALSE);
948 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
949                                  repeatable, mandatory, hidden)
950 VALUES (1, 'biblio', '038', '6', $$Linkage$$,
951 FALSE, FALSE, FALSE);
952 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
953                                  repeatable, mandatory, hidden)
954 VALUES (1, 'biblio', '038', '8', $$Field link and sequence number$$,
955 TRUE, FALSE, FALSE);
956 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
957                               fixed_field, repeatable, mandatory, hidden)
958 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.$$,
959 FALSE, FALSE, FALSE, FALSE);
960 INSERT INTO config.record_attr_definition(name, label)
961 VALUES ('marc21_biblio_040_ind_1', 'MARC 21 biblio field 040 indicator position 1');
962 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
963 VALUES ('marc21_biblio_040_ind_1', '#', $$Undefined$$, FALSE, TRUE);
964 INSERT INTO config.record_attr_definition(name, label)
965 VALUES ('marc21_biblio_040_ind_2', 'MARC 21 biblio field 040 indicator position 2');
966 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
967 VALUES ('marc21_biblio_040_ind_2', '#', $$Undefined$$, FALSE, TRUE);
968 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
969                                  repeatable, mandatory, hidden)
970 VALUES (1, 'biblio', '040', 'a', $$Original cataloging agency$$,
971 FALSE, FALSE, FALSE);
972 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
973                                  repeatable, mandatory, hidden)
974 VALUES (1, 'biblio', '040', 'b', $$Language of cataloging$$,
975 FALSE, FALSE, FALSE);
976 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
977                                  repeatable, mandatory, hidden)
978 VALUES (1, 'biblio', '040', 'c', $$Transcribing agency$$,
979 FALSE, FALSE, FALSE);
980 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
981                                  repeatable, mandatory, hidden)
982 VALUES (1, 'biblio', '040', 'd', $$Modifying agency$$,
983 TRUE, FALSE, FALSE);
984 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
985                                  repeatable, mandatory, hidden)
986 VALUES (1, 'biblio', '040', 'e', $$Description conventions$$,
987 TRUE, FALSE, FALSE);
988 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
989                                  repeatable, mandatory, hidden)
990 VALUES (1, 'biblio', '040', '6', $$Linkage$$,
991 FALSE, FALSE, FALSE);
992 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
993                                  repeatable, mandatory, hidden)
994 VALUES (1, 'biblio', '040', '8', $$Field link and sequence number$$,
995 TRUE, FALSE, FALSE);
996 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
997                               fixed_field, repeatable, mandatory, hidden)
998 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 ( ).$$,
999 FALSE, TRUE, FALSE, FALSE);
1000 INSERT INTO config.record_attr_definition(name, label)
1001 VALUES ('marc21_biblio_041_ind_1', 'MARC 21 biblio field 041 indicator position 1');
1002 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1003 VALUES ('marc21_biblio_041_ind_1', '#', $$No information provided$$, FALSE, TRUE);
1004 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1005 VALUES ('marc21_biblio_041_ind_1', '0', $$Item not a translation/does not include a translation$$, FALSE, TRUE);
1006 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1007 VALUES ('marc21_biblio_041_ind_1', '1', $$Item is or includes a translation$$, FALSE, TRUE);
1008 INSERT INTO config.record_attr_definition(name, label)
1009 VALUES ('marc21_biblio_041_ind_2', 'MARC 21 biblio field 041 indicator position 2');
1010 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1011 VALUES ('marc21_biblio_041_ind_2', '#', $$MARC language code$$, FALSE, TRUE);
1012 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1013 VALUES ('marc21_biblio_041_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
1014 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1015                                  repeatable, mandatory, hidden)
1016 VALUES (1, 'biblio', '041', 'a', $$Language code of text/sound track or separate title$$,
1017 TRUE, FALSE, FALSE);
1018 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1019                                  repeatable, mandatory, hidden)
1020 VALUES (1, 'biblio', '041', 'b', $$Language code of summary or abstract$$,
1021 TRUE, FALSE, FALSE);
1022 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1023                                  repeatable, mandatory, hidden)
1024 VALUES (1, 'biblio', '041', 'd', $$Language code of sung or spoken text$$,
1025 TRUE, FALSE, FALSE);
1026 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1027                                  repeatable, mandatory, hidden)
1028 VALUES (1, 'biblio', '041', 'e', $$Language code of librettos$$,
1029 TRUE, FALSE, FALSE);
1030 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1031                                  repeatable, mandatory, hidden)
1032 VALUES (1, 'biblio', '041', 'f', $$Language code of table of contents$$,
1033 TRUE, FALSE, FALSE);
1034 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1035                                  repeatable, mandatory, hidden)
1036 VALUES (1, 'biblio', '041', 'g', $$Language code of accompanying material other than librettos$$,
1037 TRUE, FALSE, FALSE);
1038 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1039                                  repeatable, mandatory, hidden)
1040 VALUES (1, 'biblio', '041', 'h', $$Language code of original and/or intermediate translations of text$$,
1041 TRUE, FALSE, FALSE);
1042 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1043                                  repeatable, mandatory, hidden)
1044 VALUES (1, 'biblio', '041', 'j', $$Language code of subtitles or captions$$,
1045 TRUE, FALSE, FALSE);
1046 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1047                                  repeatable, mandatory, hidden)
1048 VALUES (1, 'biblio', '041', '2', $$Source of code$$,
1049 FALSE, FALSE, FALSE);
1050 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1051                                  repeatable, mandatory, hidden)
1052 VALUES (1, 'biblio', '041', '6', $$Linkage$$,
1053 FALSE, FALSE, FALSE);
1054 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1055                                  repeatable, mandatory, hidden)
1056 VALUES (1, 'biblio', '041', '8', $$Field link and sequence number$$,
1057 TRUE, FALSE, FALSE);
1058 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1059                               fixed_field, repeatable, mandatory, hidden)
1060 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: .$$,
1061 FALSE, FALSE, FALSE, FALSE);
1062 INSERT INTO config.record_attr_definition(name, label)
1063 VALUES ('marc21_biblio_042_ind_1', 'MARC 21 biblio field 042 indicator position 1');
1064 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1065 VALUES ('marc21_biblio_042_ind_1', '#', $$Undefined$$, FALSE, TRUE);
1066 INSERT INTO config.record_attr_definition(name, label)
1067 VALUES ('marc21_biblio_042_ind_2', 'MARC 21 biblio field 042 indicator position 2');
1068 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1069 VALUES ('marc21_biblio_042_ind_2', '#', $$Undefined$$, FALSE, TRUE);
1070 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1071                                  repeatable, mandatory, hidden)
1072 VALUES (1, 'biblio', '042', 'a', $$Authentication code$$,
1073 TRUE, FALSE, FALSE);
1074 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1075                               fixed_field, repeatable, mandatory, hidden)
1076 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 .$$,
1077 FALSE, FALSE, FALSE, FALSE);
1078 INSERT INTO config.record_attr_definition(name, label)
1079 VALUES ('marc21_biblio_043_ind_1', 'MARC 21 biblio field 043 indicator position 1');
1080 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1081 VALUES ('marc21_biblio_043_ind_1', '#', $$Undefined$$, FALSE, TRUE);
1082 INSERT INTO config.record_attr_definition(name, label)
1083 VALUES ('marc21_biblio_043_ind_2', 'MARC 21 biblio field 043 indicator position 2');
1084 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1085 VALUES ('marc21_biblio_043_ind_2', '#', $$Undefined$$, FALSE, TRUE);
1086 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1087                                  repeatable, mandatory, hidden)
1088 VALUES (1, 'biblio', '043', 'a', $$Geographic area code$$,
1089 TRUE, FALSE, FALSE);
1090 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1091                                  repeatable, mandatory, hidden)
1092 VALUES (1, 'biblio', '043', 'b', $$Local GAC code$$,
1093 TRUE, FALSE, FALSE);
1094 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1095                                  repeatable, mandatory, hidden)
1096 VALUES (1, 'biblio', '043', 'c', $$ISO code$$,
1097 TRUE, FALSE, FALSE);
1098 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1099                                  repeatable, mandatory, hidden)
1100 VALUES (1, 'biblio', '043', '2', $$Source of local code$$,
1101 TRUE, FALSE, FALSE);
1102 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1103                                  repeatable, mandatory, hidden)
1104 VALUES (1, 'biblio', '043', '6', $$Linkage$$,
1105 FALSE, FALSE, FALSE);
1106 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1107                                  repeatable, mandatory, hidden)
1108 VALUES (1, 'biblio', '043', '8', $$Field link and sequence number$$,
1109 TRUE, FALSE, FALSE);
1110 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1111                               fixed_field, repeatable, mandatory, hidden)
1112 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 .$$,
1113 FALSE, FALSE, FALSE, FALSE);
1114 INSERT INTO config.record_attr_definition(name, label)
1115 VALUES ('marc21_biblio_044_ind_1', 'MARC 21 biblio field 044 indicator position 1');
1116 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1117 VALUES ('marc21_biblio_044_ind_1', '#', $$Undefined$$, FALSE, TRUE);
1118 INSERT INTO config.record_attr_definition(name, label)
1119 VALUES ('marc21_biblio_044_ind_2', 'MARC 21 biblio field 044 indicator position 2');
1120 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1121 VALUES ('marc21_biblio_044_ind_2', '#', $$Undefined$$, FALSE, TRUE);
1122 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1123                                  repeatable, mandatory, hidden)
1124 VALUES (1, 'biblio', '044', 'a', $$MARC country code$$,
1125 TRUE, FALSE, FALSE);
1126 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1127                                  repeatable, mandatory, hidden)
1128 VALUES (1, 'biblio', '044', 'b', $$Local subentity code$$,
1129 TRUE, FALSE, FALSE);
1130 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1131                                  repeatable, mandatory, hidden)
1132 VALUES (1, 'biblio', '044', 'c', $$ISO country code$$,
1133 TRUE, FALSE, FALSE);
1134 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1135                                  repeatable, mandatory, hidden)
1136 VALUES (1, 'biblio', '044', '2', $$Source of local subentity code$$,
1137 TRUE, FALSE, FALSE);
1138 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1139                                  repeatable, mandatory, hidden)
1140 VALUES (1, 'biblio', '044', '6', $$Linkage$$,
1141 FALSE, FALSE, FALSE);
1142 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1143                                  repeatable, mandatory, hidden)
1144 VALUES (1, 'biblio', '044', '8', $$Field link and sequence number$$,
1145 TRUE, FALSE, FALSE);
1146 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1147                               fixed_field, repeatable, mandatory, hidden)
1148 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.$$,
1149 FALSE, FALSE, FALSE, FALSE);
1150 INSERT INTO config.record_attr_definition(name, label)
1151 VALUES ('marc21_biblio_045_ind_1', 'MARC 21 biblio field 045 indicator position 1');
1152 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1153 VALUES ('marc21_biblio_045_ind_1', '#', $$Subfield $b or $c not present$$, FALSE, TRUE);
1154 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1155 VALUES ('marc21_biblio_045_ind_1', '0', $$Single date/time$$, FALSE, TRUE);
1156 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1157 VALUES ('marc21_biblio_045_ind_1', '1', $$Multiple single dates/times$$, FALSE, TRUE);
1158 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1159 VALUES ('marc21_biblio_045_ind_1', '2', $$Range of dates/times$$, FALSE, TRUE);
1160 INSERT INTO config.record_attr_definition(name, label)
1161 VALUES ('marc21_biblio_045_ind_2', 'MARC 21 biblio field 045 indicator position 2');
1162 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1163 VALUES ('marc21_biblio_045_ind_2', '#', $$Undefined$$, FALSE, TRUE);
1164 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1165                                  repeatable, mandatory, hidden)
1166 VALUES (1, 'biblio', '045', 'a', $$Time period code$$,
1167 TRUE, FALSE, FALSE);
1168 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1169                                  repeatable, mandatory, hidden)
1170 VALUES (1, 'biblio', '045', 'b', $$Formatted 9999 B.C. through C.E. time period$$,
1171 TRUE, FALSE, FALSE);
1172 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1173                                  repeatable, mandatory, hidden)
1174 VALUES (1, 'biblio', '045', 'c', $$Formatted pre-9999 B.C. time period$$,
1175 TRUE, FALSE, FALSE);
1176 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1177                                  repeatable, mandatory, hidden)
1178 VALUES (1, 'biblio', '045', '6', $$Linkage$$,
1179 FALSE, FALSE, FALSE);
1180 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1181                                  repeatable, mandatory, hidden)
1182 VALUES (1, 'biblio', '045', '8', $$Field link and sequence number$$,
1183 TRUE, FALSE, FALSE);
1184 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1185                               fixed_field, repeatable, mandatory, hidden)
1186 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.$$,
1187 FALSE, TRUE, FALSE, FALSE);
1188 INSERT INTO config.record_attr_definition(name, label)
1189 VALUES ('marc21_biblio_046_ind_1', 'MARC 21 biblio field 046 indicator position 1');
1190 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1191 VALUES ('marc21_biblio_046_ind_1', '#', $$Undefined$$, FALSE, TRUE);
1192 INSERT INTO config.record_attr_definition(name, label)
1193 VALUES ('marc21_biblio_046_ind_2', 'MARC 21 biblio field 046 indicator position 2');
1194 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1195 VALUES ('marc21_biblio_046_ind_2', '#', $$Undefined$$, FALSE, TRUE);
1196 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1197                                  repeatable, mandatory, hidden)
1198 VALUES (1, 'biblio', '046', 'a', $$Type of date code$$,
1199 FALSE, FALSE, FALSE);
1200 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1201                                  repeatable, mandatory, hidden)
1202 VALUES (1, 'biblio', '046', 'b', $$Date 1, B.C. date$$,
1203 FALSE, FALSE, FALSE);
1204 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1205                                  repeatable, mandatory, hidden)
1206 VALUES (1, 'biblio', '046', 'c', $$Date 1, C.E. date$$,
1207 FALSE, FALSE, FALSE);
1208 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1209                                  repeatable, mandatory, hidden)
1210 VALUES (1, 'biblio', '046', 'd', $$Date 2, B.C. date$$,
1211 FALSE, FALSE, FALSE);
1212 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1213                                  repeatable, mandatory, hidden)
1214 VALUES (1, 'biblio', '046', 'e', $$Date 2, C.E. date$$,
1215 FALSE, FALSE, FALSE);
1216 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1217                                  repeatable, mandatory, hidden)
1218 VALUES (1, 'biblio', '046', 'j', $$Date resource modified$$,
1219 FALSE, FALSE, FALSE);
1220 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1221                                  repeatable, mandatory, hidden)
1222 VALUES (1, 'biblio', '046', 'k', $$Beginning or single date created$$,
1223 FALSE, FALSE, FALSE);
1224 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1225                                  repeatable, mandatory, hidden)
1226 VALUES (1, 'biblio', '046', 'l', $$Ending date created$$,
1227 FALSE, FALSE, FALSE);
1228 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1229                                  repeatable, mandatory, hidden)
1230 VALUES (1, 'biblio', '046', 'm', $$Beginning of date valid$$,
1231 FALSE, FALSE, FALSE);
1232 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1233                                  repeatable, mandatory, hidden)
1234 VALUES (1, 'biblio', '046', 'n', $$End of date valid$$,
1235 FALSE, FALSE, FALSE);
1236 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1237                                  repeatable, mandatory, hidden)
1238 VALUES (1, 'biblio', '046', '2', $$Source of date$$,
1239 FALSE, FALSE, FALSE);
1240 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1241                                  repeatable, mandatory, hidden)
1242 VALUES (1, 'biblio', '046', '6', $$Linkage$$,
1243 FALSE, FALSE, FALSE);
1244 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1245                                  repeatable, mandatory, hidden)
1246 VALUES (1, 'biblio', '046', '8', $$Field link and sequence number$$,
1247 TRUE, FALSE, FALSE);
1248 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1249                               fixed_field, repeatable, mandatory, hidden)
1250 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).$$,
1251 FALSE, TRUE, FALSE, FALSE);
1252 INSERT INTO config.record_attr_definition(name, label)
1253 VALUES ('marc21_biblio_047_ind_1', 'MARC 21 biblio field 047 indicator position 1');
1254 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1255 VALUES ('marc21_biblio_047_ind_1', '#', $$Undefined$$, FALSE, TRUE);
1256 INSERT INTO config.record_attr_definition(name, label)
1257 VALUES ('marc21_biblio_047_ind_2', 'MARC 21 biblio field 047 indicator position 2');
1258 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1259 VALUES ('marc21_biblio_047_ind_2', '#', $$MARC musical composition code$$, FALSE, TRUE);
1260 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1261 VALUES ('marc21_biblio_047_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
1262 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1263                                  repeatable, mandatory, hidden)
1264 VALUES (1, 'biblio', '047', 'a', $$Form of musical composition code$$,
1265 TRUE, FALSE, FALSE);
1266 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1267                                  repeatable, mandatory, hidden)
1268 VALUES (1, 'biblio', '047', '2', $$Source of code$$,
1269 FALSE, FALSE, FALSE);
1270 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1271                                  repeatable, mandatory, hidden)
1272 VALUES (1, 'biblio', '047', '8', $$Field link and sequence number$$,
1273 TRUE, FALSE, FALSE);
1274 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1275                               fixed_field, repeatable, mandatory, hidden)
1276 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.$$,
1277 FALSE, TRUE, FALSE, FALSE);
1278 INSERT INTO config.record_attr_definition(name, label)
1279 VALUES ('marc21_biblio_048_ind_1', 'MARC 21 biblio field 048 indicator position 1');
1280 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1281 VALUES ('marc21_biblio_048_ind_1', '#', $$Undefined$$, FALSE, TRUE);
1282 INSERT INTO config.record_attr_definition(name, label)
1283 VALUES ('marc21_biblio_048_ind_2', 'MARC 21 biblio field 048 indicator position 2');
1284 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1285 VALUES ('marc21_biblio_048_ind_2', '#', $$MARC code$$, FALSE, TRUE);
1286 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1287 VALUES ('marc21_biblio_048_ind_2', '7', $$Source specified in subfield â€¡2$$, FALSE, TRUE);
1288 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1289                                  repeatable, mandatory, hidden)
1290 VALUES (1, 'biblio', '048', 'a', $$Performer or ensemble$$,
1291 TRUE, FALSE, FALSE);
1292 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1293                                  repeatable, mandatory, hidden)
1294 VALUES (1, 'biblio', '048', 'b', $$Soloist$$,
1295 TRUE, FALSE, FALSE);
1296 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1297                                  repeatable, mandatory, hidden)
1298 VALUES (1, 'biblio', '048', '2', $$Source of code$$,
1299 FALSE, FALSE, FALSE);
1300 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1301                                  repeatable, mandatory, hidden)
1302 VALUES (1, 'biblio', '048', '8', $$Field link and sequence number$$,
1303 TRUE, FALSE, FALSE);
1304 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1305                               fixed_field, repeatable, mandatory, hidden)
1306 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.$$,
1307 FALSE, TRUE, FALSE, FALSE);
1308 INSERT INTO config.record_attr_definition(name, label)
1309 VALUES ('marc21_biblio_050_ind_1', 'MARC 21 biblio field 050 indicator position 1');
1310 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1311 VALUES ('marc21_biblio_050_ind_1', '#', $$No information provided$$, FALSE, TRUE);
1312 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1313 VALUES ('marc21_biblio_050_ind_1', '0', $$Item is in LC$$, FALSE, TRUE);
1314 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1315 VALUES ('marc21_biblio_050_ind_1', '1', $$Item is not in LC$$, FALSE, TRUE);
1316 INSERT INTO config.record_attr_definition(name, label)
1317 VALUES ('marc21_biblio_050_ind_2', 'MARC 21 biblio field 050 indicator position 2');
1318 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1319 VALUES ('marc21_biblio_050_ind_2', '0', $$Assigned by LC$$, FALSE, TRUE);
1320 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1321 VALUES ('marc21_biblio_050_ind_2', '4', $$Assigned by agency other than LC$$, FALSE, TRUE);
1322 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1323                                  repeatable, mandatory, hidden)
1324 VALUES (1, 'biblio', '050', 'a', $$Classification number$$,
1325 TRUE, FALSE, FALSE);
1326 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1327                                  repeatable, mandatory, hidden)
1328 VALUES (1, 'biblio', '050', 'b', $$Item number$$,
1329 FALSE, FALSE, FALSE);
1330 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1331                                  repeatable, mandatory, hidden)
1332 VALUES (1, 'biblio', '050', '3', $$Materials specified$$,
1333 FALSE, FALSE, FALSE);
1334 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1335                                  repeatable, mandatory, hidden)
1336 VALUES (1, 'biblio', '050', '6', $$Linkage$$,
1337 FALSE, FALSE, FALSE);
1338 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1339                                  repeatable, mandatory, hidden)
1340 VALUES (1, 'biblio', '050', '8', $$Field link and sequence number$$,
1341 TRUE, FALSE, FALSE);
1342 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1343                               fixed_field, repeatable, mandatory, hidden)
1344 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.$$,
1345 FALSE, TRUE, FALSE, FALSE);
1346 INSERT INTO config.record_attr_definition(name, label)
1347 VALUES ('marc21_biblio_051_ind_1', 'MARC 21 biblio field 051 indicator position 1');
1348 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1349 VALUES ('marc21_biblio_051_ind_1', '#', $$Undefined$$, FALSE, TRUE);
1350 INSERT INTO config.record_attr_definition(name, label)
1351 VALUES ('marc21_biblio_051_ind_2', 'MARC 21 biblio field 051 indicator position 2');
1352 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1353 VALUES ('marc21_biblio_051_ind_2', '#', $$Undefined$$, FALSE, TRUE);
1354 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1355                                  repeatable, mandatory, hidden)
1356 VALUES (1, 'biblio', '051', 'a', $$Classification number$$,
1357 FALSE, FALSE, FALSE);
1358 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1359                                  repeatable, mandatory, hidden)
1360 VALUES (1, 'biblio', '051', 'b', $$Item number$$,
1361 FALSE, FALSE, FALSE);
1362 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1363                                  repeatable, mandatory, hidden)
1364 VALUES (1, 'biblio', '051', 'c', $$Copy information$$,
1365 FALSE, FALSE, FALSE);
1366 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1367                                  repeatable, mandatory, hidden)
1368 VALUES (1, 'biblio', '051', '8', $$Field link and sequence number$$,
1369 TRUE, FALSE, FALSE);
1370 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1371                               fixed_field, repeatable, mandatory, hidden)
1372 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.$$,
1373 FALSE, TRUE, FALSE, FALSE);
1374 INSERT INTO config.record_attr_definition(name, label)
1375 VALUES ('marc21_biblio_052_ind_1', 'MARC 21 biblio field 052 indicator position 1');
1376 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1377 VALUES ('marc21_biblio_052_ind_1', '#', $$Library of Congress Classification$$, FALSE, TRUE);
1378 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1379 VALUES ('marc21_biblio_052_ind_1', '1', $$U.S. Dept. of Defense Classification$$, FALSE, TRUE);
1380 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1381 VALUES ('marc21_biblio_052_ind_1', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
1382 INSERT INTO config.record_attr_definition(name, label)
1383 VALUES ('marc21_biblio_052_ind_2', 'MARC 21 biblio field 052 indicator position 2');
1384 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1385 VALUES ('marc21_biblio_052_ind_2', '#', $$Undefined$$, FALSE, TRUE);
1386 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1387                                  repeatable, mandatory, hidden)
1388 VALUES (1, 'biblio', '052', 'a', $$Geographic classification area code$$,
1389 FALSE, FALSE, FALSE);
1390 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1391                                  repeatable, mandatory, hidden)
1392 VALUES (1, 'biblio', '052', 'b', $$Geographic classification subarea code$$,
1393 TRUE, FALSE, FALSE);
1394 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1395                                  repeatable, mandatory, hidden)
1396 VALUES (1, 'biblio', '052', 'd', $$Populated place name$$,
1397 TRUE, FALSE, FALSE);
1398 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1399                                  repeatable, mandatory, hidden)
1400 VALUES (1, 'biblio', '052', '2', $$Code source$$,
1401 FALSE, FALSE, FALSE);
1402 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1403                                  repeatable, mandatory, hidden)
1404 VALUES (1, 'biblio', '052', '6', $$Linkage$$,
1405 FALSE, FALSE, FALSE);
1406 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1407                                  repeatable, mandatory, hidden)
1408 VALUES (1, 'biblio', '052', '8', $$Field link and sequence number$$,
1409 TRUE, FALSE, FALSE);
1410 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1411                               fixed_field, repeatable, mandatory, hidden)
1412 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.$$,
1413 FALSE, TRUE, FALSE, FALSE);
1414 INSERT INTO config.record_attr_definition(name, label)
1415 VALUES ('marc21_biblio_055_ind_1', 'MARC 21 biblio field 055 indicator position 1');
1416 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1417 VALUES ('marc21_biblio_055_ind_1', '#', $$Information not provided$$, FALSE, TRUE);
1418 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1419 VALUES ('marc21_biblio_055_ind_1', '0', $$Work held by LAC$$, FALSE, TRUE);
1420 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1421 VALUES ('marc21_biblio_055_ind_1', '1', $$Work not held by LAC$$, FALSE, TRUE);
1422 INSERT INTO config.record_attr_definition(name, label)
1423 VALUES ('marc21_biblio_055_ind_2', 'MARC 21 biblio field 055 indicator position 2');
1424 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1425 VALUES ('marc21_biblio_055_ind_2', '0', $$LC-based call number assigned by LAC$$, FALSE, TRUE);
1426 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1427 VALUES ('marc21_biblio_055_ind_2', '1', $$Complete LC class 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', '2', $$Incomplete 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', '3', $$LC-based call number assigned by the contributing library$$, FALSE, TRUE);
1432 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1433 VALUES ('marc21_biblio_055_ind_2', '4', $$Complete LC class 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', '5', $$Incomplete 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', '6', $$Other call number assigned by LAC$$, FALSE, TRUE);
1438 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1439 VALUES ('marc21_biblio_055_ind_2', '7', $$Other class 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', '8', $$Other call number assigned by the contributing library$$, FALSE, TRUE);
1442 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1443 VALUES ('marc21_biblio_055_ind_2', '9', $$Other class number assigned by the contributing library$$, FALSE, TRUE);
1444 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1445                                  repeatable, mandatory, hidden)
1446 VALUES (1, 'biblio', '055', 'a', $$Classification number$$,
1447 FALSE, FALSE, FALSE);
1448 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1449                                  repeatable, mandatory, hidden)
1450 VALUES (1, 'biblio', '055', 'b', $$Item number$$,
1451 FALSE, FALSE, FALSE);
1452 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1453                                  repeatable, mandatory, hidden)
1454 VALUES (1, 'biblio', '055', '2', $$Source of call/class number$$,
1455 FALSE, FALSE, FALSE);
1456 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1457                                  repeatable, mandatory, hidden)
1458 VALUES (1, 'biblio', '055', '6', $$Linkage$$,
1459 FALSE, FALSE, FALSE);
1460 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1461                                  repeatable, mandatory, hidden)
1462 VALUES (1, 'biblio', '055', '8', $$Field link and sequence number$$,
1463 TRUE, FALSE, FALSE);
1464 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1465                               fixed_field, repeatable, mandatory, hidden)
1466 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.$$,
1467 FALSE, TRUE, FALSE, FALSE);
1468 INSERT INTO config.record_attr_definition(name, label)
1469 VALUES ('marc21_biblio_060_ind_1', 'MARC 21 biblio field 060 indicator position 1');
1470 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1471 VALUES ('marc21_biblio_060_ind_1', '#', $$No information provided$$, FALSE, TRUE);
1472 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1473 VALUES ('marc21_biblio_060_ind_1', '0', $$Item is in NLM$$, FALSE, TRUE);
1474 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1475 VALUES ('marc21_biblio_060_ind_1', '1', $$Item is not in NLM$$, FALSE, TRUE);
1476 INSERT INTO config.record_attr_definition(name, label)
1477 VALUES ('marc21_biblio_060_ind_2', 'MARC 21 biblio field 060 indicator position 2');
1478 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1479 VALUES ('marc21_biblio_060_ind_2', '0', $$Assigned by NLM$$, FALSE, TRUE);
1480 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1481 VALUES ('marc21_biblio_060_ind_2', '4', $$Assigned by agency other than NLM$$, FALSE, TRUE);
1482 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1483                                  repeatable, mandatory, hidden)
1484 VALUES (1, 'biblio', '060', 'a', $$Classification number$$,
1485 TRUE, FALSE, FALSE);
1486 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1487                                  repeatable, mandatory, hidden)
1488 VALUES (1, 'biblio', '060', 'b', $$Item number$$,
1489 FALSE, FALSE, FALSE);
1490 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1491                                  repeatable, mandatory, hidden)
1492 VALUES (1, 'biblio', '060', '8', $$Field link and sequence number$$,
1493 TRUE, FALSE, FALSE);
1494 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1495                               fixed_field, repeatable, mandatory, hidden)
1496 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.$$,
1497 FALSE, TRUE, FALSE, FALSE);
1498 INSERT INTO config.record_attr_definition(name, label)
1499 VALUES ('marc21_biblio_061_ind_1', 'MARC 21 biblio field 061 indicator position 1');
1500 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1501 VALUES ('marc21_biblio_061_ind_1', '#', $$Undefined$$, FALSE, TRUE);
1502 INSERT INTO config.record_attr_definition(name, label)
1503 VALUES ('marc21_biblio_061_ind_2', 'MARC 21 biblio field 061 indicator position 2');
1504 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1505 VALUES ('marc21_biblio_061_ind_2', '#', $$Undefined$$, FALSE, TRUE);
1506 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1507                                  repeatable, mandatory, hidden)
1508 VALUES (1, 'biblio', '061', 'a', $$Classification number$$,
1509 TRUE, FALSE, FALSE);
1510 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1511                                  repeatable, mandatory, hidden)
1512 VALUES (1, 'biblio', '061', 'b', $$Item number$$,
1513 FALSE, FALSE, FALSE);
1514 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1515                                  repeatable, mandatory, hidden)
1516 VALUES (1, 'biblio', '061', 'c', $$Copy information$$,
1517 FALSE, FALSE, FALSE);
1518 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1519                                  repeatable, mandatory, hidden)
1520 VALUES (1, 'biblio', '061', '8', $$Field link and sequence number$$,
1521 TRUE, FALSE, FALSE);
1522 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1523                               fixed_field, repeatable, mandatory, hidden)
1524 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$$,
1525 FALSE, FALSE, FALSE, FALSE);
1526 INSERT INTO config.record_attr_definition(name, label)
1527 VALUES ('marc21_biblio_066_ind_1', 'MARC 21 biblio field 066 indicator position 1');
1528 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1529 VALUES ('marc21_biblio_066_ind_1', '#', $$Undefined$$, FALSE, TRUE);
1530 INSERT INTO config.record_attr_definition(name, label)
1531 VALUES ('marc21_biblio_066_ind_2', 'MARC 21 biblio field 066 indicator position 2');
1532 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1533 VALUES ('marc21_biblio_066_ind_2', '#', $$Undefined$$, FALSE, TRUE);
1534 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1535                                  repeatable, mandatory, hidden)
1536 VALUES (1, 'biblio', '066', 'a', $$Primary G0 character set$$,
1537 FALSE, FALSE, FALSE);
1538 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1539                                  repeatable, mandatory, hidden)
1540 VALUES (1, 'biblio', '066', 'b', $$Primary G1 character set$$,
1541 FALSE, FALSE, FALSE);
1542 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1543                                  repeatable, mandatory, hidden)
1544 VALUES (1, 'biblio', '066', 'c', $$Alternate G0 or G1 character set$$,
1545 TRUE, FALSE, FALSE);
1546 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1547                               fixed_field, repeatable, mandatory, hidden)
1548 VALUES (1, 'biblio', '070', $$National Agricultural Library Call Number$$, $$Classification or call number that is assigned by the National Agricultural Library (NAL).$$,
1549 FALSE, TRUE, FALSE, FALSE);
1550 INSERT INTO config.record_attr_definition(name, label)
1551 VALUES ('marc21_biblio_070_ind_1', 'MARC 21 biblio field 070 indicator position 1');
1552 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1553 VALUES ('marc21_biblio_070_ind_1', '0', $$Item is in NAL$$, FALSE, TRUE);
1554 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1555 VALUES ('marc21_biblio_070_ind_1', '1', $$Item is not in NAL$$, FALSE, TRUE);
1556 INSERT INTO config.record_attr_definition(name, label)
1557 VALUES ('marc21_biblio_070_ind_2', 'MARC 21 biblio field 070 indicator position 2');
1558 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1559 VALUES ('marc21_biblio_070_ind_2', '#', $$Undefined$$, FALSE, TRUE);
1560 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1561                                  repeatable, mandatory, hidden)
1562 VALUES (1, 'biblio', '070', 'a', $$Classification number$$,
1563 TRUE, FALSE, FALSE);
1564 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1565                                  repeatable, mandatory, hidden)
1566 VALUES (1, 'biblio', '070', 'b', $$Item number$$,
1567 FALSE, FALSE, FALSE);
1568 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1569                                  repeatable, mandatory, hidden)
1570 VALUES (1, 'biblio', '070', '8', $$Field link and sequence number$$,
1571 TRUE, FALSE, FALSE);
1572 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1573                               fixed_field, repeatable, mandatory, hidden)
1574 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.$$,
1575 FALSE, TRUE, FALSE, FALSE);
1576 INSERT INTO config.record_attr_definition(name, label)
1577 VALUES ('marc21_biblio_071_ind_1', 'MARC 21 biblio field 071 indicator position 1');
1578 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1579 VALUES ('marc21_biblio_071_ind_1', '#', $$Undefined$$, FALSE, TRUE);
1580 INSERT INTO config.record_attr_definition(name, label)
1581 VALUES ('marc21_biblio_071_ind_2', 'MARC 21 biblio field 071 indicator position 2');
1582 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1583 VALUES ('marc21_biblio_071_ind_2', '#', $$Undefined$$, FALSE, TRUE);
1584 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1585                                  repeatable, mandatory, hidden)
1586 VALUES (1, 'biblio', '071', 'a', $$Classification number$$,
1587 TRUE, FALSE, FALSE);
1588 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1589                                  repeatable, mandatory, hidden)
1590 VALUES (1, 'biblio', '071', 'b', $$Item number$$,
1591 FALSE, FALSE, FALSE);
1592 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1593                                  repeatable, mandatory, hidden)
1594 VALUES (1, 'biblio', '071', 'c', $$Copy information$$,
1595 TRUE, FALSE, FALSE);
1596 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1597                                  repeatable, mandatory, hidden)
1598 VALUES (1, 'biblio', '071', '8', $$Field link and sequence number$$,
1599 TRUE, FALSE, FALSE);
1600 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1601                               fixed_field, repeatable, mandatory, hidden)
1602 VALUES (1, 'biblio', '072', $$Subject Category Code$$, $$Code for the subject category that is associated with the described item.$$,
1603 FALSE, TRUE, FALSE, FALSE);
1604 INSERT INTO config.record_attr_definition(name, label)
1605 VALUES ('marc21_biblio_072_ind_1', 'MARC 21 biblio field 072 indicator position 1');
1606 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1607 VALUES ('marc21_biblio_072_ind_1', '#', $$Undefined$$, FALSE, TRUE);
1608 INSERT INTO config.record_attr_definition(name, label)
1609 VALUES ('marc21_biblio_072_ind_2', 'MARC 21 biblio field 072 indicator position 2');
1610 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1611 VALUES ('marc21_biblio_072_ind_2', '0', $$NAL subject category code list$$, FALSE, TRUE);
1612 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1613 VALUES ('marc21_biblio_072_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
1614 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1615                                  repeatable, mandatory, hidden)
1616 VALUES (1, 'biblio', '072', 'a', $$Subject category code$$,
1617 FALSE, FALSE, FALSE);
1618 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1619                                  repeatable, mandatory, hidden)
1620 VALUES (1, 'biblio', '072', 'x', $$Subject category code subdivision$$,
1621 TRUE, FALSE, FALSE);
1622 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1623                                  repeatable, mandatory, hidden)
1624 VALUES (1, 'biblio', '072', '2', $$Source$$,
1625 FALSE, FALSE, FALSE);
1626 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1627                                  repeatable, mandatory, hidden)
1628 VALUES (1, 'biblio', '072', '6', $$Linkage$$,
1629 FALSE, FALSE, FALSE);
1630 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1631                                  repeatable, mandatory, hidden)
1632 VALUES (1, 'biblio', '072', '8', $$Field link and sequence number$$,
1633 TRUE, FALSE, FALSE);
1634 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1635                               fixed_field, repeatable, mandatory, hidden)
1636 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 .$$,
1637 FALSE, TRUE, FALSE, FALSE);
1638 INSERT INTO config.record_attr_definition(name, label)
1639 VALUES ('marc21_biblio_074_ind_1', 'MARC 21 biblio field 074 indicator position 1');
1640 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1641 VALUES ('marc21_biblio_074_ind_1', '#', $$Undefined$$, FALSE, TRUE);
1642 INSERT INTO config.record_attr_definition(name, label)
1643 VALUES ('marc21_biblio_074_ind_2', 'MARC 21 biblio field 074 indicator position 2');
1644 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1645 VALUES ('marc21_biblio_074_ind_2', '#', $$Undefined$$, FALSE, TRUE);
1646 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1647                                  repeatable, mandatory, hidden)
1648 VALUES (1, 'biblio', '074', 'a', $$GPO item number$$,
1649 FALSE, FALSE, FALSE);
1650 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1651                                  repeatable, mandatory, hidden)
1652 VALUES (1, 'biblio', '074', 'z', $$Canceled/invalid GPO item number$$,
1653 TRUE, FALSE, FALSE);
1654 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1655                                  repeatable, mandatory, hidden)
1656 VALUES (1, 'biblio', '074', '8', $$Field link and sequence number$$,
1657 TRUE, FALSE, FALSE);
1658 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1659                               fixed_field, repeatable, mandatory, hidden)
1660 VALUES (1, 'biblio', '080', $$Universal Decimal Classification Number$$, $$Number taken from the Universal Decimal Classification scheme.$$,
1661 FALSE, TRUE, FALSE, FALSE);
1662 INSERT INTO config.record_attr_definition(name, label)
1663 VALUES ('marc21_biblio_080_ind_1', 'MARC 21 biblio field 080 indicator position 1');
1664 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1665 VALUES ('marc21_biblio_080_ind_1', '#', $$No information provided$$, FALSE, TRUE);
1666 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1667 VALUES ('marc21_biblio_080_ind_1', '0', $$Full$$, FALSE, TRUE);
1668 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1669 VALUES ('marc21_biblio_080_ind_1', '1', $$Abridged$$, FALSE, TRUE);
1670 INSERT INTO config.record_attr_definition(name, label)
1671 VALUES ('marc21_biblio_080_ind_2', 'MARC 21 biblio field 080 indicator position 2');
1672 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1673 VALUES ('marc21_biblio_080_ind_2', '#', $$Undefined$$, FALSE, TRUE);
1674 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1675                                  repeatable, mandatory, hidden)
1676 VALUES (1, 'biblio', '080', 'a', $$Universal Decimal Classification number$$,
1677 FALSE, FALSE, FALSE);
1678 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1679                                  repeatable, mandatory, hidden)
1680 VALUES (1, 'biblio', '080', 'b', $$Item number$$,
1681 FALSE, FALSE, FALSE);
1682 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1683                                  repeatable, mandatory, hidden)
1684 VALUES (1, 'biblio', '080', 'x', $$Common auxiliary subdivision$$,
1685 TRUE, FALSE, FALSE);
1686 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1687                                  repeatable, mandatory, hidden)
1688 VALUES (1, 'biblio', '080', '2', $$Edition identifier$$,
1689 FALSE, FALSE, FALSE);
1690 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1691                                  repeatable, mandatory, hidden)
1692 VALUES (1, 'biblio', '080', '6', $$Linkage$$,
1693 FALSE, FALSE, FALSE);
1694 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1695                                  repeatable, mandatory, hidden)
1696 VALUES (1, 'biblio', '080', '8', $$Field link and sequence number$$,
1697 TRUE, FALSE, FALSE);
1698 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1699                               fixed_field, repeatable, mandatory, hidden)
1700 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 .$$,
1701 FALSE, TRUE, FALSE, FALSE);
1702 INSERT INTO config.record_attr_definition(name, label)
1703 VALUES ('marc21_biblio_082_ind_1', 'MARC 21 biblio field 082 indicator position 1');
1704 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1705 VALUES ('marc21_biblio_082_ind_1', '0', $$Full edition$$, FALSE, TRUE);
1706 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1707 VALUES ('marc21_biblio_082_ind_1', '1', $$Abridged edition$$, FALSE, TRUE);
1708 INSERT INTO config.record_attr_definition(name, label)
1709 VALUES ('marc21_biblio_082_ind_2', 'MARC 21 biblio field 082 indicator position 2');
1710 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1711 VALUES ('marc21_biblio_082_ind_2', '#', $$No information provided$$, FALSE, TRUE);
1712 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1713 VALUES ('marc21_biblio_082_ind_2', '0', $$Assigned by LC$$, FALSE, TRUE);
1714 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1715 VALUES ('marc21_biblio_082_ind_2', '4', $$Assigned by agency other than LC$$, FALSE, TRUE);
1716 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1717                                  repeatable, mandatory, hidden)
1718 VALUES (1, 'biblio', '082', 'a', $$Classification number$$,
1719 TRUE, FALSE, FALSE);
1720 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1721                                  repeatable, mandatory, hidden)
1722 VALUES (1, 'biblio', '082', 'b', $$Item number$$,
1723 FALSE, FALSE, FALSE);
1724 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1725                                  repeatable, mandatory, hidden)
1726 VALUES (1, 'biblio', '082', 'm', $$Standard or optional designation$$,
1727 FALSE, FALSE, FALSE);
1728 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1729                                  repeatable, mandatory, hidden)
1730 VALUES (1, 'biblio', '082', 'q', $$Assigning agency$$,
1731 FALSE, FALSE, FALSE);
1732 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1733                                  repeatable, mandatory, hidden)
1734 VALUES (1, 'biblio', '082', '2', $$Edition number$$,
1735 FALSE, FALSE, FALSE);
1736 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1737                                  repeatable, mandatory, hidden)
1738 VALUES (1, 'biblio', '082', '6', $$Linkage$$,
1739 FALSE, FALSE, FALSE);
1740 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1741                                  repeatable, mandatory, hidden)
1742 VALUES (1, 'biblio', '082', '8', $$Field link and sequence number$$,
1743 TRUE, FALSE, FALSE);
1744 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1745                               fixed_field, repeatable, mandatory, hidden)
1746 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 .$$,
1747 FALSE, TRUE, FALSE, FALSE);
1748 INSERT INTO config.record_attr_definition(name, label)
1749 VALUES ('marc21_biblio_083_ind_1', 'MARC 21 biblio field 083 indicator position 1');
1750 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1751 VALUES ('marc21_biblio_083_ind_1', '0', $$Full edition$$, FALSE, TRUE);
1752 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1753 VALUES ('marc21_biblio_083_ind_1', '1', $$Abridged edition$$, FALSE, TRUE);
1754 INSERT INTO config.record_attr_definition(name, label)
1755 VALUES ('marc21_biblio_083_ind_2', 'MARC 21 biblio field 083 indicator position 2');
1756 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1757 VALUES ('marc21_biblio_083_ind_2', '#', $$Undefined$$, FALSE, TRUE);
1758 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1759                                  repeatable, mandatory, hidden)
1760 VALUES (1, 'biblio', '083', 'a', $$Classification number$$,
1761 TRUE, FALSE, FALSE);
1762 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1763                                  repeatable, mandatory, hidden)
1764 VALUES (1, 'biblio', '083', 'c', $$Classification number--Ending number of span$$,
1765 TRUE, FALSE, FALSE);
1766 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1767                                  repeatable, mandatory, hidden)
1768 VALUES (1, 'biblio', '083', 'm', $$Standard or optional designation$$,
1769 FALSE, FALSE, FALSE);
1770 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1771                                  repeatable, mandatory, hidden)
1772 VALUES (1, 'biblio', '083', 'q', $$Assigning agency$$,
1773 FALSE, FALSE, FALSE);
1774 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1775                                  repeatable, mandatory, hidden)
1776 VALUES (1, 'biblio', '083', 'y', $$Table sequence number for internal subarrangement or add table$$,
1777 TRUE, FALSE, FALSE);
1778 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1779                                  repeatable, mandatory, hidden)
1780 VALUES (1, 'biblio', '083', 'z', $$Table identification$$,
1781 TRUE, FALSE, FALSE);
1782 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1783                                  repeatable, mandatory, hidden)
1784 VALUES (1, 'biblio', '083', '2', $$Edition number$$,
1785 FALSE, FALSE, FALSE);
1786 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1787                                  repeatable, mandatory, hidden)
1788 VALUES (1, 'biblio', '083', '6', $$Linkage$$,
1789 FALSE, FALSE, FALSE);
1790 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1791                                  repeatable, mandatory, hidden)
1792 VALUES (1, 'biblio', '083', '8', $$Field link and sequence number$$,
1793 TRUE, FALSE, FALSE);
1794 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1795                               fixed_field, repeatable, mandatory, hidden)
1796 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.$$,
1797 FALSE, TRUE, FALSE, FALSE);
1798 INSERT INTO config.record_attr_definition(name, label)
1799 VALUES ('marc21_biblio_084_ind_1', 'MARC 21 biblio field 084 indicator position 1');
1800 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1801 VALUES ('marc21_biblio_084_ind_1', '#', $$Undefined$$, FALSE, TRUE);
1802 INSERT INTO config.record_attr_definition(name, label)
1803 VALUES ('marc21_biblio_084_ind_2', 'MARC 21 biblio field 084 indicator position 2');
1804 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1805 VALUES ('marc21_biblio_084_ind_2', '#', $$Undefined$$, FALSE, TRUE);
1806 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1807                                  repeatable, mandatory, hidden)
1808 VALUES (1, 'biblio', '084', 'a', $$Classification number$$,
1809 TRUE, FALSE, FALSE);
1810 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1811                                  repeatable, mandatory, hidden)
1812 VALUES (1, 'biblio', '084', 'b', $$Item number$$,
1813 FALSE, FALSE, FALSE);
1814 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1815                                  repeatable, mandatory, hidden)
1816 VALUES (1, 'biblio', '084', '2', $$Number source$$,
1817 FALSE, FALSE, FALSE);
1818 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1819                                  repeatable, mandatory, hidden)
1820 VALUES (1, 'biblio', '084', '6', $$Linkage$$,
1821 FALSE, FALSE, FALSE);
1822 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1823                                  repeatable, mandatory, hidden)
1824 VALUES (1, 'biblio', '084', '8', $$Field link and sequence number$$,
1825 TRUE, FALSE, FALSE);
1826 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1827                               fixed_field, repeatable, mandatory, hidden)
1828 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.$$,
1829 FALSE, TRUE, FALSE, FALSE);
1830 INSERT INTO config.record_attr_definition(name, label)
1831 VALUES ('marc21_biblio_085_ind_1', 'MARC 21 biblio field 085 indicator position 1');
1832 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1833 VALUES ('marc21_biblio_085_ind_1', '#', $$Undefined$$, FALSE, TRUE);
1834 INSERT INTO config.record_attr_definition(name, label)
1835 VALUES ('marc21_biblio_085_ind_2', 'MARC 21 biblio field 085 indicator position 2');
1836 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1837 VALUES ('marc21_biblio_085_ind_2', '#', $$Undefined$$, FALSE, TRUE);
1838 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1839                                  repeatable, mandatory, hidden)
1840 VALUES (1, 'biblio', '085', 'a', $$Number where instructions are found-single number or beginning number of span$$,
1841 TRUE, FALSE, FALSE);
1842 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1843                                  repeatable, mandatory, hidden)
1844 VALUES (1, 'biblio', '085', 'b', $$Base number$$,
1845 TRUE, FALSE, FALSE);
1846 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1847                                  repeatable, mandatory, hidden)
1848 VALUES (1, 'biblio', '085', 'c', $$Classification number-ending number of span$$,
1849 TRUE, FALSE, FALSE);
1850 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1851                                  repeatable, mandatory, hidden)
1852 VALUES (1, 'biblio', '085', 'f', $$Facet designator$$,
1853 TRUE, FALSE, FALSE);
1854 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1855                                  repeatable, mandatory, hidden)
1856 VALUES (1, 'biblio', '085', 'r', $$Root number$$,
1857 TRUE, FALSE, FALSE);
1858 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1859                                  repeatable, mandatory, hidden)
1860 VALUES (1, 'biblio', '085', 's', $$Digits added from classification number in schedule or external table$$,
1861 TRUE, FALSE, FALSE);
1862 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1863                                  repeatable, mandatory, hidden)
1864 VALUES (1, 'biblio', '085', 't', $$Digits added from internal subarrangement or add table$$,
1865 TRUE, FALSE, FALSE);
1866 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1867                                  repeatable, mandatory, hidden)
1868 VALUES (1, 'biblio', '085', 'u', $$Number being analyzed$$,
1869 TRUE, FALSE, FALSE);
1870 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1871                                  repeatable, mandatory, hidden)
1872 VALUES (1, 'biblio', '085', 'v', $$Number in internal subarrangement or add table where instructions are found$$,
1873 TRUE, FALSE, FALSE);
1874 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1875                                  repeatable, mandatory, hidden)
1876 VALUES (1, 'biblio', '085', 'w', $$Table identification-Internal subarrangement or add table$$,
1877 TRUE, FALSE, FALSE);
1878 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1879                                  repeatable, mandatory, hidden)
1880 VALUES (1, 'biblio', '085', 'y', $$Table sequence number for internal subarrangement or add table$$,
1881 TRUE, FALSE, FALSE);
1882 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1883                                  repeatable, mandatory, hidden)
1884 VALUES (1, 'biblio', '085', 'z', $$Table identification$$,
1885 TRUE, FALSE, FALSE);
1886 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1887                                  repeatable, mandatory, hidden)
1888 VALUES (1, 'biblio', '085', '6', $$Linkage$$,
1889 FALSE, FALSE, FALSE);
1890 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1891                                  repeatable, mandatory, hidden)
1892 VALUES (1, 'biblio', '085', '8', $$Field link and sequence number$$,
1893 TRUE, FALSE, FALSE);
1894 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1895                               fixed_field, repeatable, mandatory, hidden)
1896 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.$$,
1897 FALSE, TRUE, FALSE, FALSE);
1898 INSERT INTO config.record_attr_definition(name, label)
1899 VALUES ('marc21_biblio_086_ind_1', 'MARC 21 biblio field 086 indicator position 1');
1900 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1901 VALUES ('marc21_biblio_086_ind_1', '#', $$Source specified in subfield $2$$, FALSE, TRUE);
1902 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1903 VALUES ('marc21_biblio_086_ind_1', '0', $$Superintendent of Documents Classification System$$, FALSE, TRUE);
1904 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1905 VALUES ('marc21_biblio_086_ind_1', '1', $$Government of Canada Publications: Outline of Classification$$, FALSE, TRUE);
1906 INSERT INTO config.record_attr_definition(name, label)
1907 VALUES ('marc21_biblio_086_ind_2', 'MARC 21 biblio field 086 indicator position 2');
1908 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1909 VALUES ('marc21_biblio_086_ind_2', '#', $$Undefined$$, FALSE, TRUE);
1910 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1911                                  repeatable, mandatory, hidden)
1912 VALUES (1, 'biblio', '086', 'a', $$Classification number$$,
1913 FALSE, FALSE, FALSE);
1914 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1915                                  repeatable, mandatory, hidden)
1916 VALUES (1, 'biblio', '086', 'z', $$Canceled/invalid classification number$$,
1917 TRUE, FALSE, FALSE);
1918 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1919                                  repeatable, mandatory, hidden)
1920 VALUES (1, 'biblio', '086', '2', $$Number source$$,
1921 FALSE, FALSE, FALSE);
1922 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1923                                  repeatable, mandatory, hidden)
1924 VALUES (1, 'biblio', '086', '6', $$Linkage$$,
1925 FALSE, FALSE, FALSE);
1926 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1927                                  repeatable, mandatory, hidden)
1928 VALUES (1, 'biblio', '086', '8', $$Field link and sequence number$$,
1929 TRUE, FALSE, FALSE);
1930 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1931                               fixed_field, repeatable, mandatory, hidden)
1932 VALUES (1, 'biblio', '088', $$Report Number$$, $$Report number that is not a Standard Technical Report Number (STRN), recorded in field 027.$$,
1933 FALSE, TRUE, FALSE, FALSE);
1934 INSERT INTO config.record_attr_definition(name, label)
1935 VALUES ('marc21_biblio_088_ind_1', 'MARC 21 biblio field 088 indicator position 1');
1936 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1937 VALUES ('marc21_biblio_088_ind_1', '#', $$Undefined$$, FALSE, TRUE);
1938 INSERT INTO config.record_attr_definition(name, label)
1939 VALUES ('marc21_biblio_088_ind_2', 'MARC 21 biblio field 088 indicator position 2');
1940 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1941 VALUES ('marc21_biblio_088_ind_2', '#', $$Undefined$$, FALSE, TRUE);
1942 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1943                                  repeatable, mandatory, hidden)
1944 VALUES (1, 'biblio', '088', 'a', $$Report number$$,
1945 FALSE, FALSE, FALSE);
1946 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1947                                  repeatable, mandatory, hidden)
1948 VALUES (1, 'biblio', '088', 'z', $$Canceled/invalid report number$$,
1949 TRUE, FALSE, FALSE);
1950 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1951                                  repeatable, mandatory, hidden)
1952 VALUES (1, 'biblio', '088', '6', $$Linkage$$,
1953 FALSE, FALSE, FALSE);
1954 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1955                                  repeatable, mandatory, hidden)
1956 VALUES (1, 'biblio', '088', '8', $$Field link and sequence number$$,
1957 TRUE, FALSE, FALSE);
1958 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
1959                               fixed_field, repeatable, mandatory, hidden)
1960 VALUES (1, 'biblio', '100', $$Main Entry-Personal Name$$, $$Personal name used as a main entry in a bibliographic record.$$,
1961 FALSE, FALSE, FALSE, FALSE);
1962 INSERT INTO config.record_attr_definition(name, label)
1963 VALUES ('marc21_biblio_100_ind_1', 'MARC 21 biblio field 100 indicator position 1');
1964 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1965 VALUES ('marc21_biblio_100_ind_1', '0', $$Forename$$, FALSE, TRUE);
1966 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1967 VALUES ('marc21_biblio_100_ind_1', '1', $$Surname$$, FALSE, TRUE);
1968 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1969 VALUES ('marc21_biblio_100_ind_1', '3', $$Family name$$, FALSE, TRUE);
1970 INSERT INTO config.record_attr_definition(name, label)
1971 VALUES ('marc21_biblio_100_ind_2', 'MARC 21 biblio field 100 indicator position 2');
1972 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
1973 VALUES ('marc21_biblio_100_ind_2', '#', $$Undefined$$, FALSE, TRUE);
1974 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1975                                  repeatable, mandatory, hidden)
1976 VALUES (1, 'biblio', '100', 'a', $$Personal name$$,
1977 FALSE, FALSE, FALSE);
1978 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1979                                  repeatable, mandatory, hidden)
1980 VALUES (1, 'biblio', '100', 'b', $$Numeration$$,
1981 FALSE, FALSE, FALSE);
1982 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1983                                  repeatable, mandatory, hidden)
1984 VALUES (1, 'biblio', '100', 'c', $$Titles and words associated with a name$$,
1985 TRUE, FALSE, FALSE);
1986 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1987                                  repeatable, mandatory, hidden)
1988 VALUES (1, 'biblio', '100', 'd', $$Dates associated with a name$$,
1989 FALSE, FALSE, FALSE);
1990 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1991                                  repeatable, mandatory, hidden)
1992 VALUES (1, 'biblio', '100', 'e', $$Relator term$$,
1993 TRUE, FALSE, FALSE);
1994 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1995                                  repeatable, mandatory, hidden)
1996 VALUES (1, 'biblio', '100', 'f', $$Date of a work$$,
1997 FALSE, FALSE, FALSE);
1998 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
1999                                  repeatable, mandatory, hidden)
2000 VALUES (1, 'biblio', '100', 'g', $$Miscellaneous information$$,
2001 FALSE, FALSE, FALSE);
2002 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2003                                  repeatable, mandatory, hidden)
2004 VALUES (1, 'biblio', '100', 'j', $$Attribution qualifier$$,
2005 TRUE, FALSE, FALSE);
2006 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2007                                  repeatable, mandatory, hidden)
2008 VALUES (1, 'biblio', '100', 'k', $$Form subheading$$,
2009 TRUE, FALSE, FALSE);
2010 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2011                                  repeatable, mandatory, hidden)
2012 VALUES (1, 'biblio', '100', 'l', $$Language of a work$$,
2013 FALSE, FALSE, FALSE);
2014 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2015                                  repeatable, mandatory, hidden)
2016 VALUES (1, 'biblio', '100', 'n', $$Number of part/section of a work$$,
2017 TRUE, FALSE, FALSE);
2018 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2019                                  repeatable, mandatory, hidden)
2020 VALUES (1, 'biblio', '100', 'p', $$Name of part/section of a work$$,
2021 TRUE, FALSE, FALSE);
2022 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2023                                  repeatable, mandatory, hidden)
2024 VALUES (1, 'biblio', '100', 'q', $$Fuller form of name$$,
2025 FALSE, FALSE, FALSE);
2026 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2027                                  repeatable, mandatory, hidden)
2028 VALUES (1, 'biblio', '100', 't', $$Title of a work$$,
2029 FALSE, FALSE, FALSE);
2030 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2031                                  repeatable, mandatory, hidden)
2032 VALUES (1, 'biblio', '100', 'u', $$Affiliation$$,
2033 FALSE, FALSE, FALSE);
2034 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2035                                  repeatable, mandatory, hidden)
2036 VALUES (1, 'biblio', '100', '0', $$Authority record control number$$,
2037 TRUE, FALSE, FALSE);
2038 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2039                                  repeatable, mandatory, hidden)
2040 VALUES (1, 'biblio', '100', '4', $$Relator code$$,
2041 TRUE, FALSE, FALSE);
2042 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2043                                  repeatable, mandatory, hidden)
2044 VALUES (1, 'biblio', '100', '6', $$Linkage$$,
2045 FALSE, FALSE, FALSE);
2046 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2047                                  repeatable, mandatory, hidden)
2048 VALUES (1, 'biblio', '100', '8', $$Field link and sequence number$$,
2049 TRUE, FALSE, FALSE);
2050 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
2051                               fixed_field, repeatable, mandatory, hidden)
2052 VALUES (1, 'biblio', '110', $$Main Entry-Corporate Name$$, $$Corporate name used as a main entry in a bibliographic record.$$,
2053 FALSE, FALSE, FALSE, FALSE);
2054 INSERT INTO config.record_attr_definition(name, label)
2055 VALUES ('marc21_biblio_110_ind_1', 'MARC 21 biblio field 110 indicator position 1');
2056 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2057 VALUES ('marc21_biblio_110_ind_1', '0', $$Inverted name$$, FALSE, TRUE);
2058 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2059 VALUES ('marc21_biblio_110_ind_1', '1', $$Jurisdiction name$$, FALSE, TRUE);
2060 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2061 VALUES ('marc21_biblio_110_ind_1', '2', $$Name in direct order$$, FALSE, TRUE);
2062 INSERT INTO config.record_attr_definition(name, label)
2063 VALUES ('marc21_biblio_110_ind_2', 'MARC 21 biblio field 110 indicator position 2');
2064 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2065 VALUES ('marc21_biblio_110_ind_2', '#', $$Undefined$$, FALSE, TRUE);
2066 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2067                                  repeatable, mandatory, hidden)
2068 VALUES (1, 'biblio', '110', 'a', $$Corporate name or jurisdiction name as entry element$$,
2069 FALSE, FALSE, FALSE);
2070 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2071                                  repeatable, mandatory, hidden)
2072 VALUES (1, 'biblio', '110', 'b', $$Subordinate unit$$,
2073 TRUE, FALSE, FALSE);
2074 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2075                                  repeatable, mandatory, hidden)
2076 VALUES (1, 'biblio', '110', 'c', $$Location of meeting$$,
2077 FALSE, FALSE, FALSE);
2078 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2079                                  repeatable, mandatory, hidden)
2080 VALUES (1, 'biblio', '110', 'd', $$Date of meeting or treaty signing$$,
2081 TRUE, FALSE, FALSE);
2082 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2083                                  repeatable, mandatory, hidden)
2084 VALUES (1, 'biblio', '110', 'e', $$Relator term$$,
2085 TRUE, FALSE, FALSE);
2086 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2087                                  repeatable, mandatory, hidden)
2088 VALUES (1, 'biblio', '110', 'f', $$Date of a work$$,
2089 FALSE, FALSE, FALSE);
2090 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2091                                  repeatable, mandatory, hidden)
2092 VALUES (1, 'biblio', '110', 'g', $$Miscellaneous information$$,
2093 FALSE, FALSE, FALSE);
2094 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2095                                  repeatable, mandatory, hidden)
2096 VALUES (1, 'biblio', '110', 'k', $$Form subheading$$,
2097 TRUE, FALSE, FALSE);
2098 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2099                                  repeatable, mandatory, hidden)
2100 VALUES (1, 'biblio', '110', 'l', $$Language of a work$$,
2101 FALSE, FALSE, FALSE);
2102 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2103                                  repeatable, mandatory, hidden)
2104 VALUES (1, 'biblio', '110', 'n', $$Number of part/section/meeting$$,
2105 TRUE, FALSE, FALSE);
2106 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2107                                  repeatable, mandatory, hidden)
2108 VALUES (1, 'biblio', '110', 'p', $$Name of part/section of a work$$,
2109 TRUE, FALSE, FALSE);
2110 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2111                                  repeatable, mandatory, hidden)
2112 VALUES (1, 'biblio', '110', 't', $$Title of a work$$,
2113 FALSE, FALSE, FALSE);
2114 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2115                                  repeatable, mandatory, hidden)
2116 VALUES (1, 'biblio', '110', 'u', $$Affiliation$$,
2117 FALSE, FALSE, FALSE);
2118 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2119                                  repeatable, mandatory, hidden)
2120 VALUES (1, 'biblio', '110', '0', $$Authority record control number$$,
2121 TRUE, FALSE, FALSE);
2122 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2123                                  repeatable, mandatory, hidden)
2124 VALUES (1, 'biblio', '110', '4', $$Relator code$$,
2125 TRUE, FALSE, FALSE);
2126 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2127                                  repeatable, mandatory, hidden)
2128 VALUES (1, 'biblio', '110', '6', $$Linkage$$,
2129 FALSE, FALSE, FALSE);
2130 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2131                                  repeatable, mandatory, hidden)
2132 VALUES (1, 'biblio', '110', '8', $$Field link and sequence number$$,
2133 TRUE, FALSE, FALSE);
2134 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
2135                               fixed_field, repeatable, mandatory, hidden)
2136 VALUES (1, 'biblio', '111', $$Main Entry-Meeting Name$$, $$Meeting or conference name used as a main entry in a bibliographic record.$$,
2137 FALSE, FALSE, FALSE, FALSE);
2138 INSERT INTO config.record_attr_definition(name, label)
2139 VALUES ('marc21_biblio_111_ind_1', 'MARC 21 biblio field 111 indicator position 1');
2140 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2141 VALUES ('marc21_biblio_111_ind_1', '0', $$Inverted name$$, FALSE, TRUE);
2142 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2143 VALUES ('marc21_biblio_111_ind_1', '1', $$Jurisdiction name$$, FALSE, TRUE);
2144 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2145 VALUES ('marc21_biblio_111_ind_1', '2', $$Name in direct order$$, FALSE, TRUE);
2146 INSERT INTO config.record_attr_definition(name, label)
2147 VALUES ('marc21_biblio_111_ind_2', 'MARC 21 biblio field 111 indicator position 2');
2148 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2149 VALUES ('marc21_biblio_111_ind_2', '#', $$Undefined$$, FALSE, TRUE);
2150 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2151                                  repeatable, mandatory, hidden)
2152 VALUES (1, 'biblio', '111', 'a', $$Meeting name or jurisdiction name as entry element$$,
2153 FALSE, FALSE, FALSE);
2154 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2155                                  repeatable, mandatory, hidden)
2156 VALUES (1, 'biblio', '111', 'c', $$Location of meeting$$,
2157 FALSE, FALSE, FALSE);
2158 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2159                                  repeatable, mandatory, hidden)
2160 VALUES (1, 'biblio', '111', 'd', $$Date of meeting$$,
2161 FALSE, FALSE, FALSE);
2162 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2163                                  repeatable, mandatory, hidden)
2164 VALUES (1, 'biblio', '111', 'e', $$Subordinate unit$$,
2165 TRUE, FALSE, FALSE);
2166 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2167                                  repeatable, mandatory, hidden)
2168 VALUES (1, 'biblio', '111', 'f', $$Date of a work$$,
2169 FALSE, FALSE, FALSE);
2170 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2171                                  repeatable, mandatory, hidden)
2172 VALUES (1, 'biblio', '111', 'g', $$Miscellaneous information$$,
2173 FALSE, FALSE, FALSE);
2174 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2175                                  repeatable, mandatory, hidden)
2176 VALUES (1, 'biblio', '111', 'j', $$Relator term$$,
2177 TRUE, FALSE, FALSE);
2178 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2179                                  repeatable, mandatory, hidden)
2180 VALUES (1, 'biblio', '111', 'k', $$Form subheading$$,
2181 TRUE, FALSE, FALSE);
2182 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2183                                  repeatable, mandatory, hidden)
2184 VALUES (1, 'biblio', '111', 'l', $$Language of a work$$,
2185 FALSE, FALSE, FALSE);
2186 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2187                                  repeatable, mandatory, hidden)
2188 VALUES (1, 'biblio', '111', 'n', $$Number of part/section/meeting$$,
2189 TRUE, FALSE, FALSE);
2190 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2191                                  repeatable, mandatory, hidden)
2192 VALUES (1, 'biblio', '111', 'p', $$Name of part/section of a work$$,
2193 TRUE, FALSE, FALSE);
2194 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2195                                  repeatable, mandatory, hidden)
2196 VALUES (1, 'biblio', '111', 'q', $$Name of meeting following jurisdiction name entry element$$,
2197 FALSE, FALSE, FALSE);
2198 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2199                                  repeatable, mandatory, hidden)
2200 VALUES (1, 'biblio', '111', 't', $$Title of a work$$,
2201 FALSE, FALSE, FALSE);
2202 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2203                                  repeatable, mandatory, hidden)
2204 VALUES (1, 'biblio', '111', 'u', $$Affiliation$$,
2205 FALSE, FALSE, FALSE);
2206 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2207                                  repeatable, mandatory, hidden)
2208 VALUES (1, 'biblio', '111', '0', $$Authority record control number$$,
2209 TRUE, FALSE, FALSE);
2210 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2211                                  repeatable, mandatory, hidden)
2212 VALUES (1, 'biblio', '111', '4', $$Relator code$$,
2213 TRUE, FALSE, FALSE);
2214 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2215                                  repeatable, mandatory, hidden)
2216 VALUES (1, 'biblio', '111', '6', $$Linkage$$,
2217 FALSE, FALSE, FALSE);
2218 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2219                                  repeatable, mandatory, hidden)
2220 VALUES (1, 'biblio', '111', '8', $$Field link and sequence number$$,
2221 TRUE, FALSE, FALSE);
2222 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
2223                               fixed_field, repeatable, mandatory, hidden)
2224 VALUES (1, 'biblio', '130', $$Main Entry-Uniform Title$$, $$Uniform title used as a main entry in a bibliographic record.$$,
2225 FALSE, FALSE, FALSE, FALSE);
2226 INSERT INTO config.record_attr_definition(name, label)
2227 VALUES ('marc21_biblio_130_ind_1', 'MARC 21 biblio field 130 indicator position 1');
2228 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2229 VALUES ('marc21_biblio_130_ind_1', '0', $$No nonfiling characters$$, FALSE, TRUE);
2230 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2231 VALUES ('marc21_biblio_130_ind_1', '1', $$Number of nonfiling characters - 1$$, FALSE, TRUE);
2232 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2233 VALUES ('marc21_biblio_130_ind_1', '2', $$Number of nonfiling characters - 2$$, FALSE, TRUE);
2234 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2235 VALUES ('marc21_biblio_130_ind_1', '3', $$Number of nonfiling characters - 3$$, FALSE, TRUE);
2236 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2237 VALUES ('marc21_biblio_130_ind_1', '4', $$Number of nonfiling characters - 4$$, FALSE, TRUE);
2238 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2239 VALUES ('marc21_biblio_130_ind_1', '5', $$Number of nonfiling characters - 5$$, FALSE, TRUE);
2240 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2241 VALUES ('marc21_biblio_130_ind_1', '6', $$Number of nonfiling characters - 6$$, FALSE, TRUE);
2242 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2243 VALUES ('marc21_biblio_130_ind_1', '7', $$Number of nonfiling characters - 7$$, FALSE, TRUE);
2244 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2245 VALUES ('marc21_biblio_130_ind_1', '8', $$Number of nonfiling characters - 8$$, FALSE, TRUE);
2246 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2247 VALUES ('marc21_biblio_130_ind_1', '9', $$Number of nonfiling characters - 9$$, FALSE, TRUE);
2248 INSERT INTO config.record_attr_definition(name, label)
2249 VALUES ('marc21_biblio_130_ind_2', 'MARC 21 biblio field 130 indicator position 2');
2250 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2251 VALUES ('marc21_biblio_130_ind_2', '#', $$Undefined$$, FALSE, TRUE);
2252 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2253                                  repeatable, mandatory, hidden)
2254 VALUES (1, 'biblio', '130', 'a', $$Uniform title$$,
2255 FALSE, FALSE, FALSE);
2256 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2257                                  repeatable, mandatory, hidden)
2258 VALUES (1, 'biblio', '130', 'd', $$Date of treaty signing$$,
2259 TRUE, FALSE, FALSE);
2260 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2261                                  repeatable, mandatory, hidden)
2262 VALUES (1, 'biblio', '130', 'f', $$Date of a work$$,
2263 FALSE, FALSE, FALSE);
2264 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2265                                  repeatable, mandatory, hidden)
2266 VALUES (1, 'biblio', '130', 'g', $$Miscellaneous information$$,
2267 FALSE, FALSE, FALSE);
2268 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2269                                  repeatable, mandatory, hidden)
2270 VALUES (1, 'biblio', '130', 'h', $$Medium$$,
2271 FALSE, FALSE, FALSE);
2272 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2273                                  repeatable, mandatory, hidden)
2274 VALUES (1, 'biblio', '130', 'k', $$Form subheading$$,
2275 TRUE, FALSE, FALSE);
2276 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2277                                  repeatable, mandatory, hidden)
2278 VALUES (1, 'biblio', '130', 'l', $$Language of a work$$,
2279 FALSE, FALSE, FALSE);
2280 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2281                                  repeatable, mandatory, hidden)
2282 VALUES (1, 'biblio', '130', 'm', $$Medium of performance for music$$,
2283 TRUE, FALSE, FALSE);
2284 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2285                                  repeatable, mandatory, hidden)
2286 VALUES (1, 'biblio', '130', 'n', $$Number of part/section of a work$$,
2287 TRUE, FALSE, FALSE);
2288 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2289                                  repeatable, mandatory, hidden)
2290 VALUES (1, 'biblio', '130', 'o', $$Arranged statement for music$$,
2291 FALSE, FALSE, FALSE);
2292 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2293                                  repeatable, mandatory, hidden)
2294 VALUES (1, 'biblio', '130', 'p', $$Name of part/section of a work$$,
2295 TRUE, FALSE, FALSE);
2296 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2297                                  repeatable, mandatory, hidden)
2298 VALUES (1, 'biblio', '130', 'r', $$Key for music$$,
2299 FALSE, FALSE, FALSE);
2300 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2301                                  repeatable, mandatory, hidden)
2302 VALUES (1, 'biblio', '130', 's', $$Version$$,
2303 FALSE, FALSE, FALSE);
2304 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2305                                  repeatable, mandatory, hidden)
2306 VALUES (1, 'biblio', '130', 't', $$Title of a work$$,
2307 FALSE, FALSE, FALSE);
2308 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2309                                  repeatable, mandatory, hidden)
2310 VALUES (1, 'biblio', '130', '0', $$Authority record control number$$,
2311 TRUE, FALSE, FALSE);
2312 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2313                                  repeatable, mandatory, hidden)
2314 VALUES (1, 'biblio', '130', '6', $$Linkage$$,
2315 FALSE, FALSE, FALSE);
2316 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2317                                  repeatable, mandatory, hidden)
2318 VALUES (1, 'biblio', '130', '8', $$Field link and sequence number$$,
2319 TRUE, FALSE, FALSE);
2320 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
2321                               fixed_field, repeatable, mandatory, hidden)
2322 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.$$,
2323 FALSE, TRUE, FALSE, FALSE);
2324 INSERT INTO config.record_attr_definition(name, label)
2325 VALUES ('marc21_biblio_210_ind_1', 'MARC 21 biblio field 210 indicator position 1');
2326 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2327 VALUES ('marc21_biblio_210_ind_1', '0', $$No added entry$$, FALSE, TRUE);
2328 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2329 VALUES ('marc21_biblio_210_ind_1', '1', $$Added entry$$, FALSE, TRUE);
2330 INSERT INTO config.record_attr_definition(name, label)
2331 VALUES ('marc21_biblio_210_ind_2', 'MARC 21 biblio field 210 indicator position 2');
2332 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2333 VALUES ('marc21_biblio_210_ind_2', '#', $$Abbreviated key title$$, FALSE, TRUE);
2334 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2335 VALUES ('marc21_biblio_210_ind_2', '0', $$Other abbreviated title$$, FALSE, TRUE);
2336 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2337                                  repeatable, mandatory, hidden)
2338 VALUES (1, 'biblio', '210', 'a', $$Abbreviated title$$,
2339 FALSE, FALSE, FALSE);
2340 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2341                                  repeatable, mandatory, hidden)
2342 VALUES (1, 'biblio', '210', 'b', $$Qualifying information$$,
2343 FALSE, FALSE, FALSE);
2344 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2345                                  repeatable, mandatory, hidden)
2346 VALUES (1, 'biblio', '210', '2', $$Source$$,
2347 TRUE, FALSE, FALSE);
2348 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2349                                  repeatable, mandatory, hidden)
2350 VALUES (1, 'biblio', '210', '6', $$Linkage$$,
2351 FALSE, FALSE, FALSE);
2352 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2353                                  repeatable, mandatory, hidden)
2354 VALUES (1, 'biblio', '210', '8', $$Field link and sequence number$$,
2355 TRUE, FALSE, FALSE);
2356 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
2357                               fixed_field, repeatable, mandatory, hidden)
2358 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.$$,
2359 FALSE, TRUE, FALSE, FALSE);
2360 INSERT INTO config.record_attr_definition(name, label)
2361 VALUES ('marc21_biblio_222_ind_1', 'MARC 21 biblio field 222 indicator position 1');
2362 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2363 VALUES ('marc21_biblio_222_ind_1', '#', $$Undefined$$, FALSE, TRUE);
2364 INSERT INTO config.record_attr_definition(name, label)
2365 VALUES ('marc21_biblio_222_ind_2', 'MARC 21 biblio field 222 indicator position 2');
2366 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2367 VALUES ('marc21_biblio_222_ind_2', '0', $$No nonfiling characters$$, FALSE, TRUE);
2368 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2369 VALUES ('marc21_biblio_222_ind_2', '1', $$Number of nonfiling characters - 1$$, FALSE, TRUE);
2370 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2371 VALUES ('marc21_biblio_222_ind_2', '2', $$Number of nonfiling characters - 2$$, FALSE, TRUE);
2372 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2373 VALUES ('marc21_biblio_222_ind_2', '3', $$Number of nonfiling characters - 3$$, FALSE, TRUE);
2374 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2375 VALUES ('marc21_biblio_222_ind_2', '4', $$Number of nonfiling characters - 4$$, FALSE, TRUE);
2376 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2377 VALUES ('marc21_biblio_222_ind_2', '5', $$Number of nonfiling characters - 5$$, FALSE, TRUE);
2378 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2379 VALUES ('marc21_biblio_222_ind_2', '6', $$Number of nonfiling characters - 6$$, FALSE, TRUE);
2380 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2381 VALUES ('marc21_biblio_222_ind_2', '7', $$Number of nonfiling characters - 7$$, FALSE, TRUE);
2382 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2383 VALUES ('marc21_biblio_222_ind_2', '8', $$Number of nonfiling characters - 8$$, FALSE, TRUE);
2384 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2385 VALUES ('marc21_biblio_222_ind_2', '9', $$Number of nonfiling characters - 9$$, FALSE, TRUE);
2386 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2387                                  repeatable, mandatory, hidden)
2388 VALUES (1, 'biblio', '222', 'a', $$Key title$$,
2389 FALSE, FALSE, FALSE);
2390 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2391                                  repeatable, mandatory, hidden)
2392 VALUES (1, 'biblio', '222', 'b', $$Qualifying information$$,
2393 FALSE, FALSE, FALSE);
2394 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2395                                  repeatable, mandatory, hidden)
2396 VALUES (1, 'biblio', '222', '6', $$Linkage$$,
2397 FALSE, FALSE, FALSE);
2398 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2399                                  repeatable, mandatory, hidden)
2400 VALUES (1, 'biblio', '222', '8', $$Field link and sequence number$$,
2401 TRUE, FALSE, FALSE);
2402 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
2403                               fixed_field, repeatable, mandatory, hidden)
2404 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.$$,
2405 FALSE, FALSE, FALSE, FALSE);
2406 INSERT INTO config.record_attr_definition(name, label)
2407 VALUES ('marc21_biblio_240_ind_1', 'MARC 21 biblio field 240 indicator position 1');
2408 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2409 VALUES ('marc21_biblio_240_ind_1', '0', $$Not printed or displayed$$, FALSE, TRUE);
2410 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2411 VALUES ('marc21_biblio_240_ind_1', '1', $$Printed or displayed$$, FALSE, TRUE);
2412 INSERT INTO config.record_attr_definition(name, label)
2413 VALUES ('marc21_biblio_240_ind_2', 'MARC 21 biblio field 240 indicator position 2');
2414 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2415 VALUES ('marc21_biblio_240_ind_2', '0', $$No nonfiling characters$$, FALSE, TRUE);
2416 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2417 VALUES ('marc21_biblio_240_ind_2', '1', $$Number of nonfiling characters - 1$$, FALSE, TRUE);
2418 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2419 VALUES ('marc21_biblio_240_ind_2', '2', $$Number of nonfiling characters - 2$$, FALSE, TRUE);
2420 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2421 VALUES ('marc21_biblio_240_ind_2', '3', $$Number of nonfiling characters - 3$$, FALSE, TRUE);
2422 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2423 VALUES ('marc21_biblio_240_ind_2', '4', $$Number of nonfiling characters - 4$$, FALSE, TRUE);
2424 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2425 VALUES ('marc21_biblio_240_ind_2', '5', $$Number of nonfiling characters - 5$$, FALSE, TRUE);
2426 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2427 VALUES ('marc21_biblio_240_ind_2', '6', $$Number of nonfiling characters - 6$$, FALSE, TRUE);
2428 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2429 VALUES ('marc21_biblio_240_ind_2', '7', $$Number of nonfiling characters - 7$$, FALSE, TRUE);
2430 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2431 VALUES ('marc21_biblio_240_ind_2', '8', $$Number of nonfiling characters - 8$$, FALSE, TRUE);
2432 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2433 VALUES ('marc21_biblio_240_ind_2', '9', $$Number of nonfiling characters - 9$$, FALSE, TRUE);
2434 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2435                                  repeatable, mandatory, hidden)
2436 VALUES (1, 'biblio', '240', 'a', $$Uniform title$$,
2437 FALSE, FALSE, FALSE);
2438 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2439                                  repeatable, mandatory, hidden)
2440 VALUES (1, 'biblio', '240', 'd', $$Date of treaty signing$$,
2441 TRUE, FALSE, FALSE);
2442 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2443                                  repeatable, mandatory, hidden)
2444 VALUES (1, 'biblio', '240', 'f', $$Date of a work$$,
2445 FALSE, FALSE, FALSE);
2446 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2447                                  repeatable, mandatory, hidden)
2448 VALUES (1, 'biblio', '240', 'g', $$Miscellaneous information$$,
2449 FALSE, FALSE, FALSE);
2450 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2451                                  repeatable, mandatory, hidden)
2452 VALUES (1, 'biblio', '240', 'h', $$Medium$$,
2453 FALSE, FALSE, FALSE);
2454 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2455                                  repeatable, mandatory, hidden)
2456 VALUES (1, 'biblio', '240', 'k', $$Form subheading$$,
2457 TRUE, FALSE, FALSE);
2458 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2459                                  repeatable, mandatory, hidden)
2460 VALUES (1, 'biblio', '240', 'l', $$Language of a work$$,
2461 FALSE, FALSE, FALSE);
2462 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2463                                  repeatable, mandatory, hidden)
2464 VALUES (1, 'biblio', '240', 'm', $$Medium of performance for music$$,
2465 TRUE, FALSE, FALSE);
2466 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2467                                  repeatable, mandatory, hidden)
2468 VALUES (1, 'biblio', '240', 'n', $$Number of part/section of a work$$,
2469 TRUE, FALSE, FALSE);
2470 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2471                                  repeatable, mandatory, hidden)
2472 VALUES (1, 'biblio', '240', 'o', $$Arranged statement for music$$,
2473 FALSE, FALSE, FALSE);
2474 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2475                                  repeatable, mandatory, hidden)
2476 VALUES (1, 'biblio', '240', 'p', $$Name of part/section of a work$$,
2477 TRUE, FALSE, FALSE);
2478 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2479                                  repeatable, mandatory, hidden)
2480 VALUES (1, 'biblio', '240', 'r', $$Key for music$$,
2481 FALSE, FALSE, FALSE);
2482 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2483                                  repeatable, mandatory, hidden)
2484 VALUES (1, 'biblio', '240', 's', $$Version$$,
2485 FALSE, FALSE, FALSE);
2486 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2487                                  repeatable, mandatory, hidden)
2488 VALUES (1, 'biblio', '240', '0', $$Authority record control number$$,
2489 TRUE, FALSE, FALSE);
2490 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2491                                  repeatable, mandatory, hidden)
2492 VALUES (1, 'biblio', '240', '6', $$Linkage$$,
2493 FALSE, FALSE, FALSE);
2494 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2495                                  repeatable, mandatory, hidden)
2496 VALUES (1, 'biblio', '240', '8', $$Field link and sequence number$$,
2497 TRUE, FALSE, FALSE);
2498 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
2499                               fixed_field, repeatable, mandatory, hidden)
2500 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.$$,
2501 FALSE, TRUE, FALSE, FALSE);
2502 INSERT INTO config.record_attr_definition(name, label)
2503 VALUES ('marc21_biblio_242_ind_1', 'MARC 21 biblio field 242 indicator position 1');
2504 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2505 VALUES ('marc21_biblio_242_ind_1', '0', $$No added entry$$, FALSE, TRUE);
2506 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2507 VALUES ('marc21_biblio_242_ind_1', '1', $$Added entry$$, FALSE, TRUE);
2508 INSERT INTO config.record_attr_definition(name, label)
2509 VALUES ('marc21_biblio_242_ind_2', 'MARC 21 biblio field 242 indicator position 2');
2510 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2511 VALUES ('marc21_biblio_242_ind_2', '0', $$No nonfiling characters$$, FALSE, TRUE);
2512 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2513 VALUES ('marc21_biblio_242_ind_2', '1', $$Number of nonfiling characters - 1$$, FALSE, TRUE);
2514 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2515 VALUES ('marc21_biblio_242_ind_2', '2', $$Number of nonfiling characters - 2$$, FALSE, TRUE);
2516 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2517 VALUES ('marc21_biblio_242_ind_2', '3', $$Number of nonfiling characters - 3$$, FALSE, TRUE);
2518 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2519 VALUES ('marc21_biblio_242_ind_2', '4', $$Number of nonfiling characters - 4$$, FALSE, TRUE);
2520 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2521 VALUES ('marc21_biblio_242_ind_2', '5', $$Number of nonfiling characters - 5$$, FALSE, TRUE);
2522 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2523 VALUES ('marc21_biblio_242_ind_2', '6', $$Number of nonfiling characters - 6$$, FALSE, TRUE);
2524 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2525 VALUES ('marc21_biblio_242_ind_2', '7', $$Number of nonfiling characters - 7$$, FALSE, TRUE);
2526 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2527 VALUES ('marc21_biblio_242_ind_2', '8', $$Number of nonfiling characters - 8$$, FALSE, TRUE);
2528 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2529 VALUES ('marc21_biblio_242_ind_2', '9', $$Number of nonfiling characters - 9$$, FALSE, TRUE);
2530 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2531                                  repeatable, mandatory, hidden)
2532 VALUES (1, 'biblio', '242', 'a', $$Title$$,
2533 FALSE, FALSE, FALSE);
2534 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2535                                  repeatable, mandatory, hidden)
2536 VALUES (1, 'biblio', '242', 'b', $$Remainder of title$$,
2537 FALSE, FALSE, FALSE);
2538 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2539                                  repeatable, mandatory, hidden)
2540 VALUES (1, 'biblio', '242', 'c', $$Statement of responsibility, etc.$$,
2541 FALSE, FALSE, FALSE);
2542 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2543                                  repeatable, mandatory, hidden)
2544 VALUES (1, 'biblio', '242', 'h', $$Medium$$,
2545 FALSE, FALSE, FALSE);
2546 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2547                                  repeatable, mandatory, hidden)
2548 VALUES (1, 'biblio', '242', 'n', $$Number of part/section of a work$$,
2549 TRUE, FALSE, FALSE);
2550 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2551                                  repeatable, mandatory, hidden)
2552 VALUES (1, 'biblio', '242', 'p', $$Name of part/section of a work$$,
2553 TRUE, FALSE, FALSE);
2554 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2555                                  repeatable, mandatory, hidden)
2556 VALUES (1, 'biblio', '242', 'y', $$Language code of translated title$$,
2557 FALSE, FALSE, FALSE);
2558 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2559                                  repeatable, mandatory, hidden)
2560 VALUES (1, 'biblio', '242', '6', $$Linkage$$,
2561 FALSE, FALSE, FALSE);
2562 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2563                                  repeatable, mandatory, hidden)
2564 VALUES (1, 'biblio', '242', '8', $$Field link and sequence number$$,
2565 TRUE, FALSE, FALSE);
2566 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
2567                               fixed_field, repeatable, mandatory, hidden)
2568 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.$$,
2569 FALSE, FALSE, FALSE, FALSE);
2570 INSERT INTO config.record_attr_definition(name, label)
2571 VALUES ('marc21_biblio_243_ind_1', 'MARC 21 biblio field 243 indicator position 1');
2572 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2573 VALUES ('marc21_biblio_243_ind_1', '0', $$Not printed or displayed$$, FALSE, TRUE);
2574 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2575 VALUES ('marc21_biblio_243_ind_1', '1', $$Printed or displayed$$, FALSE, TRUE);
2576 INSERT INTO config.record_attr_definition(name, label)
2577 VALUES ('marc21_biblio_243_ind_2', 'MARC 21 biblio field 243 indicator position 2');
2578 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2579 VALUES ('marc21_biblio_243_ind_2', '0', $$No nonfiling characters$$, FALSE, TRUE);
2580 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2581 VALUES ('marc21_biblio_243_ind_2', '1', $$Number of nonfiling characters - 1$$, FALSE, TRUE);
2582 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2583 VALUES ('marc21_biblio_243_ind_2', '2', $$Number of nonfiling characters - 2$$, FALSE, TRUE);
2584 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2585 VALUES ('marc21_biblio_243_ind_2', '3', $$Number of nonfiling characters - 3$$, FALSE, TRUE);
2586 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2587 VALUES ('marc21_biblio_243_ind_2', '4', $$Number of nonfiling characters - 4$$, FALSE, TRUE);
2588 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2589 VALUES ('marc21_biblio_243_ind_2', '5', $$Number of nonfiling characters - 5$$, FALSE, TRUE);
2590 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2591 VALUES ('marc21_biblio_243_ind_2', '6', $$Number of nonfiling characters - 6$$, FALSE, TRUE);
2592 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2593 VALUES ('marc21_biblio_243_ind_2', '7', $$Number of nonfiling characters - 7$$, FALSE, TRUE);
2594 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2595 VALUES ('marc21_biblio_243_ind_2', '8', $$Number of nonfiling characters - 8$$, FALSE, TRUE);
2596 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2597 VALUES ('marc21_biblio_243_ind_2', '9', $$Number of nonfiling characters - 9$$, FALSE, TRUE);
2598 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2599                                  repeatable, mandatory, hidden)
2600 VALUES (1, 'biblio', '243', 'a', $$Uniform title$$,
2601 FALSE, FALSE, FALSE);
2602 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2603                                  repeatable, mandatory, hidden)
2604 VALUES (1, 'biblio', '243', 'd', $$Date of treaty signing$$,
2605 TRUE, FALSE, FALSE);
2606 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2607                                  repeatable, mandatory, hidden)
2608 VALUES (1, 'biblio', '243', 'f', $$Date of a work$$,
2609 FALSE, FALSE, FALSE);
2610 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2611                                  repeatable, mandatory, hidden)
2612 VALUES (1, 'biblio', '243', 'g', $$Miscellaneous information$$,
2613 FALSE, FALSE, FALSE);
2614 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2615                                  repeatable, mandatory, hidden)
2616 VALUES (1, 'biblio', '243', 'h', $$Medium$$,
2617 FALSE, FALSE, FALSE);
2618 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2619                                  repeatable, mandatory, hidden)
2620 VALUES (1, 'biblio', '243', 'k', $$Form subheading$$,
2621 TRUE, FALSE, FALSE);
2622 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2623                                  repeatable, mandatory, hidden)
2624 VALUES (1, 'biblio', '243', 'l', $$Language of a work$$,
2625 FALSE, FALSE, FALSE);
2626 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2627                                  repeatable, mandatory, hidden)
2628 VALUES (1, 'biblio', '243', 'm', $$Medium of performance for music$$,
2629 TRUE, FALSE, FALSE);
2630 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2631                                  repeatable, mandatory, hidden)
2632 VALUES (1, 'biblio', '243', 'n', $$Number of part/section of a work$$,
2633 TRUE, FALSE, FALSE);
2634 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2635                                  repeatable, mandatory, hidden)
2636 VALUES (1, 'biblio', '243', 'o', $$Arranged statement for music$$,
2637 FALSE, FALSE, FALSE);
2638 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2639                                  repeatable, mandatory, hidden)
2640 VALUES (1, 'biblio', '243', 'p', $$Name of part/section of a work$$,
2641 TRUE, FALSE, FALSE);
2642 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2643                                  repeatable, mandatory, hidden)
2644 VALUES (1, 'biblio', '243', 'r', $$Key for music$$,
2645 FALSE, FALSE, FALSE);
2646 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2647                                  repeatable, mandatory, hidden)
2648 VALUES (1, 'biblio', '243', 's', $$Version$$,
2649 FALSE, FALSE, FALSE);
2650 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2651                                  repeatable, mandatory, hidden)
2652 VALUES (1, 'biblio', '243', '6', $$Linkage$$,
2653 FALSE, FALSE, FALSE);
2654 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2655                                  repeatable, mandatory, hidden)
2656 VALUES (1, 'biblio', '243', '8', $$Field link and sequence number$$,
2657 TRUE, FALSE, FALSE);
2658 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
2659                               fixed_field, repeatable, mandatory, hidden)
2660 VALUES (1, 'biblio', '245', $$Title Statement$$, $$Title and statement of responsibility area of the bibliographic description of a work.$$,
2661 FALSE, FALSE, FALSE, FALSE);
2662 INSERT INTO config.record_attr_definition(name, label)
2663 VALUES ('marc21_biblio_245_ind_1', 'MARC 21 biblio field 245 indicator position 1');
2664 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2665 VALUES ('marc21_biblio_245_ind_1', '0', $$No added entry$$, FALSE, TRUE);
2666 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2667 VALUES ('marc21_biblio_245_ind_1', '1', $$Added entry$$, FALSE, TRUE);
2668 INSERT INTO config.record_attr_definition(name, label)
2669 VALUES ('marc21_biblio_245_ind_2', 'MARC 21 biblio field 245 indicator position 2');
2670 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2671 VALUES ('marc21_biblio_245_ind_2', '0', $$No nonfiling characters$$, FALSE, TRUE);
2672 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2673 VALUES ('marc21_biblio_245_ind_2', '1', $$Number of nonfiling characters - 1$$, FALSE, TRUE);
2674 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2675 VALUES ('marc21_biblio_245_ind_2', '2', $$Number of nonfiling characters - 2$$, FALSE, TRUE);
2676 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2677 VALUES ('marc21_biblio_245_ind_2', '3', $$Number of nonfiling characters - 3$$, FALSE, TRUE);
2678 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2679 VALUES ('marc21_biblio_245_ind_2', '4', $$Number of nonfiling characters - 4$$, FALSE, TRUE);
2680 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2681 VALUES ('marc21_biblio_245_ind_2', '5', $$Number of nonfiling characters - 5$$, FALSE, TRUE);
2682 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2683 VALUES ('marc21_biblio_245_ind_2', '6', $$Number of nonfiling characters - 6$$, FALSE, TRUE);
2684 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2685 VALUES ('marc21_biblio_245_ind_2', '7', $$Number of nonfiling characters - 7$$, FALSE, TRUE);
2686 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2687 VALUES ('marc21_biblio_245_ind_2', '8', $$Number of nonfiling characters - 8$$, FALSE, TRUE);
2688 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2689 VALUES ('marc21_biblio_245_ind_2', '9', $$Number of nonfiling characters - 9$$, FALSE, TRUE);
2690 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2691                                  repeatable, mandatory, hidden)
2692 VALUES (1, 'biblio', '245', 'a', $$Title$$,
2693 FALSE, FALSE, FALSE);
2694 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2695                                  repeatable, mandatory, hidden)
2696 VALUES (1, 'biblio', '245', 'b', $$Remainder of title$$,
2697 FALSE, FALSE, FALSE);
2698 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2699                                  repeatable, mandatory, hidden)
2700 VALUES (1, 'biblio', '245', 'c', $$Statement of responsibility, etc.$$,
2701 FALSE, FALSE, FALSE);
2702 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2703                                  repeatable, mandatory, hidden)
2704 VALUES (1, 'biblio', '245', 'f', $$Inclusive dates$$,
2705 FALSE, FALSE, FALSE);
2706 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2707                                  repeatable, mandatory, hidden)
2708 VALUES (1, 'biblio', '245', 'g', $$Bulk dates$$,
2709 FALSE, FALSE, FALSE);
2710 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2711                                  repeatable, mandatory, hidden)
2712 VALUES (1, 'biblio', '245', 'h', $$Medium$$,
2713 FALSE, FALSE, FALSE);
2714 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2715                                  repeatable, mandatory, hidden)
2716 VALUES (1, 'biblio', '245', 'k', $$Form$$,
2717 TRUE, FALSE, FALSE);
2718 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2719                                  repeatable, mandatory, hidden)
2720 VALUES (1, 'biblio', '245', 'n', $$Number of part/section of a work$$,
2721 TRUE, FALSE, FALSE);
2722 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2723                                  repeatable, mandatory, hidden)
2724 VALUES (1, 'biblio', '245', 'p', $$Name of part/section of a work$$,
2725 TRUE, FALSE, FALSE);
2726 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2727                                  repeatable, mandatory, hidden)
2728 VALUES (1, 'biblio', '245', 's', $$Version$$,
2729 FALSE, FALSE, FALSE);
2730 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2731                                  repeatable, mandatory, hidden)
2732 VALUES (1, 'biblio', '245', '6', $$Linkage$$,
2733 FALSE, FALSE, FALSE);
2734 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2735                                  repeatable, mandatory, hidden)
2736 VALUES (1, 'biblio', '245', '8', $$Field link and sequence number$$,
2737 TRUE, FALSE, FALSE);
2738 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
2739                               fixed_field, repeatable, mandatory, hidden)
2740 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.$$,
2741 FALSE, TRUE, FALSE, FALSE);
2742 INSERT INTO config.record_attr_definition(name, label)
2743 VALUES ('marc21_biblio_246_ind_1', 'MARC 21 biblio field 246 indicator position 1');
2744 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2745 VALUES ('marc21_biblio_246_ind_1', '0', $$Note, no added entry$$, FALSE, TRUE);
2746 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2747 VALUES ('marc21_biblio_246_ind_1', '1', $$Note, 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', '2', $$No note, no 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', '3', $$No note, added entry$$, FALSE, TRUE);
2752 INSERT INTO config.record_attr_definition(name, label)
2753 VALUES ('marc21_biblio_246_ind_2', 'MARC 21 biblio field 246 indicator position 2');
2754 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2755 VALUES ('marc21_biblio_246_ind_2', '#', $$No type specified$$, FALSE, TRUE);
2756 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2757 VALUES ('marc21_biblio_246_ind_2', '0', $$Portion of title$$, FALSE, TRUE);
2758 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2759 VALUES ('marc21_biblio_246_ind_2', '1', $$Parallel title$$, FALSE, TRUE);
2760 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2761 VALUES ('marc21_biblio_246_ind_2', '2', $$Distinctive title$$, FALSE, TRUE);
2762 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2763 VALUES ('marc21_biblio_246_ind_2', '3', $$Other title$$, FALSE, TRUE);
2764 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2765 VALUES ('marc21_biblio_246_ind_2', '4', $$Cover title$$, FALSE, TRUE);
2766 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2767 VALUES ('marc21_biblio_246_ind_2', '5', $$Added title page title$$, FALSE, TRUE);
2768 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2769 VALUES ('marc21_biblio_246_ind_2', '6', $$Caption title$$, FALSE, TRUE);
2770 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2771 VALUES ('marc21_biblio_246_ind_2', '7', $$Running title$$, FALSE, TRUE);
2772 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2773 VALUES ('marc21_biblio_246_ind_2', '8', $$Spine title$$, FALSE, TRUE);
2774 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2775                                  repeatable, mandatory, hidden)
2776 VALUES (1, 'biblio', '246', 'a', $$Title proper/short title$$,
2777 FALSE, FALSE, FALSE);
2778 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2779                                  repeatable, mandatory, hidden)
2780 VALUES (1, 'biblio', '246', 'b', $$Remainder of title$$,
2781 FALSE, FALSE, FALSE);
2782 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2783                                  repeatable, mandatory, hidden)
2784 VALUES (1, 'biblio', '246', 'f', $$Date or sequential designation$$,
2785 FALSE, FALSE, FALSE);
2786 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2787                                  repeatable, mandatory, hidden)
2788 VALUES (1, 'biblio', '246', 'g', $$Miscellaneous information$$,
2789 FALSE, FALSE, FALSE);
2790 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2791                                  repeatable, mandatory, hidden)
2792 VALUES (1, 'biblio', '246', 'h', $$Medium$$,
2793 FALSE, FALSE, FALSE);
2794 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2795                                  repeatable, mandatory, hidden)
2796 VALUES (1, 'biblio', '246', 'i', $$Display text$$,
2797 FALSE, FALSE, FALSE);
2798 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2799                                  repeatable, mandatory, hidden)
2800 VALUES (1, 'biblio', '246', 'n', $$Number of part/section of a work$$,
2801 TRUE, FALSE, FALSE);
2802 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2803                                  repeatable, mandatory, hidden)
2804 VALUES (1, 'biblio', '246', 'p', $$Name of part/section of a work$$,
2805 TRUE, FALSE, FALSE);
2806 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2807                                  repeatable, mandatory, hidden)
2808 VALUES (1, 'biblio', '246', '5', $$Institution to which field applies$$,
2809 FALSE, FALSE, FALSE);
2810 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2811                                  repeatable, mandatory, hidden)
2812 VALUES (1, 'biblio', '246', '6', $$Linkage$$,
2813 FALSE, FALSE, FALSE);
2814 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2815                                  repeatable, mandatory, hidden)
2816 VALUES (1, 'biblio', '246', '8', $$Field link and sequence number$$,
2817 TRUE, FALSE, FALSE);
2818 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
2819                               fixed_field, repeatable, mandatory, hidden)
2820 VALUES (1, 'biblio', '247', $$Former Title$$, $$Former title proper used when one cataloging record represents several titles associated with an entity.$$,
2821 FALSE, TRUE, FALSE, FALSE);
2822 INSERT INTO config.record_attr_definition(name, label)
2823 VALUES ('marc21_biblio_247_ind_1', 'MARC 21 biblio field 247 indicator position 1');
2824 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2825 VALUES ('marc21_biblio_247_ind_1', '0', $$No added entry$$, FALSE, TRUE);
2826 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2827 VALUES ('marc21_biblio_247_ind_1', '1', $$Added entry$$, FALSE, TRUE);
2828 INSERT INTO config.record_attr_definition(name, label)
2829 VALUES ('marc21_biblio_247_ind_2', 'MARC 21 biblio field 247 indicator position 2');
2830 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2831 VALUES ('marc21_biblio_247_ind_2', '0', $$Display note$$, FALSE, TRUE);
2832 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2833 VALUES ('marc21_biblio_247_ind_2', '1', $$Do not display note$$, FALSE, TRUE);
2834 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2835                                  repeatable, mandatory, hidden)
2836 VALUES (1, 'biblio', '247', 'a', $$Title$$,
2837 FALSE, FALSE, FALSE);
2838 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2839                                  repeatable, mandatory, hidden)
2840 VALUES (1, 'biblio', '247', 'b', $$Remainder of title$$,
2841 FALSE, FALSE, FALSE);
2842 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2843                                  repeatable, mandatory, hidden)
2844 VALUES (1, 'biblio', '247', 'f', $$Date or sequential designation$$,
2845 FALSE, FALSE, FALSE);
2846 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2847                                  repeatable, mandatory, hidden)
2848 VALUES (1, 'biblio', '247', 'g', $$Miscellaneous information$$,
2849 FALSE, FALSE, FALSE);
2850 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2851                                  repeatable, mandatory, hidden)
2852 VALUES (1, 'biblio', '247', 'h', $$Medium$$,
2853 FALSE, FALSE, FALSE);
2854 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2855                                  repeatable, mandatory, hidden)
2856 VALUES (1, 'biblio', '247', 'n', $$Number of part/section of a work$$,
2857 TRUE, FALSE, FALSE);
2858 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2859                                  repeatable, mandatory, hidden)
2860 VALUES (1, 'biblio', '247', 'p', $$Name of part/section of a work$$,
2861 TRUE, FALSE, FALSE);
2862 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2863                                  repeatable, mandatory, hidden)
2864 VALUES (1, 'biblio', '247', 'x', $$International Standard Serial Number$$,
2865 FALSE, FALSE, FALSE);
2866 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2867                                  repeatable, mandatory, hidden)
2868 VALUES (1, 'biblio', '247', '6', $$Linkage$$,
2869 FALSE, FALSE, FALSE);
2870 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2871                                  repeatable, mandatory, hidden)
2872 VALUES (1, 'biblio', '247', '8', $$Field link and sequence number$$,
2873 TRUE, FALSE, FALSE);
2874 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
2875                               fixed_field, repeatable, mandatory, hidden)
2876 VALUES (1, 'biblio', '250', $$Edition Statement$$, $$Information relating to the edition of a work as determined by applicable cataloging rules.$$,
2877 FALSE, FALSE, FALSE, FALSE);
2878 INSERT INTO config.record_attr_definition(name, label)
2879 VALUES ('marc21_biblio_250_ind_1', 'MARC 21 biblio field 250 indicator position 1');
2880 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2881 VALUES ('marc21_biblio_250_ind_1', '#', $$Undefined$$, FALSE, TRUE);
2882 INSERT INTO config.record_attr_definition(name, label)
2883 VALUES ('marc21_biblio_250_ind_2', 'MARC 21 biblio field 250 indicator position 2');
2884 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2885 VALUES ('marc21_biblio_250_ind_2', '#', $$Undefined$$, FALSE, TRUE);
2886 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2887                                  repeatable, mandatory, hidden)
2888 VALUES (1, 'biblio', '250', 'a', $$Edition statement$$,
2889 FALSE, FALSE, FALSE);
2890 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2891                                  repeatable, mandatory, hidden)
2892 VALUES (1, 'biblio', '250', 'b', $$Remainder of edition statement$$,
2893 FALSE, FALSE, FALSE);
2894 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2895                                  repeatable, mandatory, hidden)
2896 VALUES (1, 'biblio', '250', '6', $$Linkage$$,
2897 FALSE, FALSE, FALSE);
2898 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2899                                  repeatable, mandatory, hidden)
2900 VALUES (1, 'biblio', '250', '8', $$Field link and sequence number$$,
2901 TRUE, FALSE, FALSE);
2902 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
2903                               fixed_field, repeatable, mandatory, hidden)
2904 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.$$,
2905 FALSE, FALSE, FALSE, FALSE);
2906 INSERT INTO config.record_attr_definition(name, label)
2907 VALUES ('marc21_biblio_254_ind_1', 'MARC 21 biblio field 254 indicator position 1');
2908 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2909 VALUES ('marc21_biblio_254_ind_1', '#', $$Undefined$$, FALSE, TRUE);
2910 INSERT INTO config.record_attr_definition(name, label)
2911 VALUES ('marc21_biblio_254_ind_2', 'MARC 21 biblio field 254 indicator position 2');
2912 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2913 VALUES ('marc21_biblio_254_ind_2', '#', $$Undefined$$, FALSE, TRUE);
2914 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2915                                  repeatable, mandatory, hidden)
2916 VALUES (1, 'biblio', '254', 'a', $$Musical presentation statement$$,
2917 FALSE, FALSE, FALSE);
2918 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2919                                  repeatable, mandatory, hidden)
2920 VALUES (1, 'biblio', '254', '6', $$Linkage$$,
2921 FALSE, FALSE, FALSE);
2922 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2923                                  repeatable, mandatory, hidden)
2924 VALUES (1, 'biblio', '254', '8', $$Field link and sequence number$$,
2925 TRUE, FALSE, FALSE);
2926 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
2927                               fixed_field, repeatable, mandatory, hidden)
2928 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).$$,
2929 FALSE, TRUE, FALSE, FALSE);
2930 INSERT INTO config.record_attr_definition(name, label)
2931 VALUES ('marc21_biblio_255_ind_1', 'MARC 21 biblio field 255 indicator position 1');
2932 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2933 VALUES ('marc21_biblio_255_ind_1', '#', $$Undefined$$, FALSE, TRUE);
2934 INSERT INTO config.record_attr_definition(name, label)
2935 VALUES ('marc21_biblio_255_ind_2', 'MARC 21 biblio field 255 indicator position 2');
2936 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2937 VALUES ('marc21_biblio_255_ind_2', '#', $$Undefined$$, FALSE, TRUE);
2938 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2939                                  repeatable, mandatory, hidden)
2940 VALUES (1, 'biblio', '255', 'a', $$Statement of scale$$,
2941 FALSE, FALSE, FALSE);
2942 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2943                                  repeatable, mandatory, hidden)
2944 VALUES (1, 'biblio', '255', 'b', $$Statement of projection$$,
2945 FALSE, FALSE, FALSE);
2946 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2947                                  repeatable, mandatory, hidden)
2948 VALUES (1, 'biblio', '255', 'c', $$Statement of coordinates$$,
2949 FALSE, FALSE, FALSE);
2950 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2951                                  repeatable, mandatory, hidden)
2952 VALUES (1, 'biblio', '255', 'd', $$Statement of zone$$,
2953 FALSE, FALSE, FALSE);
2954 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2955                                  repeatable, mandatory, hidden)
2956 VALUES (1, 'biblio', '255', 'e', $$Statement of equinox$$,
2957 FALSE, FALSE, FALSE);
2958 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2959                                  repeatable, mandatory, hidden)
2960 VALUES (1, 'biblio', '255', 'f', $$Outer G-ring coordinate pairs$$,
2961 FALSE, FALSE, FALSE);
2962 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2963                                  repeatable, mandatory, hidden)
2964 VALUES (1, 'biblio', '255', 'g', $$Exclusion G-ring coordinate pairs$$,
2965 FALSE, FALSE, FALSE);
2966 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2967                                  repeatable, mandatory, hidden)
2968 VALUES (1, 'biblio', '255', '6', $$Linkage$$,
2969 FALSE, FALSE, FALSE);
2970 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2971                                  repeatable, mandatory, hidden)
2972 VALUES (1, 'biblio', '255', '8', $$Field link and sequence number$$,
2973 TRUE, FALSE, FALSE);
2974 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
2975                               fixed_field, repeatable, mandatory, hidden)
2976 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).$$,
2977 FALSE, FALSE, FALSE, FALSE);
2978 INSERT INTO config.record_attr_definition(name, label)
2979 VALUES ('marc21_biblio_256_ind_1', 'MARC 21 biblio field 256 indicator position 1');
2980 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2981 VALUES ('marc21_biblio_256_ind_1', '#', $$Undefined$$, FALSE, TRUE);
2982 INSERT INTO config.record_attr_definition(name, label)
2983 VALUES ('marc21_biblio_256_ind_2', 'MARC 21 biblio field 256 indicator position 2');
2984 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
2985 VALUES ('marc21_biblio_256_ind_2', '#', $$Undefined$$, FALSE, TRUE);
2986 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2987                                  repeatable, mandatory, hidden)
2988 VALUES (1, 'biblio', '256', 'a', $$Computer file characteristics$$,
2989 FALSE, FALSE, FALSE);
2990 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2991                                  repeatable, mandatory, hidden)
2992 VALUES (1, 'biblio', '256', '6', $$Linkage$$,
2993 FALSE, FALSE, FALSE);
2994 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
2995                                  repeatable, mandatory, hidden)
2996 VALUES (1, 'biblio', '256', '8', $$Field link and sequence number$$,
2997 TRUE, FALSE, FALSE);
2998 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
2999                               fixed_field, repeatable, mandatory, hidden)
3000 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.$$,
3001 FALSE, TRUE, FALSE, FALSE);
3002 INSERT INTO config.record_attr_definition(name, label)
3003 VALUES ('marc21_biblio_257_ind_1', 'MARC 21 biblio field 257 indicator position 1');
3004 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3005 VALUES ('marc21_biblio_257_ind_1', '#', $$Undefined$$, FALSE, TRUE);
3006 INSERT INTO config.record_attr_definition(name, label)
3007 VALUES ('marc21_biblio_257_ind_2', 'MARC 21 biblio field 257 indicator position 2');
3008 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3009 VALUES ('marc21_biblio_257_ind_2', '#', $$Undefined$$, FALSE, TRUE);
3010 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3011                                  repeatable, mandatory, hidden)
3012 VALUES (1, 'biblio', '257', 'a', $$Country of producing entity$$,
3013 TRUE, FALSE, FALSE);
3014 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3015                                  repeatable, mandatory, hidden)
3016 VALUES (1, 'biblio', '257', '6', $$Linkage$$,
3017 FALSE, FALSE, FALSE);
3018 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3019                                  repeatable, mandatory, hidden)
3020 VALUES (1, 'biblio', '257', '8', $$Field link and sequence number$$,
3021 TRUE, FALSE, FALSE);
3022 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
3023                               fixed_field, repeatable, mandatory, hidden)
3024 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.$$,
3025 FALSE, TRUE, FALSE, FALSE);
3026 INSERT INTO config.record_attr_definition(name, label)
3027 VALUES ('marc21_biblio_258_ind_1', 'MARC 21 biblio field 258 indicator position 1');
3028 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3029 VALUES ('marc21_biblio_258_ind_1', '#', $$Undefined$$, FALSE, TRUE);
3030 INSERT INTO config.record_attr_definition(name, label)
3031 VALUES ('marc21_biblio_258_ind_2', 'MARC 21 biblio field 258 indicator position 2');
3032 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3033 VALUES ('marc21_biblio_258_ind_2', '#', $$Undefined$$, FALSE, TRUE);
3034 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3035                                  repeatable, mandatory, hidden)
3036 VALUES (1, 'biblio', '258', 'a', $$Issuing jurisdiction$$,
3037 FALSE, FALSE, FALSE);
3038 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3039                                  repeatable, mandatory, hidden)
3040 VALUES (1, 'biblio', '258', 'b', $$Denomination$$,
3041 FALSE, FALSE, FALSE);
3042 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3043                                  repeatable, mandatory, hidden)
3044 VALUES (1, 'biblio', '258', '6', $$Linkage$$,
3045 FALSE, FALSE, FALSE);
3046 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3047                                  repeatable, mandatory, hidden)
3048 VALUES (1, 'biblio', '258', '8', $$Field link and sequence number$$,
3049 TRUE, FALSE, FALSE);
3050 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
3051                               fixed_field, repeatable, mandatory, hidden)
3052 VALUES (1, 'biblio', '260', $$Publication, Distribution, etc. (Imprint)$$, $$Information relating to the publication, printing, distribution, issue, release, or production of a work.$$,
3053 FALSE, TRUE, FALSE, FALSE);
3054 INSERT INTO config.record_attr_definition(name, label)
3055 VALUES ('marc21_biblio_260_ind_1', 'MARC 21 biblio field 260 indicator position 1');
3056 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3057 VALUES ('marc21_biblio_260_ind_1', '#', $$Not applicable/No information provided/Earliest available publisher$$, FALSE, TRUE);
3058 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3059 VALUES ('marc21_biblio_260_ind_1', '2', $$Intervening publisher$$, FALSE, TRUE);
3060 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3061 VALUES ('marc21_biblio_260_ind_1', '3', $$Current/latest publisher$$, FALSE, TRUE);
3062 INSERT INTO config.record_attr_definition(name, label)
3063 VALUES ('marc21_biblio_260_ind_2', 'MARC 21 biblio field 260 indicator position 2');
3064 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3065 VALUES ('marc21_biblio_260_ind_2', '#', $$Undefined$$, FALSE, TRUE);
3066 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3067                                  repeatable, mandatory, hidden)
3068 VALUES (1, 'biblio', '260', 'a', $$Place of publication, distribution, etc.$$,
3069 TRUE, FALSE, FALSE);
3070 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3071                                  repeatable, mandatory, hidden)
3072 VALUES (1, 'biblio', '260', 'b', $$Name of publisher, distributor, etc.$$,
3073 TRUE, FALSE, FALSE);
3074 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3075                                  repeatable, mandatory, hidden)
3076 VALUES (1, 'biblio', '260', 'c', $$Date of publication, distribution, etc.$$,
3077 TRUE, FALSE, FALSE);
3078 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3079                                  repeatable, mandatory, hidden)
3080 VALUES (1, 'biblio', '260', 'e', $$Place of manufacture$$,
3081 TRUE, FALSE, FALSE);
3082 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3083                                  repeatable, mandatory, hidden)
3084 VALUES (1, 'biblio', '260', 'f', $$Manufacturer$$,
3085 TRUE, FALSE, FALSE);
3086 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3087                                  repeatable, mandatory, hidden)
3088 VALUES (1, 'biblio', '260', 'g', $$Date of manufacture$$,
3089 TRUE, FALSE, FALSE);
3090 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3091                                  repeatable, mandatory, hidden)
3092 VALUES (1, 'biblio', '260', '3', $$Materials specified$$,
3093 FALSE, FALSE, FALSE);
3094 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3095                                  repeatable, mandatory, hidden)
3096 VALUES (1, 'biblio', '260', '6', $$Linkage$$,
3097 FALSE, FALSE, FALSE);
3098 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3099                                  repeatable, mandatory, hidden)
3100 VALUES (1, 'biblio', '260', '8', $$Field link and sequence number$$,
3101 TRUE, FALSE, FALSE);
3102 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
3103                               fixed_field, repeatable, mandatory, hidden)
3104 VALUES (1, 'biblio', '263', $$Projected Publication Date$$, $$Projected date of publication used in bibliographic records for works that have not yet been published.$$,
3105 FALSE, FALSE, FALSE, FALSE);
3106 INSERT INTO config.record_attr_definition(name, label)
3107 VALUES ('marc21_biblio_263_ind_1', 'MARC 21 biblio field 263 indicator position 1');
3108 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3109 VALUES ('marc21_biblio_263_ind_1', '#', $$Undefined$$, FALSE, TRUE);
3110 INSERT INTO config.record_attr_definition(name, label)
3111 VALUES ('marc21_biblio_263_ind_2', 'MARC 21 biblio field 263 indicator position 2');
3112 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3113 VALUES ('marc21_biblio_263_ind_2', '#', $$Undefined$$, FALSE, TRUE);
3114 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3115                                  repeatable, mandatory, hidden)
3116 VALUES (1, 'biblio', '263', 'a', $$Projected publication date$$,
3117 FALSE, FALSE, FALSE);
3118 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3119                                  repeatable, mandatory, hidden)
3120 VALUES (1, 'biblio', '263', '6', $$Linkage$$,
3121 FALSE, FALSE, FALSE);
3122 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3123                                  repeatable, mandatory, hidden)
3124 VALUES (1, 'biblio', '263', '8', $$Field link and sequence number$$,
3125 TRUE, FALSE, FALSE);
3126 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
3127                               fixed_field, repeatable, mandatory, hidden)
3128 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.$$,
3129 FALSE, TRUE, FALSE, FALSE);
3130 INSERT INTO config.record_attr_definition(name, label)
3131 VALUES ('marc21_biblio_264_ind_1', 'MARC 21 biblio field 264 indicator position 1');
3132 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3133 VALUES ('marc21_biblio_264_ind_1', '#', $$Not applicable/No information provided/Earliest$$, FALSE, TRUE);
3134 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3135 VALUES ('marc21_biblio_264_ind_1', '2', $$Intervening$$, FALSE, TRUE);
3136 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3137 VALUES ('marc21_biblio_264_ind_1', '3', $$Current/latest$$, FALSE, TRUE);
3138 INSERT INTO config.record_attr_definition(name, label)
3139 VALUES ('marc21_biblio_264_ind_2', 'MARC 21 biblio field 264 indicator position 2');
3140 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3141 VALUES ('marc21_biblio_264_ind_2', '0', $$Production$$, FALSE, TRUE);
3142 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3143 VALUES ('marc21_biblio_264_ind_2', '1', $$Publication$$, FALSE, TRUE);
3144 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3145 VALUES ('marc21_biblio_264_ind_2', '2', $$Distribution$$, FALSE, TRUE);
3146 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3147 VALUES ('marc21_biblio_264_ind_2', '3', $$Manufacture$$, FALSE, TRUE);
3148 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3149 VALUES ('marc21_biblio_264_ind_2', '4', $$Copyright notice date$$, FALSE, TRUE);
3150 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3151                                  repeatable, mandatory, hidden)
3152 VALUES (1, 'biblio', '264', 'a', $$Place of production, publication, distribution, manufacture$$,
3153 TRUE, FALSE, FALSE);
3154 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3155                                  repeatable, mandatory, hidden)
3156 VALUES (1, 'biblio', '264', 'b', $$Name of producer, publisher, distributor, manufacturer$$,
3157 TRUE, FALSE, FALSE);
3158 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3159                                  repeatable, mandatory, hidden)
3160 VALUES (1, 'biblio', '264', 'c', $$Date of production, publication, distribution, manufacture, or copyright notice$$,
3161 TRUE, FALSE, FALSE);
3162 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3163                                  repeatable, mandatory, hidden)
3164 VALUES (1, 'biblio', '264', '3', $$Materials specified$$,
3165 FALSE, FALSE, FALSE);
3166 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3167                                  repeatable, mandatory, hidden)
3168 VALUES (1, 'biblio', '264', '6', $$Linkage$$,
3169 FALSE, FALSE, FALSE);
3170 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3171                                  repeatable, mandatory, hidden)
3172 VALUES (1, 'biblio', '264', '8', $$Field link and sequence number$$,
3173 TRUE, FALSE, FALSE);
3174 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
3175                               fixed_field, repeatable, mandatory, hidden)
3176 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.$$,
3177 FALSE, TRUE, FALSE, FALSE);
3178 INSERT INTO config.record_attr_definition(name, label)
3179 VALUES ('marc21_biblio_270_ind_1', 'MARC 21 biblio field 270 indicator position 1');
3180 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3181 VALUES ('marc21_biblio_270_ind_1', '#', $$No level specified$$, FALSE, TRUE);
3182 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3183 VALUES ('marc21_biblio_270_ind_1', '1', $$Primary$$, FALSE, TRUE);
3184 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3185 VALUES ('marc21_biblio_270_ind_1', '2', $$Secondary$$, FALSE, TRUE);
3186 INSERT INTO config.record_attr_definition(name, label)
3187 VALUES ('marc21_biblio_270_ind_2', 'MARC 21 biblio field 270 indicator position 2');
3188 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3189 VALUES ('marc21_biblio_270_ind_2', '#', $$No type specified$$, FALSE, TRUE);
3190 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3191 VALUES ('marc21_biblio_270_ind_2', '0', $$Mailing$$, FALSE, TRUE);
3192 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3193 VALUES ('marc21_biblio_270_ind_2', '7', $$Type specified in subfield $i$$, FALSE, TRUE);
3194 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3195                                  repeatable, mandatory, hidden)
3196 VALUES (1, 'biblio', '270', 'a', $$Address$$,
3197 TRUE, FALSE, FALSE);
3198 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3199                                  repeatable, mandatory, hidden)
3200 VALUES (1, 'biblio', '270', 'b', $$City$$,
3201 FALSE, FALSE, FALSE);
3202 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3203                                  repeatable, mandatory, hidden)
3204 VALUES (1, 'biblio', '270', 'c', $$State or province$$,
3205 FALSE, FALSE, FALSE);
3206 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3207                                  repeatable, mandatory, hidden)
3208 VALUES (1, 'biblio', '270', 'd', $$Country$$,
3209 FALSE, FALSE, FALSE);
3210 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3211                                  repeatable, mandatory, hidden)
3212 VALUES (1, 'biblio', '270', 'e', $$Postal code$$,
3213 FALSE, FALSE, FALSE);
3214 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3215                                  repeatable, mandatory, hidden)
3216 VALUES (1, 'biblio', '270', 'f', $$Terms preceding attention name$$,
3217 FALSE, FALSE, FALSE);
3218 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3219                                  repeatable, mandatory, hidden)
3220 VALUES (1, 'biblio', '270', 'g', $$Attention name$$,
3221 FALSE, FALSE, FALSE);
3222 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3223                                  repeatable, mandatory, hidden)
3224 VALUES (1, 'biblio', '270', 'h', $$Attention position$$,
3225 FALSE, FALSE, FALSE);
3226 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3227                                  repeatable, mandatory, hidden)
3228 VALUES (1, 'biblio', '270', 'i', $$Type of address$$,
3229 FALSE, FALSE, FALSE);
3230 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3231                                  repeatable, mandatory, hidden)
3232 VALUES (1, 'biblio', '270', 'j', $$Specialized telephone number$$,
3233 TRUE, FALSE, FALSE);
3234 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3235                                  repeatable, mandatory, hidden)
3236 VALUES (1, 'biblio', '270', 'k', $$Telephone number$$,
3237 TRUE, FALSE, FALSE);
3238 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3239                                  repeatable, mandatory, hidden)
3240 VALUES (1, 'biblio', '270', 'l', $$Fax number$$,
3241 TRUE, FALSE, FALSE);
3242 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3243                                  repeatable, mandatory, hidden)
3244 VALUES (1, 'biblio', '270', 'm', $$Electronic mail address$$,
3245 TRUE, FALSE, FALSE);
3246 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3247                                  repeatable, mandatory, hidden)
3248 VALUES (1, 'biblio', '270', 'n', $$TDD or TTY number$$,
3249 TRUE, FALSE, FALSE);
3250 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3251                                  repeatable, mandatory, hidden)
3252 VALUES (1, 'biblio', '270', 'p', $$Contact person$$,
3253 TRUE, FALSE, FALSE);
3254 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3255                                  repeatable, mandatory, hidden)
3256 VALUES (1, 'biblio', '270', 'q', $$Title of contact person$$,
3257 TRUE, FALSE, FALSE);
3258 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3259                                  repeatable, mandatory, hidden)
3260 VALUES (1, 'biblio', '270', 'r', $$Hours$$,
3261 TRUE, FALSE, FALSE);
3262 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3263                                  repeatable, mandatory, hidden)
3264 VALUES (1, 'biblio', '270', 'z', $$Public note$$,
3265 TRUE, FALSE, FALSE);
3266 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3267                                  repeatable, mandatory, hidden)
3268 VALUES (1, 'biblio', '270', '4', $$Relator code$$,
3269 TRUE, FALSE, FALSE);
3270 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3271                                  repeatable, mandatory, hidden)
3272 VALUES (1, 'biblio', '270', '6', $$Linkage$$,
3273 FALSE, FALSE, FALSE);
3274 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3275                                  repeatable, mandatory, hidden)
3276 VALUES (1, 'biblio', '270', '8', $$Field link and sequence number$$,
3277 TRUE, FALSE, FALSE);
3278 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
3279                               fixed_field, repeatable, mandatory, hidden)
3280 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.$$,
3281 FALSE, TRUE, FALSE, FALSE);
3282 INSERT INTO config.record_attr_definition(name, label)
3283 VALUES ('marc21_biblio_300_ind_1', 'MARC 21 biblio field 300 indicator position 1');
3284 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3285 VALUES ('marc21_biblio_300_ind_1', '#', $$Undefined$$, FALSE, TRUE);
3286 INSERT INTO config.record_attr_definition(name, label)
3287 VALUES ('marc21_biblio_300_ind_2', 'MARC 21 biblio field 300 indicator position 2');
3288 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3289 VALUES ('marc21_biblio_300_ind_2', '#', $$Undefined$$, FALSE, TRUE);
3290 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3291                                  repeatable, mandatory, hidden)
3292 VALUES (1, 'biblio', '300', 'a', $$Extent$$,
3293 TRUE, FALSE, FALSE);
3294 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3295                                  repeatable, mandatory, hidden)
3296 VALUES (1, 'biblio', '300', 'b', $$Other physical details$$,
3297 FALSE, FALSE, FALSE);
3298 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3299                                  repeatable, mandatory, hidden)
3300 VALUES (1, 'biblio', '300', 'c', $$Dimensions$$,
3301 TRUE, FALSE, FALSE);
3302 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3303                                  repeatable, mandatory, hidden)
3304 VALUES (1, 'biblio', '300', 'e', $$Accompanying material$$,
3305 FALSE, FALSE, FALSE);
3306 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3307                                  repeatable, mandatory, hidden)
3308 VALUES (1, 'biblio', '300', 'f', $$Type of unit$$,
3309 TRUE, FALSE, FALSE);
3310 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3311                                  repeatable, mandatory, hidden)
3312 VALUES (1, 'biblio', '300', 'g', $$Size of unit$$,
3313 TRUE, FALSE, FALSE);
3314 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3315                                  repeatable, mandatory, hidden)
3316 VALUES (1, 'biblio', '300', '3', $$Materials specified$$,
3317 FALSE, FALSE, FALSE);
3318 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3319                                  repeatable, mandatory, hidden)
3320 VALUES (1, 'biblio', '300', '6', $$Linkage$$,
3321 FALSE, FALSE, FALSE);
3322 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3323                                  repeatable, mandatory, hidden)
3324 VALUES (1, 'biblio', '300', '8', $$Field link and sequence number$$,
3325 TRUE, FALSE, FALSE);
3326 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
3327                               fixed_field, repeatable, mandatory, hidden)
3328 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.$$,
3329 FALSE, FALSE, FALSE, FALSE);
3330 INSERT INTO config.record_attr_definition(name, label)
3331 VALUES ('marc21_biblio_306_ind_1', 'MARC 21 biblio field 306 indicator position 1');
3332 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3333 VALUES ('marc21_biblio_306_ind_1', '#', $$Undefined$$, FALSE, TRUE);
3334 INSERT INTO config.record_attr_definition(name, label)
3335 VALUES ('marc21_biblio_306_ind_2', 'MARC 21 biblio field 306 indicator position 2');
3336 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3337 VALUES ('marc21_biblio_306_ind_2', '#', $$Undefined$$, FALSE, TRUE);
3338 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3339                                  repeatable, mandatory, hidden)
3340 VALUES (1, 'biblio', '306', 'a', $$Playing time$$,
3341 TRUE, FALSE, FALSE);
3342 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3343                                  repeatable, mandatory, hidden)
3344 VALUES (1, 'biblio', '306', '6', $$Linkage$$,
3345 FALSE, FALSE, FALSE);
3346 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3347                                  repeatable, mandatory, hidden)
3348 VALUES (1, 'biblio', '306', '8', $$Field link and sequence number$$,
3349 TRUE, FALSE, FALSE);
3350 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
3351                               fixed_field, repeatable, mandatory, hidden)
3352 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.$$,
3353 FALSE, TRUE, FALSE, FALSE);
3354 INSERT INTO config.record_attr_definition(name, label)
3355 VALUES ('marc21_biblio_307_ind_1', 'MARC 21 biblio field 307 indicator position 1');
3356 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3357 VALUES ('marc21_biblio_307_ind_1', '#', $$Hours$$, FALSE, TRUE);
3358 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3359 VALUES ('marc21_biblio_307_ind_1', '8', $$No display constant generated$$, FALSE, TRUE);
3360 INSERT INTO config.record_attr_definition(name, label)
3361 VALUES ('marc21_biblio_307_ind_2', 'MARC 21 biblio field 307 indicator position 2');
3362 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3363 VALUES ('marc21_biblio_307_ind_2', '#', $$Undefined$$, FALSE, TRUE);
3364 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3365                                  repeatable, mandatory, hidden)
3366 VALUES (1, 'biblio', '307', 'a', $$Hours$$,
3367 FALSE, FALSE, FALSE);
3368 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3369                                  repeatable, mandatory, hidden)
3370 VALUES (1, 'biblio', '307', 'b', $$Additional information$$,
3371 FALSE, FALSE, FALSE);
3372 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3373                                  repeatable, mandatory, hidden)
3374 VALUES (1, 'biblio', '307', '6', $$Linkage$$,
3375 FALSE, FALSE, FALSE);
3376 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3377                                  repeatable, mandatory, hidden)
3378 VALUES (1, 'biblio', '307', '8', $$Field link and sequence number$$,
3379 TRUE, FALSE, FALSE);
3380 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
3381                               fixed_field, repeatable, mandatory, hidden)
3382 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.$$,
3383 FALSE, FALSE, FALSE, FALSE);
3384 INSERT INTO config.record_attr_definition(name, label)
3385 VALUES ('marc21_biblio_310_ind_1', 'MARC 21 biblio field 310 indicator position 1');
3386 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3387 VALUES ('marc21_biblio_310_ind_1', '#', $$Undefined$$, FALSE, TRUE);
3388 INSERT INTO config.record_attr_definition(name, label)
3389 VALUES ('marc21_biblio_310_ind_2', 'MARC 21 biblio field 310 indicator position 2');
3390 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3391 VALUES ('marc21_biblio_310_ind_2', '#', $$Undefined$$, FALSE, TRUE);
3392 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3393                                  repeatable, mandatory, hidden)
3394 VALUES (1, 'biblio', '310', 'a', $$Current publication frequency$$,
3395 FALSE, FALSE, FALSE);
3396 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3397                                  repeatable, mandatory, hidden)
3398 VALUES (1, 'biblio', '310', 'b', $$Date of current publication frequency$$,
3399 FALSE, FALSE, FALSE);
3400 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3401                                  repeatable, mandatory, hidden)
3402 VALUES (1, 'biblio', '310', '6', $$Linkage$$,
3403 FALSE, FALSE, FALSE);
3404 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3405                                  repeatable, mandatory, hidden)
3406 VALUES (1, 'biblio', '310', '8', $$Field link and sequence number$$,
3407 TRUE, FALSE, FALSE);
3408 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
3409                               fixed_field, repeatable, mandatory, hidden)
3410 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).$$,
3411 FALSE, TRUE, FALSE, FALSE);
3412 INSERT INTO config.record_attr_definition(name, label)
3413 VALUES ('marc21_biblio_321_ind_1', 'MARC 21 biblio field 321 indicator position 1');
3414 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3415 VALUES ('marc21_biblio_321_ind_1', '#', $$Undefined$$, FALSE, TRUE);
3416 INSERT INTO config.record_attr_definition(name, label)
3417 VALUES ('marc21_biblio_321_ind_2', 'MARC 21 biblio field 321 indicator position 2');
3418 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3419 VALUES ('marc21_biblio_321_ind_2', '#', $$Undefined$$, FALSE, TRUE);
3420 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3421                                  repeatable, mandatory, hidden)
3422 VALUES (1, 'biblio', '321', 'a', $$Former publication frequency$$,
3423 FALSE, FALSE, FALSE);
3424 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3425                                  repeatable, mandatory, hidden)
3426 VALUES (1, 'biblio', '321', 'b', $$Dates of former publication frequency$$,
3427 FALSE, FALSE, FALSE);
3428 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3429                                  repeatable, mandatory, hidden)
3430 VALUES (1, 'biblio', '321', '6', $$Linkage$$,
3431 FALSE, FALSE, FALSE);
3432 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3433                                  repeatable, mandatory, hidden)
3434 VALUES (1, 'biblio', '321', '8', $$Field link and sequence number$$,
3435 TRUE, FALSE, FALSE);
3436 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
3437                               fixed_field, repeatable, mandatory, hidden)
3438 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.$$,
3439 FALSE, TRUE, FALSE, FALSE);
3440 INSERT INTO config.record_attr_definition(name, label)
3441 VALUES ('marc21_biblio_336_ind_1', 'MARC 21 biblio field 336 indicator position 1');
3442 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3443 VALUES ('marc21_biblio_336_ind_1', '#', $$Undefined$$, FALSE, TRUE);
3444 INSERT INTO config.record_attr_definition(name, label)
3445 VALUES ('marc21_biblio_336_ind_2', 'MARC 21 biblio field 336 indicator position 2');
3446 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3447 VALUES ('marc21_biblio_336_ind_2', '#', $$Undefined$$, FALSE, TRUE);
3448 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3449                                  repeatable, mandatory, hidden)
3450 VALUES (1, 'biblio', '336', 'a', $$Content type term$$,
3451 TRUE, FALSE, FALSE);
3452 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3453                                  repeatable, mandatory, hidden)
3454 VALUES (1, 'biblio', '336', 'b', $$Content type code$$,
3455 TRUE, FALSE, FALSE);
3456 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3457                                  repeatable, mandatory, hidden)
3458 VALUES (1, 'biblio', '336', '2', $$Source$$,
3459 FALSE, FALSE, FALSE);
3460 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3461                                  repeatable, mandatory, hidden)
3462 VALUES (1, 'biblio', '336', '3', $$Materials specified$$,
3463 FALSE, FALSE, FALSE);
3464 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3465                                  repeatable, mandatory, hidden)
3466 VALUES (1, 'biblio', '336', '6', $$Linkage$$,
3467 FALSE, FALSE, FALSE);
3468 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3469                                  repeatable, mandatory, hidden)
3470 VALUES (1, 'biblio', '336', '8', $$Field link and sequence number$$,
3471 TRUE, FALSE, FALSE);
3472 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
3473                               fixed_field, repeatable, mandatory, hidden)
3474 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.$$,
3475 FALSE, TRUE, FALSE, FALSE);
3476 INSERT INTO config.record_attr_definition(name, label)
3477 VALUES ('marc21_biblio_337_ind_1', 'MARC 21 biblio field 337 indicator position 1');
3478 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3479 VALUES ('marc21_biblio_337_ind_1', '#', $$Undefined$$, FALSE, TRUE);
3480 INSERT INTO config.record_attr_definition(name, label)
3481 VALUES ('marc21_biblio_337_ind_2', 'MARC 21 biblio field 337 indicator position 2');
3482 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3483 VALUES ('marc21_biblio_337_ind_2', '#', $$Undefined$$, FALSE, TRUE);
3484 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3485                                  repeatable, mandatory, hidden)
3486 VALUES (1, 'biblio', '337', 'a', $$Media type term$$,
3487 TRUE, FALSE, FALSE);
3488 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3489                                  repeatable, mandatory, hidden)
3490 VALUES (1, 'biblio', '337', 'b', $$Media type code$$,
3491 TRUE, FALSE, FALSE);
3492 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3493                                  repeatable, mandatory, hidden)
3494 VALUES (1, 'biblio', '337', '2', $$Source$$,
3495 FALSE, FALSE, FALSE);
3496 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3497                                  repeatable, mandatory, hidden)
3498 VALUES (1, 'biblio', '337', '3', $$Materials specified$$,
3499 FALSE, FALSE, FALSE);
3500 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3501                                  repeatable, mandatory, hidden)
3502 VALUES (1, 'biblio', '337', '6', $$Linkage$$,
3503 FALSE, FALSE, FALSE);
3504 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3505                                  repeatable, mandatory, hidden)
3506 VALUES (1, 'biblio', '337', '8', $$Field link and sequence number$$,
3507 TRUE, FALSE, FALSE);
3508 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
3509                               fixed_field, repeatable, mandatory, hidden)
3510 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.$$,
3511 FALSE, TRUE, FALSE, FALSE);
3512 INSERT INTO config.record_attr_definition(name, label)
3513 VALUES ('marc21_biblio_338_ind_1', 'MARC 21 biblio field 338 indicator position 1');
3514 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3515 VALUES ('marc21_biblio_338_ind_1', '#', $$Undefined$$, FALSE, TRUE);
3516 INSERT INTO config.record_attr_definition(name, label)
3517 VALUES ('marc21_biblio_338_ind_2', 'MARC 21 biblio field 338 indicator position 2');
3518 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3519 VALUES ('marc21_biblio_338_ind_2', '#', $$Undefined$$, FALSE, TRUE);
3520 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3521                                  repeatable, mandatory, hidden)
3522 VALUES (1, 'biblio', '338', 'a', $$Carrier type term$$,
3523 TRUE, FALSE, FALSE);
3524 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3525                                  repeatable, mandatory, hidden)
3526 VALUES (1, 'biblio', '338', 'b', $$Carrier type code$$,
3527 TRUE, FALSE, FALSE);
3528 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3529                                  repeatable, mandatory, hidden)
3530 VALUES (1, 'biblio', '338', '2', $$Source$$,
3531 FALSE, FALSE, FALSE);
3532 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3533                                  repeatable, mandatory, hidden)
3534 VALUES (1, 'biblio', '338', '3', $$Materials specified$$,
3535 FALSE, FALSE, FALSE);
3536 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3537                                  repeatable, mandatory, hidden)
3538 VALUES (1, 'biblio', '338', '6', $$Linkage$$,
3539 FALSE, FALSE, FALSE);
3540 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3541                                  repeatable, mandatory, hidden)
3542 VALUES (1, 'biblio', '338', '8', $$Field link and sequence number$$,
3543 TRUE, FALSE, FALSE);
3544 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
3545                               fixed_field, repeatable, mandatory, hidden)
3546 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.$$,
3547 FALSE, TRUE, FALSE, FALSE);
3548 INSERT INTO config.record_attr_definition(name, label)
3549 VALUES ('marc21_biblio_340_ind_1', 'MARC 21 biblio field 340 indicator position 1');
3550 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3551 VALUES ('marc21_biblio_340_ind_1', '#', $$Undefined$$, FALSE, TRUE);
3552 INSERT INTO config.record_attr_definition(name, label)
3553 VALUES ('marc21_biblio_340_ind_2', 'MARC 21 biblio field 340 indicator position 2');
3554 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3555 VALUES ('marc21_biblio_340_ind_2', '#', $$Undefined$$, FALSE, TRUE);
3556 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3557                                  repeatable, mandatory, hidden)
3558 VALUES (1, 'biblio', '340', 'a', $$Material base and configuration$$,
3559 TRUE, FALSE, FALSE);
3560 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3561                                  repeatable, mandatory, hidden)
3562 VALUES (1, 'biblio', '340', 'b', $$Dimensions$$,
3563 TRUE, FALSE, FALSE);
3564 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3565                                  repeatable, mandatory, hidden)
3566 VALUES (1, 'biblio', '340', 'c', $$Materials applied to surface$$,
3567 TRUE, FALSE, FALSE);
3568 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3569                                  repeatable, mandatory, hidden)
3570 VALUES (1, 'biblio', '340', 'd', $$Information recording technique$$,
3571 TRUE, FALSE, FALSE);
3572 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3573                                  repeatable, mandatory, hidden)
3574 VALUES (1, 'biblio', '340', 'e', $$Support$$,
3575 TRUE, FALSE, FALSE);
3576 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3577                                  repeatable, mandatory, hidden)
3578 VALUES (1, 'biblio', '340', 'f', $$Production rate/ratio$$,
3579 TRUE, FALSE, FALSE);
3580 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3581                                  repeatable, mandatory, hidden)
3582 VALUES (1, 'biblio', '340', 'h', $$Location within medium$$,
3583 TRUE, FALSE, FALSE);
3584 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3585                                  repeatable, mandatory, hidden)
3586 VALUES (1, 'biblio', '340', 'i', $$Technical specifications of medium$$,
3587 TRUE, FALSE, FALSE);
3588 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3589                                  repeatable, mandatory, hidden)
3590 VALUES (1, 'biblio', '340', '3', $$Materials specified$$,
3591 FALSE, FALSE, FALSE);
3592 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3593                                  repeatable, mandatory, hidden)
3594 VALUES (1, 'biblio', '340', '6', $$Linkage$$,
3595 FALSE, FALSE, FALSE);
3596 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3597                                  repeatable, mandatory, hidden)
3598 VALUES (1, 'biblio', '340', '8', $$Field link and sequence number$$,
3599 TRUE, FALSE, FALSE);
3600 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
3601                               fixed_field, repeatable, mandatory, hidden)
3602 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.$$,
3603 FALSE, TRUE, FALSE, FALSE);
3604 INSERT INTO config.record_attr_definition(name, label)
3605 VALUES ('marc21_biblio_342_ind_1', 'MARC 21 biblio field 342 indicator position 1');
3606 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3607 VALUES ('marc21_biblio_342_ind_1', '0', $$Horizontal coordinate system$$, FALSE, TRUE);
3608 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3609 VALUES ('marc21_biblio_342_ind_1', '1', $$Vertical coordinate system$$, FALSE, TRUE);
3610 INSERT INTO config.record_attr_definition(name, label)
3611 VALUES ('marc21_biblio_342_ind_2', 'MARC 21 biblio field 342 indicator position 2');
3612 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3613 VALUES ('marc21_biblio_342_ind_2', '0', $$Geographic$$, FALSE, TRUE);
3614 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3615 VALUES ('marc21_biblio_342_ind_2', '1', $$Map projection$$, FALSE, TRUE);
3616 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3617 VALUES ('marc21_biblio_342_ind_2', '2', $$Grid coordinate system$$, FALSE, TRUE);
3618 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3619 VALUES ('marc21_biblio_342_ind_2', '3', $$Local planar$$, FALSE, TRUE);
3620 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3621 VALUES ('marc21_biblio_342_ind_2', '4', $$Local$$, FALSE, TRUE);
3622 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3623 VALUES ('marc21_biblio_342_ind_2', '5', $$Geodetic model$$, FALSE, TRUE);
3624 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3625 VALUES ('marc21_biblio_342_ind_2', '6', $$Altitude$$, FALSE, TRUE);
3626 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3627 VALUES ('marc21_biblio_342_ind_2', '7', $$Method specified in $2$$, FALSE, TRUE);
3628 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3629 VALUES ('marc21_biblio_342_ind_2', '8', $$Depth$$, FALSE, TRUE);
3630 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3631                                  repeatable, mandatory, hidden)
3632 VALUES (1, 'biblio', '342', 'a', $$Name$$,
3633 FALSE, FALSE, FALSE);
3634 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3635                                  repeatable, mandatory, hidden)
3636 VALUES (1, 'biblio', '342', 'b', $$Coordinate units or distance units$$,
3637 FALSE, FALSE, FALSE);
3638 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3639                                  repeatable, mandatory, hidden)
3640 VALUES (1, 'biblio', '342', 'c', $$Latitude resolution$$,
3641 FALSE, FALSE, FALSE);
3642 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3643                                  repeatable, mandatory, hidden)
3644 VALUES (1, 'biblio', '342', 'd', $$Longitude resolution$$,
3645 FALSE, FALSE, FALSE);
3646 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3647                                  repeatable, mandatory, hidden)
3648 VALUES (1, 'biblio', '342', 'e', $$Standard parallel or oblique line latitude$$,
3649 TRUE, FALSE, FALSE);
3650 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3651                                  repeatable, mandatory, hidden)
3652 VALUES (1, 'biblio', '342', 'f', $$Oblique line longitude$$,
3653 TRUE, FALSE, FALSE);
3654 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3655                                  repeatable, mandatory, hidden)
3656 VALUES (1, 'biblio', '342', 'g', $$Longitude of central meridian or projection center$$,
3657 FALSE, FALSE, FALSE);
3658 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3659                                  repeatable, mandatory, hidden)
3660 VALUES (1, 'biblio', '342', 'h', $$Latitude of projection center or projection origin$$,
3661 FALSE, FALSE, FALSE);
3662 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3663                                  repeatable, mandatory, hidden)
3664 VALUES (1, 'biblio', '342', 'i', $$False easting$$,
3665 FALSE, FALSE, FALSE);
3666 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3667                                  repeatable, mandatory, hidden)
3668 VALUES (1, 'biblio', '342', 'j', $$False northing$$,
3669 FALSE, FALSE, FALSE);
3670 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3671                                  repeatable, mandatory, hidden)
3672 VALUES (1, 'biblio', '342', 'k', $$Scale factor$$,
3673 FALSE, FALSE, FALSE);
3674 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3675                                  repeatable, mandatory, hidden)
3676 VALUES (1, 'biblio', '342', 'l', $$Height of perspective point above surface$$,
3677 FALSE, FALSE, FALSE);
3678 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3679                                  repeatable, mandatory, hidden)
3680 VALUES (1, 'biblio', '342', 'm', $$Azimuthal angle$$,
3681 FALSE, FALSE, FALSE);
3682 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3683                                  repeatable, mandatory, hidden)
3684 VALUES (1, 'biblio', '342', 'n', $$Azimuth measure point longitude or straight vertical longitude from pole$$,
3685 FALSE, FALSE, FALSE);
3686 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3687                                  repeatable, mandatory, hidden)
3688 VALUES (1, 'biblio', '342', 'o', $$Landsat number and path number$$,
3689 FALSE, FALSE, FALSE);
3690 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3691                                  repeatable, mandatory, hidden)
3692 VALUES (1, 'biblio', '342', 'p', $$Zone identifier$$,
3693 FALSE, FALSE, FALSE);
3694 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3695                                  repeatable, mandatory, hidden)
3696 VALUES (1, 'biblio', '342', 'q', $$Ellipsoid name$$,
3697 FALSE, FALSE, FALSE);
3698 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3699                                  repeatable, mandatory, hidden)
3700 VALUES (1, 'biblio', '342', 'r', $$Semi-major axis$$,
3701 FALSE, FALSE, FALSE);
3702 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3703                                  repeatable, mandatory, hidden)
3704 VALUES (1, 'biblio', '342', 's', $$Denominator of flattening ratio$$,
3705 FALSE, FALSE, FALSE);
3706 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3707                                  repeatable, mandatory, hidden)
3708 VALUES (1, 'biblio', '342', 't', $$Vertical resolution$$,
3709 FALSE, FALSE, FALSE);
3710 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3711                                  repeatable, mandatory, hidden)
3712 VALUES (1, 'biblio', '342', 'u', $$Vertical encoding method$$,
3713 FALSE, FALSE, FALSE);
3714 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3715                                  repeatable, mandatory, hidden)
3716 VALUES (1, 'biblio', '342', 'v', $$Local planar, local, or other projection or grid description$$,
3717 FALSE, FALSE, FALSE);
3718 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3719                                  repeatable, mandatory, hidden)
3720 VALUES (1, 'biblio', '342', 'w', $$Local planar or local georeference information$$,
3721 FALSE, FALSE, FALSE);
3722 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3723                                  repeatable, mandatory, hidden)
3724 VALUES (1, 'biblio', '342', '2', $$Reference method used$$,
3725 FALSE, FALSE, FALSE);
3726 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3727                                  repeatable, mandatory, hidden)
3728 VALUES (1, 'biblio', '342', '6', $$Linkage$$,
3729 FALSE, FALSE, FALSE);
3730 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3731                                  repeatable, mandatory, hidden)
3732 VALUES (1, 'biblio', '342', '8', $$Field link and sequence number$$,
3733 TRUE, FALSE, FALSE);
3734 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
3735                               fixed_field, repeatable, mandatory, hidden)
3736 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.$$,
3737 FALSE, TRUE, FALSE, FALSE);
3738 INSERT INTO config.record_attr_definition(name, label)
3739 VALUES ('marc21_biblio_343_ind_1', 'MARC 21 biblio field 343 indicator position 1');
3740 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3741 VALUES ('marc21_biblio_343_ind_1', '#', $$Undefined$$, FALSE, TRUE);
3742 INSERT INTO config.record_attr_definition(name, label)
3743 VALUES ('marc21_biblio_343_ind_2', 'MARC 21 biblio field 343 indicator position 2');
3744 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3745 VALUES ('marc21_biblio_343_ind_2', '#', $$Undefined$$, FALSE, TRUE);
3746 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3747                                  repeatable, mandatory, hidden)
3748 VALUES (1, 'biblio', '343', 'a', $$Planar coordinate encoding method$$,
3749 FALSE, FALSE, FALSE);
3750 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3751                                  repeatable, mandatory, hidden)
3752 VALUES (1, 'biblio', '343', 'b', $$Planar distance units$$,
3753 FALSE, FALSE, FALSE);
3754 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3755                                  repeatable, mandatory, hidden)
3756 VALUES (1, 'biblio', '343', 'c', $$Abscissa resolution$$,
3757 FALSE, FALSE, FALSE);
3758 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3759                                  repeatable, mandatory, hidden)
3760 VALUES (1, 'biblio', '343', 'd', $$Ordinate resolution$$,
3761 FALSE, FALSE, FALSE);
3762 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3763                                  repeatable, mandatory, hidden)
3764 VALUES (1, 'biblio', '343', 'e', $$Distance resolution$$,
3765 FALSE, FALSE, FALSE);
3766 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3767                                  repeatable, mandatory, hidden)
3768 VALUES (1, 'biblio', '343', 'f', $$Bearing resolution$$,
3769 FALSE, FALSE, FALSE);
3770 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3771                                  repeatable, mandatory, hidden)
3772 VALUES (1, 'biblio', '343', 'g', $$Bearing units$$,
3773 FALSE, FALSE, FALSE);
3774 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3775                                  repeatable, mandatory, hidden)
3776 VALUES (1, 'biblio', '343', 'h', $$Bearing reference direction$$,
3777 FALSE, FALSE, FALSE);
3778 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3779                                  repeatable, mandatory, hidden)
3780 VALUES (1, 'biblio', '343', 'i', $$Bearing reference meridian$$,
3781 FALSE, FALSE, FALSE);
3782 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3783                                  repeatable, mandatory, hidden)
3784 VALUES (1, 'biblio', '343', '6', $$Linkage$$,
3785 FALSE, FALSE, FALSE);
3786 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3787                                  repeatable, mandatory, hidden)
3788 VALUES (1, 'biblio', '343', '8', $$Field link and sequence number$$,
3789 TRUE, FALSE, FALSE);
3790 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
3791                               fixed_field, repeatable, mandatory, hidden)
3792 VALUES (1, 'biblio', '344', $$Sound Characteristics$$, $$Technical specifications relating to the encoding of sound in a resource.$$,
3793 FALSE, TRUE, FALSE, FALSE);
3794 INSERT INTO config.record_attr_definition(name, label)
3795 VALUES ('marc21_biblio_344_ind_1', 'MARC 21 biblio field 344 indicator position 1');
3796 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3797 VALUES ('marc21_biblio_344_ind_1', '#', $$Undefined$$, FALSE, TRUE);
3798 INSERT INTO config.record_attr_definition(name, label)
3799 VALUES ('marc21_biblio_344_ind_2', 'MARC 21 biblio field 344 indicator position 2');
3800 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3801 VALUES ('marc21_biblio_344_ind_2', '#', $$Undefined$$, FALSE, TRUE);
3802 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3803                                  repeatable, mandatory, hidden)
3804 VALUES (1, 'biblio', '344', 'a', $$Type of recording$$,
3805 TRUE, FALSE, FALSE);
3806 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3807                                  repeatable, mandatory, hidden)
3808 VALUES (1, 'biblio', '344', 'b', $$Recording medium$$,
3809 TRUE, FALSE, FALSE);
3810 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3811                                  repeatable, mandatory, hidden)
3812 VALUES (1, 'biblio', '344', 'c', $$Playing speed$$,
3813 TRUE, FALSE, FALSE);
3814 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3815                                  repeatable, mandatory, hidden)
3816 VALUES (1, 'biblio', '344', 'd', $$Groove characteristic$$,
3817 TRUE, FALSE, FALSE);
3818 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3819                                  repeatable, mandatory, hidden)
3820 VALUES (1, 'biblio', '344', 'e', $$Track configuration$$,
3821 TRUE, FALSE, FALSE);
3822 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3823                                  repeatable, mandatory, hidden)
3824 VALUES (1, 'biblio', '344', 'f', $$Tape configuration$$,
3825 TRUE, FALSE, FALSE);
3826 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3827                                  repeatable, mandatory, hidden)
3828 VALUES (1, 'biblio', '344', 'g', $$Configuration of playback channels$$,
3829 TRUE, FALSE, FALSE);
3830 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3831                                  repeatable, mandatory, hidden)
3832 VALUES (1, 'biblio', '344', 'h', $$Special playback characteristics$$,
3833 TRUE, FALSE, FALSE);
3834 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3835                                  repeatable, mandatory, hidden)
3836 VALUES (1, 'biblio', '344', '0', $$Authority record control number or standard number$$,
3837 TRUE, FALSE, FALSE);
3838 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3839                                  repeatable, mandatory, hidden)
3840 VALUES (1, 'biblio', '344', '2', $$Source$$,
3841 FALSE, FALSE, FALSE);
3842 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3843                                  repeatable, mandatory, hidden)
3844 VALUES (1, 'biblio', '344', '3', $$Materials specified$$,
3845 FALSE, FALSE, FALSE);
3846 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3847                                  repeatable, mandatory, hidden)
3848 VALUES (1, 'biblio', '344', '6', $$Linkage$$,
3849 FALSE, FALSE, FALSE);
3850 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3851                                  repeatable, mandatory, hidden)
3852 VALUES (1, 'biblio', '344', '8', $$Field link and sequence number$$,
3853 TRUE, FALSE, FALSE);
3854 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
3855                               fixed_field, repeatable, mandatory, hidden)
3856 VALUES (1, 'biblio', '345', $$Projection Characteristics of Moving Image$$, $$Technical specifications relating to the projection of a moving image resource.$$,
3857 FALSE, TRUE, FALSE, FALSE);
3858 INSERT INTO config.record_attr_definition(name, label)
3859 VALUES ('marc21_biblio_345_ind_1', 'MARC 21 biblio field 345 indicator position 1');
3860 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3861 VALUES ('marc21_biblio_345_ind_1', '#', $$Undefined$$, FALSE, TRUE);
3862 INSERT INTO config.record_attr_definition(name, label)
3863 VALUES ('marc21_biblio_345_ind_2', 'MARC 21 biblio field 345 indicator position 2');
3864 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3865 VALUES ('marc21_biblio_345_ind_2', '#', $$Undefined$$, FALSE, TRUE);
3866 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3867                                  repeatable, mandatory, hidden)
3868 VALUES (1, 'biblio', '345', 'a', $$Presentation format$$,
3869 TRUE, FALSE, FALSE);
3870 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3871                                  repeatable, mandatory, hidden)
3872 VALUES (1, 'biblio', '345', 'b', $$Projection speed$$,
3873 TRUE, FALSE, FALSE);
3874 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3875                                  repeatable, mandatory, hidden)
3876 VALUES (1, 'biblio', '345', '0', $$Authority record control number or standard number$$,
3877 TRUE, FALSE, FALSE);
3878 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3879                                  repeatable, mandatory, hidden)
3880 VALUES (1, 'biblio', '345', '2', $$Source$$,
3881 FALSE, FALSE, FALSE);
3882 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3883                                  repeatable, mandatory, hidden)
3884 VALUES (1, 'biblio', '345', '3', $$Materials specified$$,
3885 FALSE, FALSE, FALSE);
3886 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3887                                  repeatable, mandatory, hidden)
3888 VALUES (1, 'biblio', '345', '6', $$Linkage$$,
3889 FALSE, FALSE, FALSE);
3890 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3891                                  repeatable, mandatory, hidden)
3892 VALUES (1, 'biblio', '345', '8', $$Field link and sequence number$$,
3893 TRUE, FALSE, FALSE);
3894 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
3895                               fixed_field, repeatable, mandatory, hidden)
3896 VALUES (1, 'biblio', '346', $$Video Characteristics$$, $$Technical specifications relating to the encoding of video images in a resource.$$,
3897 FALSE, TRUE, FALSE, FALSE);
3898 INSERT INTO config.record_attr_definition(name, label)
3899 VALUES ('marc21_biblio_346_ind_1', 'MARC 21 biblio field 346 indicator position 1');
3900 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3901 VALUES ('marc21_biblio_346_ind_1', '#', $$Undefined$$, FALSE, TRUE);
3902 INSERT INTO config.record_attr_definition(name, label)
3903 VALUES ('marc21_biblio_346_ind_2', 'MARC 21 biblio field 346 indicator position 2');
3904 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3905 VALUES ('marc21_biblio_346_ind_2', '#', $$Undefined$$, FALSE, TRUE);
3906 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3907                                  repeatable, mandatory, hidden)
3908 VALUES (1, 'biblio', '346', 'a', $$Video format$$,
3909 TRUE, FALSE, FALSE);
3910 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3911                                  repeatable, mandatory, hidden)
3912 VALUES (1, 'biblio', '346', 'b', $$Broadcast standard$$,
3913 TRUE, FALSE, FALSE);
3914 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3915                                  repeatable, mandatory, hidden)
3916 VALUES (1, 'biblio', '346', '0', $$Authority record control number or standard number$$,
3917 TRUE, FALSE, FALSE);
3918 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3919                                  repeatable, mandatory, hidden)
3920 VALUES (1, 'biblio', '346', '2', $$Source$$,
3921 FALSE, FALSE, FALSE);
3922 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3923                                  repeatable, mandatory, hidden)
3924 VALUES (1, 'biblio', '346', '3', $$Materials specified$$,
3925 FALSE, FALSE, FALSE);
3926 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3927                                  repeatable, mandatory, hidden)
3928 VALUES (1, 'biblio', '346', '6', $$Linkage$$,
3929 FALSE, FALSE, FALSE);
3930 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3931                                  repeatable, mandatory, hidden)
3932 VALUES (1, 'biblio', '346', '8', $$Field link and sequence number$$,
3933 TRUE, FALSE, FALSE);
3934 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
3935                               fixed_field, repeatable, mandatory, hidden)
3936 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.$$,
3937 FALSE, TRUE, FALSE, FALSE);
3938 INSERT INTO config.record_attr_definition(name, label)
3939 VALUES ('marc21_biblio_347_ind_1', 'MARC 21 biblio field 347 indicator position 1');
3940 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3941 VALUES ('marc21_biblio_347_ind_1', '#', $$Undefined$$, FALSE, TRUE);
3942 INSERT INTO config.record_attr_definition(name, label)
3943 VALUES ('marc21_biblio_347_ind_2', 'MARC 21 biblio field 347 indicator position 2');
3944 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3945 VALUES ('marc21_biblio_347_ind_2', '#', $$Undefined$$, FALSE, TRUE);
3946 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3947                                  repeatable, mandatory, hidden)
3948 VALUES (1, 'biblio', '347', 'a', $$File type$$,
3949 TRUE, FALSE, FALSE);
3950 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3951                                  repeatable, mandatory, hidden)
3952 VALUES (1, 'biblio', '347', 'b', $$Encoding format$$,
3953 TRUE, FALSE, FALSE);
3954 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3955                                  repeatable, mandatory, hidden)
3956 VALUES (1, 'biblio', '347', 'c', $$File size$$,
3957 TRUE, FALSE, FALSE);
3958 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3959                                  repeatable, mandatory, hidden)
3960 VALUES (1, 'biblio', '347', 'd', $$Resolution$$,
3961 TRUE, FALSE, FALSE);
3962 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3963                                  repeatable, mandatory, hidden)
3964 VALUES (1, 'biblio', '347', 'e', $$Regional encoding$$,
3965 TRUE, FALSE, FALSE);
3966 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3967                                  repeatable, mandatory, hidden)
3968 VALUES (1, 'biblio', '347', 'f', $$Encoded bitrate$$,
3969 TRUE, FALSE, FALSE);
3970 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3971                                  repeatable, mandatory, hidden)
3972 VALUES (1, 'biblio', '347', '0', $$Authority record control number or standard number$$,
3973 TRUE, FALSE, FALSE);
3974 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3975                                  repeatable, mandatory, hidden)
3976 VALUES (1, 'biblio', '347', '2', $$Source$$,
3977 FALSE, FALSE, FALSE);
3978 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3979                                  repeatable, mandatory, hidden)
3980 VALUES (1, 'biblio', '347', '3', $$Materials specified$$,
3981 FALSE, FALSE, FALSE);
3982 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3983                                  repeatable, mandatory, hidden)
3984 VALUES (1, 'biblio', '347', '6', $$Linkage$$,
3985 FALSE, FALSE, FALSE);
3986 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
3987                                  repeatable, mandatory, hidden)
3988 VALUES (1, 'biblio', '347', '8', $$Field link and sequence number$$,
3989 TRUE, FALSE, FALSE);
3990 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
3991                               fixed_field, repeatable, mandatory, hidden)
3992 VALUES (1, 'biblio', '351', $$Organization and Arrangement of Materials$$, $$Information about the organization and arrangement of a collection of items.$$,
3993 FALSE, TRUE, FALSE, FALSE);
3994 INSERT INTO config.record_attr_definition(name, label)
3995 VALUES ('marc21_biblio_351_ind_1', 'MARC 21 biblio field 351 indicator position 1');
3996 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
3997 VALUES ('marc21_biblio_351_ind_1', '#', $$Undefined$$, FALSE, TRUE);
3998 INSERT INTO config.record_attr_definition(name, label)
3999 VALUES ('marc21_biblio_351_ind_2', 'MARC 21 biblio field 351 indicator position 2');
4000 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4001 VALUES ('marc21_biblio_351_ind_2', '#', $$Undefined$$, FALSE, TRUE);
4002 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4003                                  repeatable, mandatory, hidden)
4004 VALUES (1, 'biblio', '351', 'a', $$Organization$$,
4005 TRUE, FALSE, FALSE);
4006 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4007                                  repeatable, mandatory, hidden)
4008 VALUES (1, 'biblio', '351', 'b', $$Arrangement$$,
4009 TRUE, FALSE, FALSE);
4010 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4011                                  repeatable, mandatory, hidden)
4012 VALUES (1, 'biblio', '351', 'c', $$Hierarchical level$$,
4013 FALSE, FALSE, FALSE);
4014 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4015                                  repeatable, mandatory, hidden)
4016 VALUES (1, 'biblio', '351', '3', $$Materials specified$$,
4017 FALSE, FALSE, FALSE);
4018 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4019                                  repeatable, mandatory, hidden)
4020 VALUES (1, 'biblio', '351', '6', $$Linkage$$,
4021 FALSE, FALSE, FALSE);
4022 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4023                                  repeatable, mandatory, hidden)
4024 VALUES (1, 'biblio', '351', '8', $$Field link and sequence number$$,
4025 TRUE, FALSE, FALSE);
4026 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
4027                               fixed_field, repeatable, mandatory, hidden)
4028 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.$$,
4029 FALSE, TRUE, FALSE, FALSE);
4030 INSERT INTO config.record_attr_definition(name, label)
4031 VALUES ('marc21_biblio_352_ind_1', 'MARC 21 biblio field 352 indicator position 1');
4032 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4033 VALUES ('marc21_biblio_352_ind_1', '#', $$Undefined$$, FALSE, TRUE);
4034 INSERT INTO config.record_attr_definition(name, label)
4035 VALUES ('marc21_biblio_352_ind_2', 'MARC 21 biblio field 352 indicator position 2');
4036 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4037 VALUES ('marc21_biblio_352_ind_2', '#', $$Undefined$$, FALSE, TRUE);
4038 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4039                                  repeatable, mandatory, hidden)
4040 VALUES (1, 'biblio', '352', 'a', $$Direct reference method$$,
4041 FALSE, FALSE, FALSE);
4042 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4043                                  repeatable, mandatory, hidden)
4044 VALUES (1, 'biblio', '352', 'b', $$Object type$$,
4045 TRUE, FALSE, FALSE);
4046 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4047                                  repeatable, mandatory, hidden)
4048 VALUES (1, 'biblio', '352', 'c', $$Object count$$,
4049 TRUE, FALSE, FALSE);
4050 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4051                                  repeatable, mandatory, hidden)
4052 VALUES (1, 'biblio', '352', 'd', $$Row count$$,
4053 FALSE, FALSE, FALSE);
4054 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4055                                  repeatable, mandatory, hidden)
4056 VALUES (1, 'biblio', '352', 'e', $$Column count$$,
4057 FALSE, FALSE, FALSE);
4058 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4059                                  repeatable, mandatory, hidden)
4060 VALUES (1, 'biblio', '352', 'f', $$Vertical count$$,
4061 FALSE, FALSE, FALSE);
4062 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4063                                  repeatable, mandatory, hidden)
4064 VALUES (1, 'biblio', '352', 'g', $$VPF topology level$$,
4065 FALSE, FALSE, FALSE);
4066 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4067                                  repeatable, mandatory, hidden)
4068 VALUES (1, 'biblio', '352', 'i', $$Indirect reference description$$,
4069 FALSE, FALSE, FALSE);
4070 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4071                                  repeatable, mandatory, hidden)
4072 VALUES (1, 'biblio', '352', 'q', $$Format of the digital image$$,
4073 FALSE, FALSE, FALSE);
4074 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4075                                  repeatable, mandatory, hidden)
4076 VALUES (1, 'biblio', '352', '6', $$Linkage$$,
4077 FALSE, FALSE, FALSE);
4078 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4079                                  repeatable, mandatory, hidden)
4080 VALUES (1, 'biblio', '352', '8', $$Field link and sequence number$$,
4081 TRUE, FALSE, FALSE);
4082 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
4083                               fixed_field, repeatable, mandatory, hidden)
4084 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.$$,
4085 FALSE, TRUE, FALSE, FALSE);
4086 INSERT INTO config.record_attr_definition(name, label)
4087 VALUES ('marc21_biblio_355_ind_1', 'MARC 21 biblio field 355 indicator position 1');
4088 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4089 VALUES ('marc21_biblio_355_ind_1', '0', $$Document$$, FALSE, TRUE);
4090 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4091 VALUES ('marc21_biblio_355_ind_1', '1', $$Title$$, FALSE, TRUE);
4092 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4093 VALUES ('marc21_biblio_355_ind_1', '2', $$Abstract$$, FALSE, TRUE);
4094 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4095 VALUES ('marc21_biblio_355_ind_1', '3', $$Contents note$$, FALSE, TRUE);
4096 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4097 VALUES ('marc21_biblio_355_ind_1', '4', $$Author$$, FALSE, TRUE);
4098 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4099 VALUES ('marc21_biblio_355_ind_1', '5', $$Record$$, FALSE, TRUE);
4100 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4101 VALUES ('marc21_biblio_355_ind_1', '8', $$None of the above$$, FALSE, TRUE);
4102 INSERT INTO config.record_attr_definition(name, label)
4103 VALUES ('marc21_biblio_355_ind_2', 'MARC 21 biblio field 355 indicator position 2');
4104 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4105 VALUES ('marc21_biblio_355_ind_2', '#', $$Undefined$$, FALSE, TRUE);
4106 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4107                                  repeatable, mandatory, hidden)
4108 VALUES (1, 'biblio', '355', 'a', $$Security classification$$,
4109 FALSE, FALSE, FALSE);
4110 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4111                                  repeatable, mandatory, hidden)
4112 VALUES (1, 'biblio', '355', 'b', $$Handling instructions$$,
4113 TRUE, FALSE, FALSE);
4114 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4115                                  repeatable, mandatory, hidden)
4116 VALUES (1, 'biblio', '355', 'c', $$External dissemination information$$,
4117 TRUE, FALSE, FALSE);
4118 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4119                                  repeatable, mandatory, hidden)
4120 VALUES (1, 'biblio', '355', 'd', $$Downgrading or declassification event$$,
4121 FALSE, FALSE, FALSE);
4122 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4123                                  repeatable, mandatory, hidden)
4124 VALUES (1, 'biblio', '355', 'e', $$Classification system$$,
4125 FALSE, FALSE, FALSE);
4126 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4127                                  repeatable, mandatory, hidden)
4128 VALUES (1, 'biblio', '355', 'f', $$Country of origin code$$,
4129 FALSE, FALSE, FALSE);
4130 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4131                                  repeatable, mandatory, hidden)
4132 VALUES (1, 'biblio', '355', 'g', $$Downgrading date$$,
4133 FALSE, FALSE, FALSE);
4134 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4135                                  repeatable, mandatory, hidden)
4136 VALUES (1, 'biblio', '355', 'h', $$Declassification date$$,
4137 FALSE, FALSE, FALSE);
4138 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4139                                  repeatable, mandatory, hidden)
4140 VALUES (1, 'biblio', '355', 'j', $$Authorization$$,
4141 TRUE, FALSE, FALSE);
4142 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4143                                  repeatable, mandatory, hidden)
4144 VALUES (1, 'biblio', '355', '6', $$Linkage$$,
4145 FALSE, FALSE, FALSE);
4146 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4147                                  repeatable, mandatory, hidden)
4148 VALUES (1, 'biblio', '355', '8', $$Field link and sequence number$$,
4149 TRUE, FALSE, FALSE);
4150 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
4151                               fixed_field, repeatable, mandatory, hidden)
4152 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.$$,
4153 FALSE, FALSE, FALSE, FALSE);
4154 INSERT INTO config.record_attr_definition(name, label)
4155 VALUES ('marc21_biblio_357_ind_1', 'MARC 21 biblio field 357 indicator position 1');
4156 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4157 VALUES ('marc21_biblio_357_ind_1', '#', $$Undefined$$, FALSE, TRUE);
4158 INSERT INTO config.record_attr_definition(name, label)
4159 VALUES ('marc21_biblio_357_ind_2', 'MARC 21 biblio field 357 indicator position 2');
4160 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4161 VALUES ('marc21_biblio_357_ind_2', '#', $$Undefined$$, FALSE, TRUE);
4162 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4163                                  repeatable, mandatory, hidden)
4164 VALUES (1, 'biblio', '357', 'a', $$Originator control term$$,
4165 FALSE, FALSE, FALSE);
4166 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4167                                  repeatable, mandatory, hidden)
4168 VALUES (1, 'biblio', '357', 'b', $$Originating agency$$,
4169 TRUE, FALSE, FALSE);
4170 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4171                                  repeatable, mandatory, hidden)
4172 VALUES (1, 'biblio', '357', 'c', $$Authorized recipients of material$$,
4173 TRUE, FALSE, FALSE);
4174 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4175                                  repeatable, mandatory, hidden)
4176 VALUES (1, 'biblio', '357', 'g', $$Other restrictions$$,
4177 TRUE, FALSE, FALSE);
4178 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4179                                  repeatable, mandatory, hidden)
4180 VALUES (1, 'biblio', '357', '6', $$Linkage$$,
4181 FALSE, FALSE, FALSE);
4182 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4183                                  repeatable, mandatory, hidden)
4184 VALUES (1, 'biblio', '357', '8', $$Field link and sequence number$$,
4185 TRUE, FALSE, FALSE);
4186 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
4187                               fixed_field, repeatable, mandatory, hidden)
4188 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.$$,
4189 FALSE, TRUE, FALSE, FALSE);
4190 INSERT INTO config.record_attr_definition(name, label)
4191 VALUES ('marc21_biblio_362_ind_1', 'MARC 21 biblio field 362 indicator position 1');
4192 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4193 VALUES ('marc21_biblio_362_ind_1', '0', $$Formatted style$$, FALSE, TRUE);
4194 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4195 VALUES ('marc21_biblio_362_ind_1', '1', $$Unformatted note$$, FALSE, TRUE);
4196 INSERT INTO config.record_attr_definition(name, label)
4197 VALUES ('marc21_biblio_362_ind_2', 'MARC 21 biblio field 362 indicator position 2');
4198 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4199 VALUES ('marc21_biblio_362_ind_2', '#', $$Undefined$$, FALSE, TRUE);
4200 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4201                                  repeatable, mandatory, hidden)
4202 VALUES (1, 'biblio', '362', 'a', $$Dates of publication and/or sequential designation$$,
4203 FALSE, FALSE, FALSE);
4204 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4205                                  repeatable, mandatory, hidden)
4206 VALUES (1, 'biblio', '362', 'z', $$Source of information$$,
4207 FALSE, FALSE, FALSE);
4208 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4209                                  repeatable, mandatory, hidden)
4210 VALUES (1, 'biblio', '362', '6', $$Linkage$$,
4211 FALSE, FALSE, FALSE);
4212 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4213                                  repeatable, mandatory, hidden)
4214 VALUES (1, 'biblio', '362', '8', $$Field link and sequence number$$,
4215 TRUE, FALSE, FALSE);
4216 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
4217                               fixed_field, repeatable, mandatory, hidden)
4218 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.$$,
4219 FALSE, TRUE, FALSE, FALSE);
4220 INSERT INTO config.record_attr_definition(name, label)
4221 VALUES ('marc21_biblio_363_ind_1', 'MARC 21 biblio field 363 indicator position 1');
4222 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4223 VALUES ('marc21_biblio_363_ind_1', '#', $$No information provided$$, FALSE, TRUE);
4224 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4225 VALUES ('marc21_biblio_363_ind_1', '0', $$Starting information$$, FALSE, TRUE);
4226 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4227 VALUES ('marc21_biblio_363_ind_1', '1', $$Ending information$$, FALSE, TRUE);
4228 INSERT INTO config.record_attr_definition(name, label)
4229 VALUES ('marc21_biblio_363_ind_2', 'MARC 21 biblio field 363 indicator position 2');
4230 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4231 VALUES ('marc21_biblio_363_ind_2', '#', $$Not specified$$, FALSE, TRUE);
4232 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4233 VALUES ('marc21_biblio_363_ind_2', '0', $$Closed$$, FALSE, TRUE);
4234 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4235 VALUES ('marc21_biblio_363_ind_2', '1', $$Open$$, FALSE, TRUE);
4236 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4237                                  repeatable, mandatory, hidden)
4238 VALUES (1, 'biblio', '363', 'a', $$First level of enumeration$$,
4239 FALSE, FALSE, FALSE);
4240 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4241                                  repeatable, mandatory, hidden)
4242 VALUES (1, 'biblio', '363', 'b', $$Second level of enumeration$$,
4243 FALSE, FALSE, FALSE);
4244 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4245                                  repeatable, mandatory, hidden)
4246 VALUES (1, 'biblio', '363', 'c', $$Third level of enumeration$$,
4247 FALSE, FALSE, FALSE);
4248 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4249                                  repeatable, mandatory, hidden)
4250 VALUES (1, 'biblio', '363', 'd', $$Fourth level of enumeration$$,
4251 FALSE, FALSE, FALSE);
4252 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4253                                  repeatable, mandatory, hidden)
4254 VALUES (1, 'biblio', '363', 'e', $$Fifth level of enumeration$$,
4255 FALSE, FALSE, FALSE);
4256 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4257                                  repeatable, mandatory, hidden)
4258 VALUES (1, 'biblio', '363', 'f', $$Sixth level of enumeration$$,
4259 FALSE, FALSE, FALSE);
4260 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4261                                  repeatable, mandatory, hidden)
4262 VALUES (1, 'biblio', '363', 'g', $$Alternative numbering scheme, first level of enumeration$$,
4263 FALSE, FALSE, FALSE);
4264 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4265                                  repeatable, mandatory, hidden)
4266 VALUES (1, 'biblio', '363', 'h', $$Alternative numbering scheme, second level of enumeration$$,
4267 FALSE, FALSE, FALSE);
4268 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4269                                  repeatable, mandatory, hidden)
4270 VALUES (1, 'biblio', '363', 'i', $$First level of chronology$$,
4271 FALSE, FALSE, FALSE);
4272 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4273                                  repeatable, mandatory, hidden)
4274 VALUES (1, 'biblio', '363', 'j', $$Second level of chronology$$,
4275 FALSE, FALSE, FALSE);
4276 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4277                                  repeatable, mandatory, hidden)
4278 VALUES (1, 'biblio', '363', 'k', $$Third level of chronology$$,
4279 FALSE, FALSE, FALSE);
4280 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4281                                  repeatable, mandatory, hidden)
4282 VALUES (1, 'biblio', '363', 'l', $$Fourth level of chronology$$,
4283 FALSE, FALSE, FALSE);
4284 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4285                                  repeatable, mandatory, hidden)
4286 VALUES (1, 'biblio', '363', 'm', $$Alternative numbering scheme, chronology$$,
4287 FALSE, FALSE, FALSE);
4288 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4289                                  repeatable, mandatory, hidden)
4290 VALUES (1, 'biblio', '363', 'u', $$First level textual designation$$,
4291 FALSE, FALSE, FALSE);
4292 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4293                                  repeatable, mandatory, hidden)
4294 VALUES (1, 'biblio', '363', 'v', $$First level of chronology, issuance$$,
4295 FALSE, FALSE, FALSE);
4296 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4297                                  repeatable, mandatory, hidden)
4298 VALUES (1, 'biblio', '363', 'x', $$Nonpublic note$$,
4299 TRUE, FALSE, FALSE);
4300 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4301                                  repeatable, mandatory, hidden)
4302 VALUES (1, 'biblio', '363', 'z', $$Public note$$,
4303 TRUE, FALSE, FALSE);
4304 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4305                                  repeatable, mandatory, hidden)
4306 VALUES (1, 'biblio', '363', '6', $$Linkage$$,
4307 FALSE, FALSE, FALSE);
4308 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4309                                  repeatable, mandatory, hidden)
4310 VALUES (1, 'biblio', '363', '8', $$Field link and sequence number$$,
4311 FALSE, FALSE, FALSE);
4312 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
4313                               fixed_field, repeatable, mandatory, hidden)
4314 VALUES (1, 'biblio', '365', $$Trade Price$$, $$Current price of an item or the special export price of an item in any currency.$$,
4315 FALSE, TRUE, FALSE, FALSE);
4316 INSERT INTO config.record_attr_definition(name, label)
4317 VALUES ('marc21_biblio_365_ind_1', 'MARC 21 biblio field 365 indicator position 1');
4318 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4319 VALUES ('marc21_biblio_365_ind_1', '#', $$Undefined$$, FALSE, TRUE);
4320 INSERT INTO config.record_attr_definition(name, label)
4321 VALUES ('marc21_biblio_365_ind_2', 'MARC 21 biblio field 365 indicator position 2');
4322 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4323 VALUES ('marc21_biblio_365_ind_2', '#', $$Undefined$$, FALSE, TRUE);
4324 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4325                                  repeatable, mandatory, hidden)
4326 VALUES (1, 'biblio', '365', 'a', $$Price type code$$,
4327 FALSE, FALSE, FALSE);
4328 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4329                                  repeatable, mandatory, hidden)
4330 VALUES (1, 'biblio', '365', 'b', $$Price amount$$,
4331 FALSE, FALSE, FALSE);
4332 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4333                                  repeatable, mandatory, hidden)
4334 VALUES (1, 'biblio', '365', 'c', $$Currency code$$,
4335 FALSE, FALSE, FALSE);
4336 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4337                                  repeatable, mandatory, hidden)
4338 VALUES (1, 'biblio', '365', 'd', $$Unit of pricing$$,
4339 FALSE, FALSE, FALSE);
4340 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4341                                  repeatable, mandatory, hidden)
4342 VALUES (1, 'biblio', '365', 'e', $$Price note$$,
4343 FALSE, FALSE, FALSE);
4344 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4345                                  repeatable, mandatory, hidden)
4346 VALUES (1, 'biblio', '365', 'f', $$Price effective from$$,
4347 FALSE, FALSE, FALSE);
4348 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4349                                  repeatable, mandatory, hidden)
4350 VALUES (1, 'biblio', '365', 'g', $$Price effective until$$,
4351 FALSE, FALSE, FALSE);
4352 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4353                                  repeatable, mandatory, hidden)
4354 VALUES (1, 'biblio', '365', 'h', $$Tax rate 1$$,
4355 FALSE, FALSE, FALSE);
4356 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4357                                  repeatable, mandatory, hidden)
4358 VALUES (1, 'biblio', '365', 'i', $$Tax rate 2$$,
4359 FALSE, FALSE, FALSE);
4360 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4361                                  repeatable, mandatory, hidden)
4362 VALUES (1, 'biblio', '365', 'j', $$ISO country code$$,
4363 FALSE, FALSE, FALSE);
4364 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4365                                  repeatable, mandatory, hidden)
4366 VALUES (1, 'biblio', '365', 'k', $$MARC country code$$,
4367 FALSE, FALSE, FALSE);
4368 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4369                                  repeatable, mandatory, hidden)
4370 VALUES (1, 'biblio', '365', 'm', $$Identification of pricing entity$$,
4371 FALSE, FALSE, FALSE);
4372 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4373                                  repeatable, mandatory, hidden)
4374 VALUES (1, 'biblio', '365', '2', $$Source of price type code$$,
4375 FALSE, FALSE, FALSE);
4376 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4377                                  repeatable, mandatory, hidden)
4378 VALUES (1, 'biblio', '365', '6', $$Linkage$$,
4379 FALSE, FALSE, FALSE);
4380 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4381                                  repeatable, mandatory, hidden)
4382 VALUES (1, 'biblio', '365', '8', $$Field link and sequence number$$,
4383 TRUE, FALSE, FALSE);
4384 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
4385                               fixed_field, repeatable, mandatory, hidden)
4386 VALUES (1, 'biblio', '366', $$Trade Availability Information$$, $$Detailed information relating to the availability of items from publishers.$$,
4387 FALSE, TRUE, FALSE, FALSE);
4388 INSERT INTO config.record_attr_definition(name, label)
4389 VALUES ('marc21_biblio_366_ind_1', 'MARC 21 biblio field 366 indicator position 1');
4390 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4391 VALUES ('marc21_biblio_366_ind_1', '#', $$Undefined$$, FALSE, TRUE);
4392 INSERT INTO config.record_attr_definition(name, label)
4393 VALUES ('marc21_biblio_366_ind_2', 'MARC 21 biblio field 366 indicator position 2');
4394 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4395 VALUES ('marc21_biblio_366_ind_2', '#', $$Undefined$$, FALSE, TRUE);
4396 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4397                                  repeatable, mandatory, hidden)
4398 VALUES (1, 'biblio', '366', 'a', $$Publishers' compressed title identification$$,
4399 FALSE, FALSE, FALSE);
4400 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4401                                  repeatable, mandatory, hidden)
4402 VALUES (1, 'biblio', '366', 'b', $$Detailed date of publication$$,
4403 FALSE, FALSE, FALSE);
4404 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4405                                  repeatable, mandatory, hidden)
4406 VALUES (1, 'biblio', '366', 'c', $$Availability status code$$,
4407 FALSE, FALSE, FALSE);
4408 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4409                                  repeatable, mandatory, hidden)
4410 VALUES (1, 'biblio', '366', 'd', $$Expected next availability date$$,
4411 FALSE, FALSE, FALSE);
4412 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4413                                  repeatable, mandatory, hidden)
4414 VALUES (1, 'biblio', '366', 'e', $$Note$$,
4415 FALSE, FALSE, FALSE);
4416 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4417                                  repeatable, mandatory, hidden)
4418 VALUES (1, 'biblio', '366', 'f', $$Publisher's discount category$$,
4419 FALSE, FALSE, FALSE);
4420 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4421                                  repeatable, mandatory, hidden)
4422 VALUES (1, 'biblio', '366', 'g', $$Date made out of print$$,
4423 FALSE, FALSE, FALSE);
4424 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4425                                  repeatable, mandatory, hidden)
4426 VALUES (1, 'biblio', '366', 'j', $$ISO country code$$,
4427 FALSE, FALSE, FALSE);
4428 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4429                                  repeatable, mandatory, hidden)
4430 VALUES (1, 'biblio', '366', 'k', $$MARC country code$$,
4431 FALSE, FALSE, FALSE);
4432 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4433                                  repeatable, mandatory, hidden)
4434 VALUES (1, 'biblio', '366', 'm', $$Identification of agency$$,
4435 FALSE, FALSE, FALSE);
4436 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4437                                  repeatable, mandatory, hidden)
4438 VALUES (1, 'biblio', '366', '2', $$Source of availability status code$$,
4439 FALSE, FALSE, FALSE);
4440 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4441                                  repeatable, mandatory, hidden)
4442 VALUES (1, 'biblio', '366', '6', $$Linkage$$,
4443 FALSE, FALSE, FALSE);
4444 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4445                                  repeatable, mandatory, hidden)
4446 VALUES (1, 'biblio', '366', '8', $$Field link and sequence number$$,
4447 TRUE, FALSE, FALSE);
4448 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
4449                               fixed_field, repeatable, mandatory, hidden)
4450 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.$$,
4451 FALSE, TRUE, FALSE, FALSE);
4452 INSERT INTO config.record_attr_definition(name, label)
4453 VALUES ('marc21_biblio_380_ind_1', 'MARC 21 biblio field 380 indicator position 1');
4454 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4455 VALUES ('marc21_biblio_380_ind_1', '#', $$Undefined$$, FALSE, TRUE);
4456 INSERT INTO config.record_attr_definition(name, label)
4457 VALUES ('marc21_biblio_380_ind_2', 'MARC 21 biblio field 380 indicator position 2');
4458 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4459 VALUES ('marc21_biblio_380_ind_2', '#', $$Undefined$$, FALSE, TRUE);
4460 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4461                                  repeatable, mandatory, hidden)
4462 VALUES (1, 'biblio', '380', 'a', $$Form of work$$,
4463 TRUE, FALSE, FALSE);
4464 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4465                                  repeatable, mandatory, hidden)
4466 VALUES (1, 'biblio', '380', '0', $$Record control number$$,
4467 TRUE, FALSE, FALSE);
4468 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4469                                  repeatable, mandatory, hidden)
4470 VALUES (1, 'biblio', '380', '2', $$Source of term$$,
4471 FALSE, FALSE, FALSE);
4472 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4473                                  repeatable, mandatory, hidden)
4474 VALUES (1, 'biblio', '380', '6', $$Linkage$$,
4475 FALSE, FALSE, FALSE);
4476 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4477                                  repeatable, mandatory, hidden)
4478 VALUES (1, 'biblio', '380', '8', $$Field link and sequence number$$,
4479 TRUE, FALSE, FALSE);
4480 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
4481                               fixed_field, repeatable, mandatory, hidden)
4482 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.$$,
4483 FALSE, TRUE, FALSE, FALSE);
4484 INSERT INTO config.record_attr_definition(name, label)
4485 VALUES ('marc21_biblio_381_ind_1', 'MARC 21 biblio field 381 indicator position 1');
4486 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4487 VALUES ('marc21_biblio_381_ind_1', '#', $$Undefined$$, FALSE, TRUE);
4488 INSERT INTO config.record_attr_definition(name, label)
4489 VALUES ('marc21_biblio_381_ind_2', 'MARC 21 biblio field 381 indicator position 2');
4490 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4491 VALUES ('marc21_biblio_381_ind_2', '#', $$Undefined$$, FALSE, TRUE);
4492 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4493                                  repeatable, mandatory, hidden)
4494 VALUES (1, 'biblio', '381', 'a', $$Other distinguishing characteristic$$,
4495 TRUE, FALSE, FALSE);
4496 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4497                                  repeatable, mandatory, hidden)
4498 VALUES (1, 'biblio', '381', 'u', $$Uniform Resource Identifier$$,
4499 TRUE, FALSE, FALSE);
4500 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4501                                  repeatable, mandatory, hidden)
4502 VALUES (1, 'biblio', '381', 'v', $$Source of information$$,
4503 TRUE, FALSE, FALSE);
4504 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4505                                  repeatable, mandatory, hidden)
4506 VALUES (1, 'biblio', '381', '0', $$Record control number$$,
4507 TRUE, FALSE, FALSE);
4508 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4509                                  repeatable, mandatory, hidden)
4510 VALUES (1, 'biblio', '381', '2', $$Source of term$$,
4511 FALSE, FALSE, FALSE);
4512 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4513                                  repeatable, mandatory, hidden)
4514 VALUES (1, 'biblio', '381', '6', $$Linkage$$,
4515 FALSE, FALSE, FALSE);
4516 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4517                                  repeatable, mandatory, hidden)
4518 VALUES (1, 'biblio', '381', '8', $$Field link and sequence number$$,
4519 TRUE, FALSE, FALSE);
4520 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
4521                               fixed_field, repeatable, mandatory, hidden)
4522 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.$$,
4523 FALSE, TRUE, FALSE, FALSE);
4524 INSERT INTO config.record_attr_definition(name, label)
4525 VALUES ('marc21_biblio_382_ind_1', 'MARC 21 biblio field 382 indicator position 1');
4526 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4527 VALUES ('marc21_biblio_382_ind_1', '#', $$Undefined$$, FALSE, TRUE);
4528 INSERT INTO config.record_attr_definition(name, label)
4529 VALUES ('marc21_biblio_382_ind_2', 'MARC 21 biblio field 382 indicator position 2');
4530 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4531 VALUES ('marc21_biblio_382_ind_2', '#', $$Undefined$$, FALSE, TRUE);
4532 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4533                                  repeatable, mandatory, hidden)
4534 VALUES (1, 'biblio', '382', 'a', $$Medium of performance$$,
4535 TRUE, FALSE, FALSE);
4536 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4537                                  repeatable, mandatory, hidden)
4538 VALUES (1, 'biblio', '382', '0', $$Record control number$$,
4539 TRUE, FALSE, FALSE);
4540 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4541                                  repeatable, mandatory, hidden)
4542 VALUES (1, 'biblio', '382', '2', $$Source of term$$,
4543 FALSE, FALSE, FALSE);
4544 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4545                                  repeatable, mandatory, hidden)
4546 VALUES (1, 'biblio', '382', '6', $$Linkage$$,
4547 FALSE, FALSE, FALSE);
4548 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4549                                  repeatable, mandatory, hidden)
4550 VALUES (1, 'biblio', '382', '8', $$Field link and sequence number$$,
4551 TRUE, FALSE, FALSE);
4552 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
4553                               fixed_field, repeatable, mandatory, hidden)
4554 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.$$,
4555 FALSE, TRUE, FALSE, FALSE);
4556 INSERT INTO config.record_attr_definition(name, label)
4557 VALUES ('marc21_biblio_383_ind_1', 'MARC 21 biblio field 383 indicator position 1');
4558 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4559 VALUES ('marc21_biblio_383_ind_1', '#', $$Undefined$$, FALSE, TRUE);
4560 INSERT INTO config.record_attr_definition(name, label)
4561 VALUES ('marc21_biblio_383_ind_2', 'MARC 21 biblio field 383 indicator position 2');
4562 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4563 VALUES ('marc21_biblio_383_ind_2', '#', $$Undefined$$, FALSE, TRUE);
4564 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4565                                  repeatable, mandatory, hidden)
4566 VALUES (1, 'biblio', '383', 'a', $$Serial number$$,
4567 TRUE, FALSE, FALSE);
4568 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4569                                  repeatable, mandatory, hidden)
4570 VALUES (1, 'biblio', '383', 'b', $$Opus number$$,
4571 TRUE, FALSE, FALSE);
4572 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4573                                  repeatable, mandatory, hidden)
4574 VALUES (1, 'biblio', '383', 'c', $$Thematic index number$$,
4575 TRUE, FALSE, FALSE);
4576 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4577                                  repeatable, mandatory, hidden)
4578 VALUES (1, 'biblio', '383', '6', $$Linkage$$,
4579 FALSE, FALSE, FALSE);
4580 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4581                                  repeatable, mandatory, hidden)
4582 VALUES (1, 'biblio', '383', '8', $$Field link and sequence number$$,
4583 TRUE, FALSE, FALSE);
4584 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
4585                               fixed_field, repeatable, mandatory, hidden)
4586 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.$$,
4587 FALSE, FALSE, FALSE, FALSE);
4588 INSERT INTO config.record_attr_definition(name, label)
4589 VALUES ('marc21_biblio_384_ind_1', 'MARC 21 biblio field 384 indicator position 1');
4590 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4591 VALUES ('marc21_biblio_384_ind_1', '#', $$Relationship to original unknown$$, FALSE, TRUE);
4592 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4593 VALUES ('marc21_biblio_384_ind_1', '0', $$Original key$$, FALSE, TRUE);
4594 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4595 VALUES ('marc21_biblio_384_ind_1', '1', $$Transposed key$$, FALSE, TRUE);
4596 INSERT INTO config.record_attr_definition(name, label)
4597 VALUES ('marc21_biblio_384_ind_2', 'MARC 21 biblio field 384 indicator position 2');
4598 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4599 VALUES ('marc21_biblio_384_ind_2', '#', $$Undefined$$, FALSE, TRUE);
4600 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4601                                  repeatable, mandatory, hidden)
4602 VALUES (1, 'biblio', '384', 'a', $$Key$$,
4603 FALSE, FALSE, FALSE);
4604 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4605                                  repeatable, mandatory, hidden)
4606 VALUES (1, 'biblio', '384', '6', $$Linkage$$,
4607 FALSE, FALSE, FALSE);
4608 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4609                                  repeatable, mandatory, hidden)
4610 VALUES (1, 'biblio', '384', '8', $$Field link and sequence number$$,
4611 TRUE, FALSE, FALSE);
4612 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
4613                               fixed_field, repeatable, mandatory, hidden)
4614 VALUES (1, 'biblio', '440', $$Series Statement/Added Entry-Title$$, $$Series statement consisting of a series title alone.$$,
4615 FALSE, TRUE, FALSE, FALSE);
4616 INSERT INTO config.record_attr_definition(name, label)
4617 VALUES ('marc21_biblio_440_ind_1', 'MARC 21 biblio field 440 indicator position 1');
4618 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4619 VALUES ('marc21_biblio_440_ind_1', '#', $$Undefined$$, FALSE, TRUE);
4620 INSERT INTO config.record_attr_definition(name, label)
4621 VALUES ('marc21_biblio_440_ind_2', 'MARC 21 biblio field 440 indicator position 2');
4622 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4623 VALUES ('marc21_biblio_440_ind_2', '0', $$No nonfiling characters$$, FALSE, TRUE);
4624 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4625 VALUES ('marc21_biblio_440_ind_2', '1', $$Number of nonfiling characters - 1$$, FALSE, TRUE);
4626 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4627 VALUES ('marc21_biblio_440_ind_2', '2', $$Number of nonfiling characters - 2$$, FALSE, TRUE);
4628 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4629 VALUES ('marc21_biblio_440_ind_2', '3', $$Number of nonfiling characters - 3$$, FALSE, TRUE);
4630 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4631 VALUES ('marc21_biblio_440_ind_2', '4', $$Number of nonfiling characters - 4$$, FALSE, TRUE);
4632 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4633 VALUES ('marc21_biblio_440_ind_2', '5', $$Number of nonfiling characters - 5$$, FALSE, TRUE);
4634 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4635 VALUES ('marc21_biblio_440_ind_2', '6', $$Number of nonfiling characters - 6$$, FALSE, TRUE);
4636 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4637 VALUES ('marc21_biblio_440_ind_2', '7', $$Number of nonfiling characters - 7$$, FALSE, TRUE);
4638 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4639 VALUES ('marc21_biblio_440_ind_2', '8', $$Number of nonfiling characters - 8$$, FALSE, TRUE);
4640 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4641 VALUES ('marc21_biblio_440_ind_2', '9', $$Number of nonfiling characters - 9$$, FALSE, TRUE);
4642 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4643                                  repeatable, mandatory, hidden)
4644 VALUES (1, 'biblio', '440', 'a', $$Title$$,
4645 FALSE, FALSE, FALSE);
4646 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4647                                  repeatable, mandatory, hidden)
4648 VALUES (1, 'biblio', '440', 'n', $$Number of part/section of a work$$,
4649 TRUE, FALSE, FALSE);
4650 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4651                                  repeatable, mandatory, hidden)
4652 VALUES (1, 'biblio', '440', 'p', $$Name of part/section of a work$$,
4653 TRUE, FALSE, FALSE);
4654 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4655                                  repeatable, mandatory, hidden)
4656 VALUES (1, 'biblio', '440', 'v', $$Volume/sequential designation$$,
4657 FALSE, FALSE, FALSE);
4658 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4659                                  repeatable, mandatory, hidden)
4660 VALUES (1, 'biblio', '440', 'w', $$Bibliographic record control number$$,
4661 TRUE, FALSE, FALSE);
4662 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4663                                  repeatable, mandatory, hidden)
4664 VALUES (1, 'biblio', '440', 'x', $$International Standard Serial Number$$,
4665 FALSE, FALSE, FALSE);
4666 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4667                                  repeatable, mandatory, hidden)
4668 VALUES (1, 'biblio', '440', '0', $$Authority record control number$$,
4669 TRUE, FALSE, FALSE);
4670 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4671                                  repeatable, mandatory, hidden)
4672 VALUES (1, 'biblio', '440', '6', $$Linkage$$,
4673 FALSE, FALSE, FALSE);
4674 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4675                                  repeatable, mandatory, hidden)
4676 VALUES (1, 'biblio', '440', '8', $$Field link and sequence number$$,
4677 TRUE, FALSE, FALSE);
4678 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
4679                               fixed_field, repeatable, mandatory, hidden)
4680 VALUES (1, 'biblio', '490', $$Series Statement$$, $$Series statement for a series title.$$,
4681 FALSE, TRUE, FALSE, FALSE);
4682 INSERT INTO config.record_attr_definition(name, label)
4683 VALUES ('marc21_biblio_490_ind_1', 'MARC 21 biblio field 490 indicator position 1');
4684 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4685 VALUES ('marc21_biblio_490_ind_1', '0', $$Series not traced$$, FALSE, TRUE);
4686 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4687 VALUES ('marc21_biblio_490_ind_1', '1', $$Series traced$$, FALSE, TRUE);
4688 INSERT INTO config.record_attr_definition(name, label)
4689 VALUES ('marc21_biblio_490_ind_2', 'MARC 21 biblio field 490 indicator position 2');
4690 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4691 VALUES ('marc21_biblio_490_ind_2', '#', $$Undefined$$, FALSE, TRUE);
4692 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4693                                  repeatable, mandatory, hidden)
4694 VALUES (1, 'biblio', '490', 'a', $$Series statement$$,
4695 TRUE, FALSE, FALSE);
4696 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4697                                  repeatable, mandatory, hidden)
4698 VALUES (1, 'biblio', '490', 'l', $$Library of Congress call number$$,
4699 FALSE, FALSE, FALSE);
4700 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4701                                  repeatable, mandatory, hidden)
4702 VALUES (1, 'biblio', '490', 'v', $$Volume/sequential designation$$,
4703 TRUE, FALSE, FALSE);
4704 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4705                                  repeatable, mandatory, hidden)
4706 VALUES (1, 'biblio', '490', 'x', $$International Standard Serial Number$$,
4707 TRUE, FALSE, FALSE);
4708 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4709                                  repeatable, mandatory, hidden)
4710 VALUES (1, 'biblio', '490', '3', $$Materials specified$$,
4711 FALSE, FALSE, FALSE);
4712 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4713                                  repeatable, mandatory, hidden)
4714 VALUES (1, 'biblio', '490', '6', $$Linkage$$,
4715 FALSE, FALSE, FALSE);
4716 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4717                                  repeatable, mandatory, hidden)
4718 VALUES (1, 'biblio', '490', '8', $$Field link and sequence number$$,
4719 TRUE, FALSE, FALSE);
4720 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
4721                               fixed_field, repeatable, mandatory, hidden)
4722 VALUES (1, 'biblio', '500', $$General Note$$, $$General information for which a specialized 5XX note field has not been defined.$$,
4723 FALSE, TRUE, FALSE, FALSE);
4724 INSERT INTO config.record_attr_definition(name, label)
4725 VALUES ('marc21_biblio_500_ind_1', 'MARC 21 biblio field 500 indicator position 1');
4726 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4727 VALUES ('marc21_biblio_500_ind_1', '#', $$Undefined$$, FALSE, TRUE);
4728 INSERT INTO config.record_attr_definition(name, label)
4729 VALUES ('marc21_biblio_500_ind_2', 'MARC 21 biblio field 500 indicator position 2');
4730 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4731 VALUES ('marc21_biblio_500_ind_2', '#', $$Undefined$$, FALSE, TRUE);
4732 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4733                                  repeatable, mandatory, hidden)
4734 VALUES (1, 'biblio', '500', 'a', $$General note$$,
4735 FALSE, FALSE, FALSE);
4736 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4737                                  repeatable, mandatory, hidden)
4738 VALUES (1, 'biblio', '500', '3', $$Materials specified$$,
4739 FALSE, FALSE, FALSE);
4740 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4741                                  repeatable, mandatory, hidden)
4742 VALUES (1, 'biblio', '500', '5', $$Institution to which field applies$$,
4743 FALSE, FALSE, FALSE);
4744 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4745                                  repeatable, mandatory, hidden)
4746 VALUES (1, 'biblio', '500', '6', $$Linkage$$,
4747 FALSE, FALSE, FALSE);
4748 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4749                                  repeatable, mandatory, hidden)
4750 VALUES (1, 'biblio', '500', '8', $$Field link and sequence number$$,
4751 TRUE, FALSE, FALSE);
4752 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
4753                               fixed_field, repeatable, mandatory, hidden)
4754 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.$$,
4755 FALSE, TRUE, FALSE, FALSE);
4756 INSERT INTO config.record_attr_definition(name, label)
4757 VALUES ('marc21_biblio_501_ind_1', 'MARC 21 biblio field 501 indicator position 1');
4758 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4759 VALUES ('marc21_biblio_501_ind_1', '#', $$Undefined$$, FALSE, TRUE);
4760 INSERT INTO config.record_attr_definition(name, label)
4761 VALUES ('marc21_biblio_501_ind_2', 'MARC 21 biblio field 501 indicator position 2');
4762 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4763 VALUES ('marc21_biblio_501_ind_2', '#', $$Undefined$$, FALSE, TRUE);
4764 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4765                                  repeatable, mandatory, hidden)
4766 VALUES (1, 'biblio', '501', 'a', $$With note$$,
4767 FALSE, FALSE, FALSE);
4768 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4769                                  repeatable, mandatory, hidden)
4770 VALUES (1, 'biblio', '501', '5', $$Institution to which field applies$$,
4771 FALSE, FALSE, FALSE);
4772 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4773                                  repeatable, mandatory, hidden)
4774 VALUES (1, 'biblio', '501', '6', $$Linkage$$,
4775 FALSE, FALSE, FALSE);
4776 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4777                                  repeatable, mandatory, hidden)
4778 VALUES (1, 'biblio', '501', '8', $$Field link and sequence number$$,
4779 TRUE, FALSE, FALSE);
4780 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
4781                               fixed_field, repeatable, mandatory, hidden)
4782 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).$$,
4783 FALSE, TRUE, FALSE, FALSE);
4784 INSERT INTO config.record_attr_definition(name, label)
4785 VALUES ('marc21_biblio_502_ind_1', 'MARC 21 biblio field 502 indicator position 1');
4786 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4787 VALUES ('marc21_biblio_502_ind_1', '#', $$Undefined$$, FALSE, TRUE);
4788 INSERT INTO config.record_attr_definition(name, label)
4789 VALUES ('marc21_biblio_502_ind_2', 'MARC 21 biblio field 502 indicator position 2');
4790 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4791 VALUES ('marc21_biblio_502_ind_2', '#', $$Undefined$$, FALSE, TRUE);
4792 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4793                                  repeatable, mandatory, hidden)
4794 VALUES (1, 'biblio', '502', 'a', $$Dissertation note$$,
4795 FALSE, FALSE, FALSE);
4796 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4797                                  repeatable, mandatory, hidden)
4798 VALUES (1, 'biblio', '502', 'b', $$Degree type$$,
4799 FALSE, FALSE, FALSE);
4800 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4801                                  repeatable, mandatory, hidden)
4802 VALUES (1, 'biblio', '502', 'c', $$Name of granting institution$$,
4803 FALSE, FALSE, FALSE);
4804 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4805                                  repeatable, mandatory, hidden)
4806 VALUES (1, 'biblio', '502', 'd', $$Year degree granted$$,
4807 FALSE, FALSE, FALSE);
4808 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4809                                  repeatable, mandatory, hidden)
4810 VALUES (1, 'biblio', '502', 'g', $$Miscellaneous information$$,
4811 TRUE, FALSE, FALSE);
4812 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4813                                  repeatable, mandatory, hidden)
4814 VALUES (1, 'biblio', '502', 'o', $$Dissertation identifier$$,
4815 TRUE, FALSE, FALSE);
4816 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4817                                  repeatable, mandatory, hidden)
4818 VALUES (1, 'biblio', '502', '6', $$Linkage$$,
4819 FALSE, FALSE, FALSE);
4820 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4821                                  repeatable, mandatory, hidden)
4822 VALUES (1, 'biblio', '502', '8', $$Field link and sequence number$$,
4823 TRUE, FALSE, FALSE);
4824 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
4825                               fixed_field, repeatable, mandatory, hidden)
4826 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.$$,
4827 FALSE, TRUE, FALSE, FALSE);
4828 INSERT INTO config.record_attr_definition(name, label)
4829 VALUES ('marc21_biblio_504_ind_1', 'MARC 21 biblio field 504 indicator position 1');
4830 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4831 VALUES ('marc21_biblio_504_ind_1', '#', $$Undefined$$, FALSE, TRUE);
4832 INSERT INTO config.record_attr_definition(name, label)
4833 VALUES ('marc21_biblio_504_ind_2', 'MARC 21 biblio field 504 indicator position 2');
4834 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4835 VALUES ('marc21_biblio_504_ind_2', '#', $$Undefined$$, FALSE, TRUE);
4836 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4837                                  repeatable, mandatory, hidden)
4838 VALUES (1, 'biblio', '504', 'a', $$Bibliography, etc. note$$,
4839 FALSE, FALSE, FALSE);
4840 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4841                                  repeatable, mandatory, hidden)
4842 VALUES (1, 'biblio', '504', 'b', $$Number of references$$,
4843 FALSE, FALSE, FALSE);
4844 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4845                                  repeatable, mandatory, hidden)
4846 VALUES (1, 'biblio', '504', '6', $$Linkage$$,
4847 FALSE, FALSE, FALSE);
4848 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4849                                  repeatable, mandatory, hidden)
4850 VALUES (1, 'biblio', '504', '8', $$Field link and sequence number$$,
4851 TRUE, FALSE, FALSE);
4852 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
4853                               fixed_field, repeatable, mandatory, hidden)
4854 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.$$,
4855 FALSE, TRUE, FALSE, FALSE);
4856 INSERT INTO config.record_attr_definition(name, label)
4857 VALUES ('marc21_biblio_505_ind_1', 'MARC 21 biblio field 505 indicator position 1');
4858 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4859 VALUES ('marc21_biblio_505_ind_1', '0', $$Contents$$, FALSE, TRUE);
4860 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4861 VALUES ('marc21_biblio_505_ind_1', '1', $$Incomplete contents$$, FALSE, TRUE);
4862 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4863 VALUES ('marc21_biblio_505_ind_1', '2', $$Partial contents$$, FALSE, TRUE);
4864 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4865 VALUES ('marc21_biblio_505_ind_1', '8', $$No display constant generated$$, FALSE, TRUE);
4866 INSERT INTO config.record_attr_definition(name, label)
4867 VALUES ('marc21_biblio_505_ind_2', 'MARC 21 biblio field 505 indicator position 2');
4868 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4869 VALUES ('marc21_biblio_505_ind_2', '#', $$Basic$$, FALSE, TRUE);
4870 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4871 VALUES ('marc21_biblio_505_ind_2', '0', $$Enhanced$$, FALSE, TRUE);
4872 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4873                                  repeatable, mandatory, hidden)
4874 VALUES (1, 'biblio', '505', 'a', $$Formatted contents note$$,
4875 FALSE, FALSE, FALSE);
4876 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4877                                  repeatable, mandatory, hidden)
4878 VALUES (1, 'biblio', '505', 'g', $$Miscellaneous information$$,
4879 TRUE, FALSE, FALSE);
4880 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4881                                  repeatable, mandatory, hidden)
4882 VALUES (1, 'biblio', '505', 'r', $$Statement of responsibility$$,
4883 TRUE, FALSE, FALSE);
4884 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4885                                  repeatable, mandatory, hidden)
4886 VALUES (1, 'biblio', '505', 't', $$Title$$,
4887 TRUE, FALSE, FALSE);
4888 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4889                                  repeatable, mandatory, hidden)
4890 VALUES (1, 'biblio', '505', 'u', $$Uniform Resource Identifier$$,
4891 TRUE, FALSE, FALSE);
4892 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4893                                  repeatable, mandatory, hidden)
4894 VALUES (1, 'biblio', '505', '6', $$Linkage$$,
4895 FALSE, FALSE, FALSE);
4896 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4897                                  repeatable, mandatory, hidden)
4898 VALUES (1, 'biblio', '505', '8', $$Field link and sequence number$$,
4899 TRUE, FALSE, FALSE);
4900 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
4901                               fixed_field, repeatable, mandatory, hidden)
4902 VALUES (1, 'biblio', '506', $$Restrictions on Access Note$$, $$Information about restrictions imposed on access to the described materials.$$,
4903 FALSE, TRUE, FALSE, FALSE);
4904 INSERT INTO config.record_attr_definition(name, label)
4905 VALUES ('marc21_biblio_506_ind_1', 'MARC 21 biblio field 506 indicator position 1');
4906 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4907 VALUES ('marc21_biblio_506_ind_1', '#', $$No information provided$$, FALSE, TRUE);
4908 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4909 VALUES ('marc21_biblio_506_ind_1', '0', $$No restrictions$$, FALSE, TRUE);
4910 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4911 VALUES ('marc21_biblio_506_ind_1', '1', $$Restrictions apply$$, FALSE, TRUE);
4912 INSERT INTO config.record_attr_definition(name, label)
4913 VALUES ('marc21_biblio_506_ind_2', 'MARC 21 biblio field 506 indicator position 2');
4914 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4915 VALUES ('marc21_biblio_506_ind_2', '#', $$Undefined$$, FALSE, TRUE);
4916 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4917                                  repeatable, mandatory, hidden)
4918 VALUES (1, 'biblio', '506', 'a', $$Terms governing access$$,
4919 FALSE, FALSE, FALSE);
4920 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4921                                  repeatable, mandatory, hidden)
4922 VALUES (1, 'biblio', '506', 'b', $$Jurisdiction$$,
4923 TRUE, FALSE, FALSE);
4924 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4925                                  repeatable, mandatory, hidden)
4926 VALUES (1, 'biblio', '506', 'c', $$Physical access provisions$$,
4927 TRUE, FALSE, FALSE);
4928 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4929                                  repeatable, mandatory, hidden)
4930 VALUES (1, 'biblio', '506', 'd', $$Authorized users$$,
4931 TRUE, FALSE, FALSE);
4932 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4933                                  repeatable, mandatory, hidden)
4934 VALUES (1, 'biblio', '506', 'e', $$Authorization$$,
4935 TRUE, FALSE, FALSE);
4936 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4937                                  repeatable, mandatory, hidden)
4938 VALUES (1, 'biblio', '506', 'f', $$Standardized terminology for access restriction$$,
4939 TRUE, FALSE, FALSE);
4940 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4941                                  repeatable, mandatory, hidden)
4942 VALUES (1, 'biblio', '506', 'u', $$Uniform Resource Identifier$$,
4943 TRUE, FALSE, FALSE);
4944 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4945                                  repeatable, mandatory, hidden)
4946 VALUES (1, 'biblio', '506', '2', $$Source of term$$,
4947 FALSE, FALSE, FALSE);
4948 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4949                                  repeatable, mandatory, hidden)
4950 VALUES (1, 'biblio', '506', '3', $$Materials specified$$,
4951 FALSE, FALSE, FALSE);
4952 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4953                                  repeatable, mandatory, hidden)
4954 VALUES (1, 'biblio', '506', '5', $$Institution to which field applies$$,
4955 FALSE, FALSE, FALSE);
4956 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4957                                  repeatable, mandatory, hidden)
4958 VALUES (1, 'biblio', '506', '6', $$Linkage$$,
4959 FALSE, FALSE, FALSE);
4960 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4961                                  repeatable, mandatory, hidden)
4962 VALUES (1, 'biblio', '506', '8', $$Field link and sequence number$$,
4963 TRUE, FALSE, FALSE);
4964 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
4965                               fixed_field, repeatable, mandatory, hidden)
4966 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.$$,
4967 FALSE, FALSE, FALSE, FALSE);
4968 INSERT INTO config.record_attr_definition(name, label)
4969 VALUES ('marc21_biblio_507_ind_1', 'MARC 21 biblio field 507 indicator position 1');
4970 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4971 VALUES ('marc21_biblio_507_ind_1', '#', $$Undefined$$, FALSE, TRUE);
4972 INSERT INTO config.record_attr_definition(name, label)
4973 VALUES ('marc21_biblio_507_ind_2', 'MARC 21 biblio field 507 indicator position 2');
4974 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4975 VALUES ('marc21_biblio_507_ind_2', '#', $$Undefined$$, FALSE, TRUE);
4976 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4977                                  repeatable, mandatory, hidden)
4978 VALUES (1, 'biblio', '507', 'a', $$Representative fraction of scale note$$,
4979 FALSE, FALSE, FALSE);
4980 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4981                                  repeatable, mandatory, hidden)
4982 VALUES (1, 'biblio', '507', 'b', $$Remainder of scale note$$,
4983 FALSE, FALSE, FALSE);
4984 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4985                                  repeatable, mandatory, hidden)
4986 VALUES (1, 'biblio', '507', '6', $$Linkage$$,
4987 FALSE, FALSE, FALSE);
4988 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
4989                                  repeatable, mandatory, hidden)
4990 VALUES (1, 'biblio', '507', '8', $$Field link and sequence number$$,
4991 TRUE, FALSE, FALSE);
4992 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
4993                               fixed_field, repeatable, mandatory, hidden)
4994 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.$$,
4995 FALSE, TRUE, FALSE, FALSE);
4996 INSERT INTO config.record_attr_definition(name, label)
4997 VALUES ('marc21_biblio_508_ind_1', 'MARC 21 biblio field 508 indicator position 1');
4998 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
4999 VALUES ('marc21_biblio_508_ind_1', '#', $$Undefined$$, FALSE, TRUE);
5000 INSERT INTO config.record_attr_definition(name, label)
5001 VALUES ('marc21_biblio_508_ind_2', 'MARC 21 biblio field 508 indicator position 2');
5002 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5003 VALUES ('marc21_biblio_508_ind_2', '#', $$Undefined$$, FALSE, TRUE);
5004 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5005                                  repeatable, mandatory, hidden)
5006 VALUES (1, 'biblio', '508', 'a', $$Creation/production credits note$$,
5007 FALSE, FALSE, FALSE);
5008 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5009                                  repeatable, mandatory, hidden)
5010 VALUES (1, 'biblio', '508', '6', $$Linkage$$,
5011 FALSE, FALSE, FALSE);
5012 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5013                                  repeatable, mandatory, hidden)
5014 VALUES (1, 'biblio', '508', '8', $$Field link and sequence number$$,
5015 TRUE, FALSE, FALSE);
5016 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
5017                               fixed_field, repeatable, mandatory, hidden)
5018 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.$$,
5019 FALSE, TRUE, FALSE, FALSE);
5020 INSERT INTO config.record_attr_definition(name, label)
5021 VALUES ('marc21_biblio_510_ind_1', 'MARC 21 biblio field 510 indicator position 1');
5022 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5023 VALUES ('marc21_biblio_510_ind_1', '0', $$Coverage unknown$$, FALSE, TRUE);
5024 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5025 VALUES ('marc21_biblio_510_ind_1', '1', $$Coverage complete$$, FALSE, TRUE);
5026 INSERT INTO config.record_attr_definition(name, label)
5027 VALUES ('marc21_biblio_510_ind_2', 'MARC 21 biblio field 510 indicator position 2');
5028 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5029 VALUES ('marc21_biblio_510_ind_2', '#', $$Undefined$$, FALSE, TRUE);
5030 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5031                                  repeatable, mandatory, hidden)
5032 VALUES (1, 'biblio', '510', 'a', $$Name of source$$,
5033 FALSE, FALSE, FALSE);
5034 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5035                                  repeatable, mandatory, hidden)
5036 VALUES (1, 'biblio', '510', 'b', $$Coverage of source$$,
5037 FALSE, FALSE, FALSE);
5038 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5039                                  repeatable, mandatory, hidden)
5040 VALUES (1, 'biblio', '510', 'c', $$Location within source$$,
5041 FALSE, FALSE, FALSE);
5042 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5043                                  repeatable, mandatory, hidden)
5044 VALUES (1, 'biblio', '510', 'x', $$International Standard Serial Number$$,
5045 FALSE, FALSE, FALSE);
5046 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5047                                  repeatable, mandatory, hidden)
5048 VALUES (1, 'biblio', '510', '3', $$Materials specified$$,
5049 FALSE, FALSE, FALSE);
5050 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5051                                  repeatable, mandatory, hidden)
5052 VALUES (1, 'biblio', '510', '6', $$Linkage$$,
5053 FALSE, FALSE, FALSE);
5054 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5055                                  repeatable, mandatory, hidden)
5056 VALUES (1, 'biblio', '510', '8', $$Field link and sequence number$$,
5057 TRUE, FALSE, FALSE);
5058 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
5059                               fixed_field, repeatable, mandatory, hidden)
5060 VALUES (1, 'biblio', '511', $$Participant or Performer Note$$, $$Information about the participants, players, narrators, presenters, or performers.$$,
5061 FALSE, TRUE, FALSE, FALSE);
5062 INSERT INTO config.record_attr_definition(name, label)
5063 VALUES ('marc21_biblio_511_ind_1', 'MARC 21 biblio field 511 indicator position 1');
5064 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5065 VALUES ('marc21_biblio_511_ind_1', '0', $$No display constant generated$$, FALSE, TRUE);
5066 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5067 VALUES ('marc21_biblio_511_ind_1', '1', $$Cast$$, FALSE, TRUE);
5068 INSERT INTO config.record_attr_definition(name, label)
5069 VALUES ('marc21_biblio_511_ind_2', 'MARC 21 biblio field 511 indicator position 2');
5070 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5071 VALUES ('marc21_biblio_511_ind_2', '#', $$Undefined$$, FALSE, TRUE);
5072 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5073                                  repeatable, mandatory, hidden)
5074 VALUES (1, 'biblio', '511', 'a', $$Participant or performer note$$,
5075 FALSE, FALSE, FALSE);
5076 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5077                                  repeatable, mandatory, hidden)
5078 VALUES (1, 'biblio', '511', '6', $$Linkage$$,
5079 FALSE, FALSE, FALSE);
5080 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5081                                  repeatable, mandatory, hidden)
5082 VALUES (1, 'biblio', '511', '8', $$Field link and sequence number$$,
5083 TRUE, FALSE, FALSE);
5084 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
5085                               fixed_field, repeatable, mandatory, hidden)
5086 VALUES (1, 'biblio', '513', $$Type of Report and Period Covered Note$$, $$Information on the type of report and the period covered by the report.$$,
5087 FALSE, TRUE, FALSE, FALSE);
5088 INSERT INTO config.record_attr_definition(name, label)
5089 VALUES ('marc21_biblio_513_ind_1', 'MARC 21 biblio field 513 indicator position 1');
5090 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5091 VALUES ('marc21_biblio_513_ind_1', '#', $$Undefined$$, FALSE, TRUE);
5092 INSERT INTO config.record_attr_definition(name, label)
5093 VALUES ('marc21_biblio_513_ind_2', 'MARC 21 biblio field 513 indicator position 2');
5094 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5095 VALUES ('marc21_biblio_513_ind_2', '#', $$Undefined$$, FALSE, TRUE);
5096 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5097                                  repeatable, mandatory, hidden)
5098 VALUES (1, 'biblio', '513', 'a', $$Type of report$$,
5099 FALSE, FALSE, FALSE);
5100 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5101                                  repeatable, mandatory, hidden)
5102 VALUES (1, 'biblio', '513', 'b', $$Period covered$$,
5103 FALSE, FALSE, FALSE);
5104 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5105                                  repeatable, mandatory, hidden)
5106 VALUES (1, 'biblio', '513', '6', $$Linkage$$,
5107 FALSE, FALSE, FALSE);
5108 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5109                                  repeatable, mandatory, hidden)
5110 VALUES (1, 'biblio', '513', '8', $$Field link and sequence number$$,
5111 TRUE, FALSE, FALSE);
5112 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
5113                               fixed_field, repeatable, mandatory, hidden)
5114 VALUES (1, 'biblio', '514', $$Data Quality Note$$, $$Provides a general assessment of the quality of the data set constituting the item.$$,
5115 FALSE, FALSE, FALSE, FALSE);
5116 INSERT INTO config.record_attr_definition(name, label)
5117 VALUES ('marc21_biblio_514_ind_1', 'MARC 21 biblio field 514 indicator position 1');
5118 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5119 VALUES ('marc21_biblio_514_ind_1', '#', $$Undefined$$, FALSE, TRUE);
5120 INSERT INTO config.record_attr_definition(name, label)
5121 VALUES ('marc21_biblio_514_ind_2', 'MARC 21 biblio field 514 indicator position 2');
5122 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5123 VALUES ('marc21_biblio_514_ind_2', '#', $$Undefined$$, FALSE, TRUE);
5124 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5125                                  repeatable, mandatory, hidden)
5126 VALUES (1, 'biblio', '514', 'a', $$Attribute accuracy report$$,
5127 FALSE, FALSE, FALSE);
5128 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5129                                  repeatable, mandatory, hidden)
5130 VALUES (1, 'biblio', '514', 'b', $$Attribute accuracy value$$,
5131 TRUE, FALSE, FALSE);
5132 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5133                                  repeatable, mandatory, hidden)
5134 VALUES (1, 'biblio', '514', 'c', $$Attribute accuracy explanation$$,
5135 TRUE, FALSE, FALSE);
5136 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5137                                  repeatable, mandatory, hidden)
5138 VALUES (1, 'biblio', '514', 'd', $$Logical consistency report$$,
5139 FALSE, FALSE, FALSE);
5140 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5141                                  repeatable, mandatory, hidden)
5142 VALUES (1, 'biblio', '514', 'e', $$Completeness report$$,
5143 FALSE, FALSE, FALSE);
5144 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5145                                  repeatable, mandatory, hidden)
5146 VALUES (1, 'biblio', '514', 'f', $$Horizontal position accuracy report$$,
5147 FALSE, FALSE, FALSE);
5148 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5149                                  repeatable, mandatory, hidden)
5150 VALUES (1, 'biblio', '514', 'g', $$Horizontal position accuracy value$$,
5151 TRUE, FALSE, FALSE);
5152 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5153                                  repeatable, mandatory, hidden)
5154 VALUES (1, 'biblio', '514', 'h', $$Horizontal position accuracy explanation$$,
5155 TRUE, FALSE, FALSE);
5156 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5157                                  repeatable, mandatory, hidden)
5158 VALUES (1, 'biblio', '514', 'i', $$Vertical positional accuracy report$$,
5159 FALSE, FALSE, FALSE);
5160 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5161                                  repeatable, mandatory, hidden)
5162 VALUES (1, 'biblio', '514', 'j', $$Vertical positional accuracy value$$,
5163 TRUE, FALSE, FALSE);
5164 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5165                                  repeatable, mandatory, hidden)
5166 VALUES (1, 'biblio', '514', 'k', $$Vertical positional accuracy explanation$$,
5167 TRUE, FALSE, FALSE);
5168 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5169                                  repeatable, mandatory, hidden)
5170 VALUES (1, 'biblio', '514', 'm', $$Cloud cover$$,
5171 FALSE, FALSE, FALSE);
5172 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5173                                  repeatable, mandatory, hidden)
5174 VALUES (1, 'biblio', '514', 'u', $$Uniform Resource Identifier$$,
5175 TRUE, FALSE, FALSE);
5176 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5177                                  repeatable, mandatory, hidden)
5178 VALUES (1, 'biblio', '514', 'z', $$Display note$$,
5179 TRUE, FALSE, FALSE);
5180 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5181                                  repeatable, mandatory, hidden)
5182 VALUES (1, 'biblio', '514', '6', $$Linkage$$,
5183 FALSE, FALSE, FALSE);
5184 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5185                                  repeatable, mandatory, hidden)
5186 VALUES (1, 'biblio', '514', '8', $$Field link and sequence number$$,
5187 TRUE, FALSE, FALSE);
5188 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
5189                               fixed_field, repeatable, mandatory, hidden)
5190 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.$$,
5191 FALSE, TRUE, FALSE, FALSE);
5192 INSERT INTO config.record_attr_definition(name, label)
5193 VALUES ('marc21_biblio_515_ind_1', 'MARC 21 biblio field 515 indicator position 1');
5194 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5195 VALUES ('marc21_biblio_515_ind_1', '#', $$Undefined$$, FALSE, TRUE);
5196 INSERT INTO config.record_attr_definition(name, label)
5197 VALUES ('marc21_biblio_515_ind_2', 'MARC 21 biblio field 515 indicator position 2');
5198 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5199 VALUES ('marc21_biblio_515_ind_2', '#', $$Undefined$$, FALSE, TRUE);
5200 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5201                                  repeatable, mandatory, hidden)
5202 VALUES (1, 'biblio', '515', 'a', $$Numbering peculiarities note$$,
5203 FALSE, FALSE, FALSE);
5204 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5205                                  repeatable, mandatory, hidden)
5206 VALUES (1, 'biblio', '515', '6', $$Linkage$$,
5207 FALSE, FALSE, FALSE);
5208 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5209                                  repeatable, mandatory, hidden)
5210 VALUES (1, 'biblio', '515', '8', $$Field link and sequence number$$,
5211 TRUE, FALSE, FALSE);
5212 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
5213                               fixed_field, repeatable, mandatory, hidden)
5214 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).$$,
5215 FALSE, TRUE, FALSE, FALSE);
5216 INSERT INTO config.record_attr_definition(name, label)
5217 VALUES ('marc21_biblio_516_ind_1', 'MARC 21 biblio field 516 indicator position 1');
5218 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5219 VALUES ('marc21_biblio_516_ind_1', '#', $$Type of file$$, FALSE, TRUE);
5220 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5221 VALUES ('marc21_biblio_516_ind_1', '8', $$No display constant generated$$, FALSE, TRUE);
5222 INSERT INTO config.record_attr_definition(name, label)
5223 VALUES ('marc21_biblio_516_ind_2', 'MARC 21 biblio field 516 indicator position 2');
5224 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5225 VALUES ('marc21_biblio_516_ind_2', '#', $$Undefined$$, FALSE, TRUE);
5226 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5227                                  repeatable, mandatory, hidden)
5228 VALUES (1, 'biblio', '516', 'a', $$Type of computer file or data note$$,
5229 FALSE, FALSE, FALSE);
5230 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5231                                  repeatable, mandatory, hidden)
5232 VALUES (1, 'biblio', '516', '6', $$Linkage$$,
5233 FALSE, FALSE, FALSE);
5234 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5235                                  repeatable, mandatory, hidden)
5236 VALUES (1, 'biblio', '516', '8', $$Field link and sequence number$$,
5237 TRUE, FALSE, FALSE);
5238 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
5239                               fixed_field, repeatable, mandatory, hidden)
5240 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.$$,
5241 FALSE, TRUE, FALSE, FALSE);
5242 INSERT INTO config.record_attr_definition(name, label)
5243 VALUES ('marc21_biblio_518_ind_1', 'MARC 21 biblio field 518 indicator position 1');
5244 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5245 VALUES ('marc21_biblio_518_ind_1', '#', $$Undefined$$, FALSE, TRUE);
5246 INSERT INTO config.record_attr_definition(name, label)
5247 VALUES ('marc21_biblio_518_ind_2', 'MARC 21 biblio field 518 indicator position 2');
5248 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5249 VALUES ('marc21_biblio_518_ind_2', '#', $$Undefined$$, FALSE, TRUE);
5250 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5251                                  repeatable, mandatory, hidden)
5252 VALUES (1, 'biblio', '518', 'a', $$Date/time and place of an event note$$,
5253 FALSE, FALSE, FALSE);
5254 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5255                                  repeatable, mandatory, hidden)
5256 VALUES (1, 'biblio', '518', 'd', $$Date of event$$,
5257 TRUE, FALSE, FALSE);
5258 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5259                                  repeatable, mandatory, hidden)
5260 VALUES (1, 'biblio', '518', 'o', $$Other event information$$,
5261 FALSE, FALSE, FALSE);
5262 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5263                                  repeatable, mandatory, hidden)
5264 VALUES (1, 'biblio', '518', 'p', $$Place of event$$,
5265 TRUE, FALSE, FALSE);
5266 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5267                                  repeatable, mandatory, hidden)
5268 VALUES (1, 'biblio', '518', '0', $$Record control number$$,
5269 TRUE, FALSE, FALSE);
5270 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5271                                  repeatable, mandatory, hidden)
5272 VALUES (1, 'biblio', '518', '2', $$Source of term$$,
5273 TRUE, FALSE, FALSE);
5274 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5275                                  repeatable, mandatory, hidden)
5276 VALUES (1, 'biblio', '518', '3', $$Materials specified$$,
5277 FALSE, FALSE, FALSE);
5278 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5279                                  repeatable, mandatory, hidden)
5280 VALUES (1, 'biblio', '518', '6', $$Linkage$$,
5281 FALSE, FALSE, FALSE);
5282 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5283                                  repeatable, mandatory, hidden)
5284 VALUES (1, 'biblio', '518', '8', $$Field link and sequence number$$,
5285 TRUE, FALSE, FALSE);
5286 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
5287                               fixed_field, repeatable, mandatory, hidden)
5288 VALUES (1, 'biblio', '520', $$Summary, Etc.$$, $$Unformatted information that describes the scope and general contents of the materials.$$,
5289 FALSE, TRUE, FALSE, FALSE);
5290 INSERT INTO config.record_attr_definition(name, label)
5291 VALUES ('marc21_biblio_520_ind_1', 'MARC 21 biblio field 520 indicator position 1');
5292 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5293 VALUES ('marc21_biblio_520_ind_1', '#', $$Summary$$, FALSE, TRUE);
5294 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5295 VALUES ('marc21_biblio_520_ind_1', '0', $$Subject$$, FALSE, TRUE);
5296 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5297 VALUES ('marc21_biblio_520_ind_1', '1', $$Review$$, FALSE, TRUE);
5298 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5299 VALUES ('marc21_biblio_520_ind_1', '2', $$Scope and content$$, FALSE, TRUE);
5300 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5301 VALUES ('marc21_biblio_520_ind_1', '3', $$Abstract$$, FALSE, TRUE);
5302 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5303 VALUES ('marc21_biblio_520_ind_1', '4', $$Content advice$$, FALSE, TRUE);
5304 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5305 VALUES ('marc21_biblio_520_ind_1', '8', $$No display constant generated$$, FALSE, TRUE);
5306 INSERT INTO config.record_attr_definition(name, label)
5307 VALUES ('marc21_biblio_520_ind_2', 'MARC 21 biblio field 520 indicator position 2');
5308 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5309 VALUES ('marc21_biblio_520_ind_2', '#', $$Undefined$$, FALSE, TRUE);
5310 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5311                                  repeatable, mandatory, hidden)
5312 VALUES (1, 'biblio', '520', 'a', $$Summary, etc.$$,
5313 FALSE, FALSE, FALSE);
5314 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5315                                  repeatable, mandatory, hidden)
5316 VALUES (1, 'biblio', '520', 'b', $$Expansion of summary note$$,
5317 FALSE, FALSE, FALSE);
5318 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5319                                  repeatable, mandatory, hidden)
5320 VALUES (1, 'biblio', '520', 'c', $$Assigning source$$,
5321 FALSE, FALSE, FALSE);
5322 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5323                                  repeatable, mandatory, hidden)
5324 VALUES (1, 'biblio', '520', 'u', $$Uniform Resource Identifier$$,
5325 TRUE, FALSE, FALSE);
5326 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5327                                  repeatable, mandatory, hidden)
5328 VALUES (1, 'biblio', '520', '2', $$Source$$,
5329 FALSE, FALSE, FALSE);
5330 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5331                                  repeatable, mandatory, hidden)
5332 VALUES (1, 'biblio', '520', '3', $$Materials specified$$,
5333 FALSE, FALSE, FALSE);
5334 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5335                                  repeatable, mandatory, hidden)
5336 VALUES (1, 'biblio', '520', '6', $$Linkage$$,
5337 FALSE, FALSE, FALSE);
5338 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5339                                  repeatable, mandatory, hidden)
5340 VALUES (1, 'biblio', '520', '8', $$Field link and sequence number$$,
5341 TRUE, FALSE, FALSE);
5342 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
5343                               fixed_field, repeatable, mandatory, hidden)
5344 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.$$,
5345 FALSE, TRUE, FALSE, FALSE);
5346 INSERT INTO config.record_attr_definition(name, label)
5347 VALUES ('marc21_biblio_521_ind_1', 'MARC 21 biblio field 521 indicator position 1');
5348 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5349 VALUES ('marc21_biblio_521_ind_1', '#', $$Audience$$, FALSE, TRUE);
5350 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5351 VALUES ('marc21_biblio_521_ind_1', '0', $$Reading grade level$$, FALSE, TRUE);
5352 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5353 VALUES ('marc21_biblio_521_ind_1', '1', $$Interest age level$$, FALSE, TRUE);
5354 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5355 VALUES ('marc21_biblio_521_ind_1', '2', $$Interest grade level$$, FALSE, TRUE);
5356 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5357 VALUES ('marc21_biblio_521_ind_1', '3', $$Special audience characteristics$$, FALSE, TRUE);
5358 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5359 VALUES ('marc21_biblio_521_ind_1', '4', $$Motivation/interest level$$, FALSE, TRUE);
5360 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5361 VALUES ('marc21_biblio_521_ind_1', '8', $$No display constant generated$$, FALSE, TRUE);
5362 INSERT INTO config.record_attr_definition(name, label)
5363 VALUES ('marc21_biblio_521_ind_2', 'MARC 21 biblio field 521 indicator position 2');
5364 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5365 VALUES ('marc21_biblio_521_ind_2', '#', $$Undefined$$, FALSE, TRUE);
5366 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5367                                  repeatable, mandatory, hidden)
5368 VALUES (1, 'biblio', '521', 'a', $$Target audience note$$,
5369 TRUE, FALSE, FALSE);
5370 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5371                                  repeatable, mandatory, hidden)
5372 VALUES (1, 'biblio', '521', 'b', $$Source$$,
5373 FALSE, FALSE, FALSE);
5374 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5375                                  repeatable, mandatory, hidden)
5376 VALUES (1, 'biblio', '521', '3', $$Materials specified$$,
5377 FALSE, FALSE, FALSE);
5378 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5379                                  repeatable, mandatory, hidden)
5380 VALUES (1, 'biblio', '521', '6', $$Linkage$$,
5381 FALSE, FALSE, FALSE);
5382 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5383                                  repeatable, mandatory, hidden)
5384 VALUES (1, 'biblio', '521', '8', $$Field link and sequence number$$,
5385 TRUE, FALSE, FALSE);
5386 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
5387                               fixed_field, repeatable, mandatory, hidden)
5388 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).$$,
5389 FALSE, TRUE, FALSE, FALSE);
5390 INSERT INTO config.record_attr_definition(name, label)
5391 VALUES ('marc21_biblio_522_ind_1', 'MARC 21 biblio field 522 indicator position 1');
5392 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5393 VALUES ('marc21_biblio_522_ind_1', '#', $$Geographic coverage$$, FALSE, TRUE);
5394 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5395 VALUES ('marc21_biblio_522_ind_1', '8', $$No display constant generated$$, FALSE, TRUE);
5396 INSERT INTO config.record_attr_definition(name, label)
5397 VALUES ('marc21_biblio_522_ind_2', 'MARC 21 biblio field 522 indicator position 2');
5398 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5399 VALUES ('marc21_biblio_522_ind_2', '#', $$Undefined$$, FALSE, TRUE);
5400 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5401                                  repeatable, mandatory, hidden)
5402 VALUES (1, 'biblio', '522', 'a', $$Geographic coverage note$$,
5403 FALSE, FALSE, FALSE);
5404 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5405                                  repeatable, mandatory, hidden)
5406 VALUES (1, 'biblio', '522', '6', $$Linkage$$,
5407 FALSE, FALSE, FALSE);
5408 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5409                                  repeatable, mandatory, hidden)
5410 VALUES (1, 'biblio', '522', '8', $$Field link and sequence number$$,
5411 TRUE, FALSE, FALSE);
5412 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
5413                               fixed_field, repeatable, mandatory, hidden)
5414 VALUES (1, 'biblio', '524', $$Preferred Citation of Described Materials Note$$, $$Format for the citation of the described materials that is preferred by the custodian.$$,
5415 FALSE, TRUE, FALSE, FALSE);
5416 INSERT INTO config.record_attr_definition(name, label)
5417 VALUES ('marc21_biblio_524_ind_1', 'MARC 21 biblio field 524 indicator position 1');
5418 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5419 VALUES ('marc21_biblio_524_ind_1', '#', $$Cite as$$, FALSE, TRUE);
5420 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5421 VALUES ('marc21_biblio_524_ind_1', '8', $$No display constant generated$$, FALSE, TRUE);
5422 INSERT INTO config.record_attr_definition(name, label)
5423 VALUES ('marc21_biblio_524_ind_2', 'MARC 21 biblio field 524 indicator position 2');
5424 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5425 VALUES ('marc21_biblio_524_ind_2', '#', $$Undefined$$, FALSE, TRUE);
5426 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5427                                  repeatable, mandatory, hidden)
5428 VALUES (1, 'biblio', '524', 'a', $$Preferred citation of described materials note$$,
5429 FALSE, FALSE, FALSE);
5430 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5431                                  repeatable, mandatory, hidden)
5432 VALUES (1, 'biblio', '524', '2', $$Source of schema used$$,
5433 FALSE, FALSE, FALSE);
5434 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5435                                  repeatable, mandatory, hidden)
5436 VALUES (1, 'biblio', '524', '3', $$Materials specified$$,
5437 FALSE, FALSE, FALSE);
5438 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5439                                  repeatable, mandatory, hidden)
5440 VALUES (1, 'biblio', '524', '6', $$Linkage$$,
5441 FALSE, FALSE, FALSE);
5442 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5443                                  repeatable, mandatory, hidden)
5444 VALUES (1, 'biblio', '524', '8', $$Field link and sequence number$$,
5445 TRUE, FALSE, FALSE);
5446 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
5447                               fixed_field, repeatable, mandatory, hidden)
5448 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).$$,
5449 FALSE, TRUE, FALSE, FALSE);
5450 INSERT INTO config.record_attr_definition(name, label)
5451 VALUES ('marc21_biblio_525_ind_1', 'MARC 21 biblio field 525 indicator position 1');
5452 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5453 VALUES ('marc21_biblio_525_ind_1', '#', $$Undefined$$, FALSE, TRUE);
5454 INSERT INTO config.record_attr_definition(name, label)
5455 VALUES ('marc21_biblio_525_ind_2', 'MARC 21 biblio field 525 indicator position 2');
5456 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5457 VALUES ('marc21_biblio_525_ind_2', '#', $$Undefined$$, FALSE, TRUE);
5458 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5459                                  repeatable, mandatory, hidden)
5460 VALUES (1, 'biblio', '525', 'a', $$Supplement note$$,
5461 FALSE, FALSE, FALSE);
5462 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5463                                  repeatable, mandatory, hidden)
5464 VALUES (1, 'biblio', '525', '6', $$Linkage$$,
5465 FALSE, FALSE, FALSE);
5466 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5467                                  repeatable, mandatory, hidden)
5468 VALUES (1, 'biblio', '525', '8', $$Field link and sequence number$$,
5469 TRUE, FALSE, FALSE);
5470 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
5471                               fixed_field, repeatable, mandatory, hidden)
5472 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.$$,
5473 FALSE, TRUE, FALSE, FALSE);
5474 INSERT INTO config.record_attr_definition(name, label)
5475 VALUES ('marc21_biblio_526_ind_1', 'MARC 21 biblio field 526 indicator position 1');
5476 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5477 VALUES ('marc21_biblio_526_ind_1', '0', $$Reading program$$, FALSE, TRUE);
5478 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5479 VALUES ('marc21_biblio_526_ind_1', '8', $$No display constant generated$$, FALSE, TRUE);
5480 INSERT INTO config.record_attr_definition(name, label)
5481 VALUES ('marc21_biblio_526_ind_2', 'MARC 21 biblio field 526 indicator position 2');
5482 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5483 VALUES ('marc21_biblio_526_ind_2', '#', $$Undefined$$, FALSE, TRUE);
5484 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5485                                  repeatable, mandatory, hidden)
5486 VALUES (1, 'biblio', '526', 'a', $$Program name$$,
5487 FALSE, FALSE, FALSE);
5488 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5489                                  repeatable, mandatory, hidden)
5490 VALUES (1, 'biblio', '526', 'b', $$Interest level$$,
5491 FALSE, FALSE, FALSE);
5492 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5493                                  repeatable, mandatory, hidden)
5494 VALUES (1, 'biblio', '526', 'c', $$Reading level$$,
5495 FALSE, FALSE, FALSE);
5496 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5497                                  repeatable, mandatory, hidden)
5498 VALUES (1, 'biblio', '526', 'd', $$Title point value$$,
5499 FALSE, FALSE, FALSE);
5500 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5501                                  repeatable, mandatory, hidden)
5502 VALUES (1, 'biblio', '526', 'i', $$Display text$$,
5503 FALSE, FALSE, FALSE);
5504 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5505                                  repeatable, mandatory, hidden)
5506 VALUES (1, 'biblio', '526', 'x', $$Nonpublic note$$,
5507 TRUE, FALSE, FALSE);
5508 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5509                                  repeatable, mandatory, hidden)
5510 VALUES (1, 'biblio', '526', 'z', $$Public note$$,
5511 TRUE, FALSE, FALSE);
5512 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5513                                  repeatable, mandatory, hidden)
5514 VALUES (1, 'biblio', '526', '5', $$Institution to which field applies$$,
5515 FALSE, FALSE, FALSE);
5516 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5517                                  repeatable, mandatory, hidden)
5518 VALUES (1, 'biblio', '526', '6', $$Linkage$$,
5519 FALSE, FALSE, FALSE);
5520 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5521                                  repeatable, mandatory, hidden)
5522 VALUES (1, 'biblio', '526', '8', $$Field link and sequence number$$,
5523 TRUE, FALSE, FALSE);
5524 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
5525                               fixed_field, repeatable, mandatory, hidden)
5526 VALUES (1, 'biblio', '530', $$Additional Physical Form Available Note$$, $$Information concerning a different physical format in which the described item is available.$$,
5527 FALSE, TRUE, FALSE, FALSE);
5528 INSERT INTO config.record_attr_definition(name, label)
5529 VALUES ('marc21_biblio_530_ind_1', 'MARC 21 biblio field 530 indicator position 1');
5530 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5531 VALUES ('marc21_biblio_530_ind_1', '#', $$Undefined$$, FALSE, TRUE);
5532 INSERT INTO config.record_attr_definition(name, label)
5533 VALUES ('marc21_biblio_530_ind_2', 'MARC 21 biblio field 530 indicator position 2');
5534 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5535 VALUES ('marc21_biblio_530_ind_2', '#', $$Undefined$$, FALSE, TRUE);
5536 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5537                                  repeatable, mandatory, hidden)
5538 VALUES (1, 'biblio', '530', 'a', $$Additional physical form available note$$,
5539 FALSE, FALSE, FALSE);
5540 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5541                                  repeatable, mandatory, hidden)
5542 VALUES (1, 'biblio', '530', 'b', $$Availability source$$,
5543 FALSE, FALSE, FALSE);
5544 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5545                                  repeatable, mandatory, hidden)
5546 VALUES (1, 'biblio', '530', 'c', $$Availability conditions$$,
5547 FALSE, FALSE, FALSE);
5548 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5549                                  repeatable, mandatory, hidden)
5550 VALUES (1, 'biblio', '530', 'd', $$Order number$$,
5551 FALSE, FALSE, FALSE);
5552 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5553                                  repeatable, mandatory, hidden)
5554 VALUES (1, 'biblio', '530', 'u', $$Uniform Resource Identifier$$,
5555 TRUE, FALSE, FALSE);
5556 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5557                                  repeatable, mandatory, hidden)
5558 VALUES (1, 'biblio', '530', '3', $$Materials specified$$,
5559 FALSE, FALSE, FALSE);
5560 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5561                                  repeatable, mandatory, hidden)
5562 VALUES (1, 'biblio', '530', '6', $$Linkage$$,
5563 FALSE, FALSE, FALSE);
5564 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5565                                  repeatable, mandatory, hidden)
5566 VALUES (1, 'biblio', '530', '8', $$Field link and sequence number$$,
5567 TRUE, FALSE, FALSE);
5568 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
5569                               fixed_field, repeatable, mandatory, hidden)
5570 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.$$,
5571 FALSE, TRUE, FALSE, FALSE);
5572 INSERT INTO config.record_attr_definition(name, label)
5573 VALUES ('marc21_biblio_533_ind_1', 'MARC 21 biblio field 533 indicator position 1');
5574 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5575 VALUES ('marc21_biblio_533_ind_1', '#', $$Undefined$$, FALSE, TRUE);
5576 INSERT INTO config.record_attr_definition(name, label)
5577 VALUES ('marc21_biblio_533_ind_2', 'MARC 21 biblio field 533 indicator position 2');
5578 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5579 VALUES ('marc21_biblio_533_ind_2', '#', $$Undefined$$, FALSE, TRUE);
5580 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5581                                  repeatable, mandatory, hidden)
5582 VALUES (1, 'biblio', '533', 'a', $$Type of reproduction$$,
5583 FALSE, FALSE, FALSE);
5584 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5585                                  repeatable, mandatory, hidden)
5586 VALUES (1, 'biblio', '533', 'b', $$Place of reproduction$$,
5587 TRUE, FALSE, FALSE);
5588 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5589                                  repeatable, mandatory, hidden)
5590 VALUES (1, 'biblio', '533', 'c', $$Agency responsible for reproduction$$,
5591 TRUE, FALSE, FALSE);
5592 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5593                                  repeatable, mandatory, hidden)
5594 VALUES (1, 'biblio', '533', 'd', $$Date of reproduction$$,
5595 FALSE, FALSE, FALSE);
5596 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5597                                  repeatable, mandatory, hidden)
5598 VALUES (1, 'biblio', '533', 'e', $$Physical description of reproduction$$,
5599 FALSE, FALSE, FALSE);
5600 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5601                                  repeatable, mandatory, hidden)
5602 VALUES (1, 'biblio', '533', 'f', $$Series statement of reproduction$$,
5603 TRUE, FALSE, FALSE);
5604 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5605                                  repeatable, mandatory, hidden)
5606 VALUES (1, 'biblio', '533', 'm', $$Dates and/or sequential designation of issues reproduced$$,
5607 TRUE, FALSE, FALSE);
5608 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5609                                  repeatable, mandatory, hidden)
5610 VALUES (1, 'biblio', '533', 'n', $$Note about reproduction$$,
5611 TRUE, FALSE, FALSE);
5612 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5613                                  repeatable, mandatory, hidden)
5614 VALUES (1, 'biblio', '533', '3', $$Materials specified$$,
5615 FALSE, FALSE, FALSE);
5616 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5617                                  repeatable, mandatory, hidden)
5618 VALUES (1, 'biblio', '533', '5', $$Institution to which field applies$$,
5619 FALSE, FALSE, FALSE);
5620 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5621                                  repeatable, mandatory, hidden)
5622 VALUES (1, 'biblio', '533', '7', $$Fixed-length data elements of reproduction$$,
5623 FALSE, FALSE, FALSE);
5624 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5625                                  repeatable, mandatory, hidden)
5626 VALUES (1, 'biblio', '533', '6', $$Linkage$$,
5627 FALSE, FALSE, FALSE);
5628 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5629                                  repeatable, mandatory, hidden)
5630 VALUES (1, 'biblio', '533', '8', $$Field link and sequence number$$,
5631 TRUE, FALSE, FALSE);
5632 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
5633                               fixed_field, repeatable, mandatory, hidden)
5634 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.$$,
5635 FALSE, TRUE, FALSE, FALSE);
5636 INSERT INTO config.record_attr_definition(name, label)
5637 VALUES ('marc21_biblio_534_ind_1', 'MARC 21 biblio field 534 indicator position 1');
5638 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5639 VALUES ('marc21_biblio_534_ind_1', '#', $$Undefined$$, FALSE, TRUE);
5640 INSERT INTO config.record_attr_definition(name, label)
5641 VALUES ('marc21_biblio_534_ind_2', 'MARC 21 biblio field 534 indicator position 2');
5642 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5643 VALUES ('marc21_biblio_534_ind_2', '#', $$Undefined$$, FALSE, TRUE);
5644 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5645                                  repeatable, mandatory, hidden)
5646 VALUES (1, 'biblio', '534', 'a', $$Main entry of original$$,
5647 FALSE, FALSE, FALSE);
5648 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5649                                  repeatable, mandatory, hidden)
5650 VALUES (1, 'biblio', '534', 'b', $$Edition statement of original$$,
5651 FALSE, FALSE, FALSE);
5652 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5653                                  repeatable, mandatory, hidden)
5654 VALUES (1, 'biblio', '534', 'c', $$Publication, distribution, etc. of original$$,
5655 FALSE, FALSE, FALSE);
5656 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5657                                  repeatable, mandatory, hidden)
5658 VALUES (1, 'biblio', '534', 'e', $$Physical description, etc. of original$$,
5659 FALSE, FALSE, FALSE);
5660 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5661                                  repeatable, mandatory, hidden)
5662 VALUES (1, 'biblio', '534', 'f', $$Series statement of original$$,
5663 TRUE, FALSE, FALSE);
5664 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5665                                  repeatable, mandatory, hidden)
5666 VALUES (1, 'biblio', '534', 'k', $$Key title of original$$,
5667 TRUE, FALSE, FALSE);
5668 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5669                                  repeatable, mandatory, hidden)
5670 VALUES (1, 'biblio', '534', 'l', $$Location of original$$,
5671 FALSE, FALSE, FALSE);
5672 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5673                                  repeatable, mandatory, hidden)
5674 VALUES (1, 'biblio', '534', 'm', $$Material specific details$$,
5675 FALSE, FALSE, FALSE);
5676 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5677                                  repeatable, mandatory, hidden)
5678 VALUES (1, 'biblio', '534', 'n', $$Note about original$$,
5679 TRUE, FALSE, FALSE);
5680 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5681                                  repeatable, mandatory, hidden)
5682 VALUES (1, 'biblio', '534', 'o', $$Other resource identifier$$,
5683 TRUE, FALSE, FALSE);
5684 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5685                                  repeatable, mandatory, hidden)
5686 VALUES (1, 'biblio', '534', 'p', $$Introductory phrase$$,
5687 FALSE, FALSE, FALSE);
5688 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5689                                  repeatable, mandatory, hidden)
5690 VALUES (1, 'biblio', '534', 't', $$Title statement of original$$,
5691 FALSE, FALSE, FALSE);
5692 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5693                                  repeatable, mandatory, hidden)
5694 VALUES (1, 'biblio', '534', 'x', $$International Standard Serial Number$$,
5695 TRUE, FALSE, FALSE);
5696 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5697                                  repeatable, mandatory, hidden)
5698 VALUES (1, 'biblio', '534', 'z', $$International Standard Book Number$$,
5699 TRUE, FALSE, FALSE);
5700 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5701                                  repeatable, mandatory, hidden)
5702 VALUES (1, 'biblio', '534', '3', $$Materials specified$$,
5703 FALSE, FALSE, FALSE);
5704 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5705                                  repeatable, mandatory, hidden)
5706 VALUES (1, 'biblio', '534', '6', $$Linkage$$,
5707 FALSE, FALSE, FALSE);
5708 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5709                                  repeatable, mandatory, hidden)
5710 VALUES (1, 'biblio', '534', '8', $$Field link and sequence number$$,
5711 TRUE, FALSE, FALSE);
5712 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
5713                               fixed_field, repeatable, mandatory, hidden)
5714 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.$$,
5715 FALSE, TRUE, FALSE, FALSE);
5716 INSERT INTO config.record_attr_definition(name, label)
5717 VALUES ('marc21_biblio_535_ind_1', 'MARC 21 biblio field 535 indicator position 1');
5718 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5719 VALUES ('marc21_biblio_535_ind_1', '1', $$Holder of originals$$, FALSE, TRUE);
5720 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5721 VALUES ('marc21_biblio_535_ind_1', '2', $$Holder of duplicates$$, FALSE, TRUE);
5722 INSERT INTO config.record_attr_definition(name, label)
5723 VALUES ('marc21_biblio_535_ind_2', 'MARC 21 biblio field 535 indicator position 2');
5724 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5725 VALUES ('marc21_biblio_535_ind_2', '#', $$Undefined$$, FALSE, TRUE);
5726 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5727                                  repeatable, mandatory, hidden)
5728 VALUES (1, 'biblio', '535', 'a', $$Custodian$$,
5729 FALSE, FALSE, FALSE);
5730 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5731                                  repeatable, mandatory, hidden)
5732 VALUES (1, 'biblio', '535', 'b', $$Postal address$$,
5733 TRUE, FALSE, FALSE);
5734 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5735                                  repeatable, mandatory, hidden)
5736 VALUES (1, 'biblio', '535', 'c', $$Country$$,
5737 TRUE, FALSE, FALSE);
5738 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5739                                  repeatable, mandatory, hidden)
5740 VALUES (1, 'biblio', '535', 'd', $$Telecommunications address$$,
5741 TRUE, FALSE, FALSE);
5742 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5743                                  repeatable, mandatory, hidden)
5744 VALUES (1, 'biblio', '535', 'g', $$Repository location code$$,
5745 FALSE, FALSE, FALSE);
5746 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5747                                  repeatable, mandatory, hidden)
5748 VALUES (1, 'biblio', '535', '3', $$Materials specified$$,
5749 FALSE, FALSE, FALSE);
5750 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5751                                  repeatable, mandatory, hidden)
5752 VALUES (1, 'biblio', '535', '6', $$Linkage$$,
5753 FALSE, FALSE, FALSE);
5754 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5755                                  repeatable, mandatory, hidden)
5756 VALUES (1, 'biblio', '535', '8', $$Field link and sequence number$$,
5757 TRUE, FALSE, FALSE);
5758 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
5759                               fixed_field, repeatable, mandatory, hidden)
5760 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.$$,
5761 FALSE, TRUE, FALSE, FALSE);
5762 INSERT INTO config.record_attr_definition(name, label)
5763 VALUES ('marc21_biblio_536_ind_1', 'MARC 21 biblio field 536 indicator position 1');
5764 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5765 VALUES ('marc21_biblio_536_ind_1', '#', $$Undefined$$, FALSE, TRUE);
5766 INSERT INTO config.record_attr_definition(name, label)
5767 VALUES ('marc21_biblio_536_ind_2', 'MARC 21 biblio field 536 indicator position 2');
5768 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5769 VALUES ('marc21_biblio_536_ind_2', '#', $$Undefined$$, FALSE, TRUE);
5770 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5771                                  repeatable, mandatory, hidden)
5772 VALUES (1, 'biblio', '536', 'a', $$Text of note$$,
5773 FALSE, FALSE, FALSE);
5774 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5775                                  repeatable, mandatory, hidden)
5776 VALUES (1, 'biblio', '536', 'b', $$Contract number$$,
5777 TRUE, FALSE, FALSE);
5778 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5779                                  repeatable, mandatory, hidden)
5780 VALUES (1, 'biblio', '536', 'c', $$Grant number$$,
5781 TRUE, FALSE, FALSE);
5782 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5783                                  repeatable, mandatory, hidden)
5784 VALUES (1, 'biblio', '536', 'd', $$Undifferentiated number$$,
5785 TRUE, FALSE, FALSE);
5786 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5787                                  repeatable, mandatory, hidden)
5788 VALUES (1, 'biblio', '536', 'e', $$Program element number$$,
5789 TRUE, FALSE, FALSE);
5790 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5791                                  repeatable, mandatory, hidden)
5792 VALUES (1, 'biblio', '536', 'f', $$Project number$$,
5793 TRUE, FALSE, FALSE);
5794 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5795                                  repeatable, mandatory, hidden)
5796 VALUES (1, 'biblio', '536', 'g', $$Task number$$,
5797 TRUE, FALSE, FALSE);
5798 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5799                                  repeatable, mandatory, hidden)
5800 VALUES (1, 'biblio', '536', 'h', $$Work unit number$$,
5801 TRUE, FALSE, FALSE);
5802 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5803                                  repeatable, mandatory, hidden)
5804 VALUES (1, 'biblio', '536', '6', $$Linkage$$,
5805 FALSE, FALSE, FALSE);
5806 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5807                                  repeatable, mandatory, hidden)
5808 VALUES (1, 'biblio', '536', '8', $$Field link and sequence number$$,
5809 TRUE, FALSE, FALSE);
5810 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
5811                               fixed_field, repeatable, mandatory, hidden)
5812 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.$$,
5813 FALSE, TRUE, FALSE, FALSE);
5814 INSERT INTO config.record_attr_definition(name, label)
5815 VALUES ('marc21_biblio_538_ind_1', 'MARC 21 biblio field 538 indicator position 1');
5816 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5817 VALUES ('marc21_biblio_538_ind_1', '#', $$Undefined$$, FALSE, TRUE);
5818 INSERT INTO config.record_attr_definition(name, label)
5819 VALUES ('marc21_biblio_538_ind_2', 'MARC 21 biblio field 538 indicator position 2');
5820 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5821 VALUES ('marc21_biblio_538_ind_2', '#', $$Undefined$$, FALSE, TRUE);
5822 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5823                                  repeatable, mandatory, hidden)
5824 VALUES (1, 'biblio', '538', 'a', $$System details note$$,
5825 FALSE, FALSE, FALSE);
5826 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5827                                  repeatable, mandatory, hidden)
5828 VALUES (1, 'biblio', '538', 'i', $$Display text$$,
5829 FALSE, FALSE, FALSE);
5830 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5831                                  repeatable, mandatory, hidden)
5832 VALUES (1, 'biblio', '538', 'u', $$Uniform Resource Identifier$$,
5833 TRUE, FALSE, FALSE);
5834 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5835                                  repeatable, mandatory, hidden)
5836 VALUES (1, 'biblio', '538', '3', $$Materials specified$$,
5837 FALSE, FALSE, FALSE);
5838 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5839                                  repeatable, mandatory, hidden)
5840 VALUES (1, 'biblio', '538', '5', $$Institution to which field applies$$,
5841 TRUE, FALSE, FALSE);
5842 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5843                                  repeatable, mandatory, hidden)
5844 VALUES (1, 'biblio', '538', '6', $$Linkage$$,
5845 FALSE, FALSE, FALSE);
5846 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5847                                  repeatable, mandatory, hidden)
5848 VALUES (1, 'biblio', '538', '8', $$Field link and sequence number$$,
5849 TRUE, FALSE, FALSE);
5850 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
5851                               fixed_field, repeatable, mandatory, hidden)
5852 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.$$,
5853 FALSE, TRUE, FALSE, FALSE);
5854 INSERT INTO config.record_attr_definition(name, label)
5855 VALUES ('marc21_biblio_540_ind_1', 'MARC 21 biblio field 540 indicator position 1');
5856 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5857 VALUES ('marc21_biblio_540_ind_1', '#', $$Undefined$$, FALSE, TRUE);
5858 INSERT INTO config.record_attr_definition(name, label)
5859 VALUES ('marc21_biblio_540_ind_2', 'MARC 21 biblio field 540 indicator position 2');
5860 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5861 VALUES ('marc21_biblio_540_ind_2', '#', $$Undefined$$, FALSE, TRUE);
5862 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5863                                  repeatable, mandatory, hidden)
5864 VALUES (1, 'biblio', '540', 'a', $$Terms governing use and reproduction$$,
5865 FALSE, FALSE, FALSE);
5866 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5867                                  repeatable, mandatory, hidden)
5868 VALUES (1, 'biblio', '540', 'b', $$Jurisdiction$$,
5869 FALSE, FALSE, FALSE);
5870 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5871                                  repeatable, mandatory, hidden)
5872 VALUES (1, 'biblio', '540', 'c', $$Authorization$$,
5873 FALSE, FALSE, FALSE);
5874 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5875                                  repeatable, mandatory, hidden)
5876 VALUES (1, 'biblio', '540', 'd', $$Authorized users$$,
5877 FALSE, FALSE, FALSE);
5878 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5879                                  repeatable, mandatory, hidden)
5880 VALUES (1, 'biblio', '540', 'u', $$Uniform Resource Identifier$$,
5881 TRUE, FALSE, FALSE);
5882 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5883                                  repeatable, mandatory, hidden)
5884 VALUES (1, 'biblio', '540', '3', $$Materials specified$$,
5885 FALSE, FALSE, FALSE);
5886 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5887                                  repeatable, mandatory, hidden)
5888 VALUES (1, 'biblio', '540', '5', $$Institution to which field applies$$,
5889 FALSE, FALSE, FALSE);
5890 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5891                                  repeatable, mandatory, hidden)
5892 VALUES (1, 'biblio', '540', '6', $$Linkage$$,
5893 FALSE, FALSE, FALSE);
5894 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5895                                  repeatable, mandatory, hidden)
5896 VALUES (1, 'biblio', '540', '8', $$Field link and sequence number$$,
5897 TRUE, FALSE, FALSE);
5898 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
5899                               fixed_field, repeatable, mandatory, hidden)
5900 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.$$,
5901 FALSE, TRUE, FALSE, FALSE);
5902 INSERT INTO config.record_attr_definition(name, label)
5903 VALUES ('marc21_biblio_541_ind_1', 'MARC 21 biblio field 541 indicator position 1');
5904 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5905 VALUES ('marc21_biblio_541_ind_1', '#', $$No information provided$$, FALSE, TRUE);
5906 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5907 VALUES ('marc21_biblio_541_ind_1', '0', $$Private$$, FALSE, TRUE);
5908 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5909 VALUES ('marc21_biblio_541_ind_1', '1', $$Not private$$, FALSE, TRUE);
5910 INSERT INTO config.record_attr_definition(name, label)
5911 VALUES ('marc21_biblio_541_ind_2', 'MARC 21 biblio field 541 indicator position 2');
5912 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5913 VALUES ('marc21_biblio_541_ind_2', '#', $$Undefined$$, FALSE, TRUE);
5914 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5915                                  repeatable, mandatory, hidden)
5916 VALUES (1, 'biblio', '541', 'a', $$Source of acquisition$$,
5917 FALSE, FALSE, FALSE);
5918 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5919                                  repeatable, mandatory, hidden)
5920 VALUES (1, 'biblio', '541', 'b', $$Address$$,
5921 FALSE, FALSE, FALSE);
5922 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5923                                  repeatable, mandatory, hidden)
5924 VALUES (1, 'biblio', '541', 'c', $$Method of acquisition$$,
5925 FALSE, FALSE, FALSE);
5926 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5927                                  repeatable, mandatory, hidden)
5928 VALUES (1, 'biblio', '541', 'd', $$Date of acquisition$$,
5929 FALSE, FALSE, FALSE);
5930 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5931                                  repeatable, mandatory, hidden)
5932 VALUES (1, 'biblio', '541', 'e', $$Accession number$$,
5933 FALSE, FALSE, FALSE);
5934 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5935                                  repeatable, mandatory, hidden)
5936 VALUES (1, 'biblio', '541', 'f', $$Owner$$,
5937 FALSE, FALSE, FALSE);
5938 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5939                                  repeatable, mandatory, hidden)
5940 VALUES (1, 'biblio', '541', 'h', $$Purchase price$$,
5941 FALSE, FALSE, FALSE);
5942 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5943                                  repeatable, mandatory, hidden)
5944 VALUES (1, 'biblio', '541', 'n', $$Extent$$,
5945 TRUE, FALSE, FALSE);
5946 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5947                                  repeatable, mandatory, hidden)
5948 VALUES (1, 'biblio', '541', 'o', $$Type of unit$$,
5949 TRUE, FALSE, FALSE);
5950 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5951                                  repeatable, mandatory, hidden)
5952 VALUES (1, 'biblio', '541', '3', $$Materials specified$$,
5953 FALSE, FALSE, FALSE);
5954 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5955                                  repeatable, mandatory, hidden)
5956 VALUES (1, 'biblio', '541', '5', $$Institution to which field applies$$,
5957 FALSE, FALSE, FALSE);
5958 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5959                                  repeatable, mandatory, hidden)
5960 VALUES (1, 'biblio', '541', '6', $$Linkage$$,
5961 FALSE, FALSE, FALSE);
5962 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5963                                  repeatable, mandatory, hidden)
5964 VALUES (1, 'biblio', '541', '8', $$Field link and sequence number$$,
5965 TRUE, FALSE, FALSE);
5966 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
5967                               fixed_field, repeatable, mandatory, hidden)
5968 VALUES (1, 'biblio', '542', $$Information Relating to Copyright Status$$, $$Information known about the item that may be used to determine copyright status.$$,
5969 FALSE, TRUE, FALSE, FALSE);
5970 INSERT INTO config.record_attr_definition(name, label)
5971 VALUES ('marc21_biblio_542_ind_1', 'MARC 21 biblio field 542 indicator position 1');
5972 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5973 VALUES ('marc21_biblio_542_ind_1', '#', $$No information provided$$, FALSE, TRUE);
5974 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5975 VALUES ('marc21_biblio_542_ind_1', '0', $$Private$$, FALSE, TRUE);
5976 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5977 VALUES ('marc21_biblio_542_ind_1', '1', $$Not private$$, FALSE, TRUE);
5978 INSERT INTO config.record_attr_definition(name, label)
5979 VALUES ('marc21_biblio_542_ind_2', 'MARC 21 biblio field 542 indicator position 2');
5980 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
5981 VALUES ('marc21_biblio_542_ind_2', '#', $$Undefined$$, FALSE, TRUE);
5982 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5983                                  repeatable, mandatory, hidden)
5984 VALUES (1, 'biblio', '542', 'a', $$Personal creator$$,
5985 FALSE, FALSE, FALSE);
5986 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5987                                  repeatable, mandatory, hidden)
5988 VALUES (1, 'biblio', '542', 'b', $$Personal creator death date$$,
5989 FALSE, FALSE, FALSE);
5990 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5991                                  repeatable, mandatory, hidden)
5992 VALUES (1, 'biblio', '542', 'c', $$Corporate creator$$,
5993 FALSE, FALSE, FALSE);
5994 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5995                                  repeatable, mandatory, hidden)
5996 VALUES (1, 'biblio', '542', 'd', $$Copyright holder$$,
5997 TRUE, FALSE, FALSE);
5998 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
5999                                  repeatable, mandatory, hidden)
6000 VALUES (1, 'biblio', '542', 'e', $$Copyright holder contact information$$,
6001 TRUE, FALSE, FALSE);
6002 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6003                                  repeatable, mandatory, hidden)
6004 VALUES (1, 'biblio', '542', 'f', $$Copyright statement$$,
6005 TRUE, FALSE, FALSE);
6006 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6007                                  repeatable, mandatory, hidden)
6008 VALUES (1, 'biblio', '542', 'g', $$Copyright date$$,
6009 FALSE, FALSE, FALSE);
6010 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6011                                  repeatable, mandatory, hidden)
6012 VALUES (1, 'biblio', '542', 'h', $$Copyright renewal date$$,
6013 TRUE, FALSE, FALSE);
6014 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6015                                  repeatable, mandatory, hidden)
6016 VALUES (1, 'biblio', '542', 'i', $$Publication date$$,
6017 FALSE, FALSE, FALSE);
6018 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6019                                  repeatable, mandatory, hidden)
6020 VALUES (1, 'biblio', '542', 'j', $$Creation date$$,
6021 FALSE, FALSE, FALSE);
6022 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6023                                  repeatable, mandatory, hidden)
6024 VALUES (1, 'biblio', '542', 'k', $$Publisher$$,
6025 TRUE, FALSE, FALSE);
6026 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6027                                  repeatable, mandatory, hidden)
6028 VALUES (1, 'biblio', '542', 'l', $$Copyright status$$,
6029 FALSE, FALSE, FALSE);
6030 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6031                                  repeatable, mandatory, hidden)
6032 VALUES (1, 'biblio', '542', 'm', $$Publication status$$,
6033 FALSE, FALSE, FALSE);
6034 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6035                                  repeatable, mandatory, hidden)
6036 VALUES (1, 'biblio', '542', 'n', $$Note$$,
6037 TRUE, FALSE, FALSE);
6038 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6039                                  repeatable, mandatory, hidden)
6040 VALUES (1, 'biblio', '542', 'o', $$Research date$$,
6041 FALSE, FALSE, FALSE);
6042 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6043                                  repeatable, mandatory, hidden)
6044 VALUES (1, 'biblio', '542', 'p', $$Country of publication or creation$$,
6045 TRUE, FALSE, FALSE);
6046 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6047                                  repeatable, mandatory, hidden)
6048 VALUES (1, 'biblio', '542', 'q', $$Supplying agency$$,
6049 FALSE, FALSE, FALSE);
6050 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6051                                  repeatable, mandatory, hidden)
6052 VALUES (1, 'biblio', '542', 'r', $$Jurisdiction of copyright assessment$$,
6053 FALSE, FALSE, FALSE);
6054 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6055                                  repeatable, mandatory, hidden)
6056 VALUES (1, 'biblio', '542', 's', $$Source of information$$,
6057 FALSE, FALSE, FALSE);
6058 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6059                                  repeatable, mandatory, hidden)
6060 VALUES (1, 'biblio', '542', 'u', $$Uniform Resource Identifier$$,
6061 TRUE, FALSE, FALSE);
6062 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6063                                  repeatable, mandatory, hidden)
6064 VALUES (1, 'biblio', '542', '3', $$Materials specified$$,
6065 FALSE, FALSE, FALSE);
6066 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6067                                  repeatable, mandatory, hidden)
6068 VALUES (1, 'biblio', '542', '6', $$Linkage$$,
6069 FALSE, FALSE, FALSE);
6070 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6071                                  repeatable, mandatory, hidden)
6072 VALUES (1, 'biblio', '542', '8', $$Field link and sequence number$$,
6073 TRUE, FALSE, FALSE);
6074 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
6075                               fixed_field, repeatable, mandatory, hidden)
6076 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.$$,
6077 FALSE, TRUE, FALSE, FALSE);
6078 INSERT INTO config.record_attr_definition(name, label)
6079 VALUES ('marc21_biblio_544_ind_1', 'MARC 21 biblio field 544 indicator position 1');
6080 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6081 VALUES ('marc21_biblio_544_ind_1', '#', $$No information provided$$, FALSE, TRUE);
6082 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6083 VALUES ('marc21_biblio_544_ind_1', '0', $$Associated materials$$, FALSE, TRUE);
6084 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6085 VALUES ('marc21_biblio_544_ind_1', '1', $$Related materials$$, FALSE, TRUE);
6086 INSERT INTO config.record_attr_definition(name, label)
6087 VALUES ('marc21_biblio_544_ind_2', 'MARC 21 biblio field 544 indicator position 2');
6088 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6089 VALUES ('marc21_biblio_544_ind_2', '#', $$Undefined$$, FALSE, TRUE);
6090 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6091                                  repeatable, mandatory, hidden)
6092 VALUES (1, 'biblio', '544', 'a', $$Custodian$$,
6093 TRUE, FALSE, FALSE);
6094 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6095                                  repeatable, mandatory, hidden)
6096 VALUES (1, 'biblio', '544', 'b', $$Address$$,
6097 TRUE, FALSE, FALSE);
6098 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6099                                  repeatable, mandatory, hidden)
6100 VALUES (1, 'biblio', '544', 'c', $$Country$$,
6101 TRUE, FALSE, FALSE);
6102 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6103                                  repeatable, mandatory, hidden)
6104 VALUES (1, 'biblio', '544', 'd', $$Title$$,
6105 TRUE, FALSE, FALSE);
6106 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6107                                  repeatable, mandatory, hidden)
6108 VALUES (1, 'biblio', '544', 'e', $$Provenance$$,
6109 TRUE, FALSE, FALSE);
6110 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6111                                  repeatable, mandatory, hidden)
6112 VALUES (1, 'biblio', '544', 'n', $$Note$$,
6113 TRUE, FALSE, FALSE);
6114 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6115                                  repeatable, mandatory, hidden)
6116 VALUES (1, 'biblio', '544', '3', $$Materials specified$$,
6117 FALSE, FALSE, FALSE);
6118 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6119                                  repeatable, mandatory, hidden)
6120 VALUES (1, 'biblio', '544', '6', $$Linkage$$,
6121 FALSE, FALSE, FALSE);
6122 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6123                                  repeatable, mandatory, hidden)
6124 VALUES (1, 'biblio', '544', '8', $$Field link and sequence number$$,
6125 TRUE, FALSE, FALSE);
6126 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
6127                               fixed_field, repeatable, mandatory, hidden)
6128 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.$$,
6129 FALSE, TRUE, FALSE, FALSE);
6130 INSERT INTO config.record_attr_definition(name, label)
6131 VALUES ('marc21_biblio_545_ind_1', 'MARC 21 biblio field 545 indicator position 1');
6132 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6133 VALUES ('marc21_biblio_545_ind_1', '#', $$No information provided$$, FALSE, TRUE);
6134 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6135 VALUES ('marc21_biblio_545_ind_1', '0', $$Biographical sketch$$, FALSE, TRUE);
6136 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6137 VALUES ('marc21_biblio_545_ind_1', '1', $$Administrative history$$, FALSE, TRUE);
6138 INSERT INTO config.record_attr_definition(name, label)
6139 VALUES ('marc21_biblio_545_ind_2', 'MARC 21 biblio field 545 indicator position 2');
6140 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6141 VALUES ('marc21_biblio_545_ind_2', '#', $$Undefined$$, FALSE, TRUE);
6142 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6143                                  repeatable, mandatory, hidden)
6144 VALUES (1, 'biblio', '545', 'a', $$Biographical or historical data$$,
6145 FALSE, FALSE, FALSE);
6146 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6147                                  repeatable, mandatory, hidden)
6148 VALUES (1, 'biblio', '545', 'b', $$Expansion$$,
6149 FALSE, FALSE, FALSE);
6150 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6151                                  repeatable, mandatory, hidden)
6152 VALUES (1, 'biblio', '545', 'u', $$Uniform Resource Identifier$$,
6153 TRUE, FALSE, FALSE);
6154 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6155                                  repeatable, mandatory, hidden)
6156 VALUES (1, 'biblio', '545', '6', $$Linkage$$,
6157 FALSE, FALSE, FALSE);
6158 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6159                                  repeatable, mandatory, hidden)
6160 VALUES (1, 'biblio', '545', '8', $$Field link and sequence number$$,
6161 TRUE, FALSE, FALSE);
6162 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
6163                               fixed_field, repeatable, mandatory, hidden)
6164 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).$$,
6165 FALSE, TRUE, FALSE, FALSE);
6166 INSERT INTO config.record_attr_definition(name, label)
6167 VALUES ('marc21_biblio_546_ind_1', 'MARC 21 biblio field 546 indicator position 1');
6168 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6169 VALUES ('marc21_biblio_546_ind_1', '#', $$Undefined$$, FALSE, TRUE);
6170 INSERT INTO config.record_attr_definition(name, label)
6171 VALUES ('marc21_biblio_546_ind_2', 'MARC 21 biblio field 546 indicator position 2');
6172 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6173 VALUES ('marc21_biblio_546_ind_2', '#', $$Undefined$$, FALSE, TRUE);
6174 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6175                                  repeatable, mandatory, hidden)
6176 VALUES (1, 'biblio', '546', 'a', $$Language note$$,
6177 FALSE, FALSE, FALSE);
6178 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6179                                  repeatable, mandatory, hidden)
6180 VALUES (1, 'biblio', '546', 'b', $$Information code or alphabet$$,
6181 TRUE, FALSE, FALSE);
6182 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6183                                  repeatable, mandatory, hidden)
6184 VALUES (1, 'biblio', '546', '3', $$Materials specified$$,
6185 FALSE, FALSE, FALSE);
6186 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6187                                  repeatable, mandatory, hidden)
6188 VALUES (1, 'biblio', '546', '6', $$Linkage$$,
6189 FALSE, FALSE, FALSE);
6190 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6191                                  repeatable, mandatory, hidden)
6192 VALUES (1, 'biblio', '546', '8', $$Field link and sequence number$$,
6193 TRUE, FALSE, FALSE);
6194 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
6195                               fixed_field, repeatable, mandatory, hidden)
6196 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).$$,
6197 FALSE, TRUE, FALSE, FALSE);
6198 INSERT INTO config.record_attr_definition(name, label)
6199 VALUES ('marc21_biblio_547_ind_1', 'MARC 21 biblio field 547 indicator position 1');
6200 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6201 VALUES ('marc21_biblio_547_ind_1', '#', $$Undefined$$, FALSE, TRUE);
6202 INSERT INTO config.record_attr_definition(name, label)
6203 VALUES ('marc21_biblio_547_ind_2', 'MARC 21 biblio field 547 indicator position 2');
6204 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6205 VALUES ('marc21_biblio_547_ind_2', '#', $$Undefined$$, FALSE, TRUE);
6206 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6207                                  repeatable, mandatory, hidden)
6208 VALUES (1, 'biblio', '547', 'a', $$Former title complexity note$$,
6209 FALSE, FALSE, FALSE);
6210 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6211                                  repeatable, mandatory, hidden)
6212 VALUES (1, 'biblio', '547', '6', $$Linkage$$,
6213 FALSE, FALSE, FALSE);
6214 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6215                                  repeatable, mandatory, hidden)
6216 VALUES (1, 'biblio', '547', '8', $$Field link and sequence number$$,
6217 TRUE, FALSE, FALSE);
6218 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
6219                               fixed_field, repeatable, mandatory, hidden)
6220 VALUES (1, 'biblio', '550', $$Issuing Body Note$$, $$Information about the current and former issuing bodies of a continuing resource.$$,
6221 FALSE, TRUE, FALSE, FALSE);
6222 INSERT INTO config.record_attr_definition(name, label)
6223 VALUES ('marc21_biblio_550_ind_1', 'MARC 21 biblio field 550 indicator position 1');
6224 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6225 VALUES ('marc21_biblio_550_ind_1', '#', $$Undefined$$, FALSE, TRUE);
6226 INSERT INTO config.record_attr_definition(name, label)
6227 VALUES ('marc21_biblio_550_ind_2', 'MARC 21 biblio field 550 indicator position 2');
6228 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6229 VALUES ('marc21_biblio_550_ind_2', '#', $$Undefined$$, FALSE, TRUE);
6230 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6231                                  repeatable, mandatory, hidden)
6232 VALUES (1, 'biblio', '550', 'a', $$Issuing body note$$,
6233 FALSE, FALSE, FALSE);
6234 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6235                                  repeatable, mandatory, hidden)
6236 VALUES (1, 'biblio', '550', '6', $$Linkage$$,
6237 FALSE, FALSE, FALSE);
6238 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6239                                  repeatable, mandatory, hidden)
6240 VALUES (1, 'biblio', '550', '8', $$Field link and sequence number$$,
6241 TRUE, FALSE, FALSE);
6242 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
6243                               fixed_field, repeatable, mandatory, hidden)
6244 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.$$,
6245 FALSE, TRUE, FALSE, FALSE);
6246 INSERT INTO config.record_attr_definition(name, label)
6247 VALUES ('marc21_biblio_552_ind_1', 'MARC 21 biblio field 552 indicator position 1');
6248 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6249 VALUES ('marc21_biblio_552_ind_1', '#', $$Undefined$$, FALSE, TRUE);
6250 INSERT INTO config.record_attr_definition(name, label)
6251 VALUES ('marc21_biblio_552_ind_2', 'MARC 21 biblio field 552 indicator position 2');
6252 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6253 VALUES ('marc21_biblio_552_ind_2', '#', $$Undefined$$, FALSE, TRUE);
6254 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6255                                  repeatable, mandatory, hidden)
6256 VALUES (1, 'biblio', '552', 'a', $$Entity type label$$,
6257 FALSE, FALSE, FALSE);
6258 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6259                                  repeatable, mandatory, hidden)
6260 VALUES (1, 'biblio', '552', 'b', $$Entity type definition and source$$,
6261 FALSE, FALSE, FALSE);
6262 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6263                                  repeatable, mandatory, hidden)
6264 VALUES (1, 'biblio', '552', 'c', $$Attribute label$$,
6265 FALSE, FALSE, FALSE);
6266 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6267                                  repeatable, mandatory, hidden)
6268 VALUES (1, 'biblio', '552', 'd', $$Attribute definition and source$$,
6269 FALSE, FALSE, FALSE);
6270 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6271                                  repeatable, mandatory, hidden)
6272 VALUES (1, 'biblio', '552', 'e', $$Enumerated domain value$$,
6273 TRUE, FALSE, FALSE);
6274 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6275                                  repeatable, mandatory, hidden)
6276 VALUES (1, 'biblio', '552', 'f', $$Enumerated domain value definition and source$$,
6277 TRUE, FALSE, FALSE);
6278 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6279                                  repeatable, mandatory, hidden)
6280 VALUES (1, 'biblio', '552', 'g', $$Range domain minimum and maximum$$,
6281 FALSE, FALSE, FALSE);
6282 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6283                                  repeatable, mandatory, hidden)
6284 VALUES (1, 'biblio', '552', 'h', $$Codeset name and source$$,
6285 FALSE, FALSE, FALSE);
6286 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6287                                  repeatable, mandatory, hidden)
6288 VALUES (1, 'biblio', '552', 'i', $$Unrepresentable domain$$,
6289 FALSE, FALSE, FALSE);
6290 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6291                                  repeatable, mandatory, hidden)
6292 VALUES (1, 'biblio', '552', 'j', $$Attribute units of measurement and resolution$$,
6293 FALSE, FALSE, FALSE);
6294 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6295                                  repeatable, mandatory, hidden)
6296 VALUES (1, 'biblio', '552', 'k', $$Beginning and ending date of attribute values$$,
6297 FALSE, FALSE, FALSE);
6298 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6299                                  repeatable, mandatory, hidden)
6300 VALUES (1, 'biblio', '552', 'l', $$Attribute value accuracy$$,
6301 FALSE, FALSE, FALSE);
6302 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6303                                  repeatable, mandatory, hidden)
6304 VALUES (1, 'biblio', '552', 'm', $$Attribute value accuracy explanation$$,
6305 FALSE, FALSE, FALSE);
6306 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6307                                  repeatable, mandatory, hidden)
6308 VALUES (1, 'biblio', '552', 'n', $$Attribute measurement frequency$$,
6309 FALSE, FALSE, FALSE);
6310 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6311                                  repeatable, mandatory, hidden)
6312 VALUES (1, 'biblio', '552', 'o', $$Entity and attribute overview$$,
6313 TRUE, FALSE, FALSE);
6314 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6315                                  repeatable, mandatory, hidden)
6316 VALUES (1, 'biblio', '552', 'p', $$Entity and attribute detail citation$$,
6317 TRUE, FALSE, FALSE);
6318 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6319                                  repeatable, mandatory, hidden)
6320 VALUES (1, 'biblio', '552', 'u', $$Uniform Resource Identifier$$,
6321 TRUE, FALSE, FALSE);
6322 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6323                                  repeatable, mandatory, hidden)
6324 VALUES (1, 'biblio', '552', 'z', $$Display note$$,
6325 TRUE, FALSE, FALSE);
6326 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6327                                  repeatable, mandatory, hidden)
6328 VALUES (1, 'biblio', '552', '6', $$Linkage$$,
6329 FALSE, FALSE, FALSE);
6330 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6331                                  repeatable, mandatory, hidden)
6332 VALUES (1, 'biblio', '552', '8', $$Field link and sequence number$$,
6333 TRUE, FALSE, FALSE);
6334 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
6335                               fixed_field, repeatable, mandatory, hidden)
6336 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.$$,
6337 FALSE, TRUE, FALSE, FALSE);
6338 INSERT INTO config.record_attr_definition(name, label)
6339 VALUES ('marc21_biblio_555_ind_1', 'MARC 21 biblio field 555 indicator position 1');
6340 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6341 VALUES ('marc21_biblio_555_ind_1', '#', $$Indexes$$, FALSE, TRUE);
6342 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6343 VALUES ('marc21_biblio_555_ind_1', '0', $$Finding aids$$, FALSE, TRUE);
6344 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6345 VALUES ('marc21_biblio_555_ind_1', '8', $$No display constant generated$$, FALSE, TRUE);
6346 INSERT INTO config.record_attr_definition(name, label)
6347 VALUES ('marc21_biblio_555_ind_2', 'MARC 21 biblio field 555 indicator position 2');
6348 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6349 VALUES ('marc21_biblio_555_ind_2', '#', $$Undefined$$, FALSE, TRUE);
6350 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6351                                  repeatable, mandatory, hidden)
6352 VALUES (1, 'biblio', '555', 'a', $$Cumulative index/finding aids note$$,
6353 FALSE, FALSE, FALSE);
6354 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6355                                  repeatable, mandatory, hidden)
6356 VALUES (1, 'biblio', '555', 'b', $$Availability source$$,
6357 TRUE, FALSE, FALSE);
6358 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6359                                  repeatable, mandatory, hidden)
6360 VALUES (1, 'biblio', '555', 'c', $$Degree of control$$,
6361 FALSE, FALSE, FALSE);
6362 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6363                                  repeatable, mandatory, hidden)
6364 VALUES (1, 'biblio', '555', 'd', $$Bibliographic reference$$,
6365 FALSE, FALSE, FALSE);
6366 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6367                                  repeatable, mandatory, hidden)
6368 VALUES (1, 'biblio', '555', 'u', $$Uniform Resource Identifier$$,
6369 TRUE, FALSE, FALSE);
6370 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6371                                  repeatable, mandatory, hidden)
6372 VALUES (1, 'biblio', '555', '3', $$Materials specified$$,
6373 FALSE, FALSE, FALSE);
6374 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6375                                  repeatable, mandatory, hidden)
6376 VALUES (1, 'biblio', '555', '6', $$Linkage$$,
6377 FALSE, FALSE, FALSE);
6378 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6379                                  repeatable, mandatory, hidden)
6380 VALUES (1, 'biblio', '555', '8', $$Field link and sequence number$$,
6381 TRUE, FALSE, FALSE);
6382 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
6383                               fixed_field, repeatable, mandatory, hidden)
6384 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.$$,
6385 FALSE, TRUE, FALSE, FALSE);
6386 INSERT INTO config.record_attr_definition(name, label)
6387 VALUES ('marc21_biblio_556_ind_1', 'MARC 21 biblio field 556 indicator position 1');
6388 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6389 VALUES ('marc21_biblio_556_ind_1', '#', $$Documentation$$, FALSE, TRUE);
6390 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6391 VALUES ('marc21_biblio_556_ind_1', '8', $$No display constant generated$$, FALSE, TRUE);
6392 INSERT INTO config.record_attr_definition(name, label)
6393 VALUES ('marc21_biblio_556_ind_2', 'MARC 21 biblio field 556 indicator position 2');
6394 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6395 VALUES ('marc21_biblio_556_ind_2', '#', $$Undefined$$, FALSE, TRUE);
6396 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6397                                  repeatable, mandatory, hidden)
6398 VALUES (1, 'biblio', '556', 'a', $$Information about documentation note$$,
6399 FALSE, FALSE, FALSE);
6400 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6401                                  repeatable, mandatory, hidden)
6402 VALUES (1, 'biblio', '556', 'z', $$International Standard Book Number$$,
6403 TRUE, FALSE, FALSE);
6404 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6405                                  repeatable, mandatory, hidden)
6406 VALUES (1, 'biblio', '556', '6', $$Linkage$$,
6407 FALSE, FALSE, FALSE);
6408 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6409                                  repeatable, mandatory, hidden)
6410 VALUES (1, 'biblio', '556', '8', $$Field link and sequence number$$,
6411 TRUE, FALSE, FALSE);
6412 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
6413                               fixed_field, repeatable, mandatory, hidden)
6414 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.$$,
6415 FALSE, TRUE, FALSE, FALSE);
6416 INSERT INTO config.record_attr_definition(name, label)
6417 VALUES ('marc21_biblio_561_ind_1', 'MARC 21 biblio field 561 indicator position 1');
6418 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6419 VALUES ('marc21_biblio_561_ind_1', '#', $$No information provided$$, FALSE, TRUE);
6420 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6421 VALUES ('marc21_biblio_561_ind_1', '0', $$Private$$, FALSE, TRUE);
6422 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6423 VALUES ('marc21_biblio_561_ind_1', '1', $$Not private$$, FALSE, TRUE);
6424 INSERT INTO config.record_attr_definition(name, label)
6425 VALUES ('marc21_biblio_561_ind_2', 'MARC 21 biblio field 561 indicator position 2');
6426 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6427 VALUES ('marc21_biblio_561_ind_2', '#', $$Undefined$$, FALSE, TRUE);
6428 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6429                                  repeatable, mandatory, hidden)
6430 VALUES (1, 'biblio', '561', 'a', $$History$$,
6431 FALSE, FALSE, FALSE);
6432 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6433                                  repeatable, mandatory, hidden)
6434 VALUES (1, 'biblio', '561', '3', $$Materials specified$$,
6435 FALSE, FALSE, FALSE);
6436 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6437                                  repeatable, mandatory, hidden)
6438 VALUES (1, 'biblio', '561', '5', $$Institution to which field applies$$,
6439 FALSE, FALSE, FALSE);
6440 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6441                                  repeatable, mandatory, hidden)
6442 VALUES (1, 'biblio', '561', '6', $$Linkage$$,
6443 FALSE, FALSE, FALSE);
6444 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6445                                  repeatable, mandatory, hidden)
6446 VALUES (1, 'biblio', '561', '8', $$Field link and sequence number$$,
6447 TRUE, FALSE, FALSE);
6448 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
6449                               fixed_field, repeatable, mandatory, hidden)
6450 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.$$,
6451 FALSE, TRUE, FALSE, FALSE);
6452 INSERT INTO config.record_attr_definition(name, label)
6453 VALUES ('marc21_biblio_562_ind_1', 'MARC 21 biblio field 562 indicator position 1');
6454 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6455 VALUES ('marc21_biblio_562_ind_1', '#', $$Undefined$$, FALSE, TRUE);
6456 INSERT INTO config.record_attr_definition(name, label)
6457 VALUES ('marc21_biblio_562_ind_2', 'MARC 21 biblio field 562 indicator position 2');
6458 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6459 VALUES ('marc21_biblio_562_ind_2', '#', $$Undefined$$, FALSE, TRUE);
6460 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6461                                  repeatable, mandatory, hidden)
6462 VALUES (1, 'biblio', '562', 'a', $$Identifying markings$$,
6463 TRUE, FALSE, FALSE);
6464 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6465                                  repeatable, mandatory, hidden)
6466 VALUES (1, 'biblio', '562', 'b', $$Copy identification$$,
6467 TRUE, FALSE, FALSE);
6468 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6469                                  repeatable, mandatory, hidden)
6470 VALUES (1, 'biblio', '562', 'c', $$Version identification$$,
6471 TRUE, FALSE, FALSE);
6472 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6473                                  repeatable, mandatory, hidden)
6474 VALUES (1, 'biblio', '562', 'd', $$Presentation format$$,
6475 TRUE, FALSE, FALSE);
6476 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6477                                  repeatable, mandatory, hidden)
6478 VALUES (1, 'biblio', '562', 'e', $$Number of copies$$,
6479 TRUE, FALSE, FALSE);
6480 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6481                                  repeatable, mandatory, hidden)
6482 VALUES (1, 'biblio', '562', '3', $$Materials specified$$,
6483 FALSE, FALSE, FALSE);
6484 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6485                                  repeatable, mandatory, hidden)
6486 VALUES (1, 'biblio', '562', '5', $$Institution to which field applies$$,
6487 FALSE, FALSE, FALSE);
6488 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6489                                  repeatable, mandatory, hidden)
6490 VALUES (1, 'biblio', '562', '6', $$Linkage$$,
6491 FALSE, FALSE, FALSE);
6492 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6493                                  repeatable, mandatory, hidden)
6494 VALUES (1, 'biblio', '562', '8', $$Field link and sequence number$$,
6495 TRUE, FALSE, FALSE);
6496 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
6497                               fixed_field, repeatable, mandatory, hidden)
6498 VALUES (1, 'biblio', '563', $$Binding Information$$, $$Binding information intended primarily for use with antiquarian materials, rare books and other special collections.$$,
6499 FALSE, TRUE, FALSE, FALSE);
6500 INSERT INTO config.record_attr_definition(name, label)
6501 VALUES ('marc21_biblio_563_ind_1', 'MARC 21 biblio field 563 indicator position 1');
6502 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6503 VALUES ('marc21_biblio_563_ind_1', '#', $$Undefined$$, FALSE, TRUE);
6504 INSERT INTO config.record_attr_definition(name, label)
6505 VALUES ('marc21_biblio_563_ind_2', 'MARC 21 biblio field 563 indicator position 2');
6506 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6507 VALUES ('marc21_biblio_563_ind_2', '#', $$Undefined$$, FALSE, TRUE);
6508 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6509                                  repeatable, mandatory, hidden)
6510 VALUES (1, 'biblio', '563', 'a', $$Binding note$$,
6511 FALSE, FALSE, FALSE);
6512 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6513                                  repeatable, mandatory, hidden)
6514 VALUES (1, 'biblio', '563', 'u', $$Uniform Resource Identifier$$,
6515 TRUE, FALSE, FALSE);
6516 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6517                                  repeatable, mandatory, hidden)
6518 VALUES (1, 'biblio', '563', '3', $$Materials specified$$,
6519 FALSE, FALSE, FALSE);
6520 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6521                                  repeatable, mandatory, hidden)
6522 VALUES (1, 'biblio', '563', '5', $$Institution to which field applies$$,
6523 FALSE, FALSE, FALSE);
6524 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6525                                  repeatable, mandatory, hidden)
6526 VALUES (1, 'biblio', '563', '6', $$Linkage$$,
6527 FALSE, FALSE, FALSE);
6528 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6529                                  repeatable, mandatory, hidden)
6530 VALUES (1, 'biblio', '563', '8', $$Field link and sequence number$$,
6531 TRUE, FALSE, FALSE);
6532 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
6533                               fixed_field, repeatable, mandatory, hidden)
6534 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.$$,
6535 FALSE, TRUE, FALSE, FALSE);
6536 INSERT INTO config.record_attr_definition(name, label)
6537 VALUES ('marc21_biblio_565_ind_1', 'MARC 21 biblio field 565 indicator position 1');
6538 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6539 VALUES ('marc21_biblio_565_ind_1', '#', $$File size$$, FALSE, TRUE);
6540 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6541 VALUES ('marc21_biblio_565_ind_1', '0', $$Case file characteristics$$, FALSE, TRUE);
6542 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6543 VALUES ('marc21_biblio_565_ind_1', '8', $$No display constant generated$$, FALSE, TRUE);
6544 INSERT INTO config.record_attr_definition(name, label)
6545 VALUES ('marc21_biblio_565_ind_2', 'MARC 21 biblio field 565 indicator position 2');
6546 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6547 VALUES ('marc21_biblio_565_ind_2', '#', $$Undefined$$, FALSE, TRUE);
6548 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6549                                  repeatable, mandatory, hidden)
6550 VALUES (1, 'biblio', '565', 'a', $$Number of cases/variables$$,
6551 FALSE, FALSE, FALSE);
6552 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6553                                  repeatable, mandatory, hidden)
6554 VALUES (1, 'biblio', '565', 'b', $$Name of variable$$,
6555 TRUE, FALSE, FALSE);
6556 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6557                                  repeatable, mandatory, hidden)
6558 VALUES (1, 'biblio', '565', 'c', $$Unit of analysis$$,
6559 TRUE, FALSE, FALSE);
6560 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6561                                  repeatable, mandatory, hidden)
6562 VALUES (1, 'biblio', '565', 'd', $$Universe of data$$,
6563 TRUE, FALSE, FALSE);
6564 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6565                                  repeatable, mandatory, hidden)
6566 VALUES (1, 'biblio', '565', 'e', $$Filing scheme or code$$,
6567 TRUE, FALSE, FALSE);
6568 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6569                                  repeatable, mandatory, hidden)
6570 VALUES (1, 'biblio', '565', '3', $$Materials specified$$,
6571 FALSE, FALSE, FALSE);
6572 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6573                                  repeatable, mandatory, hidden)
6574 VALUES (1, 'biblio', '565', '6', $$Linkage$$,
6575 FALSE, FALSE, FALSE);
6576 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6577                                  repeatable, mandatory, hidden)
6578 VALUES (1, 'biblio', '565', '8', $$Field link and sequence number$$,
6579 TRUE, FALSE, FALSE);
6580 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
6581                               fixed_field, repeatable, mandatory, hidden)
6582 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.$$,
6583 FALSE, TRUE, FALSE, FALSE);
6584 INSERT INTO config.record_attr_definition(name, label)
6585 VALUES ('marc21_biblio_567_ind_1', 'MARC 21 biblio field 567 indicator position 1');
6586 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6587 VALUES ('marc21_biblio_567_ind_1', '#', $$Methodology$$, FALSE, TRUE);
6588 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6589 VALUES ('marc21_biblio_567_ind_1', '8', $$No display constant generated$$, FALSE, TRUE);
6590 INSERT INTO config.record_attr_definition(name, label)
6591 VALUES ('marc21_biblio_567_ind_2', 'MARC 21 biblio field 567 indicator position 2');
6592 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6593 VALUES ('marc21_biblio_567_ind_2', '#', $$Undefined$$, FALSE, TRUE);
6594 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6595                                  repeatable, mandatory, hidden)
6596 VALUES (1, 'biblio', '567', 'a', $$Methodology note$$,
6597 FALSE, FALSE, FALSE);
6598 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6599                                  repeatable, mandatory, hidden)
6600 VALUES (1, 'biblio', '567', '6', $$Linkage$$,
6601 FALSE, FALSE, FALSE);
6602 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6603                                  repeatable, mandatory, hidden)
6604 VALUES (1, 'biblio', '567', '8', $$Field link and sequence number$$,
6605 TRUE, FALSE, FALSE);
6606 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
6607                               fixed_field, repeatable, mandatory, hidden)
6608 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.$$,
6609 FALSE, TRUE, FALSE, FALSE);
6610 INSERT INTO config.record_attr_definition(name, label)
6611 VALUES ('marc21_biblio_580_ind_1', 'MARC 21 biblio field 580 indicator position 1');
6612 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6613 VALUES ('marc21_biblio_580_ind_1', '#', $$Undefined$$, FALSE, TRUE);
6614 INSERT INTO config.record_attr_definition(name, label)
6615 VALUES ('marc21_biblio_580_ind_2', 'MARC 21 biblio field 580 indicator position 2');
6616 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6617 VALUES ('marc21_biblio_580_ind_2', '#', $$Undefined$$, FALSE, TRUE);
6618 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6619                                  repeatable, mandatory, hidden)
6620 VALUES (1, 'biblio', '580', 'a', $$Linking entry complexity note$$,
6621 FALSE, FALSE, FALSE);
6622 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6623                                  repeatable, mandatory, hidden)
6624 VALUES (1, 'biblio', '580', '6', $$Linkage$$,
6625 FALSE, FALSE, FALSE);
6626 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6627                                  repeatable, mandatory, hidden)
6628 VALUES (1, 'biblio', '580', '8', $$Field link and sequence number$$,
6629 TRUE, FALSE, FALSE);
6630 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
6631                               fixed_field, repeatable, mandatory, hidden)
6632 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.$$,
6633 FALSE, TRUE, FALSE, FALSE);
6634 INSERT INTO config.record_attr_definition(name, label)
6635 VALUES ('marc21_biblio_581_ind_1', 'MARC 21 biblio field 581 indicator position 1');
6636 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6637 VALUES ('marc21_biblio_581_ind_1', '#', $$Publications$$, FALSE, TRUE);
6638 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6639 VALUES ('marc21_biblio_581_ind_1', '8', $$No display constant generated$$, FALSE, TRUE);
6640 INSERT INTO config.record_attr_definition(name, label)
6641 VALUES ('marc21_biblio_581_ind_2', 'MARC 21 biblio field 581 indicator position 2');
6642 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6643 VALUES ('marc21_biblio_581_ind_2', '#', $$Undefined$$, FALSE, TRUE);
6644 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6645                                  repeatable, mandatory, hidden)
6646 VALUES (1, 'biblio', '581', 'a', $$Publications about described materials note$$,
6647 FALSE, FALSE, FALSE);
6648 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6649                                  repeatable, mandatory, hidden)
6650 VALUES (1, 'biblio', '581', 'z', $$International Standard Book Number$$,
6651 TRUE, FALSE, FALSE);
6652 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6653                                  repeatable, mandatory, hidden)
6654 VALUES (1, 'biblio', '581', '3', $$Materials specified$$,
6655 FALSE, FALSE, FALSE);
6656 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6657                                  repeatable, mandatory, hidden)
6658 VALUES (1, 'biblio', '581', '6', $$Linkage$$,
6659 FALSE, FALSE, FALSE);
6660 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6661                                  repeatable, mandatory, hidden)
6662 VALUES (1, 'biblio', '581', '8', $$Field link and sequence number$$,
6663 TRUE, FALSE, FALSE);
6664 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
6665                               fixed_field, repeatable, mandatory, hidden)
6666 VALUES (1, 'biblio', '583', $$Action Note$$, $$Information about processing, reference, and preservation actions.$$,
6667 FALSE, TRUE, FALSE, FALSE);
6668 INSERT INTO config.record_attr_definition(name, label)
6669 VALUES ('marc21_biblio_583_ind_1', 'MARC 21 biblio field 583 indicator position 1');
6670 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6671 VALUES ('marc21_biblio_583_ind_1', '#', $$No information provided$$, FALSE, TRUE);
6672 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6673 VALUES ('marc21_biblio_583_ind_1', '0', $$Private$$, FALSE, TRUE);
6674 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6675 VALUES ('marc21_biblio_583_ind_1', '1', $$Not private$$, FALSE, TRUE);
6676 INSERT INTO config.record_attr_definition(name, label)
6677 VALUES ('marc21_biblio_583_ind_2', 'MARC 21 biblio field 583 indicator position 2');
6678 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6679 VALUES ('marc21_biblio_583_ind_2', '#', $$Undefined$$, FALSE, TRUE);
6680 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6681                                  repeatable, mandatory, hidden)
6682 VALUES (1, 'biblio', '583', 'a', $$Action$$,
6683 FALSE, FALSE, FALSE);
6684 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6685                                  repeatable, mandatory, hidden)
6686 VALUES (1, 'biblio', '583', 'b', $$Action identification$$,
6687 TRUE, FALSE, FALSE);
6688 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6689                                  repeatable, mandatory, hidden)
6690 VALUES (1, 'biblio', '583', 'c', $$Time/date of action$$,
6691 TRUE, FALSE, FALSE);
6692 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6693                                  repeatable, mandatory, hidden)
6694 VALUES (1, 'biblio', '583', 'd', $$Action interval$$,
6695 TRUE, FALSE, FALSE);
6696 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6697                                  repeatable, mandatory, hidden)
6698 VALUES (1, 'biblio', '583', 'e', $$Contingency for action$$,
6699 TRUE, FALSE, FALSE);
6700 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6701                                  repeatable, mandatory, hidden)
6702 VALUES (1, 'biblio', '583', 'f', $$Authorization$$,
6703 TRUE, FALSE, FALSE);
6704 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6705                                  repeatable, mandatory, hidden)
6706 VALUES (1, 'biblio', '583', 'h', $$Jurisdiction$$,
6707 TRUE, FALSE, FALSE);
6708 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6709                                  repeatable, mandatory, hidden)
6710 VALUES (1, 'biblio', '583', 'i', $$Method of action$$,
6711 TRUE, FALSE, FALSE);
6712 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6713                                  repeatable, mandatory, hidden)
6714 VALUES (1, 'biblio', '583', 'j', $$Site of action$$,
6715 TRUE, FALSE, FALSE);
6716 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6717                                  repeatable, mandatory, hidden)
6718 VALUES (1, 'biblio', '583', 'k', $$Action agent$$,
6719 TRUE, FALSE, FALSE);
6720 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6721                                  repeatable, mandatory, hidden)
6722 VALUES (1, 'biblio', '583', 'l', $$Status$$,
6723 TRUE, FALSE, FALSE);
6724 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6725                                  repeatable, mandatory, hidden)
6726 VALUES (1, 'biblio', '583', 'n', $$Extent$$,
6727 TRUE, FALSE, FALSE);
6728 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6729                                  repeatable, mandatory, hidden)
6730 VALUES (1, 'biblio', '583', 'o', $$Type of unit$$,
6731 TRUE, FALSE, FALSE);
6732 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6733                                  repeatable, mandatory, hidden)
6734 VALUES (1, 'biblio', '583', 'u', $$Uniform Resource Identifier$$,
6735 TRUE, FALSE, FALSE);
6736 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6737                                  repeatable, mandatory, hidden)
6738 VALUES (1, 'biblio', '583', 'x', $$Nonpublic note$$,
6739 TRUE, FALSE, FALSE);
6740 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6741                                  repeatable, mandatory, hidden)
6742 VALUES (1, 'biblio', '583', 'z', $$Public note$$,
6743 TRUE, FALSE, FALSE);
6744 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6745                                  repeatable, mandatory, hidden)
6746 VALUES (1, 'biblio', '583', '2', $$Source of term$$,
6747 FALSE, FALSE, FALSE);
6748 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6749                                  repeatable, mandatory, hidden)
6750 VALUES (1, 'biblio', '583', '3', $$Materials specified$$,
6751 FALSE, FALSE, FALSE);
6752 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6753                                  repeatable, mandatory, hidden)
6754 VALUES (1, 'biblio', '583', '5', $$Institution to which field applies$$,
6755 FALSE, FALSE, FALSE);
6756 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6757                                  repeatable, mandatory, hidden)
6758 VALUES (1, 'biblio', '583', '6', $$Linkage$$,
6759 FALSE, FALSE, FALSE);
6760 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6761                                  repeatable, mandatory, hidden)
6762 VALUES (1, 'biblio', '583', '8', $$Field link and sequence number$$,
6763 TRUE, FALSE, FALSE);
6764 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
6765                               fixed_field, repeatable, mandatory, hidden)
6766 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.$$,
6767 FALSE, TRUE, FALSE, FALSE);
6768 INSERT INTO config.record_attr_definition(name, label)
6769 VALUES ('marc21_biblio_584_ind_1', 'MARC 21 biblio field 584 indicator position 1');
6770 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6771 VALUES ('marc21_biblio_584_ind_1', '#', $$Undefined$$, FALSE, TRUE);
6772 INSERT INTO config.record_attr_definition(name, label)
6773 VALUES ('marc21_biblio_584_ind_2', 'MARC 21 biblio field 584 indicator position 2');
6774 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6775 VALUES ('marc21_biblio_584_ind_2', '#', $$Undefined$$, FALSE, TRUE);
6776 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6777                                  repeatable, mandatory, hidden)
6778 VALUES (1, 'biblio', '584', 'a', $$Accumulation$$,
6779 TRUE, FALSE, FALSE);
6780 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6781                                  repeatable, mandatory, hidden)
6782 VALUES (1, 'biblio', '584', 'b', $$Frequency of use$$,
6783 TRUE, FALSE, FALSE);
6784 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6785                                  repeatable, mandatory, hidden)
6786 VALUES (1, 'biblio', '584', '3', $$Materials specified$$,
6787 FALSE, FALSE, FALSE);
6788 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6789                                  repeatable, mandatory, hidden)
6790 VALUES (1, 'biblio', '584', '5', $$Institution to which field applies$$,
6791 FALSE, FALSE, FALSE);
6792 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6793                                  repeatable, mandatory, hidden)
6794 VALUES (1, 'biblio', '584', '6', $$Linkage$$,
6795 FALSE, FALSE, FALSE);
6796 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6797                                  repeatable, mandatory, hidden)
6798 VALUES (1, 'biblio', '584', '8', $$Field link and sequence number$$,
6799 TRUE, FALSE, FALSE);
6800 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
6801                               fixed_field, repeatable, mandatory, hidden)
6802 VALUES (1, 'biblio', '585', $$Exhibitions Note$$, $$Copy-specific field that contains a note which cites exhibitions where the material described has been shown.$$,
6803 FALSE, TRUE, FALSE, FALSE);
6804 INSERT INTO config.record_attr_definition(name, label)
6805 VALUES ('marc21_biblio_585_ind_1', 'MARC 21 biblio field 585 indicator position 1');
6806 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6807 VALUES ('marc21_biblio_585_ind_1', '#', $$Undefined$$, FALSE, TRUE);
6808 INSERT INTO config.record_attr_definition(name, label)
6809 VALUES ('marc21_biblio_585_ind_2', 'MARC 21 biblio field 585 indicator position 2');
6810 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6811 VALUES ('marc21_biblio_585_ind_2', '#', $$Undefined$$, FALSE, TRUE);
6812 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6813                                  repeatable, mandatory, hidden)
6814 VALUES (1, 'biblio', '585', 'a', $$Exhibitions note$$,
6815 FALSE, FALSE, FALSE);
6816 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6817                                  repeatable, mandatory, hidden)
6818 VALUES (1, 'biblio', '585', '3', $$Materials specified$$,
6819 FALSE, FALSE, FALSE);
6820 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6821                                  repeatable, mandatory, hidden)
6822 VALUES (1, 'biblio', '585', '5', $$Institution to which field applies$$,
6823 FALSE, FALSE, FALSE);
6824 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6825                                  repeatable, mandatory, hidden)
6826 VALUES (1, 'biblio', '585', '6', $$Linkage$$,
6827 FALSE, FALSE, FALSE);
6828 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6829                                  repeatable, mandatory, hidden)
6830 VALUES (1, 'biblio', '585', '8', $$Field link and sequence number$$,
6831 TRUE, FALSE, FALSE);
6832 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
6833                               fixed_field, repeatable, mandatory, hidden)
6834 VALUES (1, 'biblio', '586', $$Awards Note$$, $$Information on awards associated with the described item.$$,
6835 FALSE, TRUE, FALSE, FALSE);
6836 INSERT INTO config.record_attr_definition(name, label)
6837 VALUES ('marc21_biblio_586_ind_1', 'MARC 21 biblio field 586 indicator position 1');
6838 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6839 VALUES ('marc21_biblio_586_ind_1', '#', $$Awards$$, FALSE, TRUE);
6840 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6841 VALUES ('marc21_biblio_586_ind_1', '8', $$No display constant generated$$, FALSE, TRUE);
6842 INSERT INTO config.record_attr_definition(name, label)
6843 VALUES ('marc21_biblio_586_ind_2', 'MARC 21 biblio field 586 indicator position 2');
6844 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6845 VALUES ('marc21_biblio_586_ind_2', '#', $$Undefined$$, FALSE, TRUE);
6846 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6847                                  repeatable, mandatory, hidden)
6848 VALUES (1, 'biblio', '586', 'a', $$Awards note$$,
6849 FALSE, FALSE, FALSE);
6850 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6851                                  repeatable, mandatory, hidden)
6852 VALUES (1, 'biblio', '586', '3', $$Materials specified$$,
6853 FALSE, FALSE, FALSE);
6854 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6855                                  repeatable, mandatory, hidden)
6856 VALUES (1, 'biblio', '586', '6', $$Linkage$$,
6857 FALSE, FALSE, FALSE);
6858 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6859                                  repeatable, mandatory, hidden)
6860 VALUES (1, 'biblio', '586', '8', $$Field link and sequence number$$,
6861 TRUE, FALSE, FALSE);
6862 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
6863                               fixed_field, repeatable, mandatory, hidden)
6864 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.$$,
6865 FALSE, TRUE, FALSE, FALSE);
6866 INSERT INTO config.record_attr_definition(name, label)
6867 VALUES ('marc21_biblio_588_ind_1', 'MARC 21 biblio field 588 indicator position 1');
6868 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6869 VALUES ('marc21_biblio_588_ind_1', '#', $$Undefined$$, FALSE, TRUE);
6870 INSERT INTO config.record_attr_definition(name, label)
6871 VALUES ('marc21_biblio_588_ind_2', 'MARC 21 biblio field 588 indicator position 2');
6872 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6873 VALUES ('marc21_biblio_588_ind_2', '#', $$Undefined$$, FALSE, TRUE);
6874 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6875                                  repeatable, mandatory, hidden)
6876 VALUES (1, 'biblio', '588', 'a', $$Source of description note$$,
6877 FALSE, FALSE, FALSE);
6878 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6879                                  repeatable, mandatory, hidden)
6880 VALUES (1, 'biblio', '588', '5', $$Institution to which field applies$$,
6881 FALSE, FALSE, FALSE);
6882 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6883                                  repeatable, mandatory, hidden)
6884 VALUES (1, 'biblio', '588', '6', $$Linkage$$,
6885 FALSE, FALSE, FALSE);
6886 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6887                                  repeatable, mandatory, hidden)
6888 VALUES (1, 'biblio', '588', '8', $$Field link and sequence number$$,
6889 TRUE, FALSE, FALSE);
6890 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
6891                               fixed_field, repeatable, mandatory, hidden)
6892 VALUES (1, 'biblio', '600', $$Subject Added Entry-Personal Name$$, $$Subject added entry in which the entry element is a personal name.$$,
6893 FALSE, TRUE, FALSE, FALSE);
6894 INSERT INTO config.record_attr_definition(name, label)
6895 VALUES ('marc21_biblio_600_ind_1', 'MARC 21 biblio field 600 indicator position 1');
6896 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6897 VALUES ('marc21_biblio_600_ind_1', '0', $$Forename$$, FALSE, TRUE);
6898 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6899 VALUES ('marc21_biblio_600_ind_1', '1', $$Surname$$, FALSE, TRUE);
6900 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6901 VALUES ('marc21_biblio_600_ind_1', '3', $$Family name$$, FALSE, TRUE);
6902 INSERT INTO config.record_attr_definition(name, label)
6903 VALUES ('marc21_biblio_600_ind_2', 'MARC 21 biblio field 600 indicator position 2');
6904 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6905 VALUES ('marc21_biblio_600_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
6906 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6907 VALUES ('marc21_biblio_600_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
6908 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6909 VALUES ('marc21_biblio_600_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
6910 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6911 VALUES ('marc21_biblio_600_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
6912 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6913 VALUES ('marc21_biblio_600_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
6914 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6915 VALUES ('marc21_biblio_600_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
6916 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6917 VALUES ('marc21_biblio_600_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
6918 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
6919 VALUES ('marc21_biblio_600_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
6920 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6921                                  repeatable, mandatory, hidden)
6922 VALUES (1, 'biblio', '600', 'a', $$Personal name$$,
6923 FALSE, FALSE, FALSE);
6924 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6925                                  repeatable, mandatory, hidden)
6926 VALUES (1, 'biblio', '600', 'b', $$Numeration$$,
6927 FALSE, FALSE, FALSE);
6928 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6929                                  repeatable, mandatory, hidden)
6930 VALUES (1, 'biblio', '600', 'c', $$Titles and other words associated with a name$$,
6931 TRUE, FALSE, FALSE);
6932 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6933                                  repeatable, mandatory, hidden)
6934 VALUES (1, 'biblio', '600', 'd', $$Dates associated with a name$$,
6935 FALSE, FALSE, FALSE);
6936 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6937                                  repeatable, mandatory, hidden)
6938 VALUES (1, 'biblio', '600', 'e', $$Relator term$$,
6939 TRUE, FALSE, FALSE);
6940 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6941                                  repeatable, mandatory, hidden)
6942 VALUES (1, 'biblio', '600', 'f', $$Date of a work$$,
6943 FALSE, FALSE, FALSE);
6944 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6945                                  repeatable, mandatory, hidden)
6946 VALUES (1, 'biblio', '600', 'g', $$Miscellaneous information$$,
6947 FALSE, FALSE, FALSE);
6948 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6949                                  repeatable, mandatory, hidden)
6950 VALUES (1, 'biblio', '600', 'h', $$Medium$$,
6951 FALSE, FALSE, FALSE);
6952 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6953                                  repeatable, mandatory, hidden)
6954 VALUES (1, 'biblio', '600', 'j', $$Attribution qualifier$$,
6955 TRUE, FALSE, FALSE);
6956 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6957                                  repeatable, mandatory, hidden)
6958 VALUES (1, 'biblio', '600', 'k', $$Form subheading$$,
6959 TRUE, FALSE, FALSE);
6960 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6961                                  repeatable, mandatory, hidden)
6962 VALUES (1, 'biblio', '600', 'l', $$Language of a work$$,
6963 FALSE, FALSE, FALSE);
6964 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6965                                  repeatable, mandatory, hidden)
6966 VALUES (1, 'biblio', '600', 'm', $$Medium of performance for music$$,
6967 TRUE, FALSE, FALSE);
6968 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6969                                  repeatable, mandatory, hidden)
6970 VALUES (1, 'biblio', '600', 'n', $$Number of part/section of a work$$,
6971 TRUE, FALSE, FALSE);
6972 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6973                                  repeatable, mandatory, hidden)
6974 VALUES (1, 'biblio', '600', 'o', $$Arranged statement for music$$,
6975 FALSE, FALSE, FALSE);
6976 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6977                                  repeatable, mandatory, hidden)
6978 VALUES (1, 'biblio', '600', 'p', $$Name of part/section of a work$$,
6979 TRUE, FALSE, FALSE);
6980 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6981                                  repeatable, mandatory, hidden)
6982 VALUES (1, 'biblio', '600', 'q', $$Fuller form of name$$,
6983 FALSE, FALSE, FALSE);
6984 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6985                                  repeatable, mandatory, hidden)
6986 VALUES (1, 'biblio', '600', 'r', $$Key for music$$,
6987 FALSE, FALSE, FALSE);
6988 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6989                                  repeatable, mandatory, hidden)
6990 VALUES (1, 'biblio', '600', 's', $$Version$$,
6991 FALSE, FALSE, FALSE);
6992 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6993                                  repeatable, mandatory, hidden)
6994 VALUES (1, 'biblio', '600', 't', $$Title of a work$$,
6995 FALSE, FALSE, FALSE);
6996 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
6997                                  repeatable, mandatory, hidden)
6998 VALUES (1, 'biblio', '600', 'u', $$Affiliation$$,
6999 FALSE, FALSE, FALSE);
7000 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7001                                  repeatable, mandatory, hidden)
7002 VALUES (1, 'biblio', '600', 'v', $$Form subdivision$$,
7003 TRUE, FALSE, FALSE);
7004 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7005                                  repeatable, mandatory, hidden)
7006 VALUES (1, 'biblio', '600', 'x', $$General subdivision$$,
7007 TRUE, FALSE, FALSE);
7008 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7009                                  repeatable, mandatory, hidden)
7010 VALUES (1, 'biblio', '600', 'y', $$Chronological subdivision$$,
7011 TRUE, FALSE, FALSE);
7012 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7013                                  repeatable, mandatory, hidden)
7014 VALUES (1, 'biblio', '600', 'z', $$Geographic subdivision$$,
7015 TRUE, FALSE, FALSE);
7016 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7017                                  repeatable, mandatory, hidden)
7018 VALUES (1, 'biblio', '600', '0', $$Authority record control number$$,
7019 TRUE, FALSE, FALSE);
7020 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7021                                  repeatable, mandatory, hidden)
7022 VALUES (1, 'biblio', '600', '2', $$Source of heading or term$$,
7023 FALSE, FALSE, FALSE);
7024 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7025                                  repeatable, mandatory, hidden)
7026 VALUES (1, 'biblio', '600', '3', $$Materials specified$$,
7027 FALSE, FALSE, FALSE);
7028 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7029                                  repeatable, mandatory, hidden)
7030 VALUES (1, 'biblio', '600', '4', $$Relator code$$,
7031 TRUE, FALSE, FALSE);
7032 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7033                                  repeatable, mandatory, hidden)
7034 VALUES (1, 'biblio', '600', '6', $$Linkage$$,
7035 FALSE, FALSE, FALSE);
7036 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7037                                  repeatable, mandatory, hidden)
7038 VALUES (1, 'biblio', '600', '8', $$Field link and sequence number$$,
7039 TRUE, FALSE, FALSE);
7040 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
7041                               fixed_field, repeatable, mandatory, hidden)
7042 VALUES (1, 'biblio', '610', $$Subject Added Entry-Corporate Name$$, $$Subject added entry in which the entry element is a corporate name.$$,
7043 FALSE, TRUE, FALSE, FALSE);
7044 INSERT INTO config.record_attr_definition(name, label)
7045 VALUES ('marc21_biblio_610_ind_1', 'MARC 21 biblio field 610 indicator position 1');
7046 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7047 VALUES ('marc21_biblio_610_ind_1', '0', $$Inverted name$$, FALSE, TRUE);
7048 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7049 VALUES ('marc21_biblio_610_ind_1', '1', $$Jurisdiction name$$, FALSE, TRUE);
7050 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7051 VALUES ('marc21_biblio_610_ind_1', '2', $$Name in direct order$$, FALSE, TRUE);
7052 INSERT INTO config.record_attr_definition(name, label)
7053 VALUES ('marc21_biblio_610_ind_2', 'MARC 21 biblio field 610 indicator position 2');
7054 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7055 VALUES ('marc21_biblio_610_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
7056 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7057 VALUES ('marc21_biblio_610_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
7058 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7059 VALUES ('marc21_biblio_610_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
7060 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7061 VALUES ('marc21_biblio_610_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
7062 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7063 VALUES ('marc21_biblio_610_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
7064 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7065 VALUES ('marc21_biblio_610_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
7066 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7067 VALUES ('marc21_biblio_610_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
7068 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7069 VALUES ('marc21_biblio_610_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
7070 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7071                                  repeatable, mandatory, hidden)
7072 VALUES (1, 'biblio', '610', 'a', $$Corporate name or jurisdiction name as entry element$$,
7073 FALSE, FALSE, FALSE);
7074 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7075                                  repeatable, mandatory, hidden)
7076 VALUES (1, 'biblio', '610', 'b', $$Subordinate unit$$,
7077 TRUE, FALSE, FALSE);
7078 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7079                                  repeatable, mandatory, hidden)
7080 VALUES (1, 'biblio', '610', 'c', $$Location of meeting$$,
7081 FALSE, FALSE, FALSE);
7082 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7083                                  repeatable, mandatory, hidden)
7084 VALUES (1, 'biblio', '610', 'd', $$Date of meeting or treaty signing$$,
7085 TRUE, FALSE, FALSE);
7086 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7087                                  repeatable, mandatory, hidden)
7088 VALUES (1, 'biblio', '610', 'e', $$Relator term$$,
7089 TRUE, FALSE, FALSE);
7090 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7091                                  repeatable, mandatory, hidden)
7092 VALUES (1, 'biblio', '610', 'f', $$Date of a work$$,
7093 FALSE, FALSE, FALSE);
7094 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7095                                  repeatable, mandatory, hidden)
7096 VALUES (1, 'biblio', '610', 'g', $$Miscellaneous information$$,
7097 FALSE, FALSE, FALSE);
7098 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7099                                  repeatable, mandatory, hidden)
7100 VALUES (1, 'biblio', '610', 'h', $$Medium$$,
7101 FALSE, FALSE, FALSE);
7102 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7103                                  repeatable, mandatory, hidden)
7104 VALUES (1, 'biblio', '610', 'k', $$Form subheading$$,
7105 TRUE, FALSE, FALSE);
7106 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7107                                  repeatable, mandatory, hidden)
7108 VALUES (1, 'biblio', '610', 'l', $$Language of a work$$,
7109 FALSE, FALSE, FALSE);
7110 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7111                                  repeatable, mandatory, hidden)
7112 VALUES (1, 'biblio', '610', 'm', $$Medium of performance for music$$,
7113 TRUE, FALSE, FALSE);
7114 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7115                                  repeatable, mandatory, hidden)
7116 VALUES (1, 'biblio', '610', 'n', $$Number of part/section/meeting$$,
7117 TRUE, FALSE, FALSE);
7118 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7119                                  repeatable, mandatory, hidden)
7120 VALUES (1, 'biblio', '610', 'o', $$Arranged statement for music$$,
7121 FALSE, FALSE, FALSE);
7122 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7123                                  repeatable, mandatory, hidden)
7124 VALUES (1, 'biblio', '610', 'p', $$Name of part/section of a work$$,
7125 TRUE, FALSE, FALSE);
7126 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7127                                  repeatable, mandatory, hidden)
7128 VALUES (1, 'biblio', '610', 'r', $$Key for music$$,
7129 FALSE, FALSE, FALSE);
7130 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7131                                  repeatable, mandatory, hidden)
7132 VALUES (1, 'biblio', '610', 's', $$Version$$,
7133 FALSE, FALSE, FALSE);
7134 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7135                                  repeatable, mandatory, hidden)
7136 VALUES (1, 'biblio', '610', 't', $$Title of a work$$,
7137 FALSE, FALSE, FALSE);
7138 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7139                                  repeatable, mandatory, hidden)
7140 VALUES (1, 'biblio', '610', 'u', $$Affiliation$$,
7141 FALSE, FALSE, FALSE);
7142 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7143                                  repeatable, mandatory, hidden)
7144 VALUES (1, 'biblio', '610', 'v', $$Form subdivision$$,
7145 TRUE, FALSE, FALSE);
7146 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7147                                  repeatable, mandatory, hidden)
7148 VALUES (1, 'biblio', '610', 'x', $$General subdivision$$,
7149 TRUE, FALSE, FALSE);
7150 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7151                                  repeatable, mandatory, hidden)
7152 VALUES (1, 'biblio', '610', 'y', $$Chronological subdivision$$,
7153 TRUE, FALSE, FALSE);
7154 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7155                                  repeatable, mandatory, hidden)
7156 VALUES (1, 'biblio', '610', 'z', $$Geographic subdivision$$,
7157 TRUE, FALSE, FALSE);
7158 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7159                                  repeatable, mandatory, hidden)
7160 VALUES (1, 'biblio', '610', '0', $$Authority record control number$$,
7161 TRUE, FALSE, FALSE);
7162 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7163                                  repeatable, mandatory, hidden)
7164 VALUES (1, 'biblio', '610', '2', $$Source of heading or term$$,
7165 FALSE, FALSE, FALSE);
7166 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7167                                  repeatable, mandatory, hidden)
7168 VALUES (1, 'biblio', '610', '3', $$Materials specified$$,
7169 FALSE, FALSE, FALSE);
7170 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7171                                  repeatable, mandatory, hidden)
7172 VALUES (1, 'biblio', '610', '4', $$Relator code$$,
7173 TRUE, FALSE, FALSE);
7174 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7175                                  repeatable, mandatory, hidden)
7176 VALUES (1, 'biblio', '610', '6', $$Linkage$$,
7177 FALSE, FALSE, FALSE);
7178 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7179                                  repeatable, mandatory, hidden)
7180 VALUES (1, 'biblio', '610', '8', $$Field link and sequence number$$,
7181 TRUE, FALSE, FALSE);
7182 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
7183                               fixed_field, repeatable, mandatory, hidden)
7184 VALUES (1, 'biblio', '611', $$Subject Added Entry-Meeting Name$$, $$Subject added entry in which the entry element is a meeting or conference name.$$,
7185 FALSE, TRUE, FALSE, FALSE);
7186 INSERT INTO config.record_attr_definition(name, label)
7187 VALUES ('marc21_biblio_611_ind_1', 'MARC 21 biblio field 611 indicator position 1');
7188 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7189 VALUES ('marc21_biblio_611_ind_1', '0', $$Inverted name$$, FALSE, TRUE);
7190 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7191 VALUES ('marc21_biblio_611_ind_1', '1', $$Jurisdiction name$$, FALSE, TRUE);
7192 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7193 VALUES ('marc21_biblio_611_ind_1', '2', $$Name in direct order$$, FALSE, TRUE);
7194 INSERT INTO config.record_attr_definition(name, label)
7195 VALUES ('marc21_biblio_611_ind_2', 'MARC 21 biblio field 611 indicator position 2');
7196 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7197 VALUES ('marc21_biblio_611_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
7198 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7199 VALUES ('marc21_biblio_611_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
7200 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7201 VALUES ('marc21_biblio_611_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
7202 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7203 VALUES ('marc21_biblio_611_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
7204 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7205 VALUES ('marc21_biblio_611_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
7206 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7207 VALUES ('marc21_biblio_611_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
7208 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7209 VALUES ('marc21_biblio_611_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
7210 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7211 VALUES ('marc21_biblio_611_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
7212 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7213                                  repeatable, mandatory, hidden)
7214 VALUES (1, 'biblio', '611', 'a', $$Meeting name or jurisdiction name as entry element$$,
7215 FALSE, FALSE, FALSE);
7216 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7217                                  repeatable, mandatory, hidden)
7218 VALUES (1, 'biblio', '611', 'c', $$Location of meeting$$,
7219 FALSE, FALSE, FALSE);
7220 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7221                                  repeatable, mandatory, hidden)
7222 VALUES (1, 'biblio', '611', 'd', $$Date of meeting$$,
7223 FALSE, FALSE, FALSE);
7224 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7225                                  repeatable, mandatory, hidden)
7226 VALUES (1, 'biblio', '611', 'e', $$Subordinate unit$$,
7227 TRUE, FALSE, FALSE);
7228 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7229                                  repeatable, mandatory, hidden)
7230 VALUES (1, 'biblio', '611', 'f', $$Date of a work$$,
7231 FALSE, FALSE, FALSE);
7232 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7233                                  repeatable, mandatory, hidden)
7234 VALUES (1, 'biblio', '611', 'g', $$Miscellaneous information$$,
7235 FALSE, FALSE, FALSE);
7236 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7237                                  repeatable, mandatory, hidden)
7238 VALUES (1, 'biblio', '611', 'h', $$Medium$$,
7239 FALSE, FALSE, FALSE);
7240 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7241                                  repeatable, mandatory, hidden)
7242 VALUES (1, 'biblio', '611', 'j', $$Relator term$$,
7243 TRUE, FALSE, FALSE);
7244 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7245                                  repeatable, mandatory, hidden)
7246 VALUES (1, 'biblio', '611', 'k', $$Form subheading$$,
7247 TRUE, FALSE, FALSE);
7248 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7249                                  repeatable, mandatory, hidden)
7250 VALUES (1, 'biblio', '611', 'l', $$Language of a work$$,
7251 FALSE, FALSE, FALSE);
7252 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7253                                  repeatable, mandatory, hidden)
7254 VALUES (1, 'biblio', '611', 'n', $$Number of part/section/meeting$$,
7255 TRUE, FALSE, FALSE);
7256 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7257                                  repeatable, mandatory, hidden)
7258 VALUES (1, 'biblio', '611', 'p', $$Name of part/section of a work$$,
7259 TRUE, FALSE, FALSE);
7260 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7261                                  repeatable, mandatory, hidden)
7262 VALUES (1, 'biblio', '611', 'q', $$Name of meeting following jurisdiction name entry element$$,
7263 FALSE, FALSE, FALSE);
7264 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7265                                  repeatable, mandatory, hidden)
7266 VALUES (1, 'biblio', '611', 's', $$Version$$,
7267 FALSE, FALSE, FALSE);
7268 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7269                                  repeatable, mandatory, hidden)
7270 VALUES (1, 'biblio', '611', 't', $$Title of a work$$,
7271 FALSE, FALSE, FALSE);
7272 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7273                                  repeatable, mandatory, hidden)
7274 VALUES (1, 'biblio', '611', 'u', $$Affiliation$$,
7275 FALSE, FALSE, FALSE);
7276 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7277                                  repeatable, mandatory, hidden)
7278 VALUES (1, 'biblio', '611', 'v', $$Form subdivision$$,
7279 TRUE, FALSE, FALSE);
7280 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7281                                  repeatable, mandatory, hidden)
7282 VALUES (1, 'biblio', '611', 'x', $$General subdivision$$,
7283 TRUE, FALSE, FALSE);
7284 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7285                                  repeatable, mandatory, hidden)
7286 VALUES (1, 'biblio', '611', 'y', $$Chronological subdivision$$,
7287 TRUE, FALSE, FALSE);
7288 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7289                                  repeatable, mandatory, hidden)
7290 VALUES (1, 'biblio', '611', 'z', $$Geographic subdivision$$,
7291 TRUE, FALSE, FALSE);
7292 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7293                                  repeatable, mandatory, hidden)
7294 VALUES (1, 'biblio', '611', '0', $$Authority record control number$$,
7295 TRUE, FALSE, FALSE);
7296 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7297                                  repeatable, mandatory, hidden)
7298 VALUES (1, 'biblio', '611', '2', $$Source of heading or term$$,
7299 FALSE, FALSE, FALSE);
7300 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7301                                  repeatable, mandatory, hidden)
7302 VALUES (1, 'biblio', '611', '3', $$Materials specified$$,
7303 FALSE, FALSE, FALSE);
7304 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7305                                  repeatable, mandatory, hidden)
7306 VALUES (1, 'biblio', '611', '4', $$Relator code$$,
7307 TRUE, FALSE, FALSE);
7308 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7309                                  repeatable, mandatory, hidden)
7310 VALUES (1, 'biblio', '611', '6', $$Linkage$$,
7311 FALSE, FALSE, FALSE);
7312 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7313                                  repeatable, mandatory, hidden)
7314 VALUES (1, 'biblio', '611', '8', $$Field link and sequence number$$,
7315 TRUE, FALSE, FALSE);
7316 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
7317                               fixed_field, repeatable, mandatory, hidden)
7318 VALUES (1, 'biblio', '630', $$Subject Added Entry-Uniform Title$$, $$Subject added entry in which the entry element is a uniform title.$$,
7319 FALSE, TRUE, FALSE, FALSE);
7320 INSERT INTO config.record_attr_definition(name, label)
7321 VALUES ('marc21_biblio_630_ind_1', 'MARC 21 biblio field 630 indicator position 1');
7322 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7323 VALUES ('marc21_biblio_630_ind_1', '0', $$No nonfiling characters$$, FALSE, TRUE);
7324 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7325 VALUES ('marc21_biblio_630_ind_1', '1', $$Number of nonfiling characters - 1$$, FALSE, TRUE);
7326 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7327 VALUES ('marc21_biblio_630_ind_1', '2', $$Number of nonfiling characters - 2$$, FALSE, TRUE);
7328 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7329 VALUES ('marc21_biblio_630_ind_1', '3', $$Number of nonfiling characters - 3$$, FALSE, TRUE);
7330 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7331 VALUES ('marc21_biblio_630_ind_1', '4', $$Number of nonfiling characters - 4$$, FALSE, TRUE);
7332 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7333 VALUES ('marc21_biblio_630_ind_1', '5', $$Number of nonfiling characters - 5$$, FALSE, TRUE);
7334 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7335 VALUES ('marc21_biblio_630_ind_1', '6', $$Number of nonfiling characters - 6$$, FALSE, TRUE);
7336 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7337 VALUES ('marc21_biblio_630_ind_1', '7', $$Number of nonfiling characters - 7$$, FALSE, TRUE);
7338 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7339 VALUES ('marc21_biblio_630_ind_1', '8', $$Number of nonfiling characters - 8$$, FALSE, TRUE);
7340 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7341 VALUES ('marc21_biblio_630_ind_1', '9', $$Number of nonfiling characters - 9$$, FALSE, TRUE);
7342 INSERT INTO config.record_attr_definition(name, label)
7343 VALUES ('marc21_biblio_630_ind_2', 'MARC 21 biblio field 630 indicator position 2');
7344 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7345 VALUES ('marc21_biblio_630_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
7346 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7347 VALUES ('marc21_biblio_630_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
7348 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7349 VALUES ('marc21_biblio_630_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
7350 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7351 VALUES ('marc21_biblio_630_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
7352 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7353 VALUES ('marc21_biblio_630_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
7354 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7355 VALUES ('marc21_biblio_630_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
7356 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7357 VALUES ('marc21_biblio_630_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
7358 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7359 VALUES ('marc21_biblio_630_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
7360 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7361                                  repeatable, mandatory, hidden)
7362 VALUES (1, 'biblio', '630', 'a', $$Uniform title$$,
7363 FALSE, FALSE, FALSE);
7364 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7365                                  repeatable, mandatory, hidden)
7366 VALUES (1, 'biblio', '630', 'd', $$Date of treaty signing$$,
7367 TRUE, FALSE, FALSE);
7368 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7369                                  repeatable, mandatory, hidden)
7370 VALUES (1, 'biblio', '630', 'e', $$Relator term$$,
7371 TRUE, FALSE, FALSE);
7372 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7373                                  repeatable, mandatory, hidden)
7374 VALUES (1, 'biblio', '630', 'f', $$Date of a work$$,
7375 FALSE, FALSE, FALSE);
7376 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7377                                  repeatable, mandatory, hidden)
7378 VALUES (1, 'biblio', '630', 'g', $$Miscellaneous information$$,
7379 FALSE, FALSE, FALSE);
7380 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7381                                  repeatable, mandatory, hidden)
7382 VALUES (1, 'biblio', '630', 'h', $$Medium$$,
7383 FALSE, FALSE, FALSE);
7384 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7385                                  repeatable, mandatory, hidden)
7386 VALUES (1, 'biblio', '630', 'k', $$Form subheading$$,
7387 TRUE, FALSE, FALSE);
7388 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7389                                  repeatable, mandatory, hidden)
7390 VALUES (1, 'biblio', '630', 'l', $$Language of a work$$,
7391 FALSE, FALSE, FALSE);
7392 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7393                                  repeatable, mandatory, hidden)
7394 VALUES (1, 'biblio', '630', 'm', $$Medium of performance for music$$,
7395 TRUE, FALSE, FALSE);
7396 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7397                                  repeatable, mandatory, hidden)
7398 VALUES (1, 'biblio', '630', 'n', $$Number of part/section of a work$$,
7399 TRUE, FALSE, FALSE);
7400 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7401                                  repeatable, mandatory, hidden)
7402 VALUES (1, 'biblio', '630', 'o', $$Arranged statement for music$$,
7403 FALSE, FALSE, FALSE);
7404 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7405                                  repeatable, mandatory, hidden)
7406 VALUES (1, 'biblio', '630', 'p', $$Name of part/section of a work$$,
7407 TRUE, FALSE, FALSE);
7408 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7409                                  repeatable, mandatory, hidden)
7410 VALUES (1, 'biblio', '630', 'r', $$Key for music$$,
7411 FALSE, FALSE, FALSE);
7412 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7413                                  repeatable, mandatory, hidden)
7414 VALUES (1, 'biblio', '630', 's', $$Version$$,
7415 FALSE, FALSE, FALSE);
7416 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7417                                  repeatable, mandatory, hidden)
7418 VALUES (1, 'biblio', '630', 't', $$Title of a work$$,
7419 FALSE, FALSE, FALSE);
7420 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7421                                  repeatable, mandatory, hidden)
7422 VALUES (1, 'biblio', '630', 'v', $$Form subdivision$$,
7423 TRUE, FALSE, FALSE);
7424 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7425                                  repeatable, mandatory, hidden)
7426 VALUES (1, 'biblio', '630', 'x', $$General subdivision$$,
7427 TRUE, FALSE, FALSE);
7428 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7429                                  repeatable, mandatory, hidden)
7430 VALUES (1, 'biblio', '630', 'y', $$Chronological subdivision$$,
7431 TRUE, FALSE, FALSE);
7432 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7433                                  repeatable, mandatory, hidden)
7434 VALUES (1, 'biblio', '630', 'z', $$Geographic subdivision$$,
7435 TRUE, FALSE, FALSE);
7436 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7437                                  repeatable, mandatory, hidden)
7438 VALUES (1, 'biblio', '630', '0', $$Authority record control number$$,
7439 TRUE, FALSE, FALSE);
7440 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7441                                  repeatable, mandatory, hidden)
7442 VALUES (1, 'biblio', '630', '2', $$Source of heading or term$$,
7443 FALSE, FALSE, FALSE);
7444 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7445                                  repeatable, mandatory, hidden)
7446 VALUES (1, 'biblio', '630', '3', $$Materials specified$$,
7447 FALSE, FALSE, FALSE);
7448 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7449                                  repeatable, mandatory, hidden)
7450 VALUES (1, 'biblio', '630', '4', $$Relator code$$,
7451 TRUE, FALSE, FALSE);
7452 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7453                                  repeatable, mandatory, hidden)
7454 VALUES (1, 'biblio', '630', '6', $$Linkage$$,
7455 FALSE, FALSE, FALSE);
7456 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7457                                  repeatable, mandatory, hidden)
7458 VALUES (1, 'biblio', '630', '8', $$Field link and sequence number$$,
7459 TRUE, FALSE, FALSE);
7460 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
7461                               fixed_field, repeatable, mandatory, hidden)
7462 VALUES (1, 'biblio', '648', $$Subject Added Entry-Chronological Term$$, $$Subject added entry in which the entry element is a chronological term.$$,
7463 FALSE, TRUE, FALSE, FALSE);
7464 INSERT INTO config.record_attr_definition(name, label)
7465 VALUES ('marc21_biblio_648_ind_1', 'MARC 21 biblio field 648 indicator position 1');
7466 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7467 VALUES ('marc21_biblio_648_ind_1', '#', $$Undefined$$, FALSE, TRUE);
7468 INSERT INTO config.record_attr_definition(name, label)
7469 VALUES ('marc21_biblio_648_ind_2', 'MARC 21 biblio field 648 indicator position 2');
7470 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7471 VALUES ('marc21_biblio_648_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
7472 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7473 VALUES ('marc21_biblio_648_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
7474 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7475 VALUES ('marc21_biblio_648_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
7476 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7477 VALUES ('marc21_biblio_648_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
7478 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7479 VALUES ('marc21_biblio_648_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
7480 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7481 VALUES ('marc21_biblio_648_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
7482 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7483 VALUES ('marc21_biblio_648_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
7484 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7485 VALUES ('marc21_biblio_648_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
7486 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7487                                  repeatable, mandatory, hidden)
7488 VALUES (1, 'biblio', '648', 'a', $$Chronological term$$,
7489 FALSE, FALSE, FALSE);
7490 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7491                                  repeatable, mandatory, hidden)
7492 VALUES (1, 'biblio', '648', 'v', $$Form subdivision$$,
7493 TRUE, FALSE, FALSE);
7494 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7495                                  repeatable, mandatory, hidden)
7496 VALUES (1, 'biblio', '648', 'x', $$General subdivision$$,
7497 TRUE, FALSE, FALSE);
7498 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7499                                  repeatable, mandatory, hidden)
7500 VALUES (1, 'biblio', '648', 'y', $$Chronological subdivision$$,
7501 TRUE, FALSE, FALSE);
7502 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7503                                  repeatable, mandatory, hidden)
7504 VALUES (1, 'biblio', '648', 'z', $$Geographic subdivision$$,
7505 TRUE, FALSE, FALSE);
7506 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7507                                  repeatable, mandatory, hidden)
7508 VALUES (1, 'biblio', '648', '0', $$Authority record control number$$,
7509 TRUE, FALSE, FALSE);
7510 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7511                                  repeatable, mandatory, hidden)
7512 VALUES (1, 'biblio', '648', '2', $$Source of heading or term$$,
7513 FALSE, FALSE, FALSE);
7514 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7515                                  repeatable, mandatory, hidden)
7516 VALUES (1, 'biblio', '648', '3', $$Materials specified$$,
7517 FALSE, FALSE, FALSE);
7518 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7519                                  repeatable, mandatory, hidden)
7520 VALUES (1, 'biblio', '648', '6', $$Linkage$$,
7521 FALSE, FALSE, FALSE);
7522 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7523                                  repeatable, mandatory, hidden)
7524 VALUES (1, 'biblio', '648', '8', $$Field link and sequence number$$,
7525 TRUE, FALSE, FALSE);
7526 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
7527                               fixed_field, repeatable, mandatory, hidden)
7528 VALUES (1, 'biblio', '650', $$Subject Added Entry-Topical Term$$, $$Subject added entry in which the entry element is a topical term.$$,
7529 FALSE, TRUE, FALSE, FALSE);
7530 INSERT INTO config.record_attr_definition(name, label)
7531 VALUES ('marc21_biblio_650_ind_1', 'MARC 21 biblio field 650 indicator position 1');
7532 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7533 VALUES ('marc21_biblio_650_ind_1', '#', $$No information provided$$, FALSE, TRUE);
7534 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7535 VALUES ('marc21_biblio_650_ind_1', '0', $$No level specified$$, FALSE, TRUE);
7536 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7537 VALUES ('marc21_biblio_650_ind_1', '1', $$Primary$$, FALSE, TRUE);
7538 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7539 VALUES ('marc21_biblio_650_ind_1', '2', $$Secondary$$, FALSE, TRUE);
7540 INSERT INTO config.record_attr_definition(name, label)
7541 VALUES ('marc21_biblio_650_ind_2', 'MARC 21 biblio field 650 indicator position 2');
7542 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7543 VALUES ('marc21_biblio_650_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
7544 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7545 VALUES ('marc21_biblio_650_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
7546 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7547 VALUES ('marc21_biblio_650_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
7548 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7549 VALUES ('marc21_biblio_650_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
7550 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7551 VALUES ('marc21_biblio_650_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
7552 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7553 VALUES ('marc21_biblio_650_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
7554 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7555 VALUES ('marc21_biblio_650_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
7556 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7557 VALUES ('marc21_biblio_650_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
7558 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7559                                  repeatable, mandatory, hidden)
7560 VALUES (1, 'biblio', '650', 'a', $$Topical term or geographic name entry element$$,
7561 FALSE, FALSE, FALSE);
7562 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7563                                  repeatable, mandatory, hidden)
7564 VALUES (1, 'biblio', '650', 'b', $$Topical term following geographic name entry element$$,
7565 FALSE, FALSE, FALSE);
7566 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7567                                  repeatable, mandatory, hidden)
7568 VALUES (1, 'biblio', '650', 'c', $$Location of event$$,
7569 FALSE, FALSE, FALSE);
7570 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7571                                  repeatable, mandatory, hidden)
7572 VALUES (1, 'biblio', '650', 'd', $$Active dates$$,
7573 FALSE, FALSE, FALSE);
7574 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7575                                  repeatable, mandatory, hidden)
7576 VALUES (1, 'biblio', '650', 'e', $$Relator term$$,
7577 TRUE, FALSE, FALSE);
7578 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7579                                  repeatable, mandatory, hidden)
7580 VALUES (1, 'biblio', '650', 'v', $$Form subdivision$$,
7581 TRUE, FALSE, FALSE);
7582 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7583                                  repeatable, mandatory, hidden)
7584 VALUES (1, 'biblio', '650', 'x', $$General subdivision$$,
7585 TRUE, FALSE, FALSE);
7586 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7587                                  repeatable, mandatory, hidden)
7588 VALUES (1, 'biblio', '650', 'y', $$Chronological subdivision$$,
7589 TRUE, FALSE, FALSE);
7590 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7591                                  repeatable, mandatory, hidden)
7592 VALUES (1, 'biblio', '650', 'z', $$Geographic subdivision$$,
7593 TRUE, FALSE, FALSE);
7594 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7595                                  repeatable, mandatory, hidden)
7596 VALUES (1, 'biblio', '650', '0', $$Authority record control number$$,
7597 TRUE, FALSE, FALSE);
7598 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7599                                  repeatable, mandatory, hidden)
7600 VALUES (1, 'biblio', '650', '2', $$Source of heading or term$$,
7601 FALSE, FALSE, FALSE);
7602 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7603                                  repeatable, mandatory, hidden)
7604 VALUES (1, 'biblio', '650', '3', $$Materials specified$$,
7605 FALSE, FALSE, FALSE);
7606 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7607                                  repeatable, mandatory, hidden)
7608 VALUES (1, 'biblio', '650', '4', $$Relator code$$,
7609 TRUE, FALSE, FALSE);
7610 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7611                                  repeatable, mandatory, hidden)
7612 VALUES (1, 'biblio', '650', '6', $$Linkage$$,
7613 FALSE, FALSE, FALSE);
7614 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7615                                  repeatable, mandatory, hidden)
7616 VALUES (1, 'biblio', '650', '8', $$Field link and sequence number$$,
7617 TRUE, FALSE, FALSE);
7618 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
7619                               fixed_field, repeatable, mandatory, hidden)
7620 VALUES (1, 'biblio', '651', $$Subject Added Entry-Geographic Name$$, $$Subject added entry in which the entry element is a geographic name.$$,
7621 FALSE, TRUE, FALSE, FALSE);
7622 INSERT INTO config.record_attr_definition(name, label)
7623 VALUES ('marc21_biblio_651_ind_1', 'MARC 21 biblio field 651 indicator position 1');
7624 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7625 VALUES ('marc21_biblio_651_ind_1', '#', $$Undefined$$, FALSE, TRUE);
7626 INSERT INTO config.record_attr_definition(name, label)
7627 VALUES ('marc21_biblio_651_ind_2', 'MARC 21 biblio field 651 indicator position 2');
7628 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7629 VALUES ('marc21_biblio_651_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
7630 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7631 VALUES ('marc21_biblio_651_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
7632 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7633 VALUES ('marc21_biblio_651_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
7634 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7635 VALUES ('marc21_biblio_651_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
7636 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7637 VALUES ('marc21_biblio_651_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
7638 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7639 VALUES ('marc21_biblio_651_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
7640 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7641 VALUES ('marc21_biblio_651_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
7642 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7643 VALUES ('marc21_biblio_651_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
7644 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7645                                  repeatable, mandatory, hidden)
7646 VALUES (1, 'biblio', '651', 'a', $$Geographic name$$,
7647 FALSE, FALSE, FALSE);
7648 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7649                                  repeatable, mandatory, hidden)
7650 VALUES (1, 'biblio', '651', 'e', $$Relator term$$,
7651 TRUE, FALSE, FALSE);
7652 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7653                                  repeatable, mandatory, hidden)
7654 VALUES (1, 'biblio', '651', 'v', $$Form subdivision$$,
7655 TRUE, FALSE, FALSE);
7656 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7657                                  repeatable, mandatory, hidden)
7658 VALUES (1, 'biblio', '651', 'x', $$General subdivision$$,
7659 TRUE, FALSE, FALSE);
7660 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7661                                  repeatable, mandatory, hidden)
7662 VALUES (1, 'biblio', '651', 'y', $$Chronological subdivision$$,
7663 TRUE, FALSE, FALSE);
7664 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7665                                  repeatable, mandatory, hidden)
7666 VALUES (1, 'biblio', '651', 'z', $$Geographic subdivision$$,
7667 TRUE, FALSE, FALSE);
7668 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7669                                  repeatable, mandatory, hidden)
7670 VALUES (1, 'biblio', '651', '0', $$Authority record control number$$,
7671 TRUE, FALSE, FALSE);
7672 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7673                                  repeatable, mandatory, hidden)
7674 VALUES (1, 'biblio', '651', '2', $$Source of heading or term$$,
7675 FALSE, FALSE, FALSE);
7676 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7677                                  repeatable, mandatory, hidden)
7678 VALUES (1, 'biblio', '651', '3', $$Materials specified$$,
7679 FALSE, FALSE, FALSE);
7680 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7681                                  repeatable, mandatory, hidden)
7682 VALUES (1, 'biblio', '651', '4', $$Relator code$$,
7683 TRUE, FALSE, FALSE);
7684 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7685                                  repeatable, mandatory, hidden)
7686 VALUES (1, 'biblio', '651', '6', $$Linkage$$,
7687 FALSE, FALSE, FALSE);
7688 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7689                                  repeatable, mandatory, hidden)
7690 VALUES (1, 'biblio', '651', '8', $$Field link and sequence number$$,
7691 TRUE, FALSE, FALSE);
7692 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
7693                               fixed_field, repeatable, mandatory, hidden)
7694 VALUES (1, 'biblio', '653', $$Index Term-Uncontrolled$$, $$Index term added entry that is not constructed by standard subject heading/thesaurus-building conventions.$$,
7695 FALSE, TRUE, FALSE, FALSE);
7696 INSERT INTO config.record_attr_definition(name, label)
7697 VALUES ('marc21_biblio_653_ind_1', 'MARC 21 biblio field 653 indicator position 1');
7698 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7699 VALUES ('marc21_biblio_653_ind_1', '#', $$No information provided$$, FALSE, TRUE);
7700 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7701 VALUES ('marc21_biblio_653_ind_1', '0', $$No level specified$$, FALSE, TRUE);
7702 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7703 VALUES ('marc21_biblio_653_ind_1', '1', $$Primary$$, FALSE, TRUE);
7704 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7705 VALUES ('marc21_biblio_653_ind_1', '2', $$Secondary$$, FALSE, TRUE);
7706 INSERT INTO config.record_attr_definition(name, label)
7707 VALUES ('marc21_biblio_653_ind_2', 'MARC 21 biblio field 653 indicator position 2');
7708 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7709 VALUES ('marc21_biblio_653_ind_2', '#', $$No information provided$$, FALSE, TRUE);
7710 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7711 VALUES ('marc21_biblio_653_ind_2', '0', $$Topical term$$, FALSE, TRUE);
7712 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7713 VALUES ('marc21_biblio_653_ind_2', '1', $$Personal name$$, FALSE, TRUE);
7714 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7715 VALUES ('marc21_biblio_653_ind_2', '2', $$Corporate name$$, FALSE, TRUE);
7716 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7717 VALUES ('marc21_biblio_653_ind_2', '3', $$Meeting name$$, FALSE, TRUE);
7718 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7719 VALUES ('marc21_biblio_653_ind_2', '4', $$Chronological term$$, FALSE, TRUE);
7720 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7721 VALUES ('marc21_biblio_653_ind_2', '5', $$Geographic name$$, FALSE, TRUE);
7722 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7723 VALUES ('marc21_biblio_653_ind_2', '6', $$Genre/form term$$, FALSE, TRUE);
7724 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7725                                  repeatable, mandatory, hidden)
7726 VALUES (1, 'biblio', '653', 'a', $$Uncontrolled term$$,
7727 TRUE, FALSE, FALSE);
7728 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7729                                  repeatable, mandatory, hidden)
7730 VALUES (1, 'biblio', '653', '6', $$Linkage$$,
7731 FALSE, FALSE, FALSE);
7732 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7733                                  repeatable, mandatory, hidden)
7734 VALUES (1, 'biblio', '653', '8', $$Field link and sequence number$$,
7735 TRUE, FALSE, FALSE);
7736 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
7737                               fixed_field, repeatable, mandatory, hidden)
7738 VALUES (1, 'biblio', '654', $$Subject Added Entry-Faceted Topical Terms$$, $$Topical subject constructed from a faceted vocabulary.$$,
7739 FALSE, TRUE, FALSE, FALSE);
7740 INSERT INTO config.record_attr_definition(name, label)
7741 VALUES ('marc21_biblio_654_ind_1', 'MARC 21 biblio field 654 indicator position 1');
7742 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7743 VALUES ('marc21_biblio_654_ind_1', '#', $$No information provided$$, FALSE, TRUE);
7744 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7745 VALUES ('marc21_biblio_654_ind_1', '0', $$No level specified$$, FALSE, TRUE);
7746 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7747 VALUES ('marc21_biblio_654_ind_1', '1', $$Primary$$, FALSE, TRUE);
7748 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7749 VALUES ('marc21_biblio_654_ind_1', '2', $$Secondary$$, FALSE, TRUE);
7750 INSERT INTO config.record_attr_definition(name, label)
7751 VALUES ('marc21_biblio_654_ind_2', 'MARC 21 biblio field 654 indicator position 2');
7752 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7753 VALUES ('marc21_biblio_654_ind_2', '#', $$Undefined$$, FALSE, TRUE);
7754 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7755                                  repeatable, mandatory, hidden)
7756 VALUES (1, 'biblio', '654', 'a', $$Focus term$$,
7757 TRUE, FALSE, FALSE);
7758 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7759                                  repeatable, mandatory, hidden)
7760 VALUES (1, 'biblio', '654', 'b', $$Non-focus term$$,
7761 TRUE, FALSE, FALSE);
7762 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7763                                  repeatable, mandatory, hidden)
7764 VALUES (1, 'biblio', '654', 'c', $$Facet/hierarchy designation$$,
7765 TRUE, FALSE, FALSE);
7766 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7767                                  repeatable, mandatory, hidden)
7768 VALUES (1, 'biblio', '654', 'e', $$Relator term$$,
7769 TRUE, FALSE, FALSE);
7770 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7771                                  repeatable, mandatory, hidden)
7772 VALUES (1, 'biblio', '654', 'v', $$Form subdivision$$,
7773 TRUE, FALSE, FALSE);
7774 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7775                                  repeatable, mandatory, hidden)
7776 VALUES (1, 'biblio', '654', 'y', $$Chronological subdivision$$,
7777 TRUE, FALSE, FALSE);
7778 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7779                                  repeatable, mandatory, hidden)
7780 VALUES (1, 'biblio', '654', 'z', $$Geographic subdivision$$,
7781 TRUE, FALSE, FALSE);
7782 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7783                                  repeatable, mandatory, hidden)
7784 VALUES (1, 'biblio', '654', '0', $$Authority record control number$$,
7785 TRUE, FALSE, FALSE);
7786 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7787                                  repeatable, mandatory, hidden)
7788 VALUES (1, 'biblio', '654', '2', $$Source of heading or term$$,
7789 FALSE, FALSE, FALSE);
7790 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7791                                  repeatable, mandatory, hidden)
7792 VALUES (1, 'biblio', '654', '3', $$Materials specified$$,
7793 FALSE, FALSE, FALSE);
7794 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7795                                  repeatable, mandatory, hidden)
7796 VALUES (1, 'biblio', '654', '4', $$Relator code$$,
7797 TRUE, FALSE, FALSE);
7798 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7799                                  repeatable, mandatory, hidden)
7800 VALUES (1, 'biblio', '654', '6', $$Linkage$$,
7801 FALSE, FALSE, FALSE);
7802 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7803                                  repeatable, mandatory, hidden)
7804 VALUES (1, 'biblio', '654', '8', $$Field link and sequence number$$,
7805 TRUE, FALSE, FALSE);
7806 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
7807                               fixed_field, repeatable, mandatory, hidden)
7808 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.$$,
7809 FALSE, TRUE, FALSE, FALSE);
7810 INSERT INTO config.record_attr_definition(name, label)
7811 VALUES ('marc21_biblio_655_ind_1', 'MARC 21 biblio field 655 indicator position 1');
7812 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7813 VALUES ('marc21_biblio_655_ind_1', '#', $$Basic$$, FALSE, TRUE);
7814 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7815 VALUES ('marc21_biblio_655_ind_1', '0', $$Faceted$$, FALSE, TRUE);
7816 INSERT INTO config.record_attr_definition(name, label)
7817 VALUES ('marc21_biblio_655_ind_2', 'MARC 21 biblio field 655 indicator position 2');
7818 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7819 VALUES ('marc21_biblio_655_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
7820 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7821 VALUES ('marc21_biblio_655_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
7822 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7823 VALUES ('marc21_biblio_655_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
7824 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7825 VALUES ('marc21_biblio_655_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
7826 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7827 VALUES ('marc21_biblio_655_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
7828 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7829 VALUES ('marc21_biblio_655_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
7830 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7831 VALUES ('marc21_biblio_655_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
7832 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7833 VALUES ('marc21_biblio_655_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
7834 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7835                                  repeatable, mandatory, hidden)
7836 VALUES (1, 'biblio', '655', 'a', $$Genre/form data or focus term$$,
7837 FALSE, FALSE, FALSE);
7838 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7839                                  repeatable, mandatory, hidden)
7840 VALUES (1, 'biblio', '655', 'b', $$Non-focus term$$,
7841 TRUE, FALSE, FALSE);
7842 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7843                                  repeatable, mandatory, hidden)
7844 VALUES (1, 'biblio', '655', 'c', $$Facet/hierarchy designation$$,
7845 TRUE, FALSE, FALSE);
7846 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7847                                  repeatable, mandatory, hidden)
7848 VALUES (1, 'biblio', '655', 'v', $$Form subdivision$$,
7849 TRUE, FALSE, FALSE);
7850 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7851                                  repeatable, mandatory, hidden)
7852 VALUES (1, 'biblio', '655', 'x', $$General subdivision$$,
7853 TRUE, FALSE, FALSE);
7854 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7855                                  repeatable, mandatory, hidden)
7856 VALUES (1, 'biblio', '655', 'y', $$Chronological subdivision$$,
7857 TRUE, FALSE, FALSE);
7858 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7859                                  repeatable, mandatory, hidden)
7860 VALUES (1, 'biblio', '655', 'z', $$Geographic subdivision$$,
7861 TRUE, FALSE, FALSE);
7862 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7863                                  repeatable, mandatory, hidden)
7864 VALUES (1, 'biblio', '655', '0', $$Authority record control number$$,
7865 TRUE, FALSE, FALSE);
7866 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7867                                  repeatable, mandatory, hidden)
7868 VALUES (1, 'biblio', '655', '2', $$Source of term$$,
7869 FALSE, FALSE, FALSE);
7870 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7871                                  repeatable, mandatory, hidden)
7872 VALUES (1, 'biblio', '655', '3', $$Materials specified$$,
7873 FALSE, FALSE, FALSE);
7874 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7875                                  repeatable, mandatory, hidden)
7876 VALUES (1, 'biblio', '655', '5', $$Institution to which field applies$$,
7877 FALSE, FALSE, FALSE);
7878 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7879                                  repeatable, mandatory, hidden)
7880 VALUES (1, 'biblio', '655', '6', $$Linkage$$,
7881 FALSE, FALSE, FALSE);
7882 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7883                                  repeatable, mandatory, hidden)
7884 VALUES (1, 'biblio', '655', '8', $$Field link and sequence number$$,
7885 TRUE, FALSE, FALSE);
7886 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
7887                               fixed_field, repeatable, mandatory, hidden)
7888 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.$$,
7889 FALSE, TRUE, FALSE, FALSE);
7890 INSERT INTO config.record_attr_definition(name, label)
7891 VALUES ('marc21_biblio_656_ind_1', 'MARC 21 biblio field 656 indicator position 1');
7892 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7893 VALUES ('marc21_biblio_656_ind_1', '#', $$Undefined$$, FALSE, TRUE);
7894 INSERT INTO config.record_attr_definition(name, label)
7895 VALUES ('marc21_biblio_656_ind_2', 'MARC 21 biblio field 656 indicator position 2');
7896 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7897 VALUES ('marc21_biblio_656_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
7898 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7899                                  repeatable, mandatory, hidden)
7900 VALUES (1, 'biblio', '656', 'a', $$Occupation$$,
7901 FALSE, FALSE, FALSE);
7902 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7903                                  repeatable, mandatory, hidden)
7904 VALUES (1, 'biblio', '656', 'k', $$Form$$,
7905 FALSE, FALSE, FALSE);
7906 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7907                                  repeatable, mandatory, hidden)
7908 VALUES (1, 'biblio', '656', 'v', $$Form subdivision$$,
7909 TRUE, FALSE, FALSE);
7910 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7911                                  repeatable, mandatory, hidden)
7912 VALUES (1, 'biblio', '656', 'x', $$General subdivision$$,
7913 TRUE, FALSE, FALSE);
7914 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7915                                  repeatable, mandatory, hidden)
7916 VALUES (1, 'biblio', '656', 'y', $$Chronological subdivision$$,
7917 TRUE, FALSE, FALSE);
7918 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7919                                  repeatable, mandatory, hidden)
7920 VALUES (1, 'biblio', '656', 'z', $$Geographic subdivision$$,
7921 TRUE, FALSE, FALSE);
7922 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7923                                  repeatable, mandatory, hidden)
7924 VALUES (1, 'biblio', '656', '0', $$Authority record control number$$,
7925 TRUE, FALSE, FALSE);
7926 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7927                                  repeatable, mandatory, hidden)
7928 VALUES (1, 'biblio', '656', '2', $$Source of term$$,
7929 FALSE, FALSE, FALSE);
7930 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7931                                  repeatable, mandatory, hidden)
7932 VALUES (1, 'biblio', '656', '3', $$Materials specified$$,
7933 FALSE, FALSE, FALSE);
7934 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7935                                  repeatable, mandatory, hidden)
7936 VALUES (1, 'biblio', '656', '6', $$Linkage$$,
7937 FALSE, FALSE, FALSE);
7938 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7939                                  repeatable, mandatory, hidden)
7940 VALUES (1, 'biblio', '656', '8', $$Field link and sequence number$$,
7941 TRUE, FALSE, FALSE);
7942 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
7943                               fixed_field, repeatable, mandatory, hidden)
7944 VALUES (1, 'biblio', '657', $$Index Term-Function$$, $$Index term that describes the activity or function that generated the described materials.$$,
7945 FALSE, TRUE, FALSE, FALSE);
7946 INSERT INTO config.record_attr_definition(name, label)
7947 VALUES ('marc21_biblio_657_ind_1', 'MARC 21 biblio field 657 indicator position 1');
7948 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7949 VALUES ('marc21_biblio_657_ind_1', '#', $$Undefined$$, FALSE, TRUE);
7950 INSERT INTO config.record_attr_definition(name, label)
7951 VALUES ('marc21_biblio_657_ind_2', 'MARC 21 biblio field 657 indicator position 2');
7952 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
7953 VALUES ('marc21_biblio_657_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
7954 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7955                                  repeatable, mandatory, hidden)
7956 VALUES (1, 'biblio', '657', 'a', $$Function$$,
7957 FALSE, FALSE, FALSE);
7958 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7959                                  repeatable, mandatory, hidden)
7960 VALUES (1, 'biblio', '657', 'v', $$Form subdivision$$,
7961 TRUE, FALSE, FALSE);
7962 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7963                                  repeatable, mandatory, hidden)
7964 VALUES (1, 'biblio', '657', 'x', $$General subdivision$$,
7965 TRUE, FALSE, FALSE);
7966 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7967                                  repeatable, mandatory, hidden)
7968 VALUES (1, 'biblio', '657', 'y', $$Chronological subdivision$$,
7969 TRUE, FALSE, FALSE);
7970 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7971                                  repeatable, mandatory, hidden)
7972 VALUES (1, 'biblio', '657', 'z', $$Geographic subdivision$$,
7973 TRUE, FALSE, FALSE);
7974 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7975                                  repeatable, mandatory, hidden)
7976 VALUES (1, 'biblio', '657', '0', $$Authority record control number$$,
7977 TRUE, FALSE, FALSE);
7978 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7979                                  repeatable, mandatory, hidden)
7980 VALUES (1, 'biblio', '657', '2', $$Source of term$$,
7981 FALSE, FALSE, FALSE);
7982 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7983                                  repeatable, mandatory, hidden)
7984 VALUES (1, 'biblio', '657', '3', $$Materials specified$$,
7985 FALSE, FALSE, FALSE);
7986 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7987                                  repeatable, mandatory, hidden)
7988 VALUES (1, 'biblio', '657', '6', $$Linkage$$,
7989 FALSE, FALSE, FALSE);
7990 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
7991                                  repeatable, mandatory, hidden)
7992 VALUES (1, 'biblio', '657', '8', $$Field link and sequence number$$,
7993 TRUE, FALSE, FALSE);
7994 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
7995                               fixed_field, repeatable, mandatory, hidden)
7996 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.$$,
7997 FALSE, TRUE, FALSE, FALSE);
7998 INSERT INTO config.record_attr_definition(name, label)
7999 VALUES ('marc21_biblio_658_ind_1', 'MARC 21 biblio field 658 indicator position 1');
8000 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8001 VALUES ('marc21_biblio_658_ind_1', '#', $$Undefined$$, FALSE, TRUE);
8002 INSERT INTO config.record_attr_definition(name, label)
8003 VALUES ('marc21_biblio_658_ind_2', 'MARC 21 biblio field 658 indicator position 2');
8004 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8005 VALUES ('marc21_biblio_658_ind_2', '#', $$Undefined$$, FALSE, TRUE);
8006 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8007                                  repeatable, mandatory, hidden)
8008 VALUES (1, 'biblio', '658', 'a', $$Main curriculum objective$$,
8009 FALSE, FALSE, FALSE);
8010 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8011                                  repeatable, mandatory, hidden)
8012 VALUES (1, 'biblio', '658', 'b', $$Subordinate curriculum objective$$,
8013 TRUE, FALSE, FALSE);
8014 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8015                                  repeatable, mandatory, hidden)
8016 VALUES (1, 'biblio', '658', 'c', $$Curriculum code$$,
8017 FALSE, FALSE, FALSE);
8018 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8019                                  repeatable, mandatory, hidden)
8020 VALUES (1, 'biblio', '658', 'd', $$Correlation factor$$,
8021 FALSE, FALSE, FALSE);
8022 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8023                                  repeatable, mandatory, hidden)
8024 VALUES (1, 'biblio', '658', '2', $$Source of term or code$$,
8025 FALSE, FALSE, FALSE);
8026 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8027                                  repeatable, mandatory, hidden)
8028 VALUES (1, 'biblio', '658', '6', $$Linkage$$,
8029 FALSE, FALSE, FALSE);
8030 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8031                                  repeatable, mandatory, hidden)
8032 VALUES (1, 'biblio', '658', '8', $$Field link and sequence number$$,
8033 TRUE, FALSE, FALSE);
8034 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
8035                               fixed_field, repeatable, mandatory, hidden)
8036 VALUES (1, 'biblio', '662', $$Subject Added Entry-Hierarchical Place Name$$, $$Hierarchical form of a geographic name used as a subject added entry.$$,
8037 FALSE, TRUE, FALSE, FALSE);
8038 INSERT INTO config.record_attr_definition(name, label)
8039 VALUES ('marc21_biblio_662_ind_1', 'MARC 21 biblio field 662 indicator position 1');
8040 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8041 VALUES ('marc21_biblio_662_ind_1', '#', $$Undefined$$, FALSE, TRUE);
8042 INSERT INTO config.record_attr_definition(name, label)
8043 VALUES ('marc21_biblio_662_ind_2', 'MARC 21 biblio field 662 indicator position 2');
8044 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8045 VALUES ('marc21_biblio_662_ind_2', '#', $$Undefined$$, FALSE, TRUE);
8046 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8047                                  repeatable, mandatory, hidden)
8048 VALUES (1, 'biblio', '662', 'a', $$Country or larger entity$$,
8049 TRUE, FALSE, FALSE);
8050 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8051                                  repeatable, mandatory, hidden)
8052 VALUES (1, 'biblio', '662', 'b', $$First-order political jurisdiction$$,
8053 FALSE, FALSE, FALSE);
8054 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8055                                  repeatable, mandatory, hidden)
8056 VALUES (1, 'biblio', '662', 'c', $$Intermediate political jurisdiction$$,
8057 TRUE, FALSE, FALSE);
8058 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8059                                  repeatable, mandatory, hidden)
8060 VALUES (1, 'biblio', '662', 'd', $$City$$,
8061 FALSE, FALSE, FALSE);
8062 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8063                                  repeatable, mandatory, hidden)
8064 VALUES (1, 'biblio', '662', 'e', $$Relator term$$,
8065 TRUE, FALSE, FALSE);
8066 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8067                                  repeatable, mandatory, hidden)
8068 VALUES (1, 'biblio', '662', 'f', $$City subsection$$,
8069 TRUE, FALSE, FALSE);
8070 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8071                                  repeatable, mandatory, hidden)
8072 VALUES (1, 'biblio', '662', 'g', $$Other nonjurisdictional geographic region and feature$$,
8073 TRUE, FALSE, FALSE);
8074 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8075                                  repeatable, mandatory, hidden)
8076 VALUES (1, 'biblio', '662', 'h', $$Extraterrestrial area$$,
8077 TRUE, FALSE, FALSE);
8078 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8079                                  repeatable, mandatory, hidden)
8080 VALUES (1, 'biblio', '662', '0', $$Authority record control number$$,
8081 TRUE, FALSE, FALSE);
8082 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8083                                  repeatable, mandatory, hidden)
8084 VALUES (1, 'biblio', '662', '2', $$Source of heading or term$$,
8085 FALSE, FALSE, FALSE);
8086 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8087                                  repeatable, mandatory, hidden)
8088 VALUES (1, 'biblio', '662', '4', $$Relator code$$,
8089 TRUE, FALSE, FALSE);
8090 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8091                                  repeatable, mandatory, hidden)
8092 VALUES (1, 'biblio', '662', '6', $$Linkage$$,
8093 FALSE, FALSE, FALSE);
8094 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8095                                  repeatable, mandatory, hidden)
8096 VALUES (1, 'biblio', '662', '8', $$Field link and sequence number$$,
8097 TRUE, FALSE, FALSE);
8098 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
8099                               fixed_field, repeatable, mandatory, hidden)
8100 VALUES (1, 'biblio', '700', $$Added Entry-Personal Name$$, $$Added entry in which the entry element is a personal name.$$,
8101 FALSE, TRUE, FALSE, FALSE);
8102 INSERT INTO config.record_attr_definition(name, label)
8103 VALUES ('marc21_biblio_700_ind_1', 'MARC 21 biblio field 700 indicator position 1');
8104 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8105 VALUES ('marc21_biblio_700_ind_1', '0', $$Forename$$, FALSE, TRUE);
8106 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8107 VALUES ('marc21_biblio_700_ind_1', '1', $$Surname$$, FALSE, TRUE);
8108 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8109 VALUES ('marc21_biblio_700_ind_1', '3', $$Family name$$, FALSE, TRUE);
8110 INSERT INTO config.record_attr_definition(name, label)
8111 VALUES ('marc21_biblio_700_ind_2', 'MARC 21 biblio field 700 indicator position 2');
8112 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8113 VALUES ('marc21_biblio_700_ind_2', '#', $$No information provided$$, FALSE, TRUE);
8114 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8115 VALUES ('marc21_biblio_700_ind_2', '2', $$Analytical entry$$, FALSE, TRUE);
8116 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8117                                  repeatable, mandatory, hidden)
8118 VALUES (1, 'biblio', '700', 'a', $$Personal name$$,
8119 FALSE, FALSE, FALSE);
8120 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8121                                  repeatable, mandatory, hidden)
8122 VALUES (1, 'biblio', '700', 'b', $$Numeration$$,
8123 FALSE, FALSE, FALSE);
8124 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8125                                  repeatable, mandatory, hidden)
8126 VALUES (1, 'biblio', '700', 'c', $$Titles and other words associated with a name$$,
8127 TRUE, FALSE, FALSE);
8128 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8129                                  repeatable, mandatory, hidden)
8130 VALUES (1, 'biblio', '700', 'd', $$Dates associated with a name$$,
8131 FALSE, FALSE, FALSE);
8132 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8133                                  repeatable, mandatory, hidden)
8134 VALUES (1, 'biblio', '700', 'e', $$Relator term$$,
8135 TRUE, FALSE, FALSE);
8136 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8137                                  repeatable, mandatory, hidden)
8138 VALUES (1, 'biblio', '700', 'f', $$Date of a work$$,
8139 FALSE, FALSE, FALSE);
8140 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8141                                  repeatable, mandatory, hidden)
8142 VALUES (1, 'biblio', '700', 'g', $$Miscellaneous information$$,
8143 FALSE, FALSE, FALSE);
8144 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8145                                  repeatable, mandatory, hidden)
8146 VALUES (1, 'biblio', '700', 'h', $$Medium$$,
8147 FALSE, FALSE, FALSE);
8148 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8149                                  repeatable, mandatory, hidden)
8150 VALUES (1, 'biblio', '700', 'j', $$Attribution qualifier$$,
8151 TRUE, FALSE, FALSE);
8152 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8153                                  repeatable, mandatory, hidden)
8154 VALUES (1, 'biblio', '700', 'k', $$Form subheading$$,
8155 TRUE, FALSE, FALSE);
8156 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8157                                  repeatable, mandatory, hidden)
8158 VALUES (1, 'biblio', '700', 'l', $$Language of a work$$,
8159 FALSE, FALSE, FALSE);
8160 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8161                                  repeatable, mandatory, hidden)
8162 VALUES (1, 'biblio', '700', 'm', $$Medium of performance for music$$,
8163 TRUE, FALSE, FALSE);
8164 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8165                                  repeatable, mandatory, hidden)
8166 VALUES (1, 'biblio', '700', 'n', $$Number of part/section of a work$$,
8167 TRUE, FALSE, FALSE);
8168 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8169                                  repeatable, mandatory, hidden)
8170 VALUES (1, 'biblio', '700', 'o', $$Arranged statement for music$$,
8171 FALSE, FALSE, FALSE);
8172 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8173                                  repeatable, mandatory, hidden)
8174 VALUES (1, 'biblio', '700', 'p', $$Name of part/section of a work$$,
8175 TRUE, FALSE, FALSE);
8176 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8177                                  repeatable, mandatory, hidden)
8178 VALUES (1, 'biblio', '700', 'q', $$Fuller form of name$$,
8179 FALSE, FALSE, FALSE);
8180 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8181                                  repeatable, mandatory, hidden)
8182 VALUES (1, 'biblio', '700', 'r', $$Key for music$$,
8183 FALSE, FALSE, FALSE);
8184 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8185                                  repeatable, mandatory, hidden)
8186 VALUES (1, 'biblio', '700', 's', $$Version$$,
8187 FALSE, FALSE, FALSE);
8188 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8189                                  repeatable, mandatory, hidden)
8190 VALUES (1, 'biblio', '700', 't', $$Title of a work$$,
8191 FALSE, FALSE, FALSE);
8192 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8193                                  repeatable, mandatory, hidden)
8194 VALUES (1, 'biblio', '700', 'u', $$Affiliation$$,
8195 FALSE, FALSE, FALSE);
8196 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8197                                  repeatable, mandatory, hidden)
8198 VALUES (1, 'biblio', '700', 'x', $$International Standard Serial Number$$,
8199 FALSE, FALSE, FALSE);
8200 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8201                                  repeatable, mandatory, hidden)
8202 VALUES (1, 'biblio', '700', '0', $$Authority record control number$$,
8203 TRUE, FALSE, FALSE);
8204 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8205                                  repeatable, mandatory, hidden)
8206 VALUES (1, 'biblio', '700', '3', $$Materials specified$$,
8207 FALSE, FALSE, FALSE);
8208 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8209                                  repeatable, mandatory, hidden)
8210 VALUES (1, 'biblio', '700', '4', $$Relator code$$,
8211 TRUE, FALSE, FALSE);
8212 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8213                                  repeatable, mandatory, hidden)
8214 VALUES (1, 'biblio', '700', '5', $$Institution to which field applies$$,
8215 FALSE, FALSE, FALSE);
8216 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8217                                  repeatable, mandatory, hidden)
8218 VALUES (1, 'biblio', '700', '6', $$Linkage$$,
8219 FALSE, FALSE, FALSE);
8220 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8221                                  repeatable, mandatory, hidden)
8222 VALUES (1, 'biblio', '700', '8', $$Field link and sequence number$$,
8223 TRUE, FALSE, FALSE);
8224 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
8225                               fixed_field, repeatable, mandatory, hidden)
8226 VALUES (1, 'biblio', '710', $$Added Entry-Corporate Name$$, $$Added entry in which the entry element is a corporate name.$$,
8227 FALSE, TRUE, FALSE, FALSE);
8228 INSERT INTO config.record_attr_definition(name, label)
8229 VALUES ('marc21_biblio_710_ind_1', 'MARC 21 biblio field 710 indicator position 1');
8230 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8231 VALUES ('marc21_biblio_710_ind_1', '0', $$Inverted name$$, FALSE, TRUE);
8232 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8233 VALUES ('marc21_biblio_710_ind_1', '1', $$Jurisdiction name$$, FALSE, TRUE);
8234 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8235 VALUES ('marc21_biblio_710_ind_1', '2', $$Name in direct order$$, FALSE, TRUE);
8236 INSERT INTO config.record_attr_definition(name, label)
8237 VALUES ('marc21_biblio_710_ind_2', 'MARC 21 biblio field 710 indicator position 2');
8238 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8239 VALUES ('marc21_biblio_710_ind_2', '#', $$No information provided$$, FALSE, TRUE);
8240 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8241 VALUES ('marc21_biblio_710_ind_2', '2', $$Analytical entry$$, FALSE, TRUE);
8242 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8243                                  repeatable, mandatory, hidden)
8244 VALUES (1, 'biblio', '710', 'a', $$Corporate name or jurisdiction name as entry element$$,
8245 FALSE, FALSE, FALSE);
8246 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8247                                  repeatable, mandatory, hidden)
8248 VALUES (1, 'biblio', '710', 'b', $$Subordinate unit$$,
8249 TRUE, FALSE, FALSE);
8250 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8251                                  repeatable, mandatory, hidden)
8252 VALUES (1, 'biblio', '710', 'c', $$Location of meeting$$,
8253 FALSE, FALSE, FALSE);
8254 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8255                                  repeatable, mandatory, hidden)
8256 VALUES (1, 'biblio', '710', 'd', $$Date of meeting or treaty signing$$,
8257 TRUE, FALSE, FALSE);
8258 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8259                                  repeatable, mandatory, hidden)
8260 VALUES (1, 'biblio', '710', 'e', $$Relator term$$,
8261 TRUE, FALSE, FALSE);
8262 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8263                                  repeatable, mandatory, hidden)
8264 VALUES (1, 'biblio', '710', 'f', $$Date of a work$$,
8265 FALSE, FALSE, FALSE);
8266 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8267                                  repeatable, mandatory, hidden)
8268 VALUES (1, 'biblio', '710', 'g', $$Miscellaneous information$$,
8269 FALSE, FALSE, FALSE);
8270 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8271                                  repeatable, mandatory, hidden)
8272 VALUES (1, 'biblio', '710', 'h', $$Medium$$,
8273 FALSE, FALSE, FALSE);
8274 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8275                                  repeatable, mandatory, hidden)
8276 VALUES (1, 'biblio', '710', 'k', $$Form subheading$$,
8277 TRUE, FALSE, FALSE);
8278 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8279                                  repeatable, mandatory, hidden)
8280 VALUES (1, 'biblio', '710', 'l', $$Language of a work$$,
8281 FALSE, FALSE, FALSE);
8282 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8283                                  repeatable, mandatory, hidden)
8284 VALUES (1, 'biblio', '710', 'm', $$Medium of performance for music$$,
8285 TRUE, FALSE, FALSE);
8286 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8287                                  repeatable, mandatory, hidden)
8288 VALUES (1, 'biblio', '710', 'n', $$Number of part/section/meeting$$,
8289 TRUE, FALSE, FALSE);
8290 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8291                                  repeatable, mandatory, hidden)
8292 VALUES (1, 'biblio', '710', 'o', $$Arranged statement for music$$,
8293 FALSE, FALSE, FALSE);
8294 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8295                                  repeatable, mandatory, hidden)
8296 VALUES (1, 'biblio', '710', 'p', $$Name of part/section of a work$$,
8297 TRUE, FALSE, FALSE);
8298 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8299                                  repeatable, mandatory, hidden)
8300 VALUES (1, 'biblio', '710', 'r', $$Key for music$$,
8301 FALSE, FALSE, FALSE);
8302 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8303                                  repeatable, mandatory, hidden)
8304 VALUES (1, 'biblio', '710', 's', $$Version$$,
8305 FALSE, FALSE, FALSE);
8306 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8307                                  repeatable, mandatory, hidden)
8308 VALUES (1, 'biblio', '710', 't', $$Title of a work$$,
8309 FALSE, FALSE, FALSE);
8310 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8311                                  repeatable, mandatory, hidden)
8312 VALUES (1, 'biblio', '710', 'u', $$Affiliation$$,
8313 FALSE, FALSE, FALSE);
8314 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8315                                  repeatable, mandatory, hidden)
8316 VALUES (1, 'biblio', '710', 'x', $$International Standard Serial Number$$,
8317 FALSE, FALSE, FALSE);
8318 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8319                                  repeatable, mandatory, hidden)
8320 VALUES (1, 'biblio', '710', '0', $$Authority record control number$$,
8321 TRUE, FALSE, FALSE);
8322 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8323                                  repeatable, mandatory, hidden)
8324 VALUES (1, 'biblio', '710', '3', $$Materials specified$$,
8325 FALSE, FALSE, FALSE);
8326 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8327                                  repeatable, mandatory, hidden)
8328 VALUES (1, 'biblio', '710', '4', $$Relator code$$,
8329 TRUE, FALSE, FALSE);
8330 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8331                                  repeatable, mandatory, hidden)
8332 VALUES (1, 'biblio', '710', '5', $$Institution to which field applies$$,
8333 FALSE, FALSE, FALSE);
8334 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8335                                  repeatable, mandatory, hidden)
8336 VALUES (1, 'biblio', '710', '6', $$Linkage$$,
8337 FALSE, FALSE, FALSE);
8338 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8339                                  repeatable, mandatory, hidden)
8340 VALUES (1, 'biblio', '710', '8', $$Field link and sequence number$$,
8341 TRUE, FALSE, FALSE);
8342 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
8343                               fixed_field, repeatable, mandatory, hidden)
8344 VALUES (1, 'biblio', '711', $$Added Entry-Meeting Name$$, $$Added entry in which the entry element is a meeting name.$$,
8345 FALSE, TRUE, FALSE, FALSE);
8346 INSERT INTO config.record_attr_definition(name, label)
8347 VALUES ('marc21_biblio_711_ind_1', 'MARC 21 biblio field 711 indicator position 1');
8348 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8349 VALUES ('marc21_biblio_711_ind_1', '0', $$Inverted name$$, FALSE, TRUE);
8350 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8351 VALUES ('marc21_biblio_711_ind_1', '1', $$Jurisdiction name$$, FALSE, TRUE);
8352 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8353 VALUES ('marc21_biblio_711_ind_1', '2', $$Name in direct order$$, FALSE, TRUE);
8354 INSERT INTO config.record_attr_definition(name, label)
8355 VALUES ('marc21_biblio_711_ind_2', 'MARC 21 biblio field 711 indicator position 2');
8356 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8357 VALUES ('marc21_biblio_711_ind_2', '#', $$No information provided$$, FALSE, TRUE);
8358 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8359 VALUES ('marc21_biblio_711_ind_2', '2', $$Analytical entry$$, FALSE, TRUE);
8360 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8361                                  repeatable, mandatory, hidden)
8362 VALUES (1, 'biblio', '711', 'a', $$Meeting name or jurisdiction name as entry element$$,
8363 FALSE, FALSE, FALSE);
8364 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8365                                  repeatable, mandatory, hidden)
8366 VALUES (1, 'biblio', '711', 'c', $$Location of meeting$$,
8367 FALSE, FALSE, FALSE);
8368 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8369                                  repeatable, mandatory, hidden)
8370 VALUES (1, 'biblio', '711', 'd', $$Date of meeting$$,
8371 FALSE, FALSE, FALSE);
8372 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8373                                  repeatable, mandatory, hidden)
8374 VALUES (1, 'biblio', '711', 'e', $$Subordinate unit$$,
8375 TRUE, FALSE, FALSE);
8376 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8377                                  repeatable, mandatory, hidden)
8378 VALUES (1, 'biblio', '711', 'f', $$Date of a work$$,
8379 FALSE, FALSE, FALSE);
8380 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8381                                  repeatable, mandatory, hidden)
8382 VALUES (1, 'biblio', '711', 'g', $$Miscellaneous information$$,
8383 FALSE, FALSE, FALSE);
8384 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8385                                  repeatable, mandatory, hidden)
8386 VALUES (1, 'biblio', '711', 'h', $$Medium$$,
8387 FALSE, FALSE, FALSE);
8388 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8389                                  repeatable, mandatory, hidden)
8390 VALUES (1, 'biblio', '711', 'j', $$Relator term$$,
8391 TRUE, FALSE, FALSE);
8392 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8393                                  repeatable, mandatory, hidden)
8394 VALUES (1, 'biblio', '711', 'k', $$Form subheading$$,
8395 TRUE, FALSE, FALSE);
8396 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8397                                  repeatable, mandatory, hidden)
8398 VALUES (1, 'biblio', '711', 'l', $$Language of a work$$,
8399 FALSE, FALSE, FALSE);
8400 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8401                                  repeatable, mandatory, hidden)
8402 VALUES (1, 'biblio', '711', 'n', $$Number of part/section/meeting$$,
8403 TRUE, FALSE, FALSE);
8404 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8405                                  repeatable, mandatory, hidden)
8406 VALUES (1, 'biblio', '711', 'p', $$Name of part/section of a work$$,
8407 TRUE, FALSE, FALSE);
8408 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8409                                  repeatable, mandatory, hidden)
8410 VALUES (1, 'biblio', '711', 'q', $$Name of meeting following jurisdiction name entry element$$,
8411 FALSE, FALSE, FALSE);
8412 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8413                                  repeatable, mandatory, hidden)
8414 VALUES (1, 'biblio', '711', 's', $$Version$$,
8415 FALSE, FALSE, FALSE);
8416 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8417                                  repeatable, mandatory, hidden)
8418 VALUES (1, 'biblio', '711', 't', $$Title of a work$$,
8419 FALSE, FALSE, FALSE);
8420 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8421                                  repeatable, mandatory, hidden)
8422 VALUES (1, 'biblio', '711', 'u', $$Affiliation$$,
8423 FALSE, FALSE, FALSE);
8424 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8425                                  repeatable, mandatory, hidden)
8426 VALUES (1, 'biblio', '711', 'x', $$International Standard Serial Number$$,
8427 FALSE, FALSE, FALSE);
8428 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8429                                  repeatable, mandatory, hidden)
8430 VALUES (1, 'biblio', '711', '0', $$Authority record control number$$,
8431 TRUE, FALSE, FALSE);
8432 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8433                                  repeatable, mandatory, hidden)
8434 VALUES (1, 'biblio', '711', '3', $$Materials specified$$,
8435 FALSE, FALSE, FALSE);
8436 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8437                                  repeatable, mandatory, hidden)
8438 VALUES (1, 'biblio', '711', '4', $$Relator code$$,
8439 TRUE, FALSE, FALSE);
8440 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8441                                  repeatable, mandatory, hidden)
8442 VALUES (1, 'biblio', '711', '5', $$Institution to which field applies$$,
8443 FALSE, FALSE, FALSE);
8444 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8445                                  repeatable, mandatory, hidden)
8446 VALUES (1, 'biblio', '711', '6', $$Linkage$$,
8447 FALSE, FALSE, FALSE);
8448 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8449                                  repeatable, mandatory, hidden)
8450 VALUES (1, 'biblio', '711', '8', $$Field link and sequence number$$,
8451 TRUE, FALSE, FALSE);
8452 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
8453                               fixed_field, repeatable, mandatory, hidden)
8454 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).$$,
8455 FALSE, TRUE, FALSE, FALSE);
8456 INSERT INTO config.record_attr_definition(name, label)
8457 VALUES ('marc21_biblio_720_ind_1', 'MARC 21 biblio field 720 indicator position 1');
8458 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8459 VALUES ('marc21_biblio_720_ind_1', '#', $$Not specified$$, FALSE, TRUE);
8460 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8461 VALUES ('marc21_biblio_720_ind_1', '1', $$Personal$$, FALSE, TRUE);
8462 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8463 VALUES ('marc21_biblio_720_ind_1', '2', $$Other$$, FALSE, TRUE);
8464 INSERT INTO config.record_attr_definition(name, label)
8465 VALUES ('marc21_biblio_720_ind_2', 'MARC 21 biblio field 720 indicator position 2');
8466 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8467 VALUES ('marc21_biblio_720_ind_2', '#', $$Undefined$$, FALSE, TRUE);
8468 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8469                                  repeatable, mandatory, hidden)
8470 VALUES (1, 'biblio', '720', 'a', $$Name$$,
8471 FALSE, FALSE, FALSE);
8472 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8473                                  repeatable, mandatory, hidden)
8474 VALUES (1, 'biblio', '720', 'e', $$Relator term$$,
8475 TRUE, FALSE, FALSE);
8476 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8477                                  repeatable, mandatory, hidden)
8478 VALUES (1, 'biblio', '720', '4', $$Relator code$$,
8479 TRUE, FALSE, FALSE);
8480 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8481                                  repeatable, mandatory, hidden)
8482 VALUES (1, 'biblio', '720', '6', $$Linkage$$,
8483 FALSE, FALSE, FALSE);
8484 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8485                                  repeatable, mandatory, hidden)
8486 VALUES (1, 'biblio', '720', '8', $$Field link and sequence number$$,
8487 TRUE, FALSE, FALSE);
8488 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
8489                               fixed_field, repeatable, mandatory, hidden)
8490 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.$$,
8491 FALSE, TRUE, FALSE, FALSE);
8492 INSERT INTO config.record_attr_definition(name, label)
8493 VALUES ('marc21_biblio_730_ind_1', 'MARC 21 biblio field 730 indicator position 1');
8494 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8495 VALUES ('marc21_biblio_730_ind_1', '0', $$No nonfiling characters$$, FALSE, TRUE);
8496 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8497 VALUES ('marc21_biblio_730_ind_1', '1', $$Number of nonfiling characters - 1$$, FALSE, TRUE);
8498 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8499 VALUES ('marc21_biblio_730_ind_1', '2', $$Number of nonfiling characters - 2$$, FALSE, TRUE);
8500 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8501 VALUES ('marc21_biblio_730_ind_1', '3', $$Number of nonfiling characters - 3$$, FALSE, TRUE);
8502 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8503 VALUES ('marc21_biblio_730_ind_1', '4', $$Number of nonfiling characters - 4$$, FALSE, TRUE);
8504 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8505 VALUES ('marc21_biblio_730_ind_1', '5', $$Number of nonfiling characters - 5$$, FALSE, TRUE);
8506 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8507 VALUES ('marc21_biblio_730_ind_1', '6', $$Number of nonfiling characters - 6$$, FALSE, TRUE);
8508 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8509 VALUES ('marc21_biblio_730_ind_1', '7', $$Number of nonfiling characters - 7$$, FALSE, TRUE);
8510 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8511 VALUES ('marc21_biblio_730_ind_1', '8', $$Number of nonfiling characters - 8$$, FALSE, TRUE);
8512 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8513 VALUES ('marc21_biblio_730_ind_1', '9', $$Number of nonfiling characters - 9$$, FALSE, TRUE);
8514 INSERT INTO config.record_attr_definition(name, label)
8515 VALUES ('marc21_biblio_730_ind_2', 'MARC 21 biblio field 730 indicator position 2');
8516 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8517 VALUES ('marc21_biblio_730_ind_2', '#', $$No information provided$$, FALSE, TRUE);
8518 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8519 VALUES ('marc21_biblio_730_ind_2', '2', $$Analytical entry$$, FALSE, TRUE);
8520 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8521                                  repeatable, mandatory, hidden)
8522 VALUES (1, 'biblio', '730', 'a', $$Uniform title$$,
8523 FALSE, FALSE, FALSE);
8524 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8525                                  repeatable, mandatory, hidden)
8526 VALUES (1, 'biblio', '730', 'd', $$Date of treaty signing$$,
8527 TRUE, FALSE, FALSE);
8528 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8529                                  repeatable, mandatory, hidden)
8530 VALUES (1, 'biblio', '730', 'f', $$Date of a work$$,
8531 FALSE, FALSE, FALSE);
8532 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8533                                  repeatable, mandatory, hidden)
8534 VALUES (1, 'biblio', '730', 'g', $$Miscellaneous information$$,
8535 FALSE, FALSE, FALSE);
8536 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8537                                  repeatable, mandatory, hidden)
8538 VALUES (1, 'biblio', '730', 'h', $$Medium$$,
8539 FALSE, FALSE, FALSE);
8540 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8541                                  repeatable, mandatory, hidden)
8542 VALUES (1, 'biblio', '730', 'k', $$Form subheading$$,
8543 TRUE, FALSE, FALSE);
8544 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8545                                  repeatable, mandatory, hidden)
8546 VALUES (1, 'biblio', '730', 'l', $$Language of a work$$,
8547 FALSE, FALSE, FALSE);
8548 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8549                                  repeatable, mandatory, hidden)
8550 VALUES (1, 'biblio', '730', 'm', $$Medium of performance for music$$,
8551 TRUE, FALSE, FALSE);
8552 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8553                                  repeatable, mandatory, hidden)
8554 VALUES (1, 'biblio', '730', 'n', $$Number of part/section of a work$$,
8555 TRUE, FALSE, FALSE);
8556 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8557                                  repeatable, mandatory, hidden)
8558 VALUES (1, 'biblio', '730', 'o', $$Arranged statement for music$$,
8559 FALSE, FALSE, FALSE);
8560 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8561                                  repeatable, mandatory, hidden)
8562 VALUES (1, 'biblio', '730', 'p', $$Name of part/section of a work$$,
8563 TRUE, FALSE, FALSE);
8564 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8565                                  repeatable, mandatory, hidden)
8566 VALUES (1, 'biblio', '730', 'r', $$Key for music$$,
8567 FALSE, FALSE, FALSE);
8568 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8569                                  repeatable, mandatory, hidden)
8570 VALUES (1, 'biblio', '730', 's', $$Version$$,
8571 FALSE, FALSE, FALSE);
8572 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8573                                  repeatable, mandatory, hidden)
8574 VALUES (1, 'biblio', '730', 't', $$Title of a work$$,
8575 FALSE, FALSE, FALSE);
8576 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8577                                  repeatable, mandatory, hidden)
8578 VALUES (1, 'biblio', '730', 'x', $$International Standard Serial Number$$,
8579 FALSE, FALSE, FALSE);
8580 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8581                                  repeatable, mandatory, hidden)
8582 VALUES (1, 'biblio', '730', '0', $$Authority record control number$$,
8583 TRUE, FALSE, FALSE);
8584 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8585                                  repeatable, mandatory, hidden)
8586 VALUES (1, 'biblio', '730', '3', $$Materials specified$$,
8587 FALSE, FALSE, FALSE);
8588 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8589                                  repeatable, mandatory, hidden)
8590 VALUES (1, 'biblio', '730', '5', $$Institution to which field applies$$,
8591 FALSE, FALSE, FALSE);
8592 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8593                                  repeatable, mandatory, hidden)
8594 VALUES (1, 'biblio', '730', '6', $$Linkage$$,
8595 FALSE, FALSE, FALSE);
8596 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8597                                  repeatable, mandatory, hidden)
8598 VALUES (1, 'biblio', '730', '8', $$Field link and sequence number$$,
8599 TRUE, FALSE, FALSE);
8600 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
8601                               fixed_field, repeatable, mandatory, hidden)
8602 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)).$$,
8603 FALSE, TRUE, FALSE, FALSE);
8604 INSERT INTO config.record_attr_definition(name, label)
8605 VALUES ('marc21_biblio_740_ind_1', 'MARC 21 biblio field 740 indicator position 1');
8606 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8607 VALUES ('marc21_biblio_740_ind_1', '0', $$No nonfiling characters$$, FALSE, TRUE);
8608 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8609 VALUES ('marc21_biblio_740_ind_1', '1', $$Number of nonfiling characters - 1$$, FALSE, TRUE);
8610 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8611 VALUES ('marc21_biblio_740_ind_1', '2', $$Number of nonfiling characters - 2$$, FALSE, TRUE);
8612 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8613 VALUES ('marc21_biblio_740_ind_1', '3', $$Number of nonfiling characters - 3$$, FALSE, TRUE);
8614 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8615 VALUES ('marc21_biblio_740_ind_1', '4', $$Number of nonfiling characters - 4$$, FALSE, TRUE);
8616 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8617 VALUES ('marc21_biblio_740_ind_1', '5', $$Number of nonfiling characters - 5$$, FALSE, TRUE);
8618 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8619 VALUES ('marc21_biblio_740_ind_1', '6', $$Number of nonfiling characters - 6$$, FALSE, TRUE);
8620 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8621 VALUES ('marc21_biblio_740_ind_1', '7', $$Number of nonfiling characters - 7$$, FALSE, TRUE);
8622 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8623 VALUES ('marc21_biblio_740_ind_1', '8', $$Number of nonfiling characters - 8$$, FALSE, TRUE);
8624 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8625 VALUES ('marc21_biblio_740_ind_1', '9', $$Number of nonfiling characters - 9$$, FALSE, TRUE);
8626 INSERT INTO config.record_attr_definition(name, label)
8627 VALUES ('marc21_biblio_740_ind_2', 'MARC 21 biblio field 740 indicator position 2');
8628 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8629 VALUES ('marc21_biblio_740_ind_2', '#', $$No information provided$$, FALSE, TRUE);
8630 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8631 VALUES ('marc21_biblio_740_ind_2', '2', $$Analytical entry$$, FALSE, TRUE);
8632 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8633                                  repeatable, mandatory, hidden)
8634 VALUES (1, 'biblio', '740', 'a', $$Uncontrolled related/analytical title$$,
8635 FALSE, FALSE, FALSE);
8636 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8637                                  repeatable, mandatory, hidden)
8638 VALUES (1, 'biblio', '740', 'h', $$Medium$$,
8639 FALSE, FALSE, FALSE);
8640 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8641                                  repeatable, mandatory, hidden)
8642 VALUES (1, 'biblio', '740', 'n', $$Number of part/section of a work$$,
8643 TRUE, FALSE, FALSE);
8644 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8645                                  repeatable, mandatory, hidden)
8646 VALUES (1, 'biblio', '740', 'p', $$Name of part/section of a work$$,
8647 TRUE, FALSE, FALSE);
8648 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8649                                  repeatable, mandatory, hidden)
8650 VALUES (1, 'biblio', '740', '5', $$Institution to which field applies$$,
8651 FALSE, FALSE, FALSE);
8652 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8653                                  repeatable, mandatory, hidden)
8654 VALUES (1, 'biblio', '740', '6', $$Linkage$$,
8655 FALSE, FALSE, FALSE);
8656 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8657                                  repeatable, mandatory, hidden)
8658 VALUES (1, 'biblio', '740', '8', $$Field link and sequence number$$,
8659 TRUE, FALSE, FALSE);
8660 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
8661                               fixed_field, repeatable, mandatory, hidden)
8662 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.$$,
8663 FALSE, TRUE, FALSE, FALSE);
8664 INSERT INTO config.record_attr_definition(name, label)
8665 VALUES ('marc21_biblio_751_ind_1', 'MARC 21 biblio field 751 indicator position 1');
8666 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8667 VALUES ('marc21_biblio_751_ind_1', '#', $$Undefined$$, FALSE, TRUE);
8668 INSERT INTO config.record_attr_definition(name, label)
8669 VALUES ('marc21_biblio_751_ind_2', 'MARC 21 biblio field 751 indicator position 2');
8670 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8671 VALUES ('marc21_biblio_751_ind_2', '#', $$Undefined$$, FALSE, TRUE);
8672 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8673                                  repeatable, mandatory, hidden)
8674 VALUES (1, 'biblio', '751', 'a', $$Geographic name$$,
8675 FALSE, FALSE, FALSE);
8676 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8677                                  repeatable, mandatory, hidden)
8678 VALUES (1, 'biblio', '751', 'e', $$Relator term$$,
8679 TRUE, FALSE, FALSE);
8680 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8681                                  repeatable, mandatory, hidden)
8682 VALUES (1, 'biblio', '751', '0', $$Authority record control number$$,
8683 TRUE, FALSE, FALSE);
8684 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8685                                  repeatable, mandatory, hidden)
8686 VALUES (1, 'biblio', '751', '2', $$Source of heading or term$$,
8687 FALSE, FALSE, FALSE);
8688 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8689                                  repeatable, mandatory, hidden)
8690 VALUES (1, 'biblio', '751', '3', $$Materials specified$$,
8691 FALSE, FALSE, FALSE);
8692 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8693                                  repeatable, mandatory, hidden)
8694 VALUES (1, 'biblio', '751', '4', $$Relator code$$,
8695 TRUE, FALSE, FALSE);
8696 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8697                                  repeatable, mandatory, hidden)
8698 VALUES (1, 'biblio', '751', '6', $$Linkage$$,
8699 FALSE, FALSE, FALSE);
8700 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8701                                  repeatable, mandatory, hidden)
8702 VALUES (1, 'biblio', '751', '8', $$Field link and sequence number$$,
8703 TRUE, FALSE, FALSE);
8704 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
8705                               fixed_field, repeatable, mandatory, hidden)
8706 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.$$,
8707 FALSE, TRUE, FALSE, FALSE);
8708 INSERT INTO config.record_attr_definition(name, label)
8709 VALUES ('marc21_biblio_752_ind_1', 'MARC 21 biblio field 752 indicator position 1');
8710 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8711 VALUES ('marc21_biblio_752_ind_1', '#', $$Undefined$$, FALSE, TRUE);
8712 INSERT INTO config.record_attr_definition(name, label)
8713 VALUES ('marc21_biblio_752_ind_2', 'MARC 21 biblio field 752 indicator position 2');
8714 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8715 VALUES ('marc21_biblio_752_ind_2', '#', $$Undefined$$, FALSE, TRUE);
8716 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8717                                  repeatable, mandatory, hidden)
8718 VALUES (1, 'biblio', '752', 'a', $$Country or larger entity$$,
8719 TRUE, FALSE, FALSE);
8720 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8721                                  repeatable, mandatory, hidden)
8722 VALUES (1, 'biblio', '752', 'b', $$First-order political jurisdiction$$,
8723 FALSE, FALSE, FALSE);
8724 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8725                                  repeatable, mandatory, hidden)
8726 VALUES (1, 'biblio', '752', 'c', $$Intermediate political jurisdiction$$,
8727 TRUE, FALSE, FALSE);
8728 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8729                                  repeatable, mandatory, hidden)
8730 VALUES (1, 'biblio', '752', 'd', $$City$$,
8731 FALSE, FALSE, FALSE);
8732 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8733                                  repeatable, mandatory, hidden)
8734 VALUES (1, 'biblio', '752', 'f', $$City subsection$$,
8735 TRUE, FALSE, FALSE);
8736 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8737                                  repeatable, mandatory, hidden)
8738 VALUES (1, 'biblio', '752', 'g', $$Other nonjurisdictional geographic region and feature$$,
8739 TRUE, FALSE, FALSE);
8740 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8741                                  repeatable, mandatory, hidden)
8742 VALUES (1, 'biblio', '752', 'h', $$Extraterrestrial area$$,
8743 TRUE, FALSE, FALSE);
8744 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8745                                  repeatable, mandatory, hidden)
8746 VALUES (1, 'biblio', '752', '0', $$Authority record control number$$,
8747 TRUE, FALSE, FALSE);
8748 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8749                                  repeatable, mandatory, hidden)
8750 VALUES (1, 'biblio', '752', '2', $$Source of heading or term$$,
8751 FALSE, FALSE, FALSE);
8752 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8753                                  repeatable, mandatory, hidden)
8754 VALUES (1, 'biblio', '752', '6', $$Linkage$$,
8755 FALSE, FALSE, FALSE);
8756 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8757                                  repeatable, mandatory, hidden)
8758 VALUES (1, 'biblio', '752', '8', $$Field link and sequence number$$,
8759 TRUE, FALSE, FALSE);
8760 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
8761                               fixed_field, repeatable, mandatory, hidden)
8762 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.$$,
8763 FALSE, TRUE, FALSE, FALSE);
8764 INSERT INTO config.record_attr_definition(name, label)
8765 VALUES ('marc21_biblio_753_ind_1', 'MARC 21 biblio field 753 indicator position 1');
8766 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8767 VALUES ('marc21_biblio_753_ind_1', '#', $$Undefined$$, FALSE, TRUE);
8768 INSERT INTO config.record_attr_definition(name, label)
8769 VALUES ('marc21_biblio_753_ind_2', 'MARC 21 biblio field 753 indicator position 2');
8770 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8771 VALUES ('marc21_biblio_753_ind_2', '#', $$Undefined$$, FALSE, TRUE);
8772 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8773                                  repeatable, mandatory, hidden)
8774 VALUES (1, 'biblio', '753', 'a', $$Make and model of machine$$,
8775 FALSE, FALSE, FALSE);
8776 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8777                                  repeatable, mandatory, hidden)
8778 VALUES (1, 'biblio', '753', 'b', $$Programming language$$,
8779 FALSE, FALSE, FALSE);
8780 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8781                                  repeatable, mandatory, hidden)
8782 VALUES (1, 'biblio', '753', 'c', $$Operating system$$,
8783 FALSE, FALSE, FALSE);
8784 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8785                                  repeatable, mandatory, hidden)
8786 VALUES (1, 'biblio', '753', '6', $$Linkage$$,
8787 FALSE, FALSE, FALSE);
8788 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8789                                  repeatable, mandatory, hidden)
8790 VALUES (1, 'biblio', '753', '8', $$Field link and sequence number$$,
8791 TRUE, FALSE, FALSE);
8792 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
8793                               fixed_field, repeatable, mandatory, hidden)
8794 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.$$,
8795 FALSE, TRUE, FALSE, FALSE);
8796 INSERT INTO config.record_attr_definition(name, label)
8797 VALUES ('marc21_biblio_754_ind_1', 'MARC 21 biblio field 754 indicator position 1');
8798 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8799 VALUES ('marc21_biblio_754_ind_1', '#', $$Undefined$$, FALSE, TRUE);
8800 INSERT INTO config.record_attr_definition(name, label)
8801 VALUES ('marc21_biblio_754_ind_2', 'MARC 21 biblio field 754 indicator position 2');
8802 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8803 VALUES ('marc21_biblio_754_ind_2', '#', $$Undefined$$, FALSE, TRUE);
8804 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8805                                  repeatable, mandatory, hidden)
8806 VALUES (1, 'biblio', '754', 'a', $$Taxonomic name$$,
8807 TRUE, FALSE, FALSE);
8808 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8809                                  repeatable, mandatory, hidden)
8810 VALUES (1, 'biblio', '754', 'c', $$Taxonomic category$$,
8811 TRUE, FALSE, FALSE);
8812 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8813                                  repeatable, mandatory, hidden)
8814 VALUES (1, 'biblio', '754', 'd', $$Common or alternative name$$,
8815 TRUE, FALSE, FALSE);
8816 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8817                                  repeatable, mandatory, hidden)
8818 VALUES (1, 'biblio', '754', 'x', $$Non-public note$$,
8819 TRUE, FALSE, FALSE);
8820 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8821                                  repeatable, mandatory, hidden)
8822 VALUES (1, 'biblio', '754', 'z', $$Public note$$,
8823 TRUE, FALSE, FALSE);
8824 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8825                                  repeatable, mandatory, hidden)
8826 VALUES (1, 'biblio', '754', '0', $$Authority record control number$$,
8827 TRUE, FALSE, FALSE);
8828 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8829                                  repeatable, mandatory, hidden)
8830 VALUES (1, 'biblio', '754', '2', $$Source of taxonomic identification$$,
8831 FALSE, FALSE, FALSE);
8832 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8833                                  repeatable, mandatory, hidden)
8834 VALUES (1, 'biblio', '754', '6', $$Linkage$$,
8835 FALSE, FALSE, FALSE);
8836 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8837                                  repeatable, mandatory, hidden)
8838 VALUES (1, 'biblio', '754', '8', $$Field link and sequence number$$,
8839 TRUE, FALSE, FALSE);
8840 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
8841                               fixed_field, repeatable, mandatory, hidden)
8842 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.$$,
8843 FALSE, TRUE, FALSE, FALSE);
8844 INSERT INTO config.record_attr_definition(name, label)
8845 VALUES ('marc21_biblio_760_ind_1', 'MARC 21 biblio field 760 indicator position 1');
8846 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8847 VALUES ('marc21_biblio_760_ind_1', '0', $$Display note$$, FALSE, TRUE);
8848 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8849 VALUES ('marc21_biblio_760_ind_1', '1', $$Do not display note$$, FALSE, TRUE);
8850 INSERT INTO config.record_attr_definition(name, label)
8851 VALUES ('marc21_biblio_760_ind_2', 'MARC 21 biblio field 760 indicator position 2');
8852 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8853 VALUES ('marc21_biblio_760_ind_2', '#', $$Main series$$, FALSE, TRUE);
8854 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8855 VALUES ('marc21_biblio_760_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
8856 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8857                                  repeatable, mandatory, hidden)
8858 VALUES (1, 'biblio', '760', 'a', $$Main entry heading$$,
8859 FALSE, FALSE, FALSE);
8860 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8861                                  repeatable, mandatory, hidden)
8862 VALUES (1, 'biblio', '760', 'b', $$Edition$$,
8863 FALSE, FALSE, FALSE);
8864 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8865                                  repeatable, mandatory, hidden)
8866 VALUES (1, 'biblio', '760', 'c', $$Qualifying information$$,
8867 FALSE, FALSE, FALSE);
8868 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8869                                  repeatable, mandatory, hidden)
8870 VALUES (1, 'biblio', '760', 'd', $$Place, publisher, and date of publication$$,
8871 FALSE, FALSE, FALSE);
8872 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8873                                  repeatable, mandatory, hidden)
8874 VALUES (1, 'biblio', '760', 'g', $$Related parts$$,
8875 TRUE, FALSE, FALSE);
8876 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8877                                  repeatable, mandatory, hidden)
8878 VALUES (1, 'biblio', '760', 'h', $$Physical description$$,
8879 FALSE, FALSE, FALSE);
8880 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8881                                  repeatable, mandatory, hidden)
8882 VALUES (1, 'biblio', '760', 'i', $$Relationship information$$,
8883 TRUE, FALSE, FALSE);
8884 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8885                                  repeatable, mandatory, hidden)
8886 VALUES (1, 'biblio', '760', 'm', $$Material-specific details$$,
8887 FALSE, FALSE, FALSE);
8888 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8889                                  repeatable, mandatory, hidden)
8890 VALUES (1, 'biblio', '760', 'n', $$Note$$,
8891 TRUE, FALSE, FALSE);
8892 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8893                                  repeatable, mandatory, hidden)
8894 VALUES (1, 'biblio', '760', 'o', $$Other item identifier$$,
8895 TRUE, FALSE, FALSE);
8896 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8897                                  repeatable, mandatory, hidden)
8898 VALUES (1, 'biblio', '760', 's', $$Uniform title$$,
8899 FALSE, FALSE, FALSE);
8900 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8901                                  repeatable, mandatory, hidden)
8902 VALUES (1, 'biblio', '760', 't', $$Title$$,
8903 FALSE, FALSE, FALSE);
8904 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8905                                  repeatable, mandatory, hidden)
8906 VALUES (1, 'biblio', '760', 'w', $$Record control number$$,
8907 TRUE, FALSE, FALSE);
8908 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8909                                  repeatable, mandatory, hidden)
8910 VALUES (1, 'biblio', '760', 'x', $$International Standard Serial Number$$,
8911 FALSE, FALSE, FALSE);
8912 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8913                                  repeatable, mandatory, hidden)
8914 VALUES (1, 'biblio', '760', 'y', $$CODEN designation$$,
8915 FALSE, FALSE, FALSE);
8916 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8917                                  repeatable, mandatory, hidden)
8918 VALUES (1, 'biblio', '760', '6', $$Linkage$$,
8919 FALSE, FALSE, FALSE);
8920 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8921                                  repeatable, mandatory, hidden)
8922 VALUES (1, 'biblio', '760', '7', $$Control subfield$$,
8923 FALSE, FALSE, FALSE);
8924 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8925                                  repeatable, mandatory, hidden)
8926 VALUES (1, 'biblio', '760', 'p', $$Personal name$$,
8927 TRUE, FALSE, FALSE);
8928 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
8929                               fixed_field, repeatable, mandatory, hidden)
8930 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.$$,
8931 FALSE, TRUE, FALSE, FALSE);
8932 INSERT INTO config.record_attr_definition(name, label)
8933 VALUES ('marc21_biblio_762_ind_1', 'MARC 21 biblio field 762 indicator position 1');
8934 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8935 VALUES ('marc21_biblio_762_ind_1', '0', $$Display note$$, FALSE, TRUE);
8936 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8937 VALUES ('marc21_biblio_762_ind_1', '1', $$Do not display note$$, FALSE, TRUE);
8938 INSERT INTO config.record_attr_definition(name, label)
8939 VALUES ('marc21_biblio_762_ind_2', 'MARC 21 biblio field 762 indicator position 2');
8940 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8941 VALUES ('marc21_biblio_762_ind_2', '#', $$Has subseries$$, FALSE, TRUE);
8942 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8943 VALUES ('marc21_biblio_762_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
8944 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8945                                  repeatable, mandatory, hidden)
8946 VALUES (1, 'biblio', '762', 'a', $$Main entry heading$$,
8947 FALSE, FALSE, FALSE);
8948 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8949                                  repeatable, mandatory, hidden)
8950 VALUES (1, 'biblio', '762', 'b', $$Edition$$,
8951 FALSE, FALSE, FALSE);
8952 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8953                                  repeatable, mandatory, hidden)
8954 VALUES (1, 'biblio', '762', 'c', $$Qualifying information$$,
8955 FALSE, FALSE, FALSE);
8956 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8957                                  repeatable, mandatory, hidden)
8958 VALUES (1, 'biblio', '762', 'd', $$Place, publisher, and date of publication$$,
8959 FALSE, FALSE, FALSE);
8960 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8961                                  repeatable, mandatory, hidden)
8962 VALUES (1, 'biblio', '762', 'g', $$Related parts$$,
8963 TRUE, FALSE, FALSE);
8964 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8965                                  repeatable, mandatory, hidden)
8966 VALUES (1, 'biblio', '762', 'h', $$Physical description$$,
8967 FALSE, FALSE, FALSE);
8968 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8969                                  repeatable, mandatory, hidden)
8970 VALUES (1, 'biblio', '762', 'i', $$Relationship information$$,
8971 TRUE, FALSE, FALSE);
8972 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8973                                  repeatable, mandatory, hidden)
8974 VALUES (1, 'biblio', '762', 'm', $$Material-specific details$$,
8975 FALSE, FALSE, FALSE);
8976 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8977                                  repeatable, mandatory, hidden)
8978 VALUES (1, 'biblio', '762', 'n', $$Note$$,
8979 TRUE, FALSE, FALSE);
8980 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8981                                  repeatable, mandatory, hidden)
8982 VALUES (1, 'biblio', '762', 'o', $$Other item identifier$$,
8983 TRUE, FALSE, FALSE);
8984 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8985                                  repeatable, mandatory, hidden)
8986 VALUES (1, 'biblio', '762', 's', $$Uniform title$$,
8987 FALSE, FALSE, FALSE);
8988 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8989                                  repeatable, mandatory, hidden)
8990 VALUES (1, 'biblio', '762', 't', $$Title$$,
8991 FALSE, FALSE, FALSE);
8992 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8993                                  repeatable, mandatory, hidden)
8994 VALUES (1, 'biblio', '762', 'w', $$Record control number$$,
8995 TRUE, FALSE, FALSE);
8996 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8997                                  repeatable, mandatory, hidden)
8998 VALUES (1, 'biblio', '762', 'x', $$International Standard Serial Number$$,
8999 FALSE, FALSE, FALSE);
9000 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9001                                  repeatable, mandatory, hidden)
9002 VALUES (1, 'biblio', '762', 'y', $$CODEN designation$$,
9003 FALSE, FALSE, FALSE);
9004 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9005                                  repeatable, mandatory, hidden)
9006 VALUES (1, 'biblio', '762', '6', $$Linkage$$,
9007 FALSE, FALSE, FALSE);
9008 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9009                                  repeatable, mandatory, hidden)
9010 VALUES (1, 'biblio', '762', '7', $$Control subfield$$,
9011 FALSE, FALSE, FALSE);
9012 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9013                                  repeatable, mandatory, hidden)
9014 VALUES (1, 'biblio', '762', '8', $$Field link and sequence number$$,
9015 TRUE, FALSE, FALSE);
9016 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
9017                               fixed_field, repeatable, mandatory, hidden)
9018 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.$$,
9019 FALSE, TRUE, FALSE, FALSE);
9020 INSERT INTO config.record_attr_definition(name, label)
9021 VALUES ('marc21_biblio_765_ind_1', 'MARC 21 biblio field 765 indicator position 1');
9022 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9023 VALUES ('marc21_biblio_765_ind_1', '0', $$Display note$$, FALSE, TRUE);
9024 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9025 VALUES ('marc21_biblio_765_ind_1', '1', $$Do not display note$$, FALSE, TRUE);
9026 INSERT INTO config.record_attr_definition(name, label)
9027 VALUES ('marc21_biblio_765_ind_2', 'MARC 21 biblio field 765 indicator position 2');
9028 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9029 VALUES ('marc21_biblio_765_ind_2', '#', $$Translation of$$, FALSE, TRUE);
9030 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9031 VALUES ('marc21_biblio_765_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
9032 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9033                                  repeatable, mandatory, hidden)
9034 VALUES (1, 'biblio', '765', 'a', $$Main entry heading$$,
9035 FALSE, FALSE, FALSE);
9036 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9037                                  repeatable, mandatory, hidden)
9038 VALUES (1, 'biblio', '765', 'b', $$Edition$$,
9039 FALSE, FALSE, FALSE);
9040 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9041                                  repeatable, mandatory, hidden)
9042 VALUES (1, 'biblio', '765', 'c', $$Qualifying information$$,
9043 FALSE, FALSE, FALSE);
9044 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9045                                  repeatable, mandatory, hidden)
9046 VALUES (1, 'biblio', '765', 'd', $$Place, publisher, and date of publication$$,
9047 FALSE, FALSE, FALSE);
9048 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9049                                  repeatable, mandatory, hidden)
9050 VALUES (1, 'biblio', '765', 'g', $$Related parts$$,
9051 TRUE, FALSE, FALSE);
9052 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9053                                  repeatable, mandatory, hidden)
9054 VALUES (1, 'biblio', '765', 'h', $$Physical description$$,
9055 FALSE, FALSE, FALSE);
9056 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9057                                  repeatable, mandatory, hidden)
9058 VALUES (1, 'biblio', '765', 'i', $$Relationship information$$,
9059 TRUE, FALSE, FALSE);
9060 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9061                                  repeatable, mandatory, hidden)
9062 VALUES (1, 'biblio', '765', 'k', $$Series data for related item$$,
9063 TRUE, FALSE, FALSE);
9064 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9065                                  repeatable, mandatory, hidden)
9066 VALUES (1, 'biblio', '765', 'm', $$Material-specific details$$,
9067 FALSE, FALSE, FALSE);
9068 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9069                                  repeatable, mandatory, hidden)
9070 VALUES (1, 'biblio', '765', 'n', $$Note$$,
9071 TRUE, FALSE, FALSE);
9072 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9073                                  repeatable, mandatory, hidden)
9074 VALUES (1, 'biblio', '765', 'o', $$Other item identifier$$,
9075 TRUE, FALSE, FALSE);
9076 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9077                                  repeatable, mandatory, hidden)
9078 VALUES (1, 'biblio', '765', 'r', $$Report number$$,
9079 TRUE, FALSE, FALSE);
9080 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9081                                  repeatable, mandatory, hidden)
9082 VALUES (1, 'biblio', '765', 's', $$Uniform title$$,
9083 FALSE, FALSE, FALSE);
9084 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9085                                  repeatable, mandatory, hidden)
9086 VALUES (1, 'biblio', '765', 't', $$Title$$,
9087 FALSE, FALSE, FALSE);
9088 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9089                                  repeatable, mandatory, hidden)
9090 VALUES (1, 'biblio', '765', 'u', $$Standard Technical Report Number$$,
9091 FALSE, FALSE, FALSE);
9092 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9093                                  repeatable, mandatory, hidden)
9094 VALUES (1, 'biblio', '765', 'w', $$Record control number$$,
9095 TRUE, FALSE, FALSE);
9096 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9097                                  repeatable, mandatory, hidden)
9098 VALUES (1, 'biblio', '765', 'x', $$International Standard Serial Number$$,
9099 FALSE, FALSE, FALSE);
9100 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9101                                  repeatable, mandatory, hidden)
9102 VALUES (1, 'biblio', '765', 'y', $$CODEN designation$$,
9103 FALSE, FALSE, FALSE);
9104 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9105                                  repeatable, mandatory, hidden)
9106 VALUES (1, 'biblio', '765', 'z', $$International Standard Book Number$$,
9107 TRUE, FALSE, FALSE);
9108 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9109                                  repeatable, mandatory, hidden)
9110 VALUES (1, 'biblio', '765', '6', $$Linkage$$,
9111 FALSE, FALSE, FALSE);
9112 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9113                                  repeatable, mandatory, hidden)
9114 VALUES (1, 'biblio', '765', '7', $$Control subfield$$,
9115 FALSE, FALSE, FALSE);
9116 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9117                                  repeatable, mandatory, hidden)
9118 VALUES (1, 'biblio', '765', '8', $$Field link and sequence number$$,
9119 TRUE, FALSE, FALSE);
9120 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
9121                               fixed_field, repeatable, mandatory, hidden)
9122 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.$$,
9123 FALSE, TRUE, FALSE, FALSE);
9124 INSERT INTO config.record_attr_definition(name, label)
9125 VALUES ('marc21_biblio_767_ind_1', 'MARC 21 biblio field 767 indicator position 1');
9126 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9127 VALUES ('marc21_biblio_767_ind_1', '0', $$Display note$$, FALSE, TRUE);
9128 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9129 VALUES ('marc21_biblio_767_ind_1', '1', $$Do not display note$$, FALSE, TRUE);
9130 INSERT INTO config.record_attr_definition(name, label)
9131 VALUES ('marc21_biblio_767_ind_2', 'MARC 21 biblio field 767 indicator position 2');
9132 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9133 VALUES ('marc21_biblio_767_ind_2', '#', $$Translated as$$, FALSE, TRUE);
9134 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9135 VALUES ('marc21_biblio_767_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
9136 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9137                                  repeatable, mandatory, hidden)
9138 VALUES (1, 'biblio', '767', 'a', $$Main entry heading$$,
9139 FALSE, FALSE, FALSE);
9140 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9141                                  repeatable, mandatory, hidden)
9142 VALUES (1, 'biblio', '767', 'b', $$Edition$$,
9143 FALSE, FALSE, FALSE);
9144 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9145                                  repeatable, mandatory, hidden)
9146 VALUES (1, 'biblio', '767', 'c', $$Qualifying information$$,
9147 FALSE, FALSE, FALSE);
9148 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9149                                  repeatable, mandatory, hidden)
9150 VALUES (1, 'biblio', '767', 'd', $$Place, publisher, and date of publication$$,
9151 FALSE, FALSE, FALSE);
9152 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9153                                  repeatable, mandatory, hidden)
9154 VALUES (1, 'biblio', '767', 'g', $$Related parts$$,
9155 TRUE, FALSE, FALSE);
9156 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9157                                  repeatable, mandatory, hidden)
9158 VALUES (1, 'biblio', '767', 'h', $$Physical description$$,
9159 FALSE, FALSE, FALSE);
9160 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9161                                  repeatable, mandatory, hidden)
9162 VALUES (1, 'biblio', '767', 'i', $$Relationship information$$,
9163 TRUE, FALSE, FALSE);
9164 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9165                                  repeatable, mandatory, hidden)
9166 VALUES (1, 'biblio', '767', 'k', $$Series data for related item$$,
9167 TRUE, FALSE, FALSE);
9168 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9169                                  repeatable, mandatory, hidden)
9170 VALUES (1, 'biblio', '767', 'm', $$Material-specific details$$,
9171 FALSE, FALSE, FALSE);
9172 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9173                                  repeatable, mandatory, hidden)
9174 VALUES (1, 'biblio', '767', 'n', $$Note$$,
9175 TRUE, FALSE, FALSE);
9176 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9177                                  repeatable, mandatory, hidden)
9178 VALUES (1, 'biblio', '767', 'o', $$Other item identifier$$,
9179 TRUE, FALSE, FALSE);
9180 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9181                                  repeatable, mandatory, hidden)
9182 VALUES (1, 'biblio', '767', 'r', $$Report number$$,
9183 TRUE, FALSE, FALSE);
9184 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9185                                  repeatable, mandatory, hidden)
9186 VALUES (1, 'biblio', '767', 's', $$Uniform title$$,
9187 FALSE, FALSE, FALSE);
9188 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9189                                  repeatable, mandatory, hidden)
9190 VALUES (1, 'biblio', '767', 't', $$Title$$,
9191 FALSE, FALSE, FALSE);
9192 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9193                                  repeatable, mandatory, hidden)
9194 VALUES (1, 'biblio', '767', 'u', $$Standard Technical Report Number$$,
9195 FALSE, FALSE, FALSE);
9196 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9197                                  repeatable, mandatory, hidden)
9198 VALUES (1, 'biblio', '767', 'w', $$Record control number$$,
9199 TRUE, FALSE, FALSE);
9200 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9201                                  repeatable, mandatory, hidden)
9202 VALUES (1, 'biblio', '767', 'x', $$International Standard Serial Number$$,
9203 FALSE, FALSE, FALSE);
9204 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9205                                  repeatable, mandatory, hidden)
9206 VALUES (1, 'biblio', '767', 'y', $$CODEN designation$$,
9207 FALSE, FALSE, FALSE);
9208 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9209                                  repeatable, mandatory, hidden)
9210 VALUES (1, 'biblio', '767', 'z', $$International Standard Book Number$$,
9211 TRUE, FALSE, FALSE);
9212 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9213                                  repeatable, mandatory, hidden)
9214 VALUES (1, 'biblio', '767', '6', $$Linkage$$,
9215 FALSE, FALSE, FALSE);
9216 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9217                                  repeatable, mandatory, hidden)
9218 VALUES (1, 'biblio', '767', '7', $$Control subfield$$,
9219 FALSE, FALSE, FALSE);
9220 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9221                                  repeatable, mandatory, hidden)
9222 VALUES (1, 'biblio', '767', '8', $$Field link and sequence number$$,
9223 TRUE, FALSE, FALSE);
9224 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
9225                               fixed_field, repeatable, mandatory, hidden)
9226 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.$$,
9227 FALSE, TRUE, FALSE, FALSE);
9228 INSERT INTO config.record_attr_definition(name, label)
9229 VALUES ('marc21_biblio_770_ind_1', 'MARC 21 biblio field 770 indicator position 1');
9230 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9231 VALUES ('marc21_biblio_770_ind_1', '0', $$Display note$$, FALSE, TRUE);
9232 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9233 VALUES ('marc21_biblio_770_ind_1', '1', $$Do not display note$$, FALSE, TRUE);
9234 INSERT INTO config.record_attr_definition(name, label)
9235 VALUES ('marc21_biblio_770_ind_2', 'MARC 21 biblio field 770 indicator position 2');
9236 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9237 VALUES ('marc21_biblio_770_ind_2', '#', $$Has supplement$$, FALSE, TRUE);
9238 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9239 VALUES ('marc21_biblio_770_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
9240 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9241                                  repeatable, mandatory, hidden)
9242 VALUES (1, 'biblio', '770', 'a', $$Main entry heading$$,
9243 FALSE, FALSE, FALSE);
9244 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9245                                  repeatable, mandatory, hidden)
9246 VALUES (1, 'biblio', '770', 'b', $$Edition$$,
9247 FALSE, FALSE, FALSE);
9248 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9249                                  repeatable, mandatory, hidden)
9250 VALUES (1, 'biblio', '770', 'c', $$Qualifying information$$,
9251 FALSE, FALSE, FALSE);
9252 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9253                                  repeatable, mandatory, hidden)
9254 VALUES (1, 'biblio', '770', 'd', $$Place, publisher, and date of publication$$,
9255 FALSE, FALSE, FALSE);
9256 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9257                                  repeatable, mandatory, hidden)
9258 VALUES (1, 'biblio', '770', 'g', $$Related parts$$,
9259 TRUE, FALSE, FALSE);
9260 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9261                                  repeatable, mandatory, hidden)
9262 VALUES (1, 'biblio', '770', 'h', $$Physical description$$,
9263 FALSE, FALSE, FALSE);
9264 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9265                                  repeatable, mandatory, hidden)
9266 VALUES (1, 'biblio', '770', 'i', $$Relationship information$$,
9267 TRUE, FALSE, FALSE);
9268 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9269                                  repeatable, mandatory, hidden)
9270 VALUES (1, 'biblio', '770', 'k', $$Series data for related item$$,
9271 TRUE, FALSE, FALSE);
9272 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9273                                  repeatable, mandatory, hidden)
9274 VALUES (1, 'biblio', '770', 'm', $$Material-specific details$$,
9275 FALSE, FALSE, FALSE);
9276 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9277                                  repeatable, mandatory, hidden)
9278 VALUES (1, 'biblio', '770', 'n', $$Note$$,
9279 TRUE, FALSE, FALSE);
9280 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9281                                  repeatable, mandatory, hidden)
9282 VALUES (1, 'biblio', '770', 'o', $$Other item identifier$$,
9283 TRUE, FALSE, FALSE);
9284 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9285                                  repeatable, mandatory, hidden)
9286 VALUES (1, 'biblio', '770', 'r', $$Report number$$,
9287 TRUE, FALSE, FALSE);
9288 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9289                                  repeatable, mandatory, hidden)
9290 VALUES (1, 'biblio', '770', 's', $$Uniform title$$,
9291 FALSE, FALSE, FALSE);
9292 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9293                                  repeatable, mandatory, hidden)
9294 VALUES (1, 'biblio', '770', 't', $$Title$$,
9295 FALSE, FALSE, FALSE);
9296 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9297                                  repeatable, mandatory, hidden)
9298 VALUES (1, 'biblio', '770', 'u', $$Standard Technical Report Number$$,
9299 FALSE, FALSE, FALSE);
9300 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9301                                  repeatable, mandatory, hidden)
9302 VALUES (1, 'biblio', '770', 'w', $$Record control number$$,
9303 TRUE, FALSE, FALSE);
9304 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9305                                  repeatable, mandatory, hidden)
9306 VALUES (1, 'biblio', '770', 'x', $$International Standard Serial Number$$,
9307 FALSE, FALSE, FALSE);
9308 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9309                                  repeatable, mandatory, hidden)
9310 VALUES (1, 'biblio', '770', 'y', $$CODEN designation$$,
9311 FALSE, FALSE, FALSE);
9312 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9313                                  repeatable, mandatory, hidden)
9314 VALUES (1, 'biblio', '770', 'z', $$International Standard Book Number$$,
9315 TRUE, FALSE, FALSE);
9316 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9317                                  repeatable, mandatory, hidden)
9318 VALUES (1, 'biblio', '770', '6', $$Linkage$$,
9319 FALSE, FALSE, FALSE);
9320 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9321                                  repeatable, mandatory, hidden)
9322 VALUES (1, 'biblio', '770', '7', $$Control subfield$$,
9323 FALSE, FALSE, FALSE);
9324 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9325                                  repeatable, mandatory, hidden)
9326 VALUES (1, 'biblio', '770', '8', $$Field link and sequence number$$,
9327 TRUE, FALSE, FALSE);
9328 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
9329                               fixed_field, repeatable, mandatory, hidden)
9330 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.$$,
9331 FALSE, TRUE, FALSE, FALSE);
9332 INSERT INTO config.record_attr_definition(name, label)
9333 VALUES ('marc21_biblio_772_ind_1', 'MARC 21 biblio field 772 indicator position 1');
9334 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9335 VALUES ('marc21_biblio_772_ind_1', '0', $$Display note$$, FALSE, TRUE);
9336 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9337 VALUES ('marc21_biblio_772_ind_1', '1', $$Do not display note$$, FALSE, TRUE);
9338 INSERT INTO config.record_attr_definition(name, label)
9339 VALUES ('marc21_biblio_772_ind_2', 'MARC 21 biblio field 772 indicator position 2');
9340 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9341 VALUES ('marc21_biblio_772_ind_2', '#', $$Supplement to$$, FALSE, TRUE);
9342 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9343 VALUES ('marc21_biblio_772_ind_2', '0', $$Parent$$, FALSE, TRUE);
9344 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9345 VALUES ('marc21_biblio_772_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
9346 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9347                                  repeatable, mandatory, hidden)
9348 VALUES (1, 'biblio', '772', 'a', $$Main entry heading$$,
9349 FALSE, FALSE, FALSE);
9350 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9351                                  repeatable, mandatory, hidden)
9352 VALUES (1, 'biblio', '772', 'b', $$Edition$$,
9353 FALSE, FALSE, FALSE);
9354 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9355                                  repeatable, mandatory, hidden)
9356 VALUES (1, 'biblio', '772', 'c', $$Qualifying information$$,
9357 FALSE, FALSE, FALSE);
9358 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9359                                  repeatable, mandatory, hidden)
9360 VALUES (1, 'biblio', '772', 'd', $$Place, publisher, and date of publication$$,
9361 FALSE, FALSE, FALSE);
9362 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9363                                  repeatable, mandatory, hidden)
9364 VALUES (1, 'biblio', '772', 'g', $$Related parts$$,
9365 TRUE, FALSE, FALSE);
9366 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9367                                  repeatable, mandatory, hidden)
9368 VALUES (1, 'biblio', '772', 'h', $$Physical description$$,
9369 FALSE, FALSE, FALSE);
9370 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9371                                  repeatable, mandatory, hidden)
9372 VALUES (1, 'biblio', '772', 'i', $$Relationship information$$,
9373 TRUE, FALSE, FALSE);
9374 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9375                                  repeatable, mandatory, hidden)
9376 VALUES (1, 'biblio', '772', 'k', $$Series data for related item$$,
9377 TRUE, FALSE, FALSE);
9378 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9379                                  repeatable, mandatory, hidden)
9380 VALUES (1, 'biblio', '772', 'm', $$Material-specific details$$,
9381 FALSE, FALSE, FALSE);
9382 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9383                                  repeatable, mandatory, hidden)
9384 VALUES (1, 'biblio', '772', 'n', $$Note$$,
9385 TRUE, FALSE, FALSE);
9386 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9387                                  repeatable, mandatory, hidden)
9388 VALUES (1, 'biblio', '772', 'o', $$Other item identifier$$,
9389 TRUE, FALSE, FALSE);
9390 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9391                                  repeatable, mandatory, hidden)
9392 VALUES (1, 'biblio', '772', 'r', $$Report number$$,
9393 TRUE, FALSE, FALSE);
9394 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9395                                  repeatable, mandatory, hidden)
9396 VALUES (1, 'biblio', '772', 's', $$Uniform title$$,
9397 FALSE, FALSE, FALSE);
9398 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9399                                  repeatable, mandatory, hidden)
9400 VALUES (1, 'biblio', '772', 't', $$Title$$,
9401 FALSE, FALSE, FALSE);
9402 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9403                                  repeatable, mandatory, hidden)
9404 VALUES (1, 'biblio', '772', 'u', $$Standard Technical Report Number$$,
9405 FALSE, FALSE, FALSE);
9406 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9407                                  repeatable, mandatory, hidden)
9408 VALUES (1, 'biblio', '772', 'w', $$Record control number$$,
9409 TRUE, FALSE, FALSE);
9410 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9411                                  repeatable, mandatory, hidden)
9412 VALUES (1, 'biblio', '772', 'x', $$International Standard Serial Number$$,
9413 FALSE, FALSE, FALSE);
9414 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9415                                  repeatable, mandatory, hidden)
9416 VALUES (1, 'biblio', '772', 'y', $$CODEN designation$$,
9417 FALSE, FALSE, FALSE);
9418 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9419                                  repeatable, mandatory, hidden)
9420 VALUES (1, 'biblio', '772', 'z', $$International Standard Book Number$$,
9421 TRUE, FALSE, FALSE);
9422 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9423                                  repeatable, mandatory, hidden)
9424 VALUES (1, 'biblio', '772', '6', $$Linkage$$,
9425 FALSE, FALSE, FALSE);
9426 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9427                                  repeatable, mandatory, hidden)
9428 VALUES (1, 'biblio', '772', '7', $$Control subfield$$,
9429 FALSE, FALSE, FALSE);
9430 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9431                                  repeatable, mandatory, hidden)
9432 VALUES (1, 'biblio', '772', '8', $$Field link and sequence number$$,
9433 TRUE, FALSE, FALSE);
9434 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
9435                               fixed_field, repeatable, mandatory, hidden)
9436 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.$$,
9437 FALSE, TRUE, FALSE, FALSE);
9438 INSERT INTO config.record_attr_definition(name, label)
9439 VALUES ('marc21_biblio_773_ind_1', 'MARC 21 biblio field 773 indicator position 1');
9440 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9441 VALUES ('marc21_biblio_773_ind_1', '0', $$Display note$$, FALSE, TRUE);
9442 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9443 VALUES ('marc21_biblio_773_ind_1', '1', $$Do not display note$$, FALSE, TRUE);
9444 INSERT INTO config.record_attr_definition(name, label)
9445 VALUES ('marc21_biblio_773_ind_2', 'MARC 21 biblio field 773 indicator position 2');
9446 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9447 VALUES ('marc21_biblio_773_ind_2', '#', $$In$$, FALSE, TRUE);
9448 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9449 VALUES ('marc21_biblio_773_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
9450 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9451                                  repeatable, mandatory, hidden)
9452 VALUES (1, 'biblio', '773', 'a', $$Main entry heading$$,
9453 FALSE, FALSE, FALSE);
9454 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9455                                  repeatable, mandatory, hidden)
9456 VALUES (1, 'biblio', '773', 'b', $$Edition$$,
9457 FALSE, FALSE, FALSE);
9458 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9459                                  repeatable, mandatory, hidden)
9460 VALUES (1, 'biblio', '773', 'd', $$Place, publisher, and date of publication$$,
9461 FALSE, FALSE, FALSE);
9462 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9463                                  repeatable, mandatory, hidden)
9464 VALUES (1, 'biblio', '773', 'g', $$Related parts$$,
9465 TRUE, FALSE, FALSE);
9466 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9467                                  repeatable, mandatory, hidden)
9468 VALUES (1, 'biblio', '773', 'h', $$Physical description$$,
9469 FALSE, FALSE, FALSE);
9470 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9471                                  repeatable, mandatory, hidden)
9472 VALUES (1, 'biblio', '773', 'i', $$Relationship information$$,
9473 TRUE, FALSE, FALSE);
9474 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9475                                  repeatable, mandatory, hidden)
9476 VALUES (1, 'biblio', '773', 'k', $$Series data for related item$$,
9477 TRUE, FALSE, FALSE);
9478 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9479                                  repeatable, mandatory, hidden)
9480 VALUES (1, 'biblio', '773', 'm', $$Material-specific details$$,
9481 FALSE, FALSE, FALSE);
9482 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9483                                  repeatable, mandatory, hidden)
9484 VALUES (1, 'biblio', '773', 'n', $$Note$$,
9485 TRUE, FALSE, FALSE);
9486 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9487                                  repeatable, mandatory, hidden)
9488 VALUES (1, 'biblio', '773', 'o', $$Other item identifier$$,
9489 TRUE, FALSE, FALSE);
9490 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9491                                  repeatable, mandatory, hidden)
9492 VALUES (1, 'biblio', '773', 'p', $$Abbreviated title$$,
9493 FALSE, FALSE, FALSE);
9494 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9495                                  repeatable, mandatory, hidden)
9496 VALUES (1, 'biblio', '773', 'q', $$Enumeration and first page$$,
9497 FALSE, FALSE, FALSE);
9498 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9499                                  repeatable, mandatory, hidden)
9500 VALUES (1, 'biblio', '773', 'r', $$Report number$$,
9501 TRUE, FALSE, FALSE);
9502 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9503                                  repeatable, mandatory, hidden)
9504 VALUES (1, 'biblio', '773', 's', $$Uniform title$$,
9505 FALSE, FALSE, FALSE);
9506 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9507                                  repeatable, mandatory, hidden)
9508 VALUES (1, 'biblio', '773', 't', $$Title$$,
9509 FALSE, FALSE, FALSE);
9510 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9511                                  repeatable, mandatory, hidden)
9512 VALUES (1, 'biblio', '773', 'u', $$Standard Technical Report Number$$,
9513 FALSE, FALSE, FALSE);
9514 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9515                                  repeatable, mandatory, hidden)
9516 VALUES (1, 'biblio', '773', 'w', $$Record control number$$,
9517 TRUE, FALSE, FALSE);
9518 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9519                                  repeatable, mandatory, hidden)
9520 VALUES (1, 'biblio', '773', 'x', $$International Standard Serial Number$$,
9521 FALSE, FALSE, FALSE);
9522 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9523                                  repeatable, mandatory, hidden)
9524 VALUES (1, 'biblio', '773', 'y', $$CODEN designation$$,
9525 FALSE, FALSE, FALSE);
9526 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9527                                  repeatable, mandatory, hidden)
9528 VALUES (1, 'biblio', '773', 'z', $$International Standard Book Number$$,
9529 TRUE, FALSE, FALSE);
9530 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9531                                  repeatable, mandatory, hidden)
9532 VALUES (1, 'biblio', '773', '3', $$Materials specified$$,
9533 FALSE, FALSE, FALSE);
9534 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9535                                  repeatable, mandatory, hidden)
9536 VALUES (1, 'biblio', '773', '6', $$Linkage$$,
9537 FALSE, FALSE, FALSE);
9538 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9539                                  repeatable, mandatory, hidden)
9540 VALUES (1, 'biblio', '773', '7', $$Control subfield$$,
9541 FALSE, FALSE, FALSE);
9542 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9543                                  repeatable, mandatory, hidden)
9544 VALUES (1, 'biblio', '773', '8', $$Field link and sequence number$$,
9545 TRUE, FALSE, FALSE);
9546 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
9547                               fixed_field, repeatable, mandatory, hidden)
9548 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.$$,
9549 FALSE, TRUE, FALSE, FALSE);
9550 INSERT INTO config.record_attr_definition(name, label)
9551 VALUES ('marc21_biblio_774_ind_1', 'MARC 21 biblio field 774 indicator position 1');
9552 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9553 VALUES ('marc21_biblio_774_ind_1', '0', $$Display note$$, FALSE, TRUE);
9554 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9555 VALUES ('marc21_biblio_774_ind_1', '1', $$Do not display note$$, FALSE, TRUE);
9556 INSERT INTO config.record_attr_definition(name, label)
9557 VALUES ('marc21_biblio_774_ind_2', 'MARC 21 biblio field 774 indicator position 2');
9558 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9559 VALUES ('marc21_biblio_774_ind_2', '#', $$Constituent unit$$, FALSE, TRUE);
9560 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9561 VALUES ('marc21_biblio_774_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
9562 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9563                                  repeatable, mandatory, hidden)
9564 VALUES (1, 'biblio', '774', 'a', $$Main entry heading$$,
9565 FALSE, FALSE, FALSE);
9566 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9567                                  repeatable, mandatory, hidden)
9568 VALUES (1, 'biblio', '774', 'b', $$Edition$$,
9569 FALSE, FALSE, FALSE);
9570 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9571                                  repeatable, mandatory, hidden)
9572 VALUES (1, 'biblio', '774', 'c', $$Qualifying information$$,
9573 FALSE, FALSE, FALSE);
9574 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9575                                  repeatable, mandatory, hidden)
9576 VALUES (1, 'biblio', '774', 'd', $$Place, publisher, and date of publication$$,
9577 FALSE, FALSE, FALSE);
9578 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9579                                  repeatable, mandatory, hidden)
9580 VALUES (1, 'biblio', '774', 'g', $$Related parts$$,
9581 TRUE, FALSE, FALSE);
9582 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9583                                  repeatable, mandatory, hidden)
9584 VALUES (1, 'biblio', '774', 'h', $$Physical description$$,
9585 FALSE, FALSE, FALSE);
9586 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9587                                  repeatable, mandatory, hidden)
9588 VALUES (1, 'biblio', '774', 'i', $$Relationship information$$,
9589 TRUE, FALSE, FALSE);
9590 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9591                                  repeatable, mandatory, hidden)
9592 VALUES (1, 'biblio', '774', 'k', $$Series data for related item$$,
9593 TRUE, FALSE, FALSE);
9594 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9595                                  repeatable, mandatory, hidden)
9596 VALUES (1, 'biblio', '774', 'm', $$Material-specific details$$,
9597 FALSE, FALSE, FALSE);
9598 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9599                                  repeatable, mandatory, hidden)
9600 VALUES (1, 'biblio', '774', 'n', $$Note$$,
9601 TRUE, FALSE, FALSE);
9602 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9603                                  repeatable, mandatory, hidden)
9604 VALUES (1, 'biblio', '774', 'o', $$Other item identifier$$,
9605 TRUE, FALSE, FALSE);
9606 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9607                                  repeatable, mandatory, hidden)
9608 VALUES (1, 'biblio', '774', 'r', $$Report number$$,
9609 TRUE, FALSE, FALSE);
9610 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9611                                  repeatable, mandatory, hidden)
9612 VALUES (1, 'biblio', '774', 's', $$Uniform title$$,
9613 FALSE, FALSE, FALSE);
9614 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9615                                  repeatable, mandatory, hidden)
9616 VALUES (1, 'biblio', '774', 't', $$Title$$,
9617 FALSE, FALSE, FALSE);
9618 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9619                                  repeatable, mandatory, hidden)
9620 VALUES (1, 'biblio', '774', 'u', $$Standard Technical Report Number$$,
9621 FALSE, FALSE, FALSE);
9622 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9623                                  repeatable, mandatory, hidden)
9624 VALUES (1, 'biblio', '774', 'w', $$Record control number$$,
9625 TRUE, FALSE, FALSE);
9626 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9627                                  repeatable, mandatory, hidden)
9628 VALUES (1, 'biblio', '774', 'x', $$International Standard Serial Number$$,
9629 FALSE, FALSE, FALSE);
9630 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9631                                  repeatable, mandatory, hidden)
9632 VALUES (1, 'biblio', '774', 'y', $$CODEN designation$$,
9633 FALSE, FALSE, FALSE);
9634 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9635                                  repeatable, mandatory, hidden)
9636 VALUES (1, 'biblio', '774', 'z', $$International Standard Book Number$$,
9637 TRUE, FALSE, FALSE);
9638 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9639                                  repeatable, mandatory, hidden)
9640 VALUES (1, 'biblio', '774', '6', $$Linkage$$,
9641 FALSE, FALSE, FALSE);
9642 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9643                                  repeatable, mandatory, hidden)
9644 VALUES (1, 'biblio', '774', '7', $$Control subfield$$,
9645 FALSE, FALSE, FALSE);
9646 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9647                                  repeatable, mandatory, hidden)
9648 VALUES (1, 'biblio', '774', '8', $$Field link and sequence number$$,
9649 TRUE, FALSE, FALSE);
9650 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
9651                               fixed_field, repeatable, mandatory, hidden)
9652 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.$$,
9653 FALSE, TRUE, FALSE, FALSE);
9654 INSERT INTO config.record_attr_definition(name, label)
9655 VALUES ('marc21_biblio_775_ind_1', 'MARC 21 biblio field 775 indicator position 1');
9656 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9657 VALUES ('marc21_biblio_775_ind_1', '0', $$Display note$$, FALSE, TRUE);
9658 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9659 VALUES ('marc21_biblio_775_ind_1', '1', $$Do not display note$$, FALSE, TRUE);
9660 INSERT INTO config.record_attr_definition(name, label)
9661 VALUES ('marc21_biblio_775_ind_2', 'MARC 21 biblio field 775 indicator position 2');
9662 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9663 VALUES ('marc21_biblio_775_ind_2', '#', $$Other edition available$$, FALSE, TRUE);
9664 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9665 VALUES ('marc21_biblio_775_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
9666 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9667                                  repeatable, mandatory, hidden)
9668 VALUES (1, 'biblio', '775', 'a', $$Main entry heading$$,
9669 FALSE, FALSE, FALSE);
9670 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9671                                  repeatable, mandatory, hidden)
9672 VALUES (1, 'biblio', '775', 'b', $$Edition$$,
9673 FALSE, FALSE, FALSE);
9674 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9675                                  repeatable, mandatory, hidden)
9676 VALUES (1, 'biblio', '775', 'c', $$Qualifying information$$,
9677 FALSE, FALSE, FALSE);
9678 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9679                                  repeatable, mandatory, hidden)
9680 VALUES (1, 'biblio', '775', 'd', $$Place, publisher, and date of publication$$,
9681 FALSE, FALSE, FALSE);
9682 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9683                                  repeatable, mandatory, hidden)
9684 VALUES (1, 'biblio', '775', 'e', $$Language code$$,
9685 FALSE, FALSE, FALSE);
9686 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9687                                  repeatable, mandatory, hidden)
9688 VALUES (1, 'biblio', '775', 'f', $$Country code$$,
9689 FALSE, FALSE, FALSE);
9690 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9691                                  repeatable, mandatory, hidden)
9692 VALUES (1, 'biblio', '775', 'g', $$Related parts$$,
9693 TRUE, FALSE, FALSE);
9694 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9695                                  repeatable, mandatory, hidden)
9696 VALUES (1, 'biblio', '775', 'h', $$Physical description$$,
9697 FALSE, FALSE, FALSE);
9698 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9699                                  repeatable, mandatory, hidden)
9700 VALUES (1, 'biblio', '775', 'i', $$Relationship information$$,
9701 TRUE, FALSE, FALSE);
9702 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9703                                  repeatable, mandatory, hidden)
9704 VALUES (1, 'biblio', '775', 'k', $$Series data for related item$$,
9705 TRUE, FALSE, FALSE);
9706 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9707                                  repeatable, mandatory, hidden)
9708 VALUES (1, 'biblio', '775', 'm', $$Material-specific details$$,
9709 FALSE, FALSE, FALSE);
9710 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9711                                  repeatable, mandatory, hidden)
9712 VALUES (1, 'biblio', '775', 'n', $$Note$$,
9713 TRUE, FALSE, FALSE);
9714 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9715                                  repeatable, mandatory, hidden)
9716 VALUES (1, 'biblio', '775', 'o', $$Other item identifier$$,
9717 TRUE, FALSE, FALSE);
9718 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9719                                  repeatable, mandatory, hidden)
9720 VALUES (1, 'biblio', '775', 'r', $$Report number$$,
9721 TRUE, FALSE, FALSE);
9722 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9723                                  repeatable, mandatory, hidden)
9724 VALUES (1, 'biblio', '775', 's', $$Uniform title$$,
9725 FALSE, FALSE, FALSE);
9726 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9727                                  repeatable, mandatory, hidden)
9728 VALUES (1, 'biblio', '775', 't', $$Title$$,
9729 FALSE, FALSE, FALSE);
9730 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9731                                  repeatable, mandatory, hidden)
9732 VALUES (1, 'biblio', '775', 'u', $$Standard Technical Report Number$$,
9733 FALSE, FALSE, FALSE);
9734 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9735                                  repeatable, mandatory, hidden)
9736 VALUES (1, 'biblio', '775', 'w', $$Record control number$$,
9737 TRUE, FALSE, FALSE);
9738 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9739                                  repeatable, mandatory, hidden)
9740 VALUES (1, 'biblio', '775', 'x', $$International Standard Serial Number$$,
9741 FALSE, FALSE, FALSE);
9742 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9743                                  repeatable, mandatory, hidden)
9744 VALUES (1, 'biblio', '775', 'y', $$CODEN designation$$,
9745 FALSE, FALSE, FALSE);
9746 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9747                                  repeatable, mandatory, hidden)
9748 VALUES (1, 'biblio', '775', 'z', $$International Standard Book Number$$,
9749 TRUE, FALSE, FALSE);
9750 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9751                                  repeatable, mandatory, hidden)
9752 VALUES (1, 'biblio', '775', '6', $$Linkage$$,
9753 FALSE, FALSE, FALSE);
9754 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9755                                  repeatable, mandatory, hidden)
9756 VALUES (1, 'biblio', '775', '7', $$Control subfield$$,
9757 FALSE, FALSE, FALSE);
9758 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9759                                  repeatable, mandatory, hidden)
9760 VALUES (1, 'biblio', '775', '8', $$Field link and sequence number$$,
9761 TRUE, FALSE, FALSE);
9762 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
9763                               fixed_field, repeatable, mandatory, hidden)
9764 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.$$,
9765 FALSE, TRUE, FALSE, FALSE);
9766 INSERT INTO config.record_attr_definition(name, label)
9767 VALUES ('marc21_biblio_776_ind_1', 'MARC 21 biblio field 776 indicator position 1');
9768 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9769 VALUES ('marc21_biblio_776_ind_1', '0', $$Display note$$, FALSE, TRUE);
9770 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9771 VALUES ('marc21_biblio_776_ind_1', '1', $$Do not display note$$, FALSE, TRUE);
9772 INSERT INTO config.record_attr_definition(name, label)
9773 VALUES ('marc21_biblio_776_ind_2', 'MARC 21 biblio field 776 indicator position 2');
9774 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9775 VALUES ('marc21_biblio_776_ind_2', '#', $$Available in another form$$, FALSE, TRUE);
9776 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9777 VALUES ('marc21_biblio_776_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
9778 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9779                                  repeatable, mandatory, hidden)
9780 VALUES (1, 'biblio', '776', 'a', $$Main entry heading$$,
9781 FALSE, FALSE, FALSE);
9782 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9783                                  repeatable, mandatory, hidden)
9784 VALUES (1, 'biblio', '776', 'b', $$Edition$$,
9785 FALSE, FALSE, FALSE);
9786 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9787                                  repeatable, mandatory, hidden)
9788 VALUES (1, 'biblio', '776', 'c', $$Qualifying information$$,
9789 FALSE, FALSE, FALSE);
9790 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9791                                  repeatable, mandatory, hidden)
9792 VALUES (1, 'biblio', '776', 'd', $$Place, publisher, and date of publication$$,
9793 FALSE, FALSE, FALSE);
9794 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9795                                  repeatable, mandatory, hidden)
9796 VALUES (1, 'biblio', '776', 'g', $$Related parts$$,
9797 TRUE, FALSE, FALSE);
9798 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9799                                  repeatable, mandatory, hidden)
9800 VALUES (1, 'biblio', '776', 'h', $$Physical description$$,
9801 FALSE, FALSE, FALSE);
9802 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9803                                  repeatable, mandatory, hidden)
9804 VALUES (1, 'biblio', '776', 'i', $$Relationship information$$,
9805 TRUE, FALSE, FALSE);
9806 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9807                                  repeatable, mandatory, hidden)
9808 VALUES (1, 'biblio', '776', 'k', $$Series data for related item$$,
9809 TRUE, FALSE, FALSE);
9810 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9811                                  repeatable, mandatory, hidden)
9812 VALUES (1, 'biblio', '776', 'm', $$Material-specific details$$,
9813 FALSE, FALSE, FALSE);
9814 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9815                                  repeatable, mandatory, hidden)
9816 VALUES (1, 'biblio', '776', 'n', $$Note$$,
9817 TRUE, FALSE, FALSE);
9818 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9819                                  repeatable, mandatory, hidden)
9820 VALUES (1, 'biblio', '776', 'o', $$Other item identifier$$,
9821 TRUE, FALSE, FALSE);
9822 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9823                                  repeatable, mandatory, hidden)
9824 VALUES (1, 'biblio', '776', 'r', $$Report number$$,
9825 TRUE, FALSE, FALSE);
9826 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9827                                  repeatable, mandatory, hidden)
9828 VALUES (1, 'biblio', '776', 's', $$Uniform title$$,
9829 FALSE, FALSE, FALSE);
9830 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9831                                  repeatable, mandatory, hidden)
9832 VALUES (1, 'biblio', '776', 't', $$Title$$,
9833 FALSE, FALSE, FALSE);
9834 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9835                                  repeatable, mandatory, hidden)
9836 VALUES (1, 'biblio', '776', 'u', $$Standard Technical Report Number$$,
9837 FALSE, FALSE, FALSE);
9838 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9839                                  repeatable, mandatory, hidden)
9840 VALUES (1, 'biblio', '776', 'w', $$Record control number$$,
9841 TRUE, FALSE, FALSE);
9842 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9843                                  repeatable, mandatory, hidden)
9844 VALUES (1, 'biblio', '776', 'x', $$International Standard Serial Number$$,
9845 FALSE, FALSE, FALSE);
9846 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9847                                  repeatable, mandatory, hidden)
9848 VALUES (1, 'biblio', '776', 'y', $$CODEN designation$$,
9849 FALSE, FALSE, FALSE);
9850 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9851                                  repeatable, mandatory, hidden)
9852 VALUES (1, 'biblio', '776', 'z', $$International Standard Book Number$$,
9853 TRUE, FALSE, FALSE);
9854 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9855                                  repeatable, mandatory, hidden)
9856 VALUES (1, 'biblio', '776', '6', $$Linkage$$,
9857 FALSE, FALSE, FALSE);
9858 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9859                                  repeatable, mandatory, hidden)
9860 VALUES (1, 'biblio', '776', '7', $$Control subfield$$,
9861 FALSE, FALSE, FALSE);
9862 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9863                                  repeatable, mandatory, hidden)
9864 VALUES (1, 'biblio', '776', '8', $$Field link and sequence number$$,
9865 TRUE, FALSE, FALSE);
9866 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
9867                               fixed_field, repeatable, mandatory, hidden)
9868 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.$$,
9869 FALSE, TRUE, FALSE, FALSE);
9870 INSERT INTO config.record_attr_definition(name, label)
9871 VALUES ('marc21_biblio_777_ind_1', 'MARC 21 biblio field 777 indicator position 1');
9872 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9873 VALUES ('marc21_biblio_777_ind_1', '0', $$Display note$$, FALSE, TRUE);
9874 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9875 VALUES ('marc21_biblio_777_ind_1', '1', $$Do not display note$$, FALSE, TRUE);
9876 INSERT INTO config.record_attr_definition(name, label)
9877 VALUES ('marc21_biblio_777_ind_2', 'MARC 21 biblio field 777 indicator position 2');
9878 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9879 VALUES ('marc21_biblio_777_ind_2', '#', $$Issued with$$, FALSE, TRUE);
9880 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9881 VALUES ('marc21_biblio_777_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
9882 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9883                                  repeatable, mandatory, hidden)
9884 VALUES (1, 'biblio', '777', 'a', $$Main entry heading$$,
9885 FALSE, FALSE, FALSE);
9886 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9887                                  repeatable, mandatory, hidden)
9888 VALUES (1, 'biblio', '777', 'b', $$Edition$$,
9889 FALSE, FALSE, FALSE);
9890 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9891                                  repeatable, mandatory, hidden)
9892 VALUES (1, 'biblio', '777', 'c', $$Qualifying information$$,
9893 FALSE, FALSE, FALSE);
9894 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9895                                  repeatable, mandatory, hidden)
9896 VALUES (1, 'biblio', '777', 'd', $$Place, publisher, and date of publication$$,
9897 FALSE, FALSE, FALSE);
9898 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9899                                  repeatable, mandatory, hidden)
9900 VALUES (1, 'biblio', '777', 'g', $$Related parts$$,
9901 TRUE, FALSE, FALSE);
9902 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9903                                  repeatable, mandatory, hidden)
9904 VALUES (1, 'biblio', '777', 'h', $$Physical description$$,
9905 FALSE, FALSE, FALSE);
9906 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9907                                  repeatable, mandatory, hidden)
9908 VALUES (1, 'biblio', '777', 'i', $$Relationship information$$,
9909 TRUE, FALSE, FALSE);
9910 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9911                                  repeatable, mandatory, hidden)
9912 VALUES (1, 'biblio', '777', 'k', $$Series data for related item$$,
9913 TRUE, FALSE, FALSE);
9914 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9915                                  repeatable, mandatory, hidden)
9916 VALUES (1, 'biblio', '777', 'm', $$Material-specific details$$,
9917 FALSE, FALSE, FALSE);
9918 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9919                                  repeatable, mandatory, hidden)
9920 VALUES (1, 'biblio', '777', 'n', $$Note$$,
9921 TRUE, FALSE, FALSE);
9922 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9923                                  repeatable, mandatory, hidden)
9924 VALUES (1, 'biblio', '777', 'o', $$Other item identifier$$,
9925 TRUE, FALSE, FALSE);
9926 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9927                                  repeatable, mandatory, hidden)
9928 VALUES (1, 'biblio', '777', 's', $$Uniform title$$,
9929 FALSE, FALSE, FALSE);
9930 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9931                                  repeatable, mandatory, hidden)
9932 VALUES (1, 'biblio', '777', 't', $$Title$$,
9933 FALSE, FALSE, FALSE);
9934 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9935                                  repeatable, mandatory, hidden)
9936 VALUES (1, 'biblio', '777', 'w', $$Record control number$$,
9937 TRUE, FALSE, FALSE);
9938 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9939                                  repeatable, mandatory, hidden)
9940 VALUES (1, 'biblio', '777', 'x', $$International Standard Serial Number$$,
9941 FALSE, FALSE, FALSE);
9942 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9943                                  repeatable, mandatory, hidden)
9944 VALUES (1, 'biblio', '777', 'y', $$CODEN designation$$,
9945 FALSE, FALSE, FALSE);
9946 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9947                                  repeatable, mandatory, hidden)
9948 VALUES (1, 'biblio', '777', '6', $$Linkage$$,
9949 FALSE, FALSE, FALSE);
9950 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9951                                  repeatable, mandatory, hidden)
9952 VALUES (1, 'biblio', '777', '7', $$Control subfield$$,
9953 FALSE, FALSE, FALSE);
9954 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9955                                  repeatable, mandatory, hidden)
9956 VALUES (1, 'biblio', '777', '8', $$Field link and sequence number$$,
9957 TRUE, FALSE, FALSE);
9958 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
9959                               fixed_field, repeatable, mandatory, hidden)
9960 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.$$,
9961 FALSE, TRUE, FALSE, FALSE);
9962 INSERT INTO config.record_attr_definition(name, label)
9963 VALUES ('marc21_biblio_780_ind_1', 'MARC 21 biblio field 780 indicator position 1');
9964 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9965 VALUES ('marc21_biblio_780_ind_1', '0', $$Display note$$, FALSE, TRUE);
9966 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9967 VALUES ('marc21_biblio_780_ind_1', '1', $$Do not display note$$, FALSE, TRUE);
9968 INSERT INTO config.record_attr_definition(name, label)
9969 VALUES ('marc21_biblio_780_ind_2', 'MARC 21 biblio field 780 indicator position 2');
9970 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9971 VALUES ('marc21_biblio_780_ind_2', '0', $$Continues$$, FALSE, TRUE);
9972 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9973 VALUES ('marc21_biblio_780_ind_2', '1', $$Continues in part$$, FALSE, TRUE);
9974 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9975 VALUES ('marc21_biblio_780_ind_2', '2', $$Supersedes$$, FALSE, TRUE);
9976 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9977 VALUES ('marc21_biblio_780_ind_2', '3', $$Supersedes in part$$, FALSE, TRUE);
9978 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9979 VALUES ('marc21_biblio_780_ind_2', '4', $$Formed by the union of ... and ...$$, FALSE, TRUE);
9980 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9981 VALUES ('marc21_biblio_780_ind_2', '5', $$Absorbed$$, FALSE, TRUE);
9982 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9983 VALUES ('marc21_biblio_780_ind_2', '6', $$Absorbed in part$$, FALSE, TRUE);
9984 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9985 VALUES ('marc21_biblio_780_ind_2', '7', $$Separated from$$, FALSE, TRUE);
9986 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9987                                  repeatable, mandatory, hidden)
9988 VALUES (1, 'biblio', '780', 'a', $$Main entry heading$$,
9989 FALSE, FALSE, FALSE);
9990 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9991                                  repeatable, mandatory, hidden)
9992 VALUES (1, 'biblio', '780', 'b', $$Edition$$,
9993 FALSE, FALSE, FALSE);
9994 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9995                                  repeatable, mandatory, hidden)
9996 VALUES (1, 'biblio', '780', 'c', $$Qualifying information$$,
9997 FALSE, FALSE, FALSE);
9998 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9999                                  repeatable, mandatory, hidden)
10000 VALUES (1, 'biblio', '780', 'd', $$Place, publisher, and date of publication$$,
10001 FALSE, FALSE, FALSE);
10002 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10003                                  repeatable, mandatory, hidden)
10004 VALUES (1, 'biblio', '780', 'g', $$Related parts$$,
10005 TRUE, FALSE, FALSE);
10006 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10007                                  repeatable, mandatory, hidden)
10008 VALUES (1, 'biblio', '780', 'h', $$Physical description$$,
10009 FALSE, FALSE, FALSE);
10010 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10011                                  repeatable, mandatory, hidden)
10012 VALUES (1, 'biblio', '780', 'i', $$Relationship information$$,
10013 TRUE, FALSE, FALSE);
10014 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10015                                  repeatable, mandatory, hidden)
10016 VALUES (1, 'biblio', '780', 'k', $$Series data for related item$$,
10017 TRUE, FALSE, FALSE);
10018 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10019                                  repeatable, mandatory, hidden)
10020 VALUES (1, 'biblio', '780', 'm', $$Material-specific details$$,
10021 FALSE, FALSE, FALSE);
10022 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10023                                  repeatable, mandatory, hidden)
10024 VALUES (1, 'biblio', '780', 'n', $$Note$$,
10025 TRUE, FALSE, FALSE);
10026 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10027                                  repeatable, mandatory, hidden)
10028 VALUES (1, 'biblio', '780', 'o', $$Other item identifier$$,
10029 TRUE, FALSE, FALSE);
10030 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10031                                  repeatable, mandatory, hidden)
10032 VALUES (1, 'biblio', '780', 'r', $$Report number$$,
10033 TRUE, FALSE, FALSE);
10034 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10035                                  repeatable, mandatory, hidden)
10036 VALUES (1, 'biblio', '780', 's', $$Uniform title$$,
10037 FALSE, FALSE, FALSE);
10038 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10039                                  repeatable, mandatory, hidden)
10040 VALUES (1, 'biblio', '780', 't', $$Title$$,
10041 FALSE, FALSE, FALSE);
10042 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10043                                  repeatable, mandatory, hidden)
10044 VALUES (1, 'biblio', '780', 'u', $$Standard Technical Report Number$$,
10045 FALSE, FALSE, FALSE);
10046 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10047                                  repeatable, mandatory, hidden)
10048 VALUES (1, 'biblio', '780', 'w', $$Record control number$$,
10049 TRUE, FALSE, FALSE);
10050 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10051                                  repeatable, mandatory, hidden)
10052 VALUES (1, 'biblio', '780', 'x', $$International Standard Serial Number$$,
10053 FALSE, FALSE, FALSE);
10054 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10055                                  repeatable, mandatory, hidden)
10056 VALUES (1, 'biblio', '780', 'y', $$CODEN designation$$,
10057 FALSE, FALSE, FALSE);
10058 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10059                                  repeatable, mandatory, hidden)
10060 VALUES (1, 'biblio', '780', 'z', $$International Standard Book Number$$,
10061 TRUE, FALSE, FALSE);
10062 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10063                                  repeatable, mandatory, hidden)
10064 VALUES (1, 'biblio', '780', '6', $$Linkage$$,
10065 FALSE, FALSE, FALSE);
10066 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10067                                  repeatable, mandatory, hidden)
10068 VALUES (1, 'biblio', '780', '7', $$Control subfield$$,
10069 FALSE, FALSE, FALSE);
10070 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10071                                  repeatable, mandatory, hidden)
10072 VALUES (1, 'biblio', '780', '8', $$Field link and sequence number$$,
10073 TRUE, FALSE, FALSE);
10074 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
10075                               fixed_field, repeatable, mandatory, hidden)
10076 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.$$,
10077 FALSE, TRUE, FALSE, FALSE);
10078 INSERT INTO config.record_attr_definition(name, label)
10079 VALUES ('marc21_biblio_785_ind_1', 'MARC 21 biblio field 785 indicator position 1');
10080 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10081 VALUES ('marc21_biblio_785_ind_1', '0', $$Display note$$, FALSE, TRUE);
10082 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10083 VALUES ('marc21_biblio_785_ind_1', '1', $$Do not display note$$, FALSE, TRUE);
10084 INSERT INTO config.record_attr_definition(name, label)
10085 VALUES ('marc21_biblio_785_ind_2', 'MARC 21 biblio field 785 indicator position 2');
10086 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10087 VALUES ('marc21_biblio_785_ind_2', '0', $$Continued by$$, FALSE, TRUE);
10088 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10089 VALUES ('marc21_biblio_785_ind_2', '1', $$Continued in part by$$, FALSE, TRUE);
10090 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10091 VALUES ('marc21_biblio_785_ind_2', '2', $$Superseded by$$, FALSE, TRUE);
10092 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10093 VALUES ('marc21_biblio_785_ind_2', '3', $$Superseded in part by$$, FALSE, TRUE);
10094 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10095 VALUES ('marc21_biblio_785_ind_2', '4', $$Absorbed by$$, FALSE, TRUE);
10096 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10097 VALUES ('marc21_biblio_785_ind_2', '5', $$Absorbed in part by$$, FALSE, TRUE);
10098 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10099 VALUES ('marc21_biblio_785_ind_2', '6', $$Split into ... and ...$$, FALSE, TRUE);
10100 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10101 VALUES ('marc21_biblio_785_ind_2', '7', $$Merged with ... to form ...$$, FALSE, TRUE);
10102 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10103 VALUES ('marc21_biblio_785_ind_2', '8', $$Changed back to$$, FALSE, TRUE);
10104 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10105                                  repeatable, mandatory, hidden)
10106 VALUES (1, 'biblio', '785', 'a', $$Main entry heading$$,
10107 FALSE, FALSE, FALSE);
10108 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10109                                  repeatable, mandatory, hidden)
10110 VALUES (1, 'biblio', '785', 'b', $$Edition$$,
10111 FALSE, FALSE, FALSE);
10112 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10113                                  repeatable, mandatory, hidden)
10114 VALUES (1, 'biblio', '785', 'c', $$Qualifying information$$,
10115 FALSE, FALSE, FALSE);
10116 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10117                                  repeatable, mandatory, hidden)
10118 VALUES (1, 'biblio', '785', 'd', $$Place, publisher, and date of publication$$,
10119 FALSE, FALSE, FALSE);
10120 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10121                                  repeatable, mandatory, hidden)
10122 VALUES (1, 'biblio', '785', 'g', $$Related parts$$,
10123 TRUE, FALSE, FALSE);
10124 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10125                                  repeatable, mandatory, hidden)
10126 VALUES (1, 'biblio', '785', 'h', $$Physical description$$,
10127 FALSE, FALSE, FALSE);
10128 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10129                                  repeatable, mandatory, hidden)
10130 VALUES (1, 'biblio', '785', 'i', $$Relationship information$$,
10131 TRUE, FALSE, FALSE);
10132 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10133                                  repeatable, mandatory, hidden)
10134 VALUES (1, 'biblio', '785', 'k', $$Series data for related item$$,
10135 TRUE, FALSE, FALSE);
10136 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10137                                  repeatable, mandatory, hidden)
10138 VALUES (1, 'biblio', '785', 'm', $$Material-specific details$$,
10139 FALSE, FALSE, FALSE);
10140 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10141                                  repeatable, mandatory, hidden)
10142 VALUES (1, 'biblio', '785', 'n', $$Note$$,
10143 TRUE, FALSE, FALSE);
10144 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10145                                  repeatable, mandatory, hidden)
10146 VALUES (1, 'biblio', '785', 'o', $$Other item identifier$$,
10147 TRUE, FALSE, FALSE);
10148 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10149                                  repeatable, mandatory, hidden)
10150 VALUES (1, 'biblio', '785', 'r', $$Report number$$,
10151 TRUE, FALSE, FALSE);
10152 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10153                                  repeatable, mandatory, hidden)
10154 VALUES (1, 'biblio', '785', 's', $$Uniform title$$,
10155 FALSE, FALSE, FALSE);
10156 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10157                                  repeatable, mandatory, hidden)
10158 VALUES (1, 'biblio', '785', 't', $$Title$$,
10159 FALSE, FALSE, FALSE);
10160 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10161                                  repeatable, mandatory, hidden)
10162 VALUES (1, 'biblio', '785', 'u', $$Standard Technical Report Number$$,
10163 FALSE, FALSE, FALSE);
10164 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10165                                  repeatable, mandatory, hidden)
10166 VALUES (1, 'biblio', '785', 'w', $$Record control number$$,
10167 TRUE, FALSE, FALSE);
10168 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10169                                  repeatable, mandatory, hidden)
10170 VALUES (1, 'biblio', '785', 'x', $$International Standard Serial Number$$,
10171 FALSE, FALSE, FALSE);
10172 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10173                                  repeatable, mandatory, hidden)
10174 VALUES (1, 'biblio', '785', 'y', $$CODEN designation$$,
10175 FALSE, FALSE, FALSE);
10176 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10177                                  repeatable, mandatory, hidden)
10178 VALUES (1, 'biblio', '785', 'z', $$International Standard Book Number$$,
10179 TRUE, FALSE, FALSE);
10180 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10181                                  repeatable, mandatory, hidden)
10182 VALUES (1, 'biblio', '785', '6', $$Linkage$$,
10183 FALSE, FALSE, FALSE);
10184 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10185                                  repeatable, mandatory, hidden)
10186 VALUES (1, 'biblio', '785', '7', $$Control subfield$$,
10187 FALSE, FALSE, FALSE);
10188 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10189                                  repeatable, mandatory, hidden)
10190 VALUES (1, 'biblio', '785', '8', $$Field link and sequence number$$,
10191 TRUE, FALSE, FALSE);
10192 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
10193                               fixed_field, repeatable, mandatory, hidden)
10194 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.$$,
10195 FALSE, TRUE, FALSE, FALSE);
10196 INSERT INTO config.record_attr_definition(name, label)
10197 VALUES ('marc21_biblio_786_ind_1', 'MARC 21 biblio field 786 indicator position 1');
10198 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10199 VALUES ('marc21_biblio_786_ind_1', '0', $$Display note$$, FALSE, TRUE);
10200 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10201 VALUES ('marc21_biblio_786_ind_1', '1', $$Do not display note$$, FALSE, TRUE);
10202 INSERT INTO config.record_attr_definition(name, label)
10203 VALUES ('marc21_biblio_786_ind_2', 'MARC 21 biblio field 786 indicator position 2');
10204 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10205 VALUES ('marc21_biblio_786_ind_2', '#', $$Data source$$, FALSE, TRUE);
10206 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10207 VALUES ('marc21_biblio_786_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
10208 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10209                                  repeatable, mandatory, hidden)
10210 VALUES (1, 'biblio', '786', 'a', $$Main entry heading$$,
10211 FALSE, FALSE, FALSE);
10212 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10213                                  repeatable, mandatory, hidden)
10214 VALUES (1, 'biblio', '786', 'b', $$Edition$$,
10215 FALSE, FALSE, FALSE);
10216 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10217                                  repeatable, mandatory, hidden)
10218 VALUES (1, 'biblio', '786', 'c', $$Qualifying information$$,
10219 FALSE, FALSE, FALSE);
10220 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10221                                  repeatable, mandatory, hidden)
10222 VALUES (1, 'biblio', '786', 'd', $$Place, publisher, and date of publication$$,
10223 FALSE, FALSE, FALSE);
10224 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10225                                  repeatable, mandatory, hidden)
10226 VALUES (1, 'biblio', '786', 'g', $$Related parts$$,
10227 TRUE, FALSE, FALSE);
10228 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10229                                  repeatable, mandatory, hidden)
10230 VALUES (1, 'biblio', '786', 'h', $$Physical description$$,
10231 FALSE, FALSE, FALSE);
10232 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10233                                  repeatable, mandatory, hidden)
10234 VALUES (1, 'biblio', '786', 'i', $$Relationship information$$,
10235 TRUE, FALSE, FALSE);
10236 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10237                                  repeatable, mandatory, hidden)
10238 VALUES (1, 'biblio', '786', 'j', $$Period of content$$,
10239 FALSE, FALSE, FALSE);
10240 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10241                                  repeatable, mandatory, hidden)
10242 VALUES (1, 'biblio', '786', 'k', $$Series data for related item$$,
10243 TRUE, FALSE, FALSE);
10244 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10245                                  repeatable, mandatory, hidden)
10246 VALUES (1, 'biblio', '786', 'm', $$Material-specific details$$,
10247 FALSE, FALSE, FALSE);
10248 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10249                                  repeatable, mandatory, hidden)
10250 VALUES (1, 'biblio', '786', 'n', $$Note$$,
10251 TRUE, FALSE, FALSE);
10252 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10253                                  repeatable, mandatory, hidden)
10254 VALUES (1, 'biblio', '786', 'o', $$Other item identifier$$,
10255 TRUE, FALSE, FALSE);
10256 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10257                                  repeatable, mandatory, hidden)
10258 VALUES (1, 'biblio', '786', 'p', $$Abbreviated title$$,
10259 FALSE, FALSE, FALSE);
10260 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10261                                  repeatable, mandatory, hidden)
10262 VALUES (1, 'biblio', '786', 'r', $$Report number$$,
10263 TRUE, FALSE, FALSE);
10264 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10265                                  repeatable, mandatory, hidden)
10266 VALUES (1, 'biblio', '786', 's', $$Uniform title$$,
10267 FALSE, FALSE, FALSE);
10268 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10269                                  repeatable, mandatory, hidden)
10270 VALUES (1, 'biblio', '786', 't', $$Title$$,
10271 FALSE, FALSE, FALSE);
10272 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10273                                  repeatable, mandatory, hidden)
10274 VALUES (1, 'biblio', '786', 'u', $$Standard Technical Report Number$$,
10275 FALSE, FALSE, FALSE);
10276 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10277                                  repeatable, mandatory, hidden)
10278 VALUES (1, 'biblio', '786', 'v', $$Source Contribution$$,
10279 FALSE, FALSE, FALSE);
10280 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10281                                  repeatable, mandatory, hidden)
10282 VALUES (1, 'biblio', '786', 'w', $$Record control number$$,
10283 TRUE, FALSE, FALSE);
10284 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10285                                  repeatable, mandatory, hidden)
10286 VALUES (1, 'biblio', '786', 'x', $$International Standard Serial Number$$,
10287 FALSE, FALSE, FALSE);
10288 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10289                                  repeatable, mandatory, hidden)
10290 VALUES (1, 'biblio', '786', 'y', $$CODEN designation$$,
10291 FALSE, FALSE, FALSE);
10292 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10293                                  repeatable, mandatory, hidden)
10294 VALUES (1, 'biblio', '786', 'z', $$International Standard Book Number$$,
10295 TRUE, FALSE, FALSE);
10296 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10297                                  repeatable, mandatory, hidden)
10298 VALUES (1, 'biblio', '786', '6', $$Linkage$$,
10299 FALSE, FALSE, FALSE);
10300 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10301                                  repeatable, mandatory, hidden)
10302 VALUES (1, 'biblio', '786', '7', $$Control subfield$$,
10303 FALSE, FALSE, FALSE);
10304 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10305                                  repeatable, mandatory, hidden)
10306 VALUES (1, 'biblio', '786', '8', $$Field link and sequence number$$,
10307 TRUE, FALSE, FALSE);
10308 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
10309                               fixed_field, repeatable, mandatory, hidden)
10310 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.$$,
10311 FALSE, TRUE, FALSE, FALSE);
10312 INSERT INTO config.record_attr_definition(name, label)
10313 VALUES ('marc21_biblio_787_ind_1', 'MARC 21 biblio field 787 indicator position 1');
10314 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10315 VALUES ('marc21_biblio_787_ind_1', '0', $$Display note$$, FALSE, TRUE);
10316 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10317 VALUES ('marc21_biblio_787_ind_1', '1', $$Do not display note$$, FALSE, TRUE);
10318 INSERT INTO config.record_attr_definition(name, label)
10319 VALUES ('marc21_biblio_787_ind_2', 'MARC 21 biblio field 787 indicator position 2');
10320 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10321 VALUES ('marc21_biblio_787_ind_2', '#', $$Related item$$, FALSE, TRUE);
10322 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10323 VALUES ('marc21_biblio_787_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
10324 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10325                                  repeatable, mandatory, hidden)
10326 VALUES (1, 'biblio', '787', 'a', $$Main entry heading$$,
10327 FALSE, FALSE, FALSE);
10328 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10329                                  repeatable, mandatory, hidden)
10330 VALUES (1, 'biblio', '787', 'b', $$Edition$$,
10331 FALSE, FALSE, FALSE);
10332 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10333                                  repeatable, mandatory, hidden)
10334 VALUES (1, 'biblio', '787', 'c', $$Qualifying information$$,
10335 FALSE, FALSE, FALSE);
10336 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10337                                  repeatable, mandatory, hidden)
10338 VALUES (1, 'biblio', '787', 'd', $$Place, publisher, and date of publication$$,
10339 FALSE, FALSE, FALSE);
10340 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10341                                  repeatable, mandatory, hidden)
10342 VALUES (1, 'biblio', '787', 'g', $$Related parts$$,
10343 TRUE, FALSE, FALSE);
10344 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10345                                  repeatable, mandatory, hidden)
10346 VALUES (1, 'biblio', '787', 'h', $$Physical description$$,
10347 FALSE, FALSE, FALSE);
10348 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10349                                  repeatable, mandatory, hidden)
10350 VALUES (1, 'biblio', '787', 'i', $$Relationship information$$,
10351 TRUE, FALSE, FALSE);
10352 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10353                                  repeatable, mandatory, hidden)
10354 VALUES (1, 'biblio', '787', 'k', $$Series data for related item$$,
10355 TRUE, FALSE, FALSE);
10356 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10357                                  repeatable, mandatory, hidden)
10358 VALUES (1, 'biblio', '787', 'm', $$Material-specific details$$,
10359 FALSE, FALSE, FALSE);
10360 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10361                                  repeatable, mandatory, hidden)
10362 VALUES (1, 'biblio', '787', 'n', $$Note$$,
10363 TRUE, FALSE, FALSE);
10364 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10365                                  repeatable, mandatory, hidden)
10366 VALUES (1, 'biblio', '787', 'o', $$Other item identifier$$,
10367 TRUE, FALSE, FALSE);
10368 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10369                                  repeatable, mandatory, hidden)
10370 VALUES (1, 'biblio', '787', 'r', $$Report number$$,
10371 TRUE, FALSE, FALSE);
10372 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10373                                  repeatable, mandatory, hidden)
10374 VALUES (1, 'biblio', '787', 's', $$Uniform title$$,
10375 FALSE, FALSE, FALSE);
10376 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10377                                  repeatable, mandatory, hidden)
10378 VALUES (1, 'biblio', '787', 't', $$Title$$,
10379 FALSE, FALSE, FALSE);
10380 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10381                                  repeatable, mandatory, hidden)
10382 VALUES (1, 'biblio', '787', 'u', $$Standard Technical Report Number$$,
10383 FALSE, FALSE, FALSE);
10384 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10385                                  repeatable, mandatory, hidden)
10386 VALUES (1, 'biblio', '787', 'w', $$Record control number$$,
10387 TRUE, FALSE, FALSE);
10388 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10389                                  repeatable, mandatory, hidden)
10390 VALUES (1, 'biblio', '787', 'x', $$International Standard Serial Number$$,
10391 FALSE, FALSE, FALSE);
10392 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10393                                  repeatable, mandatory, hidden)
10394 VALUES (1, 'biblio', '787', 'y', $$CODEN designation$$,
10395 FALSE, FALSE, FALSE);
10396 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10397                                  repeatable, mandatory, hidden)
10398 VALUES (1, 'biblio', '787', 'z', $$International Standard Book Number$$,
10399 TRUE, FALSE, FALSE);
10400 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10401                                  repeatable, mandatory, hidden)
10402 VALUES (1, 'biblio', '787', '6', $$Linkage$$,
10403 FALSE, FALSE, FALSE);
10404 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10405                                  repeatable, mandatory, hidden)
10406 VALUES (1, 'biblio', '787', '7', $$Control subfield$$,
10407 FALSE, FALSE, FALSE);
10408 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10409                                  repeatable, mandatory, hidden)
10410 VALUES (1, 'biblio', '787', '8', $$Field link and sequence number$$,
10411 TRUE, FALSE, FALSE);
10412 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
10413                               fixed_field, repeatable, mandatory, hidden)
10414 VALUES (1, 'biblio', '800', $$Series Added Entry-Personal Name$$, $$Author/title series added entry in which the author portion is a personal name.$$,
10415 FALSE, TRUE, FALSE, FALSE);
10416 INSERT INTO config.record_attr_definition(name, label)
10417 VALUES ('marc21_biblio_800_ind_1', 'MARC 21 biblio field 800 indicator position 1');
10418 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10419 VALUES ('marc21_biblio_800_ind_1', '0', $$Forename$$, FALSE, TRUE);
10420 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10421 VALUES ('marc21_biblio_800_ind_1', '1', $$Surname$$, FALSE, TRUE);
10422 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10423 VALUES ('marc21_biblio_800_ind_1', '3', $$Family name$$, FALSE, TRUE);
10424 INSERT INTO config.record_attr_definition(name, label)
10425 VALUES ('marc21_biblio_800_ind_2', 'MARC 21 biblio field 800 indicator position 2');
10426 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10427 VALUES ('marc21_biblio_800_ind_2', '#', $$Undefined$$, FALSE, TRUE);
10428 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10429                                  repeatable, mandatory, hidden)
10430 VALUES (1, 'biblio', '800', 'a', $$Personal name$$,
10431 FALSE, FALSE, FALSE);
10432 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10433                                  repeatable, mandatory, hidden)
10434 VALUES (1, 'biblio', '800', 'b', $$Numeration$$,
10435 FALSE, FALSE, FALSE);
10436 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10437                                  repeatable, mandatory, hidden)
10438 VALUES (1, 'biblio', '800', 'c', $$Titles and other words associated with a name$$,
10439 TRUE, FALSE, FALSE);
10440 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10441                                  repeatable, mandatory, hidden)
10442 VALUES (1, 'biblio', '800', 'd', $$Dates associated with a name$$,
10443 FALSE, FALSE, FALSE);
10444 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10445                                  repeatable, mandatory, hidden)
10446 VALUES (1, 'biblio', '800', 'e', $$Relator term$$,
10447 TRUE, FALSE, FALSE);
10448 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10449                                  repeatable, mandatory, hidden)
10450 VALUES (1, 'biblio', '800', 'f', $$Date of a work$$,
10451 FALSE, FALSE, FALSE);
10452 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10453                                  repeatable, mandatory, hidden)
10454 VALUES (1, 'biblio', '800', 'g', $$Miscellaneous information$$,
10455 FALSE, FALSE, FALSE);
10456 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10457                                  repeatable, mandatory, hidden)
10458 VALUES (1, 'biblio', '800', 'h', $$Medium$$,
10459 FALSE, FALSE, FALSE);
10460 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10461                                  repeatable, mandatory, hidden)
10462 VALUES (1, 'biblio', '800', 'j', $$Attribution qualifier$$,
10463 TRUE, FALSE, FALSE);
10464 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10465                                  repeatable, mandatory, hidden)
10466 VALUES (1, 'biblio', '800', 'k', $$Form subheading$$,
10467 TRUE, FALSE, FALSE);
10468 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10469                                  repeatable, mandatory, hidden)
10470 VALUES (1, 'biblio', '800', 'l', $$Language of a work$$,
10471 FALSE, FALSE, FALSE);
10472 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10473                                  repeatable, mandatory, hidden)
10474 VALUES (1, 'biblio', '800', 'm', $$Medium of performance for music$$,
10475 TRUE, FALSE, FALSE);
10476 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10477                                  repeatable, mandatory, hidden)
10478 VALUES (1, 'biblio', '800', 'n', $$Number of part/section of a work$$,
10479 TRUE, FALSE, FALSE);
10480 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10481                                  repeatable, mandatory, hidden)
10482 VALUES (1, 'biblio', '800', 'o', $$Arranged statement for music$$,
10483 FALSE, FALSE, FALSE);
10484 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10485                                  repeatable, mandatory, hidden)
10486 VALUES (1, 'biblio', '800', 'p', $$Name of part/section of a work$$,
10487 TRUE, FALSE, FALSE);
10488 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10489                                  repeatable, mandatory, hidden)
10490 VALUES (1, 'biblio', '800', 'q', $$Fuller form of name$$,
10491 FALSE, FALSE, FALSE);
10492 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10493                                  repeatable, mandatory, hidden)
10494 VALUES (1, 'biblio', '800', 'r', $$Key for music$$,
10495 FALSE, FALSE, FALSE);
10496 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10497                                  repeatable, mandatory, hidden)
10498 VALUES (1, 'biblio', '800', 's', $$Version$$,
10499 FALSE, FALSE, FALSE);
10500 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10501                                  repeatable, mandatory, hidden)
10502 VALUES (1, 'biblio', '800', 't', $$Title of a work$$,
10503 FALSE, FALSE, FALSE);
10504 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10505                                  repeatable, mandatory, hidden)
10506 VALUES (1, 'biblio', '800', 'u', $$Affiliation$$,
10507 FALSE, FALSE, FALSE);
10508 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10509                                  repeatable, mandatory, hidden)
10510 VALUES (1, 'biblio', '800', 'v', $$Volume/sequential designation$$,
10511 FALSE, FALSE, FALSE);
10512 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10513                                  repeatable, mandatory, hidden)
10514 VALUES (1, 'biblio', '800', 'w', $$Bibliographic record control number$$,
10515 TRUE, FALSE, FALSE);
10516 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10517                                  repeatable, mandatory, hidden)
10518 VALUES (1, 'biblio', '800', 'x', $$International Standard Serial Number$$,
10519 FALSE, FALSE, FALSE);
10520 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10521                                  repeatable, mandatory, hidden)
10522 VALUES (1, 'biblio', '800', '0', $$Authority record control number$$,
10523 TRUE, FALSE, FALSE);
10524 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10525                                  repeatable, mandatory, hidden)
10526 VALUES (1, 'biblio', '800', '3', $$Materials specified$$,
10527 FALSE, FALSE, FALSE);
10528 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10529                                  repeatable, mandatory, hidden)
10530 VALUES (1, 'biblio', '800', '4', $$Relator code$$,
10531 TRUE, FALSE, FALSE);
10532 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10533                                  repeatable, mandatory, hidden)
10534 VALUES (1, 'biblio', '800', '5', $$Institution to which field applies$$,
10535 TRUE, FALSE, FALSE);
10536 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10537                                  repeatable, mandatory, hidden)
10538 VALUES (1, 'biblio', '800', '6', $$Linkage$$,
10539 FALSE, FALSE, FALSE);
10540 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10541                                  repeatable, mandatory, hidden)
10542 VALUES (1, 'biblio', '800', '8', $$Field link and sequence number$$,
10543 TRUE, FALSE, FALSE);
10544 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
10545                               fixed_field, repeatable, mandatory, hidden)
10546 VALUES (1, 'biblio', '810', $$Series Added Entry-Corporate Name$$, $$Author/title series added entry in which the author portion is a corporate name.$$,
10547 FALSE, TRUE, FALSE, FALSE);
10548 INSERT INTO config.record_attr_definition(name, label)
10549 VALUES ('marc21_biblio_810_ind_1', 'MARC 21 biblio field 810 indicator position 1');
10550 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10551 VALUES ('marc21_biblio_810_ind_1', '0', $$Inverted name$$, FALSE, TRUE);
10552 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10553 VALUES ('marc21_biblio_810_ind_1', '1', $$Jurisdiction name$$, FALSE, TRUE);
10554 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10555 VALUES ('marc21_biblio_810_ind_1', '2', $$Name in direct order$$, FALSE, TRUE);
10556 INSERT INTO config.record_attr_definition(name, label)
10557 VALUES ('marc21_biblio_810_ind_2', 'MARC 21 biblio field 810 indicator position 2');
10558 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10559 VALUES ('marc21_biblio_810_ind_2', '#', $$Undefined$$, FALSE, TRUE);
10560 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10561                                  repeatable, mandatory, hidden)
10562 VALUES (1, 'biblio', '810', 'a', $$Corporate name or jurisdiction name as entry element$$,
10563 FALSE, FALSE, FALSE);
10564 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10565                                  repeatable, mandatory, hidden)
10566 VALUES (1, 'biblio', '810', 'b', $$Subordinate unit$$,
10567 TRUE, FALSE, FALSE);
10568 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10569                                  repeatable, mandatory, hidden)
10570 VALUES (1, 'biblio', '810', 'c', $$Location of meeting$$,
10571 FALSE, FALSE, FALSE);
10572 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10573                                  repeatable, mandatory, hidden)
10574 VALUES (1, 'biblio', '810', 'd', $$Date of meeting or treaty signing$$,
10575 TRUE, FALSE, FALSE);
10576 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10577                                  repeatable, mandatory, hidden)
10578 VALUES (1, 'biblio', '810', 'e', $$Relator term$$,
10579 TRUE, FALSE, FALSE);
10580 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10581                                  repeatable, mandatory, hidden)
10582 VALUES (1, 'biblio', '810', 'f', $$Date of a work$$,
10583 FALSE, FALSE, FALSE);
10584 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10585                                  repeatable, mandatory, hidden)
10586 VALUES (1, 'biblio', '810', 'g', $$Miscellaneous information$$,
10587 FALSE, FALSE, FALSE);
10588 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10589                                  repeatable, mandatory, hidden)
10590 VALUES (1, 'biblio', '810', 'h', $$Medium$$,
10591 FALSE, FALSE, FALSE);
10592 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10593                                  repeatable, mandatory, hidden)
10594 VALUES (1, 'biblio', '810', 'k', $$Form subheading$$,
10595 TRUE, FALSE, FALSE);
10596 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10597                                  repeatable, mandatory, hidden)
10598 VALUES (1, 'biblio', '810', 'l', $$Language of a work$$,
10599 FALSE, FALSE, FALSE);
10600 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10601                                  repeatable, mandatory, hidden)
10602 VALUES (1, 'biblio', '810', 'm', $$Medium of performance for music$$,
10603 TRUE, FALSE, FALSE);
10604 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10605                                  repeatable, mandatory, hidden)
10606 VALUES (1, 'biblio', '810', 'n', $$Number of part/section/meeting$$,
10607 TRUE, FALSE, FALSE);
10608 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10609                                  repeatable, mandatory, hidden)
10610 VALUES (1, 'biblio', '810', 'o', $$Arranged statement for music$$,
10611 FALSE, FALSE, FALSE);
10612 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10613                                  repeatable, mandatory, hidden)
10614 VALUES (1, 'biblio', '810', 'p', $$Name of part/section of a work$$,
10615 TRUE, FALSE, FALSE);
10616 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10617                                  repeatable, mandatory, hidden)
10618 VALUES (1, 'biblio', '810', 'r', $$Key for music$$,
10619 FALSE, FALSE, FALSE);
10620 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10621                                  repeatable, mandatory, hidden)
10622 VALUES (1, 'biblio', '810', 's', $$Version$$,
10623 FALSE, FALSE, FALSE);
10624 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10625                                  repeatable, mandatory, hidden)
10626 VALUES (1, 'biblio', '810', 't', $$Title of a work$$,
10627 FALSE, FALSE, FALSE);
10628 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10629                                  repeatable, mandatory, hidden)
10630 VALUES (1, 'biblio', '810', 'u', $$Affiliation$$,
10631 FALSE, FALSE, FALSE);
10632 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10633                                  repeatable, mandatory, hidden)
10634 VALUES (1, 'biblio', '810', 'v', $$Volume/sequential designation$$,
10635 FALSE, FALSE, FALSE);
10636 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10637                                  repeatable, mandatory, hidden)
10638 VALUES (1, 'biblio', '810', 'w', $$Bibliographic record control number$$,
10639 TRUE, FALSE, FALSE);
10640 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10641                                  repeatable, mandatory, hidden)
10642 VALUES (1, 'biblio', '810', 'x', $$International Standard Serial Number$$,
10643 FALSE, FALSE, FALSE);
10644 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10645                                  repeatable, mandatory, hidden)
10646 VALUES (1, 'biblio', '810', '0', $$Authority record control number$$,
10647 TRUE, FALSE, FALSE);
10648 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10649                                  repeatable, mandatory, hidden)
10650 VALUES (1, 'biblio', '810', '3', $$Materials specified$$,
10651 FALSE, FALSE, FALSE);
10652 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10653                                  repeatable, mandatory, hidden)
10654 VALUES (1, 'biblio', '810', '4', $$Relator code$$,
10655 TRUE, FALSE, FALSE);
10656 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10657                                  repeatable, mandatory, hidden)
10658 VALUES (1, 'biblio', '810', '5', $$Institution to which field applies$$,
10659 TRUE, FALSE, FALSE);
10660 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10661                                  repeatable, mandatory, hidden)
10662 VALUES (1, 'biblio', '810', '6', $$Linkage$$,
10663 FALSE, FALSE, FALSE);
10664 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10665                                  repeatable, mandatory, hidden)
10666 VALUES (1, 'biblio', '810', '8', $$Field link and sequence number$$,
10667 TRUE, FALSE, FALSE);
10668 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
10669                               fixed_field, repeatable, mandatory, hidden)
10670 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.$$,
10671 FALSE, TRUE, FALSE, FALSE);
10672 INSERT INTO config.record_attr_definition(name, label)
10673 VALUES ('marc21_biblio_811_ind_1', 'MARC 21 biblio field 811 indicator position 1');
10674 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10675 VALUES ('marc21_biblio_811_ind_1', '0', $$Inverted name$$, FALSE, TRUE);
10676 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10677 VALUES ('marc21_biblio_811_ind_1', '1', $$Jurisdiction name$$, FALSE, TRUE);
10678 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10679 VALUES ('marc21_biblio_811_ind_1', '2', $$Name in direct order$$, FALSE, TRUE);
10680 INSERT INTO config.record_attr_definition(name, label)
10681 VALUES ('marc21_biblio_811_ind_2', 'MARC 21 biblio field 811 indicator position 2');
10682 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10683 VALUES ('marc21_biblio_811_ind_2', '#', $$Undefined$$, FALSE, TRUE);
10684 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10685                                  repeatable, mandatory, hidden)
10686 VALUES (1, 'biblio', '811', 'a', $$Meeting name or jurisdiction name as entry element$$,
10687 FALSE, FALSE, FALSE);
10688 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10689                                  repeatable, mandatory, hidden)
10690 VALUES (1, 'biblio', '811', 'c', $$Location of meeting$$,
10691 FALSE, FALSE, FALSE);
10692 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10693                                  repeatable, mandatory, hidden)
10694 VALUES (1, 'biblio', '811', 'd', $$Date of meeting$$,
10695 FALSE, FALSE, FALSE);
10696 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10697                                  repeatable, mandatory, hidden)
10698 VALUES (1, 'biblio', '811', 'e', $$Subordinate unit$$,
10699 TRUE, FALSE, FALSE);
10700 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10701                                  repeatable, mandatory, hidden)
10702 VALUES (1, 'biblio', '811', 'f', $$Date of a work$$,
10703 FALSE, FALSE, FALSE);
10704 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10705                                  repeatable, mandatory, hidden)
10706 VALUES (1, 'biblio', '811', 'g', $$Miscellaneous information$$,
10707 FALSE, FALSE, FALSE);
10708 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10709                                  repeatable, mandatory, hidden)
10710 VALUES (1, 'biblio', '811', 'h', $$Medium$$,
10711 FALSE, FALSE, FALSE);
10712 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10713                                  repeatable, mandatory, hidden)
10714 VALUES (1, 'biblio', '811', 'j', $$Relator term$$,
10715 TRUE, FALSE, FALSE);
10716 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10717                                  repeatable, mandatory, hidden)
10718 VALUES (1, 'biblio', '811', 'k', $$Form subheading$$,
10719 TRUE, FALSE, FALSE);
10720 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10721                                  repeatable, mandatory, hidden)
10722 VALUES (1, 'biblio', '811', 'l', $$Language of a work$$,
10723 FALSE, FALSE, FALSE);
10724 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10725                                  repeatable, mandatory, hidden)
10726 VALUES (1, 'biblio', '811', 'n', $$Number of part/section/meeting$$,
10727 TRUE, FALSE, FALSE);
10728 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10729                                  repeatable, mandatory, hidden)
10730 VALUES (1, 'biblio', '811', 'p', $$Name of part/section of a work$$,
10731 TRUE, FALSE, FALSE);
10732 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10733                                  repeatable, mandatory, hidden)
10734 VALUES (1, 'biblio', '811', 'q', $$Name of meeting following jurisdiction name entry element$$,
10735 FALSE, FALSE, FALSE);
10736 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10737                                  repeatable, mandatory, hidden)
10738 VALUES (1, 'biblio', '811', 's', $$Version$$,
10739 FALSE, FALSE, FALSE);
10740 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10741                                  repeatable, mandatory, hidden)
10742 VALUES (1, 'biblio', '811', 't', $$Title of a work$$,
10743 FALSE, FALSE, FALSE);
10744 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10745                                  repeatable, mandatory, hidden)
10746 VALUES (1, 'biblio', '811', 'u', $$Affiliation$$,
10747 FALSE, FALSE, FALSE);
10748 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10749                                  repeatable, mandatory, hidden)
10750 VALUES (1, 'biblio', '811', 'v', $$Volume/sequential designation$$,
10751 FALSE, FALSE, FALSE);
10752 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10753                                  repeatable, mandatory, hidden)
10754 VALUES (1, 'biblio', '811', 'w', $$Bibliographic record control number$$,
10755 TRUE, FALSE, FALSE);
10756 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10757                                  repeatable, mandatory, hidden)
10758 VALUES (1, 'biblio', '811', 'x', $$International Standard Serial Number$$,
10759 FALSE, FALSE, FALSE);
10760 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10761                                  repeatable, mandatory, hidden)
10762 VALUES (1, 'biblio', '811', '0', $$Authority record control number$$,
10763 TRUE, FALSE, FALSE);
10764 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10765                                  repeatable, mandatory, hidden)
10766 VALUES (1, 'biblio', '811', '3', $$Materials specified$$,
10767 FALSE, FALSE, FALSE);
10768 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10769                                  repeatable, mandatory, hidden)
10770 VALUES (1, 'biblio', '811', '4', $$Relator code$$,
10771 TRUE, FALSE, FALSE);
10772 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10773                                  repeatable, mandatory, hidden)
10774 VALUES (1, 'biblio', '811', '5', $$Institution to which field applies$$,
10775 TRUE, FALSE, FALSE);
10776 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10777                                  repeatable, mandatory, hidden)
10778 VALUES (1, 'biblio', '811', '6', $$Linkage$$,
10779 FALSE, FALSE, FALSE);
10780 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10781                                  repeatable, mandatory, hidden)
10782 VALUES (1, 'biblio', '811', '8', $$Field link and sequence number$$,
10783 TRUE, FALSE, FALSE);
10784 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
10785                               fixed_field, repeatable, mandatory, hidden)
10786 VALUES (1, 'biblio', '830', $$Series Added Entry-Uniform Title$$, $$Series added entry consisting of a series title alone.$$,
10787 FALSE, TRUE, FALSE, FALSE);
10788 INSERT INTO config.record_attr_definition(name, label)
10789 VALUES ('marc21_biblio_830_ind_1', 'MARC 21 biblio field 830 indicator position 1');
10790 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10791 VALUES ('marc21_biblio_830_ind_1', '#', $$Undefined$$, FALSE, TRUE);
10792 INSERT INTO config.record_attr_definition(name, label)
10793 VALUES ('marc21_biblio_830_ind_2', 'MARC 21 biblio field 830 indicator position 2');
10794 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10795 VALUES ('marc21_biblio_830_ind_2', '0', $$No nonfiling characters$$, FALSE, TRUE);
10796 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10797 VALUES ('marc21_biblio_830_ind_2', '1', $$Number of nonfiling characters - 1$$, FALSE, TRUE);
10798 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10799 VALUES ('marc21_biblio_830_ind_2', '2', $$Number of nonfiling characters - 2$$, FALSE, TRUE);
10800 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10801 VALUES ('marc21_biblio_830_ind_2', '3', $$Number of nonfiling characters - 3$$, FALSE, TRUE);
10802 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10803 VALUES ('marc21_biblio_830_ind_2', '4', $$Number of nonfiling characters - 4$$, FALSE, TRUE);
10804 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10805 VALUES ('marc21_biblio_830_ind_2', '5', $$Number of nonfiling characters - 5$$, FALSE, TRUE);
10806 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10807 VALUES ('marc21_biblio_830_ind_2', '6', $$Number of nonfiling characters - 6$$, FALSE, TRUE);
10808 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10809 VALUES ('marc21_biblio_830_ind_2', '7', $$Number of nonfiling characters - 7$$, FALSE, TRUE);
10810 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10811 VALUES ('marc21_biblio_830_ind_2', '8', $$Number of nonfiling characters - 8$$, FALSE, TRUE);
10812 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10813 VALUES ('marc21_biblio_830_ind_2', '9', $$Number of nonfiling characters - 9$$, FALSE, TRUE);
10814 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10815                                  repeatable, mandatory, hidden)
10816 VALUES (1, 'biblio', '830', 'a', $$Uniform title$$,
10817 FALSE, FALSE, FALSE);
10818 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10819                                  repeatable, mandatory, hidden)
10820 VALUES (1, 'biblio', '830', 'd', $$Date of treaty signing$$,
10821 TRUE, FALSE, FALSE);
10822 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10823                                  repeatable, mandatory, hidden)
10824 VALUES (1, 'biblio', '830', 'f', $$Date of a work$$,
10825 FALSE, FALSE, FALSE);
10826 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10827                                  repeatable, mandatory, hidden)
10828 VALUES (1, 'biblio', '830', 'g', $$Miscellaneous information$$,
10829 FALSE, FALSE, FALSE);
10830 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10831                                  repeatable, mandatory, hidden)
10832 VALUES (1, 'biblio', '830', 'h', $$Medium$$,
10833 FALSE, FALSE, FALSE);
10834 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10835                                  repeatable, mandatory, hidden)
10836 VALUES (1, 'biblio', '830', 'k', $$Form subheading$$,
10837 TRUE, FALSE, FALSE);
10838 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10839                                  repeatable, mandatory, hidden)
10840 VALUES (1, 'biblio', '830', 'l', $$Language of a work$$,
10841 FALSE, FALSE, FALSE);
10842 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10843                                  repeatable, mandatory, hidden)
10844 VALUES (1, 'biblio', '830', 'm', $$Medium of performance for music$$,
10845 TRUE, FALSE, FALSE);
10846 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10847                                  repeatable, mandatory, hidden)
10848 VALUES (1, 'biblio', '830', 'n', $$Number of part/section of a work$$,
10849 TRUE, FALSE, FALSE);
10850 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10851                                  repeatable, mandatory, hidden)
10852 VALUES (1, 'biblio', '830', 'o', $$Arranged statement for music$$,
10853 FALSE, FALSE, FALSE);
10854 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10855                                  repeatable, mandatory, hidden)
10856 VALUES (1, 'biblio', '830', 'p', $$Name of part/section of a work$$,
10857 TRUE, FALSE, FALSE);
10858 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10859                                  repeatable, mandatory, hidden)
10860 VALUES (1, 'biblio', '830', 'r', $$Key for music$$,
10861 FALSE, FALSE, FALSE);
10862 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10863                                  repeatable, mandatory, hidden)
10864 VALUES (1, 'biblio', '830', 's', $$Version$$,
10865 FALSE, FALSE, FALSE);
10866 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10867                                  repeatable, mandatory, hidden)
10868 VALUES (1, 'biblio', '830', 't', $$Title of a work$$,
10869 FALSE, FALSE, FALSE);
10870 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10871                                  repeatable, mandatory, hidden)
10872 VALUES (1, 'biblio', '830', 'v', $$Volume/sequential designation$$,
10873 FALSE, FALSE, FALSE);
10874 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10875                                  repeatable, mandatory, hidden)
10876 VALUES (1, 'biblio', '830', 'w', $$Bibliographic record control number$$,
10877 TRUE, FALSE, FALSE);
10878 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10879                                  repeatable, mandatory, hidden)
10880 VALUES (1, 'biblio', '830', 'x', $$International Standard Serial Number$$,
10881 FALSE, FALSE, FALSE);
10882 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10883                                  repeatable, mandatory, hidden)
10884 VALUES (1, 'biblio', '830', '0', $$Authority record control number$$,
10885 TRUE, FALSE, FALSE);
10886 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10887                                  repeatable, mandatory, hidden)
10888 VALUES (1, 'biblio', '830', '3', $$Materials specified$$,
10889 FALSE, FALSE, FALSE);
10890 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10891                                  repeatable, mandatory, hidden)
10892 VALUES (1, 'biblio', '830', '5', $$Institution to which field applies$$,
10893 TRUE, FALSE, FALSE);
10894 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10895                                  repeatable, mandatory, hidden)
10896 VALUES (1, 'biblio', '830', '6', $$Linkage$$,
10897 FALSE, FALSE, FALSE);
10898 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10899                                  repeatable, mandatory, hidden)
10900 VALUES (1, 'biblio', '830', '8', $$Field link and sequence number$$,
10901 TRUE, FALSE, FALSE);
10902 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
10903                               fixed_field, repeatable, mandatory, hidden)
10904 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).$$,
10905 FALSE, FALSE, FALSE, FALSE);
10906 INSERT INTO config.record_attr_definition(name, label)
10907 VALUES ('marc21_biblio_841_ind_1', 'MARC 21 biblio field 841 indicator position 1');
10908 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10909 VALUES ('marc21_biblio_841_ind_1', '#', $$Undefined$$, FALSE, TRUE);
10910 INSERT INTO config.record_attr_definition(name, label)
10911 VALUES ('marc21_biblio_841_ind_2', 'MARC 21 biblio field 841 indicator position 2');
10912 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10913 VALUES ('marc21_biblio_841_ind_2', '#', $$Undefined$$, FALSE, TRUE);
10914 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10915                                  repeatable, mandatory, hidden)
10916 VALUES (1, 'biblio', '841', 'a', $$Type of record$$,
10917 FALSE, FALSE, FALSE);
10918 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10919                                  repeatable, mandatory, hidden)
10920 VALUES (1, 'biblio', '841', 'b', $$Fixed-length data elements$$,
10921 FALSE, FALSE, FALSE);
10922 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10923                                  repeatable, mandatory, hidden)
10924 VALUES (1, 'biblio', '841', 'e', $$Encoding level$$,
10925 FALSE, FALSE, FALSE);
10926 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
10927                               fixed_field, repeatable, mandatory, hidden)
10928 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).$$,
10929 FALSE, FALSE, FALSE, FALSE);
10930 INSERT INTO config.record_attr_definition(name, label)
10931 VALUES ('marc21_biblio_842_ind_1', 'MARC 21 biblio field 842 indicator position 1');
10932 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10933 VALUES ('marc21_biblio_842_ind_1', '#', $$Undefined$$, FALSE, TRUE);
10934 INSERT INTO config.record_attr_definition(name, label)
10935 VALUES ('marc21_biblio_842_ind_2', 'MARC 21 biblio field 842 indicator position 2');
10936 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10937 VALUES ('marc21_biblio_842_ind_2', '#', $$Undefined$$, FALSE, TRUE);
10938 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10939                                  repeatable, mandatory, hidden)
10940 VALUES (1, 'biblio', '842', 'a', $$Textual physical form designator$$,
10941 FALSE, FALSE, FALSE);
10942 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10943                                  repeatable, mandatory, hidden)
10944 VALUES (1, 'biblio', '842', '6', $$Linkage$$,
10945 FALSE, FALSE, FALSE);
10946 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10947                                  repeatable, mandatory, hidden)
10948 VALUES (1, 'biblio', '842', '8', $$Field link and sequence number$$,
10949 TRUE, FALSE, FALSE);
10950 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
10951                               fixed_field, repeatable, mandatory, hidden)
10952 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.$$,
10953 FALSE, TRUE, FALSE, FALSE);
10954 INSERT INTO config.record_attr_definition(name, label)
10955 VALUES ('marc21_biblio_843_ind_1', 'MARC 21 biblio field 843 indicator position 1');
10956 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10957 VALUES ('marc21_biblio_843_ind_1', '#', $$Undefined$$, FALSE, TRUE);
10958 INSERT INTO config.record_attr_definition(name, label)
10959 VALUES ('marc21_biblio_843_ind_2', 'MARC 21 biblio field 843 indicator position 2');
10960 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10961 VALUES ('marc21_biblio_843_ind_2', '#', $$Undefined$$, FALSE, TRUE);
10962 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10963                                  repeatable, mandatory, hidden)
10964 VALUES (1, 'biblio', '843', 'a', $$Type of reproduction$$,
10965 FALSE, FALSE, FALSE);
10966 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10967                                  repeatable, mandatory, hidden)
10968 VALUES (1, 'biblio', '843', 'b', $$Place of reproduction$$,
10969 TRUE, FALSE, FALSE);
10970 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10971                                  repeatable, mandatory, hidden)
10972 VALUES (1, 'biblio', '843', 'c', $$Agency responsible for reproduction$$,
10973 TRUE, FALSE, FALSE);
10974 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10975                                  repeatable, mandatory, hidden)
10976 VALUES (1, 'biblio', '843', 'd', $$Date of reproduction$$,
10977 FALSE, FALSE, FALSE);
10978 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10979                                  repeatable, mandatory, hidden)
10980 VALUES (1, 'biblio', '843', 'e', $$Physical description of reproduction$$,
10981 FALSE, FALSE, FALSE);
10982 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10983                                  repeatable, mandatory, hidden)
10984 VALUES (1, 'biblio', '843', 'f', $$Series statement of reproduction$$,
10985 TRUE, FALSE, FALSE);
10986 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10987                                  repeatable, mandatory, hidden)
10988 VALUES (1, 'biblio', '843', 'm', $$Dates of publication and/or sequential designation of issues reproduced$$,
10989 TRUE, FALSE, FALSE);
10990 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10991                                  repeatable, mandatory, hidden)
10992 VALUES (1, 'biblio', '843', 'n', $$Note about reproduction$$,
10993 TRUE, FALSE, FALSE);
10994 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10995                                  repeatable, mandatory, hidden)
10996 VALUES (1, 'biblio', '843', '3', $$Materials specified$$,
10997 FALSE, FALSE, FALSE);
10998 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10999                                  repeatable, mandatory, hidden)
11000 VALUES (1, 'biblio', '843', '5', $$Institution to which field applies$$,
11001 FALSE, FALSE, FALSE);
11002 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11003                                  repeatable, mandatory, hidden)
11004 VALUES (1, 'biblio', '843', '6', $$Linkage$$,
11005 FALSE, FALSE, FALSE);
11006 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11007                                  repeatable, mandatory, hidden)
11008 VALUES (1, 'biblio', '843', '7', $$Fixed-length data elements of reproduction$$,
11009 FALSE, FALSE, FALSE);
11010 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11011                                  repeatable, mandatory, hidden)
11012 VALUES (1, 'biblio', '843', '8', $$Field link and sequence number$$,
11013 TRUE, FALSE, FALSE);
11014 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
11015                               fixed_field, repeatable, mandatory, hidden)
11016 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).$$,
11017 FALSE, FALSE, FALSE, FALSE);
11018 INSERT INTO config.record_attr_definition(name, label)
11019 VALUES ('marc21_biblio_844_ind_1', 'MARC 21 biblio field 844 indicator position 1');
11020 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11021 VALUES ('marc21_biblio_844_ind_1', '#', $$Undefined$$, FALSE, TRUE);
11022 INSERT INTO config.record_attr_definition(name, label)
11023 VALUES ('marc21_biblio_844_ind_2', 'MARC 21 biblio field 844 indicator position 2');
11024 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11025 VALUES ('marc21_biblio_844_ind_2', '#', $$Undefined$$, FALSE, TRUE);
11026 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11027                                  repeatable, mandatory, hidden)
11028 VALUES (1, 'biblio', '844', 'a', $$Name of unit$$,
11029 FALSE, FALSE, FALSE);
11030 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11031                                  repeatable, mandatory, hidden)
11032 VALUES (1, 'biblio', '844', '6', $$Linkage$$,
11033 FALSE, FALSE, FALSE);
11034 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11035                                  repeatable, mandatory, hidden)
11036 VALUES (1, 'biblio', '844', '8', $$Field link and sequence number$$,
11037 TRUE, FALSE, FALSE);
11038 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
11039                               fixed_field, repeatable, mandatory, hidden)
11040 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.$$,
11041 FALSE, TRUE, FALSE, FALSE);
11042 INSERT INTO config.record_attr_definition(name, label)
11043 VALUES ('marc21_biblio_845_ind_1', 'MARC 21 biblio field 845 indicator position 1');
11044 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11045 VALUES ('marc21_biblio_845_ind_1', '#', $$Undefined$$, FALSE, TRUE);
11046 INSERT INTO config.record_attr_definition(name, label)
11047 VALUES ('marc21_biblio_845_ind_2', 'MARC 21 biblio field 845 indicator position 2');
11048 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11049 VALUES ('marc21_biblio_845_ind_2', '#', $$Undefined$$, FALSE, TRUE);
11050 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11051                                  repeatable, mandatory, hidden)
11052 VALUES (1, 'biblio', '845', 'a', $$Terms governing use and reproduction$$,
11053 FALSE, FALSE, FALSE);
11054 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11055                                  repeatable, mandatory, hidden)
11056 VALUES (1, 'biblio', '845', 'b', $$Jurisdiction$$,
11057 FALSE, FALSE, FALSE);
11058 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11059                                  repeatable, mandatory, hidden)
11060 VALUES (1, 'biblio', '845', 'c', $$Authorization$$,
11061 FALSE, FALSE, FALSE);
11062 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11063                                  repeatable, mandatory, hidden)
11064 VALUES (1, 'biblio', '845', 'd', $$Authorized users$$,
11065 FALSE, FALSE, FALSE);
11066 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11067                                  repeatable, mandatory, hidden)
11068 VALUES (1, 'biblio', '845', 'u', $$Uniform Resource Identifier$$,
11069 TRUE, FALSE, FALSE);
11070 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11071                                  repeatable, mandatory, hidden)
11072 VALUES (1, 'biblio', '845', '3', $$Materials specified$$,
11073 FALSE, FALSE, FALSE);
11074 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11075                                  repeatable, mandatory, hidden)
11076 VALUES (1, 'biblio', '845', '5', $$Institution to which field applies$$,
11077 FALSE, FALSE, FALSE);
11078 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11079                                  repeatable, mandatory, hidden)
11080 VALUES (1, 'biblio', '845', '6', $$Linkage$$,
11081 FALSE, FALSE, FALSE);
11082 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11083                                  repeatable, mandatory, hidden)
11084 VALUES (1, 'biblio', '845', '8', $$Field link and sequence number$$,
11085 TRUE, FALSE, FALSE);
11086 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
11087                               fixed_field, repeatable, mandatory, hidden)
11088 VALUES (1, 'biblio', '850', $$Holding Institution$$, $$Information concerning holdings of the described item by the specified institution.$$,
11089 FALSE, TRUE, FALSE, FALSE);
11090 INSERT INTO config.record_attr_definition(name, label)
11091 VALUES ('marc21_biblio_850_ind_1', 'MARC 21 biblio field 850 indicator position 1');
11092 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11093 VALUES ('marc21_biblio_850_ind_1', '#', $$Undefined$$, FALSE, TRUE);
11094 INSERT INTO config.record_attr_definition(name, label)
11095 VALUES ('marc21_biblio_850_ind_2', 'MARC 21 biblio field 850 indicator position 2');
11096 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11097 VALUES ('marc21_biblio_850_ind_2', '#', $$Undefined$$, FALSE, TRUE);
11098 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11099                                  repeatable, mandatory, hidden)
11100 VALUES (1, 'biblio', '850', 'a', $$Holding institution$$,
11101 TRUE, FALSE, FALSE);
11102 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11103                                  repeatable, mandatory, hidden)
11104 VALUES (1, 'biblio', '850', '8', $$Field link and sequence number$$,
11105 TRUE, FALSE, FALSE);
11106 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
11107                               fixed_field, repeatable, mandatory, hidden)
11108 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.$$,
11109 FALSE, TRUE, FALSE, FALSE);
11110 INSERT INTO config.record_attr_definition(name, label)
11111 VALUES ('marc21_biblio_852_ind_1', 'MARC 21 biblio field 852 indicator position 1');
11112 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11113 VALUES ('marc21_biblio_852_ind_1', '#', $$No information provided$$, FALSE, TRUE);
11114 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11115 VALUES ('marc21_biblio_852_ind_1', '0', $$Library of Congress classification$$, FALSE, TRUE);
11116 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11117 VALUES ('marc21_biblio_852_ind_1', '1', $$Dewey Decimal classification$$, FALSE, TRUE);
11118 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11119 VALUES ('marc21_biblio_852_ind_1', '2', $$National Library of Medicine classification$$, FALSE, TRUE);
11120 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11121 VALUES ('marc21_biblio_852_ind_1', '3', $$Superintendent of Documents classification$$, FALSE, TRUE);
11122 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11123 VALUES ('marc21_biblio_852_ind_1', '4', $$Shelving control number$$, FALSE, TRUE);
11124 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11125 VALUES ('marc21_biblio_852_ind_1', '5', $$Title$$, FALSE, TRUE);
11126 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11127 VALUES ('marc21_biblio_852_ind_1', '6', $$Shelved separately$$, FALSE, TRUE);
11128 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11129 VALUES ('marc21_biblio_852_ind_1', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
11130 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11131 VALUES ('marc21_biblio_852_ind_1', '8', $$Other scheme$$, FALSE, TRUE);
11132 INSERT INTO config.record_attr_definition(name, label)
11133 VALUES ('marc21_biblio_852_ind_2', 'MARC 21 biblio field 852 indicator position 2');
11134 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11135 VALUES ('marc21_biblio_852_ind_2', '#', $$No information provided$$, FALSE, TRUE);
11136 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11137 VALUES ('marc21_biblio_852_ind_2', '0', $$Not enumeration$$, FALSE, TRUE);
11138 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11139 VALUES ('marc21_biblio_852_ind_2', '1', $$Primary enumeration$$, FALSE, TRUE);
11140 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11141 VALUES ('marc21_biblio_852_ind_2', '2', $$Alternative enumeration$$, FALSE, TRUE);
11142 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11143                                  repeatable, mandatory, hidden)
11144 VALUES (1, 'biblio', '852', 'a', $$Location$$,
11145 FALSE, FALSE, FALSE);
11146 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11147                                  repeatable, mandatory, hidden)
11148 VALUES (1, 'biblio', '852', 'b', $$Sublocation or collection$$,
11149 TRUE, FALSE, FALSE);
11150 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11151                                  repeatable, mandatory, hidden)
11152 VALUES (1, 'biblio', '852', 'c', $$Shelving location$$,
11153 TRUE, FALSE, FALSE);
11154 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11155                                  repeatable, mandatory, hidden)
11156 VALUES (1, 'biblio', '852', 'd', $$Former shelving location$$,
11157 TRUE, FALSE, FALSE);
11158 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11159                                  repeatable, mandatory, hidden)
11160 VALUES (1, 'biblio', '852', 'e', $$Address$$,
11161 TRUE, FALSE, FALSE);
11162 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11163                                  repeatable, mandatory, hidden)
11164 VALUES (1, 'biblio', '852', 'f', $$Coded location qualifier$$,
11165 TRUE, FALSE, FALSE);
11166 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11167                                  repeatable, mandatory, hidden)
11168 VALUES (1, 'biblio', '852', 'g', $$Non-coded location qualifier$$,
11169 TRUE, FALSE, FALSE);
11170 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11171                                  repeatable, mandatory, hidden)
11172 VALUES (1, 'biblio', '852', 'h', $$Classification part$$,
11173 FALSE, FALSE, FALSE);
11174 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11175                                  repeatable, mandatory, hidden)
11176 VALUES (1, 'biblio', '852', 'i', $$Item part$$,
11177 TRUE, FALSE, FALSE);
11178 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11179                                  repeatable, mandatory, hidden)
11180 VALUES (1, 'biblio', '852', 'j', $$Shelving control number$$,
11181 FALSE, FALSE, FALSE);
11182 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11183                                  repeatable, mandatory, hidden)
11184 VALUES (1, 'biblio', '852', 'k', $$Call number prefix$$,
11185 TRUE, FALSE, FALSE);
11186 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11187                                  repeatable, mandatory, hidden)
11188 VALUES (1, 'biblio', '852', 'l', $$Shelving form of title$$,
11189 FALSE, FALSE, FALSE);
11190 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11191                                  repeatable, mandatory, hidden)
11192 VALUES (1, 'biblio', '852', 'm', $$Call number suffix$$,
11193 TRUE, FALSE, FALSE);
11194 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11195                                  repeatable, mandatory, hidden)
11196 VALUES (1, 'biblio', '852', 'n', $$Country code$$,
11197 FALSE, FALSE, FALSE);
11198 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11199                                  repeatable, mandatory, hidden)
11200 VALUES (1, 'biblio', '852', 'p', $$Piece designation$$,
11201 FALSE, FALSE, FALSE);
11202 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11203                                  repeatable, mandatory, hidden)
11204 VALUES (1, 'biblio', '852', 'q', $$Piece physical condition$$,
11205 FALSE, FALSE, FALSE);
11206 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11207                                  repeatable, mandatory, hidden)
11208 VALUES (1, 'biblio', '852', 's', $$Copyright article-fee code$$,
11209 TRUE, FALSE, FALSE);
11210 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11211                                  repeatable, mandatory, hidden)
11212 VALUES (1, 'biblio', '852', 't', $$Copy number$$,
11213 FALSE, FALSE, FALSE);
11214 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11215                                  repeatable, mandatory, hidden)
11216 VALUES (1, 'biblio', '852', 'u', $$Uniform Resource Identifier$$,
11217 TRUE, FALSE, FALSE);
11218 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11219                                  repeatable, mandatory, hidden)
11220 VALUES (1, 'biblio', '852', 'x', $$Nonpublic note$$,
11221 TRUE, FALSE, FALSE);
11222 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11223                                  repeatable, mandatory, hidden)
11224 VALUES (1, 'biblio', '852', 'z', $$Public note$$,
11225 TRUE, FALSE, FALSE);
11226 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11227                                  repeatable, mandatory, hidden)
11228 VALUES (1, 'biblio', '852', '2', $$Source of classification or shelving scheme$$,
11229 FALSE, FALSE, FALSE);
11230 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11231                                  repeatable, mandatory, hidden)
11232 VALUES (1, 'biblio', '852', '3', $$Materials specified$$,
11233 FALSE, FALSE, FALSE);
11234 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11235                                  repeatable, mandatory, hidden)
11236 VALUES (1, 'biblio', '852', '6', $$Linkage$$,
11237 FALSE, FALSE, FALSE);
11238 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11239                                  repeatable, mandatory, hidden)
11240 VALUES (1, 'biblio', '852', '8', $$Sequence number$$,
11241 FALSE, FALSE, FALSE);
11242 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
11243                               fixed_field, repeatable, mandatory, hidden)
11244 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).$$,
11245 FALSE, TRUE, FALSE, FALSE);
11246 INSERT INTO config.record_attr_definition(name, label)
11247 VALUES ('marc21_biblio_853_ind_1', 'MARC 21 biblio field 853 indicator position 1');
11248 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11249 VALUES ('marc21_biblio_853_ind_1', '0', $$Cannot compress or expand$$, FALSE, TRUE);
11250 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11251 VALUES ('marc21_biblio_853_ind_1', '1', $$Can compress but not expand$$, FALSE, TRUE);
11252 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11253 VALUES ('marc21_biblio_853_ind_1', '2', $$Can compress or expand$$, FALSE, TRUE);
11254 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11255 VALUES ('marc21_biblio_853_ind_1', '3', $$Unknown$$, FALSE, TRUE);
11256 INSERT INTO config.record_attr_definition(name, label)
11257 VALUES ('marc21_biblio_853_ind_2', 'MARC 21 biblio field 853 indicator position 2');
11258 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11259 VALUES ('marc21_biblio_853_ind_2', '0', $$Captions verified; all levels present$$, FALSE, TRUE);
11260 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11261 VALUES ('marc21_biblio_853_ind_2', '1', $$Captions verified; all levels may not be present$$, FALSE, TRUE);
11262 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11263 VALUES ('marc21_biblio_853_ind_2', '2', $$Captions unverified; all levels present$$, FALSE, TRUE);
11264 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11265 VALUES ('marc21_biblio_853_ind_2', '3', $$Captions unverified; all levels may not be present$$, FALSE, TRUE);
11266 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11267                                  repeatable, mandatory, hidden)
11268 VALUES (1, 'biblio', '853', 'a', $$First level of enumeration$$,
11269 TRUE, FALSE, FALSE);
11270 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11271                                  repeatable, mandatory, hidden)
11272 VALUES (1, 'biblio', '853', 'b', $$Second level of enumeration$$,
11273 TRUE, FALSE, FALSE);
11274 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11275                                  repeatable, mandatory, hidden)
11276 VALUES (1, 'biblio', '853', 'c', $$Third level of enumeration$$,
11277 TRUE, FALSE, FALSE);
11278 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11279                                  repeatable, mandatory, hidden)
11280 VALUES (1, 'biblio', '853', 'd', $$Fourth level of enumeration$$,
11281 TRUE, FALSE, FALSE);
11282 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11283                                  repeatable, mandatory, hidden)
11284 VALUES (1, 'biblio', '853', 'e', $$Fifth level of enumeration$$,
11285 TRUE, FALSE, FALSE);
11286 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11287                                  repeatable, mandatory, hidden)
11288 VALUES (1, 'biblio', '853', 'f', $$Sixth level of enumeration$$,
11289 TRUE, FALSE, FALSE);
11290 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11291                                  repeatable, mandatory, hidden)
11292 VALUES (1, 'biblio', '853', 'g', $$Alternative numbering scheme, first level of enumeration$$,
11293 TRUE, FALSE, FALSE);
11294 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11295                                  repeatable, mandatory, hidden)
11296 VALUES (1, 'biblio', '853', 'h', $$Alternative numbering scheme, second level of enumeration$$,
11297 TRUE, FALSE, FALSE);
11298 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11299                                  repeatable, mandatory, hidden)
11300 VALUES (1, 'biblio', '853', 'i', $$First level of chronology$$,
11301 TRUE, FALSE, FALSE);
11302 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11303                                  repeatable, mandatory, hidden)
11304 VALUES (1, 'biblio', '853', 'j', $$Second level of chronology$$,
11305 TRUE, FALSE, FALSE);
11306 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11307                                  repeatable, mandatory, hidden)
11308 VALUES (1, 'biblio', '853', 'k', $$Third level of chronology$$,
11309 TRUE, FALSE, FALSE);
11310 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11311                                  repeatable, mandatory, hidden)
11312 VALUES (1, 'biblio', '853', 'l', $$Fourth level of chronology$$,
11313 TRUE, FALSE, FALSE);
11314 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11315                                  repeatable, mandatory, hidden)
11316 VALUES (1, 'biblio', '853', 'm', $$Alternative numbering scheme, chronology$$,
11317 TRUE, FALSE, FALSE);
11318 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11319                                  repeatable, mandatory, hidden)
11320 VALUES (1, 'biblio', '853', 'n', $$Pattern note$$,
11321 TRUE, FALSE, FALSE);
11322 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11323                                  repeatable, mandatory, hidden)
11324 VALUES (1, 'biblio', '853', 'o', $$Type of unit$$,
11325 TRUE, FALSE, FALSE);
11326 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11327                                  repeatable, mandatory, hidden)
11328 VALUES (1, 'biblio', '853', 'p', $$Number of pieces per issuance$$,
11329 TRUE, FALSE, FALSE);
11330 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11331                                  repeatable, mandatory, hidden)
11332 VALUES (1, 'biblio', '853', 't', $$Copy$$,
11333 TRUE, FALSE, FALSE);
11334 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11335                                  repeatable, mandatory, hidden)
11336 VALUES (1, 'biblio', '853', 'u', $$Bibliographic units per next higher level$$,
11337 TRUE, FALSE, FALSE);
11338 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11339                                  repeatable, mandatory, hidden)
11340 VALUES (1, 'biblio', '853', 'v', $$Numbering continuity$$,
11341 TRUE, FALSE, FALSE);
11342 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11343                                  repeatable, mandatory, hidden)
11344 VALUES (1, 'biblio', '853', 'w', $$Frequency$$,
11345 TRUE, FALSE, FALSE);
11346 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11347                                  repeatable, mandatory, hidden)
11348 VALUES (1, 'biblio', '853', 'x', $$Calendar change$$,
11349 TRUE, FALSE, FALSE);
11350 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11351                                  repeatable, mandatory, hidden)
11352 VALUES (1, 'biblio', '853', 'y', $$Regularity pattern$$,
11353 TRUE, FALSE, FALSE);
11354 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11355                                  repeatable, mandatory, hidden)
11356 VALUES (1, 'biblio', '853', 'z', $$Numbering scheme$$,
11357 TRUE, FALSE, FALSE);
11358 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11359                                  repeatable, mandatory, hidden)
11360 VALUES (1, 'biblio', '853', '2', $$Source of caption abbreviation$$,
11361 TRUE, FALSE, FALSE);
11362 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11363                                  repeatable, mandatory, hidden)
11364 VALUES (1, 'biblio', '853', '3', $$Materials specified$$,
11365 TRUE, FALSE, FALSE);
11366 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11367                                  repeatable, mandatory, hidden)
11368 VALUES (1, 'biblio', '853', '6', $$Linkage$$,
11369 TRUE, FALSE, FALSE);
11370 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11371                                  repeatable, mandatory, hidden)
11372 VALUES (1, 'biblio', '853', '8', $$Field link and sequence number$$,
11373 TRUE, FALSE, FALSE);
11374 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
11375                               fixed_field, repeatable, mandatory, hidden)
11376 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).$$,
11377 FALSE, TRUE, FALSE, FALSE);
11378 INSERT INTO config.record_attr_definition(name, label)
11379 VALUES ('marc21_biblio_854_ind_1', 'MARC 21 biblio field 854 indicator position 1');
11380 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11381 VALUES ('marc21_biblio_854_ind_1', '0', $$Cannot compress or expand$$, FALSE, TRUE);
11382 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11383 VALUES ('marc21_biblio_854_ind_1', '1', $$Can compress but not expand$$, FALSE, TRUE);
11384 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11385 VALUES ('marc21_biblio_854_ind_1', '2', $$Can compress or expand$$, FALSE, TRUE);
11386 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11387 VALUES ('marc21_biblio_854_ind_1', '3', $$Unknown$$, FALSE, TRUE);
11388 INSERT INTO config.record_attr_definition(name, label)
11389 VALUES ('marc21_biblio_854_ind_2', 'MARC 21 biblio field 854 indicator position 2');
11390 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11391 VALUES ('marc21_biblio_854_ind_2', '0', $$Captions verified; all levels present$$, FALSE, TRUE);
11392 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11393 VALUES ('marc21_biblio_854_ind_2', '1', $$Captions verified; all levels may not be present$$, FALSE, TRUE);
11394 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11395 VALUES ('marc21_biblio_854_ind_2', '2', $$Captions unverified; all levels present$$, FALSE, TRUE);
11396 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11397 VALUES ('marc21_biblio_854_ind_2', '3', $$Captions unverified; all levels may not be present$$, FALSE, TRUE);
11398 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11399                                  repeatable, mandatory, hidden)
11400 VALUES (1, 'biblio', '854', 'a', $$First level of enumeration$$,
11401 TRUE, FALSE, FALSE);
11402 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11403                                  repeatable, mandatory, hidden)
11404 VALUES (1, 'biblio', '854', 'b', $$Second level of enumeration$$,
11405 TRUE, FALSE, FALSE);
11406 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11407                                  repeatable, mandatory, hidden)
11408 VALUES (1, 'biblio', '854', 'c', $$Third level of enumeration$$,
11409 TRUE, FALSE, FALSE);
11410 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11411                                  repeatable, mandatory, hidden)
11412 VALUES (1, 'biblio', '854', 'd', $$Fourth level of enumeration$$,
11413 TRUE, FALSE, FALSE);
11414 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11415                                  repeatable, mandatory, hidden)
11416 VALUES (1, 'biblio', '854', 'e', $$Fifth level of enumeration$$,
11417 TRUE, FALSE, FALSE);
11418 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11419                                  repeatable, mandatory, hidden)
11420 VALUES (1, 'biblio', '854', 'f', $$Sixth level of enumeration$$,
11421 TRUE, FALSE, FALSE);
11422 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11423                                  repeatable, mandatory, hidden)
11424 VALUES (1, 'biblio', '854', 'g', $$Alternative numbering scheme, first level of enumeration$$,
11425 TRUE, FALSE, FALSE);
11426 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11427                                  repeatable, mandatory, hidden)
11428 VALUES (1, 'biblio', '854', 'h', $$Alternative numbering scheme, second level of enumeration$$,
11429 TRUE, FALSE, FALSE);
11430 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11431                                  repeatable, mandatory, hidden)
11432 VALUES (1, 'biblio', '854', 'i', $$First level of chronology$$,
11433 TRUE, FALSE, FALSE);
11434 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11435                                  repeatable, mandatory, hidden)
11436 VALUES (1, 'biblio', '854', 'j', $$Second level of chronology$$,
11437 TRUE, FALSE, FALSE);
11438 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11439                                  repeatable, mandatory, hidden)
11440 VALUES (1, 'biblio', '854', 'k', $$Third level of chronology$$,
11441 TRUE, FALSE, FALSE);
11442 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11443                                  repeatable, mandatory, hidden)
11444 VALUES (1, 'biblio', '854', 'l', $$Fourth level of chronology$$,
11445 TRUE, FALSE, FALSE);
11446 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11447                                  repeatable, mandatory, hidden)
11448 VALUES (1, 'biblio', '854', 'm', $$Alternative numbering scheme, chronology$$,
11449 TRUE, FALSE, FALSE);
11450 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11451                                  repeatable, mandatory, hidden)
11452 VALUES (1, 'biblio', '854', 'n', $$Pattern note$$,
11453 TRUE, FALSE, FALSE);
11454 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11455                                  repeatable, mandatory, hidden)
11456 VALUES (1, 'biblio', '854', 'o', $$Type of unit$$,
11457 TRUE, FALSE, FALSE);
11458 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11459                                  repeatable, mandatory, hidden)
11460 VALUES (1, 'biblio', '854', 'p', $$Number of pieces per issuance$$,
11461 TRUE, FALSE, FALSE);
11462 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11463                                  repeatable, mandatory, hidden)
11464 VALUES (1, 'biblio', '854', 't', $$Copy$$,
11465 TRUE, FALSE, FALSE);
11466 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11467                                  repeatable, mandatory, hidden)
11468 VALUES (1, 'biblio', '854', 'u', $$Bibliographic units per next higher level$$,
11469 TRUE, FALSE, FALSE);
11470 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11471                                  repeatable, mandatory, hidden)
11472 VALUES (1, 'biblio', '854', 'v', $$Numbering continuity$$,
11473 TRUE, FALSE, FALSE);
11474 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11475                                  repeatable, mandatory, hidden)
11476 VALUES (1, 'biblio', '854', 'w', $$Frequency$$,
11477 TRUE, FALSE, FALSE);
11478 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11479                                  repeatable, mandatory, hidden)
11480 VALUES (1, 'biblio', '854', 'x', $$Calendar change$$,
11481 TRUE, FALSE, FALSE);
11482 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11483                                  repeatable, mandatory, hidden)
11484 VALUES (1, 'biblio', '854', 'y', $$Regularity pattern$$,
11485 TRUE, FALSE, FALSE);
11486 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11487                                  repeatable, mandatory, hidden)
11488 VALUES (1, 'biblio', '854', 'z', $$Numbering scheme$$,
11489 TRUE, FALSE, FALSE);
11490 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11491                                  repeatable, mandatory, hidden)
11492 VALUES (1, 'biblio', '854', '2', $$Source of caption abbreviation$$,
11493 TRUE, FALSE, FALSE);
11494 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11495                                  repeatable, mandatory, hidden)
11496 VALUES (1, 'biblio', '854', '3', $$Materials specified$$,
11497 TRUE, FALSE, FALSE);
11498 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11499                                  repeatable, mandatory, hidden)
11500 VALUES (1, 'biblio', '854', '6', $$Linkage$$,
11501 TRUE, FALSE, FALSE);
11502 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11503                                  repeatable, mandatory, hidden)
11504 VALUES (1, 'biblio', '854', '8', $$Field link and sequence number$$,
11505 TRUE, FALSE, FALSE);
11506 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
11507                               fixed_field, repeatable, mandatory, hidden)
11508 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).$$,
11509 FALSE, TRUE, FALSE, FALSE);
11510 INSERT INTO config.record_attr_definition(name, label)
11511 VALUES ('marc21_biblio_855_ind_1', 'MARC 21 biblio field 855 indicator position 1');
11512 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11513 VALUES ('marc21_biblio_855_ind_1', '#', $$Undefined$$, FALSE, TRUE);
11514 INSERT INTO config.record_attr_definition(name, label)
11515 VALUES ('marc21_biblio_855_ind_2', 'MARC 21 biblio field 855 indicator position 2');
11516 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11517 VALUES ('marc21_biblio_855_ind_2', '#', $$Undefined$$, FALSE, TRUE);
11518 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11519                                  repeatable, mandatory, hidden)
11520 VALUES (1, 'biblio', '855', 'a', $$First level of enumeration$$,
11521 TRUE, FALSE, FALSE);
11522 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11523                                  repeatable, mandatory, hidden)
11524 VALUES (1, 'biblio', '855', 'b', $$Second level of enumeration$$,
11525 TRUE, FALSE, FALSE);
11526 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11527                                  repeatable, mandatory, hidden)
11528 VALUES (1, 'biblio', '855', 'c', $$Third level of enumeration$$,
11529 TRUE, FALSE, FALSE);
11530 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11531                                  repeatable, mandatory, hidden)
11532 VALUES (1, 'biblio', '855', 'd', $$Fourth level of enumeration$$,
11533 TRUE, FALSE, FALSE);
11534 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11535                                  repeatable, mandatory, hidden)
11536 VALUES (1, 'biblio', '855', 'e', $$Fifth level of enumeration$$,
11537 TRUE, FALSE, FALSE);
11538 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11539                                  repeatable, mandatory, hidden)
11540 VALUES (1, 'biblio', '855', 'f', $$Sixth level of enumeration$$,
11541 TRUE, FALSE, FALSE);
11542 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11543                                  repeatable, mandatory, hidden)
11544 VALUES (1, 'biblio', '855', 'g', $$Alternative numbering scheme, first level of enumeration$$,
11545 TRUE, FALSE, FALSE);
11546 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11547                                  repeatable, mandatory, hidden)
11548 VALUES (1, 'biblio', '855', 'h', $$Alternative numbering scheme, second level of enumeration$$,
11549 TRUE, FALSE, FALSE);
11550 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11551                                  repeatable, mandatory, hidden)
11552 VALUES (1, 'biblio', '855', 'i', $$First level of chronology$$,
11553 TRUE, FALSE, FALSE);
11554 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11555                                  repeatable, mandatory, hidden)
11556 VALUES (1, 'biblio', '855', 'j', $$Second level of chronology$$,
11557 TRUE, FALSE, FALSE);
11558 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11559                                  repeatable, mandatory, hidden)
11560 VALUES (1, 'biblio', '855', 'k', $$Third level of chronology$$,
11561 TRUE, FALSE, FALSE);
11562 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11563                                  repeatable, mandatory, hidden)
11564 VALUES (1, 'biblio', '855', 'l', $$Fourth level of chronology$$,
11565 TRUE, FALSE, FALSE);
11566 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11567                                  repeatable, mandatory, hidden)
11568 VALUES (1, 'biblio', '855', 'm', $$Alternative numbering scheme, chronology$$,
11569 TRUE, FALSE, FALSE);
11570 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11571                                  repeatable, mandatory, hidden)
11572 VALUES (1, 'biblio', '855', 'n', $$Pattern note$$,
11573 TRUE, FALSE, FALSE);
11574 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11575                                  repeatable, mandatory, hidden)
11576 VALUES (1, 'biblio', '855', 'o', $$Type of unit$$,
11577 TRUE, FALSE, FALSE);
11578 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11579                                  repeatable, mandatory, hidden)
11580 VALUES (1, 'biblio', '855', 'p', $$Number of pieces per issuance$$,
11581 TRUE, FALSE, FALSE);
11582 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11583                                  repeatable, mandatory, hidden)
11584 VALUES (1, 'biblio', '855', 't', $$Copy$$,
11585 TRUE, FALSE, FALSE);
11586 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11587                                  repeatable, mandatory, hidden)
11588 VALUES (1, 'biblio', '855', 'u', $$Bibliographic units per next higher level$$,
11589 TRUE, FALSE, FALSE);
11590 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11591                                  repeatable, mandatory, hidden)
11592 VALUES (1, 'biblio', '855', 'v', $$Numbering continuity$$,
11593 TRUE, FALSE, FALSE);
11594 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11595                                  repeatable, mandatory, hidden)
11596 VALUES (1, 'biblio', '855', 'w', $$Frequency$$,
11597 TRUE, FALSE, FALSE);
11598 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11599                                  repeatable, mandatory, hidden)
11600 VALUES (1, 'biblio', '855', 'x', $$Calendar change$$,
11601 TRUE, FALSE, FALSE);
11602 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11603                                  repeatable, mandatory, hidden)
11604 VALUES (1, 'biblio', '855', 'y', $$Regularity pattern$$,
11605 TRUE, FALSE, FALSE);
11606 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11607                                  repeatable, mandatory, hidden)
11608 VALUES (1, 'biblio', '855', 'z', $$Numbering scheme$$,
11609 TRUE, FALSE, FALSE);
11610 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11611                                  repeatable, mandatory, hidden)
11612 VALUES (1, 'biblio', '855', '2', $$Source of caption abbreviation$$,
11613 TRUE, FALSE, FALSE);
11614 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11615                                  repeatable, mandatory, hidden)
11616 VALUES (1, 'biblio', '855', '3', $$Materials specified$$,
11617 TRUE, FALSE, FALSE);
11618 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11619                                  repeatable, mandatory, hidden)
11620 VALUES (1, 'biblio', '855', '6', $$Linkage$$,
11621 TRUE, FALSE, FALSE);
11622 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11623                                  repeatable, mandatory, hidden)
11624 VALUES (1, 'biblio', '855', '8', $$Field link and sequence number$$,
11625 TRUE, FALSE, FALSE);
11626 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
11627                               fixed_field, repeatable, mandatory, hidden)
11628 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.$$,
11629 FALSE, TRUE, FALSE, FALSE);
11630 INSERT INTO config.record_attr_definition(name, label)
11631 VALUES ('marc21_biblio_856_ind_1', 'MARC 21 biblio field 856 indicator position 1');
11632 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11633 VALUES ('marc21_biblio_856_ind_1', '#', $$No information provided$$, FALSE, TRUE);
11634 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11635 VALUES ('marc21_biblio_856_ind_1', '0', $$Email$$, FALSE, TRUE);
11636 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11637 VALUES ('marc21_biblio_856_ind_1', '1', $$FTP$$, FALSE, TRUE);
11638 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11639 VALUES ('marc21_biblio_856_ind_1', '2', $$Remote login (Telnet)$$, FALSE, TRUE);
11640 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11641 VALUES ('marc21_biblio_856_ind_1', '3', $$Dial-up$$, FALSE, TRUE);
11642 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11643 VALUES ('marc21_biblio_856_ind_1', '4', $$HTTP$$, FALSE, TRUE);
11644 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11645 VALUES ('marc21_biblio_856_ind_1', '7', $$Method specified in subfield $2$$, FALSE, TRUE);
11646 INSERT INTO config.record_attr_definition(name, label)
11647 VALUES ('marc21_biblio_856_ind_2', 'MARC 21 biblio field 856 indicator position 2');
11648 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11649 VALUES ('marc21_biblio_856_ind_2', '#', $$No information provided$$, FALSE, TRUE);
11650 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11651 VALUES ('marc21_biblio_856_ind_2', '0', $$Resource$$, FALSE, TRUE);
11652 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11653 VALUES ('marc21_biblio_856_ind_2', '1', $$Version of resource$$, FALSE, TRUE);
11654 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11655 VALUES ('marc21_biblio_856_ind_2', '2', $$Related resource$$, FALSE, TRUE);
11656 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11657 VALUES ('marc21_biblio_856_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
11658 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11659                                  repeatable, mandatory, hidden)
11660 VALUES (1, 'biblio', '856', 'a', $$Host name$$,
11661 TRUE, FALSE, FALSE);
11662 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11663                                  repeatable, mandatory, hidden)
11664 VALUES (1, 'biblio', '856', 'b', $$Access number$$,
11665 TRUE, FALSE, FALSE);
11666 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11667                                  repeatable, mandatory, hidden)
11668 VALUES (1, 'biblio', '856', 'c', $$Compression information$$,
11669 TRUE, FALSE, FALSE);
11670 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11671                                  repeatable, mandatory, hidden)
11672 VALUES (1, 'biblio', '856', 'd', $$Path$$,
11673 TRUE, FALSE, FALSE);
11674 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11675                                  repeatable, mandatory, hidden)
11676 VALUES (1, 'biblio', '856', 'f', $$Electronic name$$,
11677 TRUE, FALSE, FALSE);
11678 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11679                                  repeatable, mandatory, hidden)
11680 VALUES (1, 'biblio', '856', 'h', $$Processor of request$$,
11681 FALSE, FALSE, FALSE);
11682 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11683                                  repeatable, mandatory, hidden)
11684 VALUES (1, 'biblio', '856', 'i', $$Instruction$$,
11685 TRUE, FALSE, FALSE);
11686 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11687                                  repeatable, mandatory, hidden)
11688 VALUES (1, 'biblio', '856', 'j', $$Bits per second$$,
11689 FALSE, FALSE, FALSE);
11690 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11691                                  repeatable, mandatory, hidden)
11692 VALUES (1, 'biblio', '856', 'k', $$Password$$,
11693 FALSE, FALSE, FALSE);
11694 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11695                                  repeatable, mandatory, hidden)
11696 VALUES (1, 'biblio', '856', 'l', $$Logon$$,
11697 FALSE, FALSE, FALSE);
11698 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11699                                  repeatable, mandatory, hidden)
11700 VALUES (1, 'biblio', '856', 'm', $$Contact for access assistance$$,
11701 TRUE, FALSE, FALSE);
11702 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11703                                  repeatable, mandatory, hidden)
11704 VALUES (1, 'biblio', '856', 'n', $$Name of location of host$$,
11705 FALSE, FALSE, FALSE);
11706 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11707                                  repeatable, mandatory, hidden)
11708 VALUES (1, 'biblio', '856', 'o', $$Operating system$$,
11709 FALSE, FALSE, FALSE);
11710 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11711                                  repeatable, mandatory, hidden)
11712 VALUES (1, 'biblio', '856', 'p', $$Port$$,
11713 FALSE, FALSE, FALSE);
11714 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11715                                  repeatable, mandatory, hidden)
11716 VALUES (1, 'biblio', '856', 'q', $$Electronic format type$$,
11717 FALSE, FALSE, FALSE);
11718 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11719                                  repeatable, mandatory, hidden)
11720 VALUES (1, 'biblio', '856', 'r', $$Settings$$,
11721 FALSE, FALSE, FALSE);
11722 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11723                                  repeatable, mandatory, hidden)
11724 VALUES (1, 'biblio', '856', 's', $$File size$$,
11725 TRUE, FALSE, FALSE);
11726 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11727                                  repeatable, mandatory, hidden)
11728 VALUES (1, 'biblio', '856', 't', $$Terminal emulation$$,
11729 TRUE, FALSE, FALSE);
11730 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11731                                  repeatable, mandatory, hidden)
11732 VALUES (1, 'biblio', '856', 'u', $$Uniform Resource Identifier$$,
11733 TRUE, FALSE, FALSE);
11734 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11735                                  repeatable, mandatory, hidden)
11736 VALUES (1, 'biblio', '856', 'v', $$Hours access method available$$,
11737 TRUE, FALSE, FALSE);
11738 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11739                                  repeatable, mandatory, hidden)
11740 VALUES (1, 'biblio', '856', 'w', $$Record control number$$,
11741 TRUE, FALSE, FALSE);
11742 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11743                                  repeatable, mandatory, hidden)
11744 VALUES (1, 'biblio', '856', 'x', $$Nonpublic note$$,
11745 TRUE, FALSE, FALSE);
11746 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11747                                  repeatable, mandatory, hidden)
11748 VALUES (1, 'biblio', '856', 'y', $$Link text$$,
11749 TRUE, FALSE, FALSE);
11750 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11751                                  repeatable, mandatory, hidden)
11752 VALUES (1, 'biblio', '856', 'z', $$Public note$$,
11753 TRUE, FALSE, FALSE);
11754 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11755                                  repeatable, mandatory, hidden)
11756 VALUES (1, 'biblio', '856', '2', $$Access method$$,
11757 FALSE, FALSE, FALSE);
11758 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11759                                  repeatable, mandatory, hidden)
11760 VALUES (1, 'biblio', '856', '3', $$Materials specified$$,
11761 FALSE, FALSE, FALSE);
11762 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11763                                  repeatable, mandatory, hidden)
11764 VALUES (1, 'biblio', '856', '6', $$Linkage$$,
11765 FALSE, FALSE, FALSE);
11766 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11767                                  repeatable, mandatory, hidden)
11768 VALUES (1, 'biblio', '856', '8', $$Field link and sequence number$$,
11769 TRUE, FALSE, FALSE);
11770 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
11771                               fixed_field, repeatable, mandatory, hidden)
11772 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).$$,
11773 FALSE, TRUE, FALSE, FALSE);
11774 INSERT INTO config.record_attr_definition(name, label)
11775 VALUES ('marc21_biblio_863_ind_1', 'MARC 21 biblio field 863 indicator position 1');
11776 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11777 VALUES ('marc21_biblio_863_ind_1', '#', $$No information provided$$, FALSE, TRUE);
11778 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11779 VALUES ('marc21_biblio_863_ind_1', '3', $$Holdings level 3$$, FALSE, TRUE);
11780 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11781 VALUES ('marc21_biblio_863_ind_1', '4', $$Holdings level 4$$, FALSE, TRUE);
11782 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11783 VALUES ('marc21_biblio_863_ind_1', '5', $$Holdings level 4 with piece designation$$, FALSE, TRUE);
11784 INSERT INTO config.record_attr_definition(name, label)
11785 VALUES ('marc21_biblio_863_ind_2', 'MARC 21 biblio field 863 indicator position 2');
11786 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11787 VALUES ('marc21_biblio_863_ind_2', '#', $$No information provided$$, FALSE, TRUE);
11788 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11789 VALUES ('marc21_biblio_863_ind_2', '0', $$Compressed$$, FALSE, TRUE);
11790 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11791 VALUES ('marc21_biblio_863_ind_2', '1', $$Uncompressed$$, FALSE, TRUE);
11792 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11793 VALUES ('marc21_biblio_863_ind_2', '2', $$Compressed, use textual display$$, FALSE, TRUE);
11794 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11795 VALUES ('marc21_biblio_863_ind_2', '3', $$Uncompressed, 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', '4', $$Item(s) not published$$, FALSE, TRUE);
11798 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11799                                  repeatable, mandatory, hidden)
11800 VALUES (1, 'biblio', '863', 'a', $$First level of enumeration$$,
11801 TRUE, FALSE, FALSE);
11802 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11803                                  repeatable, mandatory, hidden)
11804 VALUES (1, 'biblio', '863', 'b', $$Second level of enumeration$$,
11805 TRUE, FALSE, FALSE);
11806 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11807                                  repeatable, mandatory, hidden)
11808 VALUES (1, 'biblio', '863', 'c', $$Third level of enumeration$$,
11809 TRUE, FALSE, FALSE);
11810 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11811                                  repeatable, mandatory, hidden)
11812 VALUES (1, 'biblio', '863', 'd', $$Fourth level of enumeration$$,
11813 TRUE, FALSE, FALSE);
11814 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11815                                  repeatable, mandatory, hidden)
11816 VALUES (1, 'biblio', '863', 'e', $$Fifth level of enumeration$$,
11817 TRUE, FALSE, FALSE);
11818 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11819                                  repeatable, mandatory, hidden)
11820 VALUES (1, 'biblio', '863', 'f', $$Sixth level of enumeration$$,
11821 TRUE, FALSE, FALSE);
11822 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11823                                  repeatable, mandatory, hidden)
11824 VALUES (1, 'biblio', '863', 'g', $$Alternative numbering scheme, first level of enumeration$$,
11825 TRUE, FALSE, FALSE);
11826 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11827                                  repeatable, mandatory, hidden)
11828 VALUES (1, 'biblio', '863', 'h', $$Alternative numbering scheme, second level of enumeration$$,
11829 TRUE, FALSE, FALSE);
11830 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11831                                  repeatable, mandatory, hidden)
11832 VALUES (1, 'biblio', '863', 'i', $$First level of chronology$$,
11833 TRUE, FALSE, FALSE);
11834 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11835                                  repeatable, mandatory, hidden)
11836 VALUES (1, 'biblio', '863', 'j', $$Second level of chronology$$,
11837 TRUE, FALSE, FALSE);
11838 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11839                                  repeatable, mandatory, hidden)
11840 VALUES (1, 'biblio', '863', 'k', $$Third level of chronology$$,
11841 TRUE, FALSE, FALSE);
11842 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11843                                  repeatable, mandatory, hidden)
11844 VALUES (1, 'biblio', '863', 'l', $$Fourth level of chronology$$,
11845 TRUE, FALSE, FALSE);
11846 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11847                                  repeatable, mandatory, hidden)
11848 VALUES (1, 'biblio', '863', 'm', $$Alternative numbering scheme, chronology$$,
11849 TRUE, FALSE, FALSE);
11850 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11851                                  repeatable, mandatory, hidden)
11852 VALUES (1, 'biblio', '863', 'n', $$Converted Gregorian year$$,
11853 TRUE, FALSE, FALSE);
11854 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11855                                  repeatable, mandatory, hidden)
11856 VALUES (1, 'biblio', '863', 'o', $$Type of unit$$,
11857 TRUE, FALSE, FALSE);
11858 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11859                                  repeatable, mandatory, hidden)
11860 VALUES (1, 'biblio', '863', 'p', $$Piece designation$$,
11861 TRUE, FALSE, FALSE);
11862 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11863                                  repeatable, mandatory, hidden)
11864 VALUES (1, 'biblio', '863', 'q', $$Piece physical condition$$,
11865 TRUE, FALSE, FALSE);
11866 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11867                                  repeatable, mandatory, hidden)
11868 VALUES (1, 'biblio', '863', 's', $$Copyright article-fee code$$,
11869 TRUE, FALSE, FALSE);
11870 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11871                                  repeatable, mandatory, hidden)
11872 VALUES (1, 'biblio', '863', 't', $$Copy number$$,
11873 TRUE, FALSE, FALSE);
11874 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11875                                  repeatable, mandatory, hidden)
11876 VALUES (1, 'biblio', '863', 'v', $$Issuing date$$,
11877 TRUE, FALSE, FALSE);
11878 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11879                                  repeatable, mandatory, hidden)
11880 VALUES (1, 'biblio', '863', 'w', $$Break indicator$$,
11881 TRUE, FALSE, FALSE);
11882 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11883                                  repeatable, mandatory, hidden)
11884 VALUES (1, 'biblio', '863', 'x', $$Nonpublic note$$,
11885 TRUE, FALSE, FALSE);
11886 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11887                                  repeatable, mandatory, hidden)
11888 VALUES (1, 'biblio', '863', 'z', $$Public note$$,
11889 TRUE, FALSE, FALSE);
11890 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11891                                  repeatable, mandatory, hidden)
11892 VALUES (1, 'biblio', '863', '6', $$Linkage$$,
11893 TRUE, FALSE, FALSE);
11894 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11895                                  repeatable, mandatory, hidden)
11896 VALUES (1, 'biblio', '863', '8', $$Field link and sequence number$$,
11897 TRUE, FALSE, FALSE);
11898 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
11899                               fixed_field, repeatable, mandatory, hidden)
11900 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).$$,
11901 FALSE, TRUE, FALSE, FALSE);
11902 INSERT INTO config.record_attr_definition(name, label)
11903 VALUES ('marc21_biblio_864_ind_1', 'MARC 21 biblio field 864 indicator position 1');
11904 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11905 VALUES ('marc21_biblio_864_ind_1', '#', $$No information provided$$, FALSE, TRUE);
11906 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11907 VALUES ('marc21_biblio_864_ind_1', '3', $$Holdings level 3$$, FALSE, TRUE);
11908 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11909 VALUES ('marc21_biblio_864_ind_1', '4', $$Holdings level 4$$, FALSE, TRUE);
11910 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11911 VALUES ('marc21_biblio_864_ind_1', '5', $$Holdings level 4 with piece designation$$, FALSE, TRUE);
11912 INSERT INTO config.record_attr_definition(name, label)
11913 VALUES ('marc21_biblio_864_ind_2', 'MARC 21 biblio field 864 indicator position 2');
11914 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11915 VALUES ('marc21_biblio_864_ind_2', '#', $$No information provided$$, FALSE, TRUE);
11916 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11917 VALUES ('marc21_biblio_864_ind_2', '0', $$Compressed$$, FALSE, TRUE);
11918 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11919 VALUES ('marc21_biblio_864_ind_2', '1', $$Uncompressed$$, FALSE, TRUE);
11920 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11921 VALUES ('marc21_biblio_864_ind_2', '2', $$Compressed, use textual display$$, FALSE, TRUE);
11922 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11923 VALUES ('marc21_biblio_864_ind_2', '3', $$Uncompressed, 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', '4', $$Item(s) not published$$, FALSE, TRUE);
11926 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11927                                  repeatable, mandatory, hidden)
11928 VALUES (1, 'biblio', '864', 'a', $$First level of enumeration$$,
11929 TRUE, FALSE, FALSE);
11930 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11931                                  repeatable, mandatory, hidden)
11932 VALUES (1, 'biblio', '864', 'b', $$Second level of enumeration$$,
11933 TRUE, FALSE, FALSE);
11934 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11935                                  repeatable, mandatory, hidden)
11936 VALUES (1, 'biblio', '864', 'c', $$Third level of enumeration$$,
11937 TRUE, FALSE, FALSE);
11938 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11939                                  repeatable, mandatory, hidden)
11940 VALUES (1, 'biblio', '864', 'd', $$Fourth level of enumeration$$,
11941 TRUE, FALSE, FALSE);
11942 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11943                                  repeatable, mandatory, hidden)
11944 VALUES (1, 'biblio', '864', 'e', $$Fifth level of enumeration$$,
11945 TRUE, FALSE, FALSE);
11946 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11947                                  repeatable, mandatory, hidden)
11948 VALUES (1, 'biblio', '864', 'f', $$Sixth level of enumeration$$,
11949 TRUE, FALSE, FALSE);
11950 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11951                                  repeatable, mandatory, hidden)
11952 VALUES (1, 'biblio', '864', 'g', $$Alternative numbering scheme, first level of enumeration$$,
11953 TRUE, FALSE, FALSE);
11954 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11955                                  repeatable, mandatory, hidden)
11956 VALUES (1, 'biblio', '864', 'h', $$Alternative numbering scheme, second level of enumeration$$,
11957 TRUE, FALSE, FALSE);
11958 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11959                                  repeatable, mandatory, hidden)
11960 VALUES (1, 'biblio', '864', 'i', $$First level of chronology$$,
11961 TRUE, FALSE, FALSE);
11962 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11963                                  repeatable, mandatory, hidden)
11964 VALUES (1, 'biblio', '864', 'j', $$Second level of chronology$$,
11965 TRUE, FALSE, FALSE);
11966 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11967                                  repeatable, mandatory, hidden)
11968 VALUES (1, 'biblio', '864', 'k', $$Third level of chronology$$,
11969 TRUE, FALSE, FALSE);
11970 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11971                                  repeatable, mandatory, hidden)
11972 VALUES (1, 'biblio', '864', 'l', $$Fourth level of chronology$$,
11973 TRUE, FALSE, FALSE);
11974 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11975                                  repeatable, mandatory, hidden)
11976 VALUES (1, 'biblio', '864', 'm', $$Alternative numbering scheme, chronology$$,
11977 TRUE, FALSE, FALSE);
11978 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11979                                  repeatable, mandatory, hidden)
11980 VALUES (1, 'biblio', '864', 'n', $$Converted Gregorian year$$,
11981 TRUE, FALSE, FALSE);
11982 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11983                                  repeatable, mandatory, hidden)
11984 VALUES (1, 'biblio', '864', 'o', $$Type of unit$$,
11985 TRUE, FALSE, FALSE);
11986 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11987                                  repeatable, mandatory, hidden)
11988 VALUES (1, 'biblio', '864', 'p', $$Piece designation$$,
11989 TRUE, FALSE, FALSE);
11990 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11991                                  repeatable, mandatory, hidden)
11992 VALUES (1, 'biblio', '864', 'q', $$Piece physical condition$$,
11993 TRUE, FALSE, FALSE);
11994 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11995                                  repeatable, mandatory, hidden)
11996 VALUES (1, 'biblio', '864', 's', $$Copyright article-fee code$$,
11997 TRUE, FALSE, FALSE);
11998 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11999                                  repeatable, mandatory, hidden)
12000 VALUES (1, 'biblio', '864', 't', $$Copy number$$,
12001 TRUE, FALSE, FALSE);
12002 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12003                                  repeatable, mandatory, hidden)
12004 VALUES (1, 'biblio', '864', 'v', $$Issuing date$$,
12005 TRUE, FALSE, FALSE);
12006 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12007                                  repeatable, mandatory, hidden)
12008 VALUES (1, 'biblio', '864', 'w', $$Break indicator$$,
12009 TRUE, FALSE, FALSE);
12010 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12011                                  repeatable, mandatory, hidden)
12012 VALUES (1, 'biblio', '864', 'x', $$Nonpublic note$$,
12013 TRUE, FALSE, FALSE);
12014 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12015                                  repeatable, mandatory, hidden)
12016 VALUES (1, 'biblio', '864', 'z', $$Public note$$,
12017 TRUE, FALSE, FALSE);
12018 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12019                                  repeatable, mandatory, hidden)
12020 VALUES (1, 'biblio', '864', '6', $$Linkage$$,
12021 TRUE, FALSE, FALSE);
12022 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12023                                  repeatable, mandatory, hidden)
12024 VALUES (1, 'biblio', '864', '8', $$Field link and sequence number$$,
12025 TRUE, FALSE, FALSE);
12026 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12027                               fixed_field, repeatable, mandatory, hidden)
12028 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).$$,
12029 FALSE, TRUE, FALSE, FALSE);
12030 INSERT INTO config.record_attr_definition(name, label)
12031 VALUES ('marc21_biblio_865_ind_1', 'MARC 21 biblio field 865 indicator position 1');
12032 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12033 VALUES ('marc21_biblio_865_ind_1', '#', $$No information provided$$, FALSE, TRUE);
12034 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12035 VALUES ('marc21_biblio_865_ind_1', '4', $$Holdings level 4$$, FALSE, TRUE);
12036 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12037 VALUES ('marc21_biblio_865_ind_1', '5', $$Holdings level 4 with piece designation$$, FALSE, TRUE);
12038 INSERT INTO config.record_attr_definition(name, label)
12039 VALUES ('marc21_biblio_865_ind_2', 'MARC 21 biblio field 865 indicator position 2');
12040 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12041 VALUES ('marc21_biblio_865_ind_2', '#', $$No information provided$$, FALSE, TRUE);
12042 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12043 VALUES ('marc21_biblio_865_ind_2', '1', $$Uncompressed$$, FALSE, TRUE);
12044 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12045 VALUES ('marc21_biblio_865_ind_2', '3', $$Uncompressed, use textual display$$, FALSE, TRUE);
12046 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12047                                  repeatable, mandatory, hidden)
12048 VALUES (1, 'biblio', '865', 'a', $$First level of enumeration$$,
12049 TRUE, FALSE, FALSE);
12050 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12051                                  repeatable, mandatory, hidden)
12052 VALUES (1, 'biblio', '865', 'b', $$Second level of enumeration$$,
12053 TRUE, FALSE, FALSE);
12054 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12055                                  repeatable, mandatory, hidden)
12056 VALUES (1, 'biblio', '865', 'c', $$Third level of enumeration$$,
12057 TRUE, FALSE, FALSE);
12058 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12059                                  repeatable, mandatory, hidden)
12060 VALUES (1, 'biblio', '865', 'd', $$Fourth level of enumeration$$,
12061 TRUE, FALSE, FALSE);
12062 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12063                                  repeatable, mandatory, hidden)
12064 VALUES (1, 'biblio', '865', 'e', $$Fifth level of enumeration$$,
12065 TRUE, FALSE, FALSE);
12066 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12067                                  repeatable, mandatory, hidden)
12068 VALUES (1, 'biblio', '865', 'f', $$Sixth level of enumeration$$,
12069 TRUE, FALSE, FALSE);
12070 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12071                                  repeatable, mandatory, hidden)
12072 VALUES (1, 'biblio', '865', 'g', $$Alternative numbering scheme, first level of enumeration$$,
12073 TRUE, FALSE, FALSE);
12074 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12075                                  repeatable, mandatory, hidden)
12076 VALUES (1, 'biblio', '865', 'h', $$Alternative numbering scheme, second level of enumeration$$,
12077 TRUE, FALSE, FALSE);
12078 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12079                                  repeatable, mandatory, hidden)
12080 VALUES (1, 'biblio', '865', 'i', $$First level of chronology$$,
12081 TRUE, FALSE, FALSE);
12082 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12083                                  repeatable, mandatory, hidden)
12084 VALUES (1, 'biblio', '865', 'j', $$Second level of chronology$$,
12085 TRUE, FALSE, FALSE);
12086 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12087                                  repeatable, mandatory, hidden)
12088 VALUES (1, 'biblio', '865', 'k', $$Third level of chronology$$,
12089 TRUE, FALSE, FALSE);
12090 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12091                                  repeatable, mandatory, hidden)
12092 VALUES (1, 'biblio', '865', 'l', $$Fourth level of chronology$$,
12093 TRUE, FALSE, FALSE);
12094 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12095                                  repeatable, mandatory, hidden)
12096 VALUES (1, 'biblio', '865', 'm', $$Alternative numbering scheme, chronology$$,
12097 TRUE, FALSE, FALSE);
12098 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12099                                  repeatable, mandatory, hidden)
12100 VALUES (1, 'biblio', '865', 'n', $$Converted Gregorian year$$,
12101 TRUE, FALSE, FALSE);
12102 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12103                                  repeatable, mandatory, hidden)
12104 VALUES (1, 'biblio', '865', 'o', $$Type of unit$$,
12105 TRUE, FALSE, FALSE);
12106 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12107                                  repeatable, mandatory, hidden)
12108 VALUES (1, 'biblio', '865', 'p', $$Piece designation$$,
12109 TRUE, FALSE, FALSE);
12110 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12111                                  repeatable, mandatory, hidden)
12112 VALUES (1, 'biblio', '865', 'q', $$Piece physical condition$$,
12113 TRUE, FALSE, FALSE);
12114 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12115                                  repeatable, mandatory, hidden)
12116 VALUES (1, 'biblio', '865', 's', $$Copyright article-fee code$$,
12117 TRUE, FALSE, FALSE);
12118 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12119                                  repeatable, mandatory, hidden)
12120 VALUES (1, 'biblio', '865', 't', $$Copy number$$,
12121 TRUE, FALSE, FALSE);
12122 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12123                                  repeatable, mandatory, hidden)
12124 VALUES (1, 'biblio', '865', 'v', $$Issuing date$$,
12125 TRUE, FALSE, FALSE);
12126 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12127                                  repeatable, mandatory, hidden)
12128 VALUES (1, 'biblio', '865', 'w', $$Break indicator$$,
12129 TRUE, FALSE, FALSE);
12130 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12131                                  repeatable, mandatory, hidden)
12132 VALUES (1, 'biblio', '865', 'x', $$Nonpublic note$$,
12133 TRUE, FALSE, FALSE);
12134 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12135                                  repeatable, mandatory, hidden)
12136 VALUES (1, 'biblio', '865', 'z', $$Public note$$,
12137 TRUE, FALSE, FALSE);
12138 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12139                                  repeatable, mandatory, hidden)
12140 VALUES (1, 'biblio', '865', '6', $$Linkage$$,
12141 TRUE, FALSE, FALSE);
12142 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12143                                  repeatable, mandatory, hidden)
12144 VALUES (1, 'biblio', '865', '8', $$Field link and sequence number$$,
12145 TRUE, FALSE, FALSE);
12146 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12147                               fixed_field, repeatable, mandatory, hidden)
12148 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.$$,
12149 FALSE, TRUE, FALSE, FALSE);
12150 INSERT INTO config.record_attr_definition(name, label)
12151 VALUES ('marc21_biblio_866_ind_1', 'MARC 21 biblio field 866 indicator position 1');
12152 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12153 VALUES ('marc21_biblio_866_ind_1', '#', $$No information provided$$, FALSE, TRUE);
12154 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12155 VALUES ('marc21_biblio_866_ind_1', '3', $$Holdings level 3$$, FALSE, TRUE);
12156 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12157 VALUES ('marc21_biblio_866_ind_1', '4', $$Holdings level 4$$, FALSE, TRUE);
12158 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12159 VALUES ('marc21_biblio_866_ind_1', '5', $$Holdings level 4 with piece designation$$, FALSE, TRUE);
12160 INSERT INTO config.record_attr_definition(name, label)
12161 VALUES ('marc21_biblio_866_ind_2', 'MARC 21 biblio field 866 indicator position 2');
12162 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12163 VALUES ('marc21_biblio_866_ind_2', '0', $$Non-standard$$, FALSE, TRUE);
12164 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12165 VALUES ('marc21_biblio_866_ind_2', '1', $$ANSI/NISO Z39.71 or ISO 10324$$, FALSE, TRUE);
12166 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12167 VALUES ('marc21_biblio_866_ind_2', '2', $$ANSI Z39.42$$, FALSE, TRUE);
12168 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12169 VALUES ('marc21_biblio_866_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
12170 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12171                                  repeatable, mandatory, hidden)
12172 VALUES (1, 'biblio', '866', 'a', $$Textual holdings$$,
12173 TRUE, FALSE, FALSE);
12174 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12175                                  repeatable, mandatory, hidden)
12176 VALUES (1, 'biblio', '866', 'x', $$Nonpublic note$$,
12177 TRUE, FALSE, FALSE);
12178 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12179                                  repeatable, mandatory, hidden)
12180 VALUES (1, 'biblio', '866', 'z', $$Public note$$,
12181 TRUE, FALSE, FALSE);
12182 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12183                                  repeatable, mandatory, hidden)
12184 VALUES (1, 'biblio', '866', '2', $$Source of notation$$,
12185 TRUE, FALSE, FALSE);
12186 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12187                                  repeatable, mandatory, hidden)
12188 VALUES (1, 'biblio', '866', '6', $$Linkage$$,
12189 TRUE, FALSE, FALSE);
12190 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12191                                  repeatable, mandatory, hidden)
12192 VALUES (1, 'biblio', '866', '8', $$Field link and sequence number$$,
12193 TRUE, FALSE, FALSE);
12194 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12195                               fixed_field, repeatable, mandatory, hidden)
12196 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.$$,
12197 FALSE, TRUE, FALSE, FALSE);
12198 INSERT INTO config.record_attr_definition(name, label)
12199 VALUES ('marc21_biblio_867_ind_1', 'MARC 21 biblio field 867 indicator position 1');
12200 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12201 VALUES ('marc21_biblio_867_ind_1', '#', $$No information provided$$, FALSE, TRUE);
12202 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12203 VALUES ('marc21_biblio_867_ind_1', '3', $$Holdings level 3$$, FALSE, TRUE);
12204 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12205 VALUES ('marc21_biblio_867_ind_1', '4', $$Holdings level 4$$, FALSE, TRUE);
12206 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12207 VALUES ('marc21_biblio_867_ind_1', '5', $$Holdings level 4 with piece designation$$, FALSE, TRUE);
12208 INSERT INTO config.record_attr_definition(name, label)
12209 VALUES ('marc21_biblio_867_ind_2', 'MARC 21 biblio field 867 indicator position 2');
12210 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12211 VALUES ('marc21_biblio_867_ind_2', '0', $$Non-standard$$, FALSE, TRUE);
12212 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12213 VALUES ('marc21_biblio_867_ind_2', '1', $$ANSI/NISO Z39.71 or ISO 10324$$, FALSE, TRUE);
12214 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12215 VALUES ('marc21_biblio_867_ind_2', '2', $$ANSI Z39.42$$, FALSE, TRUE);
12216 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12217 VALUES ('marc21_biblio_867_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
12218 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12219                                  repeatable, mandatory, hidden)
12220 VALUES (1, 'biblio', '867', 'a', $$Textual holdings$$,
12221 TRUE, FALSE, FALSE);
12222 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12223                                  repeatable, mandatory, hidden)
12224 VALUES (1, 'biblio', '867', 'x', $$Nonpublic note$$,
12225 TRUE, FALSE, FALSE);
12226 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12227                                  repeatable, mandatory, hidden)
12228 VALUES (1, 'biblio', '867', 'z', $$Public note$$,
12229 TRUE, FALSE, FALSE);
12230 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12231                                  repeatable, mandatory, hidden)
12232 VALUES (1, 'biblio', '867', '2', $$Source of notation$$,
12233 TRUE, FALSE, FALSE);
12234 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12235                                  repeatable, mandatory, hidden)
12236 VALUES (1, 'biblio', '867', '6', $$Linkage$$,
12237 TRUE, FALSE, FALSE);
12238 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12239                                  repeatable, mandatory, hidden)
12240 VALUES (1, 'biblio', '867', '8', $$Field link and sequence number$$,
12241 TRUE, FALSE, FALSE);
12242 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12243                               fixed_field, repeatable, mandatory, hidden)
12244 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.$$,
12245 FALSE, TRUE, FALSE, FALSE);
12246 INSERT INTO config.record_attr_definition(name, label)
12247 VALUES ('marc21_biblio_868_ind_1', 'MARC 21 biblio field 868 indicator position 1');
12248 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12249 VALUES ('marc21_biblio_868_ind_1', '#', $$No information provided$$, FALSE, TRUE);
12250 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12251 VALUES ('marc21_biblio_868_ind_1', '3', $$Holdings level 3$$, FALSE, TRUE);
12252 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12253 VALUES ('marc21_biblio_868_ind_1', '4', $$Holdings level 4$$, FALSE, TRUE);
12254 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12255 VALUES ('marc21_biblio_868_ind_1', '5', $$Holdings level 4 with piece designation$$, FALSE, TRUE);
12256 INSERT INTO config.record_attr_definition(name, label)
12257 VALUES ('marc21_biblio_868_ind_2', 'MARC 21 biblio field 868 indicator position 2');
12258 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12259 VALUES ('marc21_biblio_868_ind_2', '0', $$Non-standard$$, FALSE, TRUE);
12260 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12261 VALUES ('marc21_biblio_868_ind_2', '1', $$ANSI/NISO Z39.71 or ISO 10324$$, FALSE, TRUE);
12262 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12263 VALUES ('marc21_biblio_868_ind_2', '2', $$ANSI Z39.42$$, FALSE, TRUE);
12264 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12265 VALUES ('marc21_biblio_868_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
12266 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12267                                  repeatable, mandatory, hidden)
12268 VALUES (1, 'biblio', '868', 'a', $$Textual holdings$$,
12269 TRUE, FALSE, FALSE);
12270 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12271                                  repeatable, mandatory, hidden)
12272 VALUES (1, 'biblio', '868', 'x', $$Nonpublic note$$,
12273 TRUE, FALSE, FALSE);
12274 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12275                                  repeatable, mandatory, hidden)
12276 VALUES (1, 'biblio', '868', 'z', $$Public note$$,
12277 TRUE, FALSE, FALSE);
12278 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12279                                  repeatable, mandatory, hidden)
12280 VALUES (1, 'biblio', '868', '2', $$Source of notation$$,
12281 TRUE, FALSE, FALSE);
12282 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12283                                  repeatable, mandatory, hidden)
12284 VALUES (1, 'biblio', '868', '6', $$Linkage$$,
12285 TRUE, FALSE, FALSE);
12286 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12287                                  repeatable, mandatory, hidden)
12288 VALUES (1, 'biblio', '868', '8', $$Field link and sequence number$$,
12289 TRUE, FALSE, FALSE);
12290 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12291                               fixed_field, repeatable, mandatory, hidden)
12292 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.$$,
12293 FALSE, TRUE, FALSE, FALSE);
12294 INSERT INTO config.record_attr_definition(name, label)
12295 VALUES ('marc21_biblio_876_ind_1', 'MARC 21 biblio field 876 indicator position 1');
12296 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12297 VALUES ('marc21_biblio_876_ind_1', '#', $$Undefined$$, FALSE, TRUE);
12298 INSERT INTO config.record_attr_definition(name, label)
12299 VALUES ('marc21_biblio_876_ind_2', 'MARC 21 biblio field 876 indicator position 2');
12300 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12301 VALUES ('marc21_biblio_876_ind_2', '#', $$Undefined$$, FALSE, TRUE);
12302 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12303                                  repeatable, mandatory, hidden)
12304 VALUES (1, 'biblio', '876', 'a', $$Internal item number$$,
12305 TRUE, FALSE, FALSE);
12306 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12307                                  repeatable, mandatory, hidden)
12308 VALUES (1, 'biblio', '876', 'b', $$Invalid or canceled internal item number$$,
12309 TRUE, FALSE, FALSE);
12310 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12311                                  repeatable, mandatory, hidden)
12312 VALUES (1, 'biblio', '876', 'c', $$Cost$$,
12313 TRUE, FALSE, FALSE);
12314 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12315                                  repeatable, mandatory, hidden)
12316 VALUES (1, 'biblio', '876', 'd', $$Date acquired$$,
12317 TRUE, FALSE, FALSE);
12318 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12319                                  repeatable, mandatory, hidden)
12320 VALUES (1, 'biblio', '876', 'e', $$Source of acquisition$$,
12321 TRUE, FALSE, FALSE);
12322 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12323                                  repeatable, mandatory, hidden)
12324 VALUES (1, 'biblio', '876', 'h', $$Use restrictions$$,
12325 TRUE, FALSE, FALSE);
12326 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12327                                  repeatable, mandatory, hidden)
12328 VALUES (1, 'biblio', '876', 'j', $$Item status$$,
12329 TRUE, FALSE, FALSE);
12330 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12331                                  repeatable, mandatory, hidden)
12332 VALUES (1, 'biblio', '876', 'l', $$Temporary location$$,
12333 TRUE, FALSE, FALSE);
12334 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12335                                  repeatable, mandatory, hidden)
12336 VALUES (1, 'biblio', '876', 'p', $$Piece designation$$,
12337 TRUE, FALSE, FALSE);
12338 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12339                                  repeatable, mandatory, hidden)
12340 VALUES (1, 'biblio', '876', 'r', $$Invalid or canceled piece designation$$,
12341 TRUE, FALSE, FALSE);
12342 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12343                                  repeatable, mandatory, hidden)
12344 VALUES (1, 'biblio', '876', 't', $$Copy number$$,
12345 TRUE, FALSE, FALSE);
12346 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12347                                  repeatable, mandatory, hidden)
12348 VALUES (1, 'biblio', '876', 'x', $$Nonpublic note$$,
12349 TRUE, FALSE, FALSE);
12350 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12351                                  repeatable, mandatory, hidden)
12352 VALUES (1, 'biblio', '876', 'z', $$Public note$$,
12353 TRUE, FALSE, FALSE);
12354 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12355                                  repeatable, mandatory, hidden)
12356 VALUES (1, 'biblio', '876', '3', $$Materials specified$$,
12357 TRUE, FALSE, FALSE);
12358 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12359                                  repeatable, mandatory, hidden)
12360 VALUES (1, 'biblio', '876', '6', $$Linkage$$,
12361 TRUE, FALSE, FALSE);
12362 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12363                                  repeatable, mandatory, hidden)
12364 VALUES (1, 'biblio', '876', '8', $$Field link and sequence number$$,
12365 TRUE, FALSE, FALSE);
12366 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12367                               fixed_field, repeatable, mandatory, hidden)
12368 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.$$,
12369 FALSE, TRUE, FALSE, FALSE);
12370 INSERT INTO config.record_attr_definition(name, label)
12371 VALUES ('marc21_biblio_877_ind_1', 'MARC 21 biblio field 877 indicator position 1');
12372 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12373 VALUES ('marc21_biblio_877_ind_1', '#', $$Undefined$$, FALSE, TRUE);
12374 INSERT INTO config.record_attr_definition(name, label)
12375 VALUES ('marc21_biblio_877_ind_2', 'MARC 21 biblio field 877 indicator position 2');
12376 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12377 VALUES ('marc21_biblio_877_ind_2', '#', $$Undefined$$, FALSE, TRUE);
12378 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12379                                  repeatable, mandatory, hidden)
12380 VALUES (1, 'biblio', '877', 'a', $$Internal item number$$,
12381 TRUE, FALSE, FALSE);
12382 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12383                                  repeatable, mandatory, hidden)
12384 VALUES (1, 'biblio', '877', 'b', $$Invalid or canceled internal item number$$,
12385 TRUE, FALSE, FALSE);
12386 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12387                                  repeatable, mandatory, hidden)
12388 VALUES (1, 'biblio', '877', 'c', $$Cost$$,
12389 TRUE, FALSE, FALSE);
12390 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12391                                  repeatable, mandatory, hidden)
12392 VALUES (1, 'biblio', '877', 'd', $$Date acquired$$,
12393 TRUE, FALSE, FALSE);
12394 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12395                                  repeatable, mandatory, hidden)
12396 VALUES (1, 'biblio', '877', 'e', $$Source of acquisition$$,
12397 TRUE, FALSE, FALSE);
12398 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12399                                  repeatable, mandatory, hidden)
12400 VALUES (1, 'biblio', '877', 'h', $$Use restrictions$$,
12401 TRUE, FALSE, FALSE);
12402 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12403                                  repeatable, mandatory, hidden)
12404 VALUES (1, 'biblio', '877', 'j', $$Item status$$,
12405 TRUE, FALSE, FALSE);
12406 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12407                                  repeatable, mandatory, hidden)
12408 VALUES (1, 'biblio', '877', 'l', $$Temporary location$$,
12409 TRUE, FALSE, FALSE);
12410 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12411                                  repeatable, mandatory, hidden)
12412 VALUES (1, 'biblio', '877', 'p', $$Piece designation$$,
12413 TRUE, FALSE, FALSE);
12414 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12415                                  repeatable, mandatory, hidden)
12416 VALUES (1, 'biblio', '877', 'r', $$Invalid or canceled piece designation$$,
12417 TRUE, FALSE, FALSE);
12418 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12419                                  repeatable, mandatory, hidden)
12420 VALUES (1, 'biblio', '877', 't', $$Copy number$$,
12421 TRUE, FALSE, FALSE);
12422 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12423                                  repeatable, mandatory, hidden)
12424 VALUES (1, 'biblio', '877', 'x', $$Nonpublic note$$,
12425 TRUE, FALSE, FALSE);
12426 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12427                                  repeatable, mandatory, hidden)
12428 VALUES (1, 'biblio', '877', 'z', $$Public note$$,
12429 TRUE, FALSE, FALSE);
12430 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12431                                  repeatable, mandatory, hidden)
12432 VALUES (1, 'biblio', '877', '3', $$Materials specified$$,
12433 TRUE, FALSE, FALSE);
12434 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12435                                  repeatable, mandatory, hidden)
12436 VALUES (1, 'biblio', '877', '6', $$Linkage$$,
12437 TRUE, FALSE, FALSE);
12438 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12439                                  repeatable, mandatory, hidden)
12440 VALUES (1, 'biblio', '877', '8', $$Field link and sequence number$$,
12441 TRUE, FALSE, FALSE);
12442 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12443                               fixed_field, repeatable, mandatory, hidden)
12444 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.$$,
12445 FALSE, TRUE, FALSE, FALSE);
12446 INSERT INTO config.record_attr_definition(name, label)
12447 VALUES ('marc21_biblio_878_ind_1', 'MARC 21 biblio field 878 indicator position 1');
12448 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12449 VALUES ('marc21_biblio_878_ind_1', '#', $$Undefined$$, FALSE, TRUE);
12450 INSERT INTO config.record_attr_definition(name, label)
12451 VALUES ('marc21_biblio_878_ind_2', 'MARC 21 biblio field 878 indicator position 2');
12452 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12453 VALUES ('marc21_biblio_878_ind_2', '#', $$Undefined$$, FALSE, TRUE);
12454 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12455                                  repeatable, mandatory, hidden)
12456 VALUES (1, 'biblio', '878', 'a', $$Internal item number$$,
12457 TRUE, FALSE, FALSE);
12458 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12459                                  repeatable, mandatory, hidden)
12460 VALUES (1, 'biblio', '878', 'b', $$Invalid or canceled internal item number$$,
12461 TRUE, FALSE, FALSE);
12462 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12463                                  repeatable, mandatory, hidden)
12464 VALUES (1, 'biblio', '878', 'c', $$Cost$$,
12465 TRUE, FALSE, FALSE);
12466 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12467                                  repeatable, mandatory, hidden)
12468 VALUES (1, 'biblio', '878', 'd', $$Date acquired$$,
12469 TRUE, FALSE, FALSE);
12470 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12471                                  repeatable, mandatory, hidden)
12472 VALUES (1, 'biblio', '878', 'e', $$Source of acquisition$$,
12473 TRUE, FALSE, FALSE);
12474 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12475                                  repeatable, mandatory, hidden)
12476 VALUES (1, 'biblio', '878', 'h', $$Use restrictions$$,
12477 TRUE, FALSE, FALSE);
12478 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12479                                  repeatable, mandatory, hidden)
12480 VALUES (1, 'biblio', '878', 'j', $$Item status$$,
12481 TRUE, FALSE, FALSE);
12482 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12483                                  repeatable, mandatory, hidden)
12484 VALUES (1, 'biblio', '878', 'l', $$Temporary location$$,
12485 TRUE, FALSE, FALSE);
12486 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12487                                  repeatable, mandatory, hidden)
12488 VALUES (1, 'biblio', '878', 'p', $$Piece designation$$,
12489 TRUE, FALSE, FALSE);
12490 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12491                                  repeatable, mandatory, hidden)
12492 VALUES (1, 'biblio', '878', 'r', $$Invalid or canceled piece designation$$,
12493 TRUE, FALSE, FALSE);
12494 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12495                                  repeatable, mandatory, hidden)
12496 VALUES (1, 'biblio', '878', 't', $$Copy number$$,
12497 TRUE, FALSE, FALSE);
12498 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12499                                  repeatable, mandatory, hidden)
12500 VALUES (1, 'biblio', '878', 'x', $$Nonpublic note$$,
12501 TRUE, FALSE, FALSE);
12502 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12503                                  repeatable, mandatory, hidden)
12504 VALUES (1, 'biblio', '878', 'z', $$Public note$$,
12505 TRUE, FALSE, FALSE);
12506 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12507                                  repeatable, mandatory, hidden)
12508 VALUES (1, 'biblio', '878', '3', $$Materials specified$$,
12509 TRUE, FALSE, FALSE);
12510 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12511                                  repeatable, mandatory, hidden)
12512 VALUES (1, 'biblio', '878', '6', $$Linkage$$,
12513 TRUE, FALSE, FALSE);
12514 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12515                                  repeatable, mandatory, hidden)
12516 VALUES (1, 'biblio', '878', '8', $$Field link and sequence number$$,
12517 TRUE, FALSE, FALSE);
12518 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12519                               fixed_field, repeatable, mandatory, hidden)
12520 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.$$,
12521 FALSE, TRUE, FALSE, FALSE);
12522 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12523                                  repeatable, mandatory, hidden)
12524 VALUES (1, 'biblio', '880', '6', $$Linkage$$,
12525 FALSE, FALSE, FALSE);
12526 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12527                               fixed_field, repeatable, mandatory, hidden)
12528 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.$$,
12529 FALSE, FALSE, FALSE, FALSE);
12530 INSERT INTO config.record_attr_definition(name, label)
12531 VALUES ('marc21_biblio_882_ind_1', 'MARC 21 biblio field 882 indicator position 1');
12532 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12533 VALUES ('marc21_biblio_882_ind_1', '#', $$Undefined$$, FALSE, TRUE);
12534 INSERT INTO config.record_attr_definition(name, label)
12535 VALUES ('marc21_biblio_882_ind_2', 'MARC 21 biblio field 882 indicator position 2');
12536 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12537 VALUES ('marc21_biblio_882_ind_2', '#', $$Undefined$$, FALSE, TRUE);
12538 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12539                                  repeatable, mandatory, hidden)
12540 VALUES (1, 'biblio', '882', 'a', $$Replacement title$$,
12541 TRUE, FALSE, FALSE);
12542 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12543                                  repeatable, mandatory, hidden)
12544 VALUES (1, 'biblio', '882', 'i', $$Explanatory text$$,
12545 TRUE, FALSE, FALSE);
12546 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12547                                  repeatable, mandatory, hidden)
12548 VALUES (1, 'biblio', '882', 'w', $$Replacement bibliographic record control number$$,
12549 TRUE, FALSE, FALSE);
12550 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12551                                  repeatable, mandatory, hidden)
12552 VALUES (1, 'biblio', '882', '6', $$Linkage$$,
12553 FALSE, FALSE, FALSE);
12554 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12555                                  repeatable, mandatory, hidden)
12556 VALUES (1, 'biblio', '882', '8', $$Field link and sequence number$$,
12557 TRUE, FALSE, FALSE);
12558 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12559                               fixed_field, repeatable, mandatory, hidden)
12560 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.$$,
12561 FALSE, TRUE, FALSE, FALSE);
12562 INSERT INTO config.record_attr_definition(name, label)
12563 VALUES ('marc21_biblio_886_ind_1', 'MARC 21 biblio field 886 indicator position 1');
12564 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12565 VALUES ('marc21_biblio_886_ind_1', '0', $$Leader$$, FALSE, TRUE);
12566 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12567 VALUES ('marc21_biblio_886_ind_1', '1', $$Variable control fields (002-009)$$, FALSE, TRUE);
12568 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12569 VALUES ('marc21_biblio_886_ind_1', '2', $$Variable data fields (010-999)$$, FALSE, TRUE);
12570 INSERT INTO config.record_attr_definition(name, label)
12571 VALUES ('marc21_biblio_886_ind_2', 'MARC 21 biblio field 886 indicator position 2');
12572 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12573 VALUES ('marc21_biblio_886_ind_2', '#', $$Undefined$$, FALSE, TRUE);
12574 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12575                                  repeatable, mandatory, hidden)
12576 VALUES (1, 'biblio', '886', 'a', $$Tag of the foreign MARC field$$,
12577 FALSE, FALSE, FALSE);
12578 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12579                                  repeatable, mandatory, hidden)
12580 VALUES (1, 'biblio', '886', 'b', $$Content of the foreign MARC field$$,
12581 FALSE, FALSE, FALSE);
12582 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12583                                  repeatable, mandatory, hidden)
12584 VALUES (1, 'biblio', '886', '2', $$Source of data$$,
12585 FALSE, FALSE, FALSE);
12586 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12587                               fixed_field, repeatable, mandatory, hidden)
12588 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.$$,
12589 FALSE, TRUE, FALSE, FALSE);
12590 INSERT INTO config.record_attr_definition(name, label)
12591 VALUES ('marc21_biblio_887_ind_1', 'MARC 21 biblio field 887 indicator position 1');
12592 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12593 VALUES ('marc21_biblio_887_ind_1', '#', $$Undefined$$, FALSE, TRUE);
12594 INSERT INTO config.record_attr_definition(name, label)
12595 VALUES ('marc21_biblio_887_ind_2', 'MARC 21 biblio field 887 indicator position 2');
12596 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12597 VALUES ('marc21_biblio_887_ind_2', '#', $$Undefined$$, FALSE, TRUE);
12598 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12599                                  repeatable, mandatory, hidden)
12600 VALUES (1, 'biblio', '887', 'a', $$Content of non-MARC field$$,
12601 FALSE, FALSE, FALSE);
12602 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12603                                  repeatable, mandatory, hidden)
12604 VALUES (1, 'biblio', '887', '2', $$Source of data$$,
12605 FALSE, FALSE, FALSE);
12606 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12607                               fixed_field, repeatable, mandatory, hidden)
12608 VALUES (1, 'authority', '001', $$Control Number$$, $$Control number assigned by the organization creating, using, or distributing the record.$$,
12609 TRUE, FALSE, FALSE, FALSE);
12610 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12611                               fixed_field, repeatable, mandatory, hidden)
12612 VALUES (1, 'authority', '003', $$Control Number Identifier$$, $$MARC code for the agency whose system control number is contained in field 001 (Control Number).$$,
12613 TRUE, FALSE, FALSE, FALSE);
12614 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12615                               fixed_field, repeatable, mandatory, hidden)
12616 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 .$$,
12617 TRUE, FALSE, FALSE, FALSE);
12618 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12619                               fixed_field, repeatable, mandatory, hidden)
12620 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.$$,
12621 TRUE, FALSE, FALSE, FALSE);
12622 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12623                               fixed_field, repeatable, mandatory, hidden)
12624 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).$$,
12625 FALSE, FALSE, FALSE, FALSE);
12626 INSERT INTO config.record_attr_definition(name, label)
12627 VALUES ('marc21_authority_010_ind_1', 'MARC 21 authority field 010 indicator position 1');
12628 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12629 VALUES ('marc21_authority_010_ind_1', '#', $$Undefined$$, FALSE, TRUE);
12630 INSERT INTO config.record_attr_definition(name, label)
12631 VALUES ('marc21_authority_010_ind_2', 'MARC 21 authority field 010 indicator position 2');
12632 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12633 VALUES ('marc21_authority_010_ind_2', '#', $$Undefined$$, FALSE, TRUE);
12634 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12635                                  repeatable, mandatory, hidden)
12636 VALUES (1, 'authority', '010', 'a', $$LC control number$$,
12637 FALSE, FALSE, FALSE);
12638 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12639                                  repeatable, mandatory, hidden)
12640 VALUES (1, 'authority', '010', 'z', $$Canceled/invalid LC control number$$,
12641 TRUE, FALSE, FALSE);
12642 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12643                                  repeatable, mandatory, hidden)
12644 VALUES (1, 'authority', '010', '8', $$Field link and sequence number$$,
12645 TRUE, FALSE, FALSE);
12646 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12647                               fixed_field, repeatable, mandatory, hidden)
12648 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.$$,
12649 FALSE, TRUE, FALSE, FALSE);
12650 INSERT INTO config.record_attr_definition(name, label)
12651 VALUES ('marc21_authority_014_ind_1', 'MARC 21 authority field 014 indicator position 1');
12652 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12653 VALUES ('marc21_authority_014_ind_1', '#', $$Undefined$$, FALSE, TRUE);
12654 INSERT INTO config.record_attr_definition(name, label)
12655 VALUES ('marc21_authority_014_ind_2', 'MARC 21 authority field 014 indicator position 2');
12656 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12657 VALUES ('marc21_authority_014_ind_2', '#', $$Undefined$$, FALSE, TRUE);
12658 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12659                                  repeatable, mandatory, hidden)
12660 VALUES (1, 'authority', '014', 'a', $$Control number of related bibliographic record$$,
12661 FALSE, FALSE, FALSE);
12662 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12663                                  repeatable, mandatory, hidden)
12664 VALUES (1, 'authority', '014', '6', $$Linkage$$,
12665 FALSE, FALSE, FALSE);
12666 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12667                                  repeatable, mandatory, hidden)
12668 VALUES (1, 'authority', '014', '8', $$Field link and sequence number$$,
12669 TRUE, FALSE, FALSE);
12670 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12671                               fixed_field, repeatable, mandatory, hidden)
12672 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 ).$$,
12673 FALSE, TRUE, FALSE, FALSE);
12674 INSERT INTO config.record_attr_definition(name, label)
12675 VALUES ('marc21_authority_016_ind_1', 'MARC 21 authority field 016 indicator position 1');
12676 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12677 VALUES ('marc21_authority_016_ind_1', '#', $$Library and Archives Canada$$, FALSE, TRUE);
12678 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12679 VALUES ('marc21_authority_016_ind_1', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
12680 INSERT INTO config.record_attr_definition(name, label)
12681 VALUES ('marc21_authority_016_ind_2', 'MARC 21 authority field 016 indicator position 2');
12682 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12683 VALUES ('marc21_authority_016_ind_2', '#', $$Undefined$$, FALSE, TRUE);
12684 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12685                                  repeatable, mandatory, hidden)
12686 VALUES (1, 'authority', '016', 'a', $$Record control number$$,
12687 FALSE, FALSE, FALSE);
12688 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12689                                  repeatable, mandatory, hidden)
12690 VALUES (1, 'authority', '016', 'z', $$Canceled or invalid record control number$$,
12691 TRUE, FALSE, FALSE);
12692 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12693                                  repeatable, mandatory, hidden)
12694 VALUES (1, 'authority', '016', '2', $$Source$$,
12695 FALSE, FALSE, FALSE);
12696 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12697                                  repeatable, mandatory, hidden)
12698 VALUES (1, 'authority', '016', '8', $$Field link and sequence number$$,
12699 TRUE, FALSE, FALSE);
12700 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12701                               fixed_field, repeatable, mandatory, hidden)
12702 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.$$,
12703 FALSE, TRUE, FALSE, FALSE);
12704 INSERT INTO config.record_attr_definition(name, label)
12705 VALUES ('marc21_authority_020_ind_1', 'MARC 21 authority field 020 indicator position 1');
12706 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12707 VALUES ('marc21_authority_020_ind_1', '#', $$Undefined$$, FALSE, TRUE);
12708 INSERT INTO config.record_attr_definition(name, label)
12709 VALUES ('marc21_authority_020_ind_2', 'MARC 21 authority field 020 indicator position 2');
12710 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12711 VALUES ('marc21_authority_020_ind_2', '#', $$Undefined$$, FALSE, TRUE);
12712 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12713                                  repeatable, mandatory, hidden)
12714 VALUES (1, 'authority', '020', 'a', $$International Standard Book Number$$,
12715 FALSE, FALSE, FALSE);
12716 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12717                                  repeatable, mandatory, hidden)
12718 VALUES (1, 'authority', '020', 'c', $$Terms of availability$$,
12719 FALSE, FALSE, FALSE);
12720 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12721                                  repeatable, mandatory, hidden)
12722 VALUES (1, 'authority', '020', 'z', $$Canceled/invalid ISBN$$,
12723 TRUE, FALSE, FALSE);
12724 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12725                                  repeatable, mandatory, hidden)
12726 VALUES (1, 'authority', '020', '6', $$Linkage$$,
12727 FALSE, FALSE, FALSE);
12728 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12729                                  repeatable, mandatory, hidden)
12730 VALUES (1, 'authority', '020', '8', $$Field link and sequence number$$,
12731 TRUE, FALSE, FALSE);
12732 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12733                               fixed_field, repeatable, mandatory, hidden)
12734 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.$$,
12735 FALSE, TRUE, FALSE, FALSE);
12736 INSERT INTO config.record_attr_definition(name, label)
12737 VALUES ('marc21_authority_022_ind_1', 'MARC 21 authority field 022 indicator position 1');
12738 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12739 VALUES ('marc21_authority_022_ind_1', '#', $$Undefined$$, FALSE, TRUE);
12740 INSERT INTO config.record_attr_definition(name, label)
12741 VALUES ('marc21_authority_022_ind_2', 'MARC 21 authority field 022 indicator position 2');
12742 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12743 VALUES ('marc21_authority_022_ind_2', '#', $$Undefined$$, FALSE, TRUE);
12744 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12745                                  repeatable, mandatory, hidden)
12746 VALUES (1, 'authority', '022', 'a', $$International Standard Serial Number$$,
12747 FALSE, FALSE, FALSE);
12748 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12749                                  repeatable, mandatory, hidden)
12750 VALUES (1, 'authority', '022', 'l', $$ISSN-L$$,
12751 FALSE, FALSE, FALSE);
12752 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12753                                  repeatable, mandatory, hidden)
12754 VALUES (1, 'authority', '022', 'm', $$Canceled ISSN-L$$,
12755 TRUE, FALSE, FALSE);
12756 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12757                                  repeatable, mandatory, hidden)
12758 VALUES (1, 'authority', '022', 'y', $$Incorrect ISSN$$,
12759 TRUE, FALSE, FALSE);
12760 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12761                                  repeatable, mandatory, hidden)
12762 VALUES (1, 'authority', '022', 'z', $$Canceled ISSN$$,
12763 TRUE, FALSE, FALSE);
12764 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12765                                  repeatable, mandatory, hidden)
12766 VALUES (1, 'authority', '022', '6', $$Linkage$$,
12767 FALSE, FALSE, FALSE);
12768 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12769                                  repeatable, mandatory, hidden)
12770 VALUES (1, 'authority', '022', '8', $$Field link and sequence number$$,
12771 TRUE, FALSE, FALSE);
12772 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12773                               fixed_field, repeatable, mandatory, hidden)
12774 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).$$,
12775 FALSE, TRUE, FALSE, FALSE);
12776 INSERT INTO config.record_attr_definition(name, label)
12777 VALUES ('marc21_authority_024_ind_1', 'MARC 21 authority field 024 indicator position 1');
12778 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12779 VALUES ('marc21_authority_024_ind_1', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
12780 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12781 VALUES ('marc21_authority_024_ind_1', '8', $$Unspecified type of standard number or code$$, FALSE, TRUE);
12782 INSERT INTO config.record_attr_definition(name, label)
12783 VALUES ('marc21_authority_024_ind_2', 'MARC 21 authority field 024 indicator position 2');
12784 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12785 VALUES ('marc21_authority_024_ind_2', '#', $$Undefined$$, FALSE, TRUE);
12786 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12787                                  repeatable, mandatory, hidden)
12788 VALUES (1, 'authority', '024', 'a', $$Standard number or code$$,
12789 FALSE, FALSE, FALSE);
12790 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12791                                  repeatable, mandatory, hidden)
12792 VALUES (1, 'authority', '024', 'c', $$Terms of availability$$,
12793 FALSE, FALSE, FALSE);
12794 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12795                                  repeatable, mandatory, hidden)
12796 VALUES (1, 'authority', '024', 'd', $$Additional codes following the standard number or code$$,
12797 FALSE, FALSE, FALSE);
12798 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12799                                  repeatable, mandatory, hidden)
12800 VALUES (1, 'authority', '024', 'z', $$Canceled/invalid standard number or code$$,
12801 TRUE, FALSE, FALSE);
12802 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12803                                  repeatable, mandatory, hidden)
12804 VALUES (1, 'authority', '024', '2', $$Source of number or code$$,
12805 FALSE, FALSE, FALSE);
12806 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12807                                  repeatable, mandatory, hidden)
12808 VALUES (1, 'authority', '024', '6', $$Linkage$$,
12809 FALSE, FALSE, FALSE);
12810 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12811                                  repeatable, mandatory, hidden)
12812 VALUES (1, 'authority', '024', '8', $$Field link and sequence number$$,
12813 TRUE, FALSE, FALSE);
12814 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12815                               fixed_field, repeatable, mandatory, hidden)
12816 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.$$,
12817 FALSE, TRUE, FALSE, FALSE);
12818 INSERT INTO config.record_attr_definition(name, label)
12819 VALUES ('marc21_authority_031_ind_1', 'MARC 21 authority field 031 indicator position 1');
12820 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12821 VALUES ('marc21_authority_031_ind_1', '#', $$Undefined$$, FALSE, TRUE);
12822 INSERT INTO config.record_attr_definition(name, label)
12823 VALUES ('marc21_authority_031_ind_2', 'MARC 21 authority field 031 indicator position 2');
12824 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12825 VALUES ('marc21_authority_031_ind_2', '#', $$Undefined$$, FALSE, TRUE);
12826 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12827                                  repeatable, mandatory, hidden)
12828 VALUES (1, 'authority', '031', 'b', $$Number of movement$$,
12829 FALSE, FALSE, FALSE);
12830 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12831                                  repeatable, mandatory, hidden)
12832 VALUES (1, 'authority', '031', 'c', $$Number of excerpt$$,
12833 FALSE, FALSE, FALSE);
12834 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12835                                  repeatable, mandatory, hidden)
12836 VALUES (1, 'authority', '031', 'd', $$Caption or heading$$,
12837 TRUE, FALSE, FALSE);
12838 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12839                                  repeatable, mandatory, hidden)
12840 VALUES (1, 'authority', '031', 'e', $$Role$$,
12841 FALSE, FALSE, FALSE);
12842 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12843                                  repeatable, mandatory, hidden)
12844 VALUES (1, 'authority', '031', 'g', $$Clef$$,
12845 FALSE, FALSE, FALSE);
12846 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12847                                  repeatable, mandatory, hidden)
12848 VALUES (1, 'authority', '031', 'm', $$Voice/instrument$$,
12849 FALSE, FALSE, FALSE);
12850 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12851                                  repeatable, mandatory, hidden)
12852 VALUES (1, 'authority', '031', 'n', $$Key signature$$,
12853 FALSE, FALSE, FALSE);
12854 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12855                                  repeatable, mandatory, hidden)
12856 VALUES (1, 'authority', '031', 'o', $$Time signature$$,
12857 FALSE, FALSE, FALSE);
12858 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12859                                  repeatable, mandatory, hidden)
12860 VALUES (1, 'authority', '031', 'p', $$Musical notation$$,
12861 FALSE, FALSE, FALSE);
12862 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12863                                  repeatable, mandatory, hidden)
12864 VALUES (1, 'authority', '031', 'q', $$General note$$,
12865 TRUE, FALSE, FALSE);
12866 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12867                                  repeatable, mandatory, hidden)
12868 VALUES (1, 'authority', '031', 'r', $$Key or mode$$,
12869 FALSE, FALSE, FALSE);
12870 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12871                                  repeatable, mandatory, hidden)
12872 VALUES (1, 'authority', '031', 's', $$Coded validity note$$,
12873 TRUE, FALSE, FALSE);
12874 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12875                                  repeatable, mandatory, hidden)
12876 VALUES (1, 'authority', '031', 't', $$Text incipit$$,
12877 TRUE, FALSE, FALSE);
12878 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12879                                  repeatable, mandatory, hidden)
12880 VALUES (1, 'authority', '031', 'u', $$Uniform Resource Identifier$$,
12881 TRUE, FALSE, FALSE);
12882 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12883                                  repeatable, mandatory, hidden)
12884 VALUES (1, 'authority', '031', 'y', $$Link text$$,
12885 TRUE, FALSE, FALSE);
12886 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12887                                  repeatable, mandatory, hidden)
12888 VALUES (1, 'authority', '031', 'z', $$Public note$$,
12889 TRUE, FALSE, FALSE);
12890 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12891                                  repeatable, mandatory, hidden)
12892 VALUES (1, 'authority', '031', '2', $$System code$$,
12893 FALSE, FALSE, FALSE);
12894 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12895                                  repeatable, mandatory, hidden)
12896 VALUES (1, 'authority', '031', '6', $$Linkage$$,
12897 FALSE, FALSE, FALSE);
12898 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12899                                  repeatable, mandatory, hidden)
12900 VALUES (1, 'authority', '031', '8', $$Field link and sequence number$$,
12901 TRUE, FALSE, FALSE);
12902 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12903                               fixed_field, repeatable, mandatory, hidden)
12904 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.$$,
12905 FALSE, TRUE, FALSE, FALSE);
12906 INSERT INTO config.record_attr_definition(name, label)
12907 VALUES ('marc21_authority_034_ind_1', 'MARC 21 authority field 034 indicator position 1');
12908 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12909 VALUES ('marc21_authority_034_ind_1', '#', $$Undefined$$, FALSE, TRUE);
12910 INSERT INTO config.record_attr_definition(name, label)
12911 VALUES ('marc21_authority_034_ind_2', 'MARC 21 authority field 034 indicator position 2');
12912 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12913 VALUES ('marc21_authority_034_ind_2', '#', $$Not applicable$$, FALSE, TRUE);
12914 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12915 VALUES ('marc21_authority_034_ind_2', '0', $$Outer ring$$, FALSE, TRUE);
12916 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12917 VALUES ('marc21_authority_034_ind_2', '1', $$Exclusion ring$$, FALSE, TRUE);
12918 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12919                                  repeatable, mandatory, hidden)
12920 VALUES (1, 'authority', '034', 'd', $$Coordinates$$,
12921 TRUE, FALSE, FALSE);
12922 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12923                                  repeatable, mandatory, hidden)
12924 VALUES (1, 'authority', '034', 'e', $$Coordinates$$,
12925 TRUE, FALSE, FALSE);
12926 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12927                                  repeatable, mandatory, hidden)
12928 VALUES (1, 'authority', '034', 'f', $$Coordinates$$,
12929 TRUE, FALSE, FALSE);
12930 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12931                                  repeatable, mandatory, hidden)
12932 VALUES (1, 'authority', '034', 'g', $$Coordinates$$,
12933 TRUE, FALSE, FALSE);
12934 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12935                                  repeatable, mandatory, hidden)
12936 VALUES (1, 'authority', '034', 'j', $$Declination$$,
12937 TRUE, FALSE, FALSE);
12938 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12939                                  repeatable, mandatory, hidden)
12940 VALUES (1, 'authority', '034', 'k', $$Declination$$,
12941 TRUE, FALSE, FALSE);
12942 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12943                                  repeatable, mandatory, hidden)
12944 VALUES (1, 'authority', '034', 'm', $$Right ascension$$,
12945 TRUE, FALSE, FALSE);
12946 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12947                                  repeatable, mandatory, hidden)
12948 VALUES (1, 'authority', '034', 'n', $$Right ascension$$,
12949 TRUE, FALSE, FALSE);
12950 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12951                                  repeatable, mandatory, hidden)
12952 VALUES (1, 'authority', '034', 'p', $$Equinox$$,
12953 FALSE, FALSE, FALSE);
12954 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12955                                  repeatable, mandatory, hidden)
12956 VALUES (1, 'authority', '034', 'r', $$Distance from earth$$,
12957 FALSE, FALSE, FALSE);
12958 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12959                                  repeatable, mandatory, hidden)
12960 VALUES (1, 'authority', '034', 's', $$G-ring latitude$$,
12961 TRUE, FALSE, FALSE);
12962 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12963                                  repeatable, mandatory, hidden)
12964 VALUES (1, 'authority', '034', 't', $$G-ring longitude$$,
12965 TRUE, FALSE, FALSE);
12966 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12967                                  repeatable, mandatory, hidden)
12968 VALUES (1, 'authority', '034', 'x', $$Beginning date$$,
12969 FALSE, FALSE, FALSE);
12970 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12971                                  repeatable, mandatory, hidden)
12972 VALUES (1, 'authority', '034', 'y', $$Ending date$$,
12973 FALSE, FALSE, FALSE);
12974 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12975                                  repeatable, mandatory, hidden)
12976 VALUES (1, 'authority', '034', 'z', $$Name of extraterrestrial body$$,
12977 FALSE, FALSE, FALSE);
12978 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12979                                  repeatable, mandatory, hidden)
12980 VALUES (1, 'authority', '034', '2', $$Source$$,
12981 FALSE, FALSE, FALSE);
12982 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12983                                  repeatable, mandatory, hidden)
12984 VALUES (1, 'authority', '034', '3', $$Materials specified$$,
12985 FALSE, FALSE, FALSE);
12986 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12987                                  repeatable, mandatory, hidden)
12988 VALUES (1, 'authority', '034', '6', $$Linkage$$,
12989 FALSE, FALSE, FALSE);
12990 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12991                                  repeatable, mandatory, hidden)
12992 VALUES (1, 'authority', '034', '8', $$Field link and sequence number$$,
12993 TRUE, FALSE, FALSE);
12994 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12995                               fixed_field, repeatable, mandatory, hidden)
12996 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).$$,
12997 FALSE, TRUE, FALSE, FALSE);
12998 INSERT INTO config.record_attr_definition(name, label)
12999 VALUES ('marc21_authority_035_ind_1', 'MARC 21 authority field 035 indicator position 1');
13000 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13001 VALUES ('marc21_authority_035_ind_1', '#', $$Undefined$$, FALSE, TRUE);
13002 INSERT INTO config.record_attr_definition(name, label)
13003 VALUES ('marc21_authority_035_ind_2', 'MARC 21 authority field 035 indicator position 2');
13004 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13005 VALUES ('marc21_authority_035_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13006 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13007                                  repeatable, mandatory, hidden)
13008 VALUES (1, 'authority', '035', 'a', $$System control number$$,
13009 FALSE, FALSE, FALSE);
13010 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13011                                  repeatable, mandatory, hidden)
13012 VALUES (1, 'authority', '035', 'z', $$Canceled/invalid system control number$$,
13013 TRUE, FALSE, FALSE);
13014 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13015                                  repeatable, mandatory, hidden)
13016 VALUES (1, 'authority', '035', '6', $$Linkage$$,
13017 FALSE, FALSE, FALSE);
13018 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13019                                  repeatable, mandatory, hidden)
13020 VALUES (1, 'authority', '035', '8', $$Field link and sequence number$$,
13021 TRUE, FALSE, FALSE);
13022 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13023                               fixed_field, repeatable, mandatory, hidden)
13024 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: .$$,
13025 FALSE, FALSE, FALSE, FALSE);
13026 INSERT INTO config.record_attr_definition(name, label)
13027 VALUES ('marc21_authority_040_ind_1', 'MARC 21 authority field 040 indicator position 1');
13028 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13029 VALUES ('marc21_authority_040_ind_1', '#', $$Undefined$$, FALSE, TRUE);
13030 INSERT INTO config.record_attr_definition(name, label)
13031 VALUES ('marc21_authority_040_ind_2', 'MARC 21 authority field 040 indicator position 2');
13032 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13033 VALUES ('marc21_authority_040_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13034 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13035                                  repeatable, mandatory, hidden)
13036 VALUES (1, 'authority', '040', 'a', $$Original cataloging agency$$,
13037 FALSE, FALSE, FALSE);
13038 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13039                                  repeatable, mandatory, hidden)
13040 VALUES (1, 'authority', '040', 'b', $$Language of cataloging$$,
13041 FALSE, FALSE, FALSE);
13042 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13043                                  repeatable, mandatory, hidden)
13044 VALUES (1, 'authority', '040', 'c', $$Transcribing agency$$,
13045 FALSE, FALSE, FALSE);
13046 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13047                                  repeatable, mandatory, hidden)
13048 VALUES (1, 'authority', '040', 'd', $$Modifying agency$$,
13049 TRUE, FALSE, FALSE);
13050 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13051                                  repeatable, mandatory, hidden)
13052 VALUES (1, 'authority', '040', 'e', $$Description conventions$$,
13053 TRUE, FALSE, FALSE);
13054 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13055                                  repeatable, mandatory, hidden)
13056 VALUES (1, 'authority', '040', 'f', $$Subject heading/thesaurus conventions$$,
13057 FALSE, FALSE, FALSE);
13058 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13059                                  repeatable, mandatory, hidden)
13060 VALUES (1, 'authority', '040', '6', $$Linkage$$,
13061 FALSE, FALSE, FALSE);
13062 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13063                                  repeatable, mandatory, hidden)
13064 VALUES (1, 'authority', '040', '8', $$Field link and sequence number$$,
13065 TRUE, FALSE, FALSE);
13066 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13067                               fixed_field, repeatable, mandatory, hidden)
13068 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.$$,
13069 FALSE, FALSE, FALSE, FALSE);
13070 INSERT INTO config.record_attr_definition(name, label)
13071 VALUES ('marc21_authority_042_ind_1', 'MARC 21 authority field 042 indicator position 1');
13072 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13073 VALUES ('marc21_authority_042_ind_1', '#', $$Undefined$$, FALSE, TRUE);
13074 INSERT INTO config.record_attr_definition(name, label)
13075 VALUES ('marc21_authority_042_ind_2', 'MARC 21 authority field 042 indicator position 2');
13076 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13077 VALUES ('marc21_authority_042_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13078 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13079                                  repeatable, mandatory, hidden)
13080 VALUES (1, 'authority', '042', 'a', $$Authentication code$$,
13081 TRUE, FALSE, FALSE);
13082 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13083                               fixed_field, repeatable, mandatory, hidden)
13084 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 , .$$,
13085 FALSE, FALSE, FALSE, FALSE);
13086 INSERT INTO config.record_attr_definition(name, label)
13087 VALUES ('marc21_authority_043_ind_1', 'MARC 21 authority field 043 indicator position 1');
13088 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13089 VALUES ('marc21_authority_043_ind_1', '#', $$Undefined$$, FALSE, TRUE);
13090 INSERT INTO config.record_attr_definition(name, label)
13091 VALUES ('marc21_authority_043_ind_2', 'MARC 21 authority field 043 indicator position 2');
13092 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13093 VALUES ('marc21_authority_043_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13094 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13095                                  repeatable, mandatory, hidden)
13096 VALUES (1, 'authority', '043', 'a', $$Geographic area code$$,
13097 TRUE, FALSE, FALSE);
13098 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13099                                  repeatable, mandatory, hidden)
13100 VALUES (1, 'authority', '043', 'b', $$Local GAC code$$,
13101 TRUE, FALSE, FALSE);
13102 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13103                                  repeatable, mandatory, hidden)
13104 VALUES (1, 'authority', '043', 'c', $$ISO code$$,
13105 TRUE, FALSE, FALSE);
13106 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13107                                  repeatable, mandatory, hidden)
13108 VALUES (1, 'authority', '043', '2', $$Source of local code$$,
13109 TRUE, FALSE, FALSE);
13110 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13111                                  repeatable, mandatory, hidden)
13112 VALUES (1, 'authority', '043', '6', $$Linkage$$,
13113 FALSE, FALSE, FALSE);
13114 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13115                                  repeatable, mandatory, hidden)
13116 VALUES (1, 'authority', '043', '8', $$Field link and sequence number$$,
13117 TRUE, FALSE, FALSE);
13118 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13119                               fixed_field, repeatable, mandatory, hidden)
13120 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.$$,
13121 FALSE, FALSE, FALSE, FALSE);
13122 INSERT INTO config.record_attr_definition(name, label)
13123 VALUES ('marc21_authority_045_ind_1', 'MARC 21 authority field 045 indicator position 1');
13124 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13125 VALUES ('marc21_authority_045_ind_1', '#', $$Subfield $b or $c not present$$, FALSE, TRUE);
13126 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13127 VALUES ('marc21_authority_045_ind_1', '0', $$Single date/time$$, FALSE, TRUE);
13128 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13129 VALUES ('marc21_authority_045_ind_1', '1', $$Multiple single dates/times$$, FALSE, TRUE);
13130 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13131 VALUES ('marc21_authority_045_ind_1', '2', $$Range of dates/times$$, FALSE, TRUE);
13132 INSERT INTO config.record_attr_definition(name, label)
13133 VALUES ('marc21_authority_045_ind_2', 'MARC 21 authority field 045 indicator position 2');
13134 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13135 VALUES ('marc21_authority_045_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13136 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13137                                  repeatable, mandatory, hidden)
13138 VALUES (1, 'authority', '045', 'a', $$Time period code$$,
13139 TRUE, FALSE, FALSE);
13140 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13141                                  repeatable, mandatory, hidden)
13142 VALUES (1, 'authority', '045', 'b', $$Formatted 9999 B.C. through C.E. time period$$,
13143 TRUE, FALSE, FALSE);
13144 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13145                                  repeatable, mandatory, hidden)
13146 VALUES (1, 'authority', '045', 'c', $$Formatted pre-9999 B.C. time period$$,
13147 TRUE, FALSE, FALSE);
13148 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13149                                  repeatable, mandatory, hidden)
13150 VALUES (1, 'authority', '045', '6', $$Linkage$$,
13151 FALSE, FALSE, FALSE);
13152 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13153                                  repeatable, mandatory, hidden)
13154 VALUES (1, 'authority', '045', '8', $$Field link and sequence number$$,
13155 TRUE, FALSE, FALSE);
13156 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13157                               fixed_field, repeatable, mandatory, hidden)
13158 VALUES (1, 'authority', '046', $$Special Coded Dates$$, $$Dates that are associated with the entity described in the record. These include:$$,
13159 FALSE, TRUE, FALSE, FALSE);
13160 INSERT INTO config.record_attr_definition(name, label)
13161 VALUES ('marc21_authority_046_ind_1', 'MARC 21 authority field 046 indicator position 1');
13162 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13163 VALUES ('marc21_authority_046_ind_1', '#', $$Undefined$$, FALSE, TRUE);
13164 INSERT INTO config.record_attr_definition(name, label)
13165 VALUES ('marc21_authority_046_ind_2', 'MARC 21 authority field 046 indicator position 2');
13166 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13167 VALUES ('marc21_authority_046_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13168 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13169                                  repeatable, mandatory, hidden)
13170 VALUES (1, 'authority', '046', 'f', $$Birth date$$,
13171 FALSE, FALSE, FALSE);
13172 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13173                                  repeatable, mandatory, hidden)
13174 VALUES (1, 'authority', '046', 'g', $$Death date$$,
13175 FALSE, FALSE, FALSE);
13176 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13177                                  repeatable, mandatory, hidden)
13178 VALUES (1, 'authority', '046', 'k', $$Beginning or single date created$$,
13179 FALSE, FALSE, FALSE);
13180 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13181                                  repeatable, mandatory, hidden)
13182 VALUES (1, 'authority', '046', 'l', $$Ending date created$$,
13183 FALSE, FALSE, FALSE);
13184 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13185                                  repeatable, mandatory, hidden)
13186 VALUES (1, 'authority', '046', 's', $$Start period$$,
13187 FALSE, FALSE, FALSE);
13188 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13189                                  repeatable, mandatory, hidden)
13190 VALUES (1, 'authority', '046', 't', $$End period$$,
13191 FALSE, FALSE, FALSE);
13192 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13193                                  repeatable, mandatory, hidden)
13194 VALUES (1, 'authority', '046', 'u', $$Uniform Resource Identifier$$,
13195 TRUE, FALSE, FALSE);
13196 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13197                                  repeatable, mandatory, hidden)
13198 VALUES (1, 'authority', '046', 'v', $$Source of information$$,
13199 TRUE, FALSE, FALSE);
13200 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13201                                  repeatable, mandatory, hidden)
13202 VALUES (1, 'authority', '046', '2', $$Source of date scheme$$,
13203 FALSE, FALSE, FALSE);
13204 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13205                                  repeatable, mandatory, hidden)
13206 VALUES (1, 'authority', '046', '6', $$Linkage$$,
13207 FALSE, FALSE, FALSE);
13208 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13209                                  repeatable, mandatory, hidden)
13210 VALUES (1, 'authority', '046', '8', $$Field link and sequence number$$,
13211 TRUE, FALSE, FALSE);
13212 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13213                               fixed_field, repeatable, mandatory, hidden)
13214 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.$$,
13215 FALSE, TRUE, FALSE, FALSE);
13216 INSERT INTO config.record_attr_definition(name, label)
13217 VALUES ('marc21_authority_050_ind_1', 'MARC 21 authority field 050 indicator position 1');
13218 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13219 VALUES ('marc21_authority_050_ind_1', '#', $$Undefined$$, FALSE, TRUE);
13220 INSERT INTO config.record_attr_definition(name, label)
13221 VALUES ('marc21_authority_050_ind_2', 'MARC 21 authority field 050 indicator position 2');
13222 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13223 VALUES ('marc21_authority_050_ind_2', '0', $$Assigned by LC$$, FALSE, TRUE);
13224 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13225 VALUES ('marc21_authority_050_ind_2', '4', $$Assigned by agency other than LC$$, FALSE, TRUE);
13226 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13227                                  repeatable, mandatory, hidden)
13228 VALUES (1, 'authority', '050', 'a', $$Classification number$$,
13229 FALSE, FALSE, FALSE);
13230 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13231                                  repeatable, mandatory, hidden)
13232 VALUES (1, 'authority', '050', 'b', $$Item number$$,
13233 FALSE, FALSE, FALSE);
13234 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13235                                  repeatable, mandatory, hidden)
13236 VALUES (1, 'authority', '050', 'd', $$Volumes/dates to which call number applies$$,
13237 FALSE, FALSE, FALSE);
13238 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13239                                  repeatable, mandatory, hidden)
13240 VALUES (1, 'authority', '050', '5', $$Institution to which field applies$$,
13241 TRUE, FALSE, FALSE);
13242 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13243                                  repeatable, mandatory, hidden)
13244 VALUES (1, 'authority', '050', '6', $$Linkage$$,
13245 FALSE, FALSE, FALSE);
13246 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13247                                  repeatable, mandatory, hidden)
13248 VALUES (1, 'authority', '050', '8', $$Field link and sequence number$$,
13249 TRUE, FALSE, FALSE);
13250 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13251                               fixed_field, repeatable, mandatory, hidden)
13252 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.$$,
13253 FALSE, TRUE, FALSE, FALSE);
13254 INSERT INTO config.record_attr_definition(name, label)
13255 VALUES ('marc21_authority_052_ind_1', 'MARC 21 authority field 052 indicator position 1');
13256 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13257 VALUES ('marc21_authority_052_ind_1', '#', $$Library of Congress Classification$$, FALSE, TRUE);
13258 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13259 VALUES ('marc21_authority_052_ind_1', '1', $$U.S. Dept. of Defense Classification$$, FALSE, TRUE);
13260 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13261 VALUES ('marc21_authority_052_ind_1', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
13262 INSERT INTO config.record_attr_definition(name, label)
13263 VALUES ('marc21_authority_052_ind_2', 'MARC 21 authority field 052 indicator position 2');
13264 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13265 VALUES ('marc21_authority_052_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13266 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13267                                  repeatable, mandatory, hidden)
13268 VALUES (1, 'authority', '052', 'a', $$Geographic classification area code$$,
13269 FALSE, FALSE, FALSE);
13270 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13271                                  repeatable, mandatory, hidden)
13272 VALUES (1, 'authority', '052', 'b', $$Geographic classification subarea code$$,
13273 TRUE, FALSE, FALSE);
13274 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13275                                  repeatable, mandatory, hidden)
13276 VALUES (1, 'authority', '052', 'd', $$Populated place name$$,
13277 TRUE, FALSE, FALSE);
13278 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13279                                  repeatable, mandatory, hidden)
13280 VALUES (1, 'authority', '052', '2', $$Code source$$,
13281 FALSE, FALSE, FALSE);
13282 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13283                                  repeatable, mandatory, hidden)
13284 VALUES (1, 'authority', '052', '6', $$Linkage$$,
13285 FALSE, FALSE, FALSE);
13286 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13287                                  repeatable, mandatory, hidden)
13288 VALUES (1, 'authority', '052', '8', $$Field link and sequence number$$,
13289 TRUE, FALSE, FALSE);
13290 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13291                               fixed_field, repeatable, mandatory, hidden)
13292 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.$$,
13293 FALSE, TRUE, FALSE, FALSE);
13294 INSERT INTO config.record_attr_definition(name, label)
13295 VALUES ('marc21_authority_053_ind_1', 'MARC 21 authority field 053 indicator position 1');
13296 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13297 VALUES ('marc21_authority_053_ind_1', '#', $$Undefined$$, FALSE, TRUE);
13298 INSERT INTO config.record_attr_definition(name, label)
13299 VALUES ('marc21_authority_053_ind_2', 'MARC 21 authority field 053 indicator position 2');
13300 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13301 VALUES ('marc21_authority_053_ind_2', '0', $$Assigned by LC$$, FALSE, TRUE);
13302 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13303 VALUES ('marc21_authority_053_ind_2', '4', $$Assigned by agency other than LC$$, FALSE, TRUE);
13304 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13305                                  repeatable, mandatory, hidden)
13306 VALUES (1, 'authority', '053', 'a', $$Classification number element-single number or beginning number of span$$,
13307 FALSE, FALSE, FALSE);
13308 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13309                                  repeatable, mandatory, hidden)
13310 VALUES (1, 'authority', '053', 'b', $$Classification number element-ending number of span$$,
13311 FALSE, FALSE, FALSE);
13312 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13313                                  repeatable, mandatory, hidden)
13314 VALUES (1, 'authority', '053', 'c', $$Explanatory term$$,
13315 FALSE, FALSE, FALSE);
13316 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13317                                  repeatable, mandatory, hidden)
13318 VALUES (1, 'authority', '053', '5', $$Institution to which field applies$$,
13319 TRUE, FALSE, FALSE);
13320 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13321                                  repeatable, mandatory, hidden)
13322 VALUES (1, 'authority', '053', '6', $$Linkage$$,
13323 FALSE, FALSE, FALSE);
13324 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13325                                  repeatable, mandatory, hidden)
13326 VALUES (1, 'authority', '053', '8', $$Field link and sequence number$$,
13327 TRUE, FALSE, FALSE);
13328 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13329                               fixed_field, repeatable, mandatory, hidden)
13330 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.$$,
13331 FALSE, TRUE, FALSE, FALSE);
13332 INSERT INTO config.record_attr_definition(name, label)
13333 VALUES ('marc21_authority_055_ind_1', 'MARC 21 authority field 055 indicator position 1');
13334 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13335 VALUES ('marc21_authority_055_ind_1', '#', $$Undefined$$, FALSE, TRUE);
13336 INSERT INTO config.record_attr_definition(name, label)
13337 VALUES ('marc21_authority_055_ind_2', 'MARC 21 authority field 055 indicator position 2');
13338 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13339 VALUES ('marc21_authority_055_ind_2', '0', $$Assigned by LAC$$, FALSE, TRUE);
13340 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13341 VALUES ('marc21_authority_055_ind_2', '4', $$Assigned by agency other than LAC$$, FALSE, TRUE);
13342 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13343                                  repeatable, mandatory, hidden)
13344 VALUES (1, 'authority', '055', 'a', $$Classification number$$,
13345 FALSE, FALSE, FALSE);
13346 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13347                                  repeatable, mandatory, hidden)
13348 VALUES (1, 'authority', '055', 'b', $$Item number$$,
13349 FALSE, FALSE, FALSE);
13350 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13351                                  repeatable, mandatory, hidden)
13352 VALUES (1, 'authority', '055', 'd', $$Volumes/dates to which call number applies$$,
13353 FALSE, FALSE, FALSE);
13354 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13355                                  repeatable, mandatory, hidden)
13356 VALUES (1, 'authority', '055', '5', $$Institution to which field applies$$,
13357 TRUE, FALSE, FALSE);
13358 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13359                                  repeatable, mandatory, hidden)
13360 VALUES (1, 'authority', '055', '6', $$Linkage$$,
13361 FALSE, FALSE, FALSE);
13362 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13363                                  repeatable, mandatory, hidden)
13364 VALUES (1, 'authority', '055', '8', $$Field link and sequence number$$,
13365 TRUE, FALSE, FALSE);
13366 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13367                               fixed_field, repeatable, mandatory, hidden)
13368 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).$$,
13369 FALSE, TRUE, FALSE, FALSE);
13370 INSERT INTO config.record_attr_definition(name, label)
13371 VALUES ('marc21_authority_060_ind_1', 'MARC 21 authority field 060 indicator position 1');
13372 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13373 VALUES ('marc21_authority_060_ind_1', '#', $$Undefined$$, FALSE, TRUE);
13374 INSERT INTO config.record_attr_definition(name, label)
13375 VALUES ('marc21_authority_060_ind_2', 'MARC 21 authority field 060 indicator position 2');
13376 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13377 VALUES ('marc21_authority_060_ind_2', '0', $$Assigned by NLM$$, FALSE, TRUE);
13378 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13379 VALUES ('marc21_authority_060_ind_2', '4', $$Assigned by agency other than NLM$$, FALSE, TRUE);
13380 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13381                                  repeatable, mandatory, hidden)
13382 VALUES (1, 'authority', '060', 'a', $$Classification number$$,
13383 FALSE, FALSE, FALSE);
13384 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13385                                  repeatable, mandatory, hidden)
13386 VALUES (1, 'authority', '060', 'b', $$Item number$$,
13387 FALSE, FALSE, FALSE);
13388 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13389                                  repeatable, mandatory, hidden)
13390 VALUES (1, 'authority', '060', 'd', $$Volumes/dates to which call number applies$$,
13391 FALSE, FALSE, FALSE);
13392 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13393                                  repeatable, mandatory, hidden)
13394 VALUES (1, 'authority', '060', '5', $$Institution to which field applies$$,
13395 TRUE, FALSE, FALSE);
13396 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13397                                  repeatable, mandatory, hidden)
13398 VALUES (1, 'authority', '060', '6', $$Linkage$$,
13399 FALSE, FALSE, FALSE);
13400 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13401                                  repeatable, mandatory, hidden)
13402 VALUES (1, 'authority', '060', '8', $$Field link and sequence number$$,
13403 TRUE, FALSE, FALSE);
13404 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13405                               fixed_field, repeatable, mandatory, hidden)
13406 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.$$,
13407 FALSE, TRUE, FALSE, FALSE);
13408 INSERT INTO config.record_attr_definition(name, label)
13409 VALUES ('marc21_authority_065_ind_1', 'MARC 21 authority field 065 indicator position 1');
13410 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13411 VALUES ('marc21_authority_065_ind_1', '#', $$Undefined$$, FALSE, TRUE);
13412 INSERT INTO config.record_attr_definition(name, label)
13413 VALUES ('marc21_authority_065_ind_2', 'MARC 21 authority field 065 indicator position 2');
13414 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13415 VALUES ('marc21_authority_065_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13416 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13417                                  repeatable, mandatory, hidden)
13418 VALUES (1, 'authority', '065', 'a', $$Classification number element-single number or beginning of span$$,
13419 FALSE, FALSE, FALSE);
13420 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13421                                  repeatable, mandatory, hidden)
13422 VALUES (1, 'authority', '065', 'b', $$Classification number element-ending number of span$$,
13423 FALSE, FALSE, FALSE);
13424 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13425                                  repeatable, mandatory, hidden)
13426 VALUES (1, 'authority', '065', 'c', $$Explanatory term$$,
13427 FALSE, FALSE, FALSE);
13428 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13429                                  repeatable, mandatory, hidden)
13430 VALUES (1, 'authority', '065', '2', $$Number source$$,
13431 FALSE, FALSE, FALSE);
13432 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13433                                  repeatable, mandatory, hidden)
13434 VALUES (1, 'authority', '065', '5', $$Institution to which field applies$$,
13435 TRUE, FALSE, FALSE);
13436 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13437                                  repeatable, mandatory, hidden)
13438 VALUES (1, 'authority', '065', '6', $$Linkage$$,
13439 FALSE, FALSE, FALSE);
13440 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13441                                  repeatable, mandatory, hidden)
13442 VALUES (1, 'authority', '065', '8', $$Field link and sequence number$$,
13443 TRUE, FALSE, FALSE);
13444 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13445                               fixed_field, repeatable, mandatory, hidden)
13446 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$$,
13447 FALSE, FALSE, FALSE, FALSE);
13448 INSERT INTO config.record_attr_definition(name, label)
13449 VALUES ('marc21_authority_066_ind_1', 'MARC 21 authority field 066 indicator position 1');
13450 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13451 VALUES ('marc21_authority_066_ind_1', '#', $$Undefined$$, FALSE, TRUE);
13452 INSERT INTO config.record_attr_definition(name, label)
13453 VALUES ('marc21_authority_066_ind_2', 'MARC 21 authority field 066 indicator position 2');
13454 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13455 VALUES ('marc21_authority_066_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13456 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13457                                  repeatable, mandatory, hidden)
13458 VALUES (1, 'authority', '066', 'a', $$Primary G0 character set$$,
13459 FALSE, FALSE, FALSE);
13460 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13461                                  repeatable, mandatory, hidden)
13462 VALUES (1, 'authority', '066', 'b', $$Primary G1 character set$$,
13463 FALSE, FALSE, FALSE);
13464 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13465                                  repeatable, mandatory, hidden)
13466 VALUES (1, 'authority', '066', 'c', $$Alternate G0 or G1 character set$$,
13467 TRUE, FALSE, FALSE);
13468 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13469                               fixed_field, repeatable, mandatory, hidden)
13470 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).$$,
13471 FALSE, TRUE, FALSE, FALSE);
13472 INSERT INTO config.record_attr_definition(name, label)
13473 VALUES ('marc21_authority_070_ind_1', 'MARC 21 authority field 070 indicator position 1');
13474 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13475 VALUES ('marc21_authority_070_ind_1', '#', $$Undefined$$, FALSE, TRUE);
13476 INSERT INTO config.record_attr_definition(name, label)
13477 VALUES ('marc21_authority_070_ind_2', 'MARC 21 authority field 070 indicator position 2');
13478 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13479 VALUES ('marc21_authority_070_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13480 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13481                                  repeatable, mandatory, hidden)
13482 VALUES (1, 'authority', '070', 'a', $$Classification number$$,
13483 FALSE, FALSE, FALSE);
13484 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13485                                  repeatable, mandatory, hidden)
13486 VALUES (1, 'authority', '070', 'b', $$Item number$$,
13487 FALSE, FALSE, FALSE);
13488 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13489                                  repeatable, mandatory, hidden)
13490 VALUES (1, 'authority', '070', 'd', $$Volumes/dates to which call number applies$$,
13491 FALSE, FALSE, FALSE);
13492 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13493                                  repeatable, mandatory, hidden)
13494 VALUES (1, 'authority', '070', '6', $$Linkage$$,
13495 FALSE, FALSE, FALSE);
13496 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13497                                  repeatable, mandatory, hidden)
13498 VALUES (1, 'authority', '070', '8', $$Field link and sequence number$$,
13499 TRUE, FALSE, FALSE);
13500 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13501                               fixed_field, repeatable, mandatory, hidden)
13502 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.$$,
13503 FALSE, TRUE, FALSE, FALSE);
13504 INSERT INTO config.record_attr_definition(name, label)
13505 VALUES ('marc21_authority_072_ind_1', 'MARC 21 authority field 072 indicator position 1');
13506 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13507 VALUES ('marc21_authority_072_ind_1', '#', $$Undefined$$, FALSE, TRUE);
13508 INSERT INTO config.record_attr_definition(name, label)
13509 VALUES ('marc21_authority_072_ind_2', 'MARC 21 authority field 072 indicator position 2');
13510 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13511 VALUES ('marc21_authority_072_ind_2', '#', $$No information provided$$, FALSE, TRUE);
13512 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13513 VALUES ('marc21_authority_072_ind_2', '0', $$NAL subject category code list$$, FALSE, TRUE);
13514 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13515 VALUES ('marc21_authority_072_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
13516 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13517                                  repeatable, mandatory, hidden)
13518 VALUES (1, 'authority', '072', 'a', $$Subject category code$$,
13519 FALSE, FALSE, FALSE);
13520 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13521                                  repeatable, mandatory, hidden)
13522 VALUES (1, 'authority', '072', 'x', $$Subject category code subdivision$$,
13523 TRUE, FALSE, FALSE);
13524 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13525                                  repeatable, mandatory, hidden)
13526 VALUES (1, 'authority', '072', '2', $$Code source$$,
13527 FALSE, FALSE, FALSE);
13528 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13529                                  repeatable, mandatory, hidden)
13530 VALUES (1, 'authority', '072', '6', $$Linkage$$,
13531 FALSE, FALSE, FALSE);
13532 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13533                                  repeatable, mandatory, hidden)
13534 VALUES (1, 'authority', '072', '8', $$Field link and sequence number$$,
13535 TRUE, FALSE, FALSE);
13536 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13537                               fixed_field, repeatable, mandatory, hidden)
13538 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.$$,
13539 FALSE, FALSE, FALSE, FALSE);
13540 INSERT INTO config.record_attr_definition(name, label)
13541 VALUES ('marc21_authority_073_ind_1', 'MARC 21 authority field 073 indicator position 1');
13542 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13543 VALUES ('marc21_authority_073_ind_1', '#', $$Undefined$$, FALSE, TRUE);
13544 INSERT INTO config.record_attr_definition(name, label)
13545 VALUES ('marc21_authority_073_ind_2', 'MARC 21 authority field 073 indicator position 2');
13546 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13547 VALUES ('marc21_authority_073_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13548 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13549                                  repeatable, mandatory, hidden)
13550 VALUES (1, 'authority', '073', 'a', $$Subdivision usage$$,
13551 TRUE, FALSE, FALSE);
13552 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13553                                  repeatable, mandatory, hidden)
13554 VALUES (1, 'authority', '073', 'z', $$Code source$$,
13555 FALSE, FALSE, FALSE);
13556 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13557                                  repeatable, mandatory, hidden)
13558 VALUES (1, 'authority', '073', '6', $$Linkage$$,
13559 FALSE, FALSE, FALSE);
13560 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13561                                  repeatable, mandatory, hidden)
13562 VALUES (1, 'authority', '073', '8', $$Field link and sequence number$$,
13563 TRUE, FALSE, FALSE);
13564 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13565                               fixed_field, repeatable, mandatory, hidden)
13566 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.$$,
13567 FALSE, TRUE, FALSE, FALSE);
13568 INSERT INTO config.record_attr_definition(name, label)
13569 VALUES ('marc21_authority_080_ind_1', 'MARC 21 authority field 080 indicator position 1');
13570 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13571 VALUES ('marc21_authority_080_ind_1', '#', $$No information provided$$, FALSE, TRUE);
13572 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13573 VALUES ('marc21_authority_080_ind_1', '0', $$Full$$, FALSE, TRUE);
13574 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13575 VALUES ('marc21_authority_080_ind_1', '1', $$Abridged$$, FALSE, TRUE);
13576 INSERT INTO config.record_attr_definition(name, label)
13577 VALUES ('marc21_authority_080_ind_2', 'MARC 21 authority field 080 indicator position 2');
13578 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13579 VALUES ('marc21_authority_080_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13580 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13581                                  repeatable, mandatory, hidden)
13582 VALUES (1, 'authority', '080', 'a', $$Universal Decimal Classification number$$,
13583 FALSE, FALSE, FALSE);
13584 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13585                                  repeatable, mandatory, hidden)
13586 VALUES (1, 'authority', '080', 'b', $$Item number$$,
13587 FALSE, FALSE, FALSE);
13588 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13589                                  repeatable, mandatory, hidden)
13590 VALUES (1, 'authority', '080', 'x', $$Common auxiliary subdivision$$,
13591 TRUE, FALSE, FALSE);
13592 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13593                                  repeatable, mandatory, hidden)
13594 VALUES (1, 'authority', '080', '2', $$Edition identifier$$,
13595 FALSE, FALSE, FALSE);
13596 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13597                                  repeatable, mandatory, hidden)
13598 VALUES (1, 'authority', '080', '6', $$Linkage$$,
13599 FALSE, FALSE, FALSE);
13600 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13601                                  repeatable, mandatory, hidden)
13602 VALUES (1, 'authority', '080', '8', $$Field link and sequence number$$,
13603 TRUE, FALSE, FALSE);
13604 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13605                               fixed_field, repeatable, mandatory, hidden)
13606 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$$,
13607 FALSE, TRUE, FALSE, FALSE);
13608 INSERT INTO config.record_attr_definition(name, label)
13609 VALUES ('marc21_authority_082_ind_1', 'MARC 21 authority field 082 indicator position 1');
13610 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13611 VALUES ('marc21_authority_082_ind_1', '0', $$Full$$, FALSE, TRUE);
13612 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13613 VALUES ('marc21_authority_082_ind_1', '1', $$Abridged$$, FALSE, TRUE);
13614 INSERT INTO config.record_attr_definition(name, label)
13615 VALUES ('marc21_authority_082_ind_2', 'MARC 21 authority field 082 indicator position 2');
13616 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13617 VALUES ('marc21_authority_082_ind_2', '#', $$No information provided$$, FALSE, TRUE);
13618 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13619 VALUES ('marc21_authority_082_ind_2', '0', $$Assigned by LC$$, FALSE, TRUE);
13620 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13621 VALUES ('marc21_authority_082_ind_2', '4', $$Assigned by agency other than LC$$, FALSE, TRUE);
13622 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13623                                  repeatable, mandatory, hidden)
13624 VALUES (1, 'authority', '082', 'a', $$Classification number$$,
13625 FALSE, FALSE, FALSE);
13626 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13627                                  repeatable, mandatory, hidden)
13628 VALUES (1, 'authority', '082', 'b', $$Item number$$,
13629 FALSE, FALSE, FALSE);
13630 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13631                                  repeatable, mandatory, hidden)
13632 VALUES (1, 'authority', '082', 'd', $$Volumes/dates to which call number applies$$,
13633 FALSE, FALSE, FALSE);
13634 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13635                                  repeatable, mandatory, hidden)
13636 VALUES (1, 'authority', '082', '2', $$Edition number$$,
13637 FALSE, FALSE, FALSE);
13638 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13639                                  repeatable, mandatory, hidden)
13640 VALUES (1, 'authority', '082', '5', $$Institution to which field applies$$,
13641 TRUE, FALSE, FALSE);
13642 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13643                                  repeatable, mandatory, hidden)
13644 VALUES (1, 'authority', '082', '6', $$Linkage$$,
13645 FALSE, FALSE, FALSE);
13646 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13647                                  repeatable, mandatory, hidden)
13648 VALUES (1, 'authority', '082', '8', $$Field link and sequence number$$,
13649 TRUE, FALSE, FALSE);
13650 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13651                               fixed_field, repeatable, mandatory, hidden)
13652 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 .$$,
13653 FALSE, TRUE, FALSE, FALSE);
13654 INSERT INTO config.record_attr_definition(name, label)
13655 VALUES ('marc21_authority_083_ind_1', 'MARC 21 authority field 083 indicator position 1');
13656 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13657 VALUES ('marc21_authority_083_ind_1', '0', $$Full$$, FALSE, TRUE);
13658 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13659 VALUES ('marc21_authority_083_ind_1', '1', $$Abridged$$, FALSE, TRUE);
13660 INSERT INTO config.record_attr_definition(name, label)
13661 VALUES ('marc21_authority_083_ind_2', 'MARC 21 authority field 083 indicator position 2');
13662 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13663 VALUES ('marc21_authority_083_ind_2', '0', $$Assigned by LC$$, FALSE, TRUE);
13664 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13665 VALUES ('marc21_authority_083_ind_2', '4', $$Assigned by agency other than LC$$, FALSE, TRUE);
13666 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13667                                  repeatable, mandatory, hidden)
13668 VALUES (1, 'authority', '083', 'a', $$Classification number element-single number or beginning number of span$$,
13669 FALSE, FALSE, FALSE);
13670 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13671                                  repeatable, mandatory, hidden)
13672 VALUES (1, 'authority', '083', 'b', $$Classification number element-ending number of span$$,
13673 FALSE, FALSE, FALSE);
13674 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13675                                  repeatable, mandatory, hidden)
13676 VALUES (1, 'authority', '083', 'c', $$Explanatory term$$,
13677 FALSE, FALSE, FALSE);
13678 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13679                                  repeatable, mandatory, hidden)
13680 VALUES (1, 'authority', '083', 'y', $$Table sequence number for internal subarrangement or add table$$,
13681 TRUE, FALSE, FALSE);
13682 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13683                                  repeatable, mandatory, hidden)
13684 VALUES (1, 'authority', '083', 'z', $$Table identification-table number$$,
13685 FALSE, FALSE, FALSE);
13686 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13687                                  repeatable, mandatory, hidden)
13688 VALUES (1, 'authority', '083', '2', $$Edition number$$,
13689 FALSE, FALSE, FALSE);
13690 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13691                                  repeatable, mandatory, hidden)
13692 VALUES (1, 'authority', '083', '5', $$Institution to which field applies$$,
13693 TRUE, FALSE, FALSE);
13694 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13695                                  repeatable, mandatory, hidden)
13696 VALUES (1, 'authority', '083', '6', $$Linkage$$,
13697 FALSE, FALSE, FALSE);
13698 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13699                                  repeatable, mandatory, hidden)
13700 VALUES (1, 'authority', '083', '8', $$Field link and sequence number$$,
13701 TRUE, FALSE, FALSE);
13702 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13703                               fixed_field, repeatable, mandatory, hidden)
13704 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.$$,
13705 FALSE, TRUE, FALSE, FALSE);
13706 INSERT INTO config.record_attr_definition(name, label)
13707 VALUES ('marc21_authority_086_ind_1', 'MARC 21 authority field 086 indicator position 1');
13708 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13709 VALUES ('marc21_authority_086_ind_1', '#', $$Source specified in subfield $2$$, FALSE, TRUE);
13710 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13711 VALUES ('marc21_authority_086_ind_1', '0', $$Superintendent of Documents Classification System$$, FALSE, TRUE);
13712 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13713 VALUES ('marc21_authority_086_ind_1', '1', $$Government of Canada Publications: Outline of Classification$$, FALSE, TRUE);
13714 INSERT INTO config.record_attr_definition(name, label)
13715 VALUES ('marc21_authority_086_ind_2', 'MARC 21 authority field 086 indicator position 2');
13716 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13717 VALUES ('marc21_authority_086_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13718 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13719                                  repeatable, mandatory, hidden)
13720 VALUES (1, 'authority', '086', 'a', $$Call number$$,
13721 FALSE, FALSE, FALSE);
13722 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13723                                  repeatable, mandatory, hidden)
13724 VALUES (1, 'authority', '086', 'd', $$Volumes/dates to which call number applies$$,
13725 FALSE, FALSE, FALSE);
13726 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13727                                  repeatable, mandatory, hidden)
13728 VALUES (1, 'authority', '086', 'z', $$Canceled/invalid call number$$,
13729 TRUE, FALSE, FALSE);
13730 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13731                                  repeatable, mandatory, hidden)
13732 VALUES (1, 'authority', '086', '2', $$Number source$$,
13733 FALSE, FALSE, FALSE);
13734 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13735                                  repeatable, mandatory, hidden)
13736 VALUES (1, 'authority', '086', '5', $$Institution to which field applies$$,
13737 TRUE, FALSE, FALSE);
13738 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13739                                  repeatable, mandatory, hidden)
13740 VALUES (1, 'authority', '086', '6', $$Linkage$$,
13741 FALSE, FALSE, FALSE);
13742 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13743                                  repeatable, mandatory, hidden)
13744 VALUES (1, 'authority', '086', '8', $$Field link and sequence number$$,
13745 TRUE, FALSE, FALSE);
13746 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13747                               fixed_field, repeatable, mandatory, hidden)
13748 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.$$,
13749 FALSE, TRUE, FALSE, FALSE);
13750 INSERT INTO config.record_attr_definition(name, label)
13751 VALUES ('marc21_authority_087_ind_1', 'MARC 21 authority field 087 indicator position 1');
13752 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13753 VALUES ('marc21_authority_087_ind_1', '#', $$Source specified in subfield $2$$, FALSE, TRUE);
13754 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13755 VALUES ('marc21_authority_087_ind_1', '0', $$Superintendent of Documents Classification System$$, FALSE, TRUE);
13756 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13757 VALUES ('marc21_authority_087_ind_1', '1', $$Government of Canada Publications: Outline of Classification$$, FALSE, TRUE);
13758 INSERT INTO config.record_attr_definition(name, label)
13759 VALUES ('marc21_authority_087_ind_2', 'MARC 21 authority field 087 indicator position 2');
13760 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13761 VALUES ('marc21_authority_087_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13762 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13763                                  repeatable, mandatory, hidden)
13764 VALUES (1, 'authority', '087', 'a', $$Classification number element-Single number of beginning number of span$$,
13765 FALSE, FALSE, FALSE);
13766 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13767                                  repeatable, mandatory, hidden)
13768 VALUES (1, 'authority', '087', 'b', $$Classification number element-Ending number of span$$,
13769 FALSE, FALSE, FALSE);
13770 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13771                                  repeatable, mandatory, hidden)
13772 VALUES (1, 'authority', '087', 'c', $$Explanatory information$$,
13773 FALSE, FALSE, FALSE);
13774 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13775                                  repeatable, mandatory, hidden)
13776 VALUES (1, 'authority', '087', '2', $$Number source$$,
13777 FALSE, FALSE, FALSE);
13778 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13779                                  repeatable, mandatory, hidden)
13780 VALUES (1, 'authority', '087', '6', $$Linkage$$,
13781 FALSE, FALSE, FALSE);
13782 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13783                                  repeatable, mandatory, hidden)
13784 VALUES (1, 'authority', '087', '8', $$Field link and sequence number$$,
13785 TRUE, FALSE, FALSE);
13786 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13787                               fixed_field, repeatable, mandatory, hidden)
13788 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.$$,
13789 FALSE, FALSE, FALSE, FALSE);
13790 INSERT INTO config.record_attr_definition(name, label)
13791 VALUES ('marc21_authority_100_ind_1', 'MARC 21 authority field 100 indicator position 1');
13792 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13793 VALUES ('marc21_authority_100_ind_1', '0', $$Forename$$, FALSE, TRUE);
13794 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13795 VALUES ('marc21_authority_100_ind_1', '1', $$Surname$$, FALSE, TRUE);
13796 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13797 VALUES ('marc21_authority_100_ind_1', '3', $$Family name$$, FALSE, TRUE);
13798 INSERT INTO config.record_attr_definition(name, label)
13799 VALUES ('marc21_authority_100_ind_2', 'MARC 21 authority field 100 indicator position 2');
13800 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13801 VALUES ('marc21_authority_100_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13802 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13803                                  repeatable, mandatory, hidden)
13804 VALUES (1, 'authority', '100', 'a', $$Personal name$$,
13805 FALSE, FALSE, FALSE);
13806 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13807                                  repeatable, mandatory, hidden)
13808 VALUES (1, 'authority', '100', 'b', $$Numeration$$,
13809 FALSE, FALSE, FALSE);
13810 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13811                                  repeatable, mandatory, hidden)
13812 VALUES (1, 'authority', '100', 'c', $$Titles and other words associated with a name$$,
13813 TRUE, FALSE, FALSE);
13814 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13815                                  repeatable, mandatory, hidden)
13816 VALUES (1, 'authority', '100', 'd', $$Dates associated with a name$$,
13817 FALSE, FALSE, FALSE);
13818 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13819                                  repeatable, mandatory, hidden)
13820 VALUES (1, 'authority', '100', 'e', $$Relator term$$,
13821 TRUE, FALSE, FALSE);
13822 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13823                                  repeatable, mandatory, hidden)
13824 VALUES (1, 'authority', '100', 'f', $$Date of a work$$,
13825 FALSE, FALSE, FALSE);
13826 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13827                                  repeatable, mandatory, hidden)
13828 VALUES (1, 'authority', '100', 'g', $$Miscellaneous information$$,
13829 FALSE, FALSE, FALSE);
13830 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13831                                  repeatable, mandatory, hidden)
13832 VALUES (1, 'authority', '100', 'h', $$Medium$$,
13833 FALSE, FALSE, FALSE);
13834 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13835                                  repeatable, mandatory, hidden)
13836 VALUES (1, 'authority', '100', 'j', $$Attribution qualifier$$,
13837 TRUE, FALSE, FALSE);
13838 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13839                                  repeatable, mandatory, hidden)
13840 VALUES (1, 'authority', '100', 'k', $$Form subheading$$,
13841 TRUE, FALSE, FALSE);
13842 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13843                                  repeatable, mandatory, hidden)
13844 VALUES (1, 'authority', '100', 'l', $$Language of a work$$,
13845 FALSE, FALSE, FALSE);
13846 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13847                                  repeatable, mandatory, hidden)
13848 VALUES (1, 'authority', '100', 'm', $$Medium of performance for music$$,
13849 TRUE, FALSE, FALSE);
13850 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13851                                  repeatable, mandatory, hidden)
13852 VALUES (1, 'authority', '100', 'n', $$Number of part/section of a work$$,
13853 TRUE, FALSE, FALSE);
13854 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13855                                  repeatable, mandatory, hidden)
13856 VALUES (1, 'authority', '100', 'o', $$Arranged statement for music$$,
13857 FALSE, FALSE, FALSE);
13858 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13859                                  repeatable, mandatory, hidden)
13860 VALUES (1, 'authority', '100', 'p', $$Name of part/section of a work$$,
13861 TRUE, FALSE, FALSE);
13862 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13863                                  repeatable, mandatory, hidden)
13864 VALUES (1, 'authority', '100', 'q', $$Fuller form of name$$,
13865 FALSE, FALSE, FALSE);
13866 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13867                                  repeatable, mandatory, hidden)
13868 VALUES (1, 'authority', '100', 'r', $$Key for music$$,
13869 FALSE, FALSE, FALSE);
13870 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13871                                  repeatable, mandatory, hidden)
13872 VALUES (1, 'authority', '100', 's', $$Version$$,
13873 FALSE, FALSE, FALSE);
13874 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13875                                  repeatable, mandatory, hidden)
13876 VALUES (1, 'authority', '100', 't', $$Title of a work$$,
13877 FALSE, FALSE, FALSE);
13878 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13879                                  repeatable, mandatory, hidden)
13880 VALUES (1, 'authority', '100', 'v', $$Form subdivision$$,
13881 TRUE, FALSE, FALSE);
13882 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13883                                  repeatable, mandatory, hidden)
13884 VALUES (1, 'authority', '100', 'x', $$General subdivision$$,
13885 TRUE, FALSE, FALSE);
13886 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13887                                  repeatable, mandatory, hidden)
13888 VALUES (1, 'authority', '100', 'y', $$Chronological subdivision$$,
13889 TRUE, FALSE, FALSE);
13890 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13891                                  repeatable, mandatory, hidden)
13892 VALUES (1, 'authority', '100', 'z', $$Geographic subdivision$$,
13893 TRUE, FALSE, FALSE);
13894 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13895                                  repeatable, mandatory, hidden)
13896 VALUES (1, 'authority', '100', '6', $$Linkage$$,
13897 FALSE, FALSE, FALSE);
13898 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13899                                  repeatable, mandatory, hidden)
13900 VALUES (1, 'authority', '100', '8', $$Field link and sequence number$$,
13901 TRUE, FALSE, FALSE);
13902 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13903                               fixed_field, repeatable, mandatory, hidden)
13904 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.$$,
13905 FALSE, FALSE, FALSE, FALSE);
13906 INSERT INTO config.record_attr_definition(name, label)
13907 VALUES ('marc21_authority_110_ind_1', 'MARC 21 authority field 110 indicator position 1');
13908 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13909 VALUES ('marc21_authority_110_ind_1', '0', $$Inverted name$$, FALSE, TRUE);
13910 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13911 VALUES ('marc21_authority_110_ind_1', '1', $$Jurisdiction name$$, FALSE, TRUE);
13912 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13913 VALUES ('marc21_authority_110_ind_1', '2', $$Name in direct order$$, FALSE, TRUE);
13914 INSERT INTO config.record_attr_definition(name, label)
13915 VALUES ('marc21_authority_110_ind_2', 'MARC 21 authority field 110 indicator position 2');
13916 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13917 VALUES ('marc21_authority_110_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13918 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13919                                  repeatable, mandatory, hidden)
13920 VALUES (1, 'authority', '110', 'a', $$Corporate name or jurisdiction name as entry element$$,
13921 FALSE, FALSE, FALSE);
13922 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13923                                  repeatable, mandatory, hidden)
13924 VALUES (1, 'authority', '110', 'b', $$Subordinate unit$$,
13925 TRUE, FALSE, FALSE);
13926 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13927                                  repeatable, mandatory, hidden)
13928 VALUES (1, 'authority', '110', 'c', $$Location of meeting$$,
13929 FALSE, FALSE, FALSE);
13930 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13931                                  repeatable, mandatory, hidden)
13932 VALUES (1, 'authority', '110', 'd', $$Date of meeting or treaty signing$$,
13933 TRUE, FALSE, FALSE);
13934 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13935                                  repeatable, mandatory, hidden)
13936 VALUES (1, 'authority', '110', 'e', $$Relator term$$,
13937 TRUE, FALSE, FALSE);
13938 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13939                                  repeatable, mandatory, hidden)
13940 VALUES (1, 'authority', '110', 'f', $$Date of a work$$,
13941 FALSE, FALSE, FALSE);
13942 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13943                                  repeatable, mandatory, hidden)
13944 VALUES (1, 'authority', '110', 'g', $$Miscellaneous information$$,
13945 FALSE, FALSE, FALSE);
13946 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13947                                  repeatable, mandatory, hidden)
13948 VALUES (1, 'authority', '110', 'h', $$Medium$$,
13949 FALSE, FALSE, FALSE);
13950 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13951                                  repeatable, mandatory, hidden)
13952 VALUES (1, 'authority', '110', 'k', $$Form subheading$$,
13953 TRUE, FALSE, FALSE);
13954 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13955                                  repeatable, mandatory, hidden)
13956 VALUES (1, 'authority', '110', 'l', $$Language of a work$$,
13957 FALSE, FALSE, FALSE);
13958 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13959                                  repeatable, mandatory, hidden)
13960 VALUES (1, 'authority', '110', 'm', $$Medium of performance for music$$,
13961 TRUE, FALSE, FALSE);
13962 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13963                                  repeatable, mandatory, hidden)
13964 VALUES (1, 'authority', '110', 'n', $$Number of part/section/meeting$$,
13965 TRUE, FALSE, FALSE);
13966 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13967                                  repeatable, mandatory, hidden)
13968 VALUES (1, 'authority', '110', 'o', $$Arranged statement for music$$,
13969 FALSE, FALSE, FALSE);
13970 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13971                                  repeatable, mandatory, hidden)
13972 VALUES (1, 'authority', '110', 'p', $$Name of part/section of a work$$,
13973 TRUE, FALSE, FALSE);
13974 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13975                                  repeatable, mandatory, hidden)
13976 VALUES (1, 'authority', '110', 'r', $$Key for music$$,
13977 FALSE, FALSE, FALSE);
13978 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13979                                  repeatable, mandatory, hidden)
13980 VALUES (1, 'authority', '110', 's', $$Version$$,
13981 FALSE, FALSE, FALSE);
13982 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13983                                  repeatable, mandatory, hidden)
13984 VALUES (1, 'authority', '110', 't', $$Title of a work$$,
13985 FALSE, FALSE, FALSE);
13986 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13987                                  repeatable, mandatory, hidden)
13988 VALUES (1, 'authority', '110', 'v', $$Form subdivision$$,
13989 TRUE, FALSE, FALSE);
13990 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13991                                  repeatable, mandatory, hidden)
13992 VALUES (1, 'authority', '110', 'x', $$General subdivision$$,
13993 TRUE, FALSE, FALSE);
13994 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13995                                  repeatable, mandatory, hidden)
13996 VALUES (1, 'authority', '110', 'y', $$Chronological subdivision$$,
13997 TRUE, FALSE, FALSE);
13998 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13999                                  repeatable, mandatory, hidden)
14000 VALUES (1, 'authority', '110', 'z', $$Geographic subdivision$$,
14001 TRUE, FALSE, FALSE);
14002 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14003                                  repeatable, mandatory, hidden)
14004 VALUES (1, 'authority', '110', '6', $$Linkage$$,
14005 FALSE, FALSE, FALSE);
14006 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14007                                  repeatable, mandatory, hidden)
14008 VALUES (1, 'authority', '110', '8', $$Field link and sequence number$$,
14009 TRUE, FALSE, FALSE);
14010 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14011                               fixed_field, repeatable, mandatory, hidden)
14012 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.$$,
14013 FALSE, FALSE, FALSE, FALSE);
14014 INSERT INTO config.record_attr_definition(name, label)
14015 VALUES ('marc21_authority_111_ind_1', 'MARC 21 authority field 111 indicator position 1');
14016 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14017 VALUES ('marc21_authority_111_ind_1', '0', $$Inverted name$$, FALSE, TRUE);
14018 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14019 VALUES ('marc21_authority_111_ind_1', '1', $$Jurisdiction name$$, FALSE, TRUE);
14020 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14021 VALUES ('marc21_authority_111_ind_1', '2', $$Name in direct order$$, FALSE, TRUE);
14022 INSERT INTO config.record_attr_definition(name, label)
14023 VALUES ('marc21_authority_111_ind_2', 'MARC 21 authority field 111 indicator position 2');
14024 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14025 VALUES ('marc21_authority_111_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14026 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14027                                  repeatable, mandatory, hidden)
14028 VALUES (1, 'authority', '111', 'a', $$Meeting name or jurisdiction name as entry element$$,
14029 FALSE, FALSE, FALSE);
14030 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14031                                  repeatable, mandatory, hidden)
14032 VALUES (1, 'authority', '111', 'c', $$Location of meeting$$,
14033 FALSE, FALSE, FALSE);
14034 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14035                                  repeatable, mandatory, hidden)
14036 VALUES (1, 'authority', '111', 'd', $$Date of meeting$$,
14037 FALSE, FALSE, FALSE);
14038 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14039                                  repeatable, mandatory, hidden)
14040 VALUES (1, 'authority', '111', 'e', $$Subordinate unit$$,
14041 TRUE, FALSE, FALSE);
14042 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14043                                  repeatable, mandatory, hidden)
14044 VALUES (1, 'authority', '111', 'f', $$Date of a work$$,
14045 FALSE, FALSE, FALSE);
14046 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14047                                  repeatable, mandatory, hidden)
14048 VALUES (1, 'authority', '111', 'g', $$Miscellaneous information$$,
14049 FALSE, FALSE, FALSE);
14050 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14051                                  repeatable, mandatory, hidden)
14052 VALUES (1, 'authority', '111', 'h', $$Medium$$,
14053 FALSE, FALSE, FALSE);
14054 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14055                                  repeatable, mandatory, hidden)
14056 VALUES (1, 'authority', '111', 'j', $$Relator term$$,
14057 TRUE, FALSE, FALSE);
14058 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14059                                  repeatable, mandatory, hidden)
14060 VALUES (1, 'authority', '111', 'k', $$Form subheading$$,
14061 TRUE, FALSE, FALSE);
14062 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14063                                  repeatable, mandatory, hidden)
14064 VALUES (1, 'authority', '111', 'l', $$Language of a work$$,
14065 FALSE, FALSE, FALSE);
14066 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14067                                  repeatable, mandatory, hidden)
14068 VALUES (1, 'authority', '111', 'n', $$Number of part/section/meeting$$,
14069 TRUE, FALSE, FALSE);
14070 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14071                                  repeatable, mandatory, hidden)
14072 VALUES (1, 'authority', '111', 'p', $$Name of part/section of a work$$,
14073 TRUE, FALSE, FALSE);
14074 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14075                                  repeatable, mandatory, hidden)
14076 VALUES (1, 'authority', '111', 'q', $$Name of meeting following jurisdiction name entry element$$,
14077 FALSE, FALSE, FALSE);
14078 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14079                                  repeatable, mandatory, hidden)
14080 VALUES (1, 'authority', '111', 's', $$Version$$,
14081 FALSE, FALSE, FALSE);
14082 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14083                                  repeatable, mandatory, hidden)
14084 VALUES (1, 'authority', '111', 't', $$Title of a work$$,
14085 FALSE, FALSE, FALSE);
14086 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14087                                  repeatable, mandatory, hidden)
14088 VALUES (1, 'authority', '111', 'v', $$Form subdivision$$,
14089 TRUE, FALSE, FALSE);
14090 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14091                                  repeatable, mandatory, hidden)
14092 VALUES (1, 'authority', '111', 'x', $$General subdivision$$,
14093 TRUE, FALSE, FALSE);
14094 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14095                                  repeatable, mandatory, hidden)
14096 VALUES (1, 'authority', '111', 'y', $$Chronological subdivision$$,
14097 TRUE, FALSE, FALSE);
14098 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14099                                  repeatable, mandatory, hidden)
14100 VALUES (1, 'authority', '111', 'z', $$Geographic subdivision$$,
14101 TRUE, FALSE, FALSE);
14102 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14103                                  repeatable, mandatory, hidden)
14104 VALUES (1, 'authority', '111', '6', $$Linkage$$,
14105 FALSE, FALSE, FALSE);
14106 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14107                                  repeatable, mandatory, hidden)
14108 VALUES (1, 'authority', '111', '8', $$Field link and sequence number$$,
14109 TRUE, FALSE, FALSE);
14110 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14111                               fixed_field, repeatable, mandatory, hidden)
14112 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.$$,
14113 FALSE, FALSE, FALSE, FALSE);
14114 INSERT INTO config.record_attr_definition(name, label)
14115 VALUES ('marc21_authority_130_ind_1', 'MARC 21 authority field 130 indicator position 1');
14116 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14117 VALUES ('marc21_authority_130_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14118 INSERT INTO config.record_attr_definition(name, label)
14119 VALUES ('marc21_authority_130_ind_2', 'MARC 21 authority field 130 indicator position 2');
14120 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14121 VALUES ('marc21_authority_130_ind_2', '0', $$No nonfiling characters$$, FALSE, TRUE);
14122 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14123 VALUES ('marc21_authority_130_ind_2', '1', $$Number of nonfiling characters - 1$$, FALSE, TRUE);
14124 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14125 VALUES ('marc21_authority_130_ind_2', '2', $$Number of nonfiling characters - 2$$, FALSE, TRUE);
14126 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14127 VALUES ('marc21_authority_130_ind_2', '3', $$Number of nonfiling characters - 3$$, FALSE, TRUE);
14128 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14129 VALUES ('marc21_authority_130_ind_2', '4', $$Number of nonfiling characters - 4$$, FALSE, TRUE);
14130 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14131 VALUES ('marc21_authority_130_ind_2', '5', $$Number of nonfiling characters - 5$$, FALSE, TRUE);
14132 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14133 VALUES ('marc21_authority_130_ind_2', '6', $$Number of nonfiling characters - 6$$, FALSE, TRUE);
14134 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14135 VALUES ('marc21_authority_130_ind_2', '7', $$Number of nonfiling characters - 7$$, FALSE, TRUE);
14136 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14137 VALUES ('marc21_authority_130_ind_2', '8', $$Number of nonfiling characters - 8$$, FALSE, TRUE);
14138 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14139 VALUES ('marc21_authority_130_ind_2', '9', $$Number of nonfiling characters - 9$$, FALSE, TRUE);
14140 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14141                                  repeatable, mandatory, hidden)
14142 VALUES (1, 'authority', '130', 'a', $$Uniform title$$,
14143 FALSE, FALSE, FALSE);
14144 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14145                                  repeatable, mandatory, hidden)
14146 VALUES (1, 'authority', '130', 'd', $$Date of treaty signing$$,
14147 TRUE, FALSE, FALSE);
14148 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14149                                  repeatable, mandatory, hidden)
14150 VALUES (1, 'authority', '130', 'f', $$Date of a work$$,
14151 FALSE, FALSE, FALSE);
14152 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14153                                  repeatable, mandatory, hidden)
14154 VALUES (1, 'authority', '130', 'g', $$Miscellaneous information$$,
14155 FALSE, FALSE, FALSE);
14156 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14157                                  repeatable, mandatory, hidden)
14158 VALUES (1, 'authority', '130', 'h', $$Medium$$,
14159 FALSE, FALSE, FALSE);
14160 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14161                                  repeatable, mandatory, hidden)
14162 VALUES (1, 'authority', '130', 'k', $$Form subheading$$,
14163 TRUE, FALSE, FALSE);
14164 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14165                                  repeatable, mandatory, hidden)
14166 VALUES (1, 'authority', '130', 'l', $$Language of a work$$,
14167 FALSE, FALSE, FALSE);
14168 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14169                                  repeatable, mandatory, hidden)
14170 VALUES (1, 'authority', '130', 'm', $$Medium of performance for music$$,
14171 TRUE, FALSE, FALSE);
14172 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14173                                  repeatable, mandatory, hidden)
14174 VALUES (1, 'authority', '130', 'n', $$Number of part/section of a work$$,
14175 TRUE, FALSE, FALSE);
14176 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14177                                  repeatable, mandatory, hidden)
14178 VALUES (1, 'authority', '130', 'o', $$Arranged statement for music$$,
14179 FALSE, FALSE, FALSE);
14180 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14181                                  repeatable, mandatory, hidden)
14182 VALUES (1, 'authority', '130', 'p', $$Name of part/section of a work$$,
14183 TRUE, FALSE, FALSE);
14184 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14185                                  repeatable, mandatory, hidden)
14186 VALUES (1, 'authority', '130', 'r', $$Key for music$$,
14187 FALSE, FALSE, FALSE);
14188 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14189                                  repeatable, mandatory, hidden)
14190 VALUES (1, 'authority', '130', 's', $$Version$$,
14191 FALSE, FALSE, FALSE);
14192 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14193                                  repeatable, mandatory, hidden)
14194 VALUES (1, 'authority', '130', 't', $$Title of a work$$,
14195 FALSE, FALSE, FALSE);
14196 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14197                                  repeatable, mandatory, hidden)
14198 VALUES (1, 'authority', '130', 'v', $$Form subdivision$$,
14199 TRUE, FALSE, FALSE);
14200 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14201                                  repeatable, mandatory, hidden)
14202 VALUES (1, 'authority', '130', 'x', $$General subdivision$$,
14203 TRUE, FALSE, FALSE);
14204 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14205                                  repeatable, mandatory, hidden)
14206 VALUES (1, 'authority', '130', 'y', $$Chronological subdivision$$,
14207 TRUE, FALSE, FALSE);
14208 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14209                                  repeatable, mandatory, hidden)
14210 VALUES (1, 'authority', '130', 'z', $$Geographic subdivision$$,
14211 TRUE, FALSE, FALSE);
14212 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14213                                  repeatable, mandatory, hidden)
14214 VALUES (1, 'authority', '130', '6', $$Linkage$$,
14215 FALSE, FALSE, FALSE);
14216 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14217                                  repeatable, mandatory, hidden)
14218 VALUES (1, 'authority', '130', '8', $$Field link and sequence number$$,
14219 TRUE, FALSE, FALSE);
14220 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14221                               fixed_field, repeatable, mandatory, hidden)
14222 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.$$,
14223 FALSE, FALSE, FALSE, FALSE);
14224 INSERT INTO config.record_attr_definition(name, label)
14225 VALUES ('marc21_authority_148_ind_1', 'MARC 21 authority field 148 indicator position 1');
14226 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14227 VALUES ('marc21_authority_148_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14228 INSERT INTO config.record_attr_definition(name, label)
14229 VALUES ('marc21_authority_148_ind_2', 'MARC 21 authority field 148 indicator position 2');
14230 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14231 VALUES ('marc21_authority_148_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14232 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14233                                  repeatable, mandatory, hidden)
14234 VALUES (1, 'authority', '148', 'a', $$Chronological term$$,
14235 FALSE, FALSE, FALSE);
14236 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14237                                  repeatable, mandatory, hidden)
14238 VALUES (1, 'authority', '148', 'v', $$Form subdivision$$,
14239 TRUE, FALSE, FALSE);
14240 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14241                                  repeatable, mandatory, hidden)
14242 VALUES (1, 'authority', '148', 'x', $$General subdivision$$,
14243 TRUE, FALSE, FALSE);
14244 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14245                                  repeatable, mandatory, hidden)
14246 VALUES (1, 'authority', '148', 'y', $$Chronological subdivision$$,
14247 TRUE, FALSE, FALSE);
14248 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14249                                  repeatable, mandatory, hidden)
14250 VALUES (1, 'authority', '148', 'z', $$Geographic subdivision$$,
14251 TRUE, FALSE, FALSE);
14252 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14253                                  repeatable, mandatory, hidden)
14254 VALUES (1, 'authority', '148', '6', $$Linkage$$,
14255 FALSE, FALSE, FALSE);
14256 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14257                                  repeatable, mandatory, hidden)
14258 VALUES (1, 'authority', '148', '8', $$Field link and sequence number$$,
14259 TRUE, FALSE, FALSE);
14260 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14261                               fixed_field, repeatable, mandatory, hidden)
14262 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.$$,
14263 FALSE, FALSE, FALSE, FALSE);
14264 INSERT INTO config.record_attr_definition(name, label)
14265 VALUES ('marc21_authority_150_ind_1', 'MARC 21 authority field 150 indicator position 1');
14266 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14267 VALUES ('marc21_authority_150_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14268 INSERT INTO config.record_attr_definition(name, label)
14269 VALUES ('marc21_authority_150_ind_2', 'MARC 21 authority field 150 indicator position 2');
14270 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14271 VALUES ('marc21_authority_150_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14272 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14273                                  repeatable, mandatory, hidden)
14274 VALUES (1, 'authority', '150', 'a', $$Topical term or geographic name entry element$$,
14275 FALSE, FALSE, FALSE);
14276 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14277                                  repeatable, mandatory, hidden)
14278 VALUES (1, 'authority', '150', 'b', $$Topical term following geographic name entry element$$,
14279 FALSE, FALSE, FALSE);
14280 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14281                                  repeatable, mandatory, hidden)
14282 VALUES (1, 'authority', '150', 'v', $$Form subdivision$$,
14283 TRUE, FALSE, FALSE);
14284 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14285                                  repeatable, mandatory, hidden)
14286 VALUES (1, 'authority', '150', 'x', $$General subdivision$$,
14287 TRUE, FALSE, FALSE);
14288 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14289                                  repeatable, mandatory, hidden)
14290 VALUES (1, 'authority', '150', 'y', $$Chronological subdivision$$,
14291 TRUE, FALSE, FALSE);
14292 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14293                                  repeatable, mandatory, hidden)
14294 VALUES (1, 'authority', '150', 'z', $$Geographic subdivision$$,
14295 TRUE, FALSE, FALSE);
14296 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14297                                  repeatable, mandatory, hidden)
14298 VALUES (1, 'authority', '150', '6', $$Linkage$$,
14299 FALSE, FALSE, FALSE);
14300 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14301                                  repeatable, mandatory, hidden)
14302 VALUES (1, 'authority', '150', '8', $$Field link and sequence number$$,
14303 TRUE, FALSE, FALSE);
14304 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14305                               fixed_field, repeatable, mandatory, hidden)
14306 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.$$,
14307 FALSE, FALSE, FALSE, FALSE);
14308 INSERT INTO config.record_attr_definition(name, label)
14309 VALUES ('marc21_authority_151_ind_1', 'MARC 21 authority field 151 indicator position 1');
14310 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14311 VALUES ('marc21_authority_151_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14312 INSERT INTO config.record_attr_definition(name, label)
14313 VALUES ('marc21_authority_151_ind_2', 'MARC 21 authority field 151 indicator position 2');
14314 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14315 VALUES ('marc21_authority_151_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14316 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14317                                  repeatable, mandatory, hidden)
14318 VALUES (1, 'authority', '151', 'a', $$Geographic name$$,
14319 FALSE, FALSE, FALSE);
14320 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14321                                  repeatable, mandatory, hidden)
14322 VALUES (1, 'authority', '151', 'v', $$Form subdivision$$,
14323 TRUE, FALSE, FALSE);
14324 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14325                                  repeatable, mandatory, hidden)
14326 VALUES (1, 'authority', '151', 'x', $$General subdivision$$,
14327 TRUE, FALSE, FALSE);
14328 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14329                                  repeatable, mandatory, hidden)
14330 VALUES (1, 'authority', '151', 'y', $$Chronological subdivision$$,
14331 TRUE, FALSE, FALSE);
14332 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14333                                  repeatable, mandatory, hidden)
14334 VALUES (1, 'authority', '151', 'z', $$Geographic subdivision$$,
14335 TRUE, FALSE, FALSE);
14336 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14337                                  repeatable, mandatory, hidden)
14338 VALUES (1, 'authority', '151', '6', $$Linkage$$,
14339 FALSE, FALSE, FALSE);
14340 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14341                                  repeatable, mandatory, hidden)
14342 VALUES (1, 'authority', '151', '8', $$Field link and sequence number$$,
14343 TRUE, FALSE, FALSE);
14344 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14345                               fixed_field, repeatable, mandatory, hidden)
14346 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.$$,
14347 FALSE, FALSE, FALSE, FALSE);
14348 INSERT INTO config.record_attr_definition(name, label)
14349 VALUES ('marc21_authority_155_ind_1', 'MARC 21 authority field 155 indicator position 1');
14350 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14351 VALUES ('marc21_authority_155_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14352 INSERT INTO config.record_attr_definition(name, label)
14353 VALUES ('marc21_authority_155_ind_2', 'MARC 21 authority field 155 indicator position 2');
14354 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14355 VALUES ('marc21_authority_155_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14356 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14357                                  repeatable, mandatory, hidden)
14358 VALUES (1, 'authority', '155', 'a', $$Genre/form term$$,
14359 FALSE, FALSE, FALSE);
14360 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14361                                  repeatable, mandatory, hidden)
14362 VALUES (1, 'authority', '155', 'v', $$Form subdivision$$,
14363 TRUE, FALSE, FALSE);
14364 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14365                                  repeatable, mandatory, hidden)
14366 VALUES (1, 'authority', '155', 'x', $$General subdivision$$,
14367 TRUE, FALSE, FALSE);
14368 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14369                                  repeatable, mandatory, hidden)
14370 VALUES (1, 'authority', '155', 'y', $$Chronological subdivision$$,
14371 TRUE, FALSE, FALSE);
14372 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14373                                  repeatable, mandatory, hidden)
14374 VALUES (1, 'authority', '155', 'z', $$Geographic subdivision$$,
14375 TRUE, FALSE, FALSE);
14376 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14377                                  repeatable, mandatory, hidden)
14378 VALUES (1, 'authority', '155', '6', $$Linkage$$,
14379 FALSE, FALSE, FALSE);
14380 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14381                                  repeatable, mandatory, hidden)
14382 VALUES (1, 'authority', '155', '8', $$Field link and sequence number$$,
14383 TRUE, FALSE, FALSE);
14384 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14385                               fixed_field, repeatable, mandatory, hidden)
14386 VALUES (1, 'authority', '180', $$Heading-General Subdivision$$, $$Topical, form, or language term used as a heading in a subdivision record.$$,
14387 FALSE, FALSE, FALSE, FALSE);
14388 INSERT INTO config.record_attr_definition(name, label)
14389 VALUES ('marc21_authority_180_ind_1', 'MARC 21 authority field 180 indicator position 1');
14390 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14391 VALUES ('marc21_authority_180_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14392 INSERT INTO config.record_attr_definition(name, label)
14393 VALUES ('marc21_authority_180_ind_2', 'MARC 21 authority field 180 indicator position 2');
14394 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14395 VALUES ('marc21_authority_180_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14396 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14397                                  repeatable, mandatory, hidden)
14398 VALUES (1, 'authority', '180', 'v', $$Form subdivision$$,
14399 TRUE, FALSE, FALSE);
14400 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14401                                  repeatable, mandatory, hidden)
14402 VALUES (1, 'authority', '180', 'x', $$General subdivision$$,
14403 TRUE, FALSE, FALSE);
14404 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14405                                  repeatable, mandatory, hidden)
14406 VALUES (1, 'authority', '180', 'y', $$Chronological subdivision$$,
14407 TRUE, FALSE, FALSE);
14408 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14409                                  repeatable, mandatory, hidden)
14410 VALUES (1, 'authority', '180', 'z', $$Geographic subdivision$$,
14411 TRUE, FALSE, FALSE);
14412 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14413                                  repeatable, mandatory, hidden)
14414 VALUES (1, 'authority', '180', '6', $$Linkage$$,
14415 FALSE, FALSE, FALSE);
14416 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14417                                  repeatable, mandatory, hidden)
14418 VALUES (1, 'authority', '180', '8', $$Field link and sequence number$$,
14419 TRUE, FALSE, FALSE);
14420 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14421                               fixed_field, repeatable, mandatory, hidden)
14422 VALUES (1, 'authority', '181', $$Heading-Geographic Subdivision$$, $$Geographic name or term used as a heading in a subdivision record.$$,
14423 FALSE, FALSE, FALSE, FALSE);
14424 INSERT INTO config.record_attr_definition(name, label)
14425 VALUES ('marc21_authority_181_ind_1', 'MARC 21 authority field 181 indicator position 1');
14426 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14427 VALUES ('marc21_authority_181_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14428 INSERT INTO config.record_attr_definition(name, label)
14429 VALUES ('marc21_authority_181_ind_2', 'MARC 21 authority field 181 indicator position 2');
14430 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14431 VALUES ('marc21_authority_181_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14432 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14433                                  repeatable, mandatory, hidden)
14434 VALUES (1, 'authority', '181', 'v', $$Form subdivision$$,
14435 TRUE, FALSE, FALSE);
14436 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14437                                  repeatable, mandatory, hidden)
14438 VALUES (1, 'authority', '181', 'x', $$General subdivision$$,
14439 TRUE, FALSE, FALSE);
14440 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14441                                  repeatable, mandatory, hidden)
14442 VALUES (1, 'authority', '181', 'y', $$Chronological subdivision$$,
14443 TRUE, FALSE, FALSE);
14444 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14445                                  repeatable, mandatory, hidden)
14446 VALUES (1, 'authority', '181', 'z', $$Geographic subdivision$$,
14447 TRUE, FALSE, FALSE);
14448 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14449                                  repeatable, mandatory, hidden)
14450 VALUES (1, 'authority', '181', '6', $$Linkage$$,
14451 FALSE, FALSE, FALSE);
14452 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14453                                  repeatable, mandatory, hidden)
14454 VALUES (1, 'authority', '181', '8', $$Field link and sequence number$$,
14455 TRUE, FALSE, FALSE);
14456 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14457                               fixed_field, repeatable, mandatory, hidden)
14458 VALUES (1, 'authority', '182', $$Heading-Chronological Subdivision$$, $$Chronological term used as a heading in a subdivision record.$$,
14459 FALSE, FALSE, FALSE, FALSE);
14460 INSERT INTO config.record_attr_definition(name, label)
14461 VALUES ('marc21_authority_182_ind_1', 'MARC 21 authority field 182 indicator position 1');
14462 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14463 VALUES ('marc21_authority_182_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14464 INSERT INTO config.record_attr_definition(name, label)
14465 VALUES ('marc21_authority_182_ind_2', 'MARC 21 authority field 182 indicator position 2');
14466 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14467 VALUES ('marc21_authority_182_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14468 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14469                                  repeatable, mandatory, hidden)
14470 VALUES (1, 'authority', '182', 'v', $$Form subdivision$$,
14471 TRUE, FALSE, FALSE);
14472 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14473                                  repeatable, mandatory, hidden)
14474 VALUES (1, 'authority', '182', 'x', $$General subdivision$$,
14475 TRUE, FALSE, FALSE);
14476 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14477                                  repeatable, mandatory, hidden)
14478 VALUES (1, 'authority', '182', 'y', $$Chronological subdivision$$,
14479 TRUE, FALSE, FALSE);
14480 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14481                                  repeatable, mandatory, hidden)
14482 VALUES (1, 'authority', '182', 'z', $$Geographic subdivision$$,
14483 TRUE, FALSE, FALSE);
14484 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14485                                  repeatable, mandatory, hidden)
14486 VALUES (1, 'authority', '182', '6', $$Linkage$$,
14487 FALSE, FALSE, FALSE);
14488 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14489                                  repeatable, mandatory, hidden)
14490 VALUES (1, 'authority', '182', '8', $$Field link and sequence number$$,
14491 TRUE, FALSE, FALSE);
14492 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14493                               fixed_field, repeatable, mandatory, hidden)
14494 VALUES (1, 'authority', '185', $$Heading-Form Subdivision$$, $$Form or genre term used as a heading in a subdivision record.$$,
14495 FALSE, FALSE, FALSE, FALSE);
14496 INSERT INTO config.record_attr_definition(name, label)
14497 VALUES ('marc21_authority_185_ind_1', 'MARC 21 authority field 185 indicator position 1');
14498 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14499 VALUES ('marc21_authority_185_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14500 INSERT INTO config.record_attr_definition(name, label)
14501 VALUES ('marc21_authority_185_ind_2', 'MARC 21 authority field 185 indicator position 2');
14502 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14503 VALUES ('marc21_authority_185_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14504 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14505                                  repeatable, mandatory, hidden)
14506 VALUES (1, 'authority', '185', 'v', $$Form subdivision$$,
14507 TRUE, FALSE, FALSE);
14508 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14509                                  repeatable, mandatory, hidden)
14510 VALUES (1, 'authority', '185', 'x', $$General subdivision$$,
14511 TRUE, FALSE, FALSE);
14512 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14513                                  repeatable, mandatory, hidden)
14514 VALUES (1, 'authority', '185', 'y', $$Chronological subdivision$$,
14515 TRUE, FALSE, FALSE);
14516 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14517                                  repeatable, mandatory, hidden)
14518 VALUES (1, 'authority', '185', 'z', $$Geographic subdivision$$,
14519 TRUE, FALSE, FALSE);
14520 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14521                                  repeatable, mandatory, hidden)
14522 VALUES (1, 'authority', '185', '6', $$Linkage$$,
14523 FALSE, FALSE, FALSE);
14524 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14525                                  repeatable, mandatory, hidden)
14526 VALUES (1, 'authority', '185', '8', $$Field link and sequence number$$,
14527 TRUE, FALSE, FALSE);
14528 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14529                               fixed_field, repeatable, mandatory, hidden)
14530 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.$$,
14531 FALSE, TRUE, FALSE, FALSE);
14532 INSERT INTO config.record_attr_definition(name, label)
14533 VALUES ('marc21_authority_260_ind_1', 'MARC 21 authority field 260 indicator position 1');
14534 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14535 VALUES ('marc21_authority_260_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14536 INSERT INTO config.record_attr_definition(name, label)
14537 VALUES ('marc21_authority_260_ind_2', 'MARC 21 authority field 260 indicator position 2');
14538 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14539 VALUES ('marc21_authority_260_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14540 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14541                                  repeatable, mandatory, hidden)
14542 VALUES (1, 'authority', '260', 'a', $$Heading referred to$$,
14543 TRUE, FALSE, FALSE);
14544 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14545                                  repeatable, mandatory, hidden)
14546 VALUES (1, 'authority', '260', 'i', $$Explanatory text$$,
14547 TRUE, FALSE, FALSE);
14548 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14549                                  repeatable, mandatory, hidden)
14550 VALUES (1, 'authority', '260', '0', $$Authority record control number$$,
14551 TRUE, FALSE, FALSE);
14552 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14553                                  repeatable, mandatory, hidden)
14554 VALUES (1, 'authority', '260', '6', $$Linkage$$,
14555 FALSE, FALSE, FALSE);
14556 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14557                                  repeatable, mandatory, hidden)
14558 VALUES (1, 'authority', '260', '8', $$Field link and sequence number$$,
14559 TRUE, FALSE, FALSE);
14560 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14561                               fixed_field, repeatable, mandatory, hidden)
14562 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.$$,
14563 FALSE, TRUE, FALSE, FALSE);
14564 INSERT INTO config.record_attr_definition(name, label)
14565 VALUES ('marc21_authority_336_ind_1', 'MARC 21 authority field 336 indicator position 1');
14566 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14567 VALUES ('marc21_authority_336_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14568 INSERT INTO config.record_attr_definition(name, label)
14569 VALUES ('marc21_authority_336_ind_2', 'MARC 21 authority field 336 indicator position 2');
14570 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14571 VALUES ('marc21_authority_336_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14572 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14573                                  repeatable, mandatory, hidden)
14574 VALUES (1, 'authority', '336', 'a', $$Content type term$$,
14575 TRUE, FALSE, FALSE);
14576 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14577                                  repeatable, mandatory, hidden)
14578 VALUES (1, 'authority', '336', 'b', $$Content type code$$,
14579 TRUE, FALSE, FALSE);
14580 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14581                                  repeatable, mandatory, hidden)
14582 VALUES (1, 'authority', '336', '2', $$Source$$,
14583 FALSE, FALSE, FALSE);
14584 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14585                                  repeatable, mandatory, hidden)
14586 VALUES (1, 'authority', '336', '3', $$Materials specified$$,
14587 FALSE, FALSE, FALSE);
14588 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14589                                  repeatable, mandatory, hidden)
14590 VALUES (1, 'authority', '336', '6', $$Linkage$$,
14591 FALSE, FALSE, FALSE);
14592 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14593                                  repeatable, mandatory, hidden)
14594 VALUES (1, 'authority', '336', '8', $$Field link and sequence number$$,
14595 TRUE, FALSE, FALSE);
14596 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14597                               fixed_field, repeatable, mandatory, hidden)
14598 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.$$,
14599 FALSE, TRUE, FALSE, FALSE);
14600 INSERT INTO config.record_attr_definition(name, label)
14601 VALUES ('marc21_authority_360_ind_1', 'MARC 21 authority field 360 indicator position 1');
14602 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14603 VALUES ('marc21_authority_360_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14604 INSERT INTO config.record_attr_definition(name, label)
14605 VALUES ('marc21_authority_360_ind_2', 'MARC 21 authority field 360 indicator position 2');
14606 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14607 VALUES ('marc21_authority_360_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14608 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14609                                  repeatable, mandatory, hidden)
14610 VALUES (1, 'authority', '360', 'a', $$Heading referred to$$,
14611 TRUE, FALSE, FALSE);
14612 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14613                                  repeatable, mandatory, hidden)
14614 VALUES (1, 'authority', '360', 'i', $$Explanatory text$$,
14615 TRUE, FALSE, FALSE);
14616 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14617                                  repeatable, mandatory, hidden)
14618 VALUES (1, 'authority', '360', '0', $$Authority record control number$$,
14619 TRUE, FALSE, FALSE);
14620 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14621                                  repeatable, mandatory, hidden)
14622 VALUES (1, 'authority', '360', '6', $$Linkage$$,
14623 FALSE, FALSE, FALSE);
14624 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14625                                  repeatable, mandatory, hidden)
14626 VALUES (1, 'authority', '360', '8', $$Field link and sequence number$$,
14627 TRUE, FALSE, FALSE);
14628 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14629                               fixed_field, repeatable, mandatory, hidden)
14630 VALUES (1, 'authority', '370', $$Associated Place$$, $$A town, city, province, state, and/or country associated with persons, corporate bodies, families, works, and expressions.$$,
14631 FALSE, TRUE, FALSE, FALSE);
14632 INSERT INTO config.record_attr_definition(name, label)
14633 VALUES ('marc21_authority_370_ind_1', 'MARC 21 authority field 370 indicator position 1');
14634 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14635 VALUES ('marc21_authority_370_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14636 INSERT INTO config.record_attr_definition(name, label)
14637 VALUES ('marc21_authority_370_ind_2', 'MARC 21 authority field 370 indicator position 2');
14638 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14639 VALUES ('marc21_authority_370_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14640 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14641                                  repeatable, mandatory, hidden)
14642 VALUES (1, 'authority', '370', 'a', $$Place of birth$$,
14643 FALSE, FALSE, FALSE);
14644 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14645                                  repeatable, mandatory, hidden)
14646 VALUES (1, 'authority', '370', 'b', $$Place of death$$,
14647 FALSE, FALSE, FALSE);
14648 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14649                                  repeatable, mandatory, hidden)
14650 VALUES (1, 'authority', '370', 'c', $$Associated country$$,
14651 TRUE, FALSE, FALSE);
14652 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14653                                  repeatable, mandatory, hidden)
14654 VALUES (1, 'authority', '370', 'e', $$Place of residence/headquarters$$,
14655 TRUE, FALSE, FALSE);
14656 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14657                                  repeatable, mandatory, hidden)
14658 VALUES (1, 'authority', '370', 'f', $$Other associated place$$,
14659 TRUE, FALSE, FALSE);
14660 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14661                                  repeatable, mandatory, hidden)
14662 VALUES (1, 'authority', '370', 'g', $$Place of origin of work$$,
14663 TRUE, FALSE, FALSE);
14664 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14665                                  repeatable, mandatory, hidden)
14666 VALUES (1, 'authority', '370', 's', $$Start period$$,
14667 FALSE, FALSE, FALSE);
14668 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14669                                  repeatable, mandatory, hidden)
14670 VALUES (1, 'authority', '370', 't', $$End period$$,
14671 FALSE, FALSE, FALSE);
14672 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14673                                  repeatable, mandatory, hidden)
14674 VALUES (1, 'authority', '370', 'u', $$Uniform Resource Identifier$$,
14675 TRUE, FALSE, FALSE);
14676 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14677                                  repeatable, mandatory, hidden)
14678 VALUES (1, 'authority', '370', 'v', $$Source of information$$,
14679 TRUE, FALSE, FALSE);
14680 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14681                                  repeatable, mandatory, hidden)
14682 VALUES (1, 'authority', '370', '0', $$Record control number$$,
14683 TRUE, FALSE, FALSE);
14684 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14685                                  repeatable, mandatory, hidden)
14686 VALUES (1, 'authority', '370', '2', $$Source of term$$,
14687 TRUE, FALSE, FALSE);
14688 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14689                                  repeatable, mandatory, hidden)
14690 VALUES (1, 'authority', '370', '6', $$Linkage$$,
14691 FALSE, FALSE, FALSE);
14692 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14693                                  repeatable, mandatory, hidden)
14694 VALUES (1, 'authority', '370', '8', $$Field link and sequence number$$,
14695 TRUE, FALSE, FALSE);
14696 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14697                               fixed_field, repeatable, mandatory, hidden)
14698 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.$$,
14699 FALSE, TRUE, FALSE, FALSE);
14700 INSERT INTO config.record_attr_definition(name, label)
14701 VALUES ('marc21_authority_371_ind_1', 'MARC 21 authority field 371 indicator position 1');
14702 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14703 VALUES ('marc21_authority_371_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14704 INSERT INTO config.record_attr_definition(name, label)
14705 VALUES ('marc21_authority_371_ind_2', 'MARC 21 authority field 371 indicator position 2');
14706 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14707 VALUES ('marc21_authority_371_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14708 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14709                                  repeatable, mandatory, hidden)
14710 VALUES (1, 'authority', '371', 'a', $$Address$$,
14711 TRUE, FALSE, FALSE);
14712 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14713                                  repeatable, mandatory, hidden)
14714 VALUES (1, 'authority', '371', 'b', $$City$$,
14715 FALSE, FALSE, FALSE);
14716 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14717                                  repeatable, mandatory, hidden)
14718 VALUES (1, 'authority', '371', 'c', $$Intermediate jurisdiction$$,
14719 FALSE, FALSE, FALSE);
14720 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14721                                  repeatable, mandatory, hidden)
14722 VALUES (1, 'authority', '371', 'd', $$Country$$,
14723 FALSE, FALSE, FALSE);
14724 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14725                                  repeatable, mandatory, hidden)
14726 VALUES (1, 'authority', '371', 'e', $$Postal Code$$,
14727 FALSE, FALSE, FALSE);
14728 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14729                                  repeatable, mandatory, hidden)
14730 VALUES (1, 'authority', '371', 'm', $$Electronic mail address$$,
14731 TRUE, FALSE, FALSE);
14732 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14733                                  repeatable, mandatory, hidden)
14734 VALUES (1, 'authority', '371', 's', $$Start period$$,
14735 FALSE, FALSE, FALSE);
14736 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14737                                  repeatable, mandatory, hidden)
14738 VALUES (1, 'authority', '371', 't', $$End period$$,
14739 FALSE, FALSE, FALSE);
14740 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14741                                  repeatable, mandatory, hidden)
14742 VALUES (1, 'authority', '371', 'u', $$Uniform Resource Identifier$$,
14743 TRUE, FALSE, FALSE);
14744 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14745                                  repeatable, mandatory, hidden)
14746 VALUES (1, 'authority', '371', 'v', $$Source of information$$,
14747 TRUE, FALSE, FALSE);
14748 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14749                                  repeatable, mandatory, hidden)
14750 VALUES (1, 'authority', '371', 'z', $$Public note$$,
14751 TRUE, FALSE, FALSE);
14752 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14753                                  repeatable, mandatory, hidden)
14754 VALUES (1, 'authority', '371', '4', $$Relator code$$,
14755 TRUE, FALSE, FALSE);
14756 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14757                                  repeatable, mandatory, hidden)
14758 VALUES (1, 'authority', '371', '6', $$Linkage$$,
14759 FALSE, FALSE, FALSE);
14760 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14761                                  repeatable, mandatory, hidden)
14762 VALUES (1, 'authority', '371', '8', $$Field link and sequence number$$,
14763 TRUE, FALSE, FALSE);
14764 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14765                               fixed_field, repeatable, mandatory, hidden)
14766 VALUES (1, 'authority', '372', $$Field of Activity$$, $$: a field of endeavor, area of expertise, etc., in which the person is engaged or was engaged$$,
14767 FALSE, TRUE, FALSE, FALSE);
14768 INSERT INTO config.record_attr_definition(name, label)
14769 VALUES ('marc21_authority_372_ind_1', 'MARC 21 authority field 372 indicator position 1');
14770 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14771 VALUES ('marc21_authority_372_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14772 INSERT INTO config.record_attr_definition(name, label)
14773 VALUES ('marc21_authority_372_ind_2', 'MARC 21 authority field 372 indicator position 2');
14774 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14775 VALUES ('marc21_authority_372_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14776 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14777                                  repeatable, mandatory, hidden)
14778 VALUES (1, 'authority', '372', 'a', $$Field of activity$$,
14779 TRUE, FALSE, FALSE);
14780 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14781                                  repeatable, mandatory, hidden)
14782 VALUES (1, 'authority', '372', 's', $$Start period$$,
14783 FALSE, FALSE, FALSE);
14784 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14785                                  repeatable, mandatory, hidden)
14786 VALUES (1, 'authority', '372', 't', $$End period$$,
14787 FALSE, FALSE, FALSE);
14788 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14789                                  repeatable, mandatory, hidden)
14790 VALUES (1, 'authority', '372', 'u', $$Uniform Resource Identifier$$,
14791 TRUE, FALSE, FALSE);
14792 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14793                                  repeatable, mandatory, hidden)
14794 VALUES (1, 'authority', '372', 'v', $$Source of information$$,
14795 TRUE, FALSE, FALSE);
14796 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14797                                  repeatable, mandatory, hidden)
14798 VALUES (1, 'authority', '372', '0', $$Record control number$$,
14799 TRUE, FALSE, FALSE);
14800 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14801                                  repeatable, mandatory, hidden)
14802 VALUES (1, 'authority', '372', '2', $$Source of term$$,
14803 FALSE, FALSE, FALSE);
14804 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14805                                  repeatable, mandatory, hidden)
14806 VALUES (1, 'authority', '372', '6', $$Linkage$$,
14807 FALSE, FALSE, FALSE);
14808 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14809                                  repeatable, mandatory, hidden)
14810 VALUES (1, 'authority', '372', '8', $$Field link and sequence number$$,
14811 TRUE, FALSE, FALSE);
14812 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14813                               fixed_field, repeatable, mandatory, hidden)
14814 VALUES (1, 'authority', '373', $$Affiliation$$, $$Information about a group with which a person is or has been affiliated, including dates of affiliation.$$,
14815 FALSE, TRUE, FALSE, FALSE);
14816 INSERT INTO config.record_attr_definition(name, label)
14817 VALUES ('marc21_authority_373_ind_1', 'MARC 21 authority field 373 indicator position 1');
14818 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14819 VALUES ('marc21_authority_373_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14820 INSERT INTO config.record_attr_definition(name, label)
14821 VALUES ('marc21_authority_373_ind_2', 'MARC 21 authority field 373 indicator position 2');
14822 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14823 VALUES ('marc21_authority_373_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14824 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14825                                  repeatable, mandatory, hidden)
14826 VALUES (1, 'authority', '373', 'a', $$Affiliation$$,
14827 TRUE, FALSE, FALSE);
14828 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14829                                  repeatable, mandatory, hidden)
14830 VALUES (1, 'authority', '373', 's', $$Start period$$,
14831 FALSE, FALSE, FALSE);
14832 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14833                                  repeatable, mandatory, hidden)
14834 VALUES (1, 'authority', '373', 't', $$End period$$,
14835 FALSE, FALSE, FALSE);
14836 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14837                                  repeatable, mandatory, hidden)
14838 VALUES (1, 'authority', '373', 'u', $$Uniform Resource Identifier$$,
14839 TRUE, FALSE, FALSE);
14840 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14841                                  repeatable, mandatory, hidden)
14842 VALUES (1, 'authority', '373', 'v', $$Source of information$$,
14843 TRUE, FALSE, FALSE);
14844 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14845                                  repeatable, mandatory, hidden)
14846 VALUES (1, 'authority', '373', '0', $$Record control number$$,
14847 TRUE, FALSE, FALSE);
14848 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14849                                  repeatable, mandatory, hidden)
14850 VALUES (1, 'authority', '373', '2', $$Source of term$$,
14851 FALSE, FALSE, FALSE);
14852 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14853                                  repeatable, mandatory, hidden)
14854 VALUES (1, 'authority', '373', '6', $$Linkage$$,
14855 FALSE, FALSE, FALSE);
14856 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14857                                  repeatable, mandatory, hidden)
14858 VALUES (1, 'authority', '373', '8', $$Field link and sequence number$$,
14859 TRUE, FALSE, FALSE);
14860 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14861                               fixed_field, repeatable, mandatory, hidden)
14862 VALUES (1, 'authority', '374', $$Occupation$$, $$Information about profession or occupation in which a person works or has worked, including dates applicable.$$,
14863 FALSE, TRUE, FALSE, FALSE);
14864 INSERT INTO config.record_attr_definition(name, label)
14865 VALUES ('marc21_authority_374_ind_1', 'MARC 21 authority field 374 indicator position 1');
14866 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14867 VALUES ('marc21_authority_374_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14868 INSERT INTO config.record_attr_definition(name, label)
14869 VALUES ('marc21_authority_374_ind_2', 'MARC 21 authority field 374 indicator position 2');
14870 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14871 VALUES ('marc21_authority_374_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14872 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14873                                  repeatable, mandatory, hidden)
14874 VALUES (1, 'authority', '374', 'a', $$Occupation$$,
14875 TRUE, FALSE, FALSE);
14876 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14877                                  repeatable, mandatory, hidden)
14878 VALUES (1, 'authority', '374', 's', $$Start period$$,
14879 FALSE, FALSE, FALSE);
14880 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14881                                  repeatable, mandatory, hidden)
14882 VALUES (1, 'authority', '374', 't', $$End period$$,
14883 FALSE, FALSE, FALSE);
14884 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14885                                  repeatable, mandatory, hidden)
14886 VALUES (1, 'authority', '374', 'u', $$Uniform Resource Identifier$$,
14887 TRUE, FALSE, FALSE);
14888 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14889                                  repeatable, mandatory, hidden)
14890 VALUES (1, 'authority', '374', 'v', $$Source of information$$,
14891 TRUE, FALSE, FALSE);
14892 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14893                                  repeatable, mandatory, hidden)
14894 VALUES (1, 'authority', '374', '0', $$Record control number$$,
14895 TRUE, FALSE, FALSE);
14896 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14897                                  repeatable, mandatory, hidden)
14898 VALUES (1, 'authority', '374', '2', $$Source of term$$,
14899 FALSE, FALSE, FALSE);
14900 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14901                                  repeatable, mandatory, hidden)
14902 VALUES (1, 'authority', '374', '6', $$Linkage$$,
14903 FALSE, FALSE, FALSE);
14904 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14905                                  repeatable, mandatory, hidden)
14906 VALUES (1, 'authority', '374', '8', $$Field link and sequence number$$,
14907 TRUE, FALSE, FALSE);
14908 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14909                               fixed_field, repeatable, mandatory, hidden)
14910 VALUES (1, 'authority', '375', $$Gender$$, $$Information about gender of a person, including dates applicable.$$,
14911 FALSE, TRUE, FALSE, FALSE);
14912 INSERT INTO config.record_attr_definition(name, label)
14913 VALUES ('marc21_authority_375_ind_1', 'MARC 21 authority field 375 indicator position 1');
14914 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14915 VALUES ('marc21_authority_375_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14916 INSERT INTO config.record_attr_definition(name, label)
14917 VALUES ('marc21_authority_375_ind_2', 'MARC 21 authority field 375 indicator position 2');
14918 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14919 VALUES ('marc21_authority_375_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14920 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14921                                  repeatable, mandatory, hidden)
14922 VALUES (1, 'authority', '375', 'a', $$Gender$$,
14923 TRUE, FALSE, FALSE);
14924 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14925                                  repeatable, mandatory, hidden)
14926 VALUES (1, 'authority', '375', 's', $$Start period$$,
14927 FALSE, FALSE, FALSE);
14928 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14929                                  repeatable, mandatory, hidden)
14930 VALUES (1, 'authority', '375', 't', $$End period$$,
14931 FALSE, FALSE, FALSE);
14932 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14933                                  repeatable, mandatory, hidden)
14934 VALUES (1, 'authority', '375', 'u', $$Uniform Resource Identifier$$,
14935 TRUE, FALSE, FALSE);
14936 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14937                                  repeatable, mandatory, hidden)
14938 VALUES (1, 'authority', '375', 'v', $$Source of information$$,
14939 TRUE, FALSE, FALSE);
14940 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14941                                  repeatable, mandatory, hidden)
14942 VALUES (1, 'authority', '375', '2', $$Source of term$$,
14943 FALSE, FALSE, FALSE);
14944 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14945                                  repeatable, mandatory, hidden)
14946 VALUES (1, 'authority', '375', '6', $$Linkage$$,
14947 FALSE, FALSE, FALSE);
14948 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14949                                  repeatable, mandatory, hidden)
14950 VALUES (1, 'authority', '375', '8', $$Field link and sequence number$$,
14951 TRUE, FALSE, FALSE);
14952 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14953                               fixed_field, repeatable, mandatory, hidden)
14954 VALUES (1, 'authority', '376', $$Family Information$$, $$Additional information about families, including type of family, prominent member of the family, and hereditary title.$$,
14955 FALSE, TRUE, FALSE, FALSE);
14956 INSERT INTO config.record_attr_definition(name, label)
14957 VALUES ('marc21_authority_376_ind_1', 'MARC 21 authority field 376 indicator position 1');
14958 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14959 VALUES ('marc21_authority_376_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14960 INSERT INTO config.record_attr_definition(name, label)
14961 VALUES ('marc21_authority_376_ind_2', 'MARC 21 authority field 376 indicator position 2');
14962 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14963 VALUES ('marc21_authority_376_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14964 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14965                                  repeatable, mandatory, hidden)
14966 VALUES (1, 'authority', '376', 'a', $$Type of family$$,
14967 TRUE, FALSE, FALSE);
14968 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14969                                  repeatable, mandatory, hidden)
14970 VALUES (1, 'authority', '376', 'b', $$Name of prominent member$$,
14971 TRUE, FALSE, FALSE);
14972 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14973                                  repeatable, mandatory, hidden)
14974 VALUES (1, 'authority', '376', 'c', $$Hereditary title$$,
14975 TRUE, FALSE, FALSE);
14976 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14977                                  repeatable, mandatory, hidden)
14978 VALUES (1, 'authority', '376', 's', $$Start period$$,
14979 FALSE, FALSE, FALSE);
14980 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14981                                  repeatable, mandatory, hidden)
14982 VALUES (1, 'authority', '376', 't', $$End period$$,
14983 FALSE, FALSE, FALSE);
14984 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14985                                  repeatable, mandatory, hidden)
14986 VALUES (1, 'authority', '376', 'u', $$Uniform Resource Identifier$$,
14987 TRUE, FALSE, FALSE);
14988 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14989                                  repeatable, mandatory, hidden)
14990 VALUES (1, 'authority', '376', 'v', $$Source of information$$,
14991 TRUE, FALSE, FALSE);
14992 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14993                                  repeatable, mandatory, hidden)
14994 VALUES (1, 'authority', '376', '0', $$Record control number$$,
14995 TRUE, FALSE, FALSE);
14996 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14997                                  repeatable, mandatory, hidden)
14998 VALUES (1, 'authority', '376', '2', $$Source of term$$,
14999 FALSE, FALSE, FALSE);
15000 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15001                                  repeatable, mandatory, hidden)
15002 VALUES (1, 'authority', '376', '6', $$Linkage$$,
15003 FALSE, FALSE, FALSE);
15004 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15005                                  repeatable, mandatory, hidden)
15006 VALUES (1, 'authority', '376', '8', $$Field link and sequence number$$,
15007 TRUE, FALSE, FALSE);
15008 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15009                               fixed_field, repeatable, mandatory, hidden)
15010 VALUES (1, 'authority', '377', $$Associated Language$$, $$: the language a person uses when writing for publication, broadcasting, etc.$$,
15011 FALSE, TRUE, FALSE, FALSE);
15012 INSERT INTO config.record_attr_definition(name, label)
15013 VALUES ('marc21_authority_377_ind_1', 'MARC 21 authority field 377 indicator position 1');
15014 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15015 VALUES ('marc21_authority_377_ind_1', '#', $$Undefined$$, FALSE, TRUE);
15016 INSERT INTO config.record_attr_definition(name, label)
15017 VALUES ('marc21_authority_377_ind_2', 'MARC 21 authority field 377 indicator position 2');
15018 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15019 VALUES ('marc21_authority_377_ind_2', '#', $$MARC language code$$, FALSE, TRUE);
15020 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15021 VALUES ('marc21_authority_377_ind_2', '7', $$Source specified in $2$$, FALSE, TRUE);
15022 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15023                                  repeatable, mandatory, hidden)
15024 VALUES (1, 'authority', '377', 'a', $$Language code$$,
15025 TRUE, FALSE, FALSE);
15026 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15027                                  repeatable, mandatory, hidden)
15028 VALUES (1, 'authority', '377', '2', $$Source of term$$,
15029 FALSE, FALSE, FALSE);
15030 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15031                                  repeatable, mandatory, hidden)
15032 VALUES (1, 'authority', '377', '6', $$Linkage$$,
15033 FALSE, FALSE, FALSE);
15034 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15035                                  repeatable, mandatory, hidden)
15036 VALUES (1, 'authority', '377', '8', $$Field link and sequence number$$,
15037 TRUE, FALSE, FALSE);
15038 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15039                               fixed_field, repeatable, mandatory, hidden)
15040 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.$$,
15041 FALSE, TRUE, FALSE, FALSE);
15042 INSERT INTO config.record_attr_definition(name, label)
15043 VALUES ('marc21_authority_380_ind_1', 'MARC 21 authority field 380 indicator position 1');
15044 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15045 VALUES ('marc21_authority_380_ind_1', '#', $$Undefined$$, FALSE, TRUE);
15046 INSERT INTO config.record_attr_definition(name, label)
15047 VALUES ('marc21_authority_380_ind_2', 'MARC 21 authority field 380 indicator position 2');
15048 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15049 VALUES ('marc21_authority_380_ind_2', '#', $$Undefined$$, FALSE, TRUE);
15050 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15051                                  repeatable, mandatory, hidden)
15052 VALUES (1, 'authority', '380', 'a', $$Form of work$$,
15053 TRUE, FALSE, FALSE);
15054 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15055                                  repeatable, mandatory, hidden)
15056 VALUES (1, 'authority', '380', '0', $$Record control number$$,
15057 TRUE, FALSE, FALSE);
15058 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15059                                  repeatable, mandatory, hidden)
15060 VALUES (1, 'authority', '380', '2', $$Source of term$$,
15061 FALSE, FALSE, FALSE);
15062 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15063                                  repeatable, mandatory, hidden)
15064 VALUES (1, 'authority', '380', '6', $$Linkage$$,
15065 FALSE, FALSE, FALSE);
15066 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15067                                  repeatable, mandatory, hidden)
15068 VALUES (1, 'authority', '380', '8', $$Field link and sequence number$$,
15069 TRUE, FALSE, FALSE);
15070 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15071                               fixed_field, repeatable, mandatory, hidden)
15072 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.$$,
15073 FALSE, TRUE, FALSE, FALSE);
15074 INSERT INTO config.record_attr_definition(name, label)
15075 VALUES ('marc21_authority_381_ind_1', 'MARC 21 authority field 381 indicator position 1');
15076 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15077 VALUES ('marc21_authority_381_ind_1', '#', $$Undefined$$, FALSE, TRUE);
15078 INSERT INTO config.record_attr_definition(name, label)
15079 VALUES ('marc21_authority_381_ind_2', 'MARC 21 authority field 381 indicator position 2');
15080 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15081 VALUES ('marc21_authority_381_ind_2', '#', $$Undefined$$, FALSE, TRUE);
15082 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15083                                  repeatable, mandatory, hidden)
15084 VALUES (1, 'authority', '381', 'a', $$Other distinguishing characteristic$$,
15085 TRUE, FALSE, FALSE);
15086 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15087                                  repeatable, mandatory, hidden)
15088 VALUES (1, 'authority', '381', 'u', $$Uniform Resource Identifier$$,
15089 TRUE, FALSE, FALSE);
15090 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15091                                  repeatable, mandatory, hidden)
15092 VALUES (1, 'authority', '381', 'v', $$Source of information$$,
15093 TRUE, FALSE, FALSE);
15094 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15095                                  repeatable, mandatory, hidden)
15096 VALUES (1, 'authority', '381', '0', $$Record control number$$,
15097 TRUE, FALSE, FALSE);
15098 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15099                                  repeatable, mandatory, hidden)
15100 VALUES (1, 'authority', '381', '2', $$Source of term$$,
15101 FALSE, FALSE, FALSE);
15102 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15103                                  repeatable, mandatory, hidden)
15104 VALUES (1, 'authority', '381', '6', $$Linkage$$,
15105 FALSE, FALSE, FALSE);
15106 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15107                                  repeatable, mandatory, hidden)
15108 VALUES (1, 'authority', '381', '8', $$Field link and sequence number$$,
15109 TRUE, FALSE, FALSE);
15110 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15111                               fixed_field, repeatable, mandatory, hidden)
15112 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.$$,
15113 FALSE, TRUE, FALSE, FALSE);
15114 INSERT INTO config.record_attr_definition(name, label)
15115 VALUES ('marc21_authority_382_ind_1', 'MARC 21 authority field 382 indicator position 1');
15116 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15117 VALUES ('marc21_authority_382_ind_1', '#', $$Undefined$$, FALSE, TRUE);
15118 INSERT INTO config.record_attr_definition(name, label)
15119 VALUES ('marc21_authority_382_ind_2', 'MARC 21 authority field 382 indicator position 2');
15120 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15121 VALUES ('marc21_authority_382_ind_2', '#', $$Undefined$$, FALSE, TRUE);
15122 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15123                                  repeatable, mandatory, hidden)
15124 VALUES (1, 'authority', '382', 'a', $$Medium of performance$$,
15125 TRUE, FALSE, FALSE);
15126 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15127                                  repeatable, mandatory, hidden)
15128 VALUES (1, 'authority', '382', '0', $$Record control number$$,
15129 TRUE, FALSE, FALSE);
15130 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15131                                  repeatable, mandatory, hidden)
15132 VALUES (1, 'authority', '382', '2', $$Source of term$$,
15133 FALSE, FALSE, FALSE);
15134 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15135                                  repeatable, mandatory, hidden)
15136 VALUES (1, 'authority', '382', '6', $$Linkage$$,
15137 FALSE, FALSE, FALSE);
15138 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15139                                  repeatable, mandatory, hidden)
15140 VALUES (1, 'authority', '382', '8', $$Field link and sequence number$$,
15141 TRUE, FALSE, FALSE);
15142 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15143                               fixed_field, repeatable, mandatory, hidden)
15144 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.$$,
15145 FALSE, TRUE, FALSE, FALSE);
15146 INSERT INTO config.record_attr_definition(name, label)
15147 VALUES ('marc21_authority_383_ind_1', 'MARC 21 authority field 383 indicator position 1');
15148 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15149 VALUES ('marc21_authority_383_ind_1', '#', $$Undefined$$, FALSE, TRUE);
15150 INSERT INTO config.record_attr_definition(name, label)
15151 VALUES ('marc21_authority_383_ind_2', 'MARC 21 authority field 383 indicator position 2');
15152 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15153 VALUES ('marc21_authority_383_ind_2', '#', $$Undefined$$, FALSE, TRUE);
15154 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15155                                  repeatable, mandatory, hidden)
15156 VALUES (1, 'authority', '383', 'a', $$Serial number$$,
15157 TRUE, FALSE, FALSE);
15158 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15159                                  repeatable, mandatory, hidden)
15160 VALUES (1, 'authority', '383', 'b', $$Opus number$$,
15161 TRUE, FALSE, FALSE);
15162 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15163                                  repeatable, mandatory, hidden)
15164 VALUES (1, 'authority', '383', 'c', $$Thematic index number$$,
15165 TRUE, FALSE, FALSE);
15166 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15167                                  repeatable, mandatory, hidden)
15168 VALUES (1, 'authority', '383', '6', $$Linkage$$,
15169 FALSE, FALSE, FALSE);
15170 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15171                                  repeatable, mandatory, hidden)
15172 VALUES (1, 'authority', '383', '8', $$Field link and sequence number$$,
15173 TRUE, FALSE, FALSE);
15174 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15175                               fixed_field, repeatable, mandatory, hidden)
15176 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.$$,
15177 FALSE, FALSE, FALSE, FALSE);
15178 INSERT INTO config.record_attr_definition(name, label)
15179 VALUES ('marc21_authority_384_ind_1', 'MARC 21 authority field 384 indicator position 1');
15180 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15181 VALUES ('marc21_authority_384_ind_1', '#', $$Relationship to original unknown$$, FALSE, TRUE);
15182 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15183 VALUES ('marc21_authority_384_ind_1', '0', $$Original key$$, FALSE, TRUE);
15184 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15185 VALUES ('marc21_authority_384_ind_1', '1', $$Transposed key$$, FALSE, TRUE);
15186 INSERT INTO config.record_attr_definition(name, label)
15187 VALUES ('marc21_authority_384_ind_2', 'MARC 21 authority field 384 indicator position 2');
15188 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15189 VALUES ('marc21_authority_384_ind_2', '#', $$Undefined$$, FALSE, TRUE);
15190 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15191                                  repeatable, mandatory, hidden)
15192 VALUES (1, 'authority', '384', 'a', $$Key$$,
15193 FALSE, FALSE, FALSE);
15194 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15195                                  repeatable, mandatory, hidden)
15196 VALUES (1, 'authority', '384', '6', $$Linkage$$,
15197 FALSE, FALSE, FALSE);
15198 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15199                                  repeatable, mandatory, hidden)
15200 VALUES (1, 'authority', '384', '8', $$Field link and sequence number$$,
15201 TRUE, FALSE, FALSE);
15202 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15203                               fixed_field, repeatable, mandatory, hidden)
15204 VALUES (1, 'authority', '400', $$See From Tracing-Personal Name$$, $$Tracing for a personal name reference.$$,
15205 FALSE, TRUE, FALSE, FALSE);
15206 INSERT INTO config.record_attr_definition(name, label)
15207 VALUES ('marc21_authority_400_ind_1', 'MARC 21 authority field 400 indicator position 1');
15208 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15209 VALUES ('marc21_authority_400_ind_1', '0', $$Forename$$, FALSE, TRUE);
15210 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15211 VALUES ('marc21_authority_400_ind_1', '1', $$Surname$$, FALSE, TRUE);
15212 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15213 VALUES ('marc21_authority_400_ind_1', '3', $$Family name$$, FALSE, TRUE);
15214 INSERT INTO config.record_attr_definition(name, label)
15215 VALUES ('marc21_authority_400_ind_2', 'MARC 21 authority field 400 indicator position 2');
15216 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15217 VALUES ('marc21_authority_400_ind_2', '#', $$Undefined$$, FALSE, TRUE);
15218 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15219                                  repeatable, mandatory, hidden)
15220 VALUES (1, 'authority', '400', 'a', $$Personal name$$,
15221 FALSE, FALSE, FALSE);
15222 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15223                                  repeatable, mandatory, hidden)
15224 VALUES (1, 'authority', '400', 'b', $$Numeration$$,
15225 FALSE, FALSE, FALSE);
15226 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15227                                  repeatable, mandatory, hidden)
15228 VALUES (1, 'authority', '400', 'c', $$Titles and other words associated with a name$$,
15229 TRUE, FALSE, FALSE);
15230 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15231                                  repeatable, mandatory, hidden)
15232 VALUES (1, 'authority', '400', 'd', $$Dates associated with a name$$,
15233 FALSE, FALSE, FALSE);
15234 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15235                                  repeatable, mandatory, hidden)
15236 VALUES (1, 'authority', '400', 'e', $$Relator term$$,
15237 TRUE, FALSE, FALSE);
15238 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15239                                  repeatable, mandatory, hidden)
15240 VALUES (1, 'authority', '400', 'f', $$Date of a work$$,
15241 FALSE, FALSE, FALSE);
15242 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15243                                  repeatable, mandatory, hidden)
15244 VALUES (1, 'authority', '400', 'g', $$Miscellaneous information$$,
15245 FALSE, FALSE, FALSE);
15246 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15247                                  repeatable, mandatory, hidden)
15248 VALUES (1, 'authority', '400', 'h', $$Medium$$,
15249 FALSE, FALSE, FALSE);
15250 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15251                                  repeatable, mandatory, hidden)
15252 VALUES (1, 'authority', '400', 'i', $$Relationship information$$,
15253 TRUE, FALSE, FALSE);
15254 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15255                                  repeatable, mandatory, hidden)
15256 VALUES (1, 'authority', '400', 'j', $$Attribution qualifier$$,
15257 TRUE, FALSE, FALSE);
15258 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15259                                  repeatable, mandatory, hidden)
15260 VALUES (1, 'authority', '400', 'k', $$Form subheading$$,
15261 TRUE, FALSE, FALSE);
15262 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15263                                  repeatable, mandatory, hidden)
15264 VALUES (1, 'authority', '400', 'l', $$Language of a work$$,
15265 FALSE, FALSE, FALSE);
15266 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15267                                  repeatable, mandatory, hidden)
15268 VALUES (1, 'authority', '400', 'm', $$Medium of performance for music$$,
15269 TRUE, FALSE, FALSE);
15270 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15271                                  repeatable, mandatory, hidden)
15272 VALUES (1, 'authority', '400', 'n', $$Number of part/section of a work$$,
15273 TRUE, FALSE, FALSE);
15274 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15275                                  repeatable, mandatory, hidden)
15276 VALUES (1, 'authority', '400', 'o', $$Arranged statement for music$$,
15277 FALSE, FALSE, FALSE);
15278 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15279                                  repeatable, mandatory, hidden)
15280 VALUES (1, 'authority', '400', 'p', $$Name of part/section of a work$$,
15281 TRUE, FALSE, FALSE);
15282 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15283                                  repeatable, mandatory, hidden)
15284 VALUES (1, 'authority', '400', 'q', $$Fuller form of name$$,
15285 FALSE, FALSE, FALSE);
15286 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15287                                  repeatable, mandatory, hidden)
15288 VALUES (1, 'authority', '400', 'r', $$Key for music$$,
15289 FALSE, FALSE, FALSE);
15290 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15291                                  repeatable, mandatory, hidden)
15292 VALUES (1, 'authority', '400', 's', $$Version$$,
15293 FALSE, FALSE, FALSE);
15294 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15295                                  repeatable, mandatory, hidden)
15296 VALUES (1, 'authority', '400', 't', $$Title of a work$$,
15297 FALSE, FALSE, FALSE);
15298 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15299                                  repeatable, mandatory, hidden)
15300 VALUES (1, 'authority', '400', 'v', $$Form subdivision$$,
15301 TRUE, FALSE, FALSE);
15302 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15303                                  repeatable, mandatory, hidden)
15304 VALUES (1, 'authority', '400', 'w', $$Control subfield$$,
15305 FALSE, FALSE, FALSE);
15306 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15307                                  repeatable, mandatory, hidden)
15308 VALUES (1, 'authority', '400', 'x', $$General subdivision$$,
15309 TRUE, FALSE, FALSE);
15310 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15311                                  repeatable, mandatory, hidden)
15312 VALUES (1, 'authority', '400', 'y', $$Chronological subdivision$$,
15313 TRUE, FALSE, FALSE);
15314 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15315                                  repeatable, mandatory, hidden)
15316 VALUES (1, 'authority', '400', 'z', $$Geographic subdivision$$,
15317 TRUE, FALSE, FALSE);
15318 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15319                                  repeatable, mandatory, hidden)
15320 VALUES (1, 'authority', '400', '4', $$Relationship code$$,
15321 TRUE, FALSE, FALSE);
15322 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15323                                  repeatable, mandatory, hidden)
15324 VALUES (1, 'authority', '400', '5', $$Institution to which field applies$$,
15325 TRUE, FALSE, FALSE);
15326 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15327                                  repeatable, mandatory, hidden)
15328 VALUES (1, 'authority', '400', '6', $$Linkage$$,
15329 FALSE, FALSE, FALSE);
15330 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15331                                  repeatable, mandatory, hidden)
15332 VALUES (1, 'authority', '400', '8', $$Field link and sequence number$$,
15333 TRUE, FALSE, FALSE);
15334 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15335                               fixed_field, repeatable, mandatory, hidden)
15336 VALUES (1, 'authority', '410', $$See From Tracing-Corporate Name$$, $$Tracing for a corporate name reference.$$,
15337 FALSE, TRUE, FALSE, FALSE);
15338 INSERT INTO config.record_attr_definition(name, label)
15339 VALUES ('marc21_authority_410_ind_1', 'MARC 21 authority field 410 indicator position 1');
15340 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15341 VALUES ('marc21_authority_410_ind_1', '0', $$Inverted name$$, FALSE, TRUE);
15342 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15343 VALUES ('marc21_authority_410_ind_1', '1', $$Jurisdiction name$$, FALSE, TRUE);
15344 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15345 VALUES ('marc21_authority_410_ind_1', '2', $$Name in direct order$$, FALSE, TRUE);
15346 INSERT INTO config.record_attr_definition(name, label)
15347 VALUES ('marc21_authority_410_ind_2', 'MARC 21 authority field 410 indicator position 2');
15348 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15349 VALUES ('marc21_authority_410_ind_2', '#', $$Undefined$$, FALSE, TRUE);
15350 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15351                                  repeatable, mandatory, hidden)
15352 VALUES (1, 'authority', '410', 'a', $$Corporate name or jurisdiction name as entry element$$,
15353 FALSE, FALSE, FALSE);
15354 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15355                                  repeatable, mandatory, hidden)
15356 VALUES (1, 'authority', '410', 'b', $$Subordinate unit$$,
15357 TRUE, FALSE, FALSE);
15358 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15359                                  repeatable, mandatory, hidden)
15360 VALUES (1, 'authority', '410', 'c', $$Location of meeting$$,
15361 FALSE, FALSE, FALSE);
15362 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15363                                  repeatable, mandatory, hidden)
15364 VALUES (1, 'authority', '410', 'd', $$Date of meeting or treaty signing$$,
15365 TRUE, FALSE, FALSE);
15366 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15367                                  repeatable, mandatory, hidden)
15368 VALUES (1, 'authority', '410', 'e', $$Relator term$$,
15369 TRUE, FALSE, FALSE);
15370 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15371                                  repeatable, mandatory, hidden)
15372 VALUES (1, 'authority', '410', 'f', $$Date of a work$$,
15373 FALSE, FALSE, FALSE);
15374 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15375                                  repeatable, mandatory, hidden)
15376 VALUES (1, 'authority', '410', 'g', $$Miscellaneous information$$,
15377 FALSE, FALSE, FALSE);
15378 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15379                                  repeatable, mandatory, hidden)
15380 VALUES (1, 'authority', '410', 'h', $$Medium$$,
15381 FALSE, FALSE, FALSE);
15382 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15383                                  repeatable, mandatory, hidden)
15384 VALUES (1, 'authority', '410', 'i', $$Relationship information$$,
15385 TRUE, FALSE, FALSE);
15386 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15387                                  repeatable, mandatory, hidden)
15388 VALUES (1, 'authority', '410', 'k', $$Form subheading$$,
15389 TRUE, FALSE, FALSE);
15390 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15391                                  repeatable, mandatory, hidden)
15392 VALUES (1, 'authority', '410', 'l', $$Language of a work$$,
15393 FALSE, FALSE, FALSE);
15394 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15395                                  repeatable, mandatory, hidden)
15396 VALUES (1, 'authority', '410', 'm', $$Medium of performance for music$$,
15397 TRUE, FALSE, FALSE);
15398 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15399                                  repeatable, mandatory, hidden)
15400 VALUES (1, 'authority', '410', 'n', $$Number of part/section/meeting$$,
15401 TRUE, FALSE, FALSE);
15402 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15403                                  repeatable, mandatory, hidden)
15404 VALUES (1, 'authority', '410', 'o', $$Arranged statement for music$$,
15405 FALSE, FALSE, FALSE);
15406 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15407                                  repeatable, mandatory, hidden)
15408 VALUES (1, 'authority', '410', 'p', $$Name of part/section of a work$$,
15409 TRUE, FALSE, FALSE);
15410 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15411                                  repeatable, mandatory, hidden)
15412 VALUES (1, 'authority', '410', 'r', $$Key for music$$,
15413 FALSE, FALSE, FALSE);
15414 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15415                                  repeatable, mandatory, hidden)
15416 VALUES (1, 'authority', '410', 's', $$Version$$,
15417 FALSE, FALSE, FALSE);
15418 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15419                                  repeatable, mandatory, hidden)
15420 VALUES (1, 'authority', '410', 't', $$Title of a work$$,
15421 FALSE, FALSE, FALSE);
15422 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15423                                  repeatable, mandatory, hidden)
15424 VALUES (1, 'authority', '410', 'v', $$Form subdivision$$,
15425 TRUE, FALSE, FALSE);
15426 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15427                                  repeatable, mandatory, hidden)
15428 VALUES (1, 'authority', '410', 'w', $$Control subfield$$,
15429 FALSE, FALSE, FALSE);
15430 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15431                                  repeatable, mandatory, hidden)
15432 VALUES (1, 'authority', '410', 'x', $$General subdivision$$,
15433 TRUE, FALSE, FALSE);
15434 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15435                                  repeatable, mandatory, hidden)
15436 VALUES (1, 'authority', '410', 'y', $$Chronological subdivision$$,
15437 TRUE, FALSE, FALSE);
15438 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15439                                  repeatable, mandatory, hidden)
15440 VALUES (1, 'authority', '410', 'z', $$Geographic subdivision$$,
15441 TRUE, FALSE, FALSE);
15442 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15443                                  repeatable, mandatory, hidden)
15444 VALUES (1, 'authority', '410', '4', $$Relationship code$$,
15445 TRUE, FALSE, FALSE);
15446 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15447                                  repeatable, mandatory, hidden)
15448 VALUES (1, 'authority', '410', '5', $$Institution to which field applies$$,
15449 TRUE, FALSE, FALSE);
15450 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15451                                  repeatable, mandatory, hidden)
15452 VALUES (1, 'authority', '410', '6', $$Linkage$$,
15453 FALSE, FALSE, FALSE);
15454 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15455                                  repeatable, mandatory, hidden)
15456 VALUES (1, 'authority', '410', '8', $$Field link and sequence number$$,
15457 TRUE, FALSE, FALSE);
15458 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15459                               fixed_field, repeatable, mandatory, hidden)
15460 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.$$,
15461 FALSE, TRUE, FALSE, FALSE);
15462 INSERT INTO config.record_attr_definition(name, label)
15463 VALUES ('marc21_authority_411_ind_1', 'MARC 21 authority field 411 indicator position 1');
15464 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15465 VALUES ('marc21_authority_411_ind_1', '0', $$Inverted name$$, FALSE, TRUE);
15466 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15467 VALUES ('marc21_authority_411_ind_1', '1', $$Jurisdiction name$$, FALSE, TRUE);
15468 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15469 VALUES ('marc21_authority_411_ind_1', '2', $$Name in direct order$$, FALSE, TRUE);
15470 INSERT INTO config.record_attr_definition(name, label)
15471 VALUES ('marc21_authority_411_ind_2', 'MARC 21 authority field 411 indicator position 2');
15472 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15473 VALUES ('marc21_authority_411_ind_2', '#', $$Undefined$$, FALSE, TRUE);
15474 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15475                                  repeatable, mandatory, hidden)
15476 VALUES (1, 'authority', '411', 'a', $$Meeting name or jurisdiction name as entry element$$,
15477 FALSE, FALSE, FALSE);
15478 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15479                                  repeatable, mandatory, hidden)
15480 VALUES (1, 'authority', '411', 'c', $$Location of meeting$$,
15481 FALSE, FALSE, FALSE);
15482 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15483                                  repeatable, mandatory, hidden)
15484 VALUES (1, 'authority', '411', 'd', $$Date of meeting$$,
15485 FALSE, FALSE, FALSE);
15486 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15487                                  repeatable, mandatory, hidden)
15488 VALUES (1, 'authority', '411', 'e', $$Subordinate unit$$,
15489 TRUE, FALSE, FALSE);
15490 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15491                                  repeatable, mandatory, hidden)
15492 VALUES (1, 'authority', '411', 'f', $$Date of a work$$,
15493 FALSE, FALSE, FALSE);
15494 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15495                                  repeatable, mandatory, hidden)
15496 VALUES (1, 'authority', '411', 'g', $$Miscellaneous information$$,
15497 FALSE, FALSE, FALSE);
15498 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15499                                  repeatable, mandatory, hidden)
15500 VALUES (1, 'authority', '411', 'h', $$Medium$$,
15501 FALSE, FALSE, FALSE);
15502 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15503                                  repeatable, mandatory, hidden)
15504 VALUES (1, 'authority', '411', 'i', $$Relationship information$$,
15505 TRUE, FALSE, FALSE);
15506 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15507                                  repeatable, mandatory, hidden)
15508 VALUES (1, 'authority', '411', 'j', $$Relator term$$,
15509 TRUE, FALSE, FALSE);
15510 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15511                                  repeatable, mandatory, hidden)
15512 VALUES (1, 'authority', '411', 'k', $$Form subheading$$,
15513 TRUE, FALSE, FALSE);
15514 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15515                                  repeatable, mandatory, hidden)
15516 VALUES (1, 'authority', '411', 'l', $$Language of a work$$,
15517 FALSE, FALSE, FALSE);
15518 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15519                                  repeatable, mandatory, hidden)
15520 VALUES (1, 'authority', '411', 'n', $$Number of part/section/meeting$$,
15521 TRUE, FALSE, FALSE);
15522 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15523                                  repeatable, mandatory, hidden)
15524 VALUES (1, 'authority', '411', 'p', $$Name of part/section of a work$$,
15525 TRUE, FALSE, FALSE);
15526 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15527                                  repeatable, mandatory, hidden)
15528 VALUES (1, 'authority', '411', 'q', $$Name of meeting following jurisdiction name entry element$$,
15529 FALSE, FALSE, FALSE);
15530 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15531                                  repeatable, mandatory, hidden)
15532 VALUES (1, 'authority', '411', 's', $$Version$$,
15533 FALSE, FALSE, FALSE);
15534 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15535                                  repeatable, mandatory, hidden)
15536 VALUES (1, 'authority', '411', 't', $$Title of a work$$,
15537 FALSE, FALSE, FALSE);
15538 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15539                                  repeatable, mandatory, hidden)
15540 VALUES (1, 'authority', '411', 'v', $$Form subdivision$$,
15541 TRUE, FALSE, FALSE);
15542 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15543                                  repeatable, mandatory, hidden)
15544 VALUES (1, 'authority', '411', 'w', $$Control subfield$$,
15545 FALSE, FALSE, FALSE);
15546 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15547                                  repeatable, mandatory, hidden)
15548 VALUES (1, 'authority', '411', 'x', $$General subdivision$$,
15549 TRUE, FALSE, FALSE);
15550 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15551                                  repeatable, mandatory, hidden)
15552 VALUES (1, 'authority', '411', 'y', $$Chronological subdivision$$,
15553 TRUE, FALSE, FALSE);
15554 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15555                                  repeatable, mandatory, hidden)
15556 VALUES (1, 'authority', '411', 'z', $$Geographic subdivision$$,
15557 TRUE, FALSE, FALSE);
15558 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15559                                  repeatable, mandatory, hidden)
15560 VALUES (1, 'authority', '411', '4', $$Relationship code$$,
15561 TRUE, FALSE, FALSE);
15562 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15563                                  repeatable, mandatory, hidden)
15564 VALUES (1, 'authority', '411', '5', $$Institution to which field applies$$,
15565 TRUE, FALSE, FALSE);
15566 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15567                                  repeatable, mandatory, hidden)
15568 VALUES (1, 'authority', '411', '6', $$Linkage$$,
15569 FALSE, FALSE, FALSE);
15570 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15571                                  repeatable, mandatory, hidden)
15572 VALUES (1, 'authority', '411', '8', $$Field link and sequence number$$,
15573 TRUE, FALSE, FALSE);
15574 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15575                               fixed_field, repeatable, mandatory, hidden)
15576 VALUES (1, 'authority', '430', $$See From Tracing-Uniform Title$$, $$Tracing for a uniform title reference.$$,
15577 FALSE, TRUE, FALSE, FALSE);
15578 INSERT INTO config.record_attr_definition(name, label)
15579 VALUES ('marc21_authority_430_ind_1', 'MARC 21 authority field 430 indicator position 1');
15580 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15581 VALUES ('marc21_authority_430_ind_1', '#', $$Undefined$$, FALSE, TRUE);
15582 INSERT INTO config.record_attr_definition(name, label)
15583 VALUES ('marc21_authority_430_ind_2', 'MARC 21 authority field 430 indicator position 2');
15584 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15585 VALUES ('marc21_authority_430_ind_2', '0', $$No nonfiling characters$$, FALSE, TRUE);
15586 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15587 VALUES ('marc21_authority_430_ind_2', '1', $$Number of nonfiling characters - 1$$, FALSE, TRUE);
15588 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15589 VALUES ('marc21_authority_430_ind_2', '2', $$Number of nonfiling characters - 2$$, FALSE, TRUE);
15590 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15591 VALUES ('marc21_authority_430_ind_2', '3', $$Number of nonfiling characters - 3$$, FALSE, TRUE);
15592 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15593 VALUES ('marc21_authority_430_ind_2', '4', $$Number of nonfiling characters - 4$$, FALSE, TRUE);
15594 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15595 VALUES ('marc21_authority_430_ind_2', '5', $$Number of nonfiling characters - 5$$, FALSE, TRUE);
15596 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15597 VALUES ('marc21_authority_430_ind_2', '6', $$Number of nonfiling characters - 6$$, FALSE, TRUE);
15598 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15599 VALUES ('marc21_authority_430_ind_2', '7', $$Number of nonfiling characters - 7$$, FALSE, TRUE);
15600 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15601 VALUES ('marc21_authority_430_ind_2', '8', $$Number of nonfiling characters - 8$$, FALSE, TRUE);
15602 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15603 VALUES ('marc21_authority_430_ind_2', '9', $$Number of nonfiling characters - 9$$, FALSE, TRUE);
15604 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15605                                  repeatable, mandatory, hidden)
15606 VALUES (1, 'authority', '430', 'a', $$Uniform title$$,
15607 FALSE, FALSE, FALSE);
15608 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15609                                  repeatable, mandatory, hidden)
15610 VALUES (1, 'authority', '430', 'd', $$Date of treaty signing$$,
15611 TRUE, FALSE, FALSE);
15612 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15613                                  repeatable, mandatory, hidden)
15614 VALUES (1, 'authority', '430', 'f', $$Date of a work$$,
15615 FALSE, FALSE, FALSE);
15616 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15617                                  repeatable, mandatory, hidden)
15618 VALUES (1, 'authority', '430', 'g', $$Miscellaneous information$$,
15619 FALSE, FALSE, FALSE);
15620 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15621                                  repeatable, mandatory, hidden)
15622 VALUES (1, 'authority', '430', 'h', $$Medium$$,
15623 FALSE, FALSE, FALSE);
15624 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15625                                  repeatable, mandatory, hidden)
15626 VALUES (1, 'authority', '430', 'i', $$Relationship information$$,
15627 TRUE, FALSE, FALSE);
15628 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15629                                  repeatable, mandatory, hidden)
15630 VALUES (1, 'authority', '430', 'k', $$Form subheading$$,
15631 TRUE, FALSE, FALSE);
15632 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15633                                  repeatable, mandatory, hidden)
15634 VALUES (1, 'authority', '430', 'l', $$Language of a work$$,
15635 FALSE, FALSE, FALSE);
15636 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15637                                  repeatable, mandatory, hidden)
15638 VALUES (1, 'authority', '430', 'm', $$Medium of performance for music$$,
15639 TRUE, FALSE, FALSE);
15640 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15641                                  repeatable, mandatory, hidden)
15642 VALUES (1, 'authority', '430', 'n', $$Number of part/section of a work$$,
15643 TRUE, FALSE, FALSE);
15644 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15645                                  repeatable, mandatory, hidden)
15646 VALUES (1, 'authority', '430', 'o', $$Arranged statement for music$$,
15647 FALSE, FALSE, FALSE);
15648 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15649                                  repeatable, mandatory, hidden)
15650 VALUES (1, 'authority', '430', 'p', $$Name of part/section of a work$$,
15651 TRUE, FALSE, FALSE);
15652 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15653                                  repeatable, mandatory, hidden)
15654 VALUES (1, 'authority', '430', 'r', $$Key for music$$,
15655 FALSE, FALSE, FALSE);
15656 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15657                                  repeatable, mandatory, hidden)
15658 VALUES (1, 'authority', '430', 's', $$Version$$,
15659 FALSE, FALSE, FALSE);
15660 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15661                                  repeatable, mandatory, hidden)
15662 VALUES (1, 'authority', '430', 't', $$Title of a work$$,
15663 FALSE, FALSE, FALSE);
15664 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15665                                  repeatable, mandatory, hidden)
15666 VALUES (1, 'authority', '430', 'v', $$Form subdivision$$,
15667 TRUE, FALSE, FALSE);
15668 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15669                                  repeatable, mandatory, hidden)
15670 VALUES (1, 'authority', '430', 'w', $$Control subfield$$,
15671 FALSE, FALSE, FALSE);
15672 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15673                                  repeatable, mandatory, hidden)
15674 VALUES (1, 'authority', '430', 'x', $$General subdivision$$,
15675 TRUE, FALSE, FALSE);
15676 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15677                                  repeatable, mandatory, hidden)
15678 VALUES (1, 'authority', '430', 'y', $$Chronological subdivision$$,
15679 TRUE, FALSE, FALSE);
15680 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15681                                  repeatable, mandatory, hidden)
15682 VALUES (1, 'authority', '430', 'z', $$Geographic subdivision$$,
15683 TRUE, FALSE, FALSE);
15684 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15685                                  repeatable, mandatory, hidden)
15686 VALUES (1, 'authority', '430', '4', $$Relationship code$$,
15687 TRUE, FALSE, FALSE);
15688 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15689                                  repeatable, mandatory, hidden)
15690 VALUES (1, 'authority', '430', '5', $$Institution to which field applies$$,
15691 TRUE, FALSE, FALSE);
15692 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15693                                  repeatable, mandatory, hidden)
15694 VALUES (1, 'authority', '430', '6', $$Linkage$$,
15695 FALSE, FALSE, FALSE);
15696 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15697                                  repeatable, mandatory, hidden)
15698 VALUES (1, 'authority', '430', '8', $$Field link and sequence number$$,
15699 TRUE, FALSE, FALSE);
15700 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15701                               fixed_field, repeatable, mandatory, hidden)
15702 VALUES (1, 'authority', '448', $$See From Tracing-Chronological Term$$, $$Tracing for a chronological term reference.$$,
15703 FALSE, TRUE, FALSE, FALSE);
15704 INSERT INTO config.record_attr_definition(name, label)
15705 VALUES ('marc21_authority_448_ind_1', 'MARC 21 authority field 448 indicator position 1');
15706 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15707 VALUES ('marc21_authority_448_ind_1', '#', $$Undefined$$, FALSE, TRUE);
15708 INSERT INTO config.record_attr_definition(name, label)
15709 VALUES ('marc21_authority_448_ind_2', 'MARC 21 authority field 448 indicator position 2');
15710 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15711 VALUES ('marc21_authority_448_ind_2', '#', $$Undefined$$, FALSE, TRUE);
15712 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15713                                  repeatable, mandatory, hidden)
15714 VALUES (1, 'authority', '448', 'a', $$Chronological term$$,
15715 FALSE, FALSE, FALSE);
15716 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15717                                  repeatable, mandatory, hidden)
15718 VALUES (1, 'authority', '448', 'i', $$Relationship information$$,
15719 TRUE, FALSE, FALSE);
15720 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15721                                  repeatable, mandatory, hidden)
15722 VALUES (1, 'authority', '448', 'v', $$Form subdivision$$,
15723 TRUE, FALSE, FALSE);
15724 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15725                                  repeatable, mandatory, hidden)
15726 VALUES (1, 'authority', '448', 'w', $$Control subfield$$,
15727 FALSE, FALSE, FALSE);
15728 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15729                                  repeatable, mandatory, hidden)
15730 VALUES (1, 'authority', '448', 'x', $$General subdivision$$,
15731 TRUE, FALSE, FALSE);
15732 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15733                                  repeatable, mandatory, hidden)
15734 VALUES (1, 'authority', '448', 'y', $$Chronological subdivision$$,
15735 TRUE, FALSE, FALSE);
15736 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15737                                  repeatable, mandatory, hidden)
15738 VALUES (1, 'authority', '448', 'z', $$Geographic subdivision$$,
15739 TRUE, FALSE, FALSE);
15740 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15741                                  repeatable, mandatory, hidden)
15742 VALUES (1, 'authority', '448', '4', $$Relationship code$$,
15743 TRUE, FALSE, FALSE);
15744 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15745                                  repeatable, mandatory, hidden)
15746 VALUES (1, 'authority', '448', '5', $$Institution to which field applies$$,
15747 TRUE, FALSE, FALSE);
15748 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15749                                  repeatable, mandatory, hidden)
15750 VALUES (1, 'authority', '448', '6', $$Linkage$$,
15751 FALSE, FALSE, FALSE);
15752 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15753                                  repeatable, mandatory, hidden)
15754 VALUES (1, 'authority', '448', '8', $$Field link and sequence number$$,
15755 TRUE, FALSE, FALSE);
15756 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15757                               fixed_field, repeatable, mandatory, hidden)
15758 VALUES (1, 'authority', '450', $$See From Tracing-Topical Term$$, $$Tracing for a topical term reference.$$,
15759 FALSE, TRUE, FALSE, FALSE);
15760 INSERT INTO config.record_attr_definition(name, label)
15761 VALUES ('marc21_authority_450_ind_1', 'MARC 21 authority field 450 indicator position 1');
15762 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15763 VALUES ('marc21_authority_450_ind_1', '#', $$Undefined$$, FALSE, TRUE);
15764 INSERT INTO config.record_attr_definition(name, label)
15765 VALUES ('marc21_authority_450_ind_2', 'MARC 21 authority field 450 indicator position 2');
15766 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15767 VALUES ('marc21_authority_450_ind_2', '#', $$Undefined$$, FALSE, TRUE);
15768 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15769                                  repeatable, mandatory, hidden)
15770 VALUES (1, 'authority', '450', 'a', $$Topical term or geographic name entry element$$,
15771 FALSE, FALSE, FALSE);
15772 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15773                                  repeatable, mandatory, hidden)
15774 VALUES (1, 'authority', '450', 'b', $$Topical term following geographic name entry element$$,
15775 FALSE, FALSE, FALSE);
15776 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15777                                  repeatable, mandatory, hidden)
15778 VALUES (1, 'authority', '450', 'i', $$Relationship information$$,
15779 TRUE, FALSE, FALSE);
15780 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15781                                  repeatable, mandatory, hidden)
15782 VALUES (1, 'authority', '450', 'v', $$Form subdivision$$,
15783 TRUE, FALSE, FALSE);
15784 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15785                                  repeatable, mandatory, hidden)
15786 VALUES (1, 'authority', '450', 'w', $$Control subfield$$,
15787 FALSE, FALSE, FALSE);
15788 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15789                                  repeatable, mandatory, hidden)
15790 VALUES (1, 'authority', '450', 'x', $$General subdivision$$,
15791 TRUE, FALSE, FALSE);
15792 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15793                                  repeatable, mandatory, hidden)
15794 VALUES (1, 'authority', '450', 'y', $$Chronological subdivision$$,
15795 TRUE, FALSE, FALSE);
15796 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15797                                  repeatable, mandatory, hidden)
15798 VALUES (1, 'authority', '450', 'z', $$Geographic subdivision$$,
15799 TRUE, FALSE, FALSE);
15800 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15801                                  repeatable, mandatory, hidden)
15802 VALUES (1, 'authority', '450', '4', $$Relationship code$$,
15803 TRUE, FALSE, FALSE);
15804 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15805                                  repeatable, mandatory, hidden)
15806 VALUES (1, 'authority', '450', '5', $$Institution to which field applies$$,
15807 TRUE, FALSE, FALSE);
15808 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15809                                  repeatable, mandatory, hidden)
15810 VALUES (1, 'authority', '450', '6', $$Linkage$$,
15811 FALSE, FALSE, FALSE);
15812 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15813                                  repeatable, mandatory, hidden)
15814 VALUES (1, 'authority', '450', '8', $$Field link and sequence number$$,
15815 TRUE, FALSE, FALSE);
15816 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15817                               fixed_field, repeatable, mandatory, hidden)
15818 VALUES (1, 'authority', '451', $$See From Tracing-Geographic Name$$, $$Tracing for a geographic name reference.$$,
15819 FALSE, TRUE, FALSE, FALSE);
15820 INSERT INTO config.record_attr_definition(name, label)
15821 VALUES ('marc21_authority_451_ind_1', 'MARC 21 authority field 451 indicator position 1');
15822 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15823 VALUES ('marc21_authority_451_ind_1', '#', $$Undefined$$, FALSE, TRUE);
15824 INSERT INTO config.record_attr_definition(name, label)
15825 VALUES ('marc21_authority_451_ind_2', 'MARC 21 authority field 451 indicator position 2');
15826 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15827 VALUES ('marc21_authority_451_ind_2', '#', $$Undefined$$, FALSE, TRUE);
15828 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15829                                  repeatable, mandatory, hidden)
15830 VALUES (1, 'authority', '451', 'a', $$Geographic name$$,
15831 FALSE, FALSE, FALSE);
15832 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15833                                  repeatable, mandatory, hidden)
15834 VALUES (1, 'authority', '451', 'i', $$Relationship information$$,
15835 TRUE, FALSE, FALSE);
15836 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15837                                  repeatable, mandatory, hidden)
15838 VALUES (1, 'authority', '451', 'v', $$Form subdivision$$,
15839 TRUE, FALSE, FALSE);
15840 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15841                                  repeatable, mandatory, hidden)
15842 VALUES (1, 'authority', '451', 'w', $$Control subfield$$,
15843 FALSE, FALSE, FALSE);
15844 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15845                                  repeatable, mandatory, hidden)
15846 VALUES (1, 'authority', '451', 'x', $$General subdivision$$,
15847 TRUE, FALSE, FALSE);
15848 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15849                                  repeatable, mandatory, hidden)
15850 VALUES (1, 'authority', '451', 'y', $$Chronological subdivision$$,
15851 TRUE, FALSE, FALSE);
15852 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15853                                  repeatable, mandatory, hidden)
15854 VALUES (1, 'authority', '451', 'z', $$Geographic subdivision$$,
15855 TRUE, FALSE, FALSE);
15856 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15857                                  repeatable, mandatory, hidden)
15858 VALUES (1, 'authority', '451', '4', $$Relationship code$$,
15859 TRUE, FALSE, FALSE);
15860 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15861                                  repeatable, mandatory, hidden)
15862 VALUES (1, 'authority', '451', '5', $$Institution to which field applies$$,
15863 TRUE, FALSE, FALSE);
15864 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15865                                  repeatable, mandatory, hidden)
15866 VALUES (1, 'authority', '451', '6', $$Linkage$$,
15867 FALSE, FALSE, FALSE);
15868 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15869                                  repeatable, mandatory, hidden)
15870 VALUES (1, 'authority', '451', '8', $$Field link and sequence number$$,
15871 TRUE, FALSE, FALSE);
15872 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15873                               fixed_field, repeatable, mandatory, hidden)
15874 VALUES (1, 'authority', '455', $$See From Tracing-Genre/Form Term$$, $$Tracing for a genre/form term reference.$$,
15875 FALSE, TRUE, FALSE, FALSE);
15876 INSERT INTO config.record_attr_definition(name, label)
15877 VALUES ('marc21_authority_455_ind_1', 'MARC 21 authority field 455 indicator position 1');
15878 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15879 VALUES ('marc21_authority_455_ind_1', '#', $$Undefined$$, FALSE, TRUE);
15880 INSERT INTO config.record_attr_definition(name, label)
15881 VALUES ('marc21_authority_455_ind_2', 'MARC 21 authority field 455 indicator position 2');
15882 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15883 VALUES ('marc21_authority_455_ind_2', '#', $$Undefined$$, FALSE, TRUE);
15884 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15885                                  repeatable, mandatory, hidden)
15886 VALUES (1, 'authority', '455', 'a', $$Genre/form term$$,
15887 FALSE, FALSE, FALSE);
15888 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15889                                  repeatable, mandatory, hidden)
15890 VALUES (1, 'authority', '455', 'i', $$Relationship information$$,
15891 TRUE, FALSE, FALSE);
15892 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15893                                  repeatable, mandatory, hidden)
15894 VALUES (1, 'authority', '455', 'v', $$Form subdivision$$,
15895 TRUE, FALSE, FALSE);
15896 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15897                                  repeatable, mandatory, hidden)
15898 VALUES (1, 'authority', '455', 'w', $$Control subfield$$,
15899 FALSE, FALSE, FALSE);
15900 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15901                                  repeatable, mandatory, hidden)
15902 VALUES (1, 'authority', '455', 'x', $$General subdivision$$,
15903 TRUE, FALSE, FALSE);
15904 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15905                                  repeatable, mandatory, hidden)
15906 VALUES (1, 'authority', '455', 'y', $$Chronological subdivision$$,
15907 TRUE, FALSE, FALSE);
15908 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15909                                  repeatable, mandatory, hidden)
15910 VALUES (1, 'authority', '455', 'z', $$Geographic subdivision$$,
15911 TRUE, FALSE, FALSE);
15912 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15913                                  repeatable, mandatory, hidden)
15914 VALUES (1, 'authority', '455', '4', $$Relationship code$$,
15915 TRUE, FALSE, FALSE);
15916 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15917                                  repeatable, mandatory, hidden)
15918 VALUES (1, 'authority', '455', '5', $$Institution to which field applies$$,
15919 TRUE, FALSE, FALSE);
15920 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15921                                  repeatable, mandatory, hidden)
15922 VALUES (1, 'authority', '455', '6', $$Linkage$$,
15923 FALSE, FALSE, FALSE);
15924 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15925                                  repeatable, mandatory, hidden)
15926 VALUES (1, 'authority', '455', '8', $$Field link and sequence number$$,
15927 TRUE, FALSE, FALSE);
15928 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15929                               fixed_field, repeatable, mandatory, hidden)
15930 VALUES (1, 'authority', '480', $$See From Tracing-General Subdivision$$, $$Tracing for a general subdivision reference.$$,
15931 FALSE, TRUE, FALSE, FALSE);
15932 INSERT INTO config.record_attr_definition(name, label)
15933 VALUES ('marc21_authority_480_ind_1', 'MARC 21 authority field 480 indicator position 1');
15934 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15935 VALUES ('marc21_authority_480_ind_1', '#', $$Undefined$$, FALSE, TRUE);
15936 INSERT INTO config.record_attr_definition(name, label)
15937 VALUES ('marc21_authority_480_ind_2', 'MARC 21 authority field 480 indicator position 2');
15938 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15939 VALUES ('marc21_authority_480_ind_2', '#', $$Undefined$$, FALSE, TRUE);
15940 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15941                                  repeatable, mandatory, hidden)
15942 VALUES (1, 'authority', '480', 'i', $$Relationship information$$,
15943 TRUE, FALSE, FALSE);
15944 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15945                                  repeatable, mandatory, hidden)
15946 VALUES (1, 'authority', '480', 'v', $$Form subdivision$$,
15947 TRUE, FALSE, FALSE);
15948 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15949                                  repeatable, mandatory, hidden)
15950 VALUES (1, 'authority', '480', 'w', $$Control subfield$$,
15951 FALSE, FALSE, FALSE);
15952 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15953                                  repeatable, mandatory, hidden)
15954 VALUES (1, 'authority', '480', 'x', $$General subdivision$$,
15955 TRUE, FALSE, FALSE);
15956 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15957                                  repeatable, mandatory, hidden)
15958 VALUES (1, 'authority', '480', 'y', $$Chronological subdivision$$,
15959 TRUE, FALSE, FALSE);
15960 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15961                                  repeatable, mandatory, hidden)
15962 VALUES (1, 'authority', '480', 'z', $$Geographic subdivision$$,
15963 TRUE, FALSE, FALSE);
15964 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15965                                  repeatable, mandatory, hidden)
15966 VALUES (1, 'authority', '480', '4', $$Relationship code$$,
15967 TRUE, FALSE, FALSE);
15968 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15969                                  repeatable, mandatory, hidden)
15970 VALUES (1, 'authority', '480', '5', $$Institution to which field applies$$,
15971 TRUE, FALSE, FALSE);
15972 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15973                                  repeatable, mandatory, hidden)
15974 VALUES (1, 'authority', '480', '6', $$Linkage$$,
15975 FALSE, FALSE, FALSE);
15976 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15977                                  repeatable, mandatory, hidden)
15978 VALUES (1, 'authority', '480', '8', $$Field link and sequence number$$,
15979 TRUE, FALSE, FALSE);
15980 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15981                               fixed_field, repeatable, mandatory, hidden)
15982 VALUES (1, 'authority', '481', $$See From Tracing-Geographic Subdivision$$, $$Tracing for a geographic subdivision reference.$$,
15983 FALSE, TRUE, FALSE, FALSE);
15984 INSERT INTO config.record_attr_definition(name, label)
15985 VALUES ('marc21_authority_481_ind_1', 'MARC 21 authority field 481 indicator position 1');
15986 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15987 VALUES ('marc21_authority_481_ind_1', '#', $$Undefined$$, FALSE, TRUE);
15988 INSERT INTO config.record_attr_definition(name, label)
15989 VALUES ('marc21_authority_481_ind_2', 'MARC 21 authority field 481 indicator position 2');
15990 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15991 VALUES ('marc21_authority_481_ind_2', '#', $$Undefined$$, FALSE, TRUE);
15992 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15993                                  repeatable, mandatory, hidden)
15994 VALUES (1, 'authority', '481', 'i', $$Relationship information$$,
15995 TRUE, FALSE, FALSE);
15996 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15997                                  repeatable, mandatory, hidden)
15998 VALUES (1, 'authority', '481', 'v', $$Form subdivision$$,
15999 TRUE, FALSE, FALSE);
16000 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16001                                  repeatable, mandatory, hidden)
16002 VALUES (1, 'authority', '481', 'w', $$Control subfield$$,
16003 FALSE, FALSE, FALSE);
16004 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16005                                  repeatable, mandatory, hidden)
16006 VALUES (1, 'authority', '481', 'x', $$General subdivision$$,
16007 TRUE, FALSE, FALSE);
16008 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16009                                  repeatable, mandatory, hidden)
16010 VALUES (1, 'authority', '481', 'y', $$Chronological subdivision$$,
16011 TRUE, FALSE, FALSE);
16012 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16013                                  repeatable, mandatory, hidden)
16014 VALUES (1, 'authority', '481', 'z', $$Geographic subdivision$$,
16015 TRUE, FALSE, FALSE);
16016 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16017                                  repeatable, mandatory, hidden)
16018 VALUES (1, 'authority', '481', '4', $$Relationship code$$,
16019 TRUE, FALSE, FALSE);
16020 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16021                                  repeatable, mandatory, hidden)
16022 VALUES (1, 'authority', '481', '5', $$Institution to which field applies$$,
16023 TRUE, FALSE, FALSE);
16024 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16025                                  repeatable, mandatory, hidden)
16026 VALUES (1, 'authority', '481', '6', $$Linkage$$,
16027 FALSE, FALSE, FALSE);
16028 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16029                                  repeatable, mandatory, hidden)
16030 VALUES (1, 'authority', '481', '8', $$Field link and sequence number$$,
16031 TRUE, FALSE, FALSE);
16032 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
16033                               fixed_field, repeatable, mandatory, hidden)
16034 VALUES (1, 'authority', '482', $$See From Tracing-Chronological Subdivision$$, $$Tracing for a chronological subdivision reference.$$,
16035 FALSE, TRUE, FALSE, FALSE);
16036 INSERT INTO config.record_attr_definition(name, label)
16037 VALUES ('marc21_authority_482_ind_1', 'MARC 21 authority field 482 indicator position 1');
16038 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16039 VALUES ('marc21_authority_482_ind_1', '#', $$Undefined$$, FALSE, TRUE);
16040 INSERT INTO config.record_attr_definition(name, label)
16041 VALUES ('marc21_authority_482_ind_2', 'MARC 21 authority field 482 indicator position 2');
16042 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16043 VALUES ('marc21_authority_482_ind_2', '#', $$Undefined$$, FALSE, TRUE);
16044 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16045                                  repeatable, mandatory, hidden)
16046 VALUES (1, 'authority', '482', 'i', $$Relationship information$$,
16047 TRUE, FALSE, FALSE);
16048 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16049                                  repeatable, mandatory, hidden)
16050 VALUES (1, 'authority', '482', 'v', $$Form subdivision$$,
16051 TRUE, FALSE, FALSE);
16052 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16053                                  repeatable, mandatory, hidden)
16054 VALUES (1, 'authority', '482', 'w', $$Control subfield$$,
16055 FALSE, FALSE, FALSE);
16056 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16057                                  repeatable, mandatory, hidden)
16058 VALUES (1, 'authority', '482', 'x', $$General subdivision$$,
16059 TRUE, FALSE, FALSE);
16060 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16061                                  repeatable, mandatory, hidden)
16062 VALUES (1, 'authority', '482', 'y', $$Chronological subdivision$$,
16063 TRUE, FALSE, FALSE);
16064 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16065                                  repeatable, mandatory, hidden)
16066 VALUES (1, 'authority', '482', 'z', $$Geographic subdivision$$,
16067 TRUE, FALSE, FALSE);
16068 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16069                                  repeatable, mandatory, hidden)
16070 VALUES (1, 'authority', '482', '4', $$Relationship code$$,
16071 TRUE, FALSE, FALSE);
16072 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16073                                  repeatable, mandatory, hidden)
16074 VALUES (1, 'authority', '482', '5', $$Institution to which field applies$$,
16075 TRUE, FALSE, FALSE);
16076 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16077                                  repeatable, mandatory, hidden)
16078 VALUES (1, 'authority', '482', '6', $$Linkage$$,
16079 FALSE, FALSE, FALSE);
16080 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16081                                  repeatable, mandatory, hidden)
16082 VALUES (1, 'authority', '482', '8', $$Field link and sequence number$$,
16083 TRUE, FALSE, FALSE);
16084 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
16085                               fixed_field, repeatable, mandatory, hidden)
16086 VALUES (1, 'authority', '485', $$See From Tracing-Form Subdivision$$, $$Tracing for a form subdivision reference.$$,
16087 FALSE, TRUE, FALSE, FALSE);
16088 INSERT INTO config.record_attr_definition(name, label)
16089 VALUES ('marc21_authority_485_ind_1', 'MARC 21 authority field 485 indicator position 1');
16090 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16091 VALUES ('marc21_authority_485_ind_1', '#', $$Undefined$$, FALSE, TRUE);
16092 INSERT INTO config.record_attr_definition(name, label)
16093 VALUES ('marc21_authority_485_ind_2', 'MARC 21 authority field 485 indicator position 2');
16094 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16095 VALUES ('marc21_authority_485_ind_2', '#', $$Undefined$$, FALSE, TRUE);
16096 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16097                                  repeatable, mandatory, hidden)
16098 VALUES (1, 'authority', '485', 'i', $$Relationship information$$,
16099 TRUE, FALSE, FALSE);
16100 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16101                                  repeatable, mandatory, hidden)
16102 VALUES (1, 'authority', '485', 'v', $$Form subdivision$$,
16103 TRUE, FALSE, FALSE);
16104 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16105                                  repeatable, mandatory, hidden)
16106 VALUES (1, 'authority', '485', 'w', $$Control subfield$$,
16107 FALSE, FALSE, FALSE);
16108 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16109                                  repeatable, mandatory, hidden)
16110 VALUES (1, 'authority', '485', 'x', $$General subdivision$$,
16111 TRUE, FALSE, FALSE);
16112 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16113                                  repeatable, mandatory, hidden)
16114 VALUES (1, 'authority', '485', 'y', $$Chronological subdivision$$,
16115 TRUE, FALSE, FALSE);
16116 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16117                                  repeatable, mandatory, hidden)
16118 VALUES (1, 'authority', '485', 'z', $$Geographic subdivision$$,
16119 TRUE, FALSE, FALSE);
16120 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16121                                  repeatable, mandatory, hidden)
16122 VALUES (1, 'authority', '485', '4', $$Relationship code$$,
16123 TRUE, FALSE, FALSE);
16124 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16125                                  repeatable, mandatory, hidden)
16126 VALUES (1, 'authority', '485', '5', $$Institution to which field applies$$,
16127 TRUE, FALSE, FALSE);
16128 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16129                                  repeatable, mandatory, hidden)
16130 VALUES (1, 'authority', '485', '6', $$Linkage$$,
16131 FALSE, FALSE, FALSE);
16132 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16133                                  repeatable, mandatory, hidden)
16134 VALUES (1, 'authority', '485', '8', $$Field link and sequence number$$,
16135 TRUE, FALSE, FALSE);
16136 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
16137                               fixed_field, repeatable, mandatory, hidden)
16138 VALUES (1, 'authority', '500', $$See Also From Tracing-Personal Name$$, $$Tracing for a personal name reference.$$,
16139 FALSE, TRUE, FALSE, FALSE);
16140 INSERT INTO config.record_attr_definition(name, label)
16141 VALUES ('marc21_authority_500_ind_1', 'MARC 21 authority field 500 indicator position 1');
16142 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16143 VALUES ('marc21_authority_500_ind_1', '0', $$Forename$$, FALSE, TRUE);
16144 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16145 VALUES ('marc21_authority_500_ind_1', '1', $$Surname$$, FALSE, TRUE);
16146 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16147 VALUES ('marc21_authority_500_ind_1', '3', $$Family name$$, FALSE, TRUE);
16148 INSERT INTO config.record_attr_definition(name, label)
16149 VALUES ('marc21_authority_500_ind_2', 'MARC 21 authority field 500 indicator position 2');
16150 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16151 VALUES ('marc21_authority_500_ind_2', '#', $$Undefined$$, FALSE, TRUE);
16152 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16153                                  repeatable, mandatory, hidden)
16154 VALUES (1, 'authority', '500', 'a', $$Personal name$$,
16155 FALSE, FALSE, FALSE);
16156 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16157                                  repeatable, mandatory, hidden)
16158 VALUES (1, 'authority', '500', 'b', $$Numeration$$,
16159 FALSE, FALSE, FALSE);
16160 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16161                                  repeatable, mandatory, hidden)
16162 VALUES (1, 'authority', '500', 'c', $$Titles and other words associated with a name$$,
16163 TRUE, FALSE, FALSE);
16164 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16165                                  repeatable, mandatory, hidden)
16166 VALUES (1, 'authority', '500', 'd', $$Dates associated with a name$$,
16167 FALSE, FALSE, FALSE);
16168 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16169                                  repeatable, mandatory, hidden)
16170 VALUES (1, 'authority', '500', 'e', $$Relator term$$,
16171 TRUE, FALSE, FALSE);
16172 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16173                                  repeatable, mandatory, hidden)
16174 VALUES (1, 'authority', '500', 'f', $$Date of a work$$,
16175 FALSE, FALSE, FALSE);
16176 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16177                                  repeatable, mandatory, hidden)
16178 VALUES (1, 'authority', '500', 'g', $$Miscellaneous information$$,
16179 FALSE, FALSE, FALSE);
16180 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16181                                  repeatable, mandatory, hidden)
16182 VALUES (1, 'authority', '500', 'h', $$Medium$$,
16183 FALSE, FALSE, FALSE);
16184 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16185                                  repeatable, mandatory, hidden)
16186 VALUES (1, 'authority', '500', 'i', $$Relationship information$$,
16187 TRUE, FALSE, FALSE);
16188 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16189                                  repeatable, mandatory, hidden)
16190 VALUES (1, 'authority', '500', 'j', $$Attribution qualifier$$,
16191 TRUE, FALSE, FALSE);
16192 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16193                                  repeatable, mandatory, hidden)
16194 VALUES (1, 'authority', '500', 'k', $$Form subheading$$,
16195 TRUE, FALSE, FALSE);
16196 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16197                                  repeatable, mandatory, hidden)
16198 VALUES (1, 'authority', '500', 'l', $$Language of a work$$,
16199 FALSE, FALSE, FALSE);
16200 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16201                                  repeatable, mandatory, hidden)
16202 VALUES (1, 'authority', '500', 'm', $$Medium of performance for music$$,
16203 TRUE, FALSE, FALSE);
16204 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16205                                  repeatable, mandatory, hidden)
16206 VALUES (1, 'authority', '500', 'n', $$Number of part/section of a work$$,
16207 TRUE, FALSE, FALSE);
16208 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16209                                  repeatable, mandatory, hidden)
16210 VALUES (1, 'authority', '500', 'o', $$Arranged statement for music$$,
16211 FALSE, FALSE, FALSE);
16212 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16213                                  repeatable, mandatory, hidden)
16214 VALUES (1, 'authority', '500', 'p', $$Name of part/section of a work$$,
16215 TRUE, FALSE, FALSE);
16216 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16217                                  repeatable, mandatory, hidden)
16218 VALUES (1, 'authority', '500', 'q', $$Fuller form of name$$,
16219 FALSE, FALSE, FALSE);
16220 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16221                                  repeatable, mandatory, hidden)
16222 VALUES (1, 'authority', '500', 'r', $$Key for music$$,
16223 FALSE, FALSE, FALSE);
16224 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16225                                  repeatable, mandatory, hidden)
16226 VALUES (1, 'authority', '500', 's', $$Version$$,
16227 FALSE, FALSE, FALSE);
16228 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16229                                  repeatable, mandatory, hidden)
16230 VALUES (1, 'authority', '500', 't', $$Title of a work$$,
16231 FALSE, FALSE, FALSE);
16232 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16233                                  repeatable, mandatory, hidden)
16234 VALUES (1, 'authority', '500', 'v', $$Form subdivision$$,
16235 TRUE, FALSE, FALSE);
16236 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16237                                  repeatable, mandatory, hidden)
16238 VALUES (1, 'authority', '500', 'w', $$Control subfield$$,
16239 FALSE, FALSE, FALSE);
16240 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16241                                  repeatable, mandatory, hidden)
16242 VALUES (1, 'authority', '500', 'x', $$General subdivision$$,
16243 TRUE, FALSE, FALSE);
16244 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16245                                  repeatable, mandatory, hidden)
16246 VALUES (1, 'authority', '500', 'y', $$Chronological subdivision$$,
16247 TRUE, FALSE, FALSE);
16248 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16249                                  repeatable, mandatory, hidden)
16250 VALUES (1, 'authority', '500', 'z', $$Geographic subdivision$$,
16251 TRUE, FALSE, FALSE);
16252 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16253                                  repeatable, mandatory, hidden)
16254 VALUES (1, 'authority', '500', '0', $$Record control number$$,
16255 TRUE, FALSE, FALSE);
16256 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16257                                  repeatable, mandatory, hidden)
16258 VALUES (1, 'authority', '500', '4', $$Relationship code$$,
16259 TRUE, FALSE, FALSE);
16260 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16261                                  repeatable, mandatory, hidden)
16262 VALUES (1, 'authority', '500', '5', $$Institution to which field applies$$,
16263 TRUE, FALSE, FALSE);
16264 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16265                                  repeatable, mandatory, hidden)
16266 VALUES (1, 'authority', '500', '6', $$Linkage$$,
16267 FALSE, FALSE, FALSE);
16268 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16269                                  repeatable, mandatory, hidden)
16270 VALUES (1, 'authority', '500', '8', $$Field link and sequence number$$,
16271 TRUE, FALSE, FALSE);
16272 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
16273                               fixed_field, repeatable, mandatory, hidden)
16274 VALUES (1, 'authority', '510', $$See Also From Tracing-Corporate Name$$, $$Tracing for a corporate name reference.$$,
16275 FALSE, TRUE, FALSE, FALSE);
16276 INSERT INTO config.record_attr_definition(name, label)
16277 VALUES ('marc21_authority_510_ind_1', 'MARC 21 authority field 510 indicator position 1');
16278 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16279 VALUES ('marc21_authority_510_ind_1', '0', $$Inverted name$$, FALSE, TRUE);
16280 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16281 VALUES ('marc21_authority_510_ind_1', '1', $$Jurisdiction name$$, FALSE, TRUE);
16282 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16283 VALUES ('marc21_authority_510_ind_1', '2', $$Name in direct order$$, FALSE, TRUE);
16284 INSERT INTO config.record_attr_definition(name, label)
16285 VALUES ('marc21_authority_510_ind_2', 'MARC 21 authority field 510 indicator position 2');
16286 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16287 VALUES ('marc21_authority_510_ind_2', '#', $$Undefined$$, FALSE, TRUE);
16288 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16289                                  repeatable, mandatory, hidden)
16290 VALUES (1, 'authority', '510', 'a', $$Corporate name or jurisdiction name as entry element$$,
16291 FALSE, FALSE, FALSE);
16292 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16293                                  repeatable, mandatory, hidden)
16294 VALUES (1, 'authority', '510', 'b', $$Subordinate unit$$,
16295 TRUE, FALSE, FALSE);
16296 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16297                                  repeatable, mandatory, hidden)
16298 VALUES (1, 'authority', '510', 'c', $$Location of meeting$$,
16299 FALSE, FALSE, FALSE);
16300 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16301                                  repeatable, mandatory, hidden)
16302 VALUES (1, 'authority', '510', 'd', $$Date of meeting or treaty signing$$,
16303 TRUE, FALSE, FALSE);
16304 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16305                                  repeatable, mandatory, hidden)
16306 VALUES (1, 'authority', '510', 'e', $$Relator term$$,
16307 TRUE, FALSE, FALSE);
16308 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16309                                  repeatable, mandatory, hidden)
16310 VALUES (1, 'authority', '510', 'f', $$Date of a work$$,
16311 FALSE, FALSE, FALSE);
16312 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16313                                  repeatable, mandatory, hidden)
16314 VALUES (1, 'authority', '510', 'g', $$Miscellaneous information$$,
16315 FALSE, FALSE, FALSE);
16316 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16317                                  repeatable, mandatory, hidden)
16318 VALUES (1, 'authority', '510', 'h', $$Medium$$,
16319 FALSE, FALSE, FALSE);
16320 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16321                                  repeatable, mandatory, hidden)
16322 VALUES (1, 'authority', '510', 'i', $$Relationship information$$,
16323 TRUE, FALSE, FALSE);
16324 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16325                                  repeatable, mandatory, hidden)
16326 VALUES (1, 'authority', '510', 'k', $$Form subheading$$,
16327 TRUE, FALSE, FALSE);
16328 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16329                                  repeatable, mandatory, hidden)
16330 VALUES (1, 'authority', '510', 'l', $$Language of a work$$,
16331 FALSE, FALSE, FALSE);
16332 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16333                                  repeatable, mandatory, hidden)
16334 VALUES (1, 'authority', '510', 'm', $$Medium of performance for music$$,
16335 TRUE, FALSE, FALSE);
16336 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16337                                  repeatable, mandatory, hidden)
16338 VALUES (1, 'authority', '510', 'n', $$Number of part/section/meeting$$,
16339 TRUE, FALSE, FALSE);
16340 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16341                                  repeatable, mandatory, hidden)
16342 VALUES (1, 'authority', '510', 'o', $$Arranged statement for music$$,
16343 FALSE, FALSE, FALSE);
16344 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16345                                  repeatable, mandatory, hidden)
16346 VALUES (1, 'authority', '510', 'p', $$Name of part/section of a work$$,
16347 TRUE, FALSE, FALSE);
16348 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16349                                  repeatable, mandatory, hidden)
16350 VALUES (1, 'authority', '510', 'r', $$Key for music$$,
16351 FALSE, FALSE, FALSE);
16352 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16353                                  repeatable, mandatory, hidden)
16354 VALUES (1, 'authority', '510', 's', $$Version$$,
16355 FALSE, FALSE, FALSE);
16356 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16357                                  repeatable, mandatory, hidden)
16358 VALUES (1, 'authority', '510', 't', $$Title of a work$$,
16359 FALSE, FALSE, FALSE);
16360 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16361                                  repeatable, mandatory, hidden)
16362 VALUES (1, 'authority', '510', 'v', $$Form subdivision$$,
16363 TRUE, FALSE, FALSE);
16364 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16365                                  repeatable, mandatory, hidden)
16366 VALUES (1, 'authority', '510', 'w', $$Control subfield$$,
16367 FALSE, FALSE, FALSE);
16368 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16369                                  repeatable, mandatory, hidden)
16370 VALUES (1, 'authority', '510', 'x', $$General subdivision$$,
16371 TRUE, FALSE, FALSE);
16372 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16373                                  repeatable, mandatory, hidden)
16374 VALUES (1, 'authority', '510', 'y', $$Chronological subdivision$$,
16375 TRUE, FALSE, FALSE);
16376 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16377                                  repeatable, mandatory, hidden)
16378 VALUES (1, 'authority', '510', 'z', $$Geographic subdivision$$,
16379 TRUE, FALSE, FALSE);
16380 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16381                                  repeatable, mandatory, hidden)
16382 VALUES (1, 'authority', '510', '0', $$Record control number$$,
16383 TRUE, FALSE, FALSE);
16384 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16385                                  repeatable, mandatory, hidden)
16386 VALUES (1, 'authority', '510', '4', $$Relationship code$$,
16387 TRUE, FALSE, FALSE);
16388 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16389                                  repeatable, mandatory, hidden)
16390 VALUES (1, 'authority', '510', '5', $$Institution to which field applies$$,
16391 TRUE, FALSE, FALSE);
16392 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16393                                  repeatable, mandatory, hidden)
16394 VALUES (1, 'authority', '510', '6', $$Linkage$$,
16395 FALSE, FALSE, FALSE);
16396 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16397                                  repeatable, mandatory, hidden)
16398 VALUES (1, 'authority', '510', '8', $$Field link and sequence number$$,
16399 TRUE, FALSE, FALSE);
16400 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
16401                               fixed_field, repeatable, mandatory, hidden)
16402 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.$$,
16403 FALSE, TRUE, FALSE, FALSE);
16404 INSERT INTO config.record_attr_definition(name, label)
16405 VALUES ('marc21_authority_511_ind_1', 'MARC 21 authority field 511 indicator position 1');
16406 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16407 VALUES ('marc21_authority_511_ind_1', '0', $$Inverted name$$, FALSE, TRUE);
16408 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16409 VALUES ('marc21_authority_511_ind_1', '1', $$Jurisdiction name$$, FALSE, TRUE);
16410 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16411 VALUES ('marc21_authority_511_ind_1', '2', $$Name in direct order$$, FALSE, TRUE);
16412 INSERT INTO config.record_attr_definition(name, label)
16413 VALUES ('marc21_authority_511_ind_2', 'MARC 21 authority field 511 indicator position 2');
16414 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16415 VALUES ('marc21_authority_511_ind_2', '#', $$Undefined$$, FALSE, TRUE);
16416 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16417                                  repeatable, mandatory, hidden)
16418 VALUES (1, 'authority', '511', 'a', $$Meeting name or jurisdiction name as entry element$$,
16419 FALSE, FALSE, FALSE);
16420 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16421                                  repeatable, mandatory, hidden)
16422 VALUES (1, 'authority', '511', 'c', $$Location of meeting$$,
16423 FALSE, FALSE, FALSE);
16424 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16425                                  repeatable, mandatory, hidden)
16426 VALUES (1, 'authority', '511', 'd', $$Date of meeting$$,
16427 FALSE, FALSE, FALSE);
16428 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16429                                  repeatable, mandatory, hidden)
16430 VALUES (1, 'authority', '511', 'e', $$Subordinate unit$$,
16431 TRUE, FALSE, FALSE);
16432 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16433                                  repeatable, mandatory, hidden)
16434 VALUES (1, 'authority', '511', 'f', $$Date of a work$$,
16435 FALSE, FALSE, FALSE);
16436 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16437                                  repeatable, mandatory, hidden)
16438 VALUES (1, 'authority', '511', 'g', $$Miscellaneous information$$,
16439 FALSE, FALSE, FALSE);
16440 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16441                                  repeatable, mandatory, hidden)
16442 VALUES (1, 'authority', '511', 'h', $$Medium$$,
16443 FALSE, FALSE, FALSE);
16444 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16445                                  repeatable, mandatory, hidden)
16446 VALUES (1, 'authority', '511', 'i', $$Relationship information$$,
16447 TRUE, FALSE, FALSE);
16448 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16449                                  repeatable, mandatory, hidden)
16450 VALUES (1, 'authority', '511', 'j', $$Relator term$$,
16451 TRUE, FALSE, FALSE);
16452 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16453                                  repeatable, mandatory, hidden)
16454 VALUES (1, 'authority', '511', 'k', $$Form subheading$$,
16455 TRUE, FALSE, FALSE);
16456 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16457                                  repeatable, mandatory, hidden)
16458 VALUES (1, 'authority', '511', 'l', $$Language of a work$$,
16459 FALSE, FALSE, FALSE);
16460 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16461                                  repeatable, mandatory, hidden)
16462 VALUES (1, 'authority', '511', 'n', $$Number of part/section/meeting$$,
16463 TRUE, FALSE, FALSE);
16464 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16465                                  repeatable, mandatory, hidden)
16466 VALUES (1, 'authority', '511', 'p', $$Name of part/section of a work$$,
16467 TRUE, FALSE, FALSE);
16468 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16469                                  repeatable, mandatory, hidden)
16470 VALUES (1, 'authority', '511', 'q', $$Name of meeting following jurisdiction name entry element$$,
16471 FALSE, FALSE, FALSE);
16472 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16473                                  repeatable, mandatory, hidden)
16474 VALUES (1, 'authority', '511', 's', $$Version$$,
16475 FALSE, FALSE, FALSE);
16476 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16477                                  repeatable, mandatory, hidden)
16478 VALUES (1, 'authority', '511', 't', $$Title of a work$$,
16479 FALSE, FALSE, FALSE);
16480 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16481                                  repeatable, mandatory, hidden)
16482 VALUES (1, 'authority', '511', 'v', $$Form subdivision$$,
16483 TRUE, FALSE, FALSE);
16484 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16485                                  repeatable, mandatory, hidden)
16486 VALUES (1, 'authority', '511', 'w', $$Control subfield$$,
16487 FALSE, FALSE, FALSE);
16488 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16489                                  repeatable, mandatory, hidden)
16490 VALUES (1, 'authority', '511', 'x', $$General subdivision$$,
16491 TRUE, FALSE, FALSE);
16492 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16493                                  repeatable, mandatory, hidden)
16494 VALUES (1, 'authority', '511', 'y', $$Chronological subdivision$$,
16495 TRUE, FALSE, FALSE);
16496 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16497                                  repeatable, mandatory, hidden)
16498 VALUES (1, 'authority', '511', 'z', $$Geographic subdivision$$,
16499 TRUE, FALSE, FALSE);
16500 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16501                                  repeatable, mandatory, hidden)
16502 VALUES (1, 'authority', '511', '0', $$Record control number$$,
16503 TRUE, FALSE, FALSE);
16504 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16505                                  repeatable, mandatory, hidden)
16506 VALUES (1, 'authority', '511', '4', $$Relationship code$$,
16507 TRUE, FALSE, FALSE);
16508 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16509                                  repeatable, mandatory, hidden)
16510 VALUES (1, 'authority', '511', '5', $$Institution to which field applies$$,
16511 TRUE, FALSE, FALSE);
16512 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16513                                  repeatable, mandatory, hidden)
16514 VALUES (1, 'authority', '511', '6', $$Linkage$$,
16515 FALSE, FALSE, FALSE);
16516 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16517                                  repeatable, mandatory, hidden)
16518 VALUES (1, 'authority', '511', '8', $$Field link and sequence number$$,
16519 TRUE, FALSE, FALSE);
16520 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
16521                               fixed_field, repeatable, mandatory, hidden)
16522 VALUES (1, 'authority', '530', $$See Also From Tracing-Uniform Title$$, $$Tracing for a uniform title reference.$$,
16523 FALSE, TRUE, FALSE, FALSE);
16524 INSERT INTO config.record_attr_definition(name, label)
16525 VALUES ('marc21_authority_530_ind_1', 'MARC 21 authority field 530 indicator position 1');
16526 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16527 VALUES ('marc21_authority_530_ind_1', '#', $$Undefined$$, FALSE, TRUE);
16528 INSERT INTO config.record_attr_definition(name, label)
16529 VALUES ('marc21_authority_530_ind_2', 'MARC 21 authority field 530 indicator position 2');
16530 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16531 VALUES ('marc21_authority_530_ind_2', '0', $$No nonfiling characters$$, FALSE, TRUE);
16532 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16533 VALUES ('marc21_authority_530_ind_2', '1', $$Number of nonfiling characters - 1$$, FALSE, TRUE);
16534 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16535 VALUES ('marc21_authority_530_ind_2', '2', $$Number of nonfiling characters - 2$$, FALSE, TRUE);
16536 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16537 VALUES ('marc21_authority_530_ind_2', '3', $$Number of nonfiling characters - 3$$, FALSE, TRUE);
16538 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16539 VALUES ('marc21_authority_530_ind_2', '4', $$Number of nonfiling characters - 4$$, FALSE, TRUE);
16540 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16541 VALUES ('marc21_authority_530_ind_2', '5', $$Number of nonfiling characters - 5$$, FALSE, TRUE);
16542 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16543 VALUES ('marc21_authority_530_ind_2', '6', $$Number of nonfiling characters - 6$$, FALSE, TRUE);
16544 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16545 VALUES ('marc21_authority_530_ind_2', '7', $$Number of nonfiling characters - 7$$, FALSE, TRUE);
16546 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16547 VALUES ('marc21_authority_530_ind_2', '8', $$Number of nonfiling characters - 8$$, FALSE, TRUE);
16548 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16549 VALUES ('marc21_authority_530_ind_2', '9', $$Number of nonfiling characters - 9$$, FALSE, TRUE);
16550 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16551                                  repeatable, mandatory, hidden)
16552 VALUES (1, 'authority', '530', 'a', $$Uniform title$$,
16553 FALSE, FALSE, FALSE);
16554 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16555                                  repeatable, mandatory, hidden)
16556 VALUES (1, 'authority', '530', 'd', $$Date of treaty signing$$,
16557 TRUE, FALSE, FALSE);
16558 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16559                                  repeatable, mandatory, hidden)
16560 VALUES (1, 'authority', '530', 'f', $$Date of a work$$,
16561 FALSE, FALSE, FALSE);
16562 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16563                                  repeatable, mandatory, hidden)
16564 VALUES (1, 'authority', '530', 'g', $$Miscellaneous information$$,
16565 FALSE, FALSE, FALSE);
16566 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16567                                  repeatable, mandatory, hidden)
16568 VALUES (1, 'authority', '530', 'h', $$Medium$$,
16569 FALSE, FALSE, FALSE);
16570 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16571                                  repeatable, mandatory, hidden)
16572 VALUES (1, 'authority', '530', 'i', $$Relationship information$$,
16573 TRUE, FALSE, FALSE);
16574 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16575                                  repeatable, mandatory, hidden)
16576 VALUES (1, 'authority', '530', 'k', $$Form subheading$$,
16577 TRUE, FALSE, FALSE);
16578 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16579                                  repeatable, mandatory, hidden)
16580 VALUES (1, 'authority', '530', 'l', $$Language of a work$$,
16581 FALSE, FALSE, FALSE);
16582 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16583                                  repeatable, mandatory, hidden)
16584 VALUES (1, 'authority', '530', 'm', $$Medium of performance for music$$,
16585 TRUE, FALSE, FALSE);
16586 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16587                                  repeatable, mandatory, hidden)
16588 VALUES (1, 'authority', '530', 'n', $$Number of part/section of a work$$,
16589 TRUE, FALSE, FALSE);
16590 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16591                                  repeatable, mandatory, hidden)
16592 VALUES (1, 'authority', '530', 'o', $$Arranged statement for music$$,
16593 FALSE, FALSE, FALSE);
16594 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16595                                  repeatable, mandatory, hidden)
16596 VALUES (1, 'authority', '530', 'p', $$Name of part/section of a work$$,
16597 TRUE, FALSE, FALSE);
16598 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16599                                  repeatable, mandatory, hidden)
16600 VALUES (1, 'authority', '530', 'r', $$Key for music$$,
16601 FALSE, FALSE, FALSE);
16602 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16603                                  repeatable, mandatory, hidden)
16604 VALUES (1, 'authority', '530', 's', $$Version$$,
16605 FALSE, FALSE, FALSE);
16606 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16607                                  repeatable, mandatory, hidden)
16608 VALUES (1, 'authority', '530', 't', $$Title of a work$$,
16609 FALSE, FALSE, FALSE);
16610 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16611                                  repeatable, mandatory, hidden)
16612 VALUES (1, 'authority', '530', 'v', $$Form subdivision$$,
16613 TRUE, FALSE, FALSE);
16614 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16615                                  repeatable, mandatory, hidden)
16616 VALUES (1, 'authority', '530', 'w', $$Control subfield$$,
16617 FALSE, FALSE, FALSE);
16618 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16619                                  repeatable, mandatory, hidden)
16620 VALUES (1, 'authority', '530', 'x', $$General subdivision$$,
16621 TRUE, FALSE, FALSE);
16622 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16623                                  repeatable, mandatory, hidden)
16624 VALUES (1, 'authority', '530', 'y', $$Chronological subdivision$$,
16625 TRUE, FALSE, FALSE);
16626 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16627                                  repeatable, mandatory, hidden)
16628 VALUES (1, 'authority', '530', 'z', $$Geographic subdivision$$,
16629 TRUE, FALSE, FALSE);
16630 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16631                                  repeatable, mandatory, hidden)
16632 VALUES (1, 'authority', '530', '0', $$Record control number$$,
16633 TRUE, FALSE, FALSE);
16634 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16635                                  repeatable, mandatory, hidden)
16636 VALUES (1, 'authority', '530', '4', $$Relationship code$$,
16637 TRUE, FALSE, FALSE);
16638 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16639                                  repeatable, mandatory, hidden)
16640 VALUES (1, 'authority', '530', '5', $$Institution to which field applies$$,
16641 TRUE, FALSE, FALSE);
16642 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16643                                  repeatable, mandatory, hidden)
16644 VALUES (1, 'authority', '530', '6', $$Linkage$$,
16645 FALSE, FALSE, FALSE);
16646 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16647                                  repeatable, mandatory, hidden)
16648 VALUES (1, 'authority', '530', '8', $$Field link and sequence number$$,
16649 TRUE, FALSE, FALSE);
16650 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
16651                               fixed_field, repeatable, mandatory, hidden)
16652 VALUES (1, 'authority', '548', $$See Also From Tracing-Chronological Term$$, $$Tracing for a chronological term reference.$$,
16653 FALSE, TRUE, FALSE, FALSE);
16654 INSERT INTO config.record_attr_definition(name, label)
16655 VALUES ('marc21_authority_548_ind_1', 'MARC 21 authority field 548 indicator position 1');
16656 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16657 VALUES ('marc21_authority_548_ind_1', '#', $$Undefined$$, FALSE, TRUE);
16658 INSERT INTO config.record_attr_definition(name, label)
16659 VALUES ('marc21_authority_548_ind_2', 'MARC 21 authority field 548 indicator position 2');
16660 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16661 VALUES ('marc21_authority_548_ind_2', '#', $$Undefined$$, FALSE, TRUE);
16662 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16663                                  repeatable, mandatory, hidden)
16664 VALUES (1, 'authority', '548', 'a', $$Chronological term$$,
16665 FALSE, FALSE, FALSE);
16666 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16667                                  repeatable, mandatory, hidden)
16668 VALUES (1, 'authority', '548', 'i', $$Relationship information$$,
16669 TRUE, FALSE, FALSE);
16670 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16671                                  repeatable, mandatory, hidden)
16672 VALUES (1, 'authority', '548', 'v', $$Form subdivision$$,
16673 TRUE, FALSE, FALSE);
16674 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16675                                  repeatable, mandatory, hidden)
16676 VALUES (1, 'authority', '548', 'w', $$Control subfield$$,
16677 FALSE, FALSE, FALSE);
16678 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16679                                  repeatable, mandatory, hidden)
16680 VALUES (1, 'authority', '548', 'x', $$General subdivision$$,
16681 TRUE, FALSE, FALSE);
16682 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16683                                  repeatable, mandatory, hidden)
16684 VALUES (1, 'authority', '548', 'y', $$Chronological subdivision$$,
16685 TRUE, FALSE, FALSE);
16686 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16687                                  repeatable, mandatory, hidden)
16688 VALUES (1, 'authority', '548', 'z', $$Geographic subdivision$$,
16689 TRUE, FALSE, FALSE);
16690 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16691                                  repeatable, mandatory, hidden)
16692 VALUES (1, 'authority', '548', '0', $$Record control number$$,
16693 TRUE, FALSE, FALSE);
16694 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16695                                  repeatable, mandatory, hidden)
16696 VALUES (1, 'authority', '548', '4', $$Relationship code$$,
16697 TRUE, FALSE, FALSE);
16698 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16699                                  repeatable, mandatory, hidden)
16700 VALUES (1, 'authority', '548', '5', $$Institution to which field applies$$,
16701 TRUE, FALSE, FALSE);
16702 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16703                                  repeatable, mandatory, hidden)
16704 VALUES (1, 'authority', '548', '6', $$Linkage$$,
16705 FALSE, FALSE, FALSE);
16706 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16707                                  repeatable, mandatory, hidden)
16708 VALUES (1, 'authority', '548', '8', $$Field link and sequence number$$,
16709 TRUE, FALSE, FALSE);
16710 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
16711                               fixed_field, repeatable, mandatory, hidden)
16712 VALUES (1, 'authority', '550', $$See Also From Tracing-Topical Term$$, $$Tracing for a topical term reference.$$,
16713 FALSE, TRUE, FALSE, FALSE);
16714 INSERT INTO config.record_attr_definition(name, label)
16715 VALUES ('marc21_authority_550_ind_1', 'MARC 21 authority field 550 indicator position 1');
16716 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16717 VALUES ('marc21_authority_550_ind_1', '#', $$Undefined$$, FALSE, TRUE);
16718 INSERT INTO config.record_attr_definition(name, label)
16719 VALUES ('marc21_authority_550_ind_2', 'MARC 21 authority field 550 indicator position 2');
16720 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16721 VALUES ('marc21_authority_550_ind_2', '#', $$Undefined$$, FALSE, TRUE);
16722 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16723                                  repeatable, mandatory, hidden)
16724 VALUES (1, 'authority', '550', 'a', $$Topical term or geographic name entry element$$,
16725 FALSE, FALSE, FALSE);
16726 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16727                                  repeatable, mandatory, hidden)
16728 VALUES (1, 'authority', '550', 'b', $$Topical term following geographic name entry element$$,
16729 FALSE, FALSE, FALSE);
16730 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16731                                  repeatable, mandatory, hidden)
16732 VALUES (1, 'authority', '550', 'i', $$Relationship information$$,
16733 TRUE, FALSE, FALSE);
16734 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16735                                  repeatable, mandatory, hidden)
16736 VALUES (1, 'authority', '550', 'v', $$Form subdivision$$,
16737 TRUE, FALSE, FALSE);
16738 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16739                                  repeatable, mandatory, hidden)
16740 VALUES (1, 'authority', '550', 'w', $$Control subfield$$,
16741 FALSE, FALSE, FALSE);
16742 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16743                                  repeatable, mandatory, hidden)
16744 VALUES (1, 'authority', '550', 'x', $$General subdivision$$,
16745 TRUE, FALSE, FALSE);
16746 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16747                                  repeatable, mandatory, hidden)
16748 VALUES (1, 'authority', '550', 'y', $$Chronological subdivision$$,
16749 TRUE, FALSE, FALSE);
16750 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16751                                  repeatable, mandatory, hidden)
16752 VALUES (1, 'authority', '550', 'z', $$Geographic subdivision$$,
16753 TRUE, FALSE, FALSE);
16754 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16755                                  repeatable, mandatory, hidden)
16756 VALUES (1, 'authority', '550', '0', $$Record control number$$,
16757 TRUE, FALSE, FALSE);
16758 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16759                                  repeatable, mandatory, hidden)
16760 VALUES (1, 'authority', '550', '4', $$Relationship code$$,
16761 TRUE, FALSE, FALSE);
16762 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16763                                  repeatable, mandatory, hidden)
16764 VALUES (1, 'authority', '550', '5', $$Institution to which field applies$$,
16765 TRUE, FALSE, FALSE);
16766 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16767                                  repeatable, mandatory, hidden)
16768 VALUES (1, 'authority', '550', '6', $$Linkage$$,
16769 FALSE, FALSE, FALSE);
16770 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16771                                  repeatable, mandatory, hidden)
16772 VALUES (1, 'authority', '550', '8', $$Field link and sequence number$$,
16773 TRUE, FALSE, FALSE);
16774 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
16775                               fixed_field, repeatable, mandatory, hidden)
16776 VALUES (1, 'authority', '551', $$See Also From Tracing-Geographic Name$$, $$Tracing for a geographic name reference.$$,
16777 FALSE, TRUE, FALSE, FALSE);
16778 INSERT INTO config.record_attr_definition(name, label)
16779 VALUES ('marc21_authority_551_ind_1', 'MARC 21 authority field 551 indicator position 1');
16780 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16781 VALUES ('marc21_authority_551_ind_1', '#', $$Undefined$$, FALSE, TRUE);
16782 INSERT INTO config.record_attr_definition(name, label)
16783 VALUES ('marc21_authority_551_ind_2', 'MARC 21 authority field 551 indicator position 2');
16784 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16785 VALUES ('marc21_authority_551_ind_2', '#', $$Undefined$$, FALSE, TRUE);
16786 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16787                                  repeatable, mandatory, hidden)
16788 VALUES (1, 'authority', '551', 'a', $$Geographic name$$,
16789 FALSE, FALSE, FALSE);
16790 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16791                                  repeatable, mandatory, hidden)
16792 VALUES (1, 'authority', '551', 'i', $$Relationship information$$,
16793 TRUE, FALSE, FALSE);
16794 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16795                                  repeatable, mandatory, hidden)
16796 VALUES (1, 'authority', '551', 'v', $$Form subdivision$$,
16797 TRUE, FALSE, FALSE);
16798 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16799                                  repeatable, mandatory, hidden)
16800 VALUES (1, 'authority', '551', 'w', $$Control subfield$$,
16801 FALSE, FALSE, FALSE);
16802 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16803                                  repeatable, mandatory, hidden)
16804 VALUES (1, 'authority', '551', 'x', $$General subdivision$$,
16805 TRUE, FALSE, FALSE);
16806 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16807                                  repeatable, mandatory, hidden)
16808 VALUES (1, 'authority', '551', 'y', $$Chronological subdivision$$,
16809 TRUE, FALSE, FALSE);
16810 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16811                                  repeatable, mandatory, hidden)
16812 VALUES (1, 'authority', '551', 'z', $$Geographic subdivision$$,
16813 TRUE, FALSE, FALSE);
16814 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16815                                  repeatable, mandatory, hidden)
16816 VALUES (1, 'authority', '551', '0', $$Record control number$$,
16817 TRUE, FALSE, FALSE);
16818 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16819                                  repeatable, mandatory, hidden)
16820 VALUES (1, 'authority', '551', '4', $$Relationship code$$,
16821 TRUE, FALSE, FALSE);
16822 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16823                                  repeatable, mandatory, hidden)
16824 VALUES (1, 'authority', '551', '5', $$Institution to which field applies$$,
16825 TRUE, FALSE, FALSE);
16826 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16827                                  repeatable, mandatory, hidden)
16828 VALUES (1, 'authority', '551', '6', $$Linkage$$,
16829 FALSE, FALSE, FALSE);
16830 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16831                                  repeatable, mandatory, hidden)
16832 VALUES (1, 'authority', '551', '8', $$Field link and sequence number$$,
16833 TRUE, FALSE, FALSE);
16834 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
16835                               fixed_field, repeatable, mandatory, hidden)
16836 VALUES (1, 'authority', '555', $$See Also From Tracing-Genre/Form Term$$, $$Tracing for a genre/form term reference.$$,
16837 FALSE, TRUE, FALSE, FALSE);
16838 INSERT INTO config.record_attr_definition(name, label)
16839 VALUES ('marc21_authority_555_ind_1', 'MARC 21 authority field 555 indicator position 1');
16840 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16841 VALUES ('marc21_authority_555_ind_1', '#', $$Undefined$$, FALSE, TRUE);
16842 INSERT INTO config.record_attr_definition(name, label)
16843 VALUES ('marc21_authority_555_ind_2', 'MARC 21 authority field 555 indicator position 2');
16844 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16845 VALUES ('marc21_authority_555_ind_2', '#', $$Undefined$$, FALSE, TRUE);
16846 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16847                                  repeatable, mandatory, hidden)
16848 VALUES (1, 'authority', '555', 'a', $$Genre/form term$$,
16849 FALSE, FALSE, FALSE);
16850 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16851                                  repeatable, mandatory, hidden)
16852 VALUES (1, 'authority', '555', 'i', $$Relationship information$$,
16853 TRUE, FALSE, FALSE);
16854 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16855                                  repeatable, mandatory, hidden)
16856 VALUES (1, 'authority', '555', 'v', $$Form subdivision$$,
16857 TRUE, FALSE, FALSE);
16858 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16859                                  repeatable, mandatory, hidden)
16860 VALUES (1, 'authority', '555', 'w', $$Control subfield$$,
16861 FALSE, FALSE, FALSE);
16862 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16863                                  repeatable, mandatory, hidden)
16864 VALUES (1, 'authority', '555', 'x', $$General subdivision$$,
16865 TRUE, FALSE, FALSE);
16866 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16867                                  repeatable, mandatory, hidden)
16868 VALUES (1, 'authority', '555', 'y', $$Chronological subdivision$$,
16869 TRUE, FALSE, FALSE);
16870 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16871                                  repeatable, mandatory, hidden)
16872 VALUES (1, 'authority', '555', 'z', $$Geographic subdivision$$,
16873 TRUE, FALSE, FALSE);
16874 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16875                                  repeatable, mandatory, hidden)
16876 VALUES (1, 'authority', '555', '0', $$Record control number$$,
16877 TRUE, FALSE, FALSE);
16878 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16879                                  repeatable, mandatory, hidden)
16880 VALUES (1, 'authority', '555', '4', $$Relationship code$$,
16881 TRUE, FALSE, FALSE);
16882 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16883                                  repeatable, mandatory, hidden)
16884 VALUES (1, 'authority', '555', '5', $$Institution to which field applies$$,
16885 TRUE, FALSE, FALSE);
16886 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16887                                  repeatable, mandatory, hidden)
16888 VALUES (1, 'authority', '555', '6', $$Linkage$$,
16889 FALSE, FALSE, FALSE);
16890 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16891                                  repeatable, mandatory, hidden)
16892 VALUES (1, 'authority', '555', '8', $$Field link and sequence number$$,
16893 TRUE, FALSE, FALSE);
16894 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
16895                               fixed_field, repeatable, mandatory, hidden)
16896 VALUES (1, 'authority', '580', $$See Also From Tracing-General Subdivision$$, $$Tracing for a general subdivision reference.$$,
16897 FALSE, TRUE, FALSE, FALSE);
16898 INSERT INTO config.record_attr_definition(name, label)
16899 VALUES ('marc21_authority_580_ind_1', 'MARC 21 authority field 580 indicator position 1');
16900 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16901 VALUES ('marc21_authority_580_ind_1', '#', $$Undefined$$, FALSE, TRUE);
16902 INSERT INTO config.record_attr_definition(name, label)
16903 VALUES ('marc21_authority_580_ind_2', 'MARC 21 authority field 580 indicator position 2');
16904 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16905 VALUES ('marc21_authority_580_ind_2', '#', $$Undefined$$, FALSE, TRUE);
16906 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16907                                  repeatable, mandatory, hidden)
16908 VALUES (1, 'authority', '580', 'i', $$Relationship information$$,
16909 TRUE, FALSE, FALSE);
16910 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16911                                  repeatable, mandatory, hidden)
16912 VALUES (1, 'authority', '580', 'v', $$Form subdivision$$,
16913 TRUE, FALSE, FALSE);
16914 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16915                                  repeatable, mandatory, hidden)
16916 VALUES (1, 'authority', '580', 'w', $$Control subfield$$,
16917 FALSE, FALSE, FALSE);
16918 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16919                                  repeatable, mandatory, hidden)
16920 VALUES (1, 'authority', '580', 'x', $$General subdivision$$,
16921 TRUE, FALSE, FALSE);
16922 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16923                                  repeatable, mandatory, hidden)
16924 VALUES (1, 'authority', '580', 'y', $$Chronological subdivision$$,
16925 TRUE, FALSE, FALSE);
16926 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16927                                  repeatable, mandatory, hidden)
16928 VALUES (1, 'authority', '580', 'z', $$Geographic subdivision$$,
16929 TRUE, FALSE, FALSE);
16930 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16931                                  repeatable, mandatory, hidden)
16932 VALUES (1, 'authority', '580', '0', $$Record control number$$,
16933 TRUE, FALSE, FALSE);
16934 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16935                                  repeatable, mandatory, hidden)
16936 VALUES (1, 'authority', '580', '4', $$Relationship code$$,
16937 TRUE, FALSE, FALSE);
16938 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16939                                  repeatable, mandatory, hidden)
16940 VALUES (1, 'authority', '580', '5', $$Institution to which field applies$$,
16941 TRUE, FALSE, FALSE);
16942 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16943                                  repeatable, mandatory, hidden)
16944 VALUES (1, 'authority', '580', '6', $$Linkage$$,
16945 FALSE, FALSE, FALSE);
16946 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16947                                  repeatable, mandatory, hidden)
16948 VALUES (1, 'authority', '580', '8', $$Field link and sequence number$$,
16949 TRUE, FALSE, FALSE);
16950 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
16951                               fixed_field, repeatable, mandatory, hidden)
16952 VALUES (1, 'authority', '581', $$See Also From Tracing-Geographic Subdivision$$, $$Tracing for a geographic subdivision reference.$$,
16953 FALSE, TRUE, FALSE, FALSE);
16954 INSERT INTO config.record_attr_definition(name, label)
16955 VALUES ('marc21_authority_581_ind_1', 'MARC 21 authority field 581 indicator position 1');
16956 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16957 VALUES ('marc21_authority_581_ind_1', '#', $$Undefined$$, FALSE, TRUE);
16958 INSERT INTO config.record_attr_definition(name, label)
16959 VALUES ('marc21_authority_581_ind_2', 'MARC 21 authority field 581 indicator position 2');
16960 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16961 VALUES ('marc21_authority_581_ind_2', '#', $$Undefined$$, FALSE, TRUE);
16962 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16963                                  repeatable, mandatory, hidden)
16964 VALUES (1, 'authority', '581', 'i', $$Relationship information$$,
16965 TRUE, FALSE, FALSE);
16966 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16967                                  repeatable, mandatory, hidden)
16968 VALUES (1, 'authority', '581', 'v', $$Form subdivision$$,
16969 TRUE, FALSE, FALSE);
16970 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16971                                  repeatable, mandatory, hidden)
16972 VALUES (1, 'authority', '581', 'w', $$Control subfield$$,
16973 FALSE, FALSE, FALSE);
16974 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16975                                  repeatable, mandatory, hidden)
16976 VALUES (1, 'authority', '581', 'x', $$General subdivision$$,
16977 TRUE, FALSE, FALSE);
16978 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16979                                  repeatable, mandatory, hidden)
16980 VALUES (1, 'authority', '581', 'y', $$Chronological subdivision$$,
16981 TRUE, FALSE, FALSE);
16982 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16983                                  repeatable, mandatory, hidden)
16984 VALUES (1, 'authority', '581', 'z', $$Geographic subdivision$$,
16985 TRUE, FALSE, FALSE);
16986 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16987                                  repeatable, mandatory, hidden)
16988 VALUES (1, 'authority', '581', '0', $$Record control number$$,
16989 TRUE, FALSE, FALSE);
16990 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16991                                  repeatable, mandatory, hidden)
16992 VALUES (1, 'authority', '581', '4', $$Relationship code$$,
16993 TRUE, FALSE, FALSE);
16994 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16995                                  repeatable, mandatory, hidden)
16996 VALUES (1, 'authority', '581', '5', $$Institution to which field applies$$,
16997 TRUE, FALSE, FALSE);
16998 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16999                                  repeatable, mandatory, hidden)
17000 VALUES (1, 'authority', '581', '6', $$Linkage$$,
17001 FALSE, FALSE, FALSE);
17002 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17003                                  repeatable, mandatory, hidden)
17004 VALUES (1, 'authority', '581', '8', $$Field link and sequence number$$,
17005 TRUE, FALSE, FALSE);
17006 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17007                               fixed_field, repeatable, mandatory, hidden)
17008 VALUES (1, 'authority', '582', $$See Also From Tracing-Chronological Subdivision$$, $$Tracing for a chronological subdivision .$$,
17009 FALSE, TRUE, FALSE, FALSE);
17010 INSERT INTO config.record_attr_definition(name, label)
17011 VALUES ('marc21_authority_582_ind_1', 'MARC 21 authority field 582 indicator position 1');
17012 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17013 VALUES ('marc21_authority_582_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17014 INSERT INTO config.record_attr_definition(name, label)
17015 VALUES ('marc21_authority_582_ind_2', 'MARC 21 authority field 582 indicator position 2');
17016 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17017 VALUES ('marc21_authority_582_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17018 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17019                                  repeatable, mandatory, hidden)
17020 VALUES (1, 'authority', '582', 'i', $$Relationship information$$,
17021 TRUE, FALSE, FALSE);
17022 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17023                                  repeatable, mandatory, hidden)
17024 VALUES (1, 'authority', '582', 'v', $$Form subdivision$$,
17025 TRUE, FALSE, FALSE);
17026 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17027                                  repeatable, mandatory, hidden)
17028 VALUES (1, 'authority', '582', 'w', $$Control subfield$$,
17029 FALSE, FALSE, FALSE);
17030 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17031                                  repeatable, mandatory, hidden)
17032 VALUES (1, 'authority', '582', 'x', $$General subdivision$$,
17033 TRUE, FALSE, FALSE);
17034 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17035                                  repeatable, mandatory, hidden)
17036 VALUES (1, 'authority', '582', 'y', $$Chronological subdivision$$,
17037 TRUE, FALSE, FALSE);
17038 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17039                                  repeatable, mandatory, hidden)
17040 VALUES (1, 'authority', '582', 'z', $$Geographic subdivision$$,
17041 TRUE, FALSE, FALSE);
17042 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17043                                  repeatable, mandatory, hidden)
17044 VALUES (1, 'authority', '582', '0', $$Record control number$$,
17045 TRUE, FALSE, FALSE);
17046 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17047                                  repeatable, mandatory, hidden)
17048 VALUES (1, 'authority', '582', '4', $$Relationship code$$,
17049 TRUE, FALSE, FALSE);
17050 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17051                                  repeatable, mandatory, hidden)
17052 VALUES (1, 'authority', '582', '5', $$Institution to which field applies$$,
17053 TRUE, FALSE, FALSE);
17054 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17055                                  repeatable, mandatory, hidden)
17056 VALUES (1, 'authority', '582', '6', $$Linkage$$,
17057 FALSE, FALSE, FALSE);
17058 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17059                                  repeatable, mandatory, hidden)
17060 VALUES (1, 'authority', '582', '8', $$Field link and sequence number$$,
17061 TRUE, FALSE, FALSE);
17062 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17063                               fixed_field, repeatable, mandatory, hidden)
17064 VALUES (1, 'authority', '585', $$See Also From Tracing-Form Subdivision$$, $$Tracing for a form subdivision reference.$$,
17065 FALSE, TRUE, FALSE, FALSE);
17066 INSERT INTO config.record_attr_definition(name, label)
17067 VALUES ('marc21_authority_585_ind_1', 'MARC 21 authority field 585 indicator position 1');
17068 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17069 VALUES ('marc21_authority_585_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17070 INSERT INTO config.record_attr_definition(name, label)
17071 VALUES ('marc21_authority_585_ind_2', 'MARC 21 authority field 585 indicator position 2');
17072 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17073 VALUES ('marc21_authority_585_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17074 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17075                                  repeatable, mandatory, hidden)
17076 VALUES (1, 'authority', '585', 'i', $$Relationship information$$,
17077 TRUE, FALSE, FALSE);
17078 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17079                                  repeatable, mandatory, hidden)
17080 VALUES (1, 'authority', '585', 'v', $$Form subdivision$$,
17081 TRUE, FALSE, FALSE);
17082 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17083                                  repeatable, mandatory, hidden)
17084 VALUES (1, 'authority', '585', 'w', $$Control subfield$$,
17085 FALSE, FALSE, FALSE);
17086 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17087                                  repeatable, mandatory, hidden)
17088 VALUES (1, 'authority', '585', 'x', $$General subdivision$$,
17089 TRUE, FALSE, FALSE);
17090 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17091                                  repeatable, mandatory, hidden)
17092 VALUES (1, 'authority', '585', 'y', $$Chronological subdivision$$,
17093 TRUE, FALSE, FALSE);
17094 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17095                                  repeatable, mandatory, hidden)
17096 VALUES (1, 'authority', '585', 'z', $$Geographic subdivision$$,
17097 TRUE, FALSE, FALSE);
17098 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17099                                  repeatable, mandatory, hidden)
17100 VALUES (1, 'authority', '585', '0', $$Record control number$$,
17101 TRUE, FALSE, FALSE);
17102 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17103                                  repeatable, mandatory, hidden)
17104 VALUES (1, 'authority', '585', '4', $$Relationship code$$,
17105 TRUE, FALSE, FALSE);
17106 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17107                                  repeatable, mandatory, hidden)
17108 VALUES (1, 'authority', '585', '5', $$Institution to which field applies$$,
17109 TRUE, FALSE, FALSE);
17110 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17111                                  repeatable, mandatory, hidden)
17112 VALUES (1, 'authority', '585', '6', $$Linkage$$,
17113 FALSE, FALSE, FALSE);
17114 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17115                                  repeatable, mandatory, hidden)
17116 VALUES (1, 'authority', '585', '8', $$Field link and sequence number$$,
17117 TRUE, FALSE, FALSE);
17118 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17119                               fixed_field, repeatable, mandatory, hidden)
17120 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.$$,
17121 FALSE, TRUE, FALSE, FALSE);
17122 INSERT INTO config.record_attr_definition(name, label)
17123 VALUES ('marc21_authority_640_ind_1', 'MARC 21 authority field 640 indicator position 1');
17124 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17125 VALUES ('marc21_authority_640_ind_1', '0', $$Formatted style$$, FALSE, TRUE);
17126 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17127 VALUES ('marc21_authority_640_ind_1', '1', $$Unformatted style$$, FALSE, TRUE);
17128 INSERT INTO config.record_attr_definition(name, label)
17129 VALUES ('marc21_authority_640_ind_2', 'MARC 21 authority field 640 indicator position 2');
17130 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17131 VALUES ('marc21_authority_640_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17132 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17133                                  repeatable, mandatory, hidden)
17134 VALUES (1, 'authority', '640', 'a', $$Dates of publication and/or sequential designation$$,
17135 FALSE, FALSE, FALSE);
17136 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17137                                  repeatable, mandatory, hidden)
17138 VALUES (1, 'authority', '640', 'z', $$Source of information$$,
17139 FALSE, FALSE, FALSE);
17140 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17141                                  repeatable, mandatory, hidden)
17142 VALUES (1, 'authority', '640', '6', $$Linkage$$,
17143 FALSE, FALSE, FALSE);
17144 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17145                                  repeatable, mandatory, hidden)
17146 VALUES (1, 'authority', '640', '8', $$Field link and sequence number$$,
17147 TRUE, FALSE, FALSE);
17148 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17149                               fixed_field, repeatable, mandatory, hidden)
17150 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.$$,
17151 FALSE, TRUE, FALSE, FALSE);
17152 INSERT INTO config.record_attr_definition(name, label)
17153 VALUES ('marc21_authority_641_ind_1', 'MARC 21 authority field 641 indicator position 1');
17154 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17155 VALUES ('marc21_authority_641_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17156 INSERT INTO config.record_attr_definition(name, label)
17157 VALUES ('marc21_authority_641_ind_2', 'MARC 21 authority field 641 indicator position 2');
17158 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17159 VALUES ('marc21_authority_641_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17160 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17161                                  repeatable, mandatory, hidden)
17162 VALUES (1, 'authority', '641', 'a', $$Numbering peculiarities note$$,
17163 FALSE, FALSE, FALSE);
17164 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17165                                  repeatable, mandatory, hidden)
17166 VALUES (1, 'authority', '641', 'z', $$Source of information$$,
17167 FALSE, FALSE, FALSE);
17168 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17169                                  repeatable, mandatory, hidden)
17170 VALUES (1, 'authority', '641', '6', $$Linkage$$,
17171 FALSE, FALSE, FALSE);
17172 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17173                                  repeatable, mandatory, hidden)
17174 VALUES (1, 'authority', '641', '8', $$Field link and sequence number$$,
17175 TRUE, FALSE, FALSE);
17176 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17177                               fixed_field, repeatable, mandatory, hidden)
17178 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.$$,
17179 FALSE, TRUE, FALSE, FALSE);
17180 INSERT INTO config.record_attr_definition(name, label)
17181 VALUES ('marc21_authority_642_ind_1', 'MARC 21 authority field 642 indicator position 1');
17182 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17183 VALUES ('marc21_authority_642_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17184 INSERT INTO config.record_attr_definition(name, label)
17185 VALUES ('marc21_authority_642_ind_2', 'MARC 21 authority field 642 indicator position 2');
17186 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17187 VALUES ('marc21_authority_642_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17188 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17189                                  repeatable, mandatory, hidden)
17190 VALUES (1, 'authority', '642', 'a', $$Series numbering example$$,
17191 FALSE, FALSE, FALSE);
17192 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17193                                  repeatable, mandatory, hidden)
17194 VALUES (1, 'authority', '642', 'd', $$Volumes/dates to which series numbering example applies$$,
17195 FALSE, FALSE, FALSE);
17196 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17197                                  repeatable, mandatory, hidden)
17198 VALUES (1, 'authority', '642', '5', $$Institution/copy to which field applies$$,
17199 TRUE, FALSE, FALSE);
17200 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17201                                  repeatable, mandatory, hidden)
17202 VALUES (1, 'authority', '642', '6', $$Linkage$$,
17203 FALSE, FALSE, FALSE);
17204 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17205                                  repeatable, mandatory, hidden)
17206 VALUES (1, 'authority', '642', '8', $$Field link and sequence number$$,
17207 TRUE, FALSE, FALSE);
17208 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17209                               fixed_field, repeatable, mandatory, hidden)
17210 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.$$,
17211 FALSE, TRUE, FALSE, FALSE);
17212 INSERT INTO config.record_attr_definition(name, label)
17213 VALUES ('marc21_authority_643_ind_1', 'MARC 21 authority field 643 indicator position 1');
17214 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17215 VALUES ('marc21_authority_643_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17216 INSERT INTO config.record_attr_definition(name, label)
17217 VALUES ('marc21_authority_643_ind_2', 'MARC 21 authority field 643 indicator position 2');
17218 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17219 VALUES ('marc21_authority_643_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17220 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17221                                  repeatable, mandatory, hidden)
17222 VALUES (1, 'authority', '643', 'a', $$Place$$,
17223 TRUE, FALSE, FALSE);
17224 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17225                                  repeatable, mandatory, hidden)
17226 VALUES (1, 'authority', '643', 'b', $$Publisher/issuing body$$,
17227 TRUE, FALSE, FALSE);
17228 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17229                                  repeatable, mandatory, hidden)
17230 VALUES (1, 'authority', '643', 'd', $$Volumes/dates to which place and publisher/issuing body apply$$,
17231 FALSE, FALSE, FALSE);
17232 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17233                                  repeatable, mandatory, hidden)
17234 VALUES (1, 'authority', '643', '6', $$Linkage$$,
17235 FALSE, FALSE, FALSE);
17236 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17237                                  repeatable, mandatory, hidden)
17238 VALUES (1, 'authority', '643', '8', $$Field link and sequence number$$,
17239 TRUE, FALSE, FALSE);
17240 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17241                               fixed_field, repeatable, mandatory, hidden)
17242 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.$$,
17243 FALSE, TRUE, FALSE, FALSE);
17244 INSERT INTO config.record_attr_definition(name, label)
17245 VALUES ('marc21_authority_644_ind_1', 'MARC 21 authority field 644 indicator position 1');
17246 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17247 VALUES ('marc21_authority_644_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17248 INSERT INTO config.record_attr_definition(name, label)
17249 VALUES ('marc21_authority_644_ind_2', 'MARC 21 authority field 644 indicator position 2');
17250 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17251 VALUES ('marc21_authority_644_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17252 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17253                                  repeatable, mandatory, hidden)
17254 VALUES (1, 'authority', '644', 'a', $$Series analysis practice$$,
17255 FALSE, FALSE, FALSE);
17256 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17257                                  repeatable, mandatory, hidden)
17258 VALUES (1, 'authority', '644', 'b', $$Exceptions to analysis practice$$,
17259 FALSE, FALSE, FALSE);
17260 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17261                                  repeatable, mandatory, hidden)
17262 VALUES (1, 'authority', '644', 'd', $$Volumes/dates to which analysis practice applies$$,
17263 FALSE, FALSE, FALSE);
17264 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17265                                  repeatable, mandatory, hidden)
17266 VALUES (1, 'authority', '644', '5', $$Institution/copy to which field applies$$,
17267 TRUE, FALSE, FALSE);
17268 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17269                                  repeatable, mandatory, hidden)
17270 VALUES (1, 'authority', '644', '6', $$Linkage$$,
17271 FALSE, FALSE, FALSE);
17272 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17273                                  repeatable, mandatory, hidden)
17274 VALUES (1, 'authority', '644', '8', $$Field link and sequence number$$,
17275 TRUE, FALSE, FALSE);
17276 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17277                               fixed_field, repeatable, mandatory, hidden)
17278 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.$$,
17279 FALSE, TRUE, FALSE, FALSE);
17280 INSERT INTO config.record_attr_definition(name, label)
17281 VALUES ('marc21_authority_645_ind_1', 'MARC 21 authority field 645 indicator position 1');
17282 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17283 VALUES ('marc21_authority_645_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17284 INSERT INTO config.record_attr_definition(name, label)
17285 VALUES ('marc21_authority_645_ind_2', 'MARC 21 authority field 645 indicator position 2');
17286 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17287 VALUES ('marc21_authority_645_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17288 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17289                                  repeatable, mandatory, hidden)
17290 VALUES (1, 'authority', '645', 'a', $$Series tracing practice$$,
17291 FALSE, FALSE, FALSE);
17292 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17293                                  repeatable, mandatory, hidden)
17294 VALUES (1, 'authority', '645', 'd', $$Volumes/dates to which tracing practice applies$$,
17295 FALSE, FALSE, FALSE);
17296 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17297                                  repeatable, mandatory, hidden)
17298 VALUES (1, 'authority', '645', '5', $$Institution/copy to which field applies$$,
17299 TRUE, FALSE, FALSE);
17300 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17301                                  repeatable, mandatory, hidden)
17302 VALUES (1, 'authority', '645', '6', $$Linkage$$,
17303 FALSE, FALSE, FALSE);
17304 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17305                                  repeatable, mandatory, hidden)
17306 VALUES (1, 'authority', '645', '8', $$Field link and sequence number$$,
17307 TRUE, FALSE, FALSE);
17308 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17309                               fixed_field, repeatable, mandatory, hidden)
17310 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.$$,
17311 FALSE, TRUE, FALSE, FALSE);
17312 INSERT INTO config.record_attr_definition(name, label)
17313 VALUES ('marc21_authority_646_ind_1', 'MARC 21 authority field 646 indicator position 1');
17314 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17315 VALUES ('marc21_authority_646_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17316 INSERT INTO config.record_attr_definition(name, label)
17317 VALUES ('marc21_authority_646_ind_2', 'MARC 21 authority field 646 indicator position 2');
17318 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17319 VALUES ('marc21_authority_646_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17320 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17321                                  repeatable, mandatory, hidden)
17322 VALUES (1, 'authority', '646', 'a', $$Series classification practice$$,
17323 FALSE, FALSE, FALSE);
17324 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17325                                  repeatable, mandatory, hidden)
17326 VALUES (1, 'authority', '646', 'd', $$Volumes/dates to which classification practice applies$$,
17327 FALSE, FALSE, FALSE);
17328 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17329                                  repeatable, mandatory, hidden)
17330 VALUES (1, 'authority', '646', '5', $$Institution to which field applies$$,
17331 TRUE, FALSE, FALSE);
17332 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17333                                  repeatable, mandatory, hidden)
17334 VALUES (1, 'authority', '646', '6', $$Linkage$$,
17335 FALSE, FALSE, FALSE);
17336 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17337                                  repeatable, mandatory, hidden)
17338 VALUES (1, 'authority', '646', '8', $$Field link and sequence number$$,
17339 TRUE, FALSE, FALSE);
17340 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17341                               fixed_field, repeatable, mandatory, hidden)
17342 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.$$,
17343 FALSE, FALSE, FALSE, FALSE);
17344 INSERT INTO config.record_attr_definition(name, label)
17345 VALUES ('marc21_authority_663_ind_1', 'MARC 21 authority field 663 indicator position 1');
17346 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17347 VALUES ('marc21_authority_663_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17348 INSERT INTO config.record_attr_definition(name, label)
17349 VALUES ('marc21_authority_663_ind_2', 'MARC 21 authority field 663 indicator position 2');
17350 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17351 VALUES ('marc21_authority_663_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17352 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17353                                  repeatable, mandatory, hidden)
17354 VALUES (1, 'authority', '663', 'a', $$Explanatory text$$,
17355 TRUE, FALSE, FALSE);
17356 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17357                                  repeatable, mandatory, hidden)
17358 VALUES (1, 'authority', '663', 'b', $$Heading referred to$$,
17359 TRUE, FALSE, FALSE);
17360 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17361                                  repeatable, mandatory, hidden)
17362 VALUES (1, 'authority', '663', 't', $$Title referred to$$,
17363 TRUE, FALSE, FALSE);
17364 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17365                                  repeatable, mandatory, hidden)
17366 VALUES (1, 'authority', '663', '6', $$Linkage$$,
17367 FALSE, FALSE, FALSE);
17368 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17369                                  repeatable, mandatory, hidden)
17370 VALUES (1, 'authority', '663', '8', $$Field link and sequence number$$,
17371 TRUE, FALSE, FALSE);
17372 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17373                               fixed_field, repeatable, mandatory, hidden)
17374 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.$$,
17375 FALSE, FALSE, FALSE, FALSE);
17376 INSERT INTO config.record_attr_definition(name, label)
17377 VALUES ('marc21_authority_664_ind_1', 'MARC 21 authority field 664 indicator position 1');
17378 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17379 VALUES ('marc21_authority_664_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17380 INSERT INTO config.record_attr_definition(name, label)
17381 VALUES ('marc21_authority_664_ind_2', 'MARC 21 authority field 664 indicator position 2');
17382 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17383 VALUES ('marc21_authority_664_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17384 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17385                                  repeatable, mandatory, hidden)
17386 VALUES (1, 'authority', '664', 'a', $$Explanatory text$$,
17387 TRUE, FALSE, FALSE);
17388 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17389                                  repeatable, mandatory, hidden)
17390 VALUES (1, 'authority', '664', 'b', $$Heading referred to$$,
17391 TRUE, FALSE, FALSE);
17392 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17393                                  repeatable, mandatory, hidden)
17394 VALUES (1, 'authority', '664', 't', $$Title referred to$$,
17395 TRUE, FALSE, FALSE);
17396 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17397                                  repeatable, mandatory, hidden)
17398 VALUES (1, 'authority', '664', '6', $$Linkage$$,
17399 FALSE, FALSE, FALSE);
17400 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17401                                  repeatable, mandatory, hidden)
17402 VALUES (1, 'authority', '664', '8', $$Field link and sequence number$$,
17403 TRUE, FALSE, FALSE);
17404 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17405                               fixed_field, repeatable, mandatory, hidden)
17406 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.$$,
17407 FALSE, FALSE, FALSE, FALSE);
17408 INSERT INTO config.record_attr_definition(name, label)
17409 VALUES ('marc21_authority_665_ind_1', 'MARC 21 authority field 665 indicator position 1');
17410 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17411 VALUES ('marc21_authority_665_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17412 INSERT INTO config.record_attr_definition(name, label)
17413 VALUES ('marc21_authority_665_ind_2', 'MARC 21 authority field 665 indicator position 2');
17414 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17415 VALUES ('marc21_authority_665_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17416 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17417                                  repeatable, mandatory, hidden)
17418 VALUES (1, 'authority', '665', 'a', $$History reference$$,
17419 TRUE, FALSE, FALSE);
17420 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17421                                  repeatable, mandatory, hidden)
17422 VALUES (1, 'authority', '665', '6', $$Linkage$$,
17423 FALSE, FALSE, FALSE);
17424 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17425                                  repeatable, mandatory, hidden)
17426 VALUES (1, 'authority', '665', '8', $$Field link and sequence number$$,
17427 TRUE, FALSE, FALSE);
17428 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17429                               fixed_field, repeatable, mandatory, hidden)
17430 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.$$,
17431 FALSE, FALSE, FALSE, FALSE);
17432 INSERT INTO config.record_attr_definition(name, label)
17433 VALUES ('marc21_authority_666_ind_1', 'MARC 21 authority field 666 indicator position 1');
17434 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17435 VALUES ('marc21_authority_666_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17436 INSERT INTO config.record_attr_definition(name, label)
17437 VALUES ('marc21_authority_666_ind_2', 'MARC 21 authority field 666 indicator position 2');
17438 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17439 VALUES ('marc21_authority_666_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17440 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17441                                  repeatable, mandatory, hidden)
17442 VALUES (1, 'authority', '666', 'a', $$General explanatory reference$$,
17443 TRUE, FALSE, FALSE);
17444 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17445                                  repeatable, mandatory, hidden)
17446 VALUES (1, 'authority', '666', '6', $$Linkage$$,
17447 FALSE, FALSE, FALSE);
17448 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17449                                  repeatable, mandatory, hidden)
17450 VALUES (1, 'authority', '666', '8', $$Field link and sequence number$$,
17451 TRUE, FALSE, FALSE);
17452 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17453                               fixed_field, repeatable, mandatory, hidden)
17454 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.$$,
17455 FALSE, TRUE, FALSE, FALSE);
17456 INSERT INTO config.record_attr_definition(name, label)
17457 VALUES ('marc21_authority_667_ind_1', 'MARC 21 authority field 667 indicator position 1');
17458 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17459 VALUES ('marc21_authority_667_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17460 INSERT INTO config.record_attr_definition(name, label)
17461 VALUES ('marc21_authority_667_ind_2', 'MARC 21 authority field 667 indicator position 2');
17462 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17463 VALUES ('marc21_authority_667_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17464 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17465                                  repeatable, mandatory, hidden)
17466 VALUES (1, 'authority', '667', 'a', $$Nonpublic general note$$,
17467 FALSE, FALSE, FALSE);
17468 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17469                                  repeatable, mandatory, hidden)
17470 VALUES (1, 'authority', '667', '5', $$Institution to which field applies$$,
17471 TRUE, FALSE, FALSE);
17472 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17473                                  repeatable, mandatory, hidden)
17474 VALUES (1, 'authority', '667', '6', $$Linkage$$,
17475 FALSE, FALSE, FALSE);
17476 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17477                                  repeatable, mandatory, hidden)
17478 VALUES (1, 'authority', '667', '8', $$Field link and sequence number$$,
17479 TRUE, FALSE, FALSE);
17480 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17481                               fixed_field, repeatable, mandatory, hidden)
17482 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.$$,
17483 FALSE, TRUE, FALSE, FALSE);
17484 INSERT INTO config.record_attr_definition(name, label)
17485 VALUES ('marc21_authority_670_ind_1', 'MARC 21 authority field 670 indicator position 1');
17486 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17487 VALUES ('marc21_authority_670_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17488 INSERT INTO config.record_attr_definition(name, label)
17489 VALUES ('marc21_authority_670_ind_2', 'MARC 21 authority field 670 indicator position 2');
17490 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17491 VALUES ('marc21_authority_670_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17492 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17493                                  repeatable, mandatory, hidden)
17494 VALUES (1, 'authority', '670', 'a', $$Source citation$$,
17495 FALSE, FALSE, FALSE);
17496 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17497                                  repeatable, mandatory, hidden)
17498 VALUES (1, 'authority', '670', 'b', $$Information found$$,
17499 FALSE, FALSE, FALSE);
17500 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17501                                  repeatable, mandatory, hidden)
17502 VALUES (1, 'authority', '670', 'u', $$Uniform Resource Identifier$$,
17503 TRUE, FALSE, FALSE);
17504 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17505                                  repeatable, mandatory, hidden)
17506 VALUES (1, 'authority', '670', '6', $$Linkage$$,
17507 FALSE, FALSE, FALSE);
17508 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17509                                  repeatable, mandatory, hidden)
17510 VALUES (1, 'authority', '670', '8', $$Field link and sequence number$$,
17511 TRUE, FALSE, FALSE);
17512 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17513                               fixed_field, repeatable, mandatory, hidden)
17514 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.$$,
17515 FALSE, FALSE, FALSE, FALSE);
17516 INSERT INTO config.record_attr_definition(name, label)
17517 VALUES ('marc21_authority_675_ind_1', 'MARC 21 authority field 675 indicator position 1');
17518 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17519 VALUES ('marc21_authority_675_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17520 INSERT INTO config.record_attr_definition(name, label)
17521 VALUES ('marc21_authority_675_ind_2', 'MARC 21 authority field 675 indicator position 2');
17522 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17523 VALUES ('marc21_authority_675_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17524 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17525                                  repeatable, mandatory, hidden)
17526 VALUES (1, 'authority', '675', 'a', $$Source citation$$,
17527 TRUE, FALSE, FALSE);
17528 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17529                                  repeatable, mandatory, hidden)
17530 VALUES (1, 'authority', '675', '6', $$Linkage$$,
17531 FALSE, FALSE, FALSE);
17532 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17533                                  repeatable, mandatory, hidden)
17534 VALUES (1, 'authority', '675', '8', $$Field link and sequence number$$,
17535 TRUE, FALSE, FALSE);
17536 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17537                               fixed_field, repeatable, mandatory, hidden)
17538 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.$$,
17539 FALSE, TRUE, FALSE, FALSE);
17540 INSERT INTO config.record_attr_definition(name, label)
17541 VALUES ('marc21_authority_678_ind_1', 'MARC 21 authority field 678 indicator position 1');
17542 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17543 VALUES ('marc21_authority_678_ind_1', '#', $$No information provided$$, FALSE, TRUE);
17544 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17545 VALUES ('marc21_authority_678_ind_1', '0', $$Biographical sketch$$, FALSE, TRUE);
17546 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17547 VALUES ('marc21_authority_678_ind_1', '1', $$Administrative history$$, FALSE, TRUE);
17548 INSERT INTO config.record_attr_definition(name, label)
17549 VALUES ('marc21_authority_678_ind_2', 'MARC 21 authority field 678 indicator position 2');
17550 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17551 VALUES ('marc21_authority_678_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17552 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17553                                  repeatable, mandatory, hidden)
17554 VALUES (1, 'authority', '678', 'a', $$Biographical or historical data$$,
17555 TRUE, FALSE, FALSE);
17556 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17557                                  repeatable, mandatory, hidden)
17558 VALUES (1, 'authority', '678', 'b', $$Expansion$$,
17559 FALSE, FALSE, FALSE);
17560 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17561                                  repeatable, mandatory, hidden)
17562 VALUES (1, 'authority', '678', 'u', $$Uniform Resource Identifier$$,
17563 TRUE, FALSE, FALSE);
17564 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17565                                  repeatable, mandatory, hidden)
17566 VALUES (1, 'authority', '678', '6', $$Linkage$$,
17567 FALSE, FALSE, FALSE);
17568 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17569                                  repeatable, mandatory, hidden)
17570 VALUES (1, 'authority', '678', '8', $$Field link and sequence number$$,
17571 TRUE, FALSE, FALSE);
17572 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17573                               fixed_field, repeatable, mandatory, hidden)
17574 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.$$,
17575 FALSE, TRUE, FALSE, FALSE);
17576 INSERT INTO config.record_attr_definition(name, label)
17577 VALUES ('marc21_authority_680_ind_1', 'MARC 21 authority field 680 indicator position 1');
17578 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17579 VALUES ('marc21_authority_680_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17580 INSERT INTO config.record_attr_definition(name, label)
17581 VALUES ('marc21_authority_680_ind_2', 'MARC 21 authority field 680 indicator position 2');
17582 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17583 VALUES ('marc21_authority_680_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17584 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17585                                  repeatable, mandatory, hidden)
17586 VALUES (1, 'authority', '680', 'a', $$Heading or subdivision term$$,
17587 TRUE, FALSE, FALSE);
17588 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17589                                  repeatable, mandatory, hidden)
17590 VALUES (1, 'authority', '680', 'i', $$Explanatory text$$,
17591 TRUE, FALSE, FALSE);
17592 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17593                                  repeatable, mandatory, hidden)
17594 VALUES (1, 'authority', '680', '5', $$Institution to which field applies$$,
17595 TRUE, FALSE, FALSE);
17596 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17597                                  repeatable, mandatory, hidden)
17598 VALUES (1, 'authority', '680', '6', $$Linkage$$,
17599 FALSE, FALSE, FALSE);
17600 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17601                                  repeatable, mandatory, hidden)
17602 VALUES (1, 'authority', '680', '8', $$Field link and sequence number$$,
17603 TRUE, FALSE, FALSE);
17604 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17605                               fixed_field, repeatable, mandatory, hidden)
17606 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.$$,
17607 FALSE, TRUE, FALSE, FALSE);
17608 INSERT INTO config.record_attr_definition(name, label)
17609 VALUES ('marc21_authority_681_ind_1', 'MARC 21 authority field 681 indicator position 1');
17610 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17611 VALUES ('marc21_authority_681_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17612 INSERT INTO config.record_attr_definition(name, label)
17613 VALUES ('marc21_authority_681_ind_2', 'MARC 21 authority field 681 indicator position 2');
17614 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17615 VALUES ('marc21_authority_681_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17616 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17617                                  repeatable, mandatory, hidden)
17618 VALUES (1, 'authority', '681', 'a', $$Subject heading or subdivision term$$,
17619 TRUE, FALSE, FALSE);
17620 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17621                                  repeatable, mandatory, hidden)
17622 VALUES (1, 'authority', '681', 'i', $$Explanatory text$$,
17623 TRUE, FALSE, FALSE);
17624 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17625                                  repeatable, mandatory, hidden)
17626 VALUES (1, 'authority', '681', '6', $$Linkage$$,
17627 FALSE, FALSE, FALSE);
17628 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17629                                  repeatable, mandatory, hidden)
17630 VALUES (1, 'authority', '681', '8', $$Field link and sequence number$$,
17631 TRUE, FALSE, FALSE);
17632 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17633                               fixed_field, repeatable, mandatory, hidden)
17634 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.$$,
17635 FALSE, FALSE, FALSE, FALSE);
17636 INSERT INTO config.record_attr_definition(name, label)
17637 VALUES ('marc21_authority_682_ind_1', 'MARC 21 authority field 682 indicator position 1');
17638 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17639 VALUES ('marc21_authority_682_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17640 INSERT INTO config.record_attr_definition(name, label)
17641 VALUES ('marc21_authority_682_ind_2', 'MARC 21 authority field 682 indicator position 2');
17642 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17643 VALUES ('marc21_authority_682_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17644 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17645                                  repeatable, mandatory, hidden)
17646 VALUES (1, 'authority', '682', 'a', $$Replacement heading$$,
17647 TRUE, FALSE, FALSE);
17648 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17649                                  repeatable, mandatory, hidden)
17650 VALUES (1, 'authority', '682', 'i', $$Explanatory text$$,
17651 TRUE, FALSE, FALSE);
17652 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17653                                  repeatable, mandatory, hidden)
17654 VALUES (1, 'authority', '682', '0', $$Replacement authority record control number$$,
17655 TRUE, FALSE, FALSE);
17656 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17657                                  repeatable, mandatory, hidden)
17658 VALUES (1, 'authority', '682', '6', $$Linkage$$,
17659 FALSE, FALSE, FALSE);
17660 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17661                                  repeatable, mandatory, hidden)
17662 VALUES (1, 'authority', '682', '8', $$Field link and sequence number$$,
17663 TRUE, FALSE, FALSE);
17664 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17665                               fixed_field, repeatable, mandatory, hidden)
17666 VALUES (1, 'authority', '688', $$Application History Note$$, $$Information that documents changes in the application of a 1XX heading.$$,
17667 FALSE, TRUE, FALSE, FALSE);
17668 INSERT INTO config.record_attr_definition(name, label)
17669 VALUES ('marc21_authority_688_ind_1', 'MARC 21 authority field 688 indicator position 1');
17670 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17671 VALUES ('marc21_authority_688_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17672 INSERT INTO config.record_attr_definition(name, label)
17673 VALUES ('marc21_authority_688_ind_2', 'MARC 21 authority field 688 indicator position 2');
17674 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17675 VALUES ('marc21_authority_688_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17676 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17677                                  repeatable, mandatory, hidden)
17678 VALUES (1, 'authority', '688', 'a', $$Application history note$$,
17679 FALSE, FALSE, FALSE);
17680 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17681                                  repeatable, mandatory, hidden)
17682 VALUES (1, 'authority', '688', '5', $$Institution to which field applies$$,
17683 TRUE, FALSE, FALSE);
17684 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17685                                  repeatable, mandatory, hidden)
17686 VALUES (1, 'authority', '688', '6', $$Linkage$$,
17687 FALSE, FALSE, FALSE);
17688 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17689                                  repeatable, mandatory, hidden)
17690 VALUES (1, 'authority', '688', '8', $$Field link and sequence number$$,
17691 TRUE, FALSE, FALSE);
17692 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17693                               fixed_field, repeatable, mandatory, hidden)
17694 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.$$,
17695 FALSE, TRUE, FALSE, FALSE);
17696 INSERT INTO config.record_attr_definition(name, label)
17697 VALUES ('marc21_authority_700_ind_1', 'MARC 21 authority field 700 indicator position 1');
17698 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17699 VALUES ('marc21_authority_700_ind_1', '0', $$Forename$$, FALSE, TRUE);
17700 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17701 VALUES ('marc21_authority_700_ind_1', '1', $$Surname$$, FALSE, TRUE);
17702 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17703 VALUES ('marc21_authority_700_ind_1', '3', $$Family name$$, FALSE, TRUE);
17704 INSERT INTO config.record_attr_definition(name, label)
17705 VALUES ('marc21_authority_700_ind_2', 'MARC 21 authority field 700 indicator position 2');
17706 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17707 VALUES ('marc21_authority_700_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
17708 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17709 VALUES ('marc21_authority_700_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
17710 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17711 VALUES ('marc21_authority_700_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
17712 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17713 VALUES ('marc21_authority_700_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
17714 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17715 VALUES ('marc21_authority_700_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
17716 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17717 VALUES ('marc21_authority_700_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
17718 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17719 VALUES ('marc21_authority_700_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
17720 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17721 VALUES ('marc21_authority_700_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
17722 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17723                                  repeatable, mandatory, hidden)
17724 VALUES (1, 'authority', '700', 'a', $$Personal name$$,
17725 FALSE, FALSE, FALSE);
17726 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17727                                  repeatable, mandatory, hidden)
17728 VALUES (1, 'authority', '700', 'b', $$Numeration$$,
17729 FALSE, FALSE, FALSE);
17730 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17731                                  repeatable, mandatory, hidden)
17732 VALUES (1, 'authority', '700', 'c', $$Titles and other words associated with a name$$,
17733 TRUE, FALSE, FALSE);
17734 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17735                                  repeatable, mandatory, hidden)
17736 VALUES (1, 'authority', '700', 'd', $$Dates associated with a name$$,
17737 FALSE, FALSE, FALSE);
17738 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17739                                  repeatable, mandatory, hidden)
17740 VALUES (1, 'authority', '700', 'e', $$Relator term$$,
17741 TRUE, FALSE, FALSE);
17742 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17743                                  repeatable, mandatory, hidden)
17744 VALUES (1, 'authority', '700', 'f', $$Date of a work$$,
17745 FALSE, FALSE, FALSE);
17746 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17747                                  repeatable, mandatory, hidden)
17748 VALUES (1, 'authority', '700', 'g', $$Miscellaneous information$$,
17749 FALSE, FALSE, FALSE);
17750 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17751                                  repeatable, mandatory, hidden)
17752 VALUES (1, 'authority', '700', 'h', $$Medium$$,
17753 FALSE, FALSE, FALSE);
17754 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17755                                  repeatable, mandatory, hidden)
17756 VALUES (1, 'authority', '700', 'j', $$Attribution qualifier$$,
17757 TRUE, FALSE, FALSE);
17758 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17759                                  repeatable, mandatory, hidden)
17760 VALUES (1, 'authority', '700', 'k', $$Form subheading$$,
17761 TRUE, FALSE, FALSE);
17762 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17763                                  repeatable, mandatory, hidden)
17764 VALUES (1, 'authority', '700', 'l', $$Language of a work$$,
17765 FALSE, FALSE, FALSE);
17766 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17767                                  repeatable, mandatory, hidden)
17768 VALUES (1, 'authority', '700', 'm', $$Medium of performance for music$$,
17769 TRUE, FALSE, FALSE);
17770 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17771                                  repeatable, mandatory, hidden)
17772 VALUES (1, 'authority', '700', 'n', $$Number of part/section of a work$$,
17773 TRUE, FALSE, FALSE);
17774 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17775                                  repeatable, mandatory, hidden)
17776 VALUES (1, 'authority', '700', 'o', $$Arranged statement for music$$,
17777 FALSE, FALSE, FALSE);
17778 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17779                                  repeatable, mandatory, hidden)
17780 VALUES (1, 'authority', '700', 'p', $$Name of part/section of a work$$,
17781 TRUE, FALSE, FALSE);
17782 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17783                                  repeatable, mandatory, hidden)
17784 VALUES (1, 'authority', '700', 'q', $$Fuller form of name$$,
17785 FALSE, FALSE, FALSE);
17786 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17787                                  repeatable, mandatory, hidden)
17788 VALUES (1, 'authority', '700', 'r', $$Key for music$$,
17789 FALSE, FALSE, FALSE);
17790 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17791                                  repeatable, mandatory, hidden)
17792 VALUES (1, 'authority', '700', 's', $$Version$$,
17793 FALSE, FALSE, FALSE);
17794 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17795                                  repeatable, mandatory, hidden)
17796 VALUES (1, 'authority', '700', 't', $$Title of a work$$,
17797 FALSE, FALSE, FALSE);
17798 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17799                                  repeatable, mandatory, hidden)
17800 VALUES (1, 'authority', '700', 'v', $$Form subdivision$$,
17801 TRUE, FALSE, FALSE);
17802 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17803                                  repeatable, mandatory, hidden)
17804 VALUES (1, 'authority', '700', 'w', $$Control subfield$$,
17805 FALSE, FALSE, FALSE);
17806 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17807                               fixed_field, repeatable, mandatory, hidden)
17808 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.$$,
17809 FALSE, TRUE, FALSE, FALSE);
17810 INSERT INTO config.record_attr_definition(name, label)
17811 VALUES ('marc21_authority_710_ind_1', 'MARC 21 authority field 710 indicator position 1');
17812 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17813 VALUES ('marc21_authority_710_ind_1', '0', $$Inverted name$$, FALSE, TRUE);
17814 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17815 VALUES ('marc21_authority_710_ind_1', '1', $$Jurisdiction name$$, FALSE, TRUE);
17816 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17817 VALUES ('marc21_authority_710_ind_1', '2', $$Name in direct order$$, FALSE, TRUE);
17818 INSERT INTO config.record_attr_definition(name, label)
17819 VALUES ('marc21_authority_710_ind_2', 'MARC 21 authority field 710 indicator position 2');
17820 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17821 VALUES ('marc21_authority_710_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
17822 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17823 VALUES ('marc21_authority_710_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
17824 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17825 VALUES ('marc21_authority_710_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
17826 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17827 VALUES ('marc21_authority_710_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
17828 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17829 VALUES ('marc21_authority_710_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
17830 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17831 VALUES ('marc21_authority_710_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
17832 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17833 VALUES ('marc21_authority_710_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
17834 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17835 VALUES ('marc21_authority_710_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
17836 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17837                                  repeatable, mandatory, hidden)
17838 VALUES (1, 'authority', '710', 'a', $$Corporate name or jurisdiction name as entry element$$,
17839 FALSE, FALSE, FALSE);
17840 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17841                                  repeatable, mandatory, hidden)
17842 VALUES (1, 'authority', '710', 'b', $$Subordinate unit$$,
17843 TRUE, FALSE, FALSE);
17844 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17845                                  repeatable, mandatory, hidden)
17846 VALUES (1, 'authority', '710', 'c', $$Location of meeting$$,
17847 FALSE, FALSE, FALSE);
17848 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17849                                  repeatable, mandatory, hidden)
17850 VALUES (1, 'authority', '710', 'd', $$Date of meeting or treaty signing$$,
17851 TRUE, FALSE, FALSE);
17852 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17853                                  repeatable, mandatory, hidden)
17854 VALUES (1, 'authority', '710', 'e', $$Relator term$$,
17855 TRUE, FALSE, FALSE);
17856 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17857                                  repeatable, mandatory, hidden)
17858 VALUES (1, 'authority', '710', 'f', $$Date of a work$$,
17859 FALSE, FALSE, FALSE);
17860 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17861                                  repeatable, mandatory, hidden)
17862 VALUES (1, 'authority', '710', 'g', $$Miscellaneous information$$,
17863 FALSE, FALSE, FALSE);
17864 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17865                                  repeatable, mandatory, hidden)
17866 VALUES (1, 'authority', '710', 'h', $$Medium$$,
17867 FALSE, FALSE, FALSE);
17868 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17869                                  repeatable, mandatory, hidden)
17870 VALUES (1, 'authority', '710', 'k', $$Form subheading$$,
17871 TRUE, FALSE, FALSE);
17872 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17873                                  repeatable, mandatory, hidden)
17874 VALUES (1, 'authority', '710', 'l', $$Language of a work$$,
17875 FALSE, FALSE, FALSE);
17876 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17877                                  repeatable, mandatory, hidden)
17878 VALUES (1, 'authority', '710', 'm', $$Medium of performance for music$$,
17879 TRUE, FALSE, FALSE);
17880 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17881                                  repeatable, mandatory, hidden)
17882 VALUES (1, 'authority', '710', 'n', $$Number of part/section/meeting$$,
17883 TRUE, FALSE, FALSE);
17884 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17885                                  repeatable, mandatory, hidden)
17886 VALUES (1, 'authority', '710', 'o', $$Arranged statement for music$$,
17887 FALSE, FALSE, FALSE);
17888 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17889                                  repeatable, mandatory, hidden)
17890 VALUES (1, 'authority', '710', 'p', $$Name of part/section of a work$$,
17891 TRUE, FALSE, FALSE);
17892 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17893                                  repeatable, mandatory, hidden)
17894 VALUES (1, 'authority', '710', 'r', $$Key for music$$,
17895 FALSE, FALSE, FALSE);
17896 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17897                                  repeatable, mandatory, hidden)
17898 VALUES (1, 'authority', '710', 's', $$Version$$,
17899 FALSE, FALSE, FALSE);
17900 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17901                                  repeatable, mandatory, hidden)
17902 VALUES (1, 'authority', '710', 't', $$Title of a work$$,
17903 FALSE, FALSE, FALSE);
17904 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17905                                  repeatable, mandatory, hidden)
17906 VALUES (1, 'authority', '710', 'v', $$Form subdivision$$,
17907 TRUE, FALSE, FALSE);
17908 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17909                                  repeatable, mandatory, hidden)
17910 VALUES (1, 'authority', '710', 'w', $$Control subfield$$,
17911 FALSE, FALSE, FALSE);
17912 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17913                               fixed_field, repeatable, mandatory, hidden)
17914 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.$$,
17915 FALSE, TRUE, FALSE, FALSE);
17916 INSERT INTO config.record_attr_definition(name, label)
17917 VALUES ('marc21_authority_711_ind_1', 'MARC 21 authority field 711 indicator position 1');
17918 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17919 VALUES ('marc21_authority_711_ind_1', '0', $$Inverted name$$, FALSE, TRUE);
17920 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17921 VALUES ('marc21_authority_711_ind_1', '1', $$Jurisdiction name$$, FALSE, TRUE);
17922 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17923 VALUES ('marc21_authority_711_ind_1', '2', $$Name in direct order$$, FALSE, TRUE);
17924 INSERT INTO config.record_attr_definition(name, label)
17925 VALUES ('marc21_authority_711_ind_2', 'MARC 21 authority field 711 indicator position 2');
17926 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17927 VALUES ('marc21_authority_711_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
17928 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17929 VALUES ('marc21_authority_711_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
17930 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17931 VALUES ('marc21_authority_711_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
17932 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17933 VALUES ('marc21_authority_711_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
17934 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17935 VALUES ('marc21_authority_711_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
17936 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17937 VALUES ('marc21_authority_711_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
17938 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17939 VALUES ('marc21_authority_711_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
17940 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17941 VALUES ('marc21_authority_711_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
17942 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17943                                  repeatable, mandatory, hidden)
17944 VALUES (1, 'authority', '711', 'a', $$Meeting name or jurisdiction name as entry element$$,
17945 FALSE, FALSE, FALSE);
17946 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17947                                  repeatable, mandatory, hidden)
17948 VALUES (1, 'authority', '711', 'c', $$Location of meeting$$,
17949 FALSE, FALSE, FALSE);
17950 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17951                                  repeatable, mandatory, hidden)
17952 VALUES (1, 'authority', '711', 'd', $$Date of meeting$$,
17953 FALSE, FALSE, FALSE);
17954 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17955                                  repeatable, mandatory, hidden)
17956 VALUES (1, 'authority', '711', 'e', $$Subordinate unit$$,
17957 TRUE, FALSE, FALSE);
17958 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17959                                  repeatable, mandatory, hidden)
17960 VALUES (1, 'authority', '711', 'f', $$Date of a work$$,
17961 FALSE, FALSE, FALSE);
17962 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17963                                  repeatable, mandatory, hidden)
17964 VALUES (1, 'authority', '711', 'g', $$Miscellaneous information$$,
17965 FALSE, FALSE, FALSE);
17966 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17967                                  repeatable, mandatory, hidden)
17968 VALUES (1, 'authority', '711', 'h', $$Medium$$,
17969 FALSE, FALSE, FALSE);
17970 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17971                                  repeatable, mandatory, hidden)
17972 VALUES (1, 'authority', '711', 'j', $$Relator term$$,
17973 TRUE, FALSE, FALSE);
17974 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17975                                  repeatable, mandatory, hidden)
17976 VALUES (1, 'authority', '711', 'k', $$Form subheading$$,
17977 TRUE, FALSE, FALSE);
17978 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17979                                  repeatable, mandatory, hidden)
17980 VALUES (1, 'authority', '711', 'l', $$Language of a work$$,
17981 FALSE, FALSE, FALSE);
17982 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17983                                  repeatable, mandatory, hidden)
17984 VALUES (1, 'authority', '711', 'n', $$Number of part/section/meeting$$,
17985 TRUE, FALSE, FALSE);
17986 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17987                                  repeatable, mandatory, hidden)
17988 VALUES (1, 'authority', '711', 'p', $$Name of part/section of a work$$,
17989 TRUE, FALSE, FALSE);
17990 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17991                                  repeatable, mandatory, hidden)
17992 VALUES (1, 'authority', '711', 'q', $$Name of meeting following jurisdiction name entry element$$,
17993 FALSE, FALSE, FALSE);
17994 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17995                                  repeatable, mandatory, hidden)
17996 VALUES (1, 'authority', '711', 's', $$Version$$,
17997 FALSE, FALSE, FALSE);
17998 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17999                                  repeatable, mandatory, hidden)
18000 VALUES (1, 'authority', '711', 't', $$Title of a work$$,
18001 FALSE, FALSE, FALSE);
18002 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18003                                  repeatable, mandatory, hidden)
18004 VALUES (1, 'authority', '711', 'v', $$Form subdivision$$,
18005 TRUE, FALSE, FALSE);
18006 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18007                                  repeatable, mandatory, hidden)
18008 VALUES (1, 'authority', '711', 'w', $$Control subfield$$,
18009 FALSE, FALSE, FALSE);
18010 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18011                               fixed_field, repeatable, mandatory, hidden)
18012 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.$$,
18013 FALSE, TRUE, FALSE, FALSE);
18014 INSERT INTO config.record_attr_definition(name, label)
18015 VALUES ('marc21_authority_730_ind_1', 'MARC 21 authority field 730 indicator position 1');
18016 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18017 VALUES ('marc21_authority_730_ind_1', '#', $$Undefined$$, FALSE, TRUE);
18018 INSERT INTO config.record_attr_definition(name, label)
18019 VALUES ('marc21_authority_730_ind_2', 'MARC 21 authority field 730 indicator position 2');
18020 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18021 VALUES ('marc21_authority_730_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
18022 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18023 VALUES ('marc21_authority_730_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
18024 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18025 VALUES ('marc21_authority_730_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
18026 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18027 VALUES ('marc21_authority_730_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
18028 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18029 VALUES ('marc21_authority_730_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
18030 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18031 VALUES ('marc21_authority_730_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
18032 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18033 VALUES ('marc21_authority_730_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
18034 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18035 VALUES ('marc21_authority_730_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
18036 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18037                                  repeatable, mandatory, hidden)
18038 VALUES (1, 'authority', '730', 'a', $$Uniform title$$,
18039 FALSE, FALSE, FALSE);
18040 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18041                                  repeatable, mandatory, hidden)
18042 VALUES (1, 'authority', '730', 'd', $$Date of treaty signing$$,
18043 TRUE, FALSE, FALSE);
18044 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18045                                  repeatable, mandatory, hidden)
18046 VALUES (1, 'authority', '730', 'f', $$Date of a work$$,
18047 FALSE, FALSE, FALSE);
18048 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18049                                  repeatable, mandatory, hidden)
18050 VALUES (1, 'authority', '730', 'g', $$Miscellaneous information$$,
18051 FALSE, FALSE, FALSE);
18052 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18053                                  repeatable, mandatory, hidden)
18054 VALUES (1, 'authority', '730', 'h', $$Medium$$,
18055 FALSE, FALSE, FALSE);
18056 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18057                                  repeatable, mandatory, hidden)
18058 VALUES (1, 'authority', '730', 'k', $$Form subheading$$,
18059 TRUE, FALSE, FALSE);
18060 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18061                                  repeatable, mandatory, hidden)
18062 VALUES (1, 'authority', '730', 'l', $$Language of a work$$,
18063 FALSE, FALSE, FALSE);
18064 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18065                                  repeatable, mandatory, hidden)
18066 VALUES (1, 'authority', '730', 'm', $$Medium of performance for music$$,
18067 TRUE, FALSE, FALSE);
18068 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18069                                  repeatable, mandatory, hidden)
18070 VALUES (1, 'authority', '730', 'n', $$Number of part/section of a work$$,
18071 TRUE, FALSE, FALSE);
18072 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18073                                  repeatable, mandatory, hidden)
18074 VALUES (1, 'authority', '730', 'o', $$Arranged statement for music$$,
18075 FALSE, FALSE, FALSE);
18076 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18077                                  repeatable, mandatory, hidden)
18078 VALUES (1, 'authority', '730', 'p', $$Name of part/section of a work$$,
18079 TRUE, FALSE, FALSE);
18080 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18081                                  repeatable, mandatory, hidden)
18082 VALUES (1, 'authority', '730', 'r', $$Key for music$$,
18083 FALSE, FALSE, FALSE);
18084 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18085                                  repeatable, mandatory, hidden)
18086 VALUES (1, 'authority', '730', 's', $$Version$$,
18087 FALSE, FALSE, FALSE);
18088 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18089                                  repeatable, mandatory, hidden)
18090 VALUES (1, 'authority', '730', 't', $$Title of a work$$,
18091 FALSE, FALSE, FALSE);
18092 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18093                                  repeatable, mandatory, hidden)
18094 VALUES (1, 'authority', '730', 'v', $$Form subdivision$$,
18095 TRUE, FALSE, FALSE);
18096 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18097                                  repeatable, mandatory, hidden)
18098 VALUES (1, 'authority', '730', 'w', $$Control subfield$$,
18099 FALSE, FALSE, FALSE);
18100 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18101                               fixed_field, repeatable, mandatory, hidden)
18102 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.$$,
18103 FALSE, TRUE, FALSE, FALSE);
18104 INSERT INTO config.record_attr_definition(name, label)
18105 VALUES ('marc21_authority_748_ind_1', 'MARC 21 authority field 748 indicator position 1');
18106 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18107 VALUES ('marc21_authority_748_ind_1', '#', $$Undefined$$, FALSE, TRUE);
18108 INSERT INTO config.record_attr_definition(name, label)
18109 VALUES ('marc21_authority_748_ind_2', 'MARC 21 authority field 748 indicator position 2');
18110 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18111 VALUES ('marc21_authority_748_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
18112 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18113 VALUES ('marc21_authority_748_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
18114 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18115 VALUES ('marc21_authority_748_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
18116 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18117 VALUES ('marc21_authority_748_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
18118 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18119 VALUES ('marc21_authority_748_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
18120 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18121 VALUES ('marc21_authority_748_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
18122 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18123 VALUES ('marc21_authority_748_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
18124 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18125 VALUES ('marc21_authority_748_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
18126 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18127                                  repeatable, mandatory, hidden)
18128 VALUES (1, 'authority', '748', 'a', $$Chronological term$$,
18129 FALSE, FALSE, FALSE);
18130 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18131                                  repeatable, mandatory, hidden)
18132 VALUES (1, 'authority', '748', 'v', $$Form subdivision$$,
18133 TRUE, FALSE, FALSE);
18134 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18135                                  repeatable, mandatory, hidden)
18136 VALUES (1, 'authority', '748', 'w', $$Control subfield$$,
18137 FALSE, FALSE, FALSE);
18138 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18139                               fixed_field, repeatable, mandatory, hidden)
18140 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.$$,
18141 FALSE, TRUE, FALSE, FALSE);
18142 INSERT INTO config.record_attr_definition(name, label)
18143 VALUES ('marc21_authority_750_ind_1', 'MARC 21 authority field 750 indicator position 1');
18144 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18145 VALUES ('marc21_authority_750_ind_1', '#', $$Undefined$$, FALSE, TRUE);
18146 INSERT INTO config.record_attr_definition(name, label)
18147 VALUES ('marc21_authority_750_ind_2', 'MARC 21 authority field 750 indicator position 2');
18148 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18149 VALUES ('marc21_authority_750_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
18150 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18151 VALUES ('marc21_authority_750_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
18152 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18153 VALUES ('marc21_authority_750_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
18154 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18155 VALUES ('marc21_authority_750_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
18156 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18157 VALUES ('marc21_authority_750_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
18158 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18159 VALUES ('marc21_authority_750_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
18160 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18161 VALUES ('marc21_authority_750_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
18162 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18163 VALUES ('marc21_authority_750_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
18164 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18165                                  repeatable, mandatory, hidden)
18166 VALUES (1, 'authority', '750', 'a', $$Topical term or geographic name entry element$$,
18167 FALSE, FALSE, FALSE);
18168 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18169                                  repeatable, mandatory, hidden)
18170 VALUES (1, 'authority', '750', 'b', $$Topical term following geographic name entry element$$,
18171 FALSE, FALSE, FALSE);
18172 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18173                                  repeatable, mandatory, hidden)
18174 VALUES (1, 'authority', '750', 'v', $$Form subdivision$$,
18175 TRUE, FALSE, FALSE);
18176 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18177                                  repeatable, mandatory, hidden)
18178 VALUES (1, 'authority', '750', 'w', $$Control subfield$$,
18179 FALSE, FALSE, FALSE);
18180 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18181                               fixed_field, repeatable, mandatory, hidden)
18182 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.$$,
18183 FALSE, TRUE, FALSE, FALSE);
18184 INSERT INTO config.record_attr_definition(name, label)
18185 VALUES ('marc21_authority_751_ind_1', 'MARC 21 authority field 751 indicator position 1');
18186 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18187 VALUES ('marc21_authority_751_ind_1', '#', $$Undefined$$, FALSE, TRUE);
18188 INSERT INTO config.record_attr_definition(name, label)
18189 VALUES ('marc21_authority_751_ind_2', 'MARC 21 authority field 751 indicator position 2');
18190 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18191 VALUES ('marc21_authority_751_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
18192 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18193 VALUES ('marc21_authority_751_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
18194 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18195 VALUES ('marc21_authority_751_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
18196 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18197 VALUES ('marc21_authority_751_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
18198 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18199 VALUES ('marc21_authority_751_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
18200 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18201 VALUES ('marc21_authority_751_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
18202 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18203 VALUES ('marc21_authority_751_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
18204 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18205 VALUES ('marc21_authority_751_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
18206 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18207                                  repeatable, mandatory, hidden)
18208 VALUES (1, 'authority', '751', 'a', $$Geographic name$$,
18209 FALSE, FALSE, FALSE);
18210 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18211                                  repeatable, mandatory, hidden)
18212 VALUES (1, 'authority', '751', 'v', $$Form subdivision$$,
18213 TRUE, FALSE, FALSE);
18214 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18215                                  repeatable, mandatory, hidden)
18216 VALUES (1, 'authority', '751', 'w', $$Control subfield$$,
18217 FALSE, FALSE, FALSE);
18218 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18219                               fixed_field, repeatable, mandatory, hidden)
18220 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.$$,
18221 FALSE, TRUE, FALSE, FALSE);
18222 INSERT INTO config.record_attr_definition(name, label)
18223 VALUES ('marc21_authority_755_ind_1', 'MARC 21 authority field 755 indicator position 1');
18224 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18225 VALUES ('marc21_authority_755_ind_1', '#', $$Undefined$$, FALSE, TRUE);
18226 INSERT INTO config.record_attr_definition(name, label)
18227 VALUES ('marc21_authority_755_ind_2', 'MARC 21 authority field 755 indicator position 2');
18228 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18229 VALUES ('marc21_authority_755_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
18230 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18231 VALUES ('marc21_authority_755_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
18232 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18233 VALUES ('marc21_authority_755_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
18234 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18235 VALUES ('marc21_authority_755_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
18236 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18237 VALUES ('marc21_authority_755_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
18238 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18239 VALUES ('marc21_authority_755_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
18240 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18241 VALUES ('marc21_authority_755_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
18242 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18243 VALUES ('marc21_authority_755_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
18244 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18245                                  repeatable, mandatory, hidden)
18246 VALUES (1, 'authority', '755', 'a', $$Genre/form term as entry element$$,
18247 FALSE, FALSE, FALSE);
18248 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18249                                  repeatable, mandatory, hidden)
18250 VALUES (1, 'authority', '755', 'v', $$Form subdivision$$,
18251 TRUE, FALSE, FALSE);
18252 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18253                                  repeatable, mandatory, hidden)
18254 VALUES (1, 'authority', '755', 'w', $$Control subfield$$,
18255 FALSE, FALSE, FALSE);
18256 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18257                               fixed_field, repeatable, mandatory, hidden)
18258 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.$$,
18259 FALSE, TRUE, FALSE, FALSE);
18260 INSERT INTO config.record_attr_definition(name, label)
18261 VALUES ('marc21_authority_780_ind_1', 'MARC 21 authority field 780 indicator position 1');
18262 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18263 VALUES ('marc21_authority_780_ind_1', '#', $$Undefined$$, FALSE, TRUE);
18264 INSERT INTO config.record_attr_definition(name, label)
18265 VALUES ('marc21_authority_780_ind_2', 'MARC 21 authority field 780 indicator position 2');
18266 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18267 VALUES ('marc21_authority_780_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
18268 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18269 VALUES ('marc21_authority_780_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
18270 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18271 VALUES ('marc21_authority_780_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
18272 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18273 VALUES ('marc21_authority_780_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
18274 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18275 VALUES ('marc21_authority_780_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
18276 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18277 VALUES ('marc21_authority_780_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
18278 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18279 VALUES ('marc21_authority_780_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
18280 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18281 VALUES ('marc21_authority_780_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
18282 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18283                                  repeatable, mandatory, hidden)
18284 VALUES (1, 'authority', '780', 'v', $$Form subdivision$$,
18285 TRUE, FALSE, FALSE);
18286 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18287                                  repeatable, mandatory, hidden)
18288 VALUES (1, 'authority', '780', 'w', $$Control subfield$$,
18289 FALSE, FALSE, FALSE);
18290 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18291                                  repeatable, mandatory, hidden)
18292 VALUES (1, 'authority', '780', 'a', $$Link not displayed$$,
18293 TRUE, FALSE, FALSE);
18294 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18295                                  repeatable, mandatory, hidden)
18296 VALUES (1, 'authority', '780', 'b', $$Link not displayed, field 788 used$$,
18297 TRUE, FALSE, FALSE);
18298 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18299                                  repeatable, mandatory, hidden)
18300 VALUES (1, 'authority', '780', 'c', $$Link not displayed, non-7XX field used$$,
18301 TRUE, FALSE, FALSE);
18302 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18303                                  repeatable, mandatory, hidden)
18304 VALUES (1, 'authority', '780', 'n', $$Not applicable$$,
18305 TRUE, FALSE, FALSE);
18306 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18307                               fixed_field, repeatable, mandatory, hidden)
18308 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.$$,
18309 FALSE, TRUE, FALSE, FALSE);
18310 INSERT INTO config.record_attr_definition(name, label)
18311 VALUES ('marc21_authority_781_ind_1', 'MARC 21 authority field 781 indicator position 1');
18312 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18313 VALUES ('marc21_authority_781_ind_1', '#', $$Undefined$$, FALSE, TRUE);
18314 INSERT INTO config.record_attr_definition(name, label)
18315 VALUES ('marc21_authority_781_ind_2', 'MARC 21 authority field 781 indicator position 2');
18316 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18317 VALUES ('marc21_authority_781_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
18318 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18319 VALUES ('marc21_authority_781_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
18320 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18321 VALUES ('marc21_authority_781_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
18322 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18323 VALUES ('marc21_authority_781_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
18324 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18325 VALUES ('marc21_authority_781_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
18326 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18327 VALUES ('marc21_authority_781_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
18328 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18329 VALUES ('marc21_authority_781_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
18330 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18331 VALUES ('marc21_authority_781_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
18332 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18333                                  repeatable, mandatory, hidden)
18334 VALUES (1, 'authority', '781', 'v', $$Form subdivision$$,
18335 TRUE, FALSE, FALSE);
18336 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18337                                  repeatable, mandatory, hidden)
18338 VALUES (1, 'authority', '781', 'w', $$Control subfield$$,
18339 FALSE, FALSE, FALSE);
18340 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18341                                  repeatable, mandatory, hidden)
18342 VALUES (1, 'authority', '781', 'a', $$Link not displayed$$,
18343 TRUE, FALSE, FALSE);
18344 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18345                                  repeatable, mandatory, hidden)
18346 VALUES (1, 'authority', '781', 'b', $$Link not displayed, field 788 used$$,
18347 TRUE, FALSE, FALSE);
18348 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18349                                  repeatable, mandatory, hidden)
18350 VALUES (1, 'authority', '781', 'c', $$Link not displayed, non-7XX field used$$,
18351 TRUE, FALSE, FALSE);
18352 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18353                                  repeatable, mandatory, hidden)
18354 VALUES (1, 'authority', '781', 'n', $$Not applicable$$,
18355 TRUE, FALSE, FALSE);
18356 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18357                               fixed_field, repeatable, mandatory, hidden)
18358 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.$$,
18359 FALSE, TRUE, FALSE, FALSE);
18360 INSERT INTO config.record_attr_definition(name, label)
18361 VALUES ('marc21_authority_782_ind_1', 'MARC 21 authority field 782 indicator position 1');
18362 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18363 VALUES ('marc21_authority_782_ind_1', '#', $$Undefined$$, FALSE, TRUE);
18364 INSERT INTO config.record_attr_definition(name, label)
18365 VALUES ('marc21_authority_782_ind_2', 'MARC 21 authority field 782 indicator position 2');
18366 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18367 VALUES ('marc21_authority_782_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
18368 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18369 VALUES ('marc21_authority_782_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
18370 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18371 VALUES ('marc21_authority_782_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
18372 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18373 VALUES ('marc21_authority_782_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
18374 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18375 VALUES ('marc21_authority_782_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
18376 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18377 VALUES ('marc21_authority_782_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
18378 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18379 VALUES ('marc21_authority_782_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
18380 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18381 VALUES ('marc21_authority_782_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
18382 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18383                                  repeatable, mandatory, hidden)
18384 VALUES (1, 'authority', '782', 'v', $$Form subdivision$$,
18385 TRUE, FALSE, FALSE);
18386 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18387                                  repeatable, mandatory, hidden)
18388 VALUES (1, 'authority', '782', 'w', $$Control subfield$$,
18389 FALSE, FALSE, FALSE);
18390 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18391                                  repeatable, mandatory, hidden)
18392 VALUES (1, 'authority', '782', 'a', $$Link not displayed$$,
18393 TRUE, FALSE, FALSE);
18394 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18395                                  repeatable, mandatory, hidden)
18396 VALUES (1, 'authority', '782', 'b', $$Link not displayed, field 788 used$$,
18397 TRUE, FALSE, FALSE);
18398 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18399                                  repeatable, mandatory, hidden)
18400 VALUES (1, 'authority', '782', 'c', $$Link not displayed, non-7XX field used$$,
18401 TRUE, FALSE, FALSE);
18402 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18403                                  repeatable, mandatory, hidden)
18404 VALUES (1, 'authority', '782', 'n', $$Not applicable$$,
18405 TRUE, FALSE, FALSE);
18406 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18407                               fixed_field, repeatable, mandatory, hidden)
18408 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.$$,
18409 FALSE, TRUE, FALSE, FALSE);
18410 INSERT INTO config.record_attr_definition(name, label)
18411 VALUES ('marc21_authority_785_ind_1', 'MARC 21 authority field 785 indicator position 1');
18412 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18413 VALUES ('marc21_authority_785_ind_1', '#', $$Undefined$$, FALSE, TRUE);
18414 INSERT INTO config.record_attr_definition(name, label)
18415 VALUES ('marc21_authority_785_ind_2', 'MARC 21 authority field 785 indicator position 2');
18416 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18417 VALUES ('marc21_authority_785_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
18418 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18419 VALUES ('marc21_authority_785_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
18420 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18421 VALUES ('marc21_authority_785_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
18422 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18423 VALUES ('marc21_authority_785_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
18424 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18425 VALUES ('marc21_authority_785_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
18426 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18427 VALUES ('marc21_authority_785_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
18428 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18429 VALUES ('marc21_authority_785_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
18430 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18431 VALUES ('marc21_authority_785_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
18432 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18433                                  repeatable, mandatory, hidden)
18434 VALUES (1, 'authority', '785', 'v', $$Form subdivision$$,
18435 TRUE, FALSE, FALSE);
18436 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18437                                  repeatable, mandatory, hidden)
18438 VALUES (1, 'authority', '785', 'w', $$Control subfield$$,
18439 FALSE, FALSE, FALSE);
18440 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18441                                  repeatable, mandatory, hidden)
18442 VALUES (1, 'authority', '785', 'a', $$Link not displayed$$,
18443 TRUE, FALSE, FALSE);
18444 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18445                                  repeatable, mandatory, hidden)
18446 VALUES (1, 'authority', '785', 'b', $$Link not displayed, field 788 used$$,
18447 TRUE, FALSE, FALSE);
18448 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18449                                  repeatable, mandatory, hidden)
18450 VALUES (1, 'authority', '785', 'c', $$Link not displayed, non-7XX field used$$,
18451 TRUE, FALSE, FALSE);
18452 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18453                                  repeatable, mandatory, hidden)
18454 VALUES (1, 'authority', '785', 'n', $$Not applicable$$,
18455 TRUE, FALSE, FALSE);
18456 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18457                               fixed_field, repeatable, mandatory, hidden)
18458 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.$$,
18459 FALSE, FALSE, FALSE, FALSE);
18460 INSERT INTO config.record_attr_definition(name, label)
18461 VALUES ('marc21_authority_788_ind_1', 'MARC 21 authority field 788 indicator position 1');
18462 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18463 VALUES ('marc21_authority_788_ind_1', '#', $$Undefined$$, FALSE, TRUE);
18464 INSERT INTO config.record_attr_definition(name, label)
18465 VALUES ('marc21_authority_788_ind_2', 'MARC 21 authority field 788 indicator position 2');
18466 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18467 VALUES ('marc21_authority_788_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
18468 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18469 VALUES ('marc21_authority_788_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
18470 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18471 VALUES ('marc21_authority_788_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
18472 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18473 VALUES ('marc21_authority_788_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
18474 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18475 VALUES ('marc21_authority_788_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
18476 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18477 VALUES ('marc21_authority_788_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
18478 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18479 VALUES ('marc21_authority_788_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
18480 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18481 VALUES ('marc21_authority_788_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
18482 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18483                                  repeatable, mandatory, hidden)
18484 VALUES (1, 'authority', '788', 'a', $$Heading referred to$$,
18485 TRUE, FALSE, FALSE);
18486 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18487                                  repeatable, mandatory, hidden)
18488 VALUES (1, 'authority', '788', 'i', $$Explanatory text$$,
18489 TRUE, FALSE, FALSE);
18490 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18491                                  repeatable, mandatory, hidden)
18492 VALUES (1, 'authority', '788', '2', $$Source of heading or term$$,
18493 FALSE, FALSE, FALSE);
18494 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18495                                  repeatable, mandatory, hidden)
18496 VALUES (1, 'authority', '788', '5', $$Institution to which field applies$$,
18497 TRUE, FALSE, FALSE);
18498 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18499                                  repeatable, mandatory, hidden)
18500 VALUES (1, 'authority', '788', '6', $$Linkage$$,
18501 FALSE, FALSE, FALSE);
18502 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18503                                  repeatable, mandatory, hidden)
18504 VALUES (1, 'authority', '788', '8', $$Field link and sequence number$$,
18505 TRUE, FALSE, FALSE);
18506 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18507                               fixed_field, repeatable, mandatory, hidden)
18508 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.$$,
18509 FALSE, TRUE, FALSE, FALSE);
18510 INSERT INTO config.record_attr_definition(name, label)
18511 VALUES ('marc21_authority_856_ind_1', 'MARC 21 authority field 856 indicator position 1');
18512 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18513 VALUES ('marc21_authority_856_ind_1', '#', $$No information provided$$, FALSE, TRUE);
18514 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18515 VALUES ('marc21_authority_856_ind_1', '0', $$Email$$, FALSE, TRUE);
18516 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18517 VALUES ('marc21_authority_856_ind_1', '1', $$FTP$$, FALSE, TRUE);
18518 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18519 VALUES ('marc21_authority_856_ind_1', '2', $$Remote login (Telnet)$$, FALSE, TRUE);
18520 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18521 VALUES ('marc21_authority_856_ind_1', '3', $$Dial-up$$, FALSE, TRUE);
18522 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18523 VALUES ('marc21_authority_856_ind_1', '4', $$HTTP$$, FALSE, TRUE);
18524 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18525 VALUES ('marc21_authority_856_ind_1', '7', $$Method specified in subfield $2$$, FALSE, TRUE);
18526 INSERT INTO config.record_attr_definition(name, label)
18527 VALUES ('marc21_authority_856_ind_2', 'MARC 21 authority field 856 indicator position 2');
18528 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18529 VALUES ('marc21_authority_856_ind_2', '#', $$No information provided$$, FALSE, TRUE);
18530 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18531 VALUES ('marc21_authority_856_ind_2', '0', $$Resource$$, FALSE, TRUE);
18532 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18533 VALUES ('marc21_authority_856_ind_2', '1', $$Version of resource$$, FALSE, TRUE);
18534 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18535 VALUES ('marc21_authority_856_ind_2', '2', $$Related resource$$, FALSE, TRUE);
18536 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18537 VALUES ('marc21_authority_856_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
18538 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18539                                  repeatable, mandatory, hidden)
18540 VALUES (1, 'authority', '856', 'a', $$Host name$$,
18541 TRUE, FALSE, FALSE);
18542 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18543                                  repeatable, mandatory, hidden)
18544 VALUES (1, 'authority', '856', 'b', $$Access number$$,
18545 TRUE, FALSE, FALSE);
18546 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18547                                  repeatable, mandatory, hidden)
18548 VALUES (1, 'authority', '856', 'c', $$Compression information$$,
18549 TRUE, FALSE, FALSE);
18550 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18551                                  repeatable, mandatory, hidden)
18552 VALUES (1, 'authority', '856', 'd', $$Path$$,
18553 TRUE, FALSE, FALSE);
18554 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18555                                  repeatable, mandatory, hidden)
18556 VALUES (1, 'authority', '856', 'f', $$Electronic name$$,
18557 TRUE, FALSE, FALSE);
18558 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18559                                  repeatable, mandatory, hidden)
18560 VALUES (1, 'authority', '856', 'h', $$Processor of request$$,
18561 FALSE, FALSE, FALSE);
18562 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18563                                  repeatable, mandatory, hidden)
18564 VALUES (1, 'authority', '856', 'i', $$Instruction$$,
18565 TRUE, FALSE, FALSE);
18566 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18567                                  repeatable, mandatory, hidden)
18568 VALUES (1, 'authority', '856', 'j', $$Bits per second$$,
18569 FALSE, FALSE, FALSE);
18570 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18571                                  repeatable, mandatory, hidden)
18572 VALUES (1, 'authority', '856', 'k', $$Password$$,
18573 FALSE, FALSE, FALSE);
18574 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18575                                  repeatable, mandatory, hidden)
18576 VALUES (1, 'authority', '856', 'l', $$Logon$$,
18577 FALSE, FALSE, FALSE);
18578 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18579                                  repeatable, mandatory, hidden)
18580 VALUES (1, 'authority', '856', 'm', $$Contact for access assistance$$,
18581 TRUE, FALSE, FALSE);
18582 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18583                                  repeatable, mandatory, hidden)
18584 VALUES (1, 'authority', '856', 'n', $$Name of location of host$$,
18585 FALSE, FALSE, FALSE);
18586 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18587                                  repeatable, mandatory, hidden)
18588 VALUES (1, 'authority', '856', 'o', $$Operating system$$,
18589 FALSE, FALSE, FALSE);
18590 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18591                                  repeatable, mandatory, hidden)
18592 VALUES (1, 'authority', '856', 'p', $$Port$$,
18593 FALSE, FALSE, FALSE);
18594 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18595                                  repeatable, mandatory, hidden)
18596 VALUES (1, 'authority', '856', 'q', $$Electronic format type$$,
18597 FALSE, FALSE, FALSE);
18598 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18599                                  repeatable, mandatory, hidden)
18600 VALUES (1, 'authority', '856', 'r', $$Settings$$,
18601 FALSE, FALSE, FALSE);
18602 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18603                                  repeatable, mandatory, hidden)
18604 VALUES (1, 'authority', '856', 's', $$File size$$,
18605 TRUE, FALSE, FALSE);
18606 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18607                                  repeatable, mandatory, hidden)
18608 VALUES (1, 'authority', '856', 't', $$Terminal emulation$$,
18609 TRUE, FALSE, FALSE);
18610 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18611                                  repeatable, mandatory, hidden)
18612 VALUES (1, 'authority', '856', 'u', $$Uniform Resource Identifier$$,
18613 TRUE, FALSE, FALSE);
18614 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18615                                  repeatable, mandatory, hidden)
18616 VALUES (1, 'authority', '856', 'v', $$Hours access method available$$,
18617 TRUE, FALSE, FALSE);
18618 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18619                                  repeatable, mandatory, hidden)
18620 VALUES (1, 'authority', '856', 'w', $$Record control number$$,
18621 TRUE, FALSE, FALSE);
18622 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18623                                  repeatable, mandatory, hidden)
18624 VALUES (1, 'authority', '856', 'x', $$Nonpublic note$$,
18625 TRUE, FALSE, FALSE);
18626 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18627                                  repeatable, mandatory, hidden)
18628 VALUES (1, 'authority', '856', 'y', $$Link text$$,
18629 TRUE, FALSE, FALSE);
18630 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18631                                  repeatable, mandatory, hidden)
18632 VALUES (1, 'authority', '856', 'z', $$Public note$$,
18633 TRUE, FALSE, FALSE);
18634 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18635                                  repeatable, mandatory, hidden)
18636 VALUES (1, 'authority', '856', '2', $$Access method$$,
18637 FALSE, FALSE, FALSE);
18638 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18639                                  repeatable, mandatory, hidden)
18640 VALUES (1, 'authority', '856', '3', $$Materials specified$$,
18641 FALSE, FALSE, FALSE);
18642 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18643                                  repeatable, mandatory, hidden)
18644 VALUES (1, 'authority', '856', '6', $$Linkage$$,
18645 FALSE, FALSE, FALSE);
18646 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18647                                  repeatable, mandatory, hidden)
18648 VALUES (1, 'authority', '856', '8', $$Field link and sequence number$$,
18649 TRUE, FALSE, FALSE);
18650 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18651                               fixed_field, repeatable, mandatory, hidden)
18652 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.$$,
18653 FALSE, TRUE, FALSE, FALSE);
18654 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18655                                  repeatable, mandatory, hidden)
18656 VALUES (1, 'authority', '880', '6', $$Linkage$$,
18657 FALSE, FALSE, FALSE);
18658 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18659                               fixed_field, repeatable, mandatory, hidden)
18660 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.$$,
18661 TRUE, FALSE, FALSE, FALSE);
18662 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18663                               fixed_field, repeatable, mandatory, hidden)
18664 VALUES (1, 'serial', '003', $$Control Number Identifier$$, $$MARC code for the agency whose system control number is present in field 001 (Control Number).$$,
18665 TRUE, FALSE, FALSE, FALSE);
18666 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18667                               fixed_field, repeatable, mandatory, hidden)
18668 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.$$,
18669 TRUE, FALSE, FALSE, FALSE);
18670 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18671                               fixed_field, repeatable, mandatory, hidden)
18672 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.$$,
18673 TRUE, FALSE, FALSE, FALSE);
18674 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18675                               fixed_field, repeatable, mandatory, hidden)
18676 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).$$,
18677 TRUE, FALSE, FALSE, FALSE);
18678 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18679                               fixed_field, repeatable, mandatory, hidden)
18680 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.$$,
18681 TRUE, FALSE, FALSE, FALSE);
18682 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18683                               fixed_field, repeatable, mandatory, hidden)
18684 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.$$,
18685 FALSE, FALSE, FALSE, FALSE);
18686 INSERT INTO config.record_attr_definition(name, label)
18687 VALUES ('marc21_serial_010_ind_1', 'MARC 21 serial field 010 indicator position 1');
18688 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18689 VALUES ('marc21_serial_010_ind_1', '#', $$Undefined$$, FALSE, TRUE);
18690 INSERT INTO config.record_attr_definition(name, label)
18691 VALUES ('marc21_serial_010_ind_2', 'MARC 21 serial field 010 indicator position 2');
18692 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18693 VALUES ('marc21_serial_010_ind_2', '#', $$Undefined$$, FALSE, TRUE);
18694 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18695                                  repeatable, mandatory, hidden)
18696 VALUES (1, 'serial', '010', 'a', $$LC control number$$,
18697 FALSE, FALSE, FALSE);
18698 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18699                                  repeatable, mandatory, hidden)
18700 VALUES (1, 'serial', '010', 'b', $$NUCMC control number$$,
18701 TRUE, FALSE, FALSE);
18702 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18703                                  repeatable, mandatory, hidden)
18704 VALUES (1, 'serial', '010', 'z', $$Canceled or invalid LC control number$$,
18705 TRUE, FALSE, FALSE);
18706 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18707                                  repeatable, mandatory, hidden)
18708 VALUES (1, 'serial', '010', '8', $$Field link and sequence number$$,
18709 TRUE, FALSE, FALSE);
18710 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18711                               fixed_field, repeatable, mandatory, hidden)
18712 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.$$,
18713 FALSE, TRUE, FALSE, FALSE);
18714 INSERT INTO config.record_attr_definition(name, label)
18715 VALUES ('marc21_serial_014_ind_1', 'MARC 21 serial field 014 indicator position 1');
18716 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18717 VALUES ('marc21_serial_014_ind_1', '0', $$Holdings record number$$, FALSE, TRUE);
18718 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18719 VALUES ('marc21_serial_014_ind_1', '1', $$Bibliographic record number$$, FALSE, TRUE);
18720 INSERT INTO config.record_attr_definition(name, label)
18721 VALUES ('marc21_serial_014_ind_2', 'MARC 21 serial field 014 indicator position 2');
18722 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18723 VALUES ('marc21_serial_014_ind_2', '#', $$Undefined$$, FALSE, TRUE);
18724 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18725                                  repeatable, mandatory, hidden)
18726 VALUES (1, 'serial', '014', 'a', $$Linkage number$$,
18727 FALSE, FALSE, FALSE);
18728 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18729                                  repeatable, mandatory, hidden)
18730 VALUES (1, 'serial', '014', 'b', $$Source of number$$,
18731 FALSE, FALSE, FALSE);
18732 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18733                                  repeatable, mandatory, hidden)
18734 VALUES (1, 'serial', '014', 'z', $$Canceled or invalid linkage number$$,
18735 TRUE, FALSE, FALSE);
18736 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18737                                  repeatable, mandatory, hidden)
18738 VALUES (1, 'serial', '014', '6', $$Linkage$$,
18739 FALSE, FALSE, FALSE);
18740 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18741                               fixed_field, repeatable, mandatory, hidden)
18742 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.$$,
18743 FALSE, TRUE, FALSE, FALSE);
18744 INSERT INTO config.record_attr_definition(name, label)
18745 VALUES ('marc21_serial_016_ind_1', 'MARC 21 serial field 016 indicator position 1');
18746 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18747 VALUES ('marc21_serial_016_ind_1', '#', $$Library and Archives Canada$$, FALSE, TRUE);
18748 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18749 VALUES ('marc21_serial_016_ind_1', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
18750 INSERT INTO config.record_attr_definition(name, label)
18751 VALUES ('marc21_serial_016_ind_2', 'MARC 21 serial field 016 indicator position 2');
18752 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18753 VALUES ('marc21_serial_016_ind_2', '#', $$Undefined$$, FALSE, TRUE);
18754 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18755                                  repeatable, mandatory, hidden)
18756 VALUES (1, 'serial', '016', 'a', $$Record control number$$,
18757 FALSE, FALSE, FALSE);
18758 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18759                                  repeatable, mandatory, hidden)
18760 VALUES (1, 'serial', '016', 'z', $$Canceled or invalid control number$$,
18761 TRUE, FALSE, FALSE);
18762 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18763                                  repeatable, mandatory, hidden)
18764 VALUES (1, 'serial', '016', '2', $$Source$$,
18765 FALSE, FALSE, FALSE);
18766 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18767                                  repeatable, mandatory, hidden)
18768 VALUES (1, 'serial', '016', '8', $$Field link and sequence number$$,
18769 TRUE, FALSE, FALSE);
18770 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18771                               fixed_field, repeatable, mandatory, hidden)
18772 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.$$,
18773 FALSE, TRUE, FALSE, FALSE);
18774 INSERT INTO config.record_attr_definition(name, label)
18775 VALUES ('marc21_serial_017_ind_1', 'MARC 21 serial field 017 indicator position 1');
18776 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18777 VALUES ('marc21_serial_017_ind_1', '#', $$Undefined$$, FALSE, TRUE);
18778 INSERT INTO config.record_attr_definition(name, label)
18779 VALUES ('marc21_serial_017_ind_2', 'MARC 21 serial field 017 indicator position 2');
18780 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18781 VALUES ('marc21_serial_017_ind_2', '#', $$Copyright or legal deposit number$$, FALSE, TRUE);
18782 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18783 VALUES ('marc21_serial_017_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
18784 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18785                                  repeatable, mandatory, hidden)
18786 VALUES (1, 'serial', '017', 'a', $$Copyright or legal deposit number$$,
18787 TRUE, FALSE, FALSE);
18788 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18789                                  repeatable, mandatory, hidden)
18790 VALUES (1, 'serial', '017', 'b', $$Assigning agency$$,
18791 FALSE, FALSE, FALSE);
18792 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18793                                  repeatable, mandatory, hidden)
18794 VALUES (1, 'serial', '017', 'd', $$Date$$,
18795 FALSE, FALSE, FALSE);
18796 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18797                                  repeatable, mandatory, hidden)
18798 VALUES (1, 'serial', '017', 'i', $$Display text$$,
18799 FALSE, FALSE, FALSE);
18800 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18801                                  repeatable, mandatory, hidden)
18802 VALUES (1, 'serial', '017', 'z', $$Canceled/invalid copyright or legal deposit number$$,
18803 TRUE, FALSE, FALSE);
18804 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18805                                  repeatable, mandatory, hidden)
18806 VALUES (1, 'serial', '017', '2', $$Source$$,
18807 FALSE, FALSE, FALSE);
18808 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18809                                  repeatable, mandatory, hidden)
18810 VALUES (1, 'serial', '017', '6', $$Linkage$$,
18811 FALSE, FALSE, FALSE);
18812 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18813                                  repeatable, mandatory, hidden)
18814 VALUES (1, 'serial', '017', '8', $$Field link and sequence number$$,
18815 TRUE, FALSE, FALSE);
18816 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18817                               fixed_field, repeatable, mandatory, hidden)
18818 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.$$,
18819 FALSE, TRUE, FALSE, FALSE);
18820 INSERT INTO config.record_attr_definition(name, label)
18821 VALUES ('marc21_serial_020_ind_1', 'MARC 21 serial field 020 indicator position 1');
18822 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18823 VALUES ('marc21_serial_020_ind_1', '#', $$Undefined$$, FALSE, TRUE);
18824 INSERT INTO config.record_attr_definition(name, label)
18825 VALUES ('marc21_serial_020_ind_2', 'MARC 21 serial field 020 indicator position 2');
18826 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18827 VALUES ('marc21_serial_020_ind_2', '#', $$Undefined$$, FALSE, TRUE);
18828 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18829                                  repeatable, mandatory, hidden)
18830 VALUES (1, 'serial', '020', 'a', $$International Standard Book Number$$,
18831 FALSE, FALSE, FALSE);
18832 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18833                                  repeatable, mandatory, hidden)
18834 VALUES (1, 'serial', '020', 'c', $$Terms of availability$$,
18835 FALSE, FALSE, FALSE);
18836 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18837                                  repeatable, mandatory, hidden)
18838 VALUES (1, 'serial', '020', 'z', $$Canceled/invalid ISBN$$,
18839 TRUE, FALSE, FALSE);
18840 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18841                                  repeatable, mandatory, hidden)
18842 VALUES (1, 'serial', '020', '6', $$Linkage$$,
18843 FALSE, FALSE, FALSE);
18844 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18845                                  repeatable, mandatory, hidden)
18846 VALUES (1, 'serial', '020', '8', $$Field link and sequence number$$,
18847 TRUE, FALSE, FALSE);
18848 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18849                               fixed_field, repeatable, mandatory, hidden)
18850 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.$$,
18851 FALSE, TRUE, FALSE, FALSE);
18852 INSERT INTO config.record_attr_definition(name, label)
18853 VALUES ('marc21_serial_022_ind_1', 'MARC 21 serial field 022 indicator position 1');
18854 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18855 VALUES ('marc21_serial_022_ind_1', '#', $$No level specified$$, FALSE, TRUE);
18856 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18857 VALUES ('marc21_serial_022_ind_1', '0', $$Continuing resource of international interest$$, FALSE, TRUE);
18858 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18859 VALUES ('marc21_serial_022_ind_1', '1', $$Continuing resource not of international interest$$, FALSE, TRUE);
18860 INSERT INTO config.record_attr_definition(name, label)
18861 VALUES ('marc21_serial_022_ind_2', 'MARC 21 serial field 022 indicator position 2');
18862 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18863 VALUES ('marc21_serial_022_ind_2', '#', $$Undefined$$, FALSE, TRUE);
18864 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18865                                  repeatable, mandatory, hidden)
18866 VALUES (1, 'serial', '022', 'a', $$International Standard Serial Number$$,
18867 FALSE, FALSE, FALSE);
18868 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18869                                  repeatable, mandatory, hidden)
18870 VALUES (1, 'serial', '022', 'l', $$ISSN-L$$,
18871 FALSE, FALSE, FALSE);
18872 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18873                                  repeatable, mandatory, hidden)
18874 VALUES (1, 'serial', '022', 'm', $$Canceled ISSN-L$$,
18875 TRUE, FALSE, FALSE);
18876 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18877                                  repeatable, mandatory, hidden)
18878 VALUES (1, 'serial', '022', 'y', $$Incorrect ISSN$$,
18879 TRUE, FALSE, FALSE);
18880 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18881                                  repeatable, mandatory, hidden)
18882 VALUES (1, 'serial', '022', 'z', $$Canceled ISSN$$,
18883 TRUE, FALSE, FALSE);
18884 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18885                                  repeatable, mandatory, hidden)
18886 VALUES (1, 'serial', '022', '6', $$Linkage$$,
18887 FALSE, FALSE, FALSE);
18888 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18889                                  repeatable, mandatory, hidden)
18890 VALUES (1, 'serial', '022', '8', $$Field link and sequence number$$,
18891 TRUE, FALSE, FALSE);
18892 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18893                               fixed_field, repeatable, mandatory, hidden)
18894 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).$$,
18895 FALSE, TRUE, FALSE, FALSE);
18896 INSERT INTO config.record_attr_definition(name, label)
18897 VALUES ('marc21_serial_024_ind_1', 'MARC 21 serial field 024 indicator position 1');
18898 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18899 VALUES ('marc21_serial_024_ind_1', '0', $$International Standard Recording Code$$, FALSE, TRUE);
18900 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18901 VALUES ('marc21_serial_024_ind_1', '1', $$Universal Product Code$$, FALSE, TRUE);
18902 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18903 VALUES ('marc21_serial_024_ind_1', '2', $$International Standard Music Number$$, FALSE, TRUE);
18904 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18905 VALUES ('marc21_serial_024_ind_1', '3', $$International Article Number$$, FALSE, TRUE);
18906 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18907 VALUES ('marc21_serial_024_ind_1', '4', $$Serial Item and Contribution Identifier$$, FALSE, TRUE);
18908 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18909 VALUES ('marc21_serial_024_ind_1', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
18910 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18911 VALUES ('marc21_serial_024_ind_1', '8', $$Unspecified type of standard number or code$$, FALSE, TRUE);
18912 INSERT INTO config.record_attr_definition(name, label)
18913 VALUES ('marc21_serial_024_ind_2', 'MARC 21 serial field 024 indicator position 2');
18914 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18915 VALUES ('marc21_serial_024_ind_2', '#', $$No information provided$$, FALSE, TRUE);
18916 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18917 VALUES ('marc21_serial_024_ind_2', '0', $$No difference$$, FALSE, TRUE);
18918 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18919 VALUES ('marc21_serial_024_ind_2', '1', $$Difference$$, FALSE, TRUE);
18920 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18921                                  repeatable, mandatory, hidden)
18922 VALUES (1, 'serial', '024', 'a', $$Standard number or code$$,
18923 FALSE, FALSE, FALSE);
18924 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18925                                  repeatable, mandatory, hidden)
18926 VALUES (1, 'serial', '024', 'c', $$Terms of availability$$,
18927 FALSE, FALSE, FALSE);
18928 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18929                                  repeatable, mandatory, hidden)
18930 VALUES (1, 'serial', '024', 'd', $$Additional codes following the standard number or code$$,
18931 FALSE, FALSE, FALSE);
18932 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18933                                  repeatable, mandatory, hidden)
18934 VALUES (1, 'serial', '024', 'z', $$Canceled/invalid standard number or code$$,
18935 TRUE, FALSE, FALSE);
18936 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18937                                  repeatable, mandatory, hidden)
18938 VALUES (1, 'serial', '024', '2', $$Source of number or code$$,
18939 FALSE, FALSE, FALSE);
18940 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18941                                  repeatable, mandatory, hidden)
18942 VALUES (1, 'serial', '024', '6', $$Linkage$$,
18943 FALSE, FALSE, FALSE);
18944 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18945                                  repeatable, mandatory, hidden)
18946 VALUES (1, 'serial', '024', '8', $$Field link and sequence number$$,
18947 TRUE, FALSE, FALSE);
18948 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18949                               fixed_field, repeatable, mandatory, hidden)
18950 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.$$,
18951 FALSE, TRUE, FALSE, FALSE);
18952 INSERT INTO config.record_attr_definition(name, label)
18953 VALUES ('marc21_serial_027_ind_1', 'MARC 21 serial field 027 indicator position 1');
18954 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18955 VALUES ('marc21_serial_027_ind_1', '#', $$Undefined$$, FALSE, TRUE);
18956 INSERT INTO config.record_attr_definition(name, label)
18957 VALUES ('marc21_serial_027_ind_2', 'MARC 21 serial field 027 indicator position 2');
18958 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18959 VALUES ('marc21_serial_027_ind_2', '#', $$Undefined$$, FALSE, TRUE);
18960 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18961                                  repeatable, mandatory, hidden)
18962 VALUES (1, 'serial', '027', 'a', $$Standard Technical Report Number$$,
18963 FALSE, FALSE, FALSE);
18964 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18965                                  repeatable, mandatory, hidden)
18966 VALUES (1, 'serial', '027', 'z', $$Canceled/invalid STRN$$,
18967 TRUE, FALSE, FALSE);
18968 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18969                                  repeatable, mandatory, hidden)
18970 VALUES (1, 'serial', '027', '6', $$Linkage$$,
18971 FALSE, FALSE, FALSE);
18972 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18973                                  repeatable, mandatory, hidden)
18974 VALUES (1, 'serial', '027', '8', $$Field link and sequence number$$,
18975 TRUE, FALSE, FALSE);
18976 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18977                               fixed_field, repeatable, mandatory, hidden)
18978 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.$$,
18979 FALSE, FALSE, FALSE, FALSE);
18980 INSERT INTO config.record_attr_definition(name, label)
18981 VALUES ('marc21_serial_030_ind_1', 'MARC 21 serial field 030 indicator position 1');
18982 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18983 VALUES ('marc21_serial_030_ind_1', '#', $$Undefined$$, FALSE, TRUE);
18984 INSERT INTO config.record_attr_definition(name, label)
18985 VALUES ('marc21_serial_030_ind_2', 'MARC 21 serial field 030 indicator position 2');
18986 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18987 VALUES ('marc21_serial_030_ind_2', '#', $$Undefined$$, FALSE, TRUE);
18988 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18989                                  repeatable, mandatory, hidden)
18990 VALUES (1, 'serial', '030', 'a', $$CODEN$$,
18991 FALSE, FALSE, FALSE);
18992 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18993                                  repeatable, mandatory, hidden)
18994 VALUES (1, 'serial', '030', 'z', $$Canceled/invalid CODEN$$,
18995 TRUE, FALSE, FALSE);
18996 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18997                                  repeatable, mandatory, hidden)
18998 VALUES (1, 'serial', '030', '6', $$Linkage$$,
18999 FALSE, FALSE, FALSE);
19000 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19001                                  repeatable, mandatory, hidden)
19002 VALUES (1, 'serial', '030', '8', $$Field link and sequence number$$,
19003 TRUE, FALSE, FALSE);
19004 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19005                               fixed_field, repeatable, mandatory, hidden)
19006 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.$$,
19007 FALSE, TRUE, FALSE, FALSE);
19008 INSERT INTO config.record_attr_definition(name, label)
19009 VALUES ('marc21_serial_035_ind_1', 'MARC 21 serial field 035 indicator position 1');
19010 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19011 VALUES ('marc21_serial_035_ind_1', '#', $$Undefined$$, FALSE, TRUE);
19012 INSERT INTO config.record_attr_definition(name, label)
19013 VALUES ('marc21_serial_035_ind_2', 'MARC 21 serial field 035 indicator position 2');
19014 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19015 VALUES ('marc21_serial_035_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19016 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19017                                  repeatable, mandatory, hidden)
19018 VALUES (1, 'serial', '035', 'a', $$System control number$$,
19019 FALSE, FALSE, FALSE);
19020 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19021                                  repeatable, mandatory, hidden)
19022 VALUES (1, 'serial', '035', 'z', $$Canceled or invalid control number$$,
19023 TRUE, FALSE, FALSE);
19024 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19025                                  repeatable, mandatory, hidden)
19026 VALUES (1, 'serial', '035', '6', $$Linkage$$,
19027 FALSE, FALSE, FALSE);
19028 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19029                                  repeatable, mandatory, hidden)
19030 VALUES (1, 'serial', '035', '8', $$Field link and sequence number$$,
19031 TRUE, FALSE, FALSE);
19032 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19033                               fixed_field, repeatable, mandatory, hidden)
19034 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.$$,
19035 FALSE, FALSE, FALSE, FALSE);
19036 INSERT INTO config.record_attr_definition(name, label)
19037 VALUES ('marc21_serial_040_ind_1', 'MARC 21 serial field 040 indicator position 1');
19038 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19039 VALUES ('marc21_serial_040_ind_1', '#', $$Undefined$$, FALSE, TRUE);
19040 INSERT INTO config.record_attr_definition(name, label)
19041 VALUES ('marc21_serial_040_ind_2', 'MARC 21 serial field 040 indicator position 2');
19042 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19043 VALUES ('marc21_serial_040_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19044 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19045                                  repeatable, mandatory, hidden)
19046 VALUES (1, 'serial', '040', 'a', $$Original cataloging agency$$,
19047 FALSE, FALSE, FALSE);
19048 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19049                                  repeatable, mandatory, hidden)
19050 VALUES (1, 'serial', '040', 'b', $$Language of cataloging$$,
19051 FALSE, FALSE, FALSE);
19052 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19053                                  repeatable, mandatory, hidden)
19054 VALUES (1, 'serial', '040', 'c', $$Transcribing agency$$,
19055 FALSE, FALSE, FALSE);
19056 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19057                                  repeatable, mandatory, hidden)
19058 VALUES (1, 'serial', '040', 'd', $$Modifying agency$$,
19059 TRUE, FALSE, FALSE);
19060 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19061                                  repeatable, mandatory, hidden)
19062 VALUES (1, 'serial', '040', '6', $$Linkage$$,
19063 FALSE, FALSE, FALSE);
19064 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19065                                  repeatable, mandatory, hidden)
19066 VALUES (1, 'serial', '040', '8', $$Field link and sequence number$$,
19067 TRUE, FALSE, FALSE);
19068 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19069                               fixed_field, repeatable, mandatory, hidden)
19070 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 .$$,
19071 FALSE, FALSE, FALSE, FALSE);
19072 INSERT INTO config.record_attr_definition(name, label)
19073 VALUES ('marc21_serial_066_ind_1', 'MARC 21 serial field 066 indicator position 1');
19074 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19075 VALUES ('marc21_serial_066_ind_1', '#', $$Undefined$$, FALSE, TRUE);
19076 INSERT INTO config.record_attr_definition(name, label)
19077 VALUES ('marc21_serial_066_ind_2', 'MARC 21 serial field 066 indicator position 2');
19078 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19079 VALUES ('marc21_serial_066_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19080 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19081                                  repeatable, mandatory, hidden)
19082 VALUES (1, 'serial', '066', 'a', $$Primary G0 character set$$,
19083 FALSE, FALSE, FALSE);
19084 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19085                                  repeatable, mandatory, hidden)
19086 VALUES (1, 'serial', '066', 'b', $$Primary G1 character set$$,
19087 FALSE, FALSE, FALSE);
19088 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19089                                  repeatable, mandatory, hidden)
19090 VALUES (1, 'serial', '066', 'c', $$Alternate G0 or G1 character set$$,
19091 TRUE, FALSE, FALSE);
19092 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19093                               fixed_field, repeatable, mandatory, hidden)
19094 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.$$,
19095 FALSE, TRUE, FALSE, FALSE);
19096 INSERT INTO config.record_attr_definition(name, label)
19097 VALUES ('marc21_serial_337_ind_1', 'MARC 21 serial field 337 indicator position 1');
19098 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19099 VALUES ('marc21_serial_337_ind_1', '#', $$Undefined$$, FALSE, TRUE);
19100 INSERT INTO config.record_attr_definition(name, label)
19101 VALUES ('marc21_serial_337_ind_2', 'MARC 21 serial field 337 indicator position 2');
19102 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19103 VALUES ('marc21_serial_337_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19104 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19105                                  repeatable, mandatory, hidden)
19106 VALUES (1, 'serial', '337', 'a', $$Media type term$$,
19107 TRUE, FALSE, FALSE);
19108 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19109                                  repeatable, mandatory, hidden)
19110 VALUES (1, 'serial', '337', 'b', $$Media type code$$,
19111 TRUE, FALSE, FALSE);
19112 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19113                                  repeatable, mandatory, hidden)
19114 VALUES (1, 'serial', '337', '2', $$Source$$,
19115 FALSE, FALSE, FALSE);
19116 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19117                                  repeatable, mandatory, hidden)
19118 VALUES (1, 'serial', '337', '3', $$Materials specified$$,
19119 FALSE, FALSE, FALSE);
19120 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19121                                  repeatable, mandatory, hidden)
19122 VALUES (1, 'serial', '337', '6', $$Linkage$$,
19123 FALSE, FALSE, FALSE);
19124 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19125                                  repeatable, mandatory, hidden)
19126 VALUES (1, 'serial', '337', '8', $$Field link and sequence number$$,
19127 TRUE, FALSE, FALSE);
19128 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19129                               fixed_field, repeatable, mandatory, hidden)
19130 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.$$,
19131 FALSE, TRUE, FALSE, FALSE);
19132 INSERT INTO config.record_attr_definition(name, label)
19133 VALUES ('marc21_serial_338_ind_1', 'MARC 21 serial field 338 indicator position 1');
19134 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19135 VALUES ('marc21_serial_338_ind_1', '#', $$Undefined$$, FALSE, TRUE);
19136 INSERT INTO config.record_attr_definition(name, label)
19137 VALUES ('marc21_serial_338_ind_2', 'MARC 21 serial field 338 indicator position 2');
19138 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19139 VALUES ('marc21_serial_338_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19140 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19141                                  repeatable, mandatory, hidden)
19142 VALUES (1, 'serial', '338', 'a', $$Carrier type term$$,
19143 TRUE, FALSE, FALSE);
19144 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19145                                  repeatable, mandatory, hidden)
19146 VALUES (1, 'serial', '338', '2', $$Source$$,
19147 FALSE, FALSE, FALSE);
19148 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19149                                  repeatable, mandatory, hidden)
19150 VALUES (1, 'serial', '338', '3', $$Materials specified$$,
19151 FALSE, FALSE, FALSE);
19152 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19153                                  repeatable, mandatory, hidden)
19154 VALUES (1, 'serial', '338', '6', $$Linkage$$,
19155 FALSE, FALSE, FALSE);
19156 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19157                                  repeatable, mandatory, hidden)
19158 VALUES (1, 'serial', '338', '8', $$Field link and sequence number$$,
19159 TRUE, FALSE, FALSE);
19160 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19161                               fixed_field, repeatable, mandatory, hidden)
19162 VALUES (1, 'serial', '506', $$Restrictions on Access Note$$, $$Information about restrictions imposed on access to the described materials.$$,
19163 FALSE, TRUE, FALSE, FALSE);
19164 INSERT INTO config.record_attr_definition(name, label)
19165 VALUES ('marc21_serial_506_ind_1', 'MARC 21 serial field 506 indicator position 1');
19166 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19167 VALUES ('marc21_serial_506_ind_1', '#', $$No information provided$$, FALSE, TRUE);
19168 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19169 VALUES ('marc21_serial_506_ind_1', '0', $$No restrictions$$, FALSE, TRUE);
19170 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19171 VALUES ('marc21_serial_506_ind_1', '1', $$Restrictions apply$$, FALSE, TRUE);
19172 INSERT INTO config.record_attr_definition(name, label)
19173 VALUES ('marc21_serial_506_ind_2', 'MARC 21 serial field 506 indicator position 2');
19174 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19175 VALUES ('marc21_serial_506_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19176 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19177                                  repeatable, mandatory, hidden)
19178 VALUES (1, 'serial', '506', 'a', $$Terms governing access$$,
19179 FALSE, FALSE, FALSE);
19180 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19181                                  repeatable, mandatory, hidden)
19182 VALUES (1, 'serial', '506', 'b', $$Jurisdiction$$,
19183 TRUE, FALSE, FALSE);
19184 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19185                                  repeatable, mandatory, hidden)
19186 VALUES (1, 'serial', '506', 'c', $$Physical access provisions$$,
19187 TRUE, FALSE, FALSE);
19188 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19189                                  repeatable, mandatory, hidden)
19190 VALUES (1, 'serial', '506', 'd', $$Authorized users$$,
19191 TRUE, FALSE, FALSE);
19192 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19193                                  repeatable, mandatory, hidden)
19194 VALUES (1, 'serial', '506', 'e', $$Authorization$$,
19195 TRUE, FALSE, FALSE);
19196 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19197                                  repeatable, mandatory, hidden)
19198 VALUES (1, 'serial', '506', 'f', $$Standardized terminology for access restriction$$,
19199 TRUE, FALSE, FALSE);
19200 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19201                                  repeatable, mandatory, hidden)
19202 VALUES (1, 'serial', '506', 'u', $$Uniform Resource Identifier$$,
19203 TRUE, FALSE, FALSE);
19204 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19205                                  repeatable, mandatory, hidden)
19206 VALUES (1, 'serial', '506', '2', $$Source of term$$,
19207 FALSE, FALSE, FALSE);
19208 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19209                                  repeatable, mandatory, hidden)
19210 VALUES (1, 'serial', '506', '3', $$Materials specified$$,
19211 FALSE, FALSE, FALSE);
19212 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19213                                  repeatable, mandatory, hidden)
19214 VALUES (1, 'serial', '506', '5', $$Institution to which field applies$$,
19215 FALSE, FALSE, FALSE);
19216 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19217                                  repeatable, mandatory, hidden)
19218 VALUES (1, 'serial', '506', '6', $$Linkage$$,
19219 FALSE, FALSE, FALSE);
19220 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19221                                  repeatable, mandatory, hidden)
19222 VALUES (1, 'serial', '506', '8', $$Field link and sequence number$$,
19223 TRUE, FALSE, FALSE);
19224 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19225                               fixed_field, repeatable, mandatory, hidden)
19226 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.$$,
19227 FALSE, TRUE, FALSE, FALSE);
19228 INSERT INTO config.record_attr_definition(name, label)
19229 VALUES ('marc21_serial_538_ind_1', 'MARC 21 serial field 538 indicator position 1');
19230 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19231 VALUES ('marc21_serial_538_ind_1', '#', $$Undefined$$, FALSE, TRUE);
19232 INSERT INTO config.record_attr_definition(name, label)
19233 VALUES ('marc21_serial_538_ind_2', 'MARC 21 serial field 538 indicator position 2');
19234 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19235 VALUES ('marc21_serial_538_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19236 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19237                                  repeatable, mandatory, hidden)
19238 VALUES (1, 'serial', '538', 'a', $$System details note$$,
19239 FALSE, FALSE, FALSE);
19240 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19241                                  repeatable, mandatory, hidden)
19242 VALUES (1, 'serial', '538', 'i', $$Display text$$,
19243 FALSE, FALSE, FALSE);
19244 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19245                                  repeatable, mandatory, hidden)
19246 VALUES (1, 'serial', '538', 'u', $$Uniform Resource Identifier$$,
19247 TRUE, FALSE, FALSE);
19248 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19249                                  repeatable, mandatory, hidden)
19250 VALUES (1, 'serial', '538', '3', $$Materials specified$$,
19251 FALSE, FALSE, FALSE);
19252 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19253                                  repeatable, mandatory, hidden)
19254 VALUES (1, 'serial', '538', '5', $$Institution to which field applies$$,
19255 TRUE, FALSE, FALSE);
19256 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19257                                  repeatable, mandatory, hidden)
19258 VALUES (1, 'serial', '538', '6', $$Linkage$$,
19259 FALSE, FALSE, FALSE);
19260 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19261                                  repeatable, mandatory, hidden)
19262 VALUES (1, 'serial', '538', '8', $$Field link and sequence number$$,
19263 TRUE, FALSE, FALSE);
19264 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19265                               fixed_field, repeatable, mandatory, hidden)
19266 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.$$,
19267 FALSE, TRUE, FALSE, FALSE);
19268 INSERT INTO config.record_attr_definition(name, label)
19269 VALUES ('marc21_serial_541_ind_1', 'MARC 21 serial field 541 indicator position 1');
19270 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19271 VALUES ('marc21_serial_541_ind_1', '#', $$No information provided$$, FALSE, TRUE);
19272 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19273 VALUES ('marc21_serial_541_ind_1', '0', $$Private$$, FALSE, TRUE);
19274 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19275 VALUES ('marc21_serial_541_ind_1', '1', $$Not private$$, FALSE, TRUE);
19276 INSERT INTO config.record_attr_definition(name, label)
19277 VALUES ('marc21_serial_541_ind_2', 'MARC 21 serial field 541 indicator position 2');
19278 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19279 VALUES ('marc21_serial_541_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19280 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19281                                  repeatable, mandatory, hidden)
19282 VALUES (1, 'serial', '541', 'a', $$Source of acquisition$$,
19283 FALSE, FALSE, FALSE);
19284 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19285                                  repeatable, mandatory, hidden)
19286 VALUES (1, 'serial', '541', 'b', $$Address$$,
19287 FALSE, FALSE, FALSE);
19288 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19289                                  repeatable, mandatory, hidden)
19290 VALUES (1, 'serial', '541', 'c', $$Method of acquisition$$,
19291 FALSE, FALSE, FALSE);
19292 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19293                                  repeatable, mandatory, hidden)
19294 VALUES (1, 'serial', '541', 'd', $$Date of acquisition$$,
19295 FALSE, FALSE, FALSE);
19296 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19297                                  repeatable, mandatory, hidden)
19298 VALUES (1, 'serial', '541', 'e', $$Accession number$$,
19299 FALSE, FALSE, FALSE);
19300 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19301                                  repeatable, mandatory, hidden)
19302 VALUES (1, 'serial', '541', 'f', $$Owner$$,
19303 FALSE, FALSE, FALSE);
19304 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19305                                  repeatable, mandatory, hidden)
19306 VALUES (1, 'serial', '541', 'h', $$Purchase price$$,
19307 FALSE, FALSE, FALSE);
19308 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19309                                  repeatable, mandatory, hidden)
19310 VALUES (1, 'serial', '541', 'n', $$Extent$$,
19311 TRUE, FALSE, FALSE);
19312 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19313                                  repeatable, mandatory, hidden)
19314 VALUES (1, 'serial', '541', 'o', $$Type of unit$$,
19315 TRUE, FALSE, FALSE);
19316 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19317                                  repeatable, mandatory, hidden)
19318 VALUES (1, 'serial', '541', '3', $$Materials specified$$,
19319 FALSE, FALSE, FALSE);
19320 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19321                                  repeatable, mandatory, hidden)
19322 VALUES (1, 'serial', '541', '5', $$Institution to which field applies$$,
19323 FALSE, FALSE, FALSE);
19324 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19325                                  repeatable, mandatory, hidden)
19326 VALUES (1, 'serial', '541', '6', $$Linkage$$,
19327 FALSE, FALSE, FALSE);
19328 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19329                                  repeatable, mandatory, hidden)
19330 VALUES (1, 'serial', '541', '8', $$Field link and sequence number$$,
19331 TRUE, FALSE, FALSE);
19332 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19333                               fixed_field, repeatable, mandatory, hidden)
19334 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.$$,
19335 FALSE, TRUE, FALSE, FALSE);
19336 INSERT INTO config.record_attr_definition(name, label)
19337 VALUES ('marc21_serial_561_ind_1', 'MARC 21 serial field 561 indicator position 1');
19338 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19339 VALUES ('marc21_serial_561_ind_1', '#', $$No information provided$$, FALSE, TRUE);
19340 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19341 VALUES ('marc21_serial_561_ind_1', '0', $$Private$$, FALSE, TRUE);
19342 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19343 VALUES ('marc21_serial_561_ind_1', '1', $$Not private$$, FALSE, TRUE);
19344 INSERT INTO config.record_attr_definition(name, label)
19345 VALUES ('marc21_serial_561_ind_2', 'MARC 21 serial field 561 indicator position 2');
19346 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19347 VALUES ('marc21_serial_561_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19348 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19349                                  repeatable, mandatory, hidden)
19350 VALUES (1, 'serial', '561', 'a', $$History$$,
19351 FALSE, FALSE, FALSE);
19352 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19353                                  repeatable, mandatory, hidden)
19354 VALUES (1, 'serial', '561', '3', $$Materials specified$$,
19355 FALSE, FALSE, FALSE);
19356 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19357                                  repeatable, mandatory, hidden)
19358 VALUES (1, 'serial', '561', '5', $$Institution to which field applies$$,
19359 FALSE, FALSE, FALSE);
19360 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19361                                  repeatable, mandatory, hidden)
19362 VALUES (1, 'serial', '561', '6', $$Linkage$$,
19363 FALSE, FALSE, FALSE);
19364 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19365                                  repeatable, mandatory, hidden)
19366 VALUES (1, 'serial', '561', '8', $$Field link and sequence number$$,
19367 TRUE, FALSE, FALSE);
19368 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19369                               fixed_field, repeatable, mandatory, hidden)
19370 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.$$,
19371 FALSE, TRUE, FALSE, FALSE);
19372 INSERT INTO config.record_attr_definition(name, label)
19373 VALUES ('marc21_serial_562_ind_1', 'MARC 21 serial field 562 indicator position 1');
19374 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19375 VALUES ('marc21_serial_562_ind_1', '#', $$Undefined$$, FALSE, TRUE);
19376 INSERT INTO config.record_attr_definition(name, label)
19377 VALUES ('marc21_serial_562_ind_2', 'MARC 21 serial field 562 indicator position 2');
19378 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19379 VALUES ('marc21_serial_562_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19380 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19381                                  repeatable, mandatory, hidden)
19382 VALUES (1, 'serial', '562', 'a', $$Identifying markings$$,
19383 TRUE, FALSE, FALSE);
19384 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19385                                  repeatable, mandatory, hidden)
19386 VALUES (1, 'serial', '562', 'b', $$Copy identification$$,
19387 TRUE, FALSE, FALSE);
19388 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19389                                  repeatable, mandatory, hidden)
19390 VALUES (1, 'serial', '562', 'c', $$Version identification$$,
19391 TRUE, FALSE, FALSE);
19392 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19393                                  repeatable, mandatory, hidden)
19394 VALUES (1, 'serial', '562', 'd', $$Presentation format$$,
19395 TRUE, FALSE, FALSE);
19396 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19397                                  repeatable, mandatory, hidden)
19398 VALUES (1, 'serial', '562', 'e', $$Number of copies$$,
19399 TRUE, FALSE, FALSE);
19400 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19401                                  repeatable, mandatory, hidden)
19402 VALUES (1, 'serial', '562', '3', $$Materials specified$$,
19403 FALSE, FALSE, FALSE);
19404 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19405                                  repeatable, mandatory, hidden)
19406 VALUES (1, 'serial', '562', '5', $$Institution to which field applies$$,
19407 FALSE, FALSE, FALSE);
19408 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19409                                  repeatable, mandatory, hidden)
19410 VALUES (1, 'serial', '562', '6', $$Linkage$$,
19411 FALSE, FALSE, FALSE);
19412 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19413                                  repeatable, mandatory, hidden)
19414 VALUES (1, 'serial', '562', '8', $$Field link and sequence number$$,
19415 TRUE, FALSE, FALSE);
19416 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19417                               fixed_field, repeatable, mandatory, hidden)
19418 VALUES (1, 'serial', '563', $$Binding Information$$, $$Binding information intended primarily for use with antiquarian materials, rare books, and other special collections.$$,
19419 FALSE, TRUE, FALSE, FALSE);
19420 INSERT INTO config.record_attr_definition(name, label)
19421 VALUES ('marc21_serial_563_ind_1', 'MARC 21 serial field 563 indicator position 1');
19422 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19423 VALUES ('marc21_serial_563_ind_1', '#', $$Undefined$$, FALSE, TRUE);
19424 INSERT INTO config.record_attr_definition(name, label)
19425 VALUES ('marc21_serial_563_ind_2', 'MARC 21 serial field 563 indicator position 2');
19426 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19427 VALUES ('marc21_serial_563_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19428 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19429                                  repeatable, mandatory, hidden)
19430 VALUES (1, 'serial', '563', 'a', $$Binding note$$,
19431 FALSE, FALSE, FALSE);
19432 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19433                                  repeatable, mandatory, hidden)
19434 VALUES (1, 'serial', '563', 'u', $$Uniform Resource Identifier$$,
19435 TRUE, FALSE, FALSE);
19436 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19437                                  repeatable, mandatory, hidden)
19438 VALUES (1, 'serial', '563', '3', $$Materials specified$$,
19439 FALSE, FALSE, FALSE);
19440 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19441                                  repeatable, mandatory, hidden)
19442 VALUES (1, 'serial', '563', '5', $$Institution to which field applies$$,
19443 FALSE, FALSE, FALSE);
19444 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19445                                  repeatable, mandatory, hidden)
19446 VALUES (1, 'serial', '563', '6', $$Linkage$$,
19447 FALSE, FALSE, FALSE);
19448 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19449                                  repeatable, mandatory, hidden)
19450 VALUES (1, 'serial', '563', '8', $$Field link and sequence number$$,
19451 TRUE, FALSE, FALSE);
19452 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19453                               fixed_field, repeatable, mandatory, hidden)
19454 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.$$,
19455 FALSE, TRUE, FALSE, FALSE);
19456 INSERT INTO config.record_attr_definition(name, label)
19457 VALUES ('marc21_serial_583_ind_1', 'MARC 21 serial field 583 indicator position 1');
19458 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19459 VALUES ('marc21_serial_583_ind_1', '#', $$No information provided$$, FALSE, TRUE);
19460 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19461 VALUES ('marc21_serial_583_ind_1', '0', $$Private$$, FALSE, TRUE);
19462 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19463 VALUES ('marc21_serial_583_ind_1', '1', $$Not private$$, FALSE, TRUE);
19464 INSERT INTO config.record_attr_definition(name, label)
19465 VALUES ('marc21_serial_583_ind_2', 'MARC 21 serial field 583 indicator position 2');
19466 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19467 VALUES ('marc21_serial_583_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19468 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19469                                  repeatable, mandatory, hidden)
19470 VALUES (1, 'serial', '583', 'a', $$Action$$,
19471 FALSE, FALSE, FALSE);
19472 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19473                                  repeatable, mandatory, hidden)
19474 VALUES (1, 'serial', '583', 'b', $$Action identification$$,
19475 TRUE, FALSE, FALSE);
19476 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19477                                  repeatable, mandatory, hidden)
19478 VALUES (1, 'serial', '583', 'c', $$Time/date of action$$,
19479 TRUE, FALSE, FALSE);
19480 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19481                                  repeatable, mandatory, hidden)
19482 VALUES (1, 'serial', '583', 'd', $$Action interval$$,
19483 TRUE, FALSE, FALSE);
19484 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19485                                  repeatable, mandatory, hidden)
19486 VALUES (1, 'serial', '583', 'e', $$Contingency for action$$,
19487 TRUE, FALSE, FALSE);
19488 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19489                                  repeatable, mandatory, hidden)
19490 VALUES (1, 'serial', '583', 'f', $$Authorization$$,
19491 TRUE, FALSE, FALSE);
19492 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19493                                  repeatable, mandatory, hidden)
19494 VALUES (1, 'serial', '583', 'h', $$Jurisdiction$$,
19495 TRUE, FALSE, FALSE);
19496 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19497                                  repeatable, mandatory, hidden)
19498 VALUES (1, 'serial', '583', 'i', $$Method of action$$,
19499 TRUE, FALSE, FALSE);
19500 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19501                                  repeatable, mandatory, hidden)
19502 VALUES (1, 'serial', '583', 'j', $$Site of action$$,
19503 TRUE, FALSE, FALSE);
19504 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19505                                  repeatable, mandatory, hidden)
19506 VALUES (1, 'serial', '583', 'k', $$Action agent$$,
19507 TRUE, FALSE, FALSE);
19508 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19509                                  repeatable, mandatory, hidden)
19510 VALUES (1, 'serial', '583', 'l', $$Status$$,
19511 TRUE, FALSE, FALSE);
19512 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19513                                  repeatable, mandatory, hidden)
19514 VALUES (1, 'serial', '583', 'n', $$Extent$$,
19515 TRUE, FALSE, FALSE);
19516 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19517                                  repeatable, mandatory, hidden)
19518 VALUES (1, 'serial', '583', 'o', $$Type of unit$$,
19519 TRUE, FALSE, FALSE);
19520 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19521                                  repeatable, mandatory, hidden)
19522 VALUES (1, 'serial', '583', 'u', $$Uniform Resource Identifier$$,
19523 TRUE, FALSE, FALSE);
19524 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19525                                  repeatable, mandatory, hidden)
19526 VALUES (1, 'serial', '583', 'x', $$Nonpublic note$$,
19527 TRUE, FALSE, FALSE);
19528 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19529                                  repeatable, mandatory, hidden)
19530 VALUES (1, 'serial', '583', 'z', $$Public note$$,
19531 TRUE, FALSE, FALSE);
19532 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19533                                  repeatable, mandatory, hidden)
19534 VALUES (1, 'serial', '583', '2', $$Source of term$$,
19535 FALSE, FALSE, FALSE);
19536 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19537                                  repeatable, mandatory, hidden)
19538 VALUES (1, 'serial', '583', '3', $$Materials specified$$,
19539 FALSE, FALSE, FALSE);
19540 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19541                                  repeatable, mandatory, hidden)
19542 VALUES (1, 'serial', '583', '5', $$Institution to which field applies$$,
19543 FALSE, FALSE, FALSE);
19544 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19545                                  repeatable, mandatory, hidden)
19546 VALUES (1, 'serial', '583', '6', $$Linkage$$,
19547 FALSE, FALSE, FALSE);
19548 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19549                                  repeatable, mandatory, hidden)
19550 VALUES (1, 'serial', '583', '8', $$Field link and sequence number$$,
19551 TRUE, FALSE, FALSE);
19552 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19553                               fixed_field, repeatable, mandatory, hidden)
19554 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).$$,
19555 FALSE, FALSE, FALSE, FALSE);
19556 INSERT INTO config.record_attr_definition(name, label)
19557 VALUES ('marc21_serial_841_ind_1', 'MARC 21 serial field 841 indicator position 1');
19558 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19559 VALUES ('marc21_serial_841_ind_1', '#', $$Undefined$$, FALSE, TRUE);
19560 INSERT INTO config.record_attr_definition(name, label)
19561 VALUES ('marc21_serial_841_ind_2', 'MARC 21 serial field 841 indicator position 2');
19562 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19563 VALUES ('marc21_serial_841_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19564 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19565                                  repeatable, mandatory, hidden)
19566 VALUES (1, 'serial', '841', 'a', $$Type of record$$,
19567 FALSE, FALSE, FALSE);
19568 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19569                                  repeatable, mandatory, hidden)
19570 VALUES (1, 'serial', '841', 'b', $$Fixed-length data elements$$,
19571 FALSE, FALSE, FALSE);
19572 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19573                                  repeatable, mandatory, hidden)
19574 VALUES (1, 'serial', '841', 'e', $$Encoding level$$,
19575 FALSE, FALSE, FALSE);
19576 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19577                               fixed_field, repeatable, mandatory, hidden)
19578 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).$$,
19579 FALSE, FALSE, FALSE, FALSE);
19580 INSERT INTO config.record_attr_definition(name, label)
19581 VALUES ('marc21_serial_842_ind_1', 'MARC 21 serial field 842 indicator position 1');
19582 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19583 VALUES ('marc21_serial_842_ind_1', '#', $$Undefined$$, FALSE, TRUE);
19584 INSERT INTO config.record_attr_definition(name, label)
19585 VALUES ('marc21_serial_842_ind_2', 'MARC 21 serial field 842 indicator position 2');
19586 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19587 VALUES ('marc21_serial_842_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19588 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19589                                  repeatable, mandatory, hidden)
19590 VALUES (1, 'serial', '842', 'a', $$Textual physical form designator$$,
19591 FALSE, FALSE, FALSE);
19592 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19593                                  repeatable, mandatory, hidden)
19594 VALUES (1, 'serial', '842', '6', $$Linkage$$,
19595 FALSE, FALSE, FALSE);
19596 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19597                                  repeatable, mandatory, hidden)
19598 VALUES (1, 'serial', '842', '8', $$Field link and sequence number$$,
19599 TRUE, FALSE, FALSE);
19600 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19601                               fixed_field, repeatable, mandatory, hidden)
19602 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.$$,
19603 FALSE, TRUE, FALSE, FALSE);
19604 INSERT INTO config.record_attr_definition(name, label)
19605 VALUES ('marc21_serial_843_ind_1', 'MARC 21 serial field 843 indicator position 1');
19606 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19607 VALUES ('marc21_serial_843_ind_1', '#', $$Undefined$$, FALSE, TRUE);
19608 INSERT INTO config.record_attr_definition(name, label)
19609 VALUES ('marc21_serial_843_ind_2', 'MARC 21 serial field 843 indicator position 2');
19610 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19611 VALUES ('marc21_serial_843_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19612 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19613                                  repeatable, mandatory, hidden)
19614 VALUES (1, 'serial', '843', 'a', $$Type of reproduction$$,
19615 FALSE, FALSE, FALSE);
19616 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19617                                  repeatable, mandatory, hidden)
19618 VALUES (1, 'serial', '843', 'b', $$Place of reproduction$$,
19619 TRUE, FALSE, FALSE);
19620 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19621                                  repeatable, mandatory, hidden)
19622 VALUES (1, 'serial', '843', 'c', $$Agency responsible for reproduction$$,
19623 TRUE, FALSE, FALSE);
19624 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19625                                  repeatable, mandatory, hidden)
19626 VALUES (1, 'serial', '843', 'd', $$Date of reproduction$$,
19627 FALSE, FALSE, FALSE);
19628 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19629                                  repeatable, mandatory, hidden)
19630 VALUES (1, 'serial', '843', 'e', $$Physical description of reproduction$$,
19631 FALSE, FALSE, FALSE);
19632 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19633                                  repeatable, mandatory, hidden)
19634 VALUES (1, 'serial', '843', 'f', $$Series statement of reproduction$$,
19635 TRUE, FALSE, FALSE);
19636 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19637                                  repeatable, mandatory, hidden)
19638 VALUES (1, 'serial', '843', 'm', $$Dates of publication and/or sequential designation of issues reproduced$$,
19639 TRUE, FALSE, FALSE);
19640 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19641                                  repeatable, mandatory, hidden)
19642 VALUES (1, 'serial', '843', 'n', $$Note about reproduction$$,
19643 TRUE, FALSE, FALSE);
19644 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19645                                  repeatable, mandatory, hidden)
19646 VALUES (1, 'serial', '843', '3', $$Materials specified$$,
19647 FALSE, FALSE, FALSE);
19648 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19649                                  repeatable, mandatory, hidden)
19650 VALUES (1, 'serial', '843', '5', $$Institution to which field applies$$,
19651 FALSE, FALSE, FALSE);
19652 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19653                                  repeatable, mandatory, hidden)
19654 VALUES (1, 'serial', '843', '6', $$Linkage$$,
19655 FALSE, FALSE, FALSE);
19656 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19657                                  repeatable, mandatory, hidden)
19658 VALUES (1, 'serial', '843', '7', $$Fixed-length data elements of reproduction$$,
19659 FALSE, FALSE, FALSE);
19660 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19661                                  repeatable, mandatory, hidden)
19662 VALUES (1, 'serial', '843', '8', $$Field link and sequence number$$,
19663 TRUE, FALSE, FALSE);
19664 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19665                               fixed_field, repeatable, mandatory, hidden)
19666 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).$$,
19667 FALSE, FALSE, FALSE, FALSE);
19668 INSERT INTO config.record_attr_definition(name, label)
19669 VALUES ('marc21_serial_844_ind_1', 'MARC 21 serial field 844 indicator position 1');
19670 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19671 VALUES ('marc21_serial_844_ind_1', '#', $$Undefined$$, FALSE, TRUE);
19672 INSERT INTO config.record_attr_definition(name, label)
19673 VALUES ('marc21_serial_844_ind_2', 'MARC 21 serial field 844 indicator position 2');
19674 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19675 VALUES ('marc21_serial_844_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19676 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19677                                  repeatable, mandatory, hidden)
19678 VALUES (1, 'serial', '844', 'a', $$Name of unit$$,
19679 FALSE, FALSE, FALSE);
19680 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19681                                  repeatable, mandatory, hidden)
19682 VALUES (1, 'serial', '844', '6', $$Linkage$$,
19683 FALSE, FALSE, FALSE);
19684 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19685                                  repeatable, mandatory, hidden)
19686 VALUES (1, 'serial', '844', '8', $$Field link and sequence number$$,
19687 TRUE, FALSE, FALSE);
19688 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19689                               fixed_field, repeatable, mandatory, hidden)
19690 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.$$,
19691 FALSE, TRUE, FALSE, FALSE);
19692 INSERT INTO config.record_attr_definition(name, label)
19693 VALUES ('marc21_serial_845_ind_1', 'MARC 21 serial field 845 indicator position 1');
19694 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19695 VALUES ('marc21_serial_845_ind_1', '#', $$Undefined$$, FALSE, TRUE);
19696 INSERT INTO config.record_attr_definition(name, label)
19697 VALUES ('marc21_serial_845_ind_2', 'MARC 21 serial field 845 indicator position 2');
19698 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19699 VALUES ('marc21_serial_845_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19700 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19701                                  repeatable, mandatory, hidden)
19702 VALUES (1, 'serial', '845', 'a', $$Terms governing use and reproduction$$,
19703 FALSE, FALSE, FALSE);
19704 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19705                                  repeatable, mandatory, hidden)
19706 VALUES (1, 'serial', '845', 'b', $$Jurisdiction$$,
19707 FALSE, FALSE, FALSE);
19708 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19709                                  repeatable, mandatory, hidden)
19710 VALUES (1, 'serial', '845', 'c', $$Authorization$$,
19711 FALSE, FALSE, FALSE);
19712 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19713                                  repeatable, mandatory, hidden)
19714 VALUES (1, 'serial', '845', 'd', $$Authorized users$$,
19715 FALSE, FALSE, FALSE);
19716 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19717                                  repeatable, mandatory, hidden)
19718 VALUES (1, 'serial', '845', 'u', $$Uniform Resource Identifier$$,
19719 TRUE, FALSE, FALSE);
19720 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19721                                  repeatable, mandatory, hidden)
19722 VALUES (1, 'serial', '845', '3', $$Materials specified$$,
19723 FALSE, FALSE, FALSE);
19724 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19725                                  repeatable, mandatory, hidden)
19726 VALUES (1, 'serial', '845', '5', $$Institution to which field applies$$,
19727 FALSE, FALSE, FALSE);
19728 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19729                                  repeatable, mandatory, hidden)
19730 VALUES (1, 'serial', '845', '6', $$Linkage$$,
19731 FALSE, FALSE, FALSE);
19732 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19733                                  repeatable, mandatory, hidden)
19734 VALUES (1, 'serial', '845', '8', $$Field link and sequence number$$,
19735 TRUE, FALSE, FALSE);
19736 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19737                               fixed_field, repeatable, mandatory, hidden)
19738 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.$$,
19739 FALSE, TRUE, FALSE, FALSE);
19740 INSERT INTO config.record_attr_definition(name, label)
19741 VALUES ('marc21_serial_852_ind_1', 'MARC 21 serial field 852 indicator position 1');
19742 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19743 VALUES ('marc21_serial_852_ind_1', '#', $$No information provided$$, FALSE, TRUE);
19744 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19745 VALUES ('marc21_serial_852_ind_1', '0', $$Library of Congress classification$$, FALSE, TRUE);
19746 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19747 VALUES ('marc21_serial_852_ind_1', '1', $$Dewey Decimal classification$$, FALSE, TRUE);
19748 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19749 VALUES ('marc21_serial_852_ind_1', '2', $$National Library of Medicine classification$$, FALSE, TRUE);
19750 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19751 VALUES ('marc21_serial_852_ind_1', '3', $$Superintendent of Documents classification$$, FALSE, TRUE);
19752 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19753 VALUES ('marc21_serial_852_ind_1', '4', $$Shelving control number$$, FALSE, TRUE);
19754 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19755 VALUES ('marc21_serial_852_ind_1', '5', $$Title$$, FALSE, TRUE);
19756 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19757 VALUES ('marc21_serial_852_ind_1', '6', $$Shelved separately$$, FALSE, TRUE);
19758 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19759 VALUES ('marc21_serial_852_ind_1', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
19760 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19761 VALUES ('marc21_serial_852_ind_1', '8', $$Other scheme$$, FALSE, TRUE);
19762 INSERT INTO config.record_attr_definition(name, label)
19763 VALUES ('marc21_serial_852_ind_2', 'MARC 21 serial field 852 indicator position 2');
19764 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19765 VALUES ('marc21_serial_852_ind_2', '#', $$No information provided$$, FALSE, TRUE);
19766 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19767 VALUES ('marc21_serial_852_ind_2', '0', $$Not enumeration$$, FALSE, TRUE);
19768 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19769 VALUES ('marc21_serial_852_ind_2', '1', $$Primary enumeration$$, FALSE, TRUE);
19770 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19771 VALUES ('marc21_serial_852_ind_2', '2', $$Alternative enumeration$$, FALSE, TRUE);
19772 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19773                                  repeatable, mandatory, hidden)
19774 VALUES (1, 'serial', '852', 'a', $$Location$$,
19775 FALSE, FALSE, FALSE);
19776 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19777                                  repeatable, mandatory, hidden)
19778 VALUES (1, 'serial', '852', 'b', $$Sublocation or collection$$,
19779 TRUE, FALSE, FALSE);
19780 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19781                                  repeatable, mandatory, hidden)
19782 VALUES (1, 'serial', '852', 'c', $$Shelving location$$,
19783 TRUE, FALSE, FALSE);
19784 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19785                                  repeatable, mandatory, hidden)
19786 VALUES (1, 'serial', '852', 'd', $$Former shelving location$$,
19787 TRUE, FALSE, FALSE);
19788 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19789                                  repeatable, mandatory, hidden)
19790 VALUES (1, 'serial', '852', 'e', $$Address$$,
19791 TRUE, FALSE, FALSE);
19792 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19793                                  repeatable, mandatory, hidden)
19794 VALUES (1, 'serial', '852', 'f', $$Coded location qualifier$$,
19795 TRUE, FALSE, FALSE);
19796 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19797                                  repeatable, mandatory, hidden)
19798 VALUES (1, 'serial', '852', 'g', $$Non-coded location qualifier$$,
19799 TRUE, FALSE, FALSE);
19800 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19801                                  repeatable, mandatory, hidden)
19802 VALUES (1, 'serial', '852', 'h', $$Classification part$$,
19803 FALSE, FALSE, FALSE);
19804 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19805                                  repeatable, mandatory, hidden)
19806 VALUES (1, 'serial', '852', 'i', $$Item part$$,
19807 TRUE, FALSE, FALSE);
19808 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19809                                  repeatable, mandatory, hidden)
19810 VALUES (1, 'serial', '852', 'j', $$Shelving control number$$,
19811 FALSE, FALSE, FALSE);
19812 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19813                                  repeatable, mandatory, hidden)
19814 VALUES (1, 'serial', '852', 'k', $$Call number prefix$$,
19815 TRUE, FALSE, FALSE);
19816 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19817                                  repeatable, mandatory, hidden)
19818 VALUES (1, 'serial', '852', 'l', $$Shelving form of title$$,
19819 FALSE, FALSE, FALSE);
19820 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19821                                  repeatable, mandatory, hidden)
19822 VALUES (1, 'serial', '852', 'm', $$Call number suffix$$,
19823 TRUE, FALSE, FALSE);
19824 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19825                                  repeatable, mandatory, hidden)
19826 VALUES (1, 'serial', '852', 'n', $$Country code$$,
19827 FALSE, FALSE, FALSE);
19828 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19829                                  repeatable, mandatory, hidden)
19830 VALUES (1, 'serial', '852', 'p', $$Piece designation$$,
19831 FALSE, FALSE, FALSE);
19832 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19833                                  repeatable, mandatory, hidden)
19834 VALUES (1, 'serial', '852', 'q', $$Piece physical condition$$,
19835 FALSE, FALSE, FALSE);
19836 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19837                                  repeatable, mandatory, hidden)
19838 VALUES (1, 'serial', '852', 's', $$Copyright article-fee code$$,
19839 TRUE, FALSE, FALSE);
19840 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19841                                  repeatable, mandatory, hidden)
19842 VALUES (1, 'serial', '852', 't', $$Copy number$$,
19843 FALSE, FALSE, FALSE);
19844 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19845                                  repeatable, mandatory, hidden)
19846 VALUES (1, 'serial', '852', 'u', $$Uniform Resource Identifier$$,
19847 TRUE, FALSE, FALSE);
19848 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19849                                  repeatable, mandatory, hidden)
19850 VALUES (1, 'serial', '852', 'x', $$Nonpublic note$$,
19851 TRUE, FALSE, FALSE);
19852 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19853                                  repeatable, mandatory, hidden)
19854 VALUES (1, 'serial', '852', 'z', $$Public note$$,
19855 TRUE, FALSE, FALSE);
19856 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19857                                  repeatable, mandatory, hidden)
19858 VALUES (1, 'serial', '852', '2', $$Source of classification or shelving scheme$$,
19859 FALSE, FALSE, FALSE);
19860 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19861                                  repeatable, mandatory, hidden)
19862 VALUES (1, 'serial', '852', '3', $$Materials specified$$,
19863 FALSE, FALSE, FALSE);
19864 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19865                                  repeatable, mandatory, hidden)
19866 VALUES (1, 'serial', '852', '6', $$Linkage$$,
19867 FALSE, FALSE, FALSE);
19868 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19869                                  repeatable, mandatory, hidden)
19870 VALUES (1, 'serial', '852', '8', $$Sequence number$$,
19871 FALSE, FALSE, FALSE);
19872 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19873                               fixed_field, repeatable, mandatory, hidden)
19874 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).$$,
19875 FALSE, TRUE, FALSE, FALSE);
19876 INSERT INTO config.record_attr_definition(name, label)
19877 VALUES ('marc21_serial_853_ind_1', 'MARC 21 serial field 853 indicator position 1');
19878 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19879 VALUES ('marc21_serial_853_ind_1', '0', $$Cannot compress or expand$$, FALSE, TRUE);
19880 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19881 VALUES ('marc21_serial_853_ind_1', '1', $$Can compress but not expand$$, FALSE, TRUE);
19882 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19883 VALUES ('marc21_serial_853_ind_1', '2', $$Can compress or expand$$, FALSE, TRUE);
19884 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19885 VALUES ('marc21_serial_853_ind_1', '3', $$Unknown$$, FALSE, TRUE);
19886 INSERT INTO config.record_attr_definition(name, label)
19887 VALUES ('marc21_serial_853_ind_2', 'MARC 21 serial field 853 indicator position 2');
19888 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19889 VALUES ('marc21_serial_853_ind_2', '0', $$Captions verified; all levels present$$, FALSE, TRUE);
19890 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19891 VALUES ('marc21_serial_853_ind_2', '1', $$Captions verified; all levels may not be present$$, FALSE, TRUE);
19892 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19893 VALUES ('marc21_serial_853_ind_2', '2', $$Captions unverified; all levels present$$, FALSE, TRUE);
19894 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19895 VALUES ('marc21_serial_853_ind_2', '3', $$Captions unverified; all levels may not be present$$, FALSE, TRUE);
19896 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19897                                  repeatable, mandatory, hidden)
19898 VALUES (1, 'serial', '853', 'a', $$First level of enumeration$$,
19899 TRUE, FALSE, FALSE);
19900 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19901                                  repeatable, mandatory, hidden)
19902 VALUES (1, 'serial', '853', 'b', $$Second level of enumeration$$,
19903 TRUE, FALSE, FALSE);
19904 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19905                                  repeatable, mandatory, hidden)
19906 VALUES (1, 'serial', '853', 'c', $$Third level of enumeration$$,
19907 TRUE, FALSE, FALSE);
19908 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19909                                  repeatable, mandatory, hidden)
19910 VALUES (1, 'serial', '853', 'd', $$Fourth level of enumeration$$,
19911 TRUE, FALSE, FALSE);
19912 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19913                                  repeatable, mandatory, hidden)
19914 VALUES (1, 'serial', '853', 'e', $$Fifth level of enumeration$$,
19915 TRUE, FALSE, FALSE);
19916 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19917                                  repeatable, mandatory, hidden)
19918 VALUES (1, 'serial', '853', 'f', $$Sixth level of enumeration$$,
19919 TRUE, FALSE, FALSE);
19920 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19921                                  repeatable, mandatory, hidden)
19922 VALUES (1, 'serial', '853', 'g', $$Alternative numbering scheme, first level of enumeration$$,
19923 TRUE, FALSE, FALSE);
19924 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19925                                  repeatable, mandatory, hidden)
19926 VALUES (1, 'serial', '853', 'h', $$Alternative numbering scheme, second level of enumeration$$,
19927 TRUE, FALSE, FALSE);
19928 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19929                                  repeatable, mandatory, hidden)
19930 VALUES (1, 'serial', '853', 'i', $$First level of chronology$$,
19931 TRUE, FALSE, FALSE);
19932 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19933                                  repeatable, mandatory, hidden)
19934 VALUES (1, 'serial', '853', 'j', $$Second level of chronology$$,
19935 TRUE, FALSE, FALSE);
19936 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19937                                  repeatable, mandatory, hidden)
19938 VALUES (1, 'serial', '853', 'k', $$Third level of chronology$$,
19939 TRUE, FALSE, FALSE);
19940 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19941                                  repeatable, mandatory, hidden)
19942 VALUES (1, 'serial', '853', 'l', $$Fourth level of chronology$$,
19943 TRUE, FALSE, FALSE);
19944 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19945                                  repeatable, mandatory, hidden)
19946 VALUES (1, 'serial', '853', 'm', $$Alternative numbering scheme, chronology$$,
19947 TRUE, FALSE, FALSE);
19948 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19949                                  repeatable, mandatory, hidden)
19950 VALUES (1, 'serial', '853', 'n', $$Pattern note$$,
19951 TRUE, FALSE, FALSE);
19952 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19953                                  repeatable, mandatory, hidden)
19954 VALUES (1, 'serial', '853', 'o', $$Type of unit$$,
19955 TRUE, FALSE, FALSE);
19956 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19957                                  repeatable, mandatory, hidden)
19958 VALUES (1, 'serial', '853', 'p', $$Number of pieces per issuance$$,
19959 TRUE, FALSE, FALSE);
19960 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19961                                  repeatable, mandatory, hidden)
19962 VALUES (1, 'serial', '853', 't', $$Copy$$,
19963 TRUE, FALSE, FALSE);
19964 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19965                                  repeatable, mandatory, hidden)
19966 VALUES (1, 'serial', '853', 'u', $$Bibliographic units per next higher level$$,
19967 TRUE, FALSE, FALSE);
19968 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19969                                  repeatable, mandatory, hidden)
19970 VALUES (1, 'serial', '853', 'v', $$Numbering continuity$$,
19971 TRUE, FALSE, FALSE);
19972 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19973                                  repeatable, mandatory, hidden)
19974 VALUES (1, 'serial', '853', 'w', $$Frequency$$,
19975 TRUE, FALSE, FALSE);
19976 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19977                                  repeatable, mandatory, hidden)
19978 VALUES (1, 'serial', '853', 'x', $$Calendar change$$,
19979 TRUE, FALSE, FALSE);
19980 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19981                                  repeatable, mandatory, hidden)
19982 VALUES (1, 'serial', '853', 'y', $$Regularity pattern$$,
19983 TRUE, FALSE, FALSE);
19984 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19985                                  repeatable, mandatory, hidden)
19986 VALUES (1, 'serial', '853', 'z', $$Numbering scheme$$,
19987 TRUE, FALSE, FALSE);
19988 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19989                                  repeatable, mandatory, hidden)
19990 VALUES (1, 'serial', '853', '2', $$Source of caption abbreviation$$,
19991 TRUE, FALSE, FALSE);
19992 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19993                                  repeatable, mandatory, hidden)
19994 VALUES (1, 'serial', '853', '3', $$Materials specified$$,
19995 TRUE, FALSE, FALSE);
19996 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19997                                  repeatable, mandatory, hidden)
19998 VALUES (1, 'serial', '853', '6', $$Linkage$$,
19999 TRUE, FALSE, FALSE);
20000 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20001                                  repeatable, mandatory, hidden)
20002 VALUES (1, 'serial', '853', '8', $$Field link and sequence number$$,
20003 TRUE, FALSE, FALSE);
20004 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
20005                               fixed_field, repeatable, mandatory, hidden)
20006 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).$$,
20007 FALSE, TRUE, FALSE, FALSE);
20008 INSERT INTO config.record_attr_definition(name, label)
20009 VALUES ('marc21_serial_854_ind_1', 'MARC 21 serial field 854 indicator position 1');
20010 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20011 VALUES ('marc21_serial_854_ind_1', '0', $$Cannot compress or expand$$, FALSE, TRUE);
20012 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20013 VALUES ('marc21_serial_854_ind_1', '1', $$Can compress but not expand$$, FALSE, TRUE);
20014 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20015 VALUES ('marc21_serial_854_ind_1', '2', $$Can compress or expand$$, FALSE, TRUE);
20016 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20017 VALUES ('marc21_serial_854_ind_1', '3', $$Unknown$$, FALSE, TRUE);
20018 INSERT INTO config.record_attr_definition(name, label)
20019 VALUES ('marc21_serial_854_ind_2', 'MARC 21 serial field 854 indicator position 2');
20020 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20021 VALUES ('marc21_serial_854_ind_2', '0', $$Captions verified; all levels present$$, FALSE, TRUE);
20022 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20023 VALUES ('marc21_serial_854_ind_2', '1', $$Captions verified; all levels may not be present$$, FALSE, TRUE);
20024 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20025 VALUES ('marc21_serial_854_ind_2', '2', $$Captions unverified; all levels present$$, FALSE, TRUE);
20026 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20027 VALUES ('marc21_serial_854_ind_2', '3', $$Captions unverified; all levels may not be present$$, FALSE, TRUE);
20028 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20029                                  repeatable, mandatory, hidden)
20030 VALUES (1, 'serial', '854', 'a', $$First level of enumeration$$,
20031 TRUE, FALSE, FALSE);
20032 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20033                                  repeatable, mandatory, hidden)
20034 VALUES (1, 'serial', '854', 'b', $$Second level of enumeration$$,
20035 TRUE, FALSE, FALSE);
20036 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20037                                  repeatable, mandatory, hidden)
20038 VALUES (1, 'serial', '854', 'c', $$Third level of enumeration$$,
20039 TRUE, FALSE, FALSE);
20040 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20041                                  repeatable, mandatory, hidden)
20042 VALUES (1, 'serial', '854', 'd', $$Fourth level of enumeration$$,
20043 TRUE, FALSE, FALSE);
20044 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20045                                  repeatable, mandatory, hidden)
20046 VALUES (1, 'serial', '854', 'e', $$Fifth level of enumeration$$,
20047 TRUE, FALSE, FALSE);
20048 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20049                                  repeatable, mandatory, hidden)
20050 VALUES (1, 'serial', '854', 'f', $$Sixth level of enumeration$$,
20051 TRUE, FALSE, FALSE);
20052 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20053                                  repeatable, mandatory, hidden)
20054 VALUES (1, 'serial', '854', 'g', $$Alternative numbering scheme, first level of enumeration$$,
20055 TRUE, FALSE, FALSE);
20056 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20057                                  repeatable, mandatory, hidden)
20058 VALUES (1, 'serial', '854', 'h', $$Alternative numbering scheme, second level of enumeration$$,
20059 TRUE, FALSE, FALSE);
20060 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20061                                  repeatable, mandatory, hidden)
20062 VALUES (1, 'serial', '854', 'i', $$First level of chronology$$,
20063 TRUE, FALSE, FALSE);
20064 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20065                                  repeatable, mandatory, hidden)
20066 VALUES (1, 'serial', '854', 'j', $$Second level of chronology$$,
20067 TRUE, FALSE, FALSE);
20068 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20069                                  repeatable, mandatory, hidden)
20070 VALUES (1, 'serial', '854', 'k', $$Third level of chronology$$,
20071 TRUE, FALSE, FALSE);
20072 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20073                                  repeatable, mandatory, hidden)
20074 VALUES (1, 'serial', '854', 'l', $$Fourth level of chronology$$,
20075 TRUE, FALSE, FALSE);
20076 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20077                                  repeatable, mandatory, hidden)
20078 VALUES (1, 'serial', '854', 'm', $$Alternative numbering scheme, chronology$$,
20079 TRUE, FALSE, FALSE);
20080 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20081                                  repeatable, mandatory, hidden)
20082 VALUES (1, 'serial', '854', 'n', $$Pattern note$$,
20083 TRUE, FALSE, FALSE);
20084 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20085                                  repeatable, mandatory, hidden)
20086 VALUES (1, 'serial', '854', 'o', $$Type of unit$$,
20087 TRUE, FALSE, FALSE);
20088 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20089                                  repeatable, mandatory, hidden)
20090 VALUES (1, 'serial', '854', 'p', $$Number of pieces per issuance$$,
20091 TRUE, FALSE, FALSE);
20092 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20093                                  repeatable, mandatory, hidden)
20094 VALUES (1, 'serial', '854', 't', $$Copy$$,
20095 TRUE, FALSE, FALSE);
20096 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20097                                  repeatable, mandatory, hidden)
20098 VALUES (1, 'serial', '854', 'u', $$Bibliographic units per next higher level$$,
20099 TRUE, FALSE, FALSE);
20100 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20101                                  repeatable, mandatory, hidden)
20102 VALUES (1, 'serial', '854', 'v', $$Numbering continuity$$,
20103 TRUE, FALSE, FALSE);
20104 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20105                                  repeatable, mandatory, hidden)
20106 VALUES (1, 'serial', '854', 'w', $$Frequency$$,
20107 TRUE, FALSE, FALSE);
20108 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20109                                  repeatable, mandatory, hidden)
20110 VALUES (1, 'serial', '854', 'x', $$Calendar change$$,
20111 TRUE, FALSE, FALSE);
20112 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20113                                  repeatable, mandatory, hidden)
20114 VALUES (1, 'serial', '854', 'y', $$Regularity pattern$$,
20115 TRUE, FALSE, FALSE);
20116 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20117                                  repeatable, mandatory, hidden)
20118 VALUES (1, 'serial', '854', 'z', $$Numbering scheme$$,
20119 TRUE, FALSE, FALSE);
20120 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20121                                  repeatable, mandatory, hidden)
20122 VALUES (1, 'serial', '854', '2', $$Source of caption abbreviation$$,
20123 TRUE, FALSE, FALSE);
20124 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20125                                  repeatable, mandatory, hidden)
20126 VALUES (1, 'serial', '854', '3', $$Materials specified$$,
20127 TRUE, FALSE, FALSE);
20128 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20129                                  repeatable, mandatory, hidden)
20130 VALUES (1, 'serial', '854', '6', $$Linkage$$,
20131 TRUE, FALSE, FALSE);
20132 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20133                                  repeatable, mandatory, hidden)
20134 VALUES (1, 'serial', '854', '8', $$Field link and sequence number$$,
20135 TRUE, FALSE, FALSE);
20136 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
20137                               fixed_field, repeatable, mandatory, hidden)
20138 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).$$,
20139 FALSE, TRUE, FALSE, FALSE);
20140 INSERT INTO config.record_attr_definition(name, label)
20141 VALUES ('marc21_serial_855_ind_1', 'MARC 21 serial field 855 indicator position 1');
20142 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20143 VALUES ('marc21_serial_855_ind_1', '#', $$Undefined$$, FALSE, TRUE);
20144 INSERT INTO config.record_attr_definition(name, label)
20145 VALUES ('marc21_serial_855_ind_2', 'MARC 21 serial field 855 indicator position 2');
20146 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20147 VALUES ('marc21_serial_855_ind_2', '#', $$Undefined$$, FALSE, TRUE);
20148 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20149                                  repeatable, mandatory, hidden)
20150 VALUES (1, 'serial', '855', 'a', $$First level of enumeration$$,
20151 TRUE, FALSE, FALSE);
20152 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20153                                  repeatable, mandatory, hidden)
20154 VALUES (1, 'serial', '855', 'b', $$Second level of enumeration$$,
20155 TRUE, FALSE, FALSE);
20156 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20157                                  repeatable, mandatory, hidden)
20158 VALUES (1, 'serial', '855', 'c', $$Third level of enumeration$$,
20159 TRUE, FALSE, FALSE);
20160 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20161                                  repeatable, mandatory, hidden)
20162 VALUES (1, 'serial', '855', 'd', $$Fourth level of enumeration$$,
20163 TRUE, FALSE, FALSE);
20164 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20165                                  repeatable, mandatory, hidden)
20166 VALUES (1, 'serial', '855', 'e', $$Fifth level of enumeration$$,
20167 TRUE, FALSE, FALSE);
20168 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20169                                  repeatable, mandatory, hidden)
20170 VALUES (1, 'serial', '855', 'f', $$Sixth level of enumeration$$,
20171 TRUE, FALSE, FALSE);
20172 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20173                                  repeatable, mandatory, hidden)
20174 VALUES (1, 'serial', '855', 'g', $$Alternative numbering scheme, first level of enumeration$$,
20175 TRUE, FALSE, FALSE);
20176 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20177                                  repeatable, mandatory, hidden)
20178 VALUES (1, 'serial', '855', 'h', $$Alternative numbering scheme, second level of enumeration$$,
20179 TRUE, FALSE, FALSE);
20180 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20181                                  repeatable, mandatory, hidden)
20182 VALUES (1, 'serial', '855', 'i', $$First level of chronology$$,
20183 TRUE, FALSE, FALSE);
20184 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20185                                  repeatable, mandatory, hidden)
20186 VALUES (1, 'serial', '855', 'j', $$Second level of chronology$$,
20187 TRUE, FALSE, FALSE);
20188 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20189                                  repeatable, mandatory, hidden)
20190 VALUES (1, 'serial', '855', 'k', $$Third level of chronology$$,
20191 TRUE, FALSE, FALSE);
20192 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20193                                  repeatable, mandatory, hidden)
20194 VALUES (1, 'serial', '855', 'l', $$Fourth level of chronology$$,
20195 TRUE, FALSE, FALSE);
20196 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20197                                  repeatable, mandatory, hidden)
20198 VALUES (1, 'serial', '855', 'm', $$Alternative numbering scheme, chronology$$,
20199 TRUE, FALSE, FALSE);
20200 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20201                                  repeatable, mandatory, hidden)
20202 VALUES (1, 'serial', '855', 'n', $$Pattern note$$,
20203 TRUE, FALSE, FALSE);
20204 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20205                                  repeatable, mandatory, hidden)
20206 VALUES (1, 'serial', '855', 'o', $$Type of unit$$,
20207 TRUE, FALSE, FALSE);
20208 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20209                                  repeatable, mandatory, hidden)
20210 VALUES (1, 'serial', '855', 'p', $$Number of pieces per issuance$$,
20211 TRUE, FALSE, FALSE);
20212 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20213                                  repeatable, mandatory, hidden)
20214 VALUES (1, 'serial', '855', 't', $$Copy$$,
20215 TRUE, FALSE, FALSE);
20216 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20217                                  repeatable, mandatory, hidden)
20218 VALUES (1, 'serial', '855', 'u', $$Bibliographic units per next higher level$$,
20219 TRUE, FALSE, FALSE);
20220 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20221                                  repeatable, mandatory, hidden)
20222 VALUES (1, 'serial', '855', 'v', $$Numbering continuity$$,
20223 TRUE, FALSE, FALSE);
20224 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20225                                  repeatable, mandatory, hidden)
20226 VALUES (1, 'serial', '855', 'w', $$Frequency$$,
20227 TRUE, FALSE, FALSE);
20228 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20229                                  repeatable, mandatory, hidden)
20230 VALUES (1, 'serial', '855', 'x', $$Calendar change$$,
20231 TRUE, FALSE, FALSE);
20232 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20233                                  repeatable, mandatory, hidden)
20234 VALUES (1, 'serial', '855', 'y', $$Regularity pattern$$,
20235 TRUE, FALSE, FALSE);
20236 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20237                                  repeatable, mandatory, hidden)
20238 VALUES (1, 'serial', '855', 'z', $$Numbering scheme$$,
20239 TRUE, FALSE, FALSE);
20240 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20241                                  repeatable, mandatory, hidden)
20242 VALUES (1, 'serial', '855', '2', $$Source of caption abbreviation$$,
20243 TRUE, FALSE, FALSE);
20244 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20245                                  repeatable, mandatory, hidden)
20246 VALUES (1, 'serial', '855', '3', $$Materials specified$$,
20247 TRUE, FALSE, FALSE);
20248 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20249                                  repeatable, mandatory, hidden)
20250 VALUES (1, 'serial', '855', '6', $$Linkage$$,
20251 TRUE, FALSE, FALSE);
20252 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20253                                  repeatable, mandatory, hidden)
20254 VALUES (1, 'serial', '855', '8', $$Field link and sequence number$$,
20255 TRUE, FALSE, FALSE);
20256 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
20257                               fixed_field, repeatable, mandatory, hidden)
20258 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.$$,
20259 FALSE, TRUE, FALSE, FALSE);
20260 INSERT INTO config.record_attr_definition(name, label)
20261 VALUES ('marc21_serial_856_ind_1', 'MARC 21 serial field 856 indicator position 1');
20262 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20263 VALUES ('marc21_serial_856_ind_1', '#', $$No information provided$$, FALSE, TRUE);
20264 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20265 VALUES ('marc21_serial_856_ind_1', '0', $$Email$$, FALSE, TRUE);
20266 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20267 VALUES ('marc21_serial_856_ind_1', '1', $$FTP$$, FALSE, TRUE);
20268 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20269 VALUES ('marc21_serial_856_ind_1', '2', $$Remote login (Telnet)$$, FALSE, TRUE);
20270 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20271 VALUES ('marc21_serial_856_ind_1', '3', $$Dial-up$$, FALSE, TRUE);
20272 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20273 VALUES ('marc21_serial_856_ind_1', '4', $$HTTP$$, FALSE, TRUE);
20274 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20275 VALUES ('marc21_serial_856_ind_1', '7', $$Method specified in subfield $2$$, FALSE, TRUE);
20276 INSERT INTO config.record_attr_definition(name, label)
20277 VALUES ('marc21_serial_856_ind_2', 'MARC 21 serial field 856 indicator position 2');
20278 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20279 VALUES ('marc21_serial_856_ind_2', '#', $$No information provided$$, FALSE, TRUE);
20280 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20281 VALUES ('marc21_serial_856_ind_2', '0', $$Resource$$, FALSE, TRUE);
20282 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20283 VALUES ('marc21_serial_856_ind_2', '1', $$Version of resource$$, FALSE, TRUE);
20284 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20285 VALUES ('marc21_serial_856_ind_2', '2', $$Related resource$$, FALSE, TRUE);
20286 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20287 VALUES ('marc21_serial_856_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
20288 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20289                                  repeatable, mandatory, hidden)
20290 VALUES (1, 'serial', '856', 'a', $$Host name$$,
20291 TRUE, FALSE, FALSE);
20292 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20293                                  repeatable, mandatory, hidden)
20294 VALUES (1, 'serial', '856', 'b', $$Access number$$,
20295 TRUE, FALSE, FALSE);
20296 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20297                                  repeatable, mandatory, hidden)
20298 VALUES (1, 'serial', '856', 'c', $$Compression information$$,
20299 TRUE, FALSE, FALSE);
20300 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20301                                  repeatable, mandatory, hidden)
20302 VALUES (1, 'serial', '856', 'd', $$Path$$,
20303 TRUE, FALSE, FALSE);
20304 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20305                                  repeatable, mandatory, hidden)
20306 VALUES (1, 'serial', '856', 'f', $$Electronic name$$,
20307 TRUE, FALSE, FALSE);
20308 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20309                                  repeatable, mandatory, hidden)
20310 VALUES (1, 'serial', '856', 'h', $$Processor of request$$,
20311 FALSE, FALSE, FALSE);
20312 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20313                                  repeatable, mandatory, hidden)
20314 VALUES (1, 'serial', '856', 'i', $$Instruction$$,
20315 TRUE, FALSE, FALSE);
20316 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20317                                  repeatable, mandatory, hidden)
20318 VALUES (1, 'serial', '856', 'j', $$Bits per second$$,
20319 FALSE, FALSE, FALSE);
20320 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20321                                  repeatable, mandatory, hidden)
20322 VALUES (1, 'serial', '856', 'k', $$Password$$,
20323 FALSE, FALSE, FALSE);
20324 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20325                                  repeatable, mandatory, hidden)
20326 VALUES (1, 'serial', '856', 'l', $$Logon$$,
20327 FALSE, FALSE, FALSE);
20328 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20329                                  repeatable, mandatory, hidden)
20330 VALUES (1, 'serial', '856', 'm', $$Contact for access assistance$$,
20331 TRUE, FALSE, FALSE);
20332 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20333                                  repeatable, mandatory, hidden)
20334 VALUES (1, 'serial', '856', 'n', $$Name of location of host$$,
20335 FALSE, FALSE, FALSE);
20336 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20337                                  repeatable, mandatory, hidden)
20338 VALUES (1, 'serial', '856', 'o', $$Operating system$$,
20339 FALSE, FALSE, FALSE);
20340 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20341                                  repeatable, mandatory, hidden)
20342 VALUES (1, 'serial', '856', 'p', $$Port$$,
20343 FALSE, FALSE, FALSE);
20344 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20345                                  repeatable, mandatory, hidden)
20346 VALUES (1, 'serial', '856', 'q', $$Electronic format type$$,
20347 FALSE, FALSE, FALSE);
20348 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20349                                  repeatable, mandatory, hidden)
20350 VALUES (1, 'serial', '856', 'r', $$Settings$$,
20351 FALSE, FALSE, FALSE);
20352 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20353                                  repeatable, mandatory, hidden)
20354 VALUES (1, 'serial', '856', 's', $$File size$$,
20355 TRUE, FALSE, FALSE);
20356 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20357                                  repeatable, mandatory, hidden)
20358 VALUES (1, 'serial', '856', 't', $$Terminal emulation$$,
20359 TRUE, FALSE, FALSE);
20360 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20361                                  repeatable, mandatory, hidden)
20362 VALUES (1, 'serial', '856', 'u', $$Uniform Resource Identifier$$,
20363 TRUE, FALSE, FALSE);
20364 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20365                                  repeatable, mandatory, hidden)
20366 VALUES (1, 'serial', '856', 'v', $$Hours access method available$$,
20367 TRUE, FALSE, FALSE);
20368 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20369                                  repeatable, mandatory, hidden)
20370 VALUES (1, 'serial', '856', 'w', $$Record control number$$,
20371 TRUE, FALSE, FALSE);
20372 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20373                                  repeatable, mandatory, hidden)
20374 VALUES (1, 'serial', '856', 'x', $$Nonpublic note$$,
20375 TRUE, FALSE, FALSE);
20376 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20377                                  repeatable, mandatory, hidden)
20378 VALUES (1, 'serial', '856', 'y', $$Link text$$,
20379 TRUE, FALSE, FALSE);
20380 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20381                                  repeatable, mandatory, hidden)
20382 VALUES (1, 'serial', '856', 'z', $$Public note$$,
20383 TRUE, FALSE, FALSE);
20384 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20385                                  repeatable, mandatory, hidden)
20386 VALUES (1, 'serial', '856', '2', $$Access method$$,
20387 FALSE, FALSE, FALSE);
20388 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20389                                  repeatable, mandatory, hidden)
20390 VALUES (1, 'serial', '856', '3', $$Materials specified$$,
20391 FALSE, FALSE, FALSE);
20392 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20393                                  repeatable, mandatory, hidden)
20394 VALUES (1, 'serial', '856', '6', $$Linkage$$,
20395 FALSE, FALSE, FALSE);
20396 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20397                                  repeatable, mandatory, hidden)
20398 VALUES (1, 'serial', '856', '8', $$Field link and sequence number$$,
20399 TRUE, FALSE, FALSE);
20400 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
20401                               fixed_field, repeatable, mandatory, hidden)
20402 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).$$,
20403 FALSE, TRUE, FALSE, FALSE);
20404 INSERT INTO config.record_attr_definition(name, label)
20405 VALUES ('marc21_serial_863_ind_1', 'MARC 21 serial field 863 indicator position 1');
20406 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20407 VALUES ('marc21_serial_863_ind_1', '#', $$No information provided$$, FALSE, TRUE);
20408 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20409 VALUES ('marc21_serial_863_ind_1', '3', $$Holdings level 3$$, FALSE, TRUE);
20410 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20411 VALUES ('marc21_serial_863_ind_1', '4', $$Holdings level 4$$, FALSE, TRUE);
20412 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20413 VALUES ('marc21_serial_863_ind_1', '5', $$Holdings level 4 with piece designation$$, FALSE, TRUE);
20414 INSERT INTO config.record_attr_definition(name, label)
20415 VALUES ('marc21_serial_863_ind_2', 'MARC 21 serial field 863 indicator position 2');
20416 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20417 VALUES ('marc21_serial_863_ind_2', '#', $$No information provided$$, FALSE, TRUE);
20418 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20419 VALUES ('marc21_serial_863_ind_2', '0', $$Compressed$$, FALSE, TRUE);
20420 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20421 VALUES ('marc21_serial_863_ind_2', '1', $$Uncompressed$$, FALSE, TRUE);
20422 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20423 VALUES ('marc21_serial_863_ind_2', '2', $$Compressed, use textual display$$, FALSE, TRUE);
20424 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20425 VALUES ('marc21_serial_863_ind_2', '3', $$Uncompressed, 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', '4', $$Item(s) not published$$, FALSE, TRUE);
20428 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20429                                  repeatable, mandatory, hidden)
20430 VALUES (1, 'serial', '863', 'a', $$First level of enumeration$$,
20431 TRUE, FALSE, FALSE);
20432 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20433                                  repeatable, mandatory, hidden)
20434 VALUES (1, 'serial', '863', 'b', $$Second level of enumeration$$,
20435 TRUE, FALSE, FALSE);
20436 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20437                                  repeatable, mandatory, hidden)
20438 VALUES (1, 'serial', '863', 'c', $$Third level of enumeration$$,
20439 TRUE, FALSE, FALSE);
20440 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20441                                  repeatable, mandatory, hidden)
20442 VALUES (1, 'serial', '863', 'd', $$Fourth level of enumeration$$,
20443 TRUE, FALSE, FALSE);
20444 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20445                                  repeatable, mandatory, hidden)
20446 VALUES (1, 'serial', '863', 'e', $$Fifth level of enumeration$$,
20447 TRUE, FALSE, FALSE);
20448 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20449                                  repeatable, mandatory, hidden)
20450 VALUES (1, 'serial', '863', 'f', $$Sixth level of enumeration$$,
20451 TRUE, FALSE, FALSE);
20452 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20453                                  repeatable, mandatory, hidden)
20454 VALUES (1, 'serial', '863', 'g', $$Alternative numbering scheme, first level of enumeration$$,
20455 TRUE, FALSE, FALSE);
20456 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20457                                  repeatable, mandatory, hidden)
20458 VALUES (1, 'serial', '863', 'h', $$Alternative numbering scheme, second level of enumeration$$,
20459 TRUE, FALSE, FALSE);
20460 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20461                                  repeatable, mandatory, hidden)
20462 VALUES (1, 'serial', '863', 'i', $$First level of chronology$$,
20463 TRUE, FALSE, FALSE);
20464 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20465                                  repeatable, mandatory, hidden)
20466 VALUES (1, 'serial', '863', 'j', $$Second level of chronology$$,
20467 TRUE, FALSE, FALSE);
20468 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20469                                  repeatable, mandatory, hidden)
20470 VALUES (1, 'serial', '863', 'k', $$Third level of chronology$$,
20471 TRUE, FALSE, FALSE);
20472 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20473                                  repeatable, mandatory, hidden)
20474 VALUES (1, 'serial', '863', 'l', $$Fourth level of chronology$$,
20475 TRUE, FALSE, FALSE);
20476 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20477                                  repeatable, mandatory, hidden)
20478 VALUES (1, 'serial', '863', 'm', $$Alternative numbering scheme, chronology$$,
20479 TRUE, FALSE, FALSE);
20480 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20481                                  repeatable, mandatory, hidden)
20482 VALUES (1, 'serial', '863', 'n', $$Converted Gregorian year$$,
20483 TRUE, FALSE, FALSE);
20484 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20485                                  repeatable, mandatory, hidden)
20486 VALUES (1, 'serial', '863', 'o', $$Type of unit$$,
20487 TRUE, FALSE, FALSE);
20488 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20489                                  repeatable, mandatory, hidden)
20490 VALUES (1, 'serial', '863', 'p', $$Piece designation$$,
20491 TRUE, FALSE, FALSE);
20492 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20493                                  repeatable, mandatory, hidden)
20494 VALUES (1, 'serial', '863', 'q', $$Piece physical condition$$,
20495 TRUE, FALSE, FALSE);
20496 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20497                                  repeatable, mandatory, hidden)
20498 VALUES (1, 'serial', '863', 's', $$Copyright article-fee code$$,
20499 TRUE, FALSE, FALSE);
20500 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20501                                  repeatable, mandatory, hidden)
20502 VALUES (1, 'serial', '863', 't', $$Copy number$$,
20503 TRUE, FALSE, FALSE);
20504 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20505                                  repeatable, mandatory, hidden)
20506 VALUES (1, 'serial', '863', 'v', $$Issuing date$$,
20507 TRUE, FALSE, FALSE);
20508 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20509                                  repeatable, mandatory, hidden)
20510 VALUES (1, 'serial', '863', 'w', $$Break indicator$$,
20511 TRUE, FALSE, FALSE);
20512 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20513                                  repeatable, mandatory, hidden)
20514 VALUES (1, 'serial', '863', 'x', $$Nonpublic note$$,
20515 TRUE, FALSE, FALSE);
20516 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20517                                  repeatable, mandatory, hidden)
20518 VALUES (1, 'serial', '863', 'z', $$Public note$$,
20519 TRUE, FALSE, FALSE);
20520 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20521                                  repeatable, mandatory, hidden)
20522 VALUES (1, 'serial', '863', '6', $$Linkage$$,
20523 TRUE, FALSE, FALSE);
20524 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20525                                  repeatable, mandatory, hidden)
20526 VALUES (1, 'serial', '863', '8', $$Field link and sequence number$$,
20527 TRUE, FALSE, FALSE);
20528 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
20529                               fixed_field, repeatable, mandatory, hidden)
20530 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).$$,
20531 FALSE, TRUE, FALSE, FALSE);
20532 INSERT INTO config.record_attr_definition(name, label)
20533 VALUES ('marc21_serial_864_ind_1', 'MARC 21 serial field 864 indicator position 1');
20534 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20535 VALUES ('marc21_serial_864_ind_1', '#', $$No information provided$$, FALSE, TRUE);
20536 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20537 VALUES ('marc21_serial_864_ind_1', '3', $$Holdings level 3$$, FALSE, TRUE);
20538 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20539 VALUES ('marc21_serial_864_ind_1', '4', $$Holdings level 4$$, FALSE, TRUE);
20540 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20541 VALUES ('marc21_serial_864_ind_1', '5', $$Holdings level 4 with piece designation$$, FALSE, TRUE);
20542 INSERT INTO config.record_attr_definition(name, label)
20543 VALUES ('marc21_serial_864_ind_2', 'MARC 21 serial field 864 indicator position 2');
20544 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20545 VALUES ('marc21_serial_864_ind_2', '#', $$No information provided$$, FALSE, TRUE);
20546 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20547 VALUES ('marc21_serial_864_ind_2', '0', $$Compressed$$, FALSE, TRUE);
20548 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20549 VALUES ('marc21_serial_864_ind_2', '1', $$Uncompressed$$, FALSE, TRUE);
20550 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20551 VALUES ('marc21_serial_864_ind_2', '2', $$Compressed, use textual display$$, FALSE, TRUE);
20552 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20553 VALUES ('marc21_serial_864_ind_2', '3', $$Uncompressed, 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', '4', $$Item(s) not published$$, FALSE, TRUE);
20556 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20557                                  repeatable, mandatory, hidden)
20558 VALUES (1, 'serial', '864', 'a', $$First level of enumeration$$,
20559 TRUE, FALSE, FALSE);
20560 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20561                                  repeatable, mandatory, hidden)
20562 VALUES (1, 'serial', '864', 'b', $$Second level of enumeration$$,
20563 TRUE, FALSE, FALSE);
20564 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20565                                  repeatable, mandatory, hidden)
20566 VALUES (1, 'serial', '864', 'c', $$Third level of enumeration$$,
20567 TRUE, FALSE, FALSE);
20568 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20569                                  repeatable, mandatory, hidden)
20570 VALUES (1, 'serial', '864', 'd', $$Fourth level of enumeration$$,
20571 TRUE, FALSE, FALSE);
20572 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20573                                  repeatable, mandatory, hidden)
20574 VALUES (1, 'serial', '864', 'e', $$Fifth level of enumeration$$,
20575 TRUE, FALSE, FALSE);
20576 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20577                                  repeatable, mandatory, hidden)
20578 VALUES (1, 'serial', '864', 'f', $$Sixth level of enumeration$$,
20579 TRUE, FALSE, FALSE);
20580 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20581                                  repeatable, mandatory, hidden)
20582 VALUES (1, 'serial', '864', 'g', $$Alternative numbering scheme, first level of enumeration$$,
20583 TRUE, FALSE, FALSE);
20584 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20585                                  repeatable, mandatory, hidden)
20586 VALUES (1, 'serial', '864', 'h', $$Alternative numbering scheme, second level of enumeration$$,
20587 TRUE, FALSE, FALSE);
20588 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20589                                  repeatable, mandatory, hidden)
20590 VALUES (1, 'serial', '864', 'i', $$First level of chronology$$,
20591 TRUE, FALSE, FALSE);
20592 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20593                                  repeatable, mandatory, hidden)
20594 VALUES (1, 'serial', '864', 'j', $$Second level of chronology$$,
20595 TRUE, FALSE, FALSE);
20596 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20597                                  repeatable, mandatory, hidden)
20598 VALUES (1, 'serial', '864', 'k', $$Third level of chronology$$,
20599 TRUE, FALSE, FALSE);
20600 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20601                                  repeatable, mandatory, hidden)
20602 VALUES (1, 'serial', '864', 'l', $$Fourth level of chronology$$,
20603 TRUE, FALSE, FALSE);
20604 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20605                                  repeatable, mandatory, hidden)
20606 VALUES (1, 'serial', '864', 'm', $$Alternative numbering scheme, chronology$$,
20607 TRUE, FALSE, FALSE);
20608 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20609                                  repeatable, mandatory, hidden)
20610 VALUES (1, 'serial', '864', 'n', $$Converted Gregorian year$$,
20611 TRUE, FALSE, FALSE);
20612 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20613                                  repeatable, mandatory, hidden)
20614 VALUES (1, 'serial', '864', 'o', $$Type of unit$$,
20615 TRUE, FALSE, FALSE);
20616 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20617                                  repeatable, mandatory, hidden)
20618 VALUES (1, 'serial', '864', 'p', $$Piece designation$$,
20619 TRUE, FALSE, FALSE);
20620 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20621                                  repeatable, mandatory, hidden)
20622 VALUES (1, 'serial', '864', 'q', $$Piece physical condition$$,
20623 TRUE, FALSE, FALSE);
20624 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20625                                  repeatable, mandatory, hidden)
20626 VALUES (1, 'serial', '864', 's', $$Copyright article-fee code$$,
20627 TRUE, FALSE, FALSE);
20628 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20629                                  repeatable, mandatory, hidden)
20630 VALUES (1, 'serial', '864', 't', $$Copy number$$,
20631 TRUE, FALSE, FALSE);
20632 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20633                                  repeatable, mandatory, hidden)
20634 VALUES (1, 'serial', '864', 'v', $$Issuing date$$,
20635 TRUE, FALSE, FALSE);
20636 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20637                                  repeatable, mandatory, hidden)
20638 VALUES (1, 'serial', '864', 'w', $$Break indicator$$,
20639 TRUE, FALSE, FALSE);
20640 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20641                                  repeatable, mandatory, hidden)
20642 VALUES (1, 'serial', '864', 'x', $$Nonpublic note$$,
20643 TRUE, FALSE, FALSE);
20644 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20645                                  repeatable, mandatory, hidden)
20646 VALUES (1, 'serial', '864', 'z', $$Public note$$,
20647 TRUE, FALSE, FALSE);
20648 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20649                                  repeatable, mandatory, hidden)
20650 VALUES (1, 'serial', '864', '6', $$Linkage$$,
20651 TRUE, FALSE, FALSE);
20652 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20653                                  repeatable, mandatory, hidden)
20654 VALUES (1, 'serial', '864', '8', $$Field link and sequence number$$,
20655 TRUE, FALSE, FALSE);
20656 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
20657                               fixed_field, repeatable, mandatory, hidden)
20658 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).$$,
20659 FALSE, TRUE, FALSE, FALSE);
20660 INSERT INTO config.record_attr_definition(name, label)
20661 VALUES ('marc21_serial_865_ind_1', 'MARC 21 serial field 865 indicator position 1');
20662 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20663 VALUES ('marc21_serial_865_ind_1', '#', $$No information provided$$, FALSE, TRUE);
20664 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20665 VALUES ('marc21_serial_865_ind_1', '4', $$Holdings level 4$$, FALSE, TRUE);
20666 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20667 VALUES ('marc21_serial_865_ind_1', '5', $$Holdings level 4 with piece designation$$, FALSE, TRUE);
20668 INSERT INTO config.record_attr_definition(name, label)
20669 VALUES ('marc21_serial_865_ind_2', 'MARC 21 serial field 865 indicator position 2');
20670 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20671 VALUES ('marc21_serial_865_ind_2', '#', $$No information provided$$, FALSE, TRUE);
20672 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20673 VALUES ('marc21_serial_865_ind_2', '1', $$Uncompressed$$, FALSE, TRUE);
20674 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20675 VALUES ('marc21_serial_865_ind_2', '3', $$Uncompressed, use textual display$$, FALSE, TRUE);
20676 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20677                                  repeatable, mandatory, hidden)
20678 VALUES (1, 'serial', '865', 'a', $$First level of enumeration$$,
20679 TRUE, FALSE, FALSE);
20680 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20681                                  repeatable, mandatory, hidden)
20682 VALUES (1, 'serial', '865', 'b', $$Second level of enumeration$$,
20683 TRUE, FALSE, FALSE);
20684 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20685                                  repeatable, mandatory, hidden)
20686 VALUES (1, 'serial', '865', 'c', $$Third level of enumeration$$,
20687 TRUE, FALSE, FALSE);
20688 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20689                                  repeatable, mandatory, hidden)
20690 VALUES (1, 'serial', '865', 'd', $$Fourth level of enumeration$$,
20691 TRUE, FALSE, FALSE);
20692 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20693                                  repeatable, mandatory, hidden)
20694 VALUES (1, 'serial', '865', 'e', $$Fifth level of enumeration$$,
20695 TRUE, FALSE, FALSE);
20696 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20697                                  repeatable, mandatory, hidden)
20698 VALUES (1, 'serial', '865', 'f', $$Sixth level of enumeration$$,
20699 TRUE, FALSE, FALSE);
20700 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20701                                  repeatable, mandatory, hidden)
20702 VALUES (1, 'serial', '865', 'g', $$Alternative numbering scheme, first level of enumeration$$,
20703 TRUE, FALSE, FALSE);
20704 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20705                                  repeatable, mandatory, hidden)
20706 VALUES (1, 'serial', '865', 'h', $$Alternative numbering scheme, second level of enumeration$$,
20707 TRUE, FALSE, FALSE);
20708 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20709                                  repeatable, mandatory, hidden)
20710 VALUES (1, 'serial', '865', 'i', $$First level of chronology$$,
20711 TRUE, FALSE, FALSE);
20712 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20713                                  repeatable, mandatory, hidden)
20714 VALUES (1, 'serial', '865', 'j', $$Second level of chronology$$,
20715 TRUE, FALSE, FALSE);
20716 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20717                                  repeatable, mandatory, hidden)
20718 VALUES (1, 'serial', '865', 'k', $$Third level of chronology$$,
20719 TRUE, FALSE, FALSE);
20720 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20721                                  repeatable, mandatory, hidden)
20722 VALUES (1, 'serial', '865', 'l', $$Fourth level of chronology$$,
20723 TRUE, FALSE, FALSE);
20724 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20725                                  repeatable, mandatory, hidden)
20726 VALUES (1, 'serial', '865', 'm', $$Alternative numbering scheme, chronology$$,
20727 TRUE, FALSE, FALSE);
20728 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20729                                  repeatable, mandatory, hidden)
20730 VALUES (1, 'serial', '865', 'n', $$Converted Gregorian year$$,
20731 TRUE, FALSE, FALSE);
20732 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20733                                  repeatable, mandatory, hidden)
20734 VALUES (1, 'serial', '865', 'o', $$Type of unit$$,
20735 TRUE, FALSE, FALSE);
20736 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20737                                  repeatable, mandatory, hidden)
20738 VALUES (1, 'serial', '865', 'p', $$Piece designation$$,
20739 TRUE, FALSE, FALSE);
20740 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20741                                  repeatable, mandatory, hidden)
20742 VALUES (1, 'serial', '865', 'q', $$Piece physical condition$$,
20743 TRUE, FALSE, FALSE);
20744 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20745                                  repeatable, mandatory, hidden)
20746 VALUES (1, 'serial', '865', 's', $$Copyright article-fee code$$,
20747 TRUE, FALSE, FALSE);
20748 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20749                                  repeatable, mandatory, hidden)
20750 VALUES (1, 'serial', '865', 't', $$Copy number$$,
20751 TRUE, FALSE, FALSE);
20752 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20753                                  repeatable, mandatory, hidden)
20754 VALUES (1, 'serial', '865', 'v', $$Issuing date$$,
20755 TRUE, FALSE, FALSE);
20756 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20757                                  repeatable, mandatory, hidden)
20758 VALUES (1, 'serial', '865', 'w', $$Break indicator$$,
20759 TRUE, FALSE, FALSE);
20760 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20761                                  repeatable, mandatory, hidden)
20762 VALUES (1, 'serial', '865', 'x', $$Nonpublic note$$,
20763 TRUE, FALSE, FALSE);
20764 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20765                                  repeatable, mandatory, hidden)
20766 VALUES (1, 'serial', '865', 'z', $$Public note$$,
20767 TRUE, FALSE, FALSE);
20768 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20769                                  repeatable, mandatory, hidden)
20770 VALUES (1, 'serial', '865', '6', $$Linkage$$,
20771 TRUE, FALSE, FALSE);
20772 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20773                                  repeatable, mandatory, hidden)
20774 VALUES (1, 'serial', '865', '8', $$Field link and sequence number$$,
20775 TRUE, FALSE, FALSE);
20776 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
20777                               fixed_field, repeatable, mandatory, hidden)
20778 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.$$,
20779 FALSE, TRUE, FALSE, FALSE);
20780 INSERT INTO config.record_attr_definition(name, label)
20781 VALUES ('marc21_serial_866_ind_1', 'MARC 21 serial field 866 indicator position 1');
20782 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20783 VALUES ('marc21_serial_866_ind_1', '#', $$No information provided$$, FALSE, TRUE);
20784 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20785 VALUES ('marc21_serial_866_ind_1', '3', $$Holdings level 3$$, FALSE, TRUE);
20786 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20787 VALUES ('marc21_serial_866_ind_1', '4', $$Holdings level 4$$, FALSE, TRUE);
20788 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20789 VALUES ('marc21_serial_866_ind_1', '5', $$Holdings level 4 with piece designation$$, FALSE, TRUE);
20790 INSERT INTO config.record_attr_definition(name, label)
20791 VALUES ('marc21_serial_866_ind_2', 'MARC 21 serial field 866 indicator position 2');
20792 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20793 VALUES ('marc21_serial_866_ind_2', '0', $$Non-standard$$, FALSE, TRUE);
20794 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20795 VALUES ('marc21_serial_866_ind_2', '1', $$ANSI/NISO Z39.71 or ISO 10324$$, FALSE, TRUE);
20796 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20797 VALUES ('marc21_serial_866_ind_2', '2', $$ANSI Z39.42$$, FALSE, TRUE);
20798 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20799 VALUES ('marc21_serial_866_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
20800 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20801                                  repeatable, mandatory, hidden)
20802 VALUES (1, 'serial', '866', 'a', $$Textual holdings$$,
20803 TRUE, FALSE, FALSE);
20804 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20805                                  repeatable, mandatory, hidden)
20806 VALUES (1, 'serial', '866', 'x', $$Nonpublic note$$,
20807 TRUE, FALSE, FALSE);
20808 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20809                                  repeatable, mandatory, hidden)
20810 VALUES (1, 'serial', '866', 'z', $$Public note$$,
20811 TRUE, FALSE, FALSE);
20812 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20813                                  repeatable, mandatory, hidden)
20814 VALUES (1, 'serial', '866', '2', $$Source of notation$$,
20815 TRUE, FALSE, FALSE);
20816 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20817                                  repeatable, mandatory, hidden)
20818 VALUES (1, 'serial', '866', '6', $$Linkage$$,
20819 TRUE, FALSE, FALSE);
20820 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20821                                  repeatable, mandatory, hidden)
20822 VALUES (1, 'serial', '866', '8', $$Field link and sequence number$$,
20823 TRUE, FALSE, FALSE);
20824 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
20825                               fixed_field, repeatable, mandatory, hidden)
20826 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.$$,
20827 FALSE, TRUE, FALSE, FALSE);
20828 INSERT INTO config.record_attr_definition(name, label)
20829 VALUES ('marc21_serial_867_ind_1', 'MARC 21 serial field 867 indicator position 1');
20830 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20831 VALUES ('marc21_serial_867_ind_1', '#', $$No information provided$$, FALSE, TRUE);
20832 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20833 VALUES ('marc21_serial_867_ind_1', '3', $$Holdings level 3$$, FALSE, TRUE);
20834 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20835 VALUES ('marc21_serial_867_ind_1', '4', $$Holdings level 4$$, FALSE, TRUE);
20836 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20837 VALUES ('marc21_serial_867_ind_1', '5', $$Holdings level 4 with piece designation$$, FALSE, TRUE);
20838 INSERT INTO config.record_attr_definition(name, label)
20839 VALUES ('marc21_serial_867_ind_2', 'MARC 21 serial field 867 indicator position 2');
20840 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20841 VALUES ('marc21_serial_867_ind_2', '0', $$Non-standard$$, FALSE, TRUE);
20842 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20843 VALUES ('marc21_serial_867_ind_2', '1', $$ANSI/NISO Z39.71 or ISO 10324$$, FALSE, TRUE);
20844 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20845 VALUES ('marc21_serial_867_ind_2', '2', $$ANSI Z39.42$$, FALSE, TRUE);
20846 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20847 VALUES ('marc21_serial_867_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
20848 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20849                                  repeatable, mandatory, hidden)
20850 VALUES (1, 'serial', '867', 'a', $$Textual holdings$$,
20851 TRUE, FALSE, FALSE);
20852 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20853                                  repeatable, mandatory, hidden)
20854 VALUES (1, 'serial', '867', 'x', $$Nonpublic note$$,
20855 TRUE, FALSE, FALSE);
20856 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20857                                  repeatable, mandatory, hidden)
20858 VALUES (1, 'serial', '867', 'z', $$Public note$$,
20859 TRUE, FALSE, FALSE);
20860 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20861                                  repeatable, mandatory, hidden)
20862 VALUES (1, 'serial', '867', '2', $$Source of notation$$,
20863 TRUE, FALSE, FALSE);
20864 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20865                                  repeatable, mandatory, hidden)
20866 VALUES (1, 'serial', '867', '6', $$Linkage$$,
20867 TRUE, FALSE, FALSE);
20868 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20869                                  repeatable, mandatory, hidden)
20870 VALUES (1, 'serial', '867', '8', $$Field link and sequence number$$,
20871 TRUE, FALSE, FALSE);
20872 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
20873                               fixed_field, repeatable, mandatory, hidden)
20874 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.$$,
20875 FALSE, TRUE, FALSE, FALSE);
20876 INSERT INTO config.record_attr_definition(name, label)
20877 VALUES ('marc21_serial_868_ind_1', 'MARC 21 serial field 868 indicator position 1');
20878 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20879 VALUES ('marc21_serial_868_ind_1', '#', $$No information provided$$, FALSE, TRUE);
20880 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20881 VALUES ('marc21_serial_868_ind_1', '3', $$Holdings level 3$$, FALSE, TRUE);
20882 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20883 VALUES ('marc21_serial_868_ind_1', '4', $$Holdings level 4$$, FALSE, TRUE);
20884 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20885 VALUES ('marc21_serial_868_ind_1', '5', $$Holdings level 4 with piece designation$$, FALSE, TRUE);
20886 INSERT INTO config.record_attr_definition(name, label)
20887 VALUES ('marc21_serial_868_ind_2', 'MARC 21 serial field 868 indicator position 2');
20888 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20889 VALUES ('marc21_serial_868_ind_2', '0', $$Non-standard$$, FALSE, TRUE);
20890 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20891 VALUES ('marc21_serial_868_ind_2', '1', $$ANSI/NISO Z39.71 or ISO 10324$$, FALSE, TRUE);
20892 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20893 VALUES ('marc21_serial_868_ind_2', '2', $$ANSI Z39.42$$, FALSE, TRUE);
20894 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20895 VALUES ('marc21_serial_868_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
20896 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20897                                  repeatable, mandatory, hidden)
20898 VALUES (1, 'serial', '868', 'a', $$Textual holdings$$,
20899 TRUE, FALSE, FALSE);
20900 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20901                                  repeatable, mandatory, hidden)
20902 VALUES (1, 'serial', '868', 'x', $$Nonpublic note$$,
20903 TRUE, FALSE, FALSE);
20904 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20905                                  repeatable, mandatory, hidden)
20906 VALUES (1, 'serial', '868', 'z', $$Public note$$,
20907 TRUE, FALSE, FALSE);
20908 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20909                                  repeatable, mandatory, hidden)
20910 VALUES (1, 'serial', '868', '2', $$Source of notation$$,
20911 TRUE, FALSE, FALSE);
20912 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20913                                  repeatable, mandatory, hidden)
20914 VALUES (1, 'serial', '868', '6', $$Linkage$$,
20915 TRUE, FALSE, FALSE);
20916 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20917                                  repeatable, mandatory, hidden)
20918 VALUES (1, 'serial', '868', '8', $$Field link and sequence number$$,
20919 TRUE, FALSE, FALSE);
20920 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
20921                               fixed_field, repeatable, mandatory, hidden)
20922 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.$$,
20923 FALSE, TRUE, FALSE, FALSE);
20924 INSERT INTO config.record_attr_definition(name, label)
20925 VALUES ('marc21_serial_876_ind_1', 'MARC 21 serial field 876 indicator position 1');
20926 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20927 VALUES ('marc21_serial_876_ind_1', '#', $$Undefined$$, FALSE, TRUE);
20928 INSERT INTO config.record_attr_definition(name, label)
20929 VALUES ('marc21_serial_876_ind_2', 'MARC 21 serial field 876 indicator position 2');
20930 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20931 VALUES ('marc21_serial_876_ind_2', '#', $$Undefined$$, FALSE, TRUE);
20932 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20933                                  repeatable, mandatory, hidden)
20934 VALUES (1, 'serial', '876', 'a', $$Internal item number$$,
20935 TRUE, FALSE, FALSE);
20936 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20937                                  repeatable, mandatory, hidden)
20938 VALUES (1, 'serial', '876', 'b', $$Invalid or canceled internal item number$$,
20939 TRUE, FALSE, FALSE);
20940 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20941                                  repeatable, mandatory, hidden)
20942 VALUES (1, 'serial', '876', 'c', $$Cost$$,
20943 TRUE, FALSE, FALSE);
20944 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20945                                  repeatable, mandatory, hidden)
20946 VALUES (1, 'serial', '876', 'd', $$Date acquired$$,
20947 TRUE, FALSE, FALSE);
20948 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20949                                  repeatable, mandatory, hidden)
20950 VALUES (1, 'serial', '876', 'e', $$Source of acquisition$$,
20951 TRUE, FALSE, FALSE);
20952 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20953                                  repeatable, mandatory, hidden)
20954 VALUES (1, 'serial', '876', 'h', $$Use restrictions$$,
20955 TRUE, FALSE, FALSE);
20956 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20957                                  repeatable, mandatory, hidden)
20958 VALUES (1, 'serial', '876', 'j', $$Item status$$,
20959 TRUE, FALSE, FALSE);
20960 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20961                                  repeatable, mandatory, hidden)
20962 VALUES (1, 'serial', '876', 'l', $$Temporary location$$,
20963 TRUE, FALSE, FALSE);
20964 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20965                                  repeatable, mandatory, hidden)
20966 VALUES (1, 'serial', '876', 'p', $$Piece designation$$,
20967 TRUE, FALSE, FALSE);
20968 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20969                                  repeatable, mandatory, hidden)
20970 VALUES (1, 'serial', '876', 'r', $$Invalid or canceled piece designation$$,
20971 TRUE, FALSE, FALSE);
20972 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20973                                  repeatable, mandatory, hidden)
20974 VALUES (1, 'serial', '876', 't', $$Copy number$$,
20975 TRUE, FALSE, FALSE);
20976 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20977                                  repeatable, mandatory, hidden)
20978 VALUES (1, 'serial', '876', 'x', $$Nonpublic note$$,
20979 TRUE, FALSE, FALSE);
20980 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20981                                  repeatable, mandatory, hidden)
20982 VALUES (1, 'serial', '876', 'z', $$Public note$$,
20983 TRUE, FALSE, FALSE);
20984 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20985                                  repeatable, mandatory, hidden)
20986 VALUES (1, 'serial', '876', '3', $$Materials specified$$,
20987 TRUE, FALSE, FALSE);
20988 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20989                                  repeatable, mandatory, hidden)
20990 VALUES (1, 'serial', '876', '6', $$Linkage$$,
20991 TRUE, FALSE, FALSE);
20992 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20993                                  repeatable, mandatory, hidden)
20994 VALUES (1, 'serial', '876', '8', $$Field link and sequence number$$,
20995 TRUE, FALSE, FALSE);
20996 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
20997                               fixed_field, repeatable, mandatory, hidden)
20998 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.$$,
20999 FALSE, TRUE, FALSE, FALSE);
21000 INSERT INTO config.record_attr_definition(name, label)
21001 VALUES ('marc21_serial_877_ind_1', 'MARC 21 serial field 877 indicator position 1');
21002 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
21003 VALUES ('marc21_serial_877_ind_1', '#', $$Undefined$$, FALSE, TRUE);
21004 INSERT INTO config.record_attr_definition(name, label)
21005 VALUES ('marc21_serial_877_ind_2', 'MARC 21 serial field 877 indicator position 2');
21006 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
21007 VALUES ('marc21_serial_877_ind_2', '#', $$Undefined$$, FALSE, TRUE);
21008 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21009                                  repeatable, mandatory, hidden)
21010 VALUES (1, 'serial', '877', 'a', $$Internal item number$$,
21011 TRUE, FALSE, FALSE);
21012 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21013                                  repeatable, mandatory, hidden)
21014 VALUES (1, 'serial', '877', 'b', $$Invalid or canceled internal item number$$,
21015 TRUE, FALSE, FALSE);
21016 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21017                                  repeatable, mandatory, hidden)
21018 VALUES (1, 'serial', '877', 'c', $$Cost$$,
21019 TRUE, FALSE, FALSE);
21020 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21021                                  repeatable, mandatory, hidden)
21022 VALUES (1, 'serial', '877', 'd', $$Date acquired$$,
21023 TRUE, FALSE, FALSE);
21024 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21025                                  repeatable, mandatory, hidden)
21026 VALUES (1, 'serial', '877', 'e', $$Source of acquisition$$,
21027 TRUE, FALSE, FALSE);
21028 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21029                                  repeatable, mandatory, hidden)
21030 VALUES (1, 'serial', '877', 'h', $$Use restrictions$$,
21031 TRUE, FALSE, FALSE);
21032 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21033                                  repeatable, mandatory, hidden)
21034 VALUES (1, 'serial', '877', 'j', $$Item status$$,
21035 TRUE, FALSE, FALSE);
21036 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21037                                  repeatable, mandatory, hidden)
21038 VALUES (1, 'serial', '877', 'l', $$Temporary location$$,
21039 TRUE, FALSE, FALSE);
21040 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21041                                  repeatable, mandatory, hidden)
21042 VALUES (1, 'serial', '877', 'p', $$Piece designation$$,
21043 TRUE, FALSE, FALSE);
21044 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21045                                  repeatable, mandatory, hidden)
21046 VALUES (1, 'serial', '877', 'r', $$Invalid or canceled piece designation$$,
21047 TRUE, FALSE, FALSE);
21048 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21049                                  repeatable, mandatory, hidden)
21050 VALUES (1, 'serial', '877', 't', $$Copy number$$,
21051 TRUE, FALSE, FALSE);
21052 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21053                                  repeatable, mandatory, hidden)
21054 VALUES (1, 'serial', '877', 'x', $$Nonpublic note$$,
21055 TRUE, FALSE, FALSE);
21056 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21057                                  repeatable, mandatory, hidden)
21058 VALUES (1, 'serial', '877', 'z', $$Public note$$,
21059 TRUE, FALSE, FALSE);
21060 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21061                                  repeatable, mandatory, hidden)
21062 VALUES (1, 'serial', '877', '3', $$Materials specified$$,
21063 TRUE, FALSE, FALSE);
21064 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21065                                  repeatable, mandatory, hidden)
21066 VALUES (1, 'serial', '877', '6', $$Linkage$$,
21067 TRUE, FALSE, FALSE);
21068 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21069                                  repeatable, mandatory, hidden)
21070 VALUES (1, 'serial', '877', '8', $$Field link and sequence number$$,
21071 TRUE, FALSE, FALSE);
21072 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
21073                               fixed_field, repeatable, mandatory, hidden)
21074 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.$$,
21075 FALSE, TRUE, FALSE, FALSE);
21076 INSERT INTO config.record_attr_definition(name, label)
21077 VALUES ('marc21_serial_878_ind_1', 'MARC 21 serial field 878 indicator position 1');
21078 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
21079 VALUES ('marc21_serial_878_ind_1', '#', $$Undefined$$, FALSE, TRUE);
21080 INSERT INTO config.record_attr_definition(name, label)
21081 VALUES ('marc21_serial_878_ind_2', 'MARC 21 serial field 878 indicator position 2');
21082 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
21083 VALUES ('marc21_serial_878_ind_2', '#', $$Undefined$$, FALSE, TRUE);
21084 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21085                                  repeatable, mandatory, hidden)
21086 VALUES (1, 'serial', '878', 'a', $$Internal item number$$,
21087 TRUE, FALSE, FALSE);
21088 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21089                                  repeatable, mandatory, hidden)
21090 VALUES (1, 'serial', '878', 'b', $$Invalid or canceled internal item number$$,
21091 TRUE, FALSE, FALSE);
21092 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21093                                  repeatable, mandatory, hidden)
21094 VALUES (1, 'serial', '878', 'c', $$Cost$$,
21095 TRUE, FALSE, FALSE);
21096 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21097                                  repeatable, mandatory, hidden)
21098 VALUES (1, 'serial', '878', 'd', $$Date acquired$$,
21099 TRUE, FALSE, FALSE);
21100 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21101                                  repeatable, mandatory, hidden)
21102 VALUES (1, 'serial', '878', 'e', $$Source of acquisition$$,
21103 TRUE, FALSE, FALSE);
21104 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21105                                  repeatable, mandatory, hidden)
21106 VALUES (1, 'serial', '878', 'h', $$Use restrictions$$,
21107 TRUE, FALSE, FALSE);
21108 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21109                                  repeatable, mandatory, hidden)
21110 VALUES (1, 'serial', '878', 'j', $$Item status$$,
21111 TRUE, FALSE, FALSE);
21112 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21113                                  repeatable, mandatory, hidden)
21114 VALUES (1, 'serial', '878', 'l', $$Temporary location$$,
21115 TRUE, FALSE, FALSE);
21116 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21117                                  repeatable, mandatory, hidden)
21118 VALUES (1, 'serial', '878', 'p', $$Piece designation$$,
21119 TRUE, FALSE, FALSE);
21120 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21121                                  repeatable, mandatory, hidden)
21122 VALUES (1, 'serial', '878', 'r', $$Invalid or canceled piece designation$$,
21123 TRUE, FALSE, FALSE);
21124 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21125                                  repeatable, mandatory, hidden)
21126 VALUES (1, 'serial', '878', 't', $$Copy number$$,
21127 TRUE, FALSE, FALSE);
21128 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21129                                  repeatable, mandatory, hidden)
21130 VALUES (1, 'serial', '878', 'x', $$Nonpublic note$$,
21131 TRUE, FALSE, FALSE);
21132 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21133                                  repeatable, mandatory, hidden)
21134 VALUES (1, 'serial', '878', 'z', $$Public note$$,
21135 TRUE, FALSE, FALSE);
21136 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21137                                  repeatable, mandatory, hidden)
21138 VALUES (1, 'serial', '878', '3', $$Materials specified$$,
21139 TRUE, FALSE, FALSE);
21140 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21141                                  repeatable, mandatory, hidden)
21142 VALUES (1, 'serial', '878', '6', $$Linkage$$,
21143 TRUE, FALSE, FALSE);
21144 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21145                                  repeatable, mandatory, hidden)
21146 VALUES (1, 'serial', '878', '8', $$Field link and sequence number$$,
21147 TRUE, FALSE, FALSE);
21148 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
21149                               fixed_field, repeatable, mandatory, hidden)
21150 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.$$,
21151 FALSE, TRUE, FALSE, FALSE);
21152 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21153                                  repeatable, mandatory, hidden)
21154 VALUES (1, 'serial', '880', '6', $$Linkage$$,
21155 FALSE, FALSE, FALSE);
21156
21157 -- link RDA 33x record attributes to tag table
21158 UPDATE config.marc_subfield set value_ctype = 'content_type'
21159 WHERE  tag = '336' AND code = 'a' AND marc_record_type = 'biblio';
21160 UPDATE config.marc_subfield set value_ctype = 'media_type'
21161 WHERE  tag = '337' AND code = 'a' AND marc_record_type = 'biblio';
21162 UPDATE config.marc_subfield set value_ctype = 'carrier_type'
21163 WHERE  tag = '338' AND code = 'a' AND marc_record_type = 'biblio';
21164
21165 COMMIT;