]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/sql/Pg/960.data.marc21-tag-tables.sql
LP#1846357: fix circulation and billing aging
[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
8841 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
8842                               fixed_field, repeatable, mandatory, hidden)
8843 VALUES (1, 'biblio', '758', $$Resource Identifier$$, $$An identifier for a resource that is either the resource described in the bibliographic record or a resource to which it is related. Resources thus identified may include, but are not limited to, FRBR works, expressions, manifestations, and items. The field does not prescribe a particular content standard or data model.$$,
8844 FALSE, TRUE, FALSE, FALSE);
8845 INSERT INTO config.record_attr_definition(name, label)
8846 VALUES ('marc21_biblio_758_ind_1', 'MARC 21 biblio field 758 indicator position 1');
8847 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8848 VALUES ('marc21_biblio_758_ind_1', '#', $$Undefined$$, FALSE, TRUE);
8849 INSERT INTO config.record_attr_definition(name, label)
8850 VALUES ('marc21_biblio_758_ind_2', 'MARC 21 biblio field 758 indicator position 2');
8851 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8852 VALUES ('marc21_biblio_758_ind_2', '#', $$Undefined$$, FALSE, TRUE);
8853 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8854                                  repeatable, mandatory, hidden)
8855 VALUES (1, 'biblio', '758', 'a', $$Label$$,
8856 FALSE, FALSE, FALSE);
8857 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8858                                  repeatable, mandatory, hidden)
8859 VALUES (1, 'biblio', '758', 'i', $$Relationship information$$,
8860 TRUE, FALSE, FALSE);
8861 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8862                                  repeatable, mandatory, hidden)
8863 VALUES (1, 'biblio', '758', '0', $$Authority record control number or standard number$$,
8864 TRUE, FALSE, FALSE);
8865 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8866                                  repeatable, mandatory, hidden)
8867 VALUES (1, 'biblio', '758', '1', $$Real World Object URI$$,
8868 TRUE, FALSE, FALSE);
8869 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8870                                  repeatable, mandatory, hidden)
8871 VALUES (1, 'biblio', '758', '3', $$Materials specified$$,
8872 FALSE, FALSE, FALSE);
8873 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8874                                  repeatable, mandatory, hidden)
8875 VALUES (1, 'biblio', '758', '4', $$Relationship$$,
8876 TRUE, FALSE, FALSE);
8877 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8878                                  repeatable, mandatory, hidden)
8879 VALUES (1, 'biblio', '758', '5', $$Institution to which field applies$$,
8880 FALSE, FALSE, FALSE);
8881 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8882                                  repeatable, mandatory, hidden)
8883 VALUES (1, 'biblio', '758', '6', $$Linkage$$,
8884 FALSE, FALSE, FALSE);
8885 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8886                                  repeatable, mandatory, hidden)
8887 VALUES (1, 'biblio', '758', '8', $$Field link and sequence number$$,
8888 TRUE, FALSE, FALSE);
8889
8890 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
8891                               fixed_field, repeatable, mandatory, hidden)
8892 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.$$,
8893 FALSE, TRUE, FALSE, FALSE);
8894 INSERT INTO config.record_attr_definition(name, label)
8895 VALUES ('marc21_biblio_760_ind_1', 'MARC 21 biblio field 760 indicator position 1');
8896 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8897 VALUES ('marc21_biblio_760_ind_1', '0', $$Display note$$, FALSE, TRUE);
8898 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8899 VALUES ('marc21_biblio_760_ind_1', '1', $$Do not display note$$, FALSE, TRUE);
8900 INSERT INTO config.record_attr_definition(name, label)
8901 VALUES ('marc21_biblio_760_ind_2', 'MARC 21 biblio field 760 indicator position 2');
8902 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8903 VALUES ('marc21_biblio_760_ind_2', '#', $$Main series$$, FALSE, TRUE);
8904 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8905 VALUES ('marc21_biblio_760_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
8906 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8907                                  repeatable, mandatory, hidden)
8908 VALUES (1, 'biblio', '760', 'a', $$Main entry heading$$,
8909 FALSE, FALSE, FALSE);
8910 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8911                                  repeatable, mandatory, hidden)
8912 VALUES (1, 'biblio', '760', 'b', $$Edition$$,
8913 FALSE, FALSE, FALSE);
8914 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8915                                  repeatable, mandatory, hidden)
8916 VALUES (1, 'biblio', '760', 'c', $$Qualifying information$$,
8917 FALSE, FALSE, FALSE);
8918 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8919                                  repeatable, mandatory, hidden)
8920 VALUES (1, 'biblio', '760', 'd', $$Place, publisher, and date of publication$$,
8921 FALSE, FALSE, FALSE);
8922 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8923                                  repeatable, mandatory, hidden)
8924 VALUES (1, 'biblio', '760', 'g', $$Related parts$$,
8925 TRUE, FALSE, FALSE);
8926 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8927                                  repeatable, mandatory, hidden)
8928 VALUES (1, 'biblio', '760', 'h', $$Physical description$$,
8929 FALSE, FALSE, FALSE);
8930 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8931                                  repeatable, mandatory, hidden)
8932 VALUES (1, 'biblio', '760', 'i', $$Relationship information$$,
8933 TRUE, FALSE, FALSE);
8934 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8935                                  repeatable, mandatory, hidden)
8936 VALUES (1, 'biblio', '760', 'm', $$Material-specific details$$,
8937 FALSE, FALSE, FALSE);
8938 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8939                                  repeatable, mandatory, hidden)
8940 VALUES (1, 'biblio', '760', 'n', $$Note$$,
8941 TRUE, FALSE, FALSE);
8942 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8943                                  repeatable, mandatory, hidden)
8944 VALUES (1, 'biblio', '760', 'o', $$Other item identifier$$,
8945 TRUE, FALSE, FALSE);
8946 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8947                                  repeatable, mandatory, hidden)
8948 VALUES (1, 'biblio', '760', 's', $$Uniform title$$,
8949 FALSE, FALSE, FALSE);
8950 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8951                                  repeatable, mandatory, hidden)
8952 VALUES (1, 'biblio', '760', 't', $$Title$$,
8953 FALSE, FALSE, FALSE);
8954 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8955                                  repeatable, mandatory, hidden)
8956 VALUES (1, 'biblio', '760', 'w', $$Record control number$$,
8957 TRUE, FALSE, FALSE);
8958 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8959                                  repeatable, mandatory, hidden)
8960 VALUES (1, 'biblio', '760', 'x', $$International Standard Serial Number$$,
8961 FALSE, FALSE, FALSE);
8962 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8963                                  repeatable, mandatory, hidden)
8964 VALUES (1, 'biblio', '760', 'y', $$CODEN designation$$,
8965 FALSE, FALSE, FALSE);
8966 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8967                                  repeatable, mandatory, hidden)
8968 VALUES (1, 'biblio', '760', '6', $$Linkage$$,
8969 FALSE, FALSE, FALSE);
8970 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8971                                  repeatable, mandatory, hidden)
8972 VALUES (1, 'biblio', '760', '7', $$Control subfield$$,
8973 FALSE, FALSE, FALSE);
8974 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8975                                  repeatable, mandatory, hidden)
8976 VALUES (1, 'biblio', '760', 'p', $$Personal name$$,
8977 TRUE, FALSE, FALSE);
8978 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
8979                               fixed_field, repeatable, mandatory, hidden)
8980 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.$$,
8981 FALSE, TRUE, FALSE, FALSE);
8982 INSERT INTO config.record_attr_definition(name, label)
8983 VALUES ('marc21_biblio_762_ind_1', 'MARC 21 biblio field 762 indicator position 1');
8984 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8985 VALUES ('marc21_biblio_762_ind_1', '0', $$Display note$$, FALSE, TRUE);
8986 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8987 VALUES ('marc21_biblio_762_ind_1', '1', $$Do not display note$$, FALSE, TRUE);
8988 INSERT INTO config.record_attr_definition(name, label)
8989 VALUES ('marc21_biblio_762_ind_2', 'MARC 21 biblio field 762 indicator position 2');
8990 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8991 VALUES ('marc21_biblio_762_ind_2', '#', $$Has subseries$$, FALSE, TRUE);
8992 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
8993 VALUES ('marc21_biblio_762_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
8994 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8995                                  repeatable, mandatory, hidden)
8996 VALUES (1, 'biblio', '762', 'a', $$Main entry heading$$,
8997 FALSE, FALSE, FALSE);
8998 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
8999                                  repeatable, mandatory, hidden)
9000 VALUES (1, 'biblio', '762', 'b', $$Edition$$,
9001 FALSE, FALSE, FALSE);
9002 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9003                                  repeatable, mandatory, hidden)
9004 VALUES (1, 'biblio', '762', 'c', $$Qualifying information$$,
9005 FALSE, FALSE, FALSE);
9006 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9007                                  repeatable, mandatory, hidden)
9008 VALUES (1, 'biblio', '762', 'd', $$Place, publisher, and date of publication$$,
9009 FALSE, FALSE, FALSE);
9010 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9011                                  repeatable, mandatory, hidden)
9012 VALUES (1, 'biblio', '762', 'g', $$Related parts$$,
9013 TRUE, FALSE, FALSE);
9014 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9015                                  repeatable, mandatory, hidden)
9016 VALUES (1, 'biblio', '762', 'h', $$Physical description$$,
9017 FALSE, FALSE, FALSE);
9018 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9019                                  repeatable, mandatory, hidden)
9020 VALUES (1, 'biblio', '762', 'i', $$Relationship information$$,
9021 TRUE, FALSE, FALSE);
9022 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9023                                  repeatable, mandatory, hidden)
9024 VALUES (1, 'biblio', '762', 'm', $$Material-specific details$$,
9025 FALSE, FALSE, FALSE);
9026 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9027                                  repeatable, mandatory, hidden)
9028 VALUES (1, 'biblio', '762', 'n', $$Note$$,
9029 TRUE, FALSE, FALSE);
9030 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9031                                  repeatable, mandatory, hidden)
9032 VALUES (1, 'biblio', '762', 'o', $$Other item identifier$$,
9033 TRUE, FALSE, FALSE);
9034 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9035                                  repeatable, mandatory, hidden)
9036 VALUES (1, 'biblio', '762', 's', $$Uniform title$$,
9037 FALSE, FALSE, FALSE);
9038 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9039                                  repeatable, mandatory, hidden)
9040 VALUES (1, 'biblio', '762', 't', $$Title$$,
9041 FALSE, FALSE, FALSE);
9042 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9043                                  repeatable, mandatory, hidden)
9044 VALUES (1, 'biblio', '762', 'w', $$Record control number$$,
9045 TRUE, FALSE, FALSE);
9046 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9047                                  repeatable, mandatory, hidden)
9048 VALUES (1, 'biblio', '762', 'x', $$International Standard Serial Number$$,
9049 FALSE, FALSE, FALSE);
9050 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9051                                  repeatable, mandatory, hidden)
9052 VALUES (1, 'biblio', '762', 'y', $$CODEN designation$$,
9053 FALSE, FALSE, FALSE);
9054 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9055                                  repeatable, mandatory, hidden)
9056 VALUES (1, 'biblio', '762', '6', $$Linkage$$,
9057 FALSE, FALSE, FALSE);
9058 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9059                                  repeatable, mandatory, hidden)
9060 VALUES (1, 'biblio', '762', '7', $$Control subfield$$,
9061 FALSE, FALSE, FALSE);
9062 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9063                                  repeatable, mandatory, hidden)
9064 VALUES (1, 'biblio', '762', '8', $$Field link and sequence number$$,
9065 TRUE, FALSE, FALSE);
9066 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
9067                               fixed_field, repeatable, mandatory, hidden)
9068 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.$$,
9069 FALSE, TRUE, FALSE, FALSE);
9070 INSERT INTO config.record_attr_definition(name, label)
9071 VALUES ('marc21_biblio_765_ind_1', 'MARC 21 biblio field 765 indicator position 1');
9072 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9073 VALUES ('marc21_biblio_765_ind_1', '0', $$Display note$$, FALSE, TRUE);
9074 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9075 VALUES ('marc21_biblio_765_ind_1', '1', $$Do not display note$$, FALSE, TRUE);
9076 INSERT INTO config.record_attr_definition(name, label)
9077 VALUES ('marc21_biblio_765_ind_2', 'MARC 21 biblio field 765 indicator position 2');
9078 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9079 VALUES ('marc21_biblio_765_ind_2', '#', $$Translation of$$, FALSE, TRUE);
9080 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9081 VALUES ('marc21_biblio_765_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
9082 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9083                                  repeatable, mandatory, hidden)
9084 VALUES (1, 'biblio', '765', 'a', $$Main entry heading$$,
9085 FALSE, FALSE, FALSE);
9086 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9087                                  repeatable, mandatory, hidden)
9088 VALUES (1, 'biblio', '765', 'b', $$Edition$$,
9089 FALSE, FALSE, FALSE);
9090 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9091                                  repeatable, mandatory, hidden)
9092 VALUES (1, 'biblio', '765', 'c', $$Qualifying information$$,
9093 FALSE, FALSE, FALSE);
9094 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9095                                  repeatable, mandatory, hidden)
9096 VALUES (1, 'biblio', '765', 'd', $$Place, publisher, and date of publication$$,
9097 FALSE, FALSE, FALSE);
9098 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9099                                  repeatable, mandatory, hidden)
9100 VALUES (1, 'biblio', '765', 'g', $$Related parts$$,
9101 TRUE, FALSE, FALSE);
9102 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9103                                  repeatable, mandatory, hidden)
9104 VALUES (1, 'biblio', '765', 'h', $$Physical description$$,
9105 FALSE, FALSE, FALSE);
9106 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9107                                  repeatable, mandatory, hidden)
9108 VALUES (1, 'biblio', '765', 'i', $$Relationship information$$,
9109 TRUE, FALSE, FALSE);
9110 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9111                                  repeatable, mandatory, hidden)
9112 VALUES (1, 'biblio', '765', 'k', $$Series data for related item$$,
9113 TRUE, FALSE, FALSE);
9114 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9115                                  repeatable, mandatory, hidden)
9116 VALUES (1, 'biblio', '765', 'm', $$Material-specific details$$,
9117 FALSE, FALSE, FALSE);
9118 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9119                                  repeatable, mandatory, hidden)
9120 VALUES (1, 'biblio', '765', 'n', $$Note$$,
9121 TRUE, FALSE, FALSE);
9122 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9123                                  repeatable, mandatory, hidden)
9124 VALUES (1, 'biblio', '765', 'o', $$Other item identifier$$,
9125 TRUE, FALSE, FALSE);
9126 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9127                                  repeatable, mandatory, hidden)
9128 VALUES (1, 'biblio', '765', 'r', $$Report number$$,
9129 TRUE, FALSE, FALSE);
9130 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9131                                  repeatable, mandatory, hidden)
9132 VALUES (1, 'biblio', '765', 's', $$Uniform title$$,
9133 FALSE, FALSE, FALSE);
9134 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9135                                  repeatable, mandatory, hidden)
9136 VALUES (1, 'biblio', '765', 't', $$Title$$,
9137 FALSE, FALSE, FALSE);
9138 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9139                                  repeatable, mandatory, hidden)
9140 VALUES (1, 'biblio', '765', 'u', $$Standard Technical Report Number$$,
9141 FALSE, FALSE, FALSE);
9142 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9143                                  repeatable, mandatory, hidden)
9144 VALUES (1, 'biblio', '765', 'w', $$Record control number$$,
9145 TRUE, FALSE, FALSE);
9146 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9147                                  repeatable, mandatory, hidden)
9148 VALUES (1, 'biblio', '765', 'x', $$International Standard Serial Number$$,
9149 FALSE, FALSE, FALSE);
9150 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9151                                  repeatable, mandatory, hidden)
9152 VALUES (1, 'biblio', '765', 'y', $$CODEN designation$$,
9153 FALSE, FALSE, FALSE);
9154 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9155                                  repeatable, mandatory, hidden)
9156 VALUES (1, 'biblio', '765', 'z', $$International Standard Book Number$$,
9157 TRUE, FALSE, FALSE);
9158 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9159                                  repeatable, mandatory, hidden)
9160 VALUES (1, 'biblio', '765', '6', $$Linkage$$,
9161 FALSE, FALSE, FALSE);
9162 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9163                                  repeatable, mandatory, hidden)
9164 VALUES (1, 'biblio', '765', '7', $$Control subfield$$,
9165 FALSE, FALSE, FALSE);
9166 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9167                                  repeatable, mandatory, hidden)
9168 VALUES (1, 'biblio', '765', '8', $$Field link and sequence number$$,
9169 TRUE, FALSE, FALSE);
9170 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
9171                               fixed_field, repeatable, mandatory, hidden)
9172 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.$$,
9173 FALSE, TRUE, FALSE, FALSE);
9174 INSERT INTO config.record_attr_definition(name, label)
9175 VALUES ('marc21_biblio_767_ind_1', 'MARC 21 biblio field 767 indicator position 1');
9176 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9177 VALUES ('marc21_biblio_767_ind_1', '0', $$Display note$$, FALSE, TRUE);
9178 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9179 VALUES ('marc21_biblio_767_ind_1', '1', $$Do not display note$$, FALSE, TRUE);
9180 INSERT INTO config.record_attr_definition(name, label)
9181 VALUES ('marc21_biblio_767_ind_2', 'MARC 21 biblio field 767 indicator position 2');
9182 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9183 VALUES ('marc21_biblio_767_ind_2', '#', $$Translated as$$, FALSE, TRUE);
9184 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9185 VALUES ('marc21_biblio_767_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
9186 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9187                                  repeatable, mandatory, hidden)
9188 VALUES (1, 'biblio', '767', 'a', $$Main entry heading$$,
9189 FALSE, FALSE, FALSE);
9190 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9191                                  repeatable, mandatory, hidden)
9192 VALUES (1, 'biblio', '767', 'b', $$Edition$$,
9193 FALSE, FALSE, FALSE);
9194 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9195                                  repeatable, mandatory, hidden)
9196 VALUES (1, 'biblio', '767', 'c', $$Qualifying information$$,
9197 FALSE, FALSE, FALSE);
9198 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9199                                  repeatable, mandatory, hidden)
9200 VALUES (1, 'biblio', '767', 'd', $$Place, publisher, and date of publication$$,
9201 FALSE, FALSE, FALSE);
9202 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9203                                  repeatable, mandatory, hidden)
9204 VALUES (1, 'biblio', '767', 'g', $$Related parts$$,
9205 TRUE, FALSE, FALSE);
9206 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9207                                  repeatable, mandatory, hidden)
9208 VALUES (1, 'biblio', '767', 'h', $$Physical description$$,
9209 FALSE, FALSE, FALSE);
9210 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9211                                  repeatable, mandatory, hidden)
9212 VALUES (1, 'biblio', '767', 'i', $$Relationship information$$,
9213 TRUE, FALSE, FALSE);
9214 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9215                                  repeatable, mandatory, hidden)
9216 VALUES (1, 'biblio', '767', 'k', $$Series data for related item$$,
9217 TRUE, FALSE, FALSE);
9218 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9219                                  repeatable, mandatory, hidden)
9220 VALUES (1, 'biblio', '767', 'm', $$Material-specific details$$,
9221 FALSE, FALSE, FALSE);
9222 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9223                                  repeatable, mandatory, hidden)
9224 VALUES (1, 'biblio', '767', 'n', $$Note$$,
9225 TRUE, FALSE, FALSE);
9226 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9227                                  repeatable, mandatory, hidden)
9228 VALUES (1, 'biblio', '767', 'o', $$Other item identifier$$,
9229 TRUE, FALSE, FALSE);
9230 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9231                                  repeatable, mandatory, hidden)
9232 VALUES (1, 'biblio', '767', 'r', $$Report number$$,
9233 TRUE, FALSE, FALSE);
9234 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9235                                  repeatable, mandatory, hidden)
9236 VALUES (1, 'biblio', '767', 's', $$Uniform title$$,
9237 FALSE, FALSE, FALSE);
9238 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9239                                  repeatable, mandatory, hidden)
9240 VALUES (1, 'biblio', '767', 't', $$Title$$,
9241 FALSE, FALSE, FALSE);
9242 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9243                                  repeatable, mandatory, hidden)
9244 VALUES (1, 'biblio', '767', 'u', $$Standard Technical Report Number$$,
9245 FALSE, FALSE, FALSE);
9246 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9247                                  repeatable, mandatory, hidden)
9248 VALUES (1, 'biblio', '767', 'w', $$Record control number$$,
9249 TRUE, FALSE, FALSE);
9250 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9251                                  repeatable, mandatory, hidden)
9252 VALUES (1, 'biblio', '767', 'x', $$International Standard Serial Number$$,
9253 FALSE, FALSE, FALSE);
9254 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9255                                  repeatable, mandatory, hidden)
9256 VALUES (1, 'biblio', '767', 'y', $$CODEN designation$$,
9257 FALSE, FALSE, FALSE);
9258 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9259                                  repeatable, mandatory, hidden)
9260 VALUES (1, 'biblio', '767', 'z', $$International Standard Book Number$$,
9261 TRUE, FALSE, FALSE);
9262 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9263                                  repeatable, mandatory, hidden)
9264 VALUES (1, 'biblio', '767', '6', $$Linkage$$,
9265 FALSE, FALSE, FALSE);
9266 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9267                                  repeatable, mandatory, hidden)
9268 VALUES (1, 'biblio', '767', '7', $$Control subfield$$,
9269 FALSE, FALSE, FALSE);
9270 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9271                                  repeatable, mandatory, hidden)
9272 VALUES (1, 'biblio', '767', '8', $$Field link and sequence number$$,
9273 TRUE, FALSE, FALSE);
9274 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
9275                               fixed_field, repeatable, mandatory, hidden)
9276 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.$$,
9277 FALSE, TRUE, FALSE, FALSE);
9278 INSERT INTO config.record_attr_definition(name, label)
9279 VALUES ('marc21_biblio_770_ind_1', 'MARC 21 biblio field 770 indicator position 1');
9280 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9281 VALUES ('marc21_biblio_770_ind_1', '0', $$Display note$$, FALSE, TRUE);
9282 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9283 VALUES ('marc21_biblio_770_ind_1', '1', $$Do not display note$$, FALSE, TRUE);
9284 INSERT INTO config.record_attr_definition(name, label)
9285 VALUES ('marc21_biblio_770_ind_2', 'MARC 21 biblio field 770 indicator position 2');
9286 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9287 VALUES ('marc21_biblio_770_ind_2', '#', $$Has supplement$$, FALSE, TRUE);
9288 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9289 VALUES ('marc21_biblio_770_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
9290 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9291                                  repeatable, mandatory, hidden)
9292 VALUES (1, 'biblio', '770', 'a', $$Main entry heading$$,
9293 FALSE, FALSE, FALSE);
9294 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9295                                  repeatable, mandatory, hidden)
9296 VALUES (1, 'biblio', '770', 'b', $$Edition$$,
9297 FALSE, FALSE, FALSE);
9298 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9299                                  repeatable, mandatory, hidden)
9300 VALUES (1, 'biblio', '770', 'c', $$Qualifying information$$,
9301 FALSE, FALSE, FALSE);
9302 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9303                                  repeatable, mandatory, hidden)
9304 VALUES (1, 'biblio', '770', 'd', $$Place, publisher, and date of publication$$,
9305 FALSE, FALSE, FALSE);
9306 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9307                                  repeatable, mandatory, hidden)
9308 VALUES (1, 'biblio', '770', 'g', $$Related parts$$,
9309 TRUE, FALSE, FALSE);
9310 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9311                                  repeatable, mandatory, hidden)
9312 VALUES (1, 'biblio', '770', 'h', $$Physical description$$,
9313 FALSE, FALSE, FALSE);
9314 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9315                                  repeatable, mandatory, hidden)
9316 VALUES (1, 'biblio', '770', 'i', $$Relationship information$$,
9317 TRUE, FALSE, FALSE);
9318 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9319                                  repeatable, mandatory, hidden)
9320 VALUES (1, 'biblio', '770', 'k', $$Series data for related item$$,
9321 TRUE, FALSE, FALSE);
9322 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9323                                  repeatable, mandatory, hidden)
9324 VALUES (1, 'biblio', '770', 'm', $$Material-specific details$$,
9325 FALSE, FALSE, FALSE);
9326 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9327                                  repeatable, mandatory, hidden)
9328 VALUES (1, 'biblio', '770', 'n', $$Note$$,
9329 TRUE, FALSE, FALSE);
9330 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9331                                  repeatable, mandatory, hidden)
9332 VALUES (1, 'biblio', '770', 'o', $$Other item identifier$$,
9333 TRUE, FALSE, FALSE);
9334 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9335                                  repeatable, mandatory, hidden)
9336 VALUES (1, 'biblio', '770', 'r', $$Report number$$,
9337 TRUE, FALSE, FALSE);
9338 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9339                                  repeatable, mandatory, hidden)
9340 VALUES (1, 'biblio', '770', 's', $$Uniform title$$,
9341 FALSE, FALSE, FALSE);
9342 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9343                                  repeatable, mandatory, hidden)
9344 VALUES (1, 'biblio', '770', 't', $$Title$$,
9345 FALSE, FALSE, FALSE);
9346 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9347                                  repeatable, mandatory, hidden)
9348 VALUES (1, 'biblio', '770', 'u', $$Standard Technical Report Number$$,
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', '770', 'w', $$Record control number$$,
9353 TRUE, FALSE, FALSE);
9354 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9355                                  repeatable, mandatory, hidden)
9356 VALUES (1, 'biblio', '770', 'x', $$International Standard Serial Number$$,
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', '770', 'y', $$CODEN designation$$,
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', '770', 'z', $$International Standard Book Number$$,
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', '770', '6', $$Linkage$$,
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', '770', '7', $$Control subfield$$,
9373 FALSE, FALSE, FALSE);
9374 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9375                                  repeatable, mandatory, hidden)
9376 VALUES (1, 'biblio', '770', '8', $$Field link and sequence number$$,
9377 TRUE, FALSE, FALSE);
9378 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
9379                               fixed_field, repeatable, mandatory, hidden)
9380 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.$$,
9381 FALSE, TRUE, FALSE, FALSE);
9382 INSERT INTO config.record_attr_definition(name, label)
9383 VALUES ('marc21_biblio_772_ind_1', 'MARC 21 biblio field 772 indicator position 1');
9384 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9385 VALUES ('marc21_biblio_772_ind_1', '0', $$Display note$$, FALSE, TRUE);
9386 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9387 VALUES ('marc21_biblio_772_ind_1', '1', $$Do not display note$$, FALSE, TRUE);
9388 INSERT INTO config.record_attr_definition(name, label)
9389 VALUES ('marc21_biblio_772_ind_2', 'MARC 21 biblio field 772 indicator position 2');
9390 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9391 VALUES ('marc21_biblio_772_ind_2', '#', $$Supplement to$$, FALSE, TRUE);
9392 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9393 VALUES ('marc21_biblio_772_ind_2', '0', $$Parent$$, FALSE, TRUE);
9394 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9395 VALUES ('marc21_biblio_772_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
9396 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9397                                  repeatable, mandatory, hidden)
9398 VALUES (1, 'biblio', '772', 'a', $$Main entry heading$$,
9399 FALSE, FALSE, FALSE);
9400 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9401                                  repeatable, mandatory, hidden)
9402 VALUES (1, 'biblio', '772', 'b', $$Edition$$,
9403 FALSE, FALSE, FALSE);
9404 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9405                                  repeatable, mandatory, hidden)
9406 VALUES (1, 'biblio', '772', 'c', $$Qualifying information$$,
9407 FALSE, FALSE, FALSE);
9408 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9409                                  repeatable, mandatory, hidden)
9410 VALUES (1, 'biblio', '772', 'd', $$Place, publisher, and date of publication$$,
9411 FALSE, FALSE, FALSE);
9412 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9413                                  repeatable, mandatory, hidden)
9414 VALUES (1, 'biblio', '772', 'g', $$Related parts$$,
9415 TRUE, FALSE, FALSE);
9416 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9417                                  repeatable, mandatory, hidden)
9418 VALUES (1, 'biblio', '772', 'h', $$Physical description$$,
9419 FALSE, FALSE, FALSE);
9420 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9421                                  repeatable, mandatory, hidden)
9422 VALUES (1, 'biblio', '772', 'i', $$Relationship information$$,
9423 TRUE, FALSE, FALSE);
9424 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9425                                  repeatable, mandatory, hidden)
9426 VALUES (1, 'biblio', '772', 'k', $$Series data for related item$$,
9427 TRUE, FALSE, FALSE);
9428 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9429                                  repeatable, mandatory, hidden)
9430 VALUES (1, 'biblio', '772', 'm', $$Material-specific details$$,
9431 FALSE, FALSE, FALSE);
9432 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9433                                  repeatable, mandatory, hidden)
9434 VALUES (1, 'biblio', '772', 'n', $$Note$$,
9435 TRUE, FALSE, FALSE);
9436 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9437                                  repeatable, mandatory, hidden)
9438 VALUES (1, 'biblio', '772', 'o', $$Other item identifier$$,
9439 TRUE, FALSE, FALSE);
9440 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9441                                  repeatable, mandatory, hidden)
9442 VALUES (1, 'biblio', '772', 'r', $$Report number$$,
9443 TRUE, FALSE, FALSE);
9444 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9445                                  repeatable, mandatory, hidden)
9446 VALUES (1, 'biblio', '772', 's', $$Uniform title$$,
9447 FALSE, FALSE, FALSE);
9448 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9449                                  repeatable, mandatory, hidden)
9450 VALUES (1, 'biblio', '772', 't', $$Title$$,
9451 FALSE, FALSE, FALSE);
9452 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9453                                  repeatable, mandatory, hidden)
9454 VALUES (1, 'biblio', '772', 'u', $$Standard Technical Report Number$$,
9455 FALSE, FALSE, FALSE);
9456 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9457                                  repeatable, mandatory, hidden)
9458 VALUES (1, 'biblio', '772', 'w', $$Record control number$$,
9459 TRUE, FALSE, FALSE);
9460 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9461                                  repeatable, mandatory, hidden)
9462 VALUES (1, 'biblio', '772', 'x', $$International Standard Serial Number$$,
9463 FALSE, FALSE, FALSE);
9464 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9465                                  repeatable, mandatory, hidden)
9466 VALUES (1, 'biblio', '772', 'y', $$CODEN designation$$,
9467 FALSE, FALSE, FALSE);
9468 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9469                                  repeatable, mandatory, hidden)
9470 VALUES (1, 'biblio', '772', 'z', $$International Standard Book Number$$,
9471 TRUE, FALSE, FALSE);
9472 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9473                                  repeatable, mandatory, hidden)
9474 VALUES (1, 'biblio', '772', '6', $$Linkage$$,
9475 FALSE, FALSE, FALSE);
9476 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9477                                  repeatable, mandatory, hidden)
9478 VALUES (1, 'biblio', '772', '7', $$Control subfield$$,
9479 FALSE, FALSE, FALSE);
9480 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9481                                  repeatable, mandatory, hidden)
9482 VALUES (1, 'biblio', '772', '8', $$Field link and sequence number$$,
9483 TRUE, FALSE, FALSE);
9484 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
9485                               fixed_field, repeatable, mandatory, hidden)
9486 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.$$,
9487 FALSE, TRUE, FALSE, FALSE);
9488 INSERT INTO config.record_attr_definition(name, label)
9489 VALUES ('marc21_biblio_773_ind_1', 'MARC 21 biblio field 773 indicator position 1');
9490 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9491 VALUES ('marc21_biblio_773_ind_1', '0', $$Display note$$, FALSE, TRUE);
9492 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9493 VALUES ('marc21_biblio_773_ind_1', '1', $$Do not display note$$, FALSE, TRUE);
9494 INSERT INTO config.record_attr_definition(name, label)
9495 VALUES ('marc21_biblio_773_ind_2', 'MARC 21 biblio field 773 indicator position 2');
9496 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9497 VALUES ('marc21_biblio_773_ind_2', '#', $$In$$, FALSE, TRUE);
9498 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9499 VALUES ('marc21_biblio_773_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
9500 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9501                                  repeatable, mandatory, hidden)
9502 VALUES (1, 'biblio', '773', 'a', $$Main entry heading$$,
9503 FALSE, FALSE, FALSE);
9504 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9505                                  repeatable, mandatory, hidden)
9506 VALUES (1, 'biblio', '773', 'b', $$Edition$$,
9507 FALSE, FALSE, FALSE);
9508 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9509                                  repeatable, mandatory, hidden)
9510 VALUES (1, 'biblio', '773', 'd', $$Place, publisher, and date of publication$$,
9511 FALSE, FALSE, FALSE);
9512 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9513                                  repeatable, mandatory, hidden)
9514 VALUES (1, 'biblio', '773', 'g', $$Related parts$$,
9515 TRUE, FALSE, FALSE);
9516 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9517                                  repeatable, mandatory, hidden)
9518 VALUES (1, 'biblio', '773', 'h', $$Physical description$$,
9519 FALSE, FALSE, FALSE);
9520 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9521                                  repeatable, mandatory, hidden)
9522 VALUES (1, 'biblio', '773', 'i', $$Relationship information$$,
9523 TRUE, FALSE, FALSE);
9524 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9525                                  repeatable, mandatory, hidden)
9526 VALUES (1, 'biblio', '773', 'k', $$Series data for related item$$,
9527 TRUE, FALSE, FALSE);
9528 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9529                                  repeatable, mandatory, hidden)
9530 VALUES (1, 'biblio', '773', 'm', $$Material-specific details$$,
9531 FALSE, FALSE, FALSE);
9532 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9533                                  repeatable, mandatory, hidden)
9534 VALUES (1, 'biblio', '773', 'n', $$Note$$,
9535 TRUE, FALSE, FALSE);
9536 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9537                                  repeatable, mandatory, hidden)
9538 VALUES (1, 'biblio', '773', 'o', $$Other item identifier$$,
9539 TRUE, FALSE, FALSE);
9540 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9541                                  repeatable, mandatory, hidden)
9542 VALUES (1, 'biblio', '773', 'p', $$Abbreviated title$$,
9543 FALSE, FALSE, FALSE);
9544 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9545                                  repeatable, mandatory, hidden)
9546 VALUES (1, 'biblio', '773', 'q', $$Enumeration and first page$$,
9547 FALSE, FALSE, FALSE);
9548 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9549                                  repeatable, mandatory, hidden)
9550 VALUES (1, 'biblio', '773', 'r', $$Report number$$,
9551 TRUE, FALSE, FALSE);
9552 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9553                                  repeatable, mandatory, hidden)
9554 VALUES (1, 'biblio', '773', 's', $$Uniform title$$,
9555 FALSE, FALSE, FALSE);
9556 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9557                                  repeatable, mandatory, hidden)
9558 VALUES (1, 'biblio', '773', 't', $$Title$$,
9559 FALSE, FALSE, FALSE);
9560 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9561                                  repeatable, mandatory, hidden)
9562 VALUES (1, 'biblio', '773', 'u', $$Standard Technical Report Number$$,
9563 FALSE, FALSE, FALSE);
9564 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9565                                  repeatable, mandatory, hidden)
9566 VALUES (1, 'biblio', '773', 'w', $$Record control number$$,
9567 TRUE, FALSE, FALSE);
9568 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9569                                  repeatable, mandatory, hidden)
9570 VALUES (1, 'biblio', '773', 'x', $$International Standard Serial Number$$,
9571 FALSE, FALSE, FALSE);
9572 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9573                                  repeatable, mandatory, hidden)
9574 VALUES (1, 'biblio', '773', 'y', $$CODEN designation$$,
9575 FALSE, FALSE, FALSE);
9576 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9577                                  repeatable, mandatory, hidden)
9578 VALUES (1, 'biblio', '773', 'z', $$International Standard Book Number$$,
9579 TRUE, FALSE, FALSE);
9580 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9581                                  repeatable, mandatory, hidden)
9582 VALUES (1, 'biblio', '773', '3', $$Materials specified$$,
9583 FALSE, FALSE, FALSE);
9584 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9585                                  repeatable, mandatory, hidden)
9586 VALUES (1, 'biblio', '773', '6', $$Linkage$$,
9587 FALSE, FALSE, FALSE);
9588 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9589                                  repeatable, mandatory, hidden)
9590 VALUES (1, 'biblio', '773', '7', $$Control subfield$$,
9591 FALSE, FALSE, FALSE);
9592 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9593                                  repeatable, mandatory, hidden)
9594 VALUES (1, 'biblio', '773', '8', $$Field link and sequence number$$,
9595 TRUE, FALSE, FALSE);
9596 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
9597                               fixed_field, repeatable, mandatory, hidden)
9598 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.$$,
9599 FALSE, TRUE, FALSE, FALSE);
9600 INSERT INTO config.record_attr_definition(name, label)
9601 VALUES ('marc21_biblio_774_ind_1', 'MARC 21 biblio field 774 indicator position 1');
9602 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9603 VALUES ('marc21_biblio_774_ind_1', '0', $$Display note$$, FALSE, TRUE);
9604 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9605 VALUES ('marc21_biblio_774_ind_1', '1', $$Do not display note$$, FALSE, TRUE);
9606 INSERT INTO config.record_attr_definition(name, label)
9607 VALUES ('marc21_biblio_774_ind_2', 'MARC 21 biblio field 774 indicator position 2');
9608 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9609 VALUES ('marc21_biblio_774_ind_2', '#', $$Constituent unit$$, FALSE, TRUE);
9610 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9611 VALUES ('marc21_biblio_774_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
9612 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9613                                  repeatable, mandatory, hidden)
9614 VALUES (1, 'biblio', '774', 'a', $$Main entry heading$$,
9615 FALSE, FALSE, FALSE);
9616 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9617                                  repeatable, mandatory, hidden)
9618 VALUES (1, 'biblio', '774', 'b', $$Edition$$,
9619 FALSE, FALSE, FALSE);
9620 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9621                                  repeatable, mandatory, hidden)
9622 VALUES (1, 'biblio', '774', 'c', $$Qualifying information$$,
9623 FALSE, FALSE, FALSE);
9624 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9625                                  repeatable, mandatory, hidden)
9626 VALUES (1, 'biblio', '774', 'd', $$Place, publisher, and date of publication$$,
9627 FALSE, FALSE, FALSE);
9628 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9629                                  repeatable, mandatory, hidden)
9630 VALUES (1, 'biblio', '774', 'g', $$Related parts$$,
9631 TRUE, FALSE, FALSE);
9632 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9633                                  repeatable, mandatory, hidden)
9634 VALUES (1, 'biblio', '774', 'h', $$Physical description$$,
9635 FALSE, FALSE, FALSE);
9636 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9637                                  repeatable, mandatory, hidden)
9638 VALUES (1, 'biblio', '774', 'i', $$Relationship information$$,
9639 TRUE, FALSE, FALSE);
9640 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9641                                  repeatable, mandatory, hidden)
9642 VALUES (1, 'biblio', '774', 'k', $$Series data for related item$$,
9643 TRUE, FALSE, FALSE);
9644 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9645                                  repeatable, mandatory, hidden)
9646 VALUES (1, 'biblio', '774', 'm', $$Material-specific details$$,
9647 FALSE, FALSE, FALSE);
9648 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9649                                  repeatable, mandatory, hidden)
9650 VALUES (1, 'biblio', '774', 'n', $$Note$$,
9651 TRUE, FALSE, FALSE);
9652 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9653                                  repeatable, mandatory, hidden)
9654 VALUES (1, 'biblio', '774', 'o', $$Other item identifier$$,
9655 TRUE, FALSE, FALSE);
9656 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9657                                  repeatable, mandatory, hidden)
9658 VALUES (1, 'biblio', '774', 'r', $$Report number$$,
9659 TRUE, FALSE, FALSE);
9660 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9661                                  repeatable, mandatory, hidden)
9662 VALUES (1, 'biblio', '774', 's', $$Uniform title$$,
9663 FALSE, FALSE, FALSE);
9664 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9665                                  repeatable, mandatory, hidden)
9666 VALUES (1, 'biblio', '774', 't', $$Title$$,
9667 FALSE, FALSE, FALSE);
9668 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9669                                  repeatable, mandatory, hidden)
9670 VALUES (1, 'biblio', '774', 'u', $$Standard Technical Report Number$$,
9671 FALSE, FALSE, FALSE);
9672 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9673                                  repeatable, mandatory, hidden)
9674 VALUES (1, 'biblio', '774', 'w', $$Record control number$$,
9675 TRUE, FALSE, FALSE);
9676 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9677                                  repeatable, mandatory, hidden)
9678 VALUES (1, 'biblio', '774', 'x', $$International Standard Serial Number$$,
9679 FALSE, FALSE, FALSE);
9680 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9681                                  repeatable, mandatory, hidden)
9682 VALUES (1, 'biblio', '774', 'y', $$CODEN designation$$,
9683 FALSE, FALSE, FALSE);
9684 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9685                                  repeatable, mandatory, hidden)
9686 VALUES (1, 'biblio', '774', 'z', $$International Standard Book Number$$,
9687 TRUE, FALSE, FALSE);
9688 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9689                                  repeatable, mandatory, hidden)
9690 VALUES (1, 'biblio', '774', '6', $$Linkage$$,
9691 FALSE, FALSE, FALSE);
9692 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9693                                  repeatable, mandatory, hidden)
9694 VALUES (1, 'biblio', '774', '7', $$Control subfield$$,
9695 FALSE, FALSE, FALSE);
9696 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9697                                  repeatable, mandatory, hidden)
9698 VALUES (1, 'biblio', '774', '8', $$Field link and sequence number$$,
9699 TRUE, FALSE, FALSE);
9700 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
9701                               fixed_field, repeatable, mandatory, hidden)
9702 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.$$,
9703 FALSE, TRUE, FALSE, FALSE);
9704 INSERT INTO config.record_attr_definition(name, label)
9705 VALUES ('marc21_biblio_775_ind_1', 'MARC 21 biblio field 775 indicator position 1');
9706 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9707 VALUES ('marc21_biblio_775_ind_1', '0', $$Display note$$, FALSE, TRUE);
9708 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9709 VALUES ('marc21_biblio_775_ind_1', '1', $$Do not display note$$, FALSE, TRUE);
9710 INSERT INTO config.record_attr_definition(name, label)
9711 VALUES ('marc21_biblio_775_ind_2', 'MARC 21 biblio field 775 indicator position 2');
9712 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9713 VALUES ('marc21_biblio_775_ind_2', '#', $$Other edition available$$, FALSE, TRUE);
9714 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9715 VALUES ('marc21_biblio_775_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
9716 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9717                                  repeatable, mandatory, hidden)
9718 VALUES (1, 'biblio', '775', 'a', $$Main entry heading$$,
9719 FALSE, FALSE, FALSE);
9720 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9721                                  repeatable, mandatory, hidden)
9722 VALUES (1, 'biblio', '775', 'b', $$Edition$$,
9723 FALSE, FALSE, FALSE);
9724 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9725                                  repeatable, mandatory, hidden)
9726 VALUES (1, 'biblio', '775', 'c', $$Qualifying information$$,
9727 FALSE, FALSE, FALSE);
9728 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9729                                  repeatable, mandatory, hidden)
9730 VALUES (1, 'biblio', '775', 'd', $$Place, publisher, and date of publication$$,
9731 FALSE, FALSE, FALSE);
9732 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9733                                  repeatable, mandatory, hidden)
9734 VALUES (1, 'biblio', '775', 'e', $$Language code$$,
9735 FALSE, FALSE, FALSE);
9736 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9737                                  repeatable, mandatory, hidden)
9738 VALUES (1, 'biblio', '775', 'f', $$Country code$$,
9739 FALSE, FALSE, FALSE);
9740 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9741                                  repeatable, mandatory, hidden)
9742 VALUES (1, 'biblio', '775', 'g', $$Related parts$$,
9743 TRUE, FALSE, FALSE);
9744 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9745                                  repeatable, mandatory, hidden)
9746 VALUES (1, 'biblio', '775', 'h', $$Physical description$$,
9747 FALSE, FALSE, FALSE);
9748 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9749                                  repeatable, mandatory, hidden)
9750 VALUES (1, 'biblio', '775', 'i', $$Relationship information$$,
9751 TRUE, FALSE, FALSE);
9752 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9753                                  repeatable, mandatory, hidden)
9754 VALUES (1, 'biblio', '775', 'k', $$Series data for related item$$,
9755 TRUE, FALSE, FALSE);
9756 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9757                                  repeatable, mandatory, hidden)
9758 VALUES (1, 'biblio', '775', 'm', $$Material-specific details$$,
9759 FALSE, FALSE, FALSE);
9760 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9761                                  repeatable, mandatory, hidden)
9762 VALUES (1, 'biblio', '775', 'n', $$Note$$,
9763 TRUE, FALSE, FALSE);
9764 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9765                                  repeatable, mandatory, hidden)
9766 VALUES (1, 'biblio', '775', 'o', $$Other item identifier$$,
9767 TRUE, FALSE, FALSE);
9768 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9769                                  repeatable, mandatory, hidden)
9770 VALUES (1, 'biblio', '775', 'r', $$Report number$$,
9771 TRUE, FALSE, FALSE);
9772 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9773                                  repeatable, mandatory, hidden)
9774 VALUES (1, 'biblio', '775', 's', $$Uniform title$$,
9775 FALSE, FALSE, FALSE);
9776 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9777                                  repeatable, mandatory, hidden)
9778 VALUES (1, 'biblio', '775', 't', $$Title$$,
9779 FALSE, FALSE, FALSE);
9780 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9781                                  repeatable, mandatory, hidden)
9782 VALUES (1, 'biblio', '775', 'u', $$Standard Technical Report Number$$,
9783 FALSE, FALSE, FALSE);
9784 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9785                                  repeatable, mandatory, hidden)
9786 VALUES (1, 'biblio', '775', 'w', $$Record control number$$,
9787 TRUE, FALSE, FALSE);
9788 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9789                                  repeatable, mandatory, hidden)
9790 VALUES (1, 'biblio', '775', 'x', $$International Standard Serial Number$$,
9791 FALSE, FALSE, FALSE);
9792 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9793                                  repeatable, mandatory, hidden)
9794 VALUES (1, 'biblio', '775', 'y', $$CODEN designation$$,
9795 FALSE, FALSE, FALSE);
9796 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9797                                  repeatable, mandatory, hidden)
9798 VALUES (1, 'biblio', '775', 'z', $$International Standard Book Number$$,
9799 TRUE, FALSE, FALSE);
9800 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9801                                  repeatable, mandatory, hidden)
9802 VALUES (1, 'biblio', '775', '6', $$Linkage$$,
9803 FALSE, FALSE, FALSE);
9804 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9805                                  repeatable, mandatory, hidden)
9806 VALUES (1, 'biblio', '775', '7', $$Control subfield$$,
9807 FALSE, FALSE, FALSE);
9808 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9809                                  repeatable, mandatory, hidden)
9810 VALUES (1, 'biblio', '775', '8', $$Field link and sequence number$$,
9811 TRUE, FALSE, FALSE);
9812 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
9813                               fixed_field, repeatable, mandatory, hidden)
9814 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.$$,
9815 FALSE, TRUE, FALSE, FALSE);
9816 INSERT INTO config.record_attr_definition(name, label)
9817 VALUES ('marc21_biblio_776_ind_1', 'MARC 21 biblio field 776 indicator position 1');
9818 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9819 VALUES ('marc21_biblio_776_ind_1', '0', $$Display note$$, FALSE, TRUE);
9820 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9821 VALUES ('marc21_biblio_776_ind_1', '1', $$Do not display note$$, FALSE, TRUE);
9822 INSERT INTO config.record_attr_definition(name, label)
9823 VALUES ('marc21_biblio_776_ind_2', 'MARC 21 biblio field 776 indicator position 2');
9824 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9825 VALUES ('marc21_biblio_776_ind_2', '#', $$Available in another form$$, FALSE, TRUE);
9826 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9827 VALUES ('marc21_biblio_776_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
9828 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9829                                  repeatable, mandatory, hidden)
9830 VALUES (1, 'biblio', '776', 'a', $$Main entry heading$$,
9831 FALSE, FALSE, FALSE);
9832 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9833                                  repeatable, mandatory, hidden)
9834 VALUES (1, 'biblio', '776', 'b', $$Edition$$,
9835 FALSE, FALSE, FALSE);
9836 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9837                                  repeatable, mandatory, hidden)
9838 VALUES (1, 'biblio', '776', 'c', $$Qualifying information$$,
9839 FALSE, FALSE, FALSE);
9840 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9841                                  repeatable, mandatory, hidden)
9842 VALUES (1, 'biblio', '776', 'd', $$Place, publisher, and date of publication$$,
9843 FALSE, FALSE, FALSE);
9844 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9845                                  repeatable, mandatory, hidden)
9846 VALUES (1, 'biblio', '776', 'g', $$Related parts$$,
9847 TRUE, FALSE, FALSE);
9848 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9849                                  repeatable, mandatory, hidden)
9850 VALUES (1, 'biblio', '776', 'h', $$Physical description$$,
9851 FALSE, FALSE, FALSE);
9852 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9853                                  repeatable, mandatory, hidden)
9854 VALUES (1, 'biblio', '776', 'i', $$Relationship information$$,
9855 TRUE, FALSE, FALSE);
9856 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9857                                  repeatable, mandatory, hidden)
9858 VALUES (1, 'biblio', '776', 'k', $$Series data for related item$$,
9859 TRUE, FALSE, FALSE);
9860 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9861                                  repeatable, mandatory, hidden)
9862 VALUES (1, 'biblio', '776', 'm', $$Material-specific details$$,
9863 FALSE, FALSE, FALSE);
9864 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9865                                  repeatable, mandatory, hidden)
9866 VALUES (1, 'biblio', '776', 'n', $$Note$$,
9867 TRUE, FALSE, FALSE);
9868 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9869                                  repeatable, mandatory, hidden)
9870 VALUES (1, 'biblio', '776', 'o', $$Other item identifier$$,
9871 TRUE, FALSE, FALSE);
9872 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9873                                  repeatable, mandatory, hidden)
9874 VALUES (1, 'biblio', '776', 'r', $$Report number$$,
9875 TRUE, FALSE, FALSE);
9876 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9877                                  repeatable, mandatory, hidden)
9878 VALUES (1, 'biblio', '776', 's', $$Uniform title$$,
9879 FALSE, FALSE, FALSE);
9880 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9881                                  repeatable, mandatory, hidden)
9882 VALUES (1, 'biblio', '776', 't', $$Title$$,
9883 FALSE, FALSE, FALSE);
9884 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9885                                  repeatable, mandatory, hidden)
9886 VALUES (1, 'biblio', '776', 'u', $$Standard Technical Report Number$$,
9887 FALSE, FALSE, FALSE);
9888 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9889                                  repeatable, mandatory, hidden)
9890 VALUES (1, 'biblio', '776', 'w', $$Record control number$$,
9891 TRUE, FALSE, FALSE);
9892 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9893                                  repeatable, mandatory, hidden)
9894 VALUES (1, 'biblio', '776', 'x', $$International Standard Serial Number$$,
9895 FALSE, FALSE, FALSE);
9896 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9897                                  repeatable, mandatory, hidden)
9898 VALUES (1, 'biblio', '776', 'y', $$CODEN designation$$,
9899 FALSE, FALSE, FALSE);
9900 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9901                                  repeatable, mandatory, hidden)
9902 VALUES (1, 'biblio', '776', 'z', $$International Standard Book Number$$,
9903 TRUE, FALSE, FALSE);
9904 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9905                                  repeatable, mandatory, hidden)
9906 VALUES (1, 'biblio', '776', '6', $$Linkage$$,
9907 FALSE, FALSE, FALSE);
9908 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9909                                  repeatable, mandatory, hidden)
9910 VALUES (1, 'biblio', '776', '7', $$Control subfield$$,
9911 FALSE, FALSE, FALSE);
9912 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9913                                  repeatable, mandatory, hidden)
9914 VALUES (1, 'biblio', '776', '8', $$Field link and sequence number$$,
9915 TRUE, FALSE, FALSE);
9916 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
9917                               fixed_field, repeatable, mandatory, hidden)
9918 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.$$,
9919 FALSE, TRUE, FALSE, FALSE);
9920 INSERT INTO config.record_attr_definition(name, label)
9921 VALUES ('marc21_biblio_777_ind_1', 'MARC 21 biblio field 777 indicator position 1');
9922 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9923 VALUES ('marc21_biblio_777_ind_1', '0', $$Display note$$, FALSE, TRUE);
9924 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9925 VALUES ('marc21_biblio_777_ind_1', '1', $$Do not display note$$, FALSE, TRUE);
9926 INSERT INTO config.record_attr_definition(name, label)
9927 VALUES ('marc21_biblio_777_ind_2', 'MARC 21 biblio field 777 indicator position 2');
9928 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9929 VALUES ('marc21_biblio_777_ind_2', '#', $$Issued with$$, FALSE, TRUE);
9930 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
9931 VALUES ('marc21_biblio_777_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
9932 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9933                                  repeatable, mandatory, hidden)
9934 VALUES (1, 'biblio', '777', 'a', $$Main entry heading$$,
9935 FALSE, FALSE, FALSE);
9936 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9937                                  repeatable, mandatory, hidden)
9938 VALUES (1, 'biblio', '777', 'b', $$Edition$$,
9939 FALSE, FALSE, FALSE);
9940 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9941                                  repeatable, mandatory, hidden)
9942 VALUES (1, 'biblio', '777', 'c', $$Qualifying information$$,
9943 FALSE, FALSE, FALSE);
9944 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9945                                  repeatable, mandatory, hidden)
9946 VALUES (1, 'biblio', '777', 'd', $$Place, publisher, and date of publication$$,
9947 FALSE, FALSE, FALSE);
9948 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9949                                  repeatable, mandatory, hidden)
9950 VALUES (1, 'biblio', '777', 'g', $$Related parts$$,
9951 TRUE, FALSE, FALSE);
9952 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9953                                  repeatable, mandatory, hidden)
9954 VALUES (1, 'biblio', '777', 'h', $$Physical description$$,
9955 FALSE, FALSE, FALSE);
9956 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9957                                  repeatable, mandatory, hidden)
9958 VALUES (1, 'biblio', '777', 'i', $$Relationship information$$,
9959 TRUE, FALSE, FALSE);
9960 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9961                                  repeatable, mandatory, hidden)
9962 VALUES (1, 'biblio', '777', 'k', $$Series data for related item$$,
9963 TRUE, FALSE, FALSE);
9964 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9965                                  repeatable, mandatory, hidden)
9966 VALUES (1, 'biblio', '777', 'm', $$Material-specific details$$,
9967 FALSE, FALSE, FALSE);
9968 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9969                                  repeatable, mandatory, hidden)
9970 VALUES (1, 'biblio', '777', 'n', $$Note$$,
9971 TRUE, FALSE, FALSE);
9972 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9973                                  repeatable, mandatory, hidden)
9974 VALUES (1, 'biblio', '777', 'o', $$Other item identifier$$,
9975 TRUE, FALSE, FALSE);
9976 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9977                                  repeatable, mandatory, hidden)
9978 VALUES (1, 'biblio', '777', 's', $$Uniform title$$,
9979 FALSE, FALSE, FALSE);
9980 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9981                                  repeatable, mandatory, hidden)
9982 VALUES (1, 'biblio', '777', 't', $$Title$$,
9983 FALSE, FALSE, FALSE);
9984 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9985                                  repeatable, mandatory, hidden)
9986 VALUES (1, 'biblio', '777', 'w', $$Record control number$$,
9987 TRUE, FALSE, FALSE);
9988 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9989                                  repeatable, mandatory, hidden)
9990 VALUES (1, 'biblio', '777', 'x', $$International Standard Serial Number$$,
9991 FALSE, FALSE, FALSE);
9992 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9993                                  repeatable, mandatory, hidden)
9994 VALUES (1, 'biblio', '777', 'y', $$CODEN designation$$,
9995 FALSE, FALSE, FALSE);
9996 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
9997                                  repeatable, mandatory, hidden)
9998 VALUES (1, 'biblio', '777', '6', $$Linkage$$,
9999 FALSE, FALSE, FALSE);
10000 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10001                                  repeatable, mandatory, hidden)
10002 VALUES (1, 'biblio', '777', '7', $$Control subfield$$,
10003 FALSE, FALSE, FALSE);
10004 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10005                                  repeatable, mandatory, hidden)
10006 VALUES (1, 'biblio', '777', '8', $$Field link and sequence number$$,
10007 TRUE, FALSE, FALSE);
10008 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
10009                               fixed_field, repeatable, mandatory, hidden)
10010 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.$$,
10011 FALSE, TRUE, FALSE, FALSE);
10012 INSERT INTO config.record_attr_definition(name, label)
10013 VALUES ('marc21_biblio_780_ind_1', 'MARC 21 biblio field 780 indicator position 1');
10014 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10015 VALUES ('marc21_biblio_780_ind_1', '0', $$Display note$$, FALSE, TRUE);
10016 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10017 VALUES ('marc21_biblio_780_ind_1', '1', $$Do not display note$$, FALSE, TRUE);
10018 INSERT INTO config.record_attr_definition(name, label)
10019 VALUES ('marc21_biblio_780_ind_2', 'MARC 21 biblio field 780 indicator position 2');
10020 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10021 VALUES ('marc21_biblio_780_ind_2', '0', $$Continues$$, FALSE, TRUE);
10022 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10023 VALUES ('marc21_biblio_780_ind_2', '1', $$Continues in part$$, FALSE, TRUE);
10024 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10025 VALUES ('marc21_biblio_780_ind_2', '2', $$Supersedes$$, FALSE, TRUE);
10026 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10027 VALUES ('marc21_biblio_780_ind_2', '3', $$Supersedes in part$$, FALSE, TRUE);
10028 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10029 VALUES ('marc21_biblio_780_ind_2', '4', $$Formed by the union of ... and ...$$, FALSE, TRUE);
10030 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10031 VALUES ('marc21_biblio_780_ind_2', '5', $$Absorbed$$, FALSE, TRUE);
10032 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10033 VALUES ('marc21_biblio_780_ind_2', '6', $$Absorbed in part$$, FALSE, TRUE);
10034 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10035 VALUES ('marc21_biblio_780_ind_2', '7', $$Separated from$$, FALSE, TRUE);
10036 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10037                                  repeatable, mandatory, hidden)
10038 VALUES (1, 'biblio', '780', 'a', $$Main entry heading$$,
10039 FALSE, FALSE, FALSE);
10040 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10041                                  repeatable, mandatory, hidden)
10042 VALUES (1, 'biblio', '780', 'b', $$Edition$$,
10043 FALSE, FALSE, FALSE);
10044 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10045                                  repeatable, mandatory, hidden)
10046 VALUES (1, 'biblio', '780', 'c', $$Qualifying information$$,
10047 FALSE, FALSE, FALSE);
10048 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10049                                  repeatable, mandatory, hidden)
10050 VALUES (1, 'biblio', '780', 'd', $$Place, publisher, and date of publication$$,
10051 FALSE, FALSE, FALSE);
10052 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10053                                  repeatable, mandatory, hidden)
10054 VALUES (1, 'biblio', '780', 'g', $$Related parts$$,
10055 TRUE, FALSE, FALSE);
10056 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10057                                  repeatable, mandatory, hidden)
10058 VALUES (1, 'biblio', '780', 'h', $$Physical description$$,
10059 FALSE, FALSE, FALSE);
10060 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10061                                  repeatable, mandatory, hidden)
10062 VALUES (1, 'biblio', '780', 'i', $$Relationship information$$,
10063 TRUE, FALSE, FALSE);
10064 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10065                                  repeatable, mandatory, hidden)
10066 VALUES (1, 'biblio', '780', 'k', $$Series data for related item$$,
10067 TRUE, FALSE, FALSE);
10068 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10069                                  repeatable, mandatory, hidden)
10070 VALUES (1, 'biblio', '780', 'm', $$Material-specific details$$,
10071 FALSE, FALSE, FALSE);
10072 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10073                                  repeatable, mandatory, hidden)
10074 VALUES (1, 'biblio', '780', 'n', $$Note$$,
10075 TRUE, FALSE, FALSE);
10076 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10077                                  repeatable, mandatory, hidden)
10078 VALUES (1, 'biblio', '780', 'o', $$Other item identifier$$,
10079 TRUE, FALSE, FALSE);
10080 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10081                                  repeatable, mandatory, hidden)
10082 VALUES (1, 'biblio', '780', 'r', $$Report number$$,
10083 TRUE, FALSE, FALSE);
10084 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10085                                  repeatable, mandatory, hidden)
10086 VALUES (1, 'biblio', '780', 's', $$Uniform title$$,
10087 FALSE, FALSE, FALSE);
10088 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10089                                  repeatable, mandatory, hidden)
10090 VALUES (1, 'biblio', '780', 't', $$Title$$,
10091 FALSE, FALSE, FALSE);
10092 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10093                                  repeatable, mandatory, hidden)
10094 VALUES (1, 'biblio', '780', 'u', $$Standard Technical Report Number$$,
10095 FALSE, FALSE, FALSE);
10096 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10097                                  repeatable, mandatory, hidden)
10098 VALUES (1, 'biblio', '780', 'w', $$Record control number$$,
10099 TRUE, FALSE, FALSE);
10100 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10101                                  repeatable, mandatory, hidden)
10102 VALUES (1, 'biblio', '780', 'x', $$International Standard Serial Number$$,
10103 FALSE, FALSE, FALSE);
10104 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10105                                  repeatable, mandatory, hidden)
10106 VALUES (1, 'biblio', '780', 'y', $$CODEN designation$$,
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', '780', 'z', $$International Standard Book Number$$,
10111 TRUE, FALSE, FALSE);
10112 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10113                                  repeatable, mandatory, hidden)
10114 VALUES (1, 'biblio', '780', '6', $$Linkage$$,
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', '780', '7', $$Control subfield$$,
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', '780', '8', $$Field link and sequence number$$,
10123 TRUE, FALSE, FALSE);
10124 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
10125                               fixed_field, repeatable, mandatory, hidden)
10126 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.$$,
10127 FALSE, TRUE, FALSE, FALSE);
10128 INSERT INTO config.record_attr_definition(name, label)
10129 VALUES ('marc21_biblio_785_ind_1', 'MARC 21 biblio field 785 indicator position 1');
10130 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10131 VALUES ('marc21_biblio_785_ind_1', '0', $$Display note$$, FALSE, TRUE);
10132 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10133 VALUES ('marc21_biblio_785_ind_1', '1', $$Do not display note$$, FALSE, TRUE);
10134 INSERT INTO config.record_attr_definition(name, label)
10135 VALUES ('marc21_biblio_785_ind_2', 'MARC 21 biblio field 785 indicator position 2');
10136 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10137 VALUES ('marc21_biblio_785_ind_2', '0', $$Continued by$$, FALSE, TRUE);
10138 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10139 VALUES ('marc21_biblio_785_ind_2', '1', $$Continued in part by$$, FALSE, TRUE);
10140 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10141 VALUES ('marc21_biblio_785_ind_2', '2', $$Superseded by$$, FALSE, TRUE);
10142 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10143 VALUES ('marc21_biblio_785_ind_2', '3', $$Superseded in part by$$, FALSE, TRUE);
10144 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10145 VALUES ('marc21_biblio_785_ind_2', '4', $$Absorbed by$$, FALSE, TRUE);
10146 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10147 VALUES ('marc21_biblio_785_ind_2', '5', $$Absorbed in part by$$, FALSE, TRUE);
10148 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10149 VALUES ('marc21_biblio_785_ind_2', '6', $$Split into ... and ...$$, FALSE, TRUE);
10150 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10151 VALUES ('marc21_biblio_785_ind_2', '7', $$Merged with ... to form ...$$, FALSE, TRUE);
10152 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10153 VALUES ('marc21_biblio_785_ind_2', '8', $$Changed back to$$, FALSE, TRUE);
10154 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10155                                  repeatable, mandatory, hidden)
10156 VALUES (1, 'biblio', '785', 'a', $$Main entry heading$$,
10157 FALSE, FALSE, FALSE);
10158 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10159                                  repeatable, mandatory, hidden)
10160 VALUES (1, 'biblio', '785', 'b', $$Edition$$,
10161 FALSE, FALSE, FALSE);
10162 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10163                                  repeatable, mandatory, hidden)
10164 VALUES (1, 'biblio', '785', 'c', $$Qualifying information$$,
10165 FALSE, FALSE, FALSE);
10166 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10167                                  repeatable, mandatory, hidden)
10168 VALUES (1, 'biblio', '785', 'd', $$Place, publisher, and date of publication$$,
10169 FALSE, FALSE, FALSE);
10170 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10171                                  repeatable, mandatory, hidden)
10172 VALUES (1, 'biblio', '785', 'g', $$Related parts$$,
10173 TRUE, FALSE, FALSE);
10174 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10175                                  repeatable, mandatory, hidden)
10176 VALUES (1, 'biblio', '785', 'h', $$Physical description$$,
10177 FALSE, FALSE, FALSE);
10178 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10179                                  repeatable, mandatory, hidden)
10180 VALUES (1, 'biblio', '785', 'i', $$Relationship information$$,
10181 TRUE, FALSE, FALSE);
10182 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10183                                  repeatable, mandatory, hidden)
10184 VALUES (1, 'biblio', '785', 'k', $$Series data for related item$$,
10185 TRUE, FALSE, FALSE);
10186 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10187                                  repeatable, mandatory, hidden)
10188 VALUES (1, 'biblio', '785', 'm', $$Material-specific details$$,
10189 FALSE, FALSE, FALSE);
10190 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10191                                  repeatable, mandatory, hidden)
10192 VALUES (1, 'biblio', '785', 'n', $$Note$$,
10193 TRUE, FALSE, FALSE);
10194 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10195                                  repeatable, mandatory, hidden)
10196 VALUES (1, 'biblio', '785', 'o', $$Other item identifier$$,
10197 TRUE, FALSE, FALSE);
10198 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10199                                  repeatable, mandatory, hidden)
10200 VALUES (1, 'biblio', '785', 'r', $$Report number$$,
10201 TRUE, FALSE, FALSE);
10202 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10203                                  repeatable, mandatory, hidden)
10204 VALUES (1, 'biblio', '785', 's', $$Uniform title$$,
10205 FALSE, FALSE, FALSE);
10206 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10207                                  repeatable, mandatory, hidden)
10208 VALUES (1, 'biblio', '785', 't', $$Title$$,
10209 FALSE, FALSE, FALSE);
10210 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10211                                  repeatable, mandatory, hidden)
10212 VALUES (1, 'biblio', '785', 'u', $$Standard Technical Report Number$$,
10213 FALSE, FALSE, FALSE);
10214 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10215                                  repeatable, mandatory, hidden)
10216 VALUES (1, 'biblio', '785', 'w', $$Record control number$$,
10217 TRUE, FALSE, FALSE);
10218 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10219                                  repeatable, mandatory, hidden)
10220 VALUES (1, 'biblio', '785', 'x', $$International Standard Serial Number$$,
10221 FALSE, FALSE, FALSE);
10222 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10223                                  repeatable, mandatory, hidden)
10224 VALUES (1, 'biblio', '785', 'y', $$CODEN designation$$,
10225 FALSE, FALSE, FALSE);
10226 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10227                                  repeatable, mandatory, hidden)
10228 VALUES (1, 'biblio', '785', 'z', $$International Standard Book Number$$,
10229 TRUE, FALSE, FALSE);
10230 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10231                                  repeatable, mandatory, hidden)
10232 VALUES (1, 'biblio', '785', '6', $$Linkage$$,
10233 FALSE, FALSE, FALSE);
10234 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10235                                  repeatable, mandatory, hidden)
10236 VALUES (1, 'biblio', '785', '7', $$Control subfield$$,
10237 FALSE, FALSE, FALSE);
10238 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10239                                  repeatable, mandatory, hidden)
10240 VALUES (1, 'biblio', '785', '8', $$Field link and sequence number$$,
10241 TRUE, FALSE, FALSE);
10242 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
10243                               fixed_field, repeatable, mandatory, hidden)
10244 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.$$,
10245 FALSE, TRUE, FALSE, FALSE);
10246 INSERT INTO config.record_attr_definition(name, label)
10247 VALUES ('marc21_biblio_786_ind_1', 'MARC 21 biblio field 786 indicator position 1');
10248 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10249 VALUES ('marc21_biblio_786_ind_1', '0', $$Display note$$, FALSE, TRUE);
10250 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10251 VALUES ('marc21_biblio_786_ind_1', '1', $$Do not display note$$, FALSE, TRUE);
10252 INSERT INTO config.record_attr_definition(name, label)
10253 VALUES ('marc21_biblio_786_ind_2', 'MARC 21 biblio field 786 indicator position 2');
10254 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10255 VALUES ('marc21_biblio_786_ind_2', '#', $$Data source$$, FALSE, TRUE);
10256 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10257 VALUES ('marc21_biblio_786_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
10258 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10259                                  repeatable, mandatory, hidden)
10260 VALUES (1, 'biblio', '786', 'a', $$Main entry heading$$,
10261 FALSE, FALSE, FALSE);
10262 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10263                                  repeatable, mandatory, hidden)
10264 VALUES (1, 'biblio', '786', 'b', $$Edition$$,
10265 FALSE, FALSE, FALSE);
10266 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10267                                  repeatable, mandatory, hidden)
10268 VALUES (1, 'biblio', '786', 'c', $$Qualifying information$$,
10269 FALSE, FALSE, FALSE);
10270 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10271                                  repeatable, mandatory, hidden)
10272 VALUES (1, 'biblio', '786', 'd', $$Place, publisher, and date of publication$$,
10273 FALSE, FALSE, FALSE);
10274 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10275                                  repeatable, mandatory, hidden)
10276 VALUES (1, 'biblio', '786', 'g', $$Related parts$$,
10277 TRUE, FALSE, FALSE);
10278 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10279                                  repeatable, mandatory, hidden)
10280 VALUES (1, 'biblio', '786', 'h', $$Physical description$$,
10281 FALSE, FALSE, FALSE);
10282 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10283                                  repeatable, mandatory, hidden)
10284 VALUES (1, 'biblio', '786', 'i', $$Relationship information$$,
10285 TRUE, FALSE, FALSE);
10286 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10287                                  repeatable, mandatory, hidden)
10288 VALUES (1, 'biblio', '786', 'j', $$Period of content$$,
10289 FALSE, FALSE, FALSE);
10290 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10291                                  repeatable, mandatory, hidden)
10292 VALUES (1, 'biblio', '786', 'k', $$Series data for related item$$,
10293 TRUE, FALSE, FALSE);
10294 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10295                                  repeatable, mandatory, hidden)
10296 VALUES (1, 'biblio', '786', 'm', $$Material-specific details$$,
10297 FALSE, FALSE, FALSE);
10298 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10299                                  repeatable, mandatory, hidden)
10300 VALUES (1, 'biblio', '786', 'n', $$Note$$,
10301 TRUE, FALSE, FALSE);
10302 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10303                                  repeatable, mandatory, hidden)
10304 VALUES (1, 'biblio', '786', 'o', $$Other item identifier$$,
10305 TRUE, FALSE, FALSE);
10306 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10307                                  repeatable, mandatory, hidden)
10308 VALUES (1, 'biblio', '786', 'p', $$Abbreviated title$$,
10309 FALSE, FALSE, FALSE);
10310 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10311                                  repeatable, mandatory, hidden)
10312 VALUES (1, 'biblio', '786', 'r', $$Report number$$,
10313 TRUE, FALSE, FALSE);
10314 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10315                                  repeatable, mandatory, hidden)
10316 VALUES (1, 'biblio', '786', 's', $$Uniform title$$,
10317 FALSE, FALSE, FALSE);
10318 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10319                                  repeatable, mandatory, hidden)
10320 VALUES (1, 'biblio', '786', 't', $$Title$$,
10321 FALSE, FALSE, FALSE);
10322 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10323                                  repeatable, mandatory, hidden)
10324 VALUES (1, 'biblio', '786', 'u', $$Standard Technical Report Number$$,
10325 FALSE, FALSE, FALSE);
10326 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10327                                  repeatable, mandatory, hidden)
10328 VALUES (1, 'biblio', '786', 'v', $$Source Contribution$$,
10329 FALSE, FALSE, FALSE);
10330 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10331                                  repeatable, mandatory, hidden)
10332 VALUES (1, 'biblio', '786', 'w', $$Record control number$$,
10333 TRUE, FALSE, FALSE);
10334 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10335                                  repeatable, mandatory, hidden)
10336 VALUES (1, 'biblio', '786', 'x', $$International Standard Serial Number$$,
10337 FALSE, FALSE, FALSE);
10338 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10339                                  repeatable, mandatory, hidden)
10340 VALUES (1, 'biblio', '786', 'y', $$CODEN designation$$,
10341 FALSE, FALSE, FALSE);
10342 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10343                                  repeatable, mandatory, hidden)
10344 VALUES (1, 'biblio', '786', 'z', $$International Standard Book Number$$,
10345 TRUE, FALSE, FALSE);
10346 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10347                                  repeatable, mandatory, hidden)
10348 VALUES (1, 'biblio', '786', '6', $$Linkage$$,
10349 FALSE, FALSE, FALSE);
10350 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10351                                  repeatable, mandatory, hidden)
10352 VALUES (1, 'biblio', '786', '7', $$Control subfield$$,
10353 FALSE, FALSE, FALSE);
10354 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10355                                  repeatable, mandatory, hidden)
10356 VALUES (1, 'biblio', '786', '8', $$Field link and sequence number$$,
10357 TRUE, FALSE, FALSE);
10358 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
10359                               fixed_field, repeatable, mandatory, hidden)
10360 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.$$,
10361 FALSE, TRUE, FALSE, FALSE);
10362 INSERT INTO config.record_attr_definition(name, label)
10363 VALUES ('marc21_biblio_787_ind_1', 'MARC 21 biblio field 787 indicator position 1');
10364 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10365 VALUES ('marc21_biblio_787_ind_1', '0', $$Display note$$, FALSE, TRUE);
10366 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10367 VALUES ('marc21_biblio_787_ind_1', '1', $$Do not display note$$, FALSE, TRUE);
10368 INSERT INTO config.record_attr_definition(name, label)
10369 VALUES ('marc21_biblio_787_ind_2', 'MARC 21 biblio field 787 indicator position 2');
10370 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10371 VALUES ('marc21_biblio_787_ind_2', '#', $$Related item$$, FALSE, TRUE);
10372 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10373 VALUES ('marc21_biblio_787_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
10374 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10375                                  repeatable, mandatory, hidden)
10376 VALUES (1, 'biblio', '787', 'a', $$Main entry heading$$,
10377 FALSE, FALSE, FALSE);
10378 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10379                                  repeatable, mandatory, hidden)
10380 VALUES (1, 'biblio', '787', 'b', $$Edition$$,
10381 FALSE, FALSE, FALSE);
10382 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10383                                  repeatable, mandatory, hidden)
10384 VALUES (1, 'biblio', '787', 'c', $$Qualifying information$$,
10385 FALSE, FALSE, FALSE);
10386 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10387                                  repeatable, mandatory, hidden)
10388 VALUES (1, 'biblio', '787', 'd', $$Place, publisher, and date of publication$$,
10389 FALSE, FALSE, FALSE);
10390 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10391                                  repeatable, mandatory, hidden)
10392 VALUES (1, 'biblio', '787', 'g', $$Related parts$$,
10393 TRUE, FALSE, FALSE);
10394 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10395                                  repeatable, mandatory, hidden)
10396 VALUES (1, 'biblio', '787', 'h', $$Physical description$$,
10397 FALSE, FALSE, FALSE);
10398 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10399                                  repeatable, mandatory, hidden)
10400 VALUES (1, 'biblio', '787', 'i', $$Relationship information$$,
10401 TRUE, FALSE, FALSE);
10402 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10403                                  repeatable, mandatory, hidden)
10404 VALUES (1, 'biblio', '787', 'k', $$Series data for related item$$,
10405 TRUE, FALSE, FALSE);
10406 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10407                                  repeatable, mandatory, hidden)
10408 VALUES (1, 'biblio', '787', 'm', $$Material-specific details$$,
10409 FALSE, FALSE, FALSE);
10410 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10411                                  repeatable, mandatory, hidden)
10412 VALUES (1, 'biblio', '787', 'n', $$Note$$,
10413 TRUE, FALSE, FALSE);
10414 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10415                                  repeatable, mandatory, hidden)
10416 VALUES (1, 'biblio', '787', 'o', $$Other item identifier$$,
10417 TRUE, FALSE, FALSE);
10418 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10419                                  repeatable, mandatory, hidden)
10420 VALUES (1, 'biblio', '787', 'r', $$Report number$$,
10421 TRUE, FALSE, FALSE);
10422 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10423                                  repeatable, mandatory, hidden)
10424 VALUES (1, 'biblio', '787', 's', $$Uniform title$$,
10425 FALSE, FALSE, FALSE);
10426 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10427                                  repeatable, mandatory, hidden)
10428 VALUES (1, 'biblio', '787', 't', $$Title$$,
10429 FALSE, FALSE, FALSE);
10430 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10431                                  repeatable, mandatory, hidden)
10432 VALUES (1, 'biblio', '787', 'u', $$Standard Technical Report Number$$,
10433 FALSE, FALSE, FALSE);
10434 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10435                                  repeatable, mandatory, hidden)
10436 VALUES (1, 'biblio', '787', 'w', $$Record control number$$,
10437 TRUE, FALSE, FALSE);
10438 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10439                                  repeatable, mandatory, hidden)
10440 VALUES (1, 'biblio', '787', 'x', $$International Standard Serial Number$$,
10441 FALSE, FALSE, FALSE);
10442 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10443                                  repeatable, mandatory, hidden)
10444 VALUES (1, 'biblio', '787', 'y', $$CODEN designation$$,
10445 FALSE, FALSE, FALSE);
10446 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10447                                  repeatable, mandatory, hidden)
10448 VALUES (1, 'biblio', '787', 'z', $$International Standard Book Number$$,
10449 TRUE, FALSE, FALSE);
10450 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10451                                  repeatable, mandatory, hidden)
10452 VALUES (1, 'biblio', '787', '6', $$Linkage$$,
10453 FALSE, FALSE, FALSE);
10454 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10455                                  repeatable, mandatory, hidden)
10456 VALUES (1, 'biblio', '787', '7', $$Control subfield$$,
10457 FALSE, FALSE, FALSE);
10458 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10459                                  repeatable, mandatory, hidden)
10460 VALUES (1, 'biblio', '787', '8', $$Field link and sequence number$$,
10461 TRUE, FALSE, FALSE);
10462 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
10463                               fixed_field, repeatable, mandatory, hidden)
10464 VALUES (1, 'biblio', '800', $$Series Added Entry-Personal Name$$, $$Author/title series added entry in which the author portion is a personal name.$$,
10465 FALSE, TRUE, FALSE, FALSE);
10466 INSERT INTO config.record_attr_definition(name, label)
10467 VALUES ('marc21_biblio_800_ind_1', 'MARC 21 biblio field 800 indicator position 1');
10468 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10469 VALUES ('marc21_biblio_800_ind_1', '0', $$Forename$$, FALSE, TRUE);
10470 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10471 VALUES ('marc21_biblio_800_ind_1', '1', $$Surname$$, FALSE, TRUE);
10472 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10473 VALUES ('marc21_biblio_800_ind_1', '3', $$Family name$$, FALSE, TRUE);
10474 INSERT INTO config.record_attr_definition(name, label)
10475 VALUES ('marc21_biblio_800_ind_2', 'MARC 21 biblio field 800 indicator position 2');
10476 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10477 VALUES ('marc21_biblio_800_ind_2', '#', $$Undefined$$, FALSE, TRUE);
10478 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10479                                  repeatable, mandatory, hidden)
10480 VALUES (1, 'biblio', '800', 'a', $$Personal name$$,
10481 FALSE, FALSE, FALSE);
10482 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10483                                  repeatable, mandatory, hidden)
10484 VALUES (1, 'biblio', '800', 'b', $$Numeration$$,
10485 FALSE, FALSE, FALSE);
10486 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10487                                  repeatable, mandatory, hidden)
10488 VALUES (1, 'biblio', '800', 'c', $$Titles and other words associated with a name$$,
10489 TRUE, FALSE, FALSE);
10490 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10491                                  repeatable, mandatory, hidden)
10492 VALUES (1, 'biblio', '800', 'd', $$Dates associated with a name$$,
10493 FALSE, FALSE, FALSE);
10494 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10495                                  repeatable, mandatory, hidden)
10496 VALUES (1, 'biblio', '800', 'e', $$Relator term$$,
10497 TRUE, FALSE, FALSE);
10498 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10499                                  repeatable, mandatory, hidden)
10500 VALUES (1, 'biblio', '800', 'f', $$Date of a work$$,
10501 FALSE, FALSE, FALSE);
10502 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10503                                  repeatable, mandatory, hidden)
10504 VALUES (1, 'biblio', '800', 'g', $$Miscellaneous information$$,
10505 FALSE, FALSE, FALSE);
10506 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10507                                  repeatable, mandatory, hidden)
10508 VALUES (1, 'biblio', '800', 'h', $$Medium$$,
10509 FALSE, FALSE, FALSE);
10510 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10511                                  repeatable, mandatory, hidden)
10512 VALUES (1, 'biblio', '800', 'j', $$Attribution qualifier$$,
10513 TRUE, FALSE, FALSE);
10514 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10515                                  repeatable, mandatory, hidden)
10516 VALUES (1, 'biblio', '800', 'k', $$Form subheading$$,
10517 TRUE, FALSE, FALSE);
10518 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10519                                  repeatable, mandatory, hidden)
10520 VALUES (1, 'biblio', '800', 'l', $$Language of a work$$,
10521 FALSE, FALSE, FALSE);
10522 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10523                                  repeatable, mandatory, hidden)
10524 VALUES (1, 'biblio', '800', 'm', $$Medium of performance for music$$,
10525 TRUE, FALSE, FALSE);
10526 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10527                                  repeatable, mandatory, hidden)
10528 VALUES (1, 'biblio', '800', 'n', $$Number of part/section of a work$$,
10529 TRUE, FALSE, FALSE);
10530 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10531                                  repeatable, mandatory, hidden)
10532 VALUES (1, 'biblio', '800', 'o', $$Arranged statement for music$$,
10533 FALSE, FALSE, FALSE);
10534 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10535                                  repeatable, mandatory, hidden)
10536 VALUES (1, 'biblio', '800', 'p', $$Name of part/section of a work$$,
10537 TRUE, FALSE, FALSE);
10538 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10539                                  repeatable, mandatory, hidden)
10540 VALUES (1, 'biblio', '800', 'q', $$Fuller form of name$$,
10541 FALSE, FALSE, FALSE);
10542 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10543                                  repeatable, mandatory, hidden)
10544 VALUES (1, 'biblio', '800', 'r', $$Key for music$$,
10545 FALSE, FALSE, FALSE);
10546 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10547                                  repeatable, mandatory, hidden)
10548 VALUES (1, 'biblio', '800', 's', $$Version$$,
10549 FALSE, FALSE, FALSE);
10550 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10551                                  repeatable, mandatory, hidden)
10552 VALUES (1, 'biblio', '800', 't', $$Title of a work$$,
10553 FALSE, FALSE, FALSE);
10554 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10555                                  repeatable, mandatory, hidden)
10556 VALUES (1, 'biblio', '800', 'u', $$Affiliation$$,
10557 FALSE, FALSE, FALSE);
10558 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10559                                  repeatable, mandatory, hidden)
10560 VALUES (1, 'biblio', '800', 'v', $$Volume/sequential designation$$,
10561 FALSE, FALSE, FALSE);
10562 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10563                                  repeatable, mandatory, hidden)
10564 VALUES (1, 'biblio', '800', 'w', $$Bibliographic record control number$$,
10565 TRUE, FALSE, FALSE);
10566 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10567                                  repeatable, mandatory, hidden)
10568 VALUES (1, 'biblio', '800', 'x', $$International Standard Serial Number$$,
10569 FALSE, FALSE, FALSE);
10570 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10571                                  repeatable, mandatory, hidden)
10572 VALUES (1, 'biblio', '800', '0', $$Authority record control number$$,
10573 TRUE, FALSE, FALSE);
10574 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10575                                  repeatable, mandatory, hidden)
10576 VALUES (1, 'biblio', '800', '3', $$Materials specified$$,
10577 FALSE, FALSE, FALSE);
10578 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10579                                  repeatable, mandatory, hidden)
10580 VALUES (1, 'biblio', '800', '4', $$Relator code$$,
10581 TRUE, FALSE, FALSE);
10582 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10583                                  repeatable, mandatory, hidden)
10584 VALUES (1, 'biblio', '800', '5', $$Institution to which field applies$$,
10585 TRUE, FALSE, FALSE);
10586 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10587                                  repeatable, mandatory, hidden)
10588 VALUES (1, 'biblio', '800', '6', $$Linkage$$,
10589 FALSE, FALSE, FALSE);
10590 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10591                                  repeatable, mandatory, hidden)
10592 VALUES (1, 'biblio', '800', '8', $$Field link and sequence number$$,
10593 TRUE, FALSE, FALSE);
10594 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
10595                               fixed_field, repeatable, mandatory, hidden)
10596 VALUES (1, 'biblio', '810', $$Series Added Entry-Corporate Name$$, $$Author/title series added entry in which the author portion is a corporate name.$$,
10597 FALSE, TRUE, FALSE, FALSE);
10598 INSERT INTO config.record_attr_definition(name, label)
10599 VALUES ('marc21_biblio_810_ind_1', 'MARC 21 biblio field 810 indicator position 1');
10600 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10601 VALUES ('marc21_biblio_810_ind_1', '0', $$Inverted name$$, FALSE, TRUE);
10602 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10603 VALUES ('marc21_biblio_810_ind_1', '1', $$Jurisdiction name$$, FALSE, TRUE);
10604 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10605 VALUES ('marc21_biblio_810_ind_1', '2', $$Name in direct order$$, FALSE, TRUE);
10606 INSERT INTO config.record_attr_definition(name, label)
10607 VALUES ('marc21_biblio_810_ind_2', 'MARC 21 biblio field 810 indicator position 2');
10608 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10609 VALUES ('marc21_biblio_810_ind_2', '#', $$Undefined$$, FALSE, TRUE);
10610 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10611                                  repeatable, mandatory, hidden)
10612 VALUES (1, 'biblio', '810', 'a', $$Corporate name or jurisdiction name as entry element$$,
10613 FALSE, FALSE, FALSE);
10614 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10615                                  repeatable, mandatory, hidden)
10616 VALUES (1, 'biblio', '810', 'b', $$Subordinate unit$$,
10617 TRUE, FALSE, FALSE);
10618 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10619                                  repeatable, mandatory, hidden)
10620 VALUES (1, 'biblio', '810', 'c', $$Location of meeting$$,
10621 FALSE, FALSE, FALSE);
10622 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10623                                  repeatable, mandatory, hidden)
10624 VALUES (1, 'biblio', '810', 'd', $$Date of meeting or treaty signing$$,
10625 TRUE, FALSE, FALSE);
10626 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10627                                  repeatable, mandatory, hidden)
10628 VALUES (1, 'biblio', '810', 'e', $$Relator term$$,
10629 TRUE, FALSE, FALSE);
10630 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10631                                  repeatable, mandatory, hidden)
10632 VALUES (1, 'biblio', '810', 'f', $$Date of a work$$,
10633 FALSE, FALSE, FALSE);
10634 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10635                                  repeatable, mandatory, hidden)
10636 VALUES (1, 'biblio', '810', 'g', $$Miscellaneous information$$,
10637 FALSE, FALSE, FALSE);
10638 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10639                                  repeatable, mandatory, hidden)
10640 VALUES (1, 'biblio', '810', 'h', $$Medium$$,
10641 FALSE, FALSE, FALSE);
10642 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10643                                  repeatable, mandatory, hidden)
10644 VALUES (1, 'biblio', '810', 'k', $$Form subheading$$,
10645 TRUE, FALSE, FALSE);
10646 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10647                                  repeatable, mandatory, hidden)
10648 VALUES (1, 'biblio', '810', 'l', $$Language of a work$$,
10649 FALSE, FALSE, FALSE);
10650 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10651                                  repeatable, mandatory, hidden)
10652 VALUES (1, 'biblio', '810', 'm', $$Medium of performance for music$$,
10653 TRUE, FALSE, FALSE);
10654 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10655                                  repeatable, mandatory, hidden)
10656 VALUES (1, 'biblio', '810', 'n', $$Number of part/section/meeting$$,
10657 TRUE, FALSE, FALSE);
10658 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10659                                  repeatable, mandatory, hidden)
10660 VALUES (1, 'biblio', '810', 'o', $$Arranged statement for music$$,
10661 FALSE, FALSE, FALSE);
10662 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10663                                  repeatable, mandatory, hidden)
10664 VALUES (1, 'biblio', '810', 'p', $$Name of part/section of a work$$,
10665 TRUE, FALSE, FALSE);
10666 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10667                                  repeatable, mandatory, hidden)
10668 VALUES (1, 'biblio', '810', 'r', $$Key for music$$,
10669 FALSE, FALSE, FALSE);
10670 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10671                                  repeatable, mandatory, hidden)
10672 VALUES (1, 'biblio', '810', 's', $$Version$$,
10673 FALSE, FALSE, FALSE);
10674 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10675                                  repeatable, mandatory, hidden)
10676 VALUES (1, 'biblio', '810', 't', $$Title of a work$$,
10677 FALSE, FALSE, FALSE);
10678 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10679                                  repeatable, mandatory, hidden)
10680 VALUES (1, 'biblio', '810', 'u', $$Affiliation$$,
10681 FALSE, FALSE, FALSE);
10682 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10683                                  repeatable, mandatory, hidden)
10684 VALUES (1, 'biblio', '810', 'v', $$Volume/sequential designation$$,
10685 FALSE, FALSE, FALSE);
10686 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10687                                  repeatable, mandatory, hidden)
10688 VALUES (1, 'biblio', '810', 'w', $$Bibliographic record control number$$,
10689 TRUE, FALSE, FALSE);
10690 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10691                                  repeatable, mandatory, hidden)
10692 VALUES (1, 'biblio', '810', 'x', $$International Standard Serial Number$$,
10693 FALSE, FALSE, FALSE);
10694 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10695                                  repeatable, mandatory, hidden)
10696 VALUES (1, 'biblio', '810', '0', $$Authority record control number$$,
10697 TRUE, FALSE, FALSE);
10698 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10699                                  repeatable, mandatory, hidden)
10700 VALUES (1, 'biblio', '810', '3', $$Materials specified$$,
10701 FALSE, FALSE, FALSE);
10702 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10703                                  repeatable, mandatory, hidden)
10704 VALUES (1, 'biblio', '810', '4', $$Relator code$$,
10705 TRUE, FALSE, FALSE);
10706 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10707                                  repeatable, mandatory, hidden)
10708 VALUES (1, 'biblio', '810', '5', $$Institution to which field applies$$,
10709 TRUE, FALSE, FALSE);
10710 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10711                                  repeatable, mandatory, hidden)
10712 VALUES (1, 'biblio', '810', '6', $$Linkage$$,
10713 FALSE, FALSE, FALSE);
10714 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10715                                  repeatable, mandatory, hidden)
10716 VALUES (1, 'biblio', '810', '8', $$Field link and sequence number$$,
10717 TRUE, FALSE, FALSE);
10718 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
10719                               fixed_field, repeatable, mandatory, hidden)
10720 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.$$,
10721 FALSE, TRUE, FALSE, FALSE);
10722 INSERT INTO config.record_attr_definition(name, label)
10723 VALUES ('marc21_biblio_811_ind_1', 'MARC 21 biblio field 811 indicator position 1');
10724 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10725 VALUES ('marc21_biblio_811_ind_1', '0', $$Inverted name$$, FALSE, TRUE);
10726 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10727 VALUES ('marc21_biblio_811_ind_1', '1', $$Jurisdiction name$$, FALSE, TRUE);
10728 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10729 VALUES ('marc21_biblio_811_ind_1', '2', $$Name in direct order$$, FALSE, TRUE);
10730 INSERT INTO config.record_attr_definition(name, label)
10731 VALUES ('marc21_biblio_811_ind_2', 'MARC 21 biblio field 811 indicator position 2');
10732 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10733 VALUES ('marc21_biblio_811_ind_2', '#', $$Undefined$$, FALSE, TRUE);
10734 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10735                                  repeatable, mandatory, hidden)
10736 VALUES (1, 'biblio', '811', 'a', $$Meeting name or jurisdiction name as entry element$$,
10737 FALSE, FALSE, FALSE);
10738 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10739                                  repeatable, mandatory, hidden)
10740 VALUES (1, 'biblio', '811', 'c', $$Location of meeting$$,
10741 FALSE, FALSE, FALSE);
10742 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10743                                  repeatable, mandatory, hidden)
10744 VALUES (1, 'biblio', '811', 'd', $$Date of meeting$$,
10745 FALSE, FALSE, FALSE);
10746 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10747                                  repeatable, mandatory, hidden)
10748 VALUES (1, 'biblio', '811', 'e', $$Subordinate unit$$,
10749 TRUE, FALSE, FALSE);
10750 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10751                                  repeatable, mandatory, hidden)
10752 VALUES (1, 'biblio', '811', 'f', $$Date of a work$$,
10753 FALSE, FALSE, FALSE);
10754 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10755                                  repeatable, mandatory, hidden)
10756 VALUES (1, 'biblio', '811', 'g', $$Miscellaneous information$$,
10757 FALSE, FALSE, FALSE);
10758 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10759                                  repeatable, mandatory, hidden)
10760 VALUES (1, 'biblio', '811', 'h', $$Medium$$,
10761 FALSE, FALSE, FALSE);
10762 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10763                                  repeatable, mandatory, hidden)
10764 VALUES (1, 'biblio', '811', 'j', $$Relator term$$,
10765 TRUE, FALSE, FALSE);
10766 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10767                                  repeatable, mandatory, hidden)
10768 VALUES (1, 'biblio', '811', 'k', $$Form subheading$$,
10769 TRUE, FALSE, FALSE);
10770 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10771                                  repeatable, mandatory, hidden)
10772 VALUES (1, 'biblio', '811', 'l', $$Language of a work$$,
10773 FALSE, FALSE, FALSE);
10774 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10775                                  repeatable, mandatory, hidden)
10776 VALUES (1, 'biblio', '811', 'n', $$Number of part/section/meeting$$,
10777 TRUE, FALSE, FALSE);
10778 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10779                                  repeatable, mandatory, hidden)
10780 VALUES (1, 'biblio', '811', 'p', $$Name of part/section of a work$$,
10781 TRUE, FALSE, FALSE);
10782 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10783                                  repeatable, mandatory, hidden)
10784 VALUES (1, 'biblio', '811', 'q', $$Name of meeting following jurisdiction name entry element$$,
10785 FALSE, FALSE, FALSE);
10786 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10787                                  repeatable, mandatory, hidden)
10788 VALUES (1, 'biblio', '811', 's', $$Version$$,
10789 FALSE, FALSE, FALSE);
10790 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10791                                  repeatable, mandatory, hidden)
10792 VALUES (1, 'biblio', '811', 't', $$Title of a work$$,
10793 FALSE, FALSE, FALSE);
10794 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10795                                  repeatable, mandatory, hidden)
10796 VALUES (1, 'biblio', '811', 'u', $$Affiliation$$,
10797 FALSE, FALSE, FALSE);
10798 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10799                                  repeatable, mandatory, hidden)
10800 VALUES (1, 'biblio', '811', 'v', $$Volume/sequential designation$$,
10801 FALSE, FALSE, FALSE);
10802 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10803                                  repeatable, mandatory, hidden)
10804 VALUES (1, 'biblio', '811', 'w', $$Bibliographic record control number$$,
10805 TRUE, FALSE, FALSE);
10806 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10807                                  repeatable, mandatory, hidden)
10808 VALUES (1, 'biblio', '811', 'x', $$International Standard Serial Number$$,
10809 FALSE, FALSE, FALSE);
10810 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10811                                  repeatable, mandatory, hidden)
10812 VALUES (1, 'biblio', '811', '0', $$Authority record control number$$,
10813 TRUE, FALSE, FALSE);
10814 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10815                                  repeatable, mandatory, hidden)
10816 VALUES (1, 'biblio', '811', '3', $$Materials specified$$,
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', '811', '4', $$Relator code$$,
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', '811', '5', $$Institution to which field applies$$,
10825 TRUE, FALSE, FALSE);
10826 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10827                                  repeatable, mandatory, hidden)
10828 VALUES (1, 'biblio', '811', '6', $$Linkage$$,
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', '811', '8', $$Field link and sequence number$$,
10833 TRUE, FALSE, FALSE);
10834 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
10835                               fixed_field, repeatable, mandatory, hidden)
10836 VALUES (1, 'biblio', '830', $$Series Added Entry-Uniform Title$$, $$Series added entry consisting of a series title alone.$$,
10837 FALSE, TRUE, FALSE, FALSE);
10838 INSERT INTO config.record_attr_definition(name, label)
10839 VALUES ('marc21_biblio_830_ind_1', 'MARC 21 biblio field 830 indicator position 1');
10840 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10841 VALUES ('marc21_biblio_830_ind_1', '#', $$Undefined$$, FALSE, TRUE);
10842 INSERT INTO config.record_attr_definition(name, label)
10843 VALUES ('marc21_biblio_830_ind_2', 'MARC 21 biblio field 830 indicator position 2');
10844 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10845 VALUES ('marc21_biblio_830_ind_2', '0', $$No nonfiling characters$$, FALSE, TRUE);
10846 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10847 VALUES ('marc21_biblio_830_ind_2', '1', $$Number of nonfiling characters - 1$$, FALSE, TRUE);
10848 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10849 VALUES ('marc21_biblio_830_ind_2', '2', $$Number of nonfiling characters - 2$$, FALSE, TRUE);
10850 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10851 VALUES ('marc21_biblio_830_ind_2', '3', $$Number of nonfiling characters - 3$$, FALSE, TRUE);
10852 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10853 VALUES ('marc21_biblio_830_ind_2', '4', $$Number of nonfiling characters - 4$$, FALSE, TRUE);
10854 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10855 VALUES ('marc21_biblio_830_ind_2', '5', $$Number of nonfiling characters - 5$$, FALSE, TRUE);
10856 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10857 VALUES ('marc21_biblio_830_ind_2', '6', $$Number of nonfiling characters - 6$$, FALSE, TRUE);
10858 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10859 VALUES ('marc21_biblio_830_ind_2', '7', $$Number of nonfiling characters - 7$$, FALSE, TRUE);
10860 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10861 VALUES ('marc21_biblio_830_ind_2', '8', $$Number of nonfiling characters - 8$$, FALSE, TRUE);
10862 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10863 VALUES ('marc21_biblio_830_ind_2', '9', $$Number of nonfiling characters - 9$$, FALSE, TRUE);
10864 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10865                                  repeatable, mandatory, hidden)
10866 VALUES (1, 'biblio', '830', 'a', $$Uniform title$$,
10867 FALSE, FALSE, FALSE);
10868 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10869                                  repeatable, mandatory, hidden)
10870 VALUES (1, 'biblio', '830', 'd', $$Date of treaty signing$$,
10871 TRUE, FALSE, FALSE);
10872 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10873                                  repeatable, mandatory, hidden)
10874 VALUES (1, 'biblio', '830', 'f', $$Date of a work$$,
10875 FALSE, FALSE, FALSE);
10876 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10877                                  repeatable, mandatory, hidden)
10878 VALUES (1, 'biblio', '830', 'g', $$Miscellaneous information$$,
10879 FALSE, FALSE, FALSE);
10880 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10881                                  repeatable, mandatory, hidden)
10882 VALUES (1, 'biblio', '830', 'h', $$Medium$$,
10883 FALSE, FALSE, FALSE);
10884 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10885                                  repeatable, mandatory, hidden)
10886 VALUES (1, 'biblio', '830', 'k', $$Form subheading$$,
10887 TRUE, FALSE, FALSE);
10888 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10889                                  repeatable, mandatory, hidden)
10890 VALUES (1, 'biblio', '830', 'l', $$Language of a work$$,
10891 FALSE, FALSE, FALSE);
10892 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10893                                  repeatable, mandatory, hidden)
10894 VALUES (1, 'biblio', '830', 'm', $$Medium of performance for music$$,
10895 TRUE, FALSE, FALSE);
10896 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10897                                  repeatable, mandatory, hidden)
10898 VALUES (1, 'biblio', '830', 'n', $$Number of part/section of a work$$,
10899 TRUE, FALSE, FALSE);
10900 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10901                                  repeatable, mandatory, hidden)
10902 VALUES (1, 'biblio', '830', 'o', $$Arranged statement for music$$,
10903 FALSE, FALSE, FALSE);
10904 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10905                                  repeatable, mandatory, hidden)
10906 VALUES (1, 'biblio', '830', 'p', $$Name of part/section of a work$$,
10907 TRUE, FALSE, FALSE);
10908 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10909                                  repeatable, mandatory, hidden)
10910 VALUES (1, 'biblio', '830', 'r', $$Key for music$$,
10911 FALSE, FALSE, FALSE);
10912 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10913                                  repeatable, mandatory, hidden)
10914 VALUES (1, 'biblio', '830', 's', $$Version$$,
10915 FALSE, FALSE, FALSE);
10916 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10917                                  repeatable, mandatory, hidden)
10918 VALUES (1, 'biblio', '830', 't', $$Title of a work$$,
10919 FALSE, FALSE, FALSE);
10920 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10921                                  repeatable, mandatory, hidden)
10922 VALUES (1, 'biblio', '830', 'v', $$Volume/sequential designation$$,
10923 FALSE, FALSE, FALSE);
10924 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10925                                  repeatable, mandatory, hidden)
10926 VALUES (1, 'biblio', '830', 'w', $$Bibliographic record control number$$,
10927 TRUE, FALSE, FALSE);
10928 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10929                                  repeatable, mandatory, hidden)
10930 VALUES (1, 'biblio', '830', 'x', $$International Standard Serial Number$$,
10931 FALSE, FALSE, FALSE);
10932 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10933                                  repeatable, mandatory, hidden)
10934 VALUES (1, 'biblio', '830', '0', $$Authority record control number$$,
10935 TRUE, FALSE, FALSE);
10936 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10937                                  repeatable, mandatory, hidden)
10938 VALUES (1, 'biblio', '830', '3', $$Materials specified$$,
10939 FALSE, FALSE, FALSE);
10940 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10941                                  repeatable, mandatory, hidden)
10942 VALUES (1, 'biblio', '830', '5', $$Institution to which field applies$$,
10943 TRUE, FALSE, FALSE);
10944 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10945                                  repeatable, mandatory, hidden)
10946 VALUES (1, 'biblio', '830', '6', $$Linkage$$,
10947 FALSE, FALSE, FALSE);
10948 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10949                                  repeatable, mandatory, hidden)
10950 VALUES (1, 'biblio', '830', '8', $$Field link and sequence number$$,
10951 TRUE, FALSE, FALSE);
10952 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
10953                               fixed_field, repeatable, mandatory, hidden)
10954 VALUES (1, 'biblio', '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).$$,
10955 FALSE, FALSE, FALSE, FALSE);
10956 INSERT INTO config.record_attr_definition(name, label)
10957 VALUES ('marc21_biblio_841_ind_1', 'MARC 21 biblio field 841 indicator position 1');
10958 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10959 VALUES ('marc21_biblio_841_ind_1', '#', $$Undefined$$, FALSE, TRUE);
10960 INSERT INTO config.record_attr_definition(name, label)
10961 VALUES ('marc21_biblio_841_ind_2', 'MARC 21 biblio field 841 indicator position 2');
10962 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10963 VALUES ('marc21_biblio_841_ind_2', '#', $$Undefined$$, FALSE, TRUE);
10964 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10965                                  repeatable, mandatory, hidden)
10966 VALUES (1, 'biblio', '841', 'a', $$Type of record$$,
10967 FALSE, FALSE, FALSE);
10968 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10969                                  repeatable, mandatory, hidden)
10970 VALUES (1, 'biblio', '841', 'b', $$Fixed-length data elements$$,
10971 FALSE, FALSE, FALSE);
10972 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10973                                  repeatable, mandatory, hidden)
10974 VALUES (1, 'biblio', '841', 'e', $$Encoding level$$,
10975 FALSE, FALSE, FALSE);
10976 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
10977                               fixed_field, repeatable, mandatory, hidden)
10978 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).$$,
10979 FALSE, FALSE, FALSE, FALSE);
10980 INSERT INTO config.record_attr_definition(name, label)
10981 VALUES ('marc21_biblio_842_ind_1', 'MARC 21 biblio field 842 indicator position 1');
10982 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10983 VALUES ('marc21_biblio_842_ind_1', '#', $$Undefined$$, FALSE, TRUE);
10984 INSERT INTO config.record_attr_definition(name, label)
10985 VALUES ('marc21_biblio_842_ind_2', 'MARC 21 biblio field 842 indicator position 2');
10986 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
10987 VALUES ('marc21_biblio_842_ind_2', '#', $$Undefined$$, FALSE, TRUE);
10988 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10989                                  repeatable, mandatory, hidden)
10990 VALUES (1, 'biblio', '842', 'a', $$Textual physical form designator$$,
10991 FALSE, FALSE, FALSE);
10992 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10993                                  repeatable, mandatory, hidden)
10994 VALUES (1, 'biblio', '842', '6', $$Linkage$$,
10995 FALSE, FALSE, FALSE);
10996 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
10997                                  repeatable, mandatory, hidden)
10998 VALUES (1, 'biblio', '842', '8', $$Field link and sequence number$$,
10999 TRUE, FALSE, FALSE);
11000 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
11001                               fixed_field, repeatable, mandatory, hidden)
11002 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.$$,
11003 FALSE, TRUE, FALSE, FALSE);
11004 INSERT INTO config.record_attr_definition(name, label)
11005 VALUES ('marc21_biblio_843_ind_1', 'MARC 21 biblio field 843 indicator position 1');
11006 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11007 VALUES ('marc21_biblio_843_ind_1', '#', $$Undefined$$, FALSE, TRUE);
11008 INSERT INTO config.record_attr_definition(name, label)
11009 VALUES ('marc21_biblio_843_ind_2', 'MARC 21 biblio field 843 indicator position 2');
11010 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11011 VALUES ('marc21_biblio_843_ind_2', '#', $$Undefined$$, FALSE, TRUE);
11012 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11013                                  repeatable, mandatory, hidden)
11014 VALUES (1, 'biblio', '843', 'a', $$Type of reproduction$$,
11015 FALSE, FALSE, FALSE);
11016 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11017                                  repeatable, mandatory, hidden)
11018 VALUES (1, 'biblio', '843', 'b', $$Place of reproduction$$,
11019 TRUE, FALSE, FALSE);
11020 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11021                                  repeatable, mandatory, hidden)
11022 VALUES (1, 'biblio', '843', 'c', $$Agency responsible for reproduction$$,
11023 TRUE, FALSE, FALSE);
11024 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11025                                  repeatable, mandatory, hidden)
11026 VALUES (1, 'biblio', '843', 'd', $$Date of reproduction$$,
11027 FALSE, FALSE, FALSE);
11028 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11029                                  repeatable, mandatory, hidden)
11030 VALUES (1, 'biblio', '843', 'e', $$Physical description of reproduction$$,
11031 FALSE, FALSE, FALSE);
11032 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11033                                  repeatable, mandatory, hidden)
11034 VALUES (1, 'biblio', '843', 'f', $$Series statement of reproduction$$,
11035 TRUE, FALSE, FALSE);
11036 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11037                                  repeatable, mandatory, hidden)
11038 VALUES (1, 'biblio', '843', 'm', $$Dates of publication and/or sequential designation of issues reproduced$$,
11039 TRUE, FALSE, FALSE);
11040 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11041                                  repeatable, mandatory, hidden)
11042 VALUES (1, 'biblio', '843', 'n', $$Note about reproduction$$,
11043 TRUE, FALSE, FALSE);
11044 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11045                                  repeatable, mandatory, hidden)
11046 VALUES (1, 'biblio', '843', '3', $$Materials specified$$,
11047 FALSE, FALSE, FALSE);
11048 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11049                                  repeatable, mandatory, hidden)
11050 VALUES (1, 'biblio', '843', '5', $$Institution to which field applies$$,
11051 FALSE, FALSE, FALSE);
11052 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11053                                  repeatable, mandatory, hidden)
11054 VALUES (1, 'biblio', '843', '6', $$Linkage$$,
11055 FALSE, FALSE, FALSE);
11056 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11057                                  repeatable, mandatory, hidden)
11058 VALUES (1, 'biblio', '843', '7', $$Fixed-length data elements of reproduction$$,
11059 FALSE, FALSE, FALSE);
11060 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11061                                  repeatable, mandatory, hidden)
11062 VALUES (1, 'biblio', '843', '8', $$Field link and sequence number$$,
11063 TRUE, FALSE, FALSE);
11064 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
11065                               fixed_field, repeatable, mandatory, hidden)
11066 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).$$,
11067 FALSE, FALSE, FALSE, FALSE);
11068 INSERT INTO config.record_attr_definition(name, label)
11069 VALUES ('marc21_biblio_844_ind_1', 'MARC 21 biblio field 844 indicator position 1');
11070 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11071 VALUES ('marc21_biblio_844_ind_1', '#', $$Undefined$$, FALSE, TRUE);
11072 INSERT INTO config.record_attr_definition(name, label)
11073 VALUES ('marc21_biblio_844_ind_2', 'MARC 21 biblio field 844 indicator position 2');
11074 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11075 VALUES ('marc21_biblio_844_ind_2', '#', $$Undefined$$, FALSE, TRUE);
11076 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11077                                  repeatable, mandatory, hidden)
11078 VALUES (1, 'biblio', '844', 'a', $$Name of unit$$,
11079 FALSE, FALSE, FALSE);
11080 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11081                                  repeatable, mandatory, hidden)
11082 VALUES (1, 'biblio', '844', '6', $$Linkage$$,
11083 FALSE, FALSE, FALSE);
11084 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11085                                  repeatable, mandatory, hidden)
11086 VALUES (1, 'biblio', '844', '8', $$Field link and sequence number$$,
11087 TRUE, FALSE, FALSE);
11088 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
11089                               fixed_field, repeatable, mandatory, hidden)
11090 VALUES (1, 'biblio', '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.$$,
11091 FALSE, TRUE, FALSE, FALSE);
11092 INSERT INTO config.record_attr_definition(name, label)
11093 VALUES ('marc21_biblio_845_ind_1', 'MARC 21 biblio field 845 indicator position 1');
11094 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11095 VALUES ('marc21_biblio_845_ind_1', '#', $$Undefined$$, FALSE, TRUE);
11096 INSERT INTO config.record_attr_definition(name, label)
11097 VALUES ('marc21_biblio_845_ind_2', 'MARC 21 biblio field 845 indicator position 2');
11098 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11099 VALUES ('marc21_biblio_845_ind_2', '#', $$Undefined$$, FALSE, TRUE);
11100 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11101                                  repeatable, mandatory, hidden)
11102 VALUES (1, 'biblio', '845', 'a', $$Terms governing use and reproduction$$,
11103 FALSE, FALSE, FALSE);
11104 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11105                                  repeatable, mandatory, hidden)
11106 VALUES (1, 'biblio', '845', 'b', $$Jurisdiction$$,
11107 FALSE, FALSE, FALSE);
11108 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11109                                  repeatable, mandatory, hidden)
11110 VALUES (1, 'biblio', '845', 'c', $$Authorization$$,
11111 FALSE, FALSE, FALSE);
11112 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11113                                  repeatable, mandatory, hidden)
11114 VALUES (1, 'biblio', '845', 'd', $$Authorized users$$,
11115 FALSE, FALSE, FALSE);
11116 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11117                                  repeatable, mandatory, hidden)
11118 VALUES (1, 'biblio', '845', 'u', $$Uniform Resource Identifier$$,
11119 TRUE, FALSE, FALSE);
11120 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11121                                  repeatable, mandatory, hidden)
11122 VALUES (1, 'biblio', '845', '3', $$Materials specified$$,
11123 FALSE, FALSE, FALSE);
11124 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11125                                  repeatable, mandatory, hidden)
11126 VALUES (1, 'biblio', '845', '5', $$Institution to which field applies$$,
11127 FALSE, FALSE, FALSE);
11128 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11129                                  repeatable, mandatory, hidden)
11130 VALUES (1, 'biblio', '845', '6', $$Linkage$$,
11131 FALSE, FALSE, FALSE);
11132 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11133                                  repeatable, mandatory, hidden)
11134 VALUES (1, 'biblio', '845', '8', $$Field link and sequence number$$,
11135 TRUE, FALSE, FALSE);
11136 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
11137                               fixed_field, repeatable, mandatory, hidden)
11138 VALUES (1, 'biblio', '850', $$Holding Institution$$, $$Information concerning holdings of the described item by the specified institution.$$,
11139 FALSE, TRUE, FALSE, FALSE);
11140 INSERT INTO config.record_attr_definition(name, label)
11141 VALUES ('marc21_biblio_850_ind_1', 'MARC 21 biblio field 850 indicator position 1');
11142 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11143 VALUES ('marc21_biblio_850_ind_1', '#', $$Undefined$$, FALSE, TRUE);
11144 INSERT INTO config.record_attr_definition(name, label)
11145 VALUES ('marc21_biblio_850_ind_2', 'MARC 21 biblio field 850 indicator position 2');
11146 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11147 VALUES ('marc21_biblio_850_ind_2', '#', $$Undefined$$, FALSE, TRUE);
11148 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11149                                  repeatable, mandatory, hidden)
11150 VALUES (1, 'biblio', '850', 'a', $$Holding institution$$,
11151 TRUE, FALSE, FALSE);
11152 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11153                                  repeatable, mandatory, hidden)
11154 VALUES (1, 'biblio', '850', '8', $$Field link and sequence number$$,
11155 TRUE, FALSE, FALSE);
11156 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
11157                               fixed_field, repeatable, mandatory, hidden)
11158 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.$$,
11159 FALSE, TRUE, FALSE, FALSE);
11160 INSERT INTO config.record_attr_definition(name, label)
11161 VALUES ('marc21_biblio_852_ind_1', 'MARC 21 biblio field 852 indicator position 1');
11162 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11163 VALUES ('marc21_biblio_852_ind_1', '#', $$No information provided$$, FALSE, TRUE);
11164 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11165 VALUES ('marc21_biblio_852_ind_1', '0', $$Library of Congress classification$$, FALSE, TRUE);
11166 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11167 VALUES ('marc21_biblio_852_ind_1', '1', $$Dewey Decimal classification$$, FALSE, TRUE);
11168 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11169 VALUES ('marc21_biblio_852_ind_1', '2', $$National Library of Medicine classification$$, FALSE, TRUE);
11170 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11171 VALUES ('marc21_biblio_852_ind_1', '3', $$Superintendent of Documents classification$$, FALSE, TRUE);
11172 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11173 VALUES ('marc21_biblio_852_ind_1', '4', $$Shelving control number$$, FALSE, TRUE);
11174 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11175 VALUES ('marc21_biblio_852_ind_1', '5', $$Title$$, FALSE, TRUE);
11176 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11177 VALUES ('marc21_biblio_852_ind_1', '6', $$Shelved separately$$, FALSE, TRUE);
11178 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11179 VALUES ('marc21_biblio_852_ind_1', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
11180 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11181 VALUES ('marc21_biblio_852_ind_1', '8', $$Other scheme$$, FALSE, TRUE);
11182 INSERT INTO config.record_attr_definition(name, label)
11183 VALUES ('marc21_biblio_852_ind_2', 'MARC 21 biblio field 852 indicator position 2');
11184 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11185 VALUES ('marc21_biblio_852_ind_2', '#', $$No information provided$$, FALSE, TRUE);
11186 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11187 VALUES ('marc21_biblio_852_ind_2', '0', $$Not enumeration$$, FALSE, TRUE);
11188 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11189 VALUES ('marc21_biblio_852_ind_2', '1', $$Primary enumeration$$, FALSE, TRUE);
11190 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11191 VALUES ('marc21_biblio_852_ind_2', '2', $$Alternative enumeration$$, FALSE, TRUE);
11192 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11193                                  repeatable, mandatory, hidden)
11194 VALUES (1, 'biblio', '852', 'a', $$Location$$,
11195 FALSE, FALSE, FALSE);
11196 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11197                                  repeatable, mandatory, hidden)
11198 VALUES (1, 'biblio', '852', 'b', $$Sublocation or collection$$,
11199 TRUE, FALSE, FALSE);
11200 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11201                                  repeatable, mandatory, hidden)
11202 VALUES (1, 'biblio', '852', 'c', $$Shelving location$$,
11203 TRUE, FALSE, FALSE);
11204 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11205                                  repeatable, mandatory, hidden)
11206 VALUES (1, 'biblio', '852', 'd', $$Former shelving location$$,
11207 TRUE, FALSE, FALSE);
11208 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11209                                  repeatable, mandatory, hidden)
11210 VALUES (1, 'biblio', '852', 'e', $$Address$$,
11211 TRUE, FALSE, FALSE);
11212 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11213                                  repeatable, mandatory, hidden)
11214 VALUES (1, 'biblio', '852', 'f', $$Coded location qualifier$$,
11215 TRUE, FALSE, FALSE);
11216 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11217                                  repeatable, mandatory, hidden)
11218 VALUES (1, 'biblio', '852', 'g', $$Non-coded location qualifier$$,
11219 TRUE, FALSE, FALSE);
11220 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11221                                  repeatable, mandatory, hidden)
11222 VALUES (1, 'biblio', '852', 'h', $$Classification part$$,
11223 FALSE, FALSE, FALSE);
11224 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11225                                  repeatable, mandatory, hidden)
11226 VALUES (1, 'biblio', '852', 'i', $$Item part$$,
11227 TRUE, FALSE, FALSE);
11228 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11229                                  repeatable, mandatory, hidden)
11230 VALUES (1, 'biblio', '852', 'j', $$Shelving control number$$,
11231 FALSE, FALSE, FALSE);
11232 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11233                                  repeatable, mandatory, hidden)
11234 VALUES (1, 'biblio', '852', 'k', $$Call number prefix$$,
11235 TRUE, FALSE, FALSE);
11236 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11237                                  repeatable, mandatory, hidden)
11238 VALUES (1, 'biblio', '852', 'l', $$Shelving form of title$$,
11239 FALSE, FALSE, FALSE);
11240 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11241                                  repeatable, mandatory, hidden)
11242 VALUES (1, 'biblio', '852', 'm', $$Call number suffix$$,
11243 TRUE, FALSE, FALSE);
11244 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11245                                  repeatable, mandatory, hidden)
11246 VALUES (1, 'biblio', '852', 'n', $$Country code$$,
11247 FALSE, FALSE, FALSE);
11248 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11249                                  repeatable, mandatory, hidden)
11250 VALUES (1, 'biblio', '852', 'p', $$Piece designation$$,
11251 FALSE, FALSE, FALSE);
11252 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11253                                  repeatable, mandatory, hidden)
11254 VALUES (1, 'biblio', '852', 'q', $$Piece physical condition$$,
11255 FALSE, FALSE, FALSE);
11256 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11257                                  repeatable, mandatory, hidden)
11258 VALUES (1, 'biblio', '852', 's', $$Copyright article-fee code$$,
11259 TRUE, FALSE, FALSE);
11260 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11261                                  repeatable, mandatory, hidden)
11262 VALUES (1, 'biblio', '852', 't', $$Copy number$$,
11263 FALSE, FALSE, FALSE);
11264 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11265                                  repeatable, mandatory, hidden)
11266 VALUES (1, 'biblio', '852', 'u', $$Uniform Resource Identifier$$,
11267 TRUE, FALSE, FALSE);
11268 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11269                                  repeatable, mandatory, hidden)
11270 VALUES (1, 'biblio', '852', 'x', $$Nonpublic note$$,
11271 TRUE, FALSE, FALSE);
11272 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11273                                  repeatable, mandatory, hidden)
11274 VALUES (1, 'biblio', '852', 'z', $$Public note$$,
11275 TRUE, FALSE, FALSE);
11276 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11277                                  repeatable, mandatory, hidden)
11278 VALUES (1, 'biblio', '852', '2', $$Source of classification or shelving scheme$$,
11279 FALSE, FALSE, FALSE);
11280 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11281                                  repeatable, mandatory, hidden)
11282 VALUES (1, 'biblio', '852', '3', $$Materials specified$$,
11283 FALSE, FALSE, FALSE);
11284 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11285                                  repeatable, mandatory, hidden)
11286 VALUES (1, 'biblio', '852', '6', $$Linkage$$,
11287 FALSE, FALSE, FALSE);
11288 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11289                                  repeatable, mandatory, hidden)
11290 VALUES (1, 'biblio', '852', '8', $$Sequence number$$,
11291 FALSE, FALSE, FALSE);
11292 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
11293                               fixed_field, repeatable, mandatory, hidden)
11294 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).$$,
11295 FALSE, TRUE, FALSE, FALSE);
11296 INSERT INTO config.record_attr_definition(name, label)
11297 VALUES ('marc21_biblio_853_ind_1', 'MARC 21 biblio field 853 indicator position 1');
11298 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11299 VALUES ('marc21_biblio_853_ind_1', '0', $$Cannot compress or expand$$, FALSE, TRUE);
11300 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11301 VALUES ('marc21_biblio_853_ind_1', '1', $$Can compress but not expand$$, FALSE, TRUE);
11302 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11303 VALUES ('marc21_biblio_853_ind_1', '2', $$Can compress or expand$$, FALSE, TRUE);
11304 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11305 VALUES ('marc21_biblio_853_ind_1', '3', $$Unknown$$, FALSE, TRUE);
11306 INSERT INTO config.record_attr_definition(name, label)
11307 VALUES ('marc21_biblio_853_ind_2', 'MARC 21 biblio field 853 indicator position 2');
11308 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11309 VALUES ('marc21_biblio_853_ind_2', '0', $$Captions verified; all levels present$$, FALSE, TRUE);
11310 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11311 VALUES ('marc21_biblio_853_ind_2', '1', $$Captions verified; all levels may not be present$$, FALSE, TRUE);
11312 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11313 VALUES ('marc21_biblio_853_ind_2', '2', $$Captions unverified; all levels present$$, FALSE, TRUE);
11314 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11315 VALUES ('marc21_biblio_853_ind_2', '3', $$Captions unverified; all levels may not be present$$, FALSE, TRUE);
11316 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11317                                  repeatable, mandatory, hidden)
11318 VALUES (1, 'biblio', '853', 'a', $$First level of enumeration$$,
11319 TRUE, FALSE, FALSE);
11320 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11321                                  repeatable, mandatory, hidden)
11322 VALUES (1, 'biblio', '853', 'b', $$Second level of enumeration$$,
11323 TRUE, FALSE, FALSE);
11324 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11325                                  repeatable, mandatory, hidden)
11326 VALUES (1, 'biblio', '853', 'c', $$Third level of enumeration$$,
11327 TRUE, FALSE, FALSE);
11328 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11329                                  repeatable, mandatory, hidden)
11330 VALUES (1, 'biblio', '853', 'd', $$Fourth level of enumeration$$,
11331 TRUE, FALSE, FALSE);
11332 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11333                                  repeatable, mandatory, hidden)
11334 VALUES (1, 'biblio', '853', 'e', $$Fifth level of enumeration$$,
11335 TRUE, FALSE, FALSE);
11336 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11337                                  repeatable, mandatory, hidden)
11338 VALUES (1, 'biblio', '853', 'f', $$Sixth level of enumeration$$,
11339 TRUE, FALSE, FALSE);
11340 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11341                                  repeatable, mandatory, hidden)
11342 VALUES (1, 'biblio', '853', 'g', $$Alternative numbering scheme, first level of enumeration$$,
11343 TRUE, FALSE, FALSE);
11344 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11345                                  repeatable, mandatory, hidden)
11346 VALUES (1, 'biblio', '853', 'h', $$Alternative numbering scheme, second level of enumeration$$,
11347 TRUE, FALSE, FALSE);
11348 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11349                                  repeatable, mandatory, hidden)
11350 VALUES (1, 'biblio', '853', 'i', $$First level of chronology$$,
11351 TRUE, FALSE, FALSE);
11352 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11353                                  repeatable, mandatory, hidden)
11354 VALUES (1, 'biblio', '853', 'j', $$Second level of chronology$$,
11355 TRUE, FALSE, FALSE);
11356 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11357                                  repeatable, mandatory, hidden)
11358 VALUES (1, 'biblio', '853', 'k', $$Third level of chronology$$,
11359 TRUE, FALSE, FALSE);
11360 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11361                                  repeatable, mandatory, hidden)
11362 VALUES (1, 'biblio', '853', 'l', $$Fourth level of chronology$$,
11363 TRUE, FALSE, FALSE);
11364 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11365                                  repeatable, mandatory, hidden)
11366 VALUES (1, 'biblio', '853', 'm', $$Alternative numbering scheme, chronology$$,
11367 TRUE, FALSE, FALSE);
11368 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11369                                  repeatable, mandatory, hidden)
11370 VALUES (1, 'biblio', '853', 'n', $$Pattern note$$,
11371 TRUE, FALSE, FALSE);
11372 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11373                                  repeatable, mandatory, hidden)
11374 VALUES (1, 'biblio', '853', 'o', $$Type of unit$$,
11375 TRUE, FALSE, FALSE);
11376 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11377                                  repeatable, mandatory, hidden)
11378 VALUES (1, 'biblio', '853', 'p', $$Number of pieces per issuance$$,
11379 TRUE, FALSE, FALSE);
11380 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11381                                  repeatable, mandatory, hidden)
11382 VALUES (1, 'biblio', '853', 't', $$Copy$$,
11383 TRUE, FALSE, FALSE);
11384 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11385                                  repeatable, mandatory, hidden)
11386 VALUES (1, 'biblio', '853', 'u', $$Bibliographic units per next higher level$$,
11387 TRUE, FALSE, FALSE);
11388 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11389                                  repeatable, mandatory, hidden)
11390 VALUES (1, 'biblio', '853', 'v', $$Numbering continuity$$,
11391 TRUE, FALSE, FALSE);
11392 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11393                                  repeatable, mandatory, hidden)
11394 VALUES (1, 'biblio', '853', 'w', $$Frequency$$,
11395 TRUE, FALSE, FALSE);
11396 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11397                                  repeatable, mandatory, hidden)
11398 VALUES (1, 'biblio', '853', 'x', $$Calendar change$$,
11399 TRUE, FALSE, FALSE);
11400 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11401                                  repeatable, mandatory, hidden)
11402 VALUES (1, 'biblio', '853', 'y', $$Regularity pattern$$,
11403 TRUE, FALSE, FALSE);
11404 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11405                                  repeatable, mandatory, hidden)
11406 VALUES (1, 'biblio', '853', 'z', $$Numbering scheme$$,
11407 TRUE, FALSE, FALSE);
11408 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11409                                  repeatable, mandatory, hidden)
11410 VALUES (1, 'biblio', '853', '2', $$Source of caption abbreviation$$,
11411 TRUE, FALSE, FALSE);
11412 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11413                                  repeatable, mandatory, hidden)
11414 VALUES (1, 'biblio', '853', '3', $$Materials specified$$,
11415 TRUE, FALSE, FALSE);
11416 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11417                                  repeatable, mandatory, hidden)
11418 VALUES (1, 'biblio', '853', '6', $$Linkage$$,
11419 TRUE, FALSE, FALSE);
11420 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11421                                  repeatable, mandatory, hidden)
11422 VALUES (1, 'biblio', '853', '8', $$Field link and sequence number$$,
11423 TRUE, FALSE, FALSE);
11424 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
11425                               fixed_field, repeatable, mandatory, hidden)
11426 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).$$,
11427 FALSE, TRUE, FALSE, FALSE);
11428 INSERT INTO config.record_attr_definition(name, label)
11429 VALUES ('marc21_biblio_854_ind_1', 'MARC 21 biblio field 854 indicator position 1');
11430 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11431 VALUES ('marc21_biblio_854_ind_1', '0', $$Cannot compress or expand$$, FALSE, TRUE);
11432 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11433 VALUES ('marc21_biblio_854_ind_1', '1', $$Can compress but not expand$$, FALSE, TRUE);
11434 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11435 VALUES ('marc21_biblio_854_ind_1', '2', $$Can compress or expand$$, FALSE, TRUE);
11436 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11437 VALUES ('marc21_biblio_854_ind_1', '3', $$Unknown$$, FALSE, TRUE);
11438 INSERT INTO config.record_attr_definition(name, label)
11439 VALUES ('marc21_biblio_854_ind_2', 'MARC 21 biblio field 854 indicator position 2');
11440 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11441 VALUES ('marc21_biblio_854_ind_2', '0', $$Captions verified; all levels present$$, FALSE, TRUE);
11442 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11443 VALUES ('marc21_biblio_854_ind_2', '1', $$Captions verified; all levels may not be present$$, FALSE, TRUE);
11444 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11445 VALUES ('marc21_biblio_854_ind_2', '2', $$Captions unverified; all levels present$$, FALSE, TRUE);
11446 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11447 VALUES ('marc21_biblio_854_ind_2', '3', $$Captions unverified; all levels may not be present$$, FALSE, TRUE);
11448 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11449                                  repeatable, mandatory, hidden)
11450 VALUES (1, 'biblio', '854', 'a', $$First level of enumeration$$,
11451 TRUE, FALSE, FALSE);
11452 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11453                                  repeatable, mandatory, hidden)
11454 VALUES (1, 'biblio', '854', 'b', $$Second level of enumeration$$,
11455 TRUE, FALSE, FALSE);
11456 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11457                                  repeatable, mandatory, hidden)
11458 VALUES (1, 'biblio', '854', 'c', $$Third level of enumeration$$,
11459 TRUE, FALSE, FALSE);
11460 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11461                                  repeatable, mandatory, hidden)
11462 VALUES (1, 'biblio', '854', 'd', $$Fourth level of enumeration$$,
11463 TRUE, FALSE, FALSE);
11464 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11465                                  repeatable, mandatory, hidden)
11466 VALUES (1, 'biblio', '854', 'e', $$Fifth level of enumeration$$,
11467 TRUE, FALSE, FALSE);
11468 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11469                                  repeatable, mandatory, hidden)
11470 VALUES (1, 'biblio', '854', 'f', $$Sixth level of enumeration$$,
11471 TRUE, FALSE, FALSE);
11472 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11473                                  repeatable, mandatory, hidden)
11474 VALUES (1, 'biblio', '854', 'g', $$Alternative numbering scheme, first level of enumeration$$,
11475 TRUE, FALSE, FALSE);
11476 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11477                                  repeatable, mandatory, hidden)
11478 VALUES (1, 'biblio', '854', 'h', $$Alternative numbering scheme, second level of enumeration$$,
11479 TRUE, FALSE, FALSE);
11480 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11481                                  repeatable, mandatory, hidden)
11482 VALUES (1, 'biblio', '854', 'i', $$First level of chronology$$,
11483 TRUE, FALSE, FALSE);
11484 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11485                                  repeatable, mandatory, hidden)
11486 VALUES (1, 'biblio', '854', 'j', $$Second level of chronology$$,
11487 TRUE, FALSE, FALSE);
11488 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11489                                  repeatable, mandatory, hidden)
11490 VALUES (1, 'biblio', '854', 'k', $$Third level of chronology$$,
11491 TRUE, FALSE, FALSE);
11492 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11493                                  repeatable, mandatory, hidden)
11494 VALUES (1, 'biblio', '854', 'l', $$Fourth level of chronology$$,
11495 TRUE, FALSE, FALSE);
11496 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11497                                  repeatable, mandatory, hidden)
11498 VALUES (1, 'biblio', '854', 'm', $$Alternative numbering scheme, chronology$$,
11499 TRUE, FALSE, FALSE);
11500 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11501                                  repeatable, mandatory, hidden)
11502 VALUES (1, 'biblio', '854', 'n', $$Pattern note$$,
11503 TRUE, FALSE, FALSE);
11504 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11505                                  repeatable, mandatory, hidden)
11506 VALUES (1, 'biblio', '854', 'o', $$Type of unit$$,
11507 TRUE, FALSE, FALSE);
11508 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11509                                  repeatable, mandatory, hidden)
11510 VALUES (1, 'biblio', '854', 'p', $$Number of pieces per issuance$$,
11511 TRUE, FALSE, FALSE);
11512 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11513                                  repeatable, mandatory, hidden)
11514 VALUES (1, 'biblio', '854', 't', $$Copy$$,
11515 TRUE, FALSE, FALSE);
11516 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11517                                  repeatable, mandatory, hidden)
11518 VALUES (1, 'biblio', '854', 'u', $$Bibliographic units per next higher level$$,
11519 TRUE, FALSE, FALSE);
11520 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11521                                  repeatable, mandatory, hidden)
11522 VALUES (1, 'biblio', '854', 'v', $$Numbering continuity$$,
11523 TRUE, FALSE, FALSE);
11524 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11525                                  repeatable, mandatory, hidden)
11526 VALUES (1, 'biblio', '854', 'w', $$Frequency$$,
11527 TRUE, FALSE, FALSE);
11528 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11529                                  repeatable, mandatory, hidden)
11530 VALUES (1, 'biblio', '854', 'x', $$Calendar change$$,
11531 TRUE, FALSE, FALSE);
11532 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11533                                  repeatable, mandatory, hidden)
11534 VALUES (1, 'biblio', '854', 'y', $$Regularity pattern$$,
11535 TRUE, FALSE, FALSE);
11536 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11537                                  repeatable, mandatory, hidden)
11538 VALUES (1, 'biblio', '854', 'z', $$Numbering scheme$$,
11539 TRUE, FALSE, FALSE);
11540 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11541                                  repeatable, mandatory, hidden)
11542 VALUES (1, 'biblio', '854', '2', $$Source of caption abbreviation$$,
11543 TRUE, FALSE, FALSE);
11544 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11545                                  repeatable, mandatory, hidden)
11546 VALUES (1, 'biblio', '854', '3', $$Materials specified$$,
11547 TRUE, FALSE, FALSE);
11548 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11549                                  repeatable, mandatory, hidden)
11550 VALUES (1, 'biblio', '854', '6', $$Linkage$$,
11551 TRUE, FALSE, FALSE);
11552 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11553                                  repeatable, mandatory, hidden)
11554 VALUES (1, 'biblio', '854', '8', $$Field link and sequence number$$,
11555 TRUE, FALSE, FALSE);
11556 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
11557                               fixed_field, repeatable, mandatory, hidden)
11558 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).$$,
11559 FALSE, TRUE, FALSE, FALSE);
11560 INSERT INTO config.record_attr_definition(name, label)
11561 VALUES ('marc21_biblio_855_ind_1', 'MARC 21 biblio field 855 indicator position 1');
11562 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11563 VALUES ('marc21_biblio_855_ind_1', '#', $$Undefined$$, FALSE, TRUE);
11564 INSERT INTO config.record_attr_definition(name, label)
11565 VALUES ('marc21_biblio_855_ind_2', 'MARC 21 biblio field 855 indicator position 2');
11566 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11567 VALUES ('marc21_biblio_855_ind_2', '#', $$Undefined$$, FALSE, TRUE);
11568 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11569                                  repeatable, mandatory, hidden)
11570 VALUES (1, 'biblio', '855', 'a', $$First level of enumeration$$,
11571 TRUE, FALSE, FALSE);
11572 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11573                                  repeatable, mandatory, hidden)
11574 VALUES (1, 'biblio', '855', 'b', $$Second level of enumeration$$,
11575 TRUE, FALSE, FALSE);
11576 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11577                                  repeatable, mandatory, hidden)
11578 VALUES (1, 'biblio', '855', 'c', $$Third level of enumeration$$,
11579 TRUE, FALSE, FALSE);
11580 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11581                                  repeatable, mandatory, hidden)
11582 VALUES (1, 'biblio', '855', 'd', $$Fourth level of enumeration$$,
11583 TRUE, FALSE, FALSE);
11584 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11585                                  repeatable, mandatory, hidden)
11586 VALUES (1, 'biblio', '855', 'e', $$Fifth level of enumeration$$,
11587 TRUE, FALSE, FALSE);
11588 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11589                                  repeatable, mandatory, hidden)
11590 VALUES (1, 'biblio', '855', 'f', $$Sixth level of enumeration$$,
11591 TRUE, FALSE, FALSE);
11592 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11593                                  repeatable, mandatory, hidden)
11594 VALUES (1, 'biblio', '855', 'g', $$Alternative numbering scheme, first level of enumeration$$,
11595 TRUE, FALSE, FALSE);
11596 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11597                                  repeatable, mandatory, hidden)
11598 VALUES (1, 'biblio', '855', 'h', $$Alternative numbering scheme, second level of enumeration$$,
11599 TRUE, FALSE, FALSE);
11600 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11601                                  repeatable, mandatory, hidden)
11602 VALUES (1, 'biblio', '855', 'i', $$First level of chronology$$,
11603 TRUE, FALSE, FALSE);
11604 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11605                                  repeatable, mandatory, hidden)
11606 VALUES (1, 'biblio', '855', 'j', $$Second level of chronology$$,
11607 TRUE, FALSE, FALSE);
11608 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11609                                  repeatable, mandatory, hidden)
11610 VALUES (1, 'biblio', '855', 'k', $$Third level of chronology$$,
11611 TRUE, FALSE, FALSE);
11612 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11613                                  repeatable, mandatory, hidden)
11614 VALUES (1, 'biblio', '855', 'l', $$Fourth level of chronology$$,
11615 TRUE, FALSE, FALSE);
11616 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11617                                  repeatable, mandatory, hidden)
11618 VALUES (1, 'biblio', '855', 'm', $$Alternative numbering scheme, chronology$$,
11619 TRUE, FALSE, FALSE);
11620 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11621                                  repeatable, mandatory, hidden)
11622 VALUES (1, 'biblio', '855', 'n', $$Pattern note$$,
11623 TRUE, FALSE, FALSE);
11624 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11625                                  repeatable, mandatory, hidden)
11626 VALUES (1, 'biblio', '855', 'o', $$Type of unit$$,
11627 TRUE, FALSE, FALSE);
11628 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11629                                  repeatable, mandatory, hidden)
11630 VALUES (1, 'biblio', '855', 'p', $$Number of pieces per issuance$$,
11631 TRUE, FALSE, FALSE);
11632 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11633                                  repeatable, mandatory, hidden)
11634 VALUES (1, 'biblio', '855', 't', $$Copy$$,
11635 TRUE, FALSE, FALSE);
11636 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11637                                  repeatable, mandatory, hidden)
11638 VALUES (1, 'biblio', '855', 'u', $$Bibliographic units per next higher level$$,
11639 TRUE, FALSE, FALSE);
11640 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11641                                  repeatable, mandatory, hidden)
11642 VALUES (1, 'biblio', '855', 'v', $$Numbering continuity$$,
11643 TRUE, FALSE, FALSE);
11644 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11645                                  repeatable, mandatory, hidden)
11646 VALUES (1, 'biblio', '855', 'w', $$Frequency$$,
11647 TRUE, FALSE, FALSE);
11648 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11649                                  repeatable, mandatory, hidden)
11650 VALUES (1, 'biblio', '855', 'x', $$Calendar change$$,
11651 TRUE, FALSE, FALSE);
11652 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11653                                  repeatable, mandatory, hidden)
11654 VALUES (1, 'biblio', '855', 'y', $$Regularity pattern$$,
11655 TRUE, FALSE, FALSE);
11656 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11657                                  repeatable, mandatory, hidden)
11658 VALUES (1, 'biblio', '855', 'z', $$Numbering scheme$$,
11659 TRUE, FALSE, FALSE);
11660 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11661                                  repeatable, mandatory, hidden)
11662 VALUES (1, 'biblio', '855', '2', $$Source of caption abbreviation$$,
11663 TRUE, FALSE, FALSE);
11664 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11665                                  repeatable, mandatory, hidden)
11666 VALUES (1, 'biblio', '855', '3', $$Materials specified$$,
11667 TRUE, FALSE, FALSE);
11668 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11669                                  repeatable, mandatory, hidden)
11670 VALUES (1, 'biblio', '855', '6', $$Linkage$$,
11671 TRUE, FALSE, FALSE);
11672 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11673                                  repeatable, mandatory, hidden)
11674 VALUES (1, 'biblio', '855', '8', $$Field link and sequence number$$,
11675 TRUE, FALSE, FALSE);
11676 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
11677                               fixed_field, repeatable, mandatory, hidden)
11678 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.$$,
11679 FALSE, TRUE, FALSE, FALSE);
11680 INSERT INTO config.record_attr_definition(name, label)
11681 VALUES ('marc21_biblio_856_ind_1', 'MARC 21 biblio field 856 indicator position 1');
11682 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11683 VALUES ('marc21_biblio_856_ind_1', '#', $$No information provided$$, FALSE, TRUE);
11684 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11685 VALUES ('marc21_biblio_856_ind_1', '0', $$Email$$, FALSE, TRUE);
11686 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11687 VALUES ('marc21_biblio_856_ind_1', '1', $$FTP$$, FALSE, TRUE);
11688 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11689 VALUES ('marc21_biblio_856_ind_1', '2', $$Remote login (Telnet)$$, FALSE, TRUE);
11690 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11691 VALUES ('marc21_biblio_856_ind_1', '3', $$Dial-up$$, FALSE, TRUE);
11692 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11693 VALUES ('marc21_biblio_856_ind_1', '4', $$HTTP$$, FALSE, TRUE);
11694 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11695 VALUES ('marc21_biblio_856_ind_1', '7', $$Method specified in subfield $2$$, FALSE, TRUE);
11696 INSERT INTO config.record_attr_definition(name, label)
11697 VALUES ('marc21_biblio_856_ind_2', 'MARC 21 biblio field 856 indicator position 2');
11698 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11699 VALUES ('marc21_biblio_856_ind_2', '#', $$No information provided$$, FALSE, TRUE);
11700 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11701 VALUES ('marc21_biblio_856_ind_2', '0', $$Resource$$, FALSE, TRUE);
11702 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11703 VALUES ('marc21_biblio_856_ind_2', '1', $$Version of resource$$, FALSE, TRUE);
11704 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11705 VALUES ('marc21_biblio_856_ind_2', '2', $$Related resource$$, FALSE, TRUE);
11706 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11707 VALUES ('marc21_biblio_856_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
11708 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11709                                  repeatable, mandatory, hidden)
11710 VALUES (1, 'biblio', '856', 'a', $$Host name$$,
11711 TRUE, FALSE, FALSE);
11712 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11713                                  repeatable, mandatory, hidden)
11714 VALUES (1, 'biblio', '856', 'b', $$Access number$$,
11715 TRUE, FALSE, FALSE);
11716 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11717                                  repeatable, mandatory, hidden)
11718 VALUES (1, 'biblio', '856', 'c', $$Compression information$$,
11719 TRUE, FALSE, FALSE);
11720 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11721                                  repeatable, mandatory, hidden)
11722 VALUES (1, 'biblio', '856', 'd', $$Path$$,
11723 TRUE, FALSE, FALSE);
11724 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11725                                  repeatable, mandatory, hidden)
11726 VALUES (1, 'biblio', '856', 'f', $$Electronic name$$,
11727 TRUE, FALSE, FALSE);
11728 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11729                                  repeatable, mandatory, hidden)
11730 VALUES (1, 'biblio', '856', 'h', $$Processor of request$$,
11731 FALSE, FALSE, FALSE);
11732 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11733                                  repeatable, mandatory, hidden)
11734 VALUES (1, 'biblio', '856', 'i', $$Instruction$$,
11735 TRUE, FALSE, FALSE);
11736 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11737                                  repeatable, mandatory, hidden)
11738 VALUES (1, 'biblio', '856', 'j', $$Bits per second$$,
11739 FALSE, FALSE, FALSE);
11740 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11741                                  repeatable, mandatory, hidden)
11742 VALUES (1, 'biblio', '856', 'k', $$Password$$,
11743 FALSE, FALSE, FALSE);
11744 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11745                                  repeatable, mandatory, hidden)
11746 VALUES (1, 'biblio', '856', 'l', $$Logon$$,
11747 FALSE, FALSE, FALSE);
11748 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11749                                  repeatable, mandatory, hidden)
11750 VALUES (1, 'biblio', '856', 'm', $$Contact for access assistance$$,
11751 TRUE, FALSE, FALSE);
11752 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11753                                  repeatable, mandatory, hidden)
11754 VALUES (1, 'biblio', '856', 'n', $$Name of location of host$$,
11755 FALSE, FALSE, FALSE);
11756 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11757                                  repeatable, mandatory, hidden)
11758 VALUES (1, 'biblio', '856', 'o', $$Operating system$$,
11759 FALSE, FALSE, FALSE);
11760 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11761                                  repeatable, mandatory, hidden)
11762 VALUES (1, 'biblio', '856', 'p', $$Port$$,
11763 FALSE, FALSE, FALSE);
11764 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11765                                  repeatable, mandatory, hidden)
11766 VALUES (1, 'biblio', '856', 'q', $$Electronic format type$$,
11767 FALSE, FALSE, FALSE);
11768 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11769                                  repeatable, mandatory, hidden)
11770 VALUES (1, 'biblio', '856', 'r', $$Settings$$,
11771 FALSE, FALSE, FALSE);
11772 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11773                                  repeatable, mandatory, hidden)
11774 VALUES (1, 'biblio', '856', 's', $$File size$$,
11775 TRUE, FALSE, FALSE);
11776 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11777                                  repeatable, mandatory, hidden)
11778 VALUES (1, 'biblio', '856', 't', $$Terminal emulation$$,
11779 TRUE, FALSE, FALSE);
11780 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11781                                  repeatable, mandatory, hidden)
11782 VALUES (1, 'biblio', '856', 'u', $$Uniform Resource Identifier$$,
11783 TRUE, FALSE, FALSE);
11784 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11785                                  repeatable, mandatory, hidden)
11786 VALUES (1, 'biblio', '856', 'v', $$Hours access method available$$,
11787 TRUE, FALSE, FALSE);
11788 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11789                                  repeatable, mandatory, hidden)
11790 VALUES (1, 'biblio', '856', 'w', $$Record control number$$,
11791 TRUE, FALSE, FALSE);
11792 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11793                                  repeatable, mandatory, hidden)
11794 VALUES (1, 'biblio', '856', 'x', $$Nonpublic note$$,
11795 TRUE, FALSE, FALSE);
11796 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11797                                  repeatable, mandatory, hidden)
11798 VALUES (1, 'biblio', '856', 'y', $$Link text$$,
11799 TRUE, FALSE, FALSE);
11800 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11801                                  repeatable, mandatory, hidden)
11802 VALUES (1, 'biblio', '856', 'z', $$Public note$$,
11803 TRUE, FALSE, FALSE);
11804 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11805                                  repeatable, mandatory, hidden)
11806 VALUES (1, 'biblio', '856', '2', $$Access method$$,
11807 FALSE, FALSE, FALSE);
11808 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11809                                  repeatable, mandatory, hidden)
11810 VALUES (1, 'biblio', '856', '3', $$Materials specified$$,
11811 FALSE, FALSE, FALSE);
11812 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11813                                  repeatable, mandatory, hidden)
11814 VALUES (1, 'biblio', '856', '6', $$Linkage$$,
11815 FALSE, FALSE, FALSE);
11816 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11817                                  repeatable, mandatory, hidden)
11818 VALUES (1, 'biblio', '856', '8', $$Field link and sequence number$$,
11819 TRUE, FALSE, FALSE);
11820 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
11821                               fixed_field, repeatable, mandatory, hidden)
11822 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).$$,
11823 FALSE, TRUE, FALSE, FALSE);
11824 INSERT INTO config.record_attr_definition(name, label)
11825 VALUES ('marc21_biblio_863_ind_1', 'MARC 21 biblio field 863 indicator position 1');
11826 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11827 VALUES ('marc21_biblio_863_ind_1', '#', $$No information provided$$, FALSE, TRUE);
11828 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11829 VALUES ('marc21_biblio_863_ind_1', '3', $$Holdings level 3$$, FALSE, TRUE);
11830 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11831 VALUES ('marc21_biblio_863_ind_1', '4', $$Holdings level 4$$, FALSE, TRUE);
11832 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11833 VALUES ('marc21_biblio_863_ind_1', '5', $$Holdings level 4 with piece designation$$, FALSE, TRUE);
11834 INSERT INTO config.record_attr_definition(name, label)
11835 VALUES ('marc21_biblio_863_ind_2', 'MARC 21 biblio field 863 indicator position 2');
11836 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11837 VALUES ('marc21_biblio_863_ind_2', '#', $$No information provided$$, FALSE, TRUE);
11838 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11839 VALUES ('marc21_biblio_863_ind_2', '0', $$Compressed$$, FALSE, TRUE);
11840 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11841 VALUES ('marc21_biblio_863_ind_2', '1', $$Uncompressed$$, FALSE, TRUE);
11842 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11843 VALUES ('marc21_biblio_863_ind_2', '2', $$Compressed, use textual display$$, FALSE, TRUE);
11844 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11845 VALUES ('marc21_biblio_863_ind_2', '3', $$Uncompressed, use textual display$$, FALSE, TRUE);
11846 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11847 VALUES ('marc21_biblio_863_ind_2', '4', $$Item(s) not published$$, FALSE, TRUE);
11848 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11849                                  repeatable, mandatory, hidden)
11850 VALUES (1, 'biblio', '863', 'a', $$First level of enumeration$$,
11851 TRUE, FALSE, FALSE);
11852 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11853                                  repeatable, mandatory, hidden)
11854 VALUES (1, 'biblio', '863', 'b', $$Second level of enumeration$$,
11855 TRUE, FALSE, FALSE);
11856 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11857                                  repeatable, mandatory, hidden)
11858 VALUES (1, 'biblio', '863', 'c', $$Third level of enumeration$$,
11859 TRUE, FALSE, FALSE);
11860 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11861                                  repeatable, mandatory, hidden)
11862 VALUES (1, 'biblio', '863', 'd', $$Fourth level of enumeration$$,
11863 TRUE, FALSE, FALSE);
11864 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11865                                  repeatable, mandatory, hidden)
11866 VALUES (1, 'biblio', '863', 'e', $$Fifth level of enumeration$$,
11867 TRUE, FALSE, FALSE);
11868 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11869                                  repeatable, mandatory, hidden)
11870 VALUES (1, 'biblio', '863', 'f', $$Sixth level of enumeration$$,
11871 TRUE, FALSE, FALSE);
11872 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11873                                  repeatable, mandatory, hidden)
11874 VALUES (1, 'biblio', '863', 'g', $$Alternative numbering scheme, first level of enumeration$$,
11875 TRUE, FALSE, FALSE);
11876 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11877                                  repeatable, mandatory, hidden)
11878 VALUES (1, 'biblio', '863', 'h', $$Alternative numbering scheme, second level of enumeration$$,
11879 TRUE, FALSE, FALSE);
11880 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11881                                  repeatable, mandatory, hidden)
11882 VALUES (1, 'biblio', '863', 'i', $$First level of chronology$$,
11883 TRUE, FALSE, FALSE);
11884 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11885                                  repeatable, mandatory, hidden)
11886 VALUES (1, 'biblio', '863', 'j', $$Second level of chronology$$,
11887 TRUE, FALSE, FALSE);
11888 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11889                                  repeatable, mandatory, hidden)
11890 VALUES (1, 'biblio', '863', 'k', $$Third level of chronology$$,
11891 TRUE, FALSE, FALSE);
11892 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11893                                  repeatable, mandatory, hidden)
11894 VALUES (1, 'biblio', '863', 'l', $$Fourth level of chronology$$,
11895 TRUE, FALSE, FALSE);
11896 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11897                                  repeatable, mandatory, hidden)
11898 VALUES (1, 'biblio', '863', 'm', $$Alternative numbering scheme, chronology$$,
11899 TRUE, FALSE, FALSE);
11900 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11901                                  repeatable, mandatory, hidden)
11902 VALUES (1, 'biblio', '863', 'n', $$Converted Gregorian year$$,
11903 TRUE, FALSE, FALSE);
11904 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11905                                  repeatable, mandatory, hidden)
11906 VALUES (1, 'biblio', '863', 'o', $$Type of unit$$,
11907 TRUE, FALSE, FALSE);
11908 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11909                                  repeatable, mandatory, hidden)
11910 VALUES (1, 'biblio', '863', 'p', $$Piece designation$$,
11911 TRUE, FALSE, FALSE);
11912 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11913                                  repeatable, mandatory, hidden)
11914 VALUES (1, 'biblio', '863', 'q', $$Piece physical condition$$,
11915 TRUE, FALSE, FALSE);
11916 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11917                                  repeatable, mandatory, hidden)
11918 VALUES (1, 'biblio', '863', 's', $$Copyright article-fee code$$,
11919 TRUE, FALSE, FALSE);
11920 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11921                                  repeatable, mandatory, hidden)
11922 VALUES (1, 'biblio', '863', 't', $$Copy number$$,
11923 TRUE, FALSE, FALSE);
11924 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11925                                  repeatable, mandatory, hidden)
11926 VALUES (1, 'biblio', '863', 'v', $$Issuing date$$,
11927 TRUE, FALSE, FALSE);
11928 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11929                                  repeatable, mandatory, hidden)
11930 VALUES (1, 'biblio', '863', 'w', $$Break indicator$$,
11931 TRUE, FALSE, FALSE);
11932 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11933                                  repeatable, mandatory, hidden)
11934 VALUES (1, 'biblio', '863', 'x', $$Nonpublic note$$,
11935 TRUE, FALSE, FALSE);
11936 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11937                                  repeatable, mandatory, hidden)
11938 VALUES (1, 'biblio', '863', 'z', $$Public note$$,
11939 TRUE, FALSE, FALSE);
11940 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11941                                  repeatable, mandatory, hidden)
11942 VALUES (1, 'biblio', '863', '6', $$Linkage$$,
11943 TRUE, FALSE, FALSE);
11944 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11945                                  repeatable, mandatory, hidden)
11946 VALUES (1, 'biblio', '863', '8', $$Field link and sequence number$$,
11947 TRUE, FALSE, FALSE);
11948 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
11949                               fixed_field, repeatable, mandatory, hidden)
11950 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).$$,
11951 FALSE, TRUE, FALSE, FALSE);
11952 INSERT INTO config.record_attr_definition(name, label)
11953 VALUES ('marc21_biblio_864_ind_1', 'MARC 21 biblio field 864 indicator position 1');
11954 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11955 VALUES ('marc21_biblio_864_ind_1', '#', $$No information provided$$, FALSE, TRUE);
11956 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11957 VALUES ('marc21_biblio_864_ind_1', '3', $$Holdings level 3$$, FALSE, TRUE);
11958 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11959 VALUES ('marc21_biblio_864_ind_1', '4', $$Holdings level 4$$, FALSE, TRUE);
11960 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11961 VALUES ('marc21_biblio_864_ind_1', '5', $$Holdings level 4 with piece designation$$, FALSE, TRUE);
11962 INSERT INTO config.record_attr_definition(name, label)
11963 VALUES ('marc21_biblio_864_ind_2', 'MARC 21 biblio field 864 indicator position 2');
11964 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11965 VALUES ('marc21_biblio_864_ind_2', '#', $$No information provided$$, FALSE, TRUE);
11966 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11967 VALUES ('marc21_biblio_864_ind_2', '0', $$Compressed$$, FALSE, TRUE);
11968 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11969 VALUES ('marc21_biblio_864_ind_2', '1', $$Uncompressed$$, FALSE, TRUE);
11970 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11971 VALUES ('marc21_biblio_864_ind_2', '2', $$Compressed, use textual display$$, FALSE, TRUE);
11972 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11973 VALUES ('marc21_biblio_864_ind_2', '3', $$Uncompressed, use textual display$$, FALSE, TRUE);
11974 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
11975 VALUES ('marc21_biblio_864_ind_2', '4', $$Item(s) not published$$, FALSE, TRUE);
11976 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11977                                  repeatable, mandatory, hidden)
11978 VALUES (1, 'biblio', '864', 'a', $$First level of enumeration$$,
11979 TRUE, FALSE, FALSE);
11980 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11981                                  repeatable, mandatory, hidden)
11982 VALUES (1, 'biblio', '864', 'b', $$Second level of enumeration$$,
11983 TRUE, FALSE, FALSE);
11984 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11985                                  repeatable, mandatory, hidden)
11986 VALUES (1, 'biblio', '864', 'c', $$Third level of enumeration$$,
11987 TRUE, FALSE, FALSE);
11988 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11989                                  repeatable, mandatory, hidden)
11990 VALUES (1, 'biblio', '864', 'd', $$Fourth level of enumeration$$,
11991 TRUE, FALSE, FALSE);
11992 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11993                                  repeatable, mandatory, hidden)
11994 VALUES (1, 'biblio', '864', 'e', $$Fifth level of enumeration$$,
11995 TRUE, FALSE, FALSE);
11996 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
11997                                  repeatable, mandatory, hidden)
11998 VALUES (1, 'biblio', '864', 'f', $$Sixth level of enumeration$$,
11999 TRUE, FALSE, FALSE);
12000 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12001                                  repeatable, mandatory, hidden)
12002 VALUES (1, 'biblio', '864', 'g', $$Alternative numbering scheme, first level of enumeration$$,
12003 TRUE, FALSE, FALSE);
12004 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12005                                  repeatable, mandatory, hidden)
12006 VALUES (1, 'biblio', '864', 'h', $$Alternative numbering scheme, second level of enumeration$$,
12007 TRUE, FALSE, FALSE);
12008 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12009                                  repeatable, mandatory, hidden)
12010 VALUES (1, 'biblio', '864', 'i', $$First level of chronology$$,
12011 TRUE, FALSE, FALSE);
12012 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12013                                  repeatable, mandatory, hidden)
12014 VALUES (1, 'biblio', '864', 'j', $$Second level of chronology$$,
12015 TRUE, FALSE, FALSE);
12016 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12017                                  repeatable, mandatory, hidden)
12018 VALUES (1, 'biblio', '864', 'k', $$Third level of chronology$$,
12019 TRUE, FALSE, FALSE);
12020 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12021                                  repeatable, mandatory, hidden)
12022 VALUES (1, 'biblio', '864', 'l', $$Fourth level of chronology$$,
12023 TRUE, FALSE, FALSE);
12024 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12025                                  repeatable, mandatory, hidden)
12026 VALUES (1, 'biblio', '864', 'm', $$Alternative numbering scheme, chronology$$,
12027 TRUE, FALSE, FALSE);
12028 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12029                                  repeatable, mandatory, hidden)
12030 VALUES (1, 'biblio', '864', 'n', $$Converted Gregorian year$$,
12031 TRUE, FALSE, FALSE);
12032 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12033                                  repeatable, mandatory, hidden)
12034 VALUES (1, 'biblio', '864', 'o', $$Type of unit$$,
12035 TRUE, FALSE, FALSE);
12036 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12037                                  repeatable, mandatory, hidden)
12038 VALUES (1, 'biblio', '864', 'p', $$Piece designation$$,
12039 TRUE, FALSE, FALSE);
12040 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12041                                  repeatable, mandatory, hidden)
12042 VALUES (1, 'biblio', '864', 'q', $$Piece physical condition$$,
12043 TRUE, FALSE, FALSE);
12044 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12045                                  repeatable, mandatory, hidden)
12046 VALUES (1, 'biblio', '864', 's', $$Copyright article-fee code$$,
12047 TRUE, FALSE, FALSE);
12048 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12049                                  repeatable, mandatory, hidden)
12050 VALUES (1, 'biblio', '864', 't', $$Copy number$$,
12051 TRUE, FALSE, FALSE);
12052 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12053                                  repeatable, mandatory, hidden)
12054 VALUES (1, 'biblio', '864', 'v', $$Issuing date$$,
12055 TRUE, FALSE, FALSE);
12056 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12057                                  repeatable, mandatory, hidden)
12058 VALUES (1, 'biblio', '864', 'w', $$Break indicator$$,
12059 TRUE, FALSE, FALSE);
12060 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12061                                  repeatable, mandatory, hidden)
12062 VALUES (1, 'biblio', '864', 'x', $$Nonpublic note$$,
12063 TRUE, FALSE, FALSE);
12064 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12065                                  repeatable, mandatory, hidden)
12066 VALUES (1, 'biblio', '864', 'z', $$Public note$$,
12067 TRUE, FALSE, FALSE);
12068 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12069                                  repeatable, mandatory, hidden)
12070 VALUES (1, 'biblio', '864', '6', $$Linkage$$,
12071 TRUE, FALSE, FALSE);
12072 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12073                                  repeatable, mandatory, hidden)
12074 VALUES (1, 'biblio', '864', '8', $$Field link and sequence number$$,
12075 TRUE, FALSE, FALSE);
12076 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12077                               fixed_field, repeatable, mandatory, hidden)
12078 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).$$,
12079 FALSE, TRUE, FALSE, FALSE);
12080 INSERT INTO config.record_attr_definition(name, label)
12081 VALUES ('marc21_biblio_865_ind_1', 'MARC 21 biblio field 865 indicator position 1');
12082 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12083 VALUES ('marc21_biblio_865_ind_1', '#', $$No information provided$$, FALSE, TRUE);
12084 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12085 VALUES ('marc21_biblio_865_ind_1', '4', $$Holdings level 4$$, FALSE, TRUE);
12086 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12087 VALUES ('marc21_biblio_865_ind_1', '5', $$Holdings level 4 with piece designation$$, FALSE, TRUE);
12088 INSERT INTO config.record_attr_definition(name, label)
12089 VALUES ('marc21_biblio_865_ind_2', 'MARC 21 biblio field 865 indicator position 2');
12090 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12091 VALUES ('marc21_biblio_865_ind_2', '#', $$No information provided$$, FALSE, TRUE);
12092 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12093 VALUES ('marc21_biblio_865_ind_2', '1', $$Uncompressed$$, FALSE, TRUE);
12094 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12095 VALUES ('marc21_biblio_865_ind_2', '3', $$Uncompressed, use textual display$$, FALSE, TRUE);
12096 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12097                                  repeatable, mandatory, hidden)
12098 VALUES (1, 'biblio', '865', 'a', $$First level of enumeration$$,
12099 TRUE, FALSE, FALSE);
12100 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12101                                  repeatable, mandatory, hidden)
12102 VALUES (1, 'biblio', '865', 'b', $$Second level of enumeration$$,
12103 TRUE, FALSE, FALSE);
12104 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12105                                  repeatable, mandatory, hidden)
12106 VALUES (1, 'biblio', '865', 'c', $$Third level of enumeration$$,
12107 TRUE, FALSE, FALSE);
12108 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12109                                  repeatable, mandatory, hidden)
12110 VALUES (1, 'biblio', '865', 'd', $$Fourth level of enumeration$$,
12111 TRUE, FALSE, FALSE);
12112 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12113                                  repeatable, mandatory, hidden)
12114 VALUES (1, 'biblio', '865', 'e', $$Fifth level of enumeration$$,
12115 TRUE, FALSE, FALSE);
12116 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12117                                  repeatable, mandatory, hidden)
12118 VALUES (1, 'biblio', '865', 'f', $$Sixth level of enumeration$$,
12119 TRUE, FALSE, FALSE);
12120 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12121                                  repeatable, mandatory, hidden)
12122 VALUES (1, 'biblio', '865', 'g', $$Alternative numbering scheme, first level of enumeration$$,
12123 TRUE, FALSE, FALSE);
12124 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12125                                  repeatable, mandatory, hidden)
12126 VALUES (1, 'biblio', '865', 'h', $$Alternative numbering scheme, second level of enumeration$$,
12127 TRUE, FALSE, FALSE);
12128 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12129                                  repeatable, mandatory, hidden)
12130 VALUES (1, 'biblio', '865', 'i', $$First level of chronology$$,
12131 TRUE, FALSE, FALSE);
12132 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12133                                  repeatable, mandatory, hidden)
12134 VALUES (1, 'biblio', '865', 'j', $$Second level of chronology$$,
12135 TRUE, FALSE, FALSE);
12136 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12137                                  repeatable, mandatory, hidden)
12138 VALUES (1, 'biblio', '865', 'k', $$Third level of chronology$$,
12139 TRUE, FALSE, FALSE);
12140 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12141                                  repeatable, mandatory, hidden)
12142 VALUES (1, 'biblio', '865', 'l', $$Fourth level of chronology$$,
12143 TRUE, FALSE, FALSE);
12144 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12145                                  repeatable, mandatory, hidden)
12146 VALUES (1, 'biblio', '865', 'm', $$Alternative numbering scheme, chronology$$,
12147 TRUE, FALSE, FALSE);
12148 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12149                                  repeatable, mandatory, hidden)
12150 VALUES (1, 'biblio', '865', 'n', $$Converted Gregorian year$$,
12151 TRUE, FALSE, FALSE);
12152 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12153                                  repeatable, mandatory, hidden)
12154 VALUES (1, 'biblio', '865', 'o', $$Type of unit$$,
12155 TRUE, FALSE, FALSE);
12156 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12157                                  repeatable, mandatory, hidden)
12158 VALUES (1, 'biblio', '865', 'p', $$Piece designation$$,
12159 TRUE, FALSE, FALSE);
12160 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12161                                  repeatable, mandatory, hidden)
12162 VALUES (1, 'biblio', '865', 'q', $$Piece physical condition$$,
12163 TRUE, FALSE, FALSE);
12164 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12165                                  repeatable, mandatory, hidden)
12166 VALUES (1, 'biblio', '865', 's', $$Copyright article-fee code$$,
12167 TRUE, FALSE, FALSE);
12168 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12169                                  repeatable, mandatory, hidden)
12170 VALUES (1, 'biblio', '865', 't', $$Copy number$$,
12171 TRUE, FALSE, FALSE);
12172 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12173                                  repeatable, mandatory, hidden)
12174 VALUES (1, 'biblio', '865', 'v', $$Issuing date$$,
12175 TRUE, FALSE, FALSE);
12176 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12177                                  repeatable, mandatory, hidden)
12178 VALUES (1, 'biblio', '865', 'w', $$Break indicator$$,
12179 TRUE, FALSE, FALSE);
12180 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12181                                  repeatable, mandatory, hidden)
12182 VALUES (1, 'biblio', '865', 'x', $$Nonpublic note$$,
12183 TRUE, FALSE, FALSE);
12184 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12185                                  repeatable, mandatory, hidden)
12186 VALUES (1, 'biblio', '865', 'z', $$Public note$$,
12187 TRUE, FALSE, FALSE);
12188 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12189                                  repeatable, mandatory, hidden)
12190 VALUES (1, 'biblio', '865', '6', $$Linkage$$,
12191 TRUE, FALSE, FALSE);
12192 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12193                                  repeatable, mandatory, hidden)
12194 VALUES (1, 'biblio', '865', '8', $$Field link and sequence number$$,
12195 TRUE, FALSE, FALSE);
12196 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12197                               fixed_field, repeatable, mandatory, hidden)
12198 VALUES (1, 'biblio', '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.$$,
12199 FALSE, TRUE, FALSE, FALSE);
12200 INSERT INTO config.record_attr_definition(name, label)
12201 VALUES ('marc21_biblio_866_ind_1', 'MARC 21 biblio field 866 indicator position 1');
12202 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12203 VALUES ('marc21_biblio_866_ind_1', '#', $$No information provided$$, FALSE, TRUE);
12204 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12205 VALUES ('marc21_biblio_866_ind_1', '3', $$Holdings level 3$$, FALSE, TRUE);
12206 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12207 VALUES ('marc21_biblio_866_ind_1', '4', $$Holdings level 4$$, FALSE, TRUE);
12208 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12209 VALUES ('marc21_biblio_866_ind_1', '5', $$Holdings level 4 with piece designation$$, FALSE, TRUE);
12210 INSERT INTO config.record_attr_definition(name, label)
12211 VALUES ('marc21_biblio_866_ind_2', 'MARC 21 biblio field 866 indicator position 2');
12212 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12213 VALUES ('marc21_biblio_866_ind_2', '0', $$Non-standard$$, FALSE, TRUE);
12214 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12215 VALUES ('marc21_biblio_866_ind_2', '1', $$ANSI/NISO Z39.71 or ISO 10324$$, FALSE, TRUE);
12216 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12217 VALUES ('marc21_biblio_866_ind_2', '2', $$ANSI Z39.42$$, FALSE, TRUE);
12218 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12219 VALUES ('marc21_biblio_866_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
12220 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12221                                  repeatable, mandatory, hidden)
12222 VALUES (1, 'biblio', '866', 'a', $$Textual holdings$$,
12223 TRUE, FALSE, FALSE);
12224 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12225                                  repeatable, mandatory, hidden)
12226 VALUES (1, 'biblio', '866', 'x', $$Nonpublic note$$,
12227 TRUE, FALSE, FALSE);
12228 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12229                                  repeatable, mandatory, hidden)
12230 VALUES (1, 'biblio', '866', 'z', $$Public note$$,
12231 TRUE, FALSE, FALSE);
12232 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12233                                  repeatable, mandatory, hidden)
12234 VALUES (1, 'biblio', '866', '2', $$Source of notation$$,
12235 TRUE, FALSE, FALSE);
12236 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12237                                  repeatable, mandatory, hidden)
12238 VALUES (1, 'biblio', '866', '6', $$Linkage$$,
12239 TRUE, FALSE, FALSE);
12240 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12241                                  repeatable, mandatory, hidden)
12242 VALUES (1, 'biblio', '866', '8', $$Field link and sequence number$$,
12243 TRUE, FALSE, FALSE);
12244 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12245                               fixed_field, repeatable, mandatory, hidden)
12246 VALUES (1, 'biblio', '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.$$,
12247 FALSE, TRUE, FALSE, FALSE);
12248 INSERT INTO config.record_attr_definition(name, label)
12249 VALUES ('marc21_biblio_867_ind_1', 'MARC 21 biblio field 867 indicator position 1');
12250 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12251 VALUES ('marc21_biblio_867_ind_1', '#', $$No information provided$$, FALSE, TRUE);
12252 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12253 VALUES ('marc21_biblio_867_ind_1', '3', $$Holdings level 3$$, FALSE, TRUE);
12254 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12255 VALUES ('marc21_biblio_867_ind_1', '4', $$Holdings level 4$$, FALSE, TRUE);
12256 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12257 VALUES ('marc21_biblio_867_ind_1', '5', $$Holdings level 4 with piece designation$$, FALSE, TRUE);
12258 INSERT INTO config.record_attr_definition(name, label)
12259 VALUES ('marc21_biblio_867_ind_2', 'MARC 21 biblio field 867 indicator position 2');
12260 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12261 VALUES ('marc21_biblio_867_ind_2', '0', $$Non-standard$$, FALSE, TRUE);
12262 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12263 VALUES ('marc21_biblio_867_ind_2', '1', $$ANSI/NISO Z39.71 or ISO 10324$$, FALSE, TRUE);
12264 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12265 VALUES ('marc21_biblio_867_ind_2', '2', $$ANSI Z39.42$$, FALSE, TRUE);
12266 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12267 VALUES ('marc21_biblio_867_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
12268 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12269                                  repeatable, mandatory, hidden)
12270 VALUES (1, 'biblio', '867', 'a', $$Textual holdings$$,
12271 TRUE, FALSE, FALSE);
12272 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12273                                  repeatable, mandatory, hidden)
12274 VALUES (1, 'biblio', '867', 'x', $$Nonpublic note$$,
12275 TRUE, FALSE, FALSE);
12276 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12277                                  repeatable, mandatory, hidden)
12278 VALUES (1, 'biblio', '867', 'z', $$Public note$$,
12279 TRUE, FALSE, FALSE);
12280 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12281                                  repeatable, mandatory, hidden)
12282 VALUES (1, 'biblio', '867', '2', $$Source of notation$$,
12283 TRUE, FALSE, FALSE);
12284 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12285                                  repeatable, mandatory, hidden)
12286 VALUES (1, 'biblio', '867', '6', $$Linkage$$,
12287 TRUE, FALSE, FALSE);
12288 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12289                                  repeatable, mandatory, hidden)
12290 VALUES (1, 'biblio', '867', '8', $$Field link and sequence number$$,
12291 TRUE, FALSE, FALSE);
12292 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12293                               fixed_field, repeatable, mandatory, hidden)
12294 VALUES (1, 'biblio', '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.$$,
12295 FALSE, TRUE, FALSE, FALSE);
12296 INSERT INTO config.record_attr_definition(name, label)
12297 VALUES ('marc21_biblio_868_ind_1', 'MARC 21 biblio field 868 indicator position 1');
12298 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12299 VALUES ('marc21_biblio_868_ind_1', '#', $$No information provided$$, FALSE, TRUE);
12300 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12301 VALUES ('marc21_biblio_868_ind_1', '3', $$Holdings level 3$$, FALSE, TRUE);
12302 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12303 VALUES ('marc21_biblio_868_ind_1', '4', $$Holdings level 4$$, FALSE, TRUE);
12304 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12305 VALUES ('marc21_biblio_868_ind_1', '5', $$Holdings level 4 with piece designation$$, FALSE, TRUE);
12306 INSERT INTO config.record_attr_definition(name, label)
12307 VALUES ('marc21_biblio_868_ind_2', 'MARC 21 biblio field 868 indicator position 2');
12308 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12309 VALUES ('marc21_biblio_868_ind_2', '0', $$Non-standard$$, FALSE, TRUE);
12310 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12311 VALUES ('marc21_biblio_868_ind_2', '1', $$ANSI/NISO Z39.71 or ISO 10324$$, FALSE, TRUE);
12312 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12313 VALUES ('marc21_biblio_868_ind_2', '2', $$ANSI Z39.42$$, FALSE, TRUE);
12314 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12315 VALUES ('marc21_biblio_868_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
12316 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12317                                  repeatable, mandatory, hidden)
12318 VALUES (1, 'biblio', '868', 'a', $$Textual holdings$$,
12319 TRUE, FALSE, FALSE);
12320 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12321                                  repeatable, mandatory, hidden)
12322 VALUES (1, 'biblio', '868', 'x', $$Nonpublic note$$,
12323 TRUE, FALSE, FALSE);
12324 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12325                                  repeatable, mandatory, hidden)
12326 VALUES (1, 'biblio', '868', 'z', $$Public note$$,
12327 TRUE, FALSE, FALSE);
12328 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12329                                  repeatable, mandatory, hidden)
12330 VALUES (1, 'biblio', '868', '2', $$Source of notation$$,
12331 TRUE, FALSE, FALSE);
12332 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12333                                  repeatable, mandatory, hidden)
12334 VALUES (1, 'biblio', '868', '6', $$Linkage$$,
12335 TRUE, FALSE, FALSE);
12336 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12337                                  repeatable, mandatory, hidden)
12338 VALUES (1, 'biblio', '868', '8', $$Field link and sequence number$$,
12339 TRUE, FALSE, FALSE);
12340 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12341                               fixed_field, repeatable, mandatory, hidden)
12342 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.$$,
12343 FALSE, TRUE, FALSE, FALSE);
12344 INSERT INTO config.record_attr_definition(name, label)
12345 VALUES ('marc21_biblio_876_ind_1', 'MARC 21 biblio field 876 indicator position 1');
12346 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12347 VALUES ('marc21_biblio_876_ind_1', '#', $$Undefined$$, FALSE, TRUE);
12348 INSERT INTO config.record_attr_definition(name, label)
12349 VALUES ('marc21_biblio_876_ind_2', 'MARC 21 biblio field 876 indicator position 2');
12350 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12351 VALUES ('marc21_biblio_876_ind_2', '#', $$Undefined$$, FALSE, TRUE);
12352 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12353                                  repeatable, mandatory, hidden)
12354 VALUES (1, 'biblio', '876', 'a', $$Internal item number$$,
12355 TRUE, FALSE, FALSE);
12356 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12357                                  repeatable, mandatory, hidden)
12358 VALUES (1, 'biblio', '876', 'b', $$Invalid or canceled internal item number$$,
12359 TRUE, FALSE, FALSE);
12360 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12361                                  repeatable, mandatory, hidden)
12362 VALUES (1, 'biblio', '876', 'c', $$Cost$$,
12363 TRUE, FALSE, FALSE);
12364 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12365                                  repeatable, mandatory, hidden)
12366 VALUES (1, 'biblio', '876', 'd', $$Date acquired$$,
12367 TRUE, FALSE, FALSE);
12368 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12369                                  repeatable, mandatory, hidden)
12370 VALUES (1, 'biblio', '876', 'e', $$Source of acquisition$$,
12371 TRUE, FALSE, FALSE);
12372 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12373                                  repeatable, mandatory, hidden)
12374 VALUES (1, 'biblio', '876', 'h', $$Use restrictions$$,
12375 TRUE, FALSE, FALSE);
12376 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12377                                  repeatable, mandatory, hidden)
12378 VALUES (1, 'biblio', '876', 'j', $$Item status$$,
12379 TRUE, FALSE, FALSE);
12380 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12381                                  repeatable, mandatory, hidden)
12382 VALUES (1, 'biblio', '876', 'l', $$Temporary location$$,
12383 TRUE, FALSE, FALSE);
12384 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12385                                  repeatable, mandatory, hidden)
12386 VALUES (1, 'biblio', '876', 'p', $$Piece designation$$,
12387 TRUE, FALSE, FALSE);
12388 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12389                                  repeatable, mandatory, hidden)
12390 VALUES (1, 'biblio', '876', 'r', $$Invalid or canceled piece designation$$,
12391 TRUE, FALSE, FALSE);
12392 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12393                                  repeatable, mandatory, hidden)
12394 VALUES (1, 'biblio', '876', 't', $$Copy number$$,
12395 TRUE, FALSE, FALSE);
12396 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12397                                  repeatable, mandatory, hidden)
12398 VALUES (1, 'biblio', '876', 'x', $$Nonpublic note$$,
12399 TRUE, FALSE, FALSE);
12400 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12401                                  repeatable, mandatory, hidden)
12402 VALUES (1, 'biblio', '876', 'z', $$Public note$$,
12403 TRUE, FALSE, FALSE);
12404 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12405                                  repeatable, mandatory, hidden)
12406 VALUES (1, 'biblio', '876', '3', $$Materials specified$$,
12407 TRUE, FALSE, FALSE);
12408 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12409                                  repeatable, mandatory, hidden)
12410 VALUES (1, 'biblio', '876', '6', $$Linkage$$,
12411 TRUE, FALSE, FALSE);
12412 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12413                                  repeatable, mandatory, hidden)
12414 VALUES (1, 'biblio', '876', '8', $$Field link and sequence number$$,
12415 TRUE, FALSE, FALSE);
12416 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12417                               fixed_field, repeatable, mandatory, hidden)
12418 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.$$,
12419 FALSE, TRUE, FALSE, FALSE);
12420 INSERT INTO config.record_attr_definition(name, label)
12421 VALUES ('marc21_biblio_877_ind_1', 'MARC 21 biblio field 877 indicator position 1');
12422 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12423 VALUES ('marc21_biblio_877_ind_1', '#', $$Undefined$$, FALSE, TRUE);
12424 INSERT INTO config.record_attr_definition(name, label)
12425 VALUES ('marc21_biblio_877_ind_2', 'MARC 21 biblio field 877 indicator position 2');
12426 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12427 VALUES ('marc21_biblio_877_ind_2', '#', $$Undefined$$, FALSE, TRUE);
12428 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12429                                  repeatable, mandatory, hidden)
12430 VALUES (1, 'biblio', '877', 'a', $$Internal item number$$,
12431 TRUE, FALSE, FALSE);
12432 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12433                                  repeatable, mandatory, hidden)
12434 VALUES (1, 'biblio', '877', 'b', $$Invalid or canceled internal item number$$,
12435 TRUE, FALSE, FALSE);
12436 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12437                                  repeatable, mandatory, hidden)
12438 VALUES (1, 'biblio', '877', 'c', $$Cost$$,
12439 TRUE, FALSE, FALSE);
12440 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12441                                  repeatable, mandatory, hidden)
12442 VALUES (1, 'biblio', '877', 'd', $$Date acquired$$,
12443 TRUE, FALSE, FALSE);
12444 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12445                                  repeatable, mandatory, hidden)
12446 VALUES (1, 'biblio', '877', 'e', $$Source of acquisition$$,
12447 TRUE, FALSE, FALSE);
12448 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12449                                  repeatable, mandatory, hidden)
12450 VALUES (1, 'biblio', '877', 'h', $$Use restrictions$$,
12451 TRUE, FALSE, FALSE);
12452 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12453                                  repeatable, mandatory, hidden)
12454 VALUES (1, 'biblio', '877', 'j', $$Item status$$,
12455 TRUE, FALSE, FALSE);
12456 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12457                                  repeatable, mandatory, hidden)
12458 VALUES (1, 'biblio', '877', 'l', $$Temporary location$$,
12459 TRUE, FALSE, FALSE);
12460 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12461                                  repeatable, mandatory, hidden)
12462 VALUES (1, 'biblio', '877', 'p', $$Piece designation$$,
12463 TRUE, FALSE, FALSE);
12464 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12465                                  repeatable, mandatory, hidden)
12466 VALUES (1, 'biblio', '877', 'r', $$Invalid or canceled piece designation$$,
12467 TRUE, FALSE, FALSE);
12468 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12469                                  repeatable, mandatory, hidden)
12470 VALUES (1, 'biblio', '877', 't', $$Copy number$$,
12471 TRUE, FALSE, FALSE);
12472 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12473                                  repeatable, mandatory, hidden)
12474 VALUES (1, 'biblio', '877', 'x', $$Nonpublic note$$,
12475 TRUE, FALSE, FALSE);
12476 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12477                                  repeatable, mandatory, hidden)
12478 VALUES (1, 'biblio', '877', 'z', $$Public note$$,
12479 TRUE, FALSE, FALSE);
12480 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12481                                  repeatable, mandatory, hidden)
12482 VALUES (1, 'biblio', '877', '3', $$Materials specified$$,
12483 TRUE, FALSE, FALSE);
12484 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12485                                  repeatable, mandatory, hidden)
12486 VALUES (1, 'biblio', '877', '6', $$Linkage$$,
12487 TRUE, FALSE, FALSE);
12488 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12489                                  repeatable, mandatory, hidden)
12490 VALUES (1, 'biblio', '877', '8', $$Field link and sequence number$$,
12491 TRUE, FALSE, FALSE);
12492 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12493                               fixed_field, repeatable, mandatory, hidden)
12494 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.$$,
12495 FALSE, TRUE, FALSE, FALSE);
12496 INSERT INTO config.record_attr_definition(name, label)
12497 VALUES ('marc21_biblio_878_ind_1', 'MARC 21 biblio field 878 indicator position 1');
12498 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12499 VALUES ('marc21_biblio_878_ind_1', '#', $$Undefined$$, FALSE, TRUE);
12500 INSERT INTO config.record_attr_definition(name, label)
12501 VALUES ('marc21_biblio_878_ind_2', 'MARC 21 biblio field 878 indicator position 2');
12502 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12503 VALUES ('marc21_biblio_878_ind_2', '#', $$Undefined$$, FALSE, TRUE);
12504 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12505                                  repeatable, mandatory, hidden)
12506 VALUES (1, 'biblio', '878', 'a', $$Internal item number$$,
12507 TRUE, FALSE, FALSE);
12508 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12509                                  repeatable, mandatory, hidden)
12510 VALUES (1, 'biblio', '878', 'b', $$Invalid or canceled internal item number$$,
12511 TRUE, FALSE, FALSE);
12512 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12513                                  repeatable, mandatory, hidden)
12514 VALUES (1, 'biblio', '878', 'c', $$Cost$$,
12515 TRUE, FALSE, FALSE);
12516 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12517                                  repeatable, mandatory, hidden)
12518 VALUES (1, 'biblio', '878', 'd', $$Date acquired$$,
12519 TRUE, FALSE, FALSE);
12520 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12521                                  repeatable, mandatory, hidden)
12522 VALUES (1, 'biblio', '878', 'e', $$Source of acquisition$$,
12523 TRUE, FALSE, FALSE);
12524 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12525                                  repeatable, mandatory, hidden)
12526 VALUES (1, 'biblio', '878', 'h', $$Use restrictions$$,
12527 TRUE, FALSE, FALSE);
12528 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12529                                  repeatable, mandatory, hidden)
12530 VALUES (1, 'biblio', '878', 'j', $$Item status$$,
12531 TRUE, FALSE, FALSE);
12532 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12533                                  repeatable, mandatory, hidden)
12534 VALUES (1, 'biblio', '878', 'l', $$Temporary location$$,
12535 TRUE, FALSE, FALSE);
12536 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12537                                  repeatable, mandatory, hidden)
12538 VALUES (1, 'biblio', '878', 'p', $$Piece designation$$,
12539 TRUE, FALSE, FALSE);
12540 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12541                                  repeatable, mandatory, hidden)
12542 VALUES (1, 'biblio', '878', 'r', $$Invalid or canceled piece designation$$,
12543 TRUE, FALSE, FALSE);
12544 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12545                                  repeatable, mandatory, hidden)
12546 VALUES (1, 'biblio', '878', 't', $$Copy number$$,
12547 TRUE, FALSE, FALSE);
12548 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12549                                  repeatable, mandatory, hidden)
12550 VALUES (1, 'biblio', '878', 'x', $$Nonpublic note$$,
12551 TRUE, FALSE, FALSE);
12552 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12553                                  repeatable, mandatory, hidden)
12554 VALUES (1, 'biblio', '878', 'z', $$Public note$$,
12555 TRUE, FALSE, FALSE);
12556 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12557                                  repeatable, mandatory, hidden)
12558 VALUES (1, 'biblio', '878', '3', $$Materials specified$$,
12559 TRUE, FALSE, FALSE);
12560 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12561                                  repeatable, mandatory, hidden)
12562 VALUES (1, 'biblio', '878', '6', $$Linkage$$,
12563 TRUE, FALSE, FALSE);
12564 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12565                                  repeatable, mandatory, hidden)
12566 VALUES (1, 'biblio', '878', '8', $$Field link and sequence number$$,
12567 TRUE, FALSE, FALSE);
12568 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12569                               fixed_field, repeatable, mandatory, hidden)
12570 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.$$,
12571 FALSE, TRUE, FALSE, FALSE);
12572 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12573                                  repeatable, mandatory, hidden)
12574 VALUES (1, 'biblio', '880', '6', $$Linkage$$,
12575 FALSE, FALSE, FALSE);
12576 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12577                               fixed_field, repeatable, mandatory, hidden)
12578 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.$$,
12579 FALSE, FALSE, FALSE, FALSE);
12580 INSERT INTO config.record_attr_definition(name, label)
12581 VALUES ('marc21_biblio_882_ind_1', 'MARC 21 biblio field 882 indicator position 1');
12582 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12583 VALUES ('marc21_biblio_882_ind_1', '#', $$Undefined$$, FALSE, TRUE);
12584 INSERT INTO config.record_attr_definition(name, label)
12585 VALUES ('marc21_biblio_882_ind_2', 'MARC 21 biblio field 882 indicator position 2');
12586 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12587 VALUES ('marc21_biblio_882_ind_2', '#', $$Undefined$$, FALSE, TRUE);
12588 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12589                                  repeatable, mandatory, hidden)
12590 VALUES (1, 'biblio', '882', 'a', $$Replacement title$$,
12591 TRUE, FALSE, FALSE);
12592 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12593                                  repeatable, mandatory, hidden)
12594 VALUES (1, 'biblio', '882', 'i', $$Explanatory text$$,
12595 TRUE, FALSE, FALSE);
12596 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12597                                  repeatable, mandatory, hidden)
12598 VALUES (1, 'biblio', '882', 'w', $$Replacement bibliographic record control number$$,
12599 TRUE, FALSE, FALSE);
12600 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12601                                  repeatable, mandatory, hidden)
12602 VALUES (1, 'biblio', '882', '6', $$Linkage$$,
12603 FALSE, FALSE, FALSE);
12604 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12605                                  repeatable, mandatory, hidden)
12606 VALUES (1, 'biblio', '882', '8', $$Field link and sequence number$$,
12607 TRUE, FALSE, FALSE);
12608 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12609                               fixed_field, repeatable, mandatory, hidden)
12610 VALUES (1, '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.$$,
12611 FALSE, TRUE, FALSE, FALSE);
12612 INSERT INTO config.record_attr_definition(name, label)
12613 VALUES ('marc21_biblio_886_ind_1', 'MARC 21 biblio field 886 indicator position 1');
12614 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12615 VALUES ('marc21_biblio_886_ind_1', '0', $$Leader$$, FALSE, TRUE);
12616 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12617 VALUES ('marc21_biblio_886_ind_1', '1', $$Variable control fields (002-009)$$, FALSE, TRUE);
12618 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12619 VALUES ('marc21_biblio_886_ind_1', '2', $$Variable data fields (010-999)$$, FALSE, TRUE);
12620 INSERT INTO config.record_attr_definition(name, label)
12621 VALUES ('marc21_biblio_886_ind_2', 'MARC 21 biblio field 886 indicator position 2');
12622 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12623 VALUES ('marc21_biblio_886_ind_2', '#', $$Undefined$$, FALSE, TRUE);
12624 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12625                                  repeatable, mandatory, hidden)
12626 VALUES (1, 'biblio', '886', 'a', $$Tag of the foreign MARC field$$,
12627 FALSE, FALSE, FALSE);
12628 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12629                                  repeatable, mandatory, hidden)
12630 VALUES (1, 'biblio', '886', 'b', $$Content of the foreign MARC field$$,
12631 FALSE, FALSE, FALSE);
12632 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12633                                  repeatable, mandatory, hidden)
12634 VALUES (1, 'biblio', '886', '2', $$Source of data$$,
12635 FALSE, FALSE, FALSE);
12636 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12637                               fixed_field, repeatable, mandatory, hidden)
12638 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.$$,
12639 FALSE, TRUE, FALSE, FALSE);
12640 INSERT INTO config.record_attr_definition(name, label)
12641 VALUES ('marc21_biblio_887_ind_1', 'MARC 21 biblio field 887 indicator position 1');
12642 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12643 VALUES ('marc21_biblio_887_ind_1', '#', $$Undefined$$, FALSE, TRUE);
12644 INSERT INTO config.record_attr_definition(name, label)
12645 VALUES ('marc21_biblio_887_ind_2', 'MARC 21 biblio field 887 indicator position 2');
12646 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12647 VALUES ('marc21_biblio_887_ind_2', '#', $$Undefined$$, FALSE, TRUE);
12648 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12649                                  repeatable, mandatory, hidden)
12650 VALUES (1, 'biblio', '887', 'a', $$Content of non-MARC field$$,
12651 FALSE, FALSE, FALSE);
12652 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12653                                  repeatable, mandatory, hidden)
12654 VALUES (1, 'biblio', '887', '2', $$Source of data$$,
12655 FALSE, FALSE, FALSE);
12656 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12657                               fixed_field, repeatable, mandatory, hidden)
12658 VALUES (1, 'authority', '001', $$Control Number$$, $$Control number assigned by the organization creating, using, or distributing the record.$$,
12659 TRUE, FALSE, FALSE, FALSE);
12660 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12661                               fixed_field, repeatable, mandatory, hidden)
12662 VALUES (1, 'authority', '003', $$Control Number Identifier$$, $$MARC code for the agency whose system control number is contained in field 001 (Control Number).$$,
12663 TRUE, FALSE, FALSE, FALSE);
12664 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12665                               fixed_field, repeatable, mandatory, hidden)
12666 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 .$$,
12667 TRUE, FALSE, FALSE, FALSE);
12668 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12669                               fixed_field, repeatable, mandatory, hidden)
12670 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.$$,
12671 TRUE, FALSE, FALSE, FALSE);
12672 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12673                               fixed_field, repeatable, mandatory, hidden)
12674 VALUES (1, 'authority', '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).$$,
12675 FALSE, FALSE, FALSE, FALSE);
12676 INSERT INTO config.record_attr_definition(name, label)
12677 VALUES ('marc21_authority_010_ind_1', 'MARC 21 authority field 010 indicator position 1');
12678 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12679 VALUES ('marc21_authority_010_ind_1', '#', $$Undefined$$, FALSE, TRUE);
12680 INSERT INTO config.record_attr_definition(name, label)
12681 VALUES ('marc21_authority_010_ind_2', 'MARC 21 authority field 010 indicator position 2');
12682 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12683 VALUES ('marc21_authority_010_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', '010', 'a', $$LC 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', '010', 'z', $$Canceled/invalid LC 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', '010', '8', $$Field link and sequence number$$,
12695 TRUE, FALSE, FALSE);
12696 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12697                               fixed_field, repeatable, mandatory, hidden)
12698 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.$$,
12699 FALSE, TRUE, FALSE, FALSE);
12700 INSERT INTO config.record_attr_definition(name, label)
12701 VALUES ('marc21_authority_014_ind_1', 'MARC 21 authority field 014 indicator position 1');
12702 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12703 VALUES ('marc21_authority_014_ind_1', '#', $$Undefined$$, FALSE, TRUE);
12704 INSERT INTO config.record_attr_definition(name, label)
12705 VALUES ('marc21_authority_014_ind_2', 'MARC 21 authority field 014 indicator position 2');
12706 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12707 VALUES ('marc21_authority_014_ind_2', '#', $$Undefined$$, FALSE, TRUE);
12708 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12709                                  repeatable, mandatory, hidden)
12710 VALUES (1, 'authority', '014', 'a', $$Control number of related bibliographic record$$,
12711 FALSE, FALSE, FALSE);
12712 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12713                                  repeatable, mandatory, hidden)
12714 VALUES (1, 'authority', '014', '6', $$Linkage$$,
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', '014', '8', $$Field link and sequence number$$,
12719 TRUE, FALSE, FALSE);
12720 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12721                               fixed_field, repeatable, mandatory, hidden)
12722 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 ).$$,
12723 FALSE, TRUE, FALSE, FALSE);
12724 INSERT INTO config.record_attr_definition(name, label)
12725 VALUES ('marc21_authority_016_ind_1', 'MARC 21 authority field 016 indicator position 1');
12726 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12727 VALUES ('marc21_authority_016_ind_1', '#', $$Library and Archives Canada$$, FALSE, TRUE);
12728 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12729 VALUES ('marc21_authority_016_ind_1', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
12730 INSERT INTO config.record_attr_definition(name, label)
12731 VALUES ('marc21_authority_016_ind_2', 'MARC 21 authority field 016 indicator position 2');
12732 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12733 VALUES ('marc21_authority_016_ind_2', '#', $$Undefined$$, FALSE, TRUE);
12734 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12735                                  repeatable, mandatory, hidden)
12736 VALUES (1, 'authority', '016', 'a', $$Record control number$$,
12737 FALSE, FALSE, FALSE);
12738 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12739                                  repeatable, mandatory, hidden)
12740 VALUES (1, 'authority', '016', 'z', $$Canceled or invalid record control number$$,
12741 TRUE, FALSE, FALSE);
12742 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12743                                  repeatable, mandatory, hidden)
12744 VALUES (1, 'authority', '016', '2', $$Source$$,
12745 FALSE, FALSE, FALSE);
12746 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12747                                  repeatable, mandatory, hidden)
12748 VALUES (1, 'authority', '016', '8', $$Field link and sequence number$$,
12749 TRUE, FALSE, FALSE);
12750 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12751                               fixed_field, repeatable, mandatory, hidden)
12752 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.$$,
12753 FALSE, TRUE, FALSE, FALSE);
12754 INSERT INTO config.record_attr_definition(name, label)
12755 VALUES ('marc21_authority_020_ind_1', 'MARC 21 authority field 020 indicator position 1');
12756 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12757 VALUES ('marc21_authority_020_ind_1', '#', $$Undefined$$, FALSE, TRUE);
12758 INSERT INTO config.record_attr_definition(name, label)
12759 VALUES ('marc21_authority_020_ind_2', 'MARC 21 authority field 020 indicator position 2');
12760 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12761 VALUES ('marc21_authority_020_ind_2', '#', $$Undefined$$, FALSE, TRUE);
12762 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12763                                  repeatable, mandatory, hidden)
12764 VALUES (1, 'authority', '020', 'a', $$International Standard Book Number$$,
12765 FALSE, FALSE, FALSE);
12766 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12767                                  repeatable, mandatory, hidden)
12768 VALUES (1, 'authority', '020', 'c', $$Terms of availability$$,
12769 FALSE, FALSE, FALSE);
12770 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12771                                  repeatable, mandatory, hidden)
12772 VALUES (1, 'authority', '020', 'z', $$Canceled/invalid ISBN$$,
12773 TRUE, FALSE, FALSE);
12774 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12775                                  repeatable, mandatory, hidden)
12776 VALUES (1, 'authority', '020', '6', $$Linkage$$,
12777 FALSE, FALSE, FALSE);
12778 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12779                                  repeatable, mandatory, hidden)
12780 VALUES (1, 'authority', '020', '8', $$Field link and sequence number$$,
12781 TRUE, FALSE, FALSE);
12782 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12783                               fixed_field, repeatable, mandatory, hidden)
12784 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.$$,
12785 FALSE, TRUE, FALSE, FALSE);
12786 INSERT INTO config.record_attr_definition(name, label)
12787 VALUES ('marc21_authority_022_ind_1', 'MARC 21 authority field 022 indicator position 1');
12788 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12789 VALUES ('marc21_authority_022_ind_1', '#', $$Undefined$$, FALSE, TRUE);
12790 INSERT INTO config.record_attr_definition(name, label)
12791 VALUES ('marc21_authority_022_ind_2', 'MARC 21 authority field 022 indicator position 2');
12792 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12793 VALUES ('marc21_authority_022_ind_2', '#', $$Undefined$$, FALSE, TRUE);
12794 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12795                                  repeatable, mandatory, hidden)
12796 VALUES (1, 'authority', '022', 'a', $$International Standard Serial Number$$,
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', '022', 'l', $$ISSN-L$$,
12801 FALSE, FALSE, FALSE);
12802 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12803                                  repeatable, mandatory, hidden)
12804 VALUES (1, 'authority', '022', 'm', $$Canceled ISSN-L$$,
12805 TRUE, FALSE, FALSE);
12806 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12807                                  repeatable, mandatory, hidden)
12808 VALUES (1, 'authority', '022', 'y', $$Incorrect ISSN$$,
12809 TRUE, FALSE, FALSE);
12810 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12811                                  repeatable, mandatory, hidden)
12812 VALUES (1, 'authority', '022', 'z', $$Canceled ISSN$$,
12813 TRUE, FALSE, FALSE);
12814 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12815                                  repeatable, mandatory, hidden)
12816 VALUES (1, 'authority', '022', '6', $$Linkage$$,
12817 FALSE, FALSE, FALSE);
12818 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12819                                  repeatable, mandatory, hidden)
12820 VALUES (1, 'authority', '022', '8', $$Field link and sequence number$$,
12821 TRUE, FALSE, FALSE);
12822 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12823                               fixed_field, repeatable, mandatory, hidden)
12824 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).$$,
12825 FALSE, TRUE, FALSE, FALSE);
12826 INSERT INTO config.record_attr_definition(name, label)
12827 VALUES ('marc21_authority_024_ind_1', 'MARC 21 authority field 024 indicator position 1');
12828 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12829 VALUES ('marc21_authority_024_ind_1', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
12830 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12831 VALUES ('marc21_authority_024_ind_1', '8', $$Unspecified type of standard number or code$$, FALSE, TRUE);
12832 INSERT INTO config.record_attr_definition(name, label)
12833 VALUES ('marc21_authority_024_ind_2', 'MARC 21 authority field 024 indicator position 2');
12834 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12835 VALUES ('marc21_authority_024_ind_2', '#', $$Undefined$$, FALSE, TRUE);
12836 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12837                                  repeatable, mandatory, hidden)
12838 VALUES (1, 'authority', '024', 'a', $$Standard number or code$$,
12839 FALSE, FALSE, FALSE);
12840 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12841                                  repeatable, mandatory, hidden)
12842 VALUES (1, 'authority', '024', 'c', $$Terms of availability$$,
12843 FALSE, FALSE, FALSE);
12844 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12845                                  repeatable, mandatory, hidden)
12846 VALUES (1, 'authority', '024', 'd', $$Additional codes following the standard number or code$$,
12847 FALSE, FALSE, FALSE);
12848 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12849                                  repeatable, mandatory, hidden)
12850 VALUES (1, 'authority', '024', 'z', $$Canceled/invalid standard number or code$$,
12851 TRUE, FALSE, FALSE);
12852 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12853                                  repeatable, mandatory, hidden)
12854 VALUES (1, 'authority', '024', '2', $$Source of number or code$$,
12855 FALSE, FALSE, FALSE);
12856 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12857                                  repeatable, mandatory, hidden)
12858 VALUES (1, 'authority', '024', '6', $$Linkage$$,
12859 FALSE, FALSE, FALSE);
12860 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12861                                  repeatable, mandatory, hidden)
12862 VALUES (1, 'authority', '024', '8', $$Field link and sequence number$$,
12863 TRUE, FALSE, FALSE);
12864 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12865                               fixed_field, repeatable, mandatory, hidden)
12866 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.$$,
12867 FALSE, TRUE, FALSE, FALSE);
12868 INSERT INTO config.record_attr_definition(name, label)
12869 VALUES ('marc21_authority_031_ind_1', 'MARC 21 authority field 031 indicator position 1');
12870 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12871 VALUES ('marc21_authority_031_ind_1', '#', $$Undefined$$, FALSE, TRUE);
12872 INSERT INTO config.record_attr_definition(name, label)
12873 VALUES ('marc21_authority_031_ind_2', 'MARC 21 authority field 031 indicator position 2');
12874 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12875 VALUES ('marc21_authority_031_ind_2', '#', $$Undefined$$, FALSE, TRUE);
12876 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12877                                  repeatable, mandatory, hidden)
12878 VALUES (1, 'authority', '031', 'b', $$Number of movement$$,
12879 FALSE, FALSE, FALSE);
12880 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12881                                  repeatable, mandatory, hidden)
12882 VALUES (1, 'authority', '031', 'c', $$Number of excerpt$$,
12883 FALSE, FALSE, FALSE);
12884 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12885                                  repeatable, mandatory, hidden)
12886 VALUES (1, 'authority', '031', 'd', $$Caption or heading$$,
12887 TRUE, FALSE, FALSE);
12888 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12889                                  repeatable, mandatory, hidden)
12890 VALUES (1, 'authority', '031', 'e', $$Role$$,
12891 FALSE, FALSE, FALSE);
12892 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12893                                  repeatable, mandatory, hidden)
12894 VALUES (1, 'authority', '031', 'g', $$Clef$$,
12895 FALSE, FALSE, FALSE);
12896 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12897                                  repeatable, mandatory, hidden)
12898 VALUES (1, 'authority', '031', 'm', $$Voice/instrument$$,
12899 FALSE, FALSE, FALSE);
12900 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12901                                  repeatable, mandatory, hidden)
12902 VALUES (1, 'authority', '031', 'n', $$Key signature$$,
12903 FALSE, FALSE, FALSE);
12904 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12905                                  repeatable, mandatory, hidden)
12906 VALUES (1, 'authority', '031', 'o', $$Time signature$$,
12907 FALSE, FALSE, FALSE);
12908 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12909                                  repeatable, mandatory, hidden)
12910 VALUES (1, 'authority', '031', 'p', $$Musical notation$$,
12911 FALSE, FALSE, FALSE);
12912 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12913                                  repeatable, mandatory, hidden)
12914 VALUES (1, 'authority', '031', 'q', $$General note$$,
12915 TRUE, FALSE, FALSE);
12916 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12917                                  repeatable, mandatory, hidden)
12918 VALUES (1, 'authority', '031', 'r', $$Key or mode$$,
12919 FALSE, FALSE, FALSE);
12920 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12921                                  repeatable, mandatory, hidden)
12922 VALUES (1, 'authority', '031', 's', $$Coded validity note$$,
12923 TRUE, FALSE, FALSE);
12924 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12925                                  repeatable, mandatory, hidden)
12926 VALUES (1, 'authority', '031', 't', $$Text incipit$$,
12927 TRUE, FALSE, FALSE);
12928 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12929                                  repeatable, mandatory, hidden)
12930 VALUES (1, 'authority', '031', 'u', $$Uniform Resource Identifier$$,
12931 TRUE, FALSE, FALSE);
12932 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12933                                  repeatable, mandatory, hidden)
12934 VALUES (1, 'authority', '031', 'y', $$Link text$$,
12935 TRUE, FALSE, FALSE);
12936 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12937                                  repeatable, mandatory, hidden)
12938 VALUES (1, 'authority', '031', 'z', $$Public note$$,
12939 TRUE, FALSE, FALSE);
12940 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12941                                  repeatable, mandatory, hidden)
12942 VALUES (1, 'authority', '031', '2', $$System code$$,
12943 FALSE, FALSE, FALSE);
12944 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12945                                  repeatable, mandatory, hidden)
12946 VALUES (1, 'authority', '031', '6', $$Linkage$$,
12947 FALSE, FALSE, FALSE);
12948 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12949                                  repeatable, mandatory, hidden)
12950 VALUES (1, 'authority', '031', '8', $$Field link and sequence number$$,
12951 TRUE, FALSE, FALSE);
12952 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
12953                               fixed_field, repeatable, mandatory, hidden)
12954 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.$$,
12955 FALSE, TRUE, FALSE, FALSE);
12956 INSERT INTO config.record_attr_definition(name, label)
12957 VALUES ('marc21_authority_034_ind_1', 'MARC 21 authority field 034 indicator position 1');
12958 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12959 VALUES ('marc21_authority_034_ind_1', '#', $$Undefined$$, FALSE, TRUE);
12960 INSERT INTO config.record_attr_definition(name, label)
12961 VALUES ('marc21_authority_034_ind_2', 'MARC 21 authority field 034 indicator position 2');
12962 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12963 VALUES ('marc21_authority_034_ind_2', '#', $$Not applicable$$, FALSE, TRUE);
12964 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12965 VALUES ('marc21_authority_034_ind_2', '0', $$Outer ring$$, FALSE, TRUE);
12966 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
12967 VALUES ('marc21_authority_034_ind_2', '1', $$Exclusion ring$$, FALSE, TRUE);
12968 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12969                                  repeatable, mandatory, hidden)
12970 VALUES (1, 'authority', '034', 'd', $$Coordinates$$,
12971 TRUE, FALSE, FALSE);
12972 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12973                                  repeatable, mandatory, hidden)
12974 VALUES (1, 'authority', '034', 'e', $$Coordinates$$,
12975 TRUE, FALSE, FALSE);
12976 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12977                                  repeatable, mandatory, hidden)
12978 VALUES (1, 'authority', '034', 'f', $$Coordinates$$,
12979 TRUE, FALSE, FALSE);
12980 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12981                                  repeatable, mandatory, hidden)
12982 VALUES (1, 'authority', '034', 'g', $$Coordinates$$,
12983 TRUE, FALSE, FALSE);
12984 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12985                                  repeatable, mandatory, hidden)
12986 VALUES (1, 'authority', '034', 'j', $$Declination$$,
12987 TRUE, FALSE, FALSE);
12988 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12989                                  repeatable, mandatory, hidden)
12990 VALUES (1, 'authority', '034', 'k', $$Declination$$,
12991 TRUE, FALSE, FALSE);
12992 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12993                                  repeatable, mandatory, hidden)
12994 VALUES (1, 'authority', '034', 'm', $$Right ascension$$,
12995 TRUE, FALSE, FALSE);
12996 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
12997                                  repeatable, mandatory, hidden)
12998 VALUES (1, 'authority', '034', 'n', $$Right ascension$$,
12999 TRUE, FALSE, FALSE);
13000 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13001                                  repeatable, mandatory, hidden)
13002 VALUES (1, 'authority', '034', 'p', $$Equinox$$,
13003 FALSE, FALSE, FALSE);
13004 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13005                                  repeatable, mandatory, hidden)
13006 VALUES (1, 'authority', '034', 'r', $$Distance from earth$$,
13007 FALSE, FALSE, FALSE);
13008 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13009                                  repeatable, mandatory, hidden)
13010 VALUES (1, 'authority', '034', 's', $$G-ring latitude$$,
13011 TRUE, FALSE, FALSE);
13012 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13013                                  repeatable, mandatory, hidden)
13014 VALUES (1, 'authority', '034', 't', $$G-ring longitude$$,
13015 TRUE, FALSE, FALSE);
13016 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13017                                  repeatable, mandatory, hidden)
13018 VALUES (1, 'authority', '034', 'x', $$Beginning date$$,
13019 FALSE, FALSE, FALSE);
13020 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13021                                  repeatable, mandatory, hidden)
13022 VALUES (1, 'authority', '034', 'y', $$Ending date$$,
13023 FALSE, FALSE, FALSE);
13024 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13025                                  repeatable, mandatory, hidden)
13026 VALUES (1, 'authority', '034', 'z', $$Name of extraterrestrial body$$,
13027 FALSE, FALSE, FALSE);
13028 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13029                                  repeatable, mandatory, hidden)
13030 VALUES (1, 'authority', '034', '2', $$Source$$,
13031 FALSE, FALSE, FALSE);
13032 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13033                                  repeatable, mandatory, hidden)
13034 VALUES (1, 'authority', '034', '3', $$Materials specified$$,
13035 FALSE, FALSE, FALSE);
13036 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13037                                  repeatable, mandatory, hidden)
13038 VALUES (1, 'authority', '034', '6', $$Linkage$$,
13039 FALSE, FALSE, FALSE);
13040 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13041                                  repeatable, mandatory, hidden)
13042 VALUES (1, 'authority', '034', '8', $$Field link and sequence number$$,
13043 TRUE, FALSE, FALSE);
13044 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13045                               fixed_field, repeatable, mandatory, hidden)
13046 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).$$,
13047 FALSE, TRUE, FALSE, FALSE);
13048 INSERT INTO config.record_attr_definition(name, label)
13049 VALUES ('marc21_authority_035_ind_1', 'MARC 21 authority field 035 indicator position 1');
13050 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13051 VALUES ('marc21_authority_035_ind_1', '#', $$Undefined$$, FALSE, TRUE);
13052 INSERT INTO config.record_attr_definition(name, label)
13053 VALUES ('marc21_authority_035_ind_2', 'MARC 21 authority field 035 indicator position 2');
13054 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13055 VALUES ('marc21_authority_035_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13056 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13057                                  repeatable, mandatory, hidden)
13058 VALUES (1, 'authority', '035', 'a', $$System control number$$,
13059 FALSE, FALSE, FALSE);
13060 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13061                                  repeatable, mandatory, hidden)
13062 VALUES (1, 'authority', '035', 'z', $$Canceled/invalid system control number$$,
13063 TRUE, FALSE, FALSE);
13064 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13065                                  repeatable, mandatory, hidden)
13066 VALUES (1, 'authority', '035', '6', $$Linkage$$,
13067 FALSE, FALSE, FALSE);
13068 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13069                                  repeatable, mandatory, hidden)
13070 VALUES (1, 'authority', '035', '8', $$Field link and sequence number$$,
13071 TRUE, FALSE, FALSE);
13072 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13073                               fixed_field, repeatable, mandatory, hidden)
13074 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: .$$,
13075 FALSE, FALSE, FALSE, FALSE);
13076 INSERT INTO config.record_attr_definition(name, label)
13077 VALUES ('marc21_authority_040_ind_1', 'MARC 21 authority field 040 indicator position 1');
13078 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13079 VALUES ('marc21_authority_040_ind_1', '#', $$Undefined$$, FALSE, TRUE);
13080 INSERT INTO config.record_attr_definition(name, label)
13081 VALUES ('marc21_authority_040_ind_2', 'MARC 21 authority field 040 indicator position 2');
13082 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13083 VALUES ('marc21_authority_040_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13084 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13085                                  repeatable, mandatory, hidden)
13086 VALUES (1, 'authority', '040', 'a', $$Original cataloging agency$$,
13087 FALSE, FALSE, FALSE);
13088 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13089                                  repeatable, mandatory, hidden)
13090 VALUES (1, 'authority', '040', 'b', $$Language of cataloging$$,
13091 FALSE, FALSE, FALSE);
13092 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13093                                  repeatable, mandatory, hidden)
13094 VALUES (1, 'authority', '040', 'c', $$Transcribing agency$$,
13095 FALSE, FALSE, FALSE);
13096 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13097                                  repeatable, mandatory, hidden)
13098 VALUES (1, 'authority', '040', 'd', $$Modifying agency$$,
13099 TRUE, FALSE, FALSE);
13100 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13101                                  repeatable, mandatory, hidden)
13102 VALUES (1, 'authority', '040', 'e', $$Description conventions$$,
13103 TRUE, FALSE, FALSE);
13104 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13105                                  repeatable, mandatory, hidden)
13106 VALUES (1, 'authority', '040', 'f', $$Subject heading/thesaurus conventions$$,
13107 FALSE, FALSE, FALSE);
13108 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13109                                  repeatable, mandatory, hidden)
13110 VALUES (1, 'authority', '040', '6', $$Linkage$$,
13111 FALSE, FALSE, FALSE);
13112 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13113                                  repeatable, mandatory, hidden)
13114 VALUES (1, 'authority', '040', '8', $$Field link and sequence number$$,
13115 TRUE, FALSE, FALSE);
13116 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13117                               fixed_field, repeatable, mandatory, hidden)
13118 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.$$,
13119 FALSE, FALSE, FALSE, FALSE);
13120 INSERT INTO config.record_attr_definition(name, label)
13121 VALUES ('marc21_authority_042_ind_1', 'MARC 21 authority field 042 indicator position 1');
13122 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13123 VALUES ('marc21_authority_042_ind_1', '#', $$Undefined$$, FALSE, TRUE);
13124 INSERT INTO config.record_attr_definition(name, label)
13125 VALUES ('marc21_authority_042_ind_2', 'MARC 21 authority field 042 indicator position 2');
13126 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13127 VALUES ('marc21_authority_042_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13128 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13129                                  repeatable, mandatory, hidden)
13130 VALUES (1, 'authority', '042', 'a', $$Authentication code$$,
13131 TRUE, FALSE, FALSE);
13132 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13133                               fixed_field, repeatable, mandatory, hidden)
13134 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 , .$$,
13135 FALSE, FALSE, FALSE, FALSE);
13136 INSERT INTO config.record_attr_definition(name, label)
13137 VALUES ('marc21_authority_043_ind_1', 'MARC 21 authority field 043 indicator position 1');
13138 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13139 VALUES ('marc21_authority_043_ind_1', '#', $$Undefined$$, FALSE, TRUE);
13140 INSERT INTO config.record_attr_definition(name, label)
13141 VALUES ('marc21_authority_043_ind_2', 'MARC 21 authority field 043 indicator position 2');
13142 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13143 VALUES ('marc21_authority_043_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13144 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13145                                  repeatable, mandatory, hidden)
13146 VALUES (1, 'authority', '043', 'a', $$Geographic area code$$,
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', '043', 'b', $$Local GAC code$$,
13151 TRUE, FALSE, FALSE);
13152 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13153                                  repeatable, mandatory, hidden)
13154 VALUES (1, 'authority', '043', 'c', $$ISO code$$,
13155 TRUE, FALSE, FALSE);
13156 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13157                                  repeatable, mandatory, hidden)
13158 VALUES (1, 'authority', '043', '2', $$Source of local code$$,
13159 TRUE, FALSE, FALSE);
13160 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13161                                  repeatable, mandatory, hidden)
13162 VALUES (1, 'authority', '043', '6', $$Linkage$$,
13163 FALSE, FALSE, FALSE);
13164 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13165                                  repeatable, mandatory, hidden)
13166 VALUES (1, 'authority', '043', '8', $$Field link and sequence number$$,
13167 TRUE, FALSE, FALSE);
13168 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13169                               fixed_field, repeatable, mandatory, hidden)
13170 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.$$,
13171 FALSE, FALSE, FALSE, FALSE);
13172 INSERT INTO config.record_attr_definition(name, label)
13173 VALUES ('marc21_authority_045_ind_1', 'MARC 21 authority field 045 indicator position 1');
13174 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13175 VALUES ('marc21_authority_045_ind_1', '#', $$Subfield $b or $c not present$$, FALSE, TRUE);
13176 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13177 VALUES ('marc21_authority_045_ind_1', '0', $$Single date/time$$, FALSE, TRUE);
13178 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13179 VALUES ('marc21_authority_045_ind_1', '1', $$Multiple single dates/times$$, FALSE, TRUE);
13180 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13181 VALUES ('marc21_authority_045_ind_1', '2', $$Range of dates/times$$, FALSE, TRUE);
13182 INSERT INTO config.record_attr_definition(name, label)
13183 VALUES ('marc21_authority_045_ind_2', 'MARC 21 authority field 045 indicator position 2');
13184 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13185 VALUES ('marc21_authority_045_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13186 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13187                                  repeatable, mandatory, hidden)
13188 VALUES (1, 'authority', '045', 'a', $$Time period code$$,
13189 TRUE, FALSE, FALSE);
13190 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13191                                  repeatable, mandatory, hidden)
13192 VALUES (1, 'authority', '045', 'b', $$Formatted 9999 B.C. through C.E. time period$$,
13193 TRUE, FALSE, FALSE);
13194 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13195                                  repeatable, mandatory, hidden)
13196 VALUES (1, 'authority', '045', 'c', $$Formatted pre-9999 B.C. time period$$,
13197 TRUE, FALSE, FALSE);
13198 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13199                                  repeatable, mandatory, hidden)
13200 VALUES (1, 'authority', '045', '6', $$Linkage$$,
13201 FALSE, FALSE, FALSE);
13202 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13203                                  repeatable, mandatory, hidden)
13204 VALUES (1, 'authority', '045', '8', $$Field link and sequence number$$,
13205 TRUE, FALSE, FALSE);
13206 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13207                               fixed_field, repeatable, mandatory, hidden)
13208 VALUES (1, 'authority', '046', $$Special Coded Dates$$, $$Dates that are associated with the entity described in the record. These include:$$,
13209 FALSE, TRUE, FALSE, FALSE);
13210 INSERT INTO config.record_attr_definition(name, label)
13211 VALUES ('marc21_authority_046_ind_1', 'MARC 21 authority field 046 indicator position 1');
13212 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13213 VALUES ('marc21_authority_046_ind_1', '#', $$Undefined$$, FALSE, TRUE);
13214 INSERT INTO config.record_attr_definition(name, label)
13215 VALUES ('marc21_authority_046_ind_2', 'MARC 21 authority field 046 indicator position 2');
13216 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13217 VALUES ('marc21_authority_046_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13218 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13219                                  repeatable, mandatory, hidden)
13220 VALUES (1, 'authority', '046', 'f', $$Birth date$$,
13221 FALSE, FALSE, FALSE);
13222 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13223                                  repeatable, mandatory, hidden)
13224 VALUES (1, 'authority', '046', 'g', $$Death date$$,
13225 FALSE, FALSE, FALSE);
13226 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13227                                  repeatable, mandatory, hidden)
13228 VALUES (1, 'authority', '046', 'k', $$Beginning or single date created$$,
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', '046', 'l', $$Ending date created$$,
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', '046', 's', $$Start period$$,
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', '046', 't', $$End period$$,
13241 FALSE, FALSE, FALSE);
13242 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13243                                  repeatable, mandatory, hidden)
13244 VALUES (1, 'authority', '046', 'u', $$Uniform Resource Identifier$$,
13245 TRUE, FALSE, FALSE);
13246 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13247                                  repeatable, mandatory, hidden)
13248 VALUES (1, 'authority', '046', 'v', $$Source of information$$,
13249 TRUE, FALSE, FALSE);
13250 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13251                                  repeatable, mandatory, hidden)
13252 VALUES (1, 'authority', '046', '2', $$Source of date scheme$$,
13253 FALSE, FALSE, FALSE);
13254 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13255                                  repeatable, mandatory, hidden)
13256 VALUES (1, 'authority', '046', '6', $$Linkage$$,
13257 FALSE, FALSE, FALSE);
13258 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13259                                  repeatable, mandatory, hidden)
13260 VALUES (1, 'authority', '046', '8', $$Field link and sequence number$$,
13261 TRUE, FALSE, FALSE);
13262 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13263                               fixed_field, repeatable, mandatory, hidden)
13264 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.$$,
13265 FALSE, TRUE, FALSE, FALSE);
13266 INSERT INTO config.record_attr_definition(name, label)
13267 VALUES ('marc21_authority_050_ind_1', 'MARC 21 authority field 050 indicator position 1');
13268 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13269 VALUES ('marc21_authority_050_ind_1', '#', $$Undefined$$, FALSE, TRUE);
13270 INSERT INTO config.record_attr_definition(name, label)
13271 VALUES ('marc21_authority_050_ind_2', 'MARC 21 authority field 050 indicator position 2');
13272 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13273 VALUES ('marc21_authority_050_ind_2', '0', $$Assigned by LC$$, FALSE, TRUE);
13274 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13275 VALUES ('marc21_authority_050_ind_2', '4', $$Assigned by agency other than LC$$, FALSE, TRUE);
13276 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13277                                  repeatable, mandatory, hidden)
13278 VALUES (1, 'authority', '050', 'a', $$Classification number$$,
13279 FALSE, FALSE, FALSE);
13280 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13281                                  repeatable, mandatory, hidden)
13282 VALUES (1, 'authority', '050', 'b', $$Item number$$,
13283 FALSE, FALSE, FALSE);
13284 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13285                                  repeatable, mandatory, hidden)
13286 VALUES (1, 'authority', '050', 'd', $$Volumes/dates to which call number applies$$,
13287 FALSE, FALSE, FALSE);
13288 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13289                                  repeatable, mandatory, hidden)
13290 VALUES (1, 'authority', '050', '5', $$Institution to which field applies$$,
13291 TRUE, FALSE, FALSE);
13292 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13293                                  repeatable, mandatory, hidden)
13294 VALUES (1, 'authority', '050', '6', $$Linkage$$,
13295 FALSE, FALSE, FALSE);
13296 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13297                                  repeatable, mandatory, hidden)
13298 VALUES (1, 'authority', '050', '8', $$Field link and sequence number$$,
13299 TRUE, FALSE, FALSE);
13300 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13301                               fixed_field, repeatable, mandatory, hidden)
13302 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.$$,
13303 FALSE, TRUE, FALSE, FALSE);
13304 INSERT INTO config.record_attr_definition(name, label)
13305 VALUES ('marc21_authority_052_ind_1', 'MARC 21 authority field 052 indicator position 1');
13306 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13307 VALUES ('marc21_authority_052_ind_1', '#', $$Library of Congress Classification$$, FALSE, TRUE);
13308 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13309 VALUES ('marc21_authority_052_ind_1', '1', $$U.S. Dept. of Defense Classification$$, FALSE, TRUE);
13310 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13311 VALUES ('marc21_authority_052_ind_1', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
13312 INSERT INTO config.record_attr_definition(name, label)
13313 VALUES ('marc21_authority_052_ind_2', 'MARC 21 authority field 052 indicator position 2');
13314 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13315 VALUES ('marc21_authority_052_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13316 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13317                                  repeatable, mandatory, hidden)
13318 VALUES (1, 'authority', '052', 'a', $$Geographic classification area code$$,
13319 FALSE, FALSE, FALSE);
13320 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13321                                  repeatable, mandatory, hidden)
13322 VALUES (1, 'authority', '052', 'b', $$Geographic classification subarea code$$,
13323 TRUE, FALSE, FALSE);
13324 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13325                                  repeatable, mandatory, hidden)
13326 VALUES (1, 'authority', '052', 'd', $$Populated place name$$,
13327 TRUE, FALSE, FALSE);
13328 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13329                                  repeatable, mandatory, hidden)
13330 VALUES (1, 'authority', '052', '2', $$Code source$$,
13331 FALSE, FALSE, FALSE);
13332 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13333                                  repeatable, mandatory, hidden)
13334 VALUES (1, 'authority', '052', '6', $$Linkage$$,
13335 FALSE, FALSE, FALSE);
13336 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13337                                  repeatable, mandatory, hidden)
13338 VALUES (1, 'authority', '052', '8', $$Field link and sequence number$$,
13339 TRUE, FALSE, FALSE);
13340 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13341                               fixed_field, repeatable, mandatory, hidden)
13342 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.$$,
13343 FALSE, TRUE, FALSE, FALSE);
13344 INSERT INTO config.record_attr_definition(name, label)
13345 VALUES ('marc21_authority_053_ind_1', 'MARC 21 authority field 053 indicator position 1');
13346 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13347 VALUES ('marc21_authority_053_ind_1', '#', $$Undefined$$, FALSE, TRUE);
13348 INSERT INTO config.record_attr_definition(name, label)
13349 VALUES ('marc21_authority_053_ind_2', 'MARC 21 authority field 053 indicator position 2');
13350 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13351 VALUES ('marc21_authority_053_ind_2', '0', $$Assigned by LC$$, FALSE, TRUE);
13352 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13353 VALUES ('marc21_authority_053_ind_2', '4', $$Assigned by agency other than LC$$, FALSE, TRUE);
13354 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13355                                  repeatable, mandatory, hidden)
13356 VALUES (1, 'authority', '053', 'a', $$Classification number element-single number or beginning number of span$$,
13357 FALSE, FALSE, FALSE);
13358 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13359                                  repeatable, mandatory, hidden)
13360 VALUES (1, 'authority', '053', 'b', $$Classification number element-ending number of span$$,
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', '053', 'c', $$Explanatory term$$,
13365 FALSE, FALSE, FALSE);
13366 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13367                                  repeatable, mandatory, hidden)
13368 VALUES (1, 'authority', '053', '5', $$Institution to which field applies$$,
13369 TRUE, FALSE, FALSE);
13370 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13371                                  repeatable, mandatory, hidden)
13372 VALUES (1, 'authority', '053', '6', $$Linkage$$,
13373 FALSE, FALSE, FALSE);
13374 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13375                                  repeatable, mandatory, hidden)
13376 VALUES (1, 'authority', '053', '8', $$Field link and sequence number$$,
13377 TRUE, FALSE, FALSE);
13378 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13379                               fixed_field, repeatable, mandatory, hidden)
13380 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.$$,
13381 FALSE, TRUE, FALSE, FALSE);
13382 INSERT INTO config.record_attr_definition(name, label)
13383 VALUES ('marc21_authority_055_ind_1', 'MARC 21 authority field 055 indicator position 1');
13384 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13385 VALUES ('marc21_authority_055_ind_1', '#', $$Undefined$$, FALSE, TRUE);
13386 INSERT INTO config.record_attr_definition(name, label)
13387 VALUES ('marc21_authority_055_ind_2', 'MARC 21 authority field 055 indicator position 2');
13388 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13389 VALUES ('marc21_authority_055_ind_2', '0', $$Assigned by LAC$$, FALSE, TRUE);
13390 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13391 VALUES ('marc21_authority_055_ind_2', '4', $$Assigned by agency other than LAC$$, FALSE, TRUE);
13392 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13393                                  repeatable, mandatory, hidden)
13394 VALUES (1, 'authority', '055', 'a', $$Classification number$$,
13395 FALSE, FALSE, FALSE);
13396 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13397                                  repeatable, mandatory, hidden)
13398 VALUES (1, 'authority', '055', 'b', $$Item number$$,
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', '055', 'd', $$Volumes/dates to which call number applies$$,
13403 FALSE, FALSE, FALSE);
13404 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13405                                  repeatable, mandatory, hidden)
13406 VALUES (1, 'authority', '055', '5', $$Institution to which field applies$$,
13407 TRUE, FALSE, FALSE);
13408 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13409                                  repeatable, mandatory, hidden)
13410 VALUES (1, 'authority', '055', '6', $$Linkage$$,
13411 FALSE, FALSE, FALSE);
13412 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13413                                  repeatable, mandatory, hidden)
13414 VALUES (1, 'authority', '055', '8', $$Field link and sequence number$$,
13415 TRUE, FALSE, FALSE);
13416 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13417                               fixed_field, repeatable, mandatory, hidden)
13418 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).$$,
13419 FALSE, TRUE, FALSE, FALSE);
13420 INSERT INTO config.record_attr_definition(name, label)
13421 VALUES ('marc21_authority_060_ind_1', 'MARC 21 authority field 060 indicator position 1');
13422 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13423 VALUES ('marc21_authority_060_ind_1', '#', $$Undefined$$, FALSE, TRUE);
13424 INSERT INTO config.record_attr_definition(name, label)
13425 VALUES ('marc21_authority_060_ind_2', 'MARC 21 authority field 060 indicator position 2');
13426 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13427 VALUES ('marc21_authority_060_ind_2', '0', $$Assigned by NLM$$, FALSE, TRUE);
13428 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13429 VALUES ('marc21_authority_060_ind_2', '4', $$Assigned by agency other than NLM$$, FALSE, TRUE);
13430 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13431                                  repeatable, mandatory, hidden)
13432 VALUES (1, 'authority', '060', 'a', $$Classification number$$,
13433 FALSE, FALSE, FALSE);
13434 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13435                                  repeatable, mandatory, hidden)
13436 VALUES (1, 'authority', '060', 'b', $$Item number$$,
13437 FALSE, FALSE, FALSE);
13438 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13439                                  repeatable, mandatory, hidden)
13440 VALUES (1, 'authority', '060', 'd', $$Volumes/dates to which call number applies$$,
13441 FALSE, FALSE, FALSE);
13442 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13443                                  repeatable, mandatory, hidden)
13444 VALUES (1, 'authority', '060', '5', $$Institution to which field applies$$,
13445 TRUE, FALSE, FALSE);
13446 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13447                                  repeatable, mandatory, hidden)
13448 VALUES (1, 'authority', '060', '6', $$Linkage$$,
13449 FALSE, FALSE, FALSE);
13450 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13451                                  repeatable, mandatory, hidden)
13452 VALUES (1, 'authority', '060', '8', $$Field link and sequence number$$,
13453 TRUE, FALSE, FALSE);
13454 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13455                               fixed_field, repeatable, mandatory, hidden)
13456 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.$$,
13457 FALSE, TRUE, FALSE, FALSE);
13458 INSERT INTO config.record_attr_definition(name, label)
13459 VALUES ('marc21_authority_065_ind_1', 'MARC 21 authority field 065 indicator position 1');
13460 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13461 VALUES ('marc21_authority_065_ind_1', '#', $$Undefined$$, FALSE, TRUE);
13462 INSERT INTO config.record_attr_definition(name, label)
13463 VALUES ('marc21_authority_065_ind_2', 'MARC 21 authority field 065 indicator position 2');
13464 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13465 VALUES ('marc21_authority_065_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13466 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13467                                  repeatable, mandatory, hidden)
13468 VALUES (1, 'authority', '065', 'a', $$Classification number element-single number or beginning of span$$,
13469 FALSE, FALSE, FALSE);
13470 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13471                                  repeatable, mandatory, hidden)
13472 VALUES (1, 'authority', '065', 'b', $$Classification number element-ending number of span$$,
13473 FALSE, FALSE, FALSE);
13474 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13475                                  repeatable, mandatory, hidden)
13476 VALUES (1, 'authority', '065', 'c', $$Explanatory term$$,
13477 FALSE, FALSE, FALSE);
13478 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13479                                  repeatable, mandatory, hidden)
13480 VALUES (1, 'authority', '065', '2', $$Number source$$,
13481 FALSE, FALSE, FALSE);
13482 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13483                                  repeatable, mandatory, hidden)
13484 VALUES (1, 'authority', '065', '5', $$Institution to which field applies$$,
13485 TRUE, FALSE, FALSE);
13486 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13487                                  repeatable, mandatory, hidden)
13488 VALUES (1, 'authority', '065', '6', $$Linkage$$,
13489 FALSE, FALSE, FALSE);
13490 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13491                                  repeatable, mandatory, hidden)
13492 VALUES (1, 'authority', '065', '8', $$Field link and sequence number$$,
13493 TRUE, FALSE, FALSE);
13494 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13495                               fixed_field, repeatable, mandatory, hidden)
13496 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$$,
13497 FALSE, FALSE, FALSE, FALSE);
13498 INSERT INTO config.record_attr_definition(name, label)
13499 VALUES ('marc21_authority_066_ind_1', 'MARC 21 authority field 066 indicator position 1');
13500 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13501 VALUES ('marc21_authority_066_ind_1', '#', $$Undefined$$, FALSE, TRUE);
13502 INSERT INTO config.record_attr_definition(name, label)
13503 VALUES ('marc21_authority_066_ind_2', 'MARC 21 authority field 066 indicator position 2');
13504 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13505 VALUES ('marc21_authority_066_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13506 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13507                                  repeatable, mandatory, hidden)
13508 VALUES (1, 'authority', '066', 'a', $$Primary G0 character set$$,
13509 FALSE, FALSE, FALSE);
13510 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13511                                  repeatable, mandatory, hidden)
13512 VALUES (1, 'authority', '066', 'b', $$Primary G1 character set$$,
13513 FALSE, FALSE, FALSE);
13514 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13515                                  repeatable, mandatory, hidden)
13516 VALUES (1, 'authority', '066', 'c', $$Alternate G0 or G1 character set$$,
13517 TRUE, FALSE, FALSE);
13518 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13519                               fixed_field, repeatable, mandatory, hidden)
13520 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).$$,
13521 FALSE, TRUE, FALSE, FALSE);
13522 INSERT INTO config.record_attr_definition(name, label)
13523 VALUES ('marc21_authority_070_ind_1', 'MARC 21 authority field 070 indicator position 1');
13524 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13525 VALUES ('marc21_authority_070_ind_1', '#', $$Undefined$$, FALSE, TRUE);
13526 INSERT INTO config.record_attr_definition(name, label)
13527 VALUES ('marc21_authority_070_ind_2', 'MARC 21 authority field 070 indicator position 2');
13528 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13529 VALUES ('marc21_authority_070_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13530 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13531                                  repeatable, mandatory, hidden)
13532 VALUES (1, 'authority', '070', 'a', $$Classification number$$,
13533 FALSE, FALSE, FALSE);
13534 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13535                                  repeatable, mandatory, hidden)
13536 VALUES (1, 'authority', '070', 'b', $$Item number$$,
13537 FALSE, FALSE, FALSE);
13538 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13539                                  repeatable, mandatory, hidden)
13540 VALUES (1, 'authority', '070', 'd', $$Volumes/dates to which call number applies$$,
13541 FALSE, FALSE, FALSE);
13542 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13543                                  repeatable, mandatory, hidden)
13544 VALUES (1, 'authority', '070', '6', $$Linkage$$,
13545 FALSE, FALSE, FALSE);
13546 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13547                                  repeatable, mandatory, hidden)
13548 VALUES (1, 'authority', '070', '8', $$Field link and sequence number$$,
13549 TRUE, FALSE, FALSE);
13550 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13551                               fixed_field, repeatable, mandatory, hidden)
13552 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.$$,
13553 FALSE, TRUE, FALSE, FALSE);
13554 INSERT INTO config.record_attr_definition(name, label)
13555 VALUES ('marc21_authority_072_ind_1', 'MARC 21 authority field 072 indicator position 1');
13556 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13557 VALUES ('marc21_authority_072_ind_1', '#', $$Undefined$$, FALSE, TRUE);
13558 INSERT INTO config.record_attr_definition(name, label)
13559 VALUES ('marc21_authority_072_ind_2', 'MARC 21 authority field 072 indicator position 2');
13560 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13561 VALUES ('marc21_authority_072_ind_2', '#', $$No information provided$$, FALSE, TRUE);
13562 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13563 VALUES ('marc21_authority_072_ind_2', '0', $$NAL subject category code list$$, FALSE, TRUE);
13564 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13565 VALUES ('marc21_authority_072_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
13566 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13567                                  repeatable, mandatory, hidden)
13568 VALUES (1, 'authority', '072', 'a', $$Subject category code$$,
13569 FALSE, FALSE, FALSE);
13570 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13571                                  repeatable, mandatory, hidden)
13572 VALUES (1, 'authority', '072', 'x', $$Subject category code subdivision$$,
13573 TRUE, FALSE, FALSE);
13574 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13575                                  repeatable, mandatory, hidden)
13576 VALUES (1, 'authority', '072', '2', $$Code source$$,
13577 FALSE, FALSE, FALSE);
13578 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13579                                  repeatable, mandatory, hidden)
13580 VALUES (1, 'authority', '072', '6', $$Linkage$$,
13581 FALSE, FALSE, FALSE);
13582 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13583                                  repeatable, mandatory, hidden)
13584 VALUES (1, 'authority', '072', '8', $$Field link and sequence number$$,
13585 TRUE, FALSE, FALSE);
13586 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13587                               fixed_field, repeatable, mandatory, hidden)
13588 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.$$,
13589 FALSE, FALSE, FALSE, FALSE);
13590 INSERT INTO config.record_attr_definition(name, label)
13591 VALUES ('marc21_authority_073_ind_1', 'MARC 21 authority field 073 indicator position 1');
13592 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13593 VALUES ('marc21_authority_073_ind_1', '#', $$Undefined$$, FALSE, TRUE);
13594 INSERT INTO config.record_attr_definition(name, label)
13595 VALUES ('marc21_authority_073_ind_2', 'MARC 21 authority field 073 indicator position 2');
13596 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13597 VALUES ('marc21_authority_073_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13598 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13599                                  repeatable, mandatory, hidden)
13600 VALUES (1, 'authority', '073', 'a', $$Subdivision usage$$,
13601 TRUE, FALSE, FALSE);
13602 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13603                                  repeatable, mandatory, hidden)
13604 VALUES (1, 'authority', '073', 'z', $$Code source$$,
13605 FALSE, FALSE, FALSE);
13606 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13607                                  repeatable, mandatory, hidden)
13608 VALUES (1, 'authority', '073', '6', $$Linkage$$,
13609 FALSE, FALSE, FALSE);
13610 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13611                                  repeatable, mandatory, hidden)
13612 VALUES (1, 'authority', '073', '8', $$Field link and sequence number$$,
13613 TRUE, FALSE, FALSE);
13614 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13615                               fixed_field, repeatable, mandatory, hidden)
13616 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.$$,
13617 FALSE, TRUE, FALSE, FALSE);
13618 INSERT INTO config.record_attr_definition(name, label)
13619 VALUES ('marc21_authority_080_ind_1', 'MARC 21 authority field 080 indicator position 1');
13620 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13621 VALUES ('marc21_authority_080_ind_1', '#', $$No information provided$$, FALSE, TRUE);
13622 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13623 VALUES ('marc21_authority_080_ind_1', '0', $$Full$$, FALSE, TRUE);
13624 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13625 VALUES ('marc21_authority_080_ind_1', '1', $$Abridged$$, FALSE, TRUE);
13626 INSERT INTO config.record_attr_definition(name, label)
13627 VALUES ('marc21_authority_080_ind_2', 'MARC 21 authority field 080 indicator position 2');
13628 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13629 VALUES ('marc21_authority_080_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13630 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13631                                  repeatable, mandatory, hidden)
13632 VALUES (1, 'authority', '080', 'a', $$Universal Decimal Classification number$$,
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', '080', 'b', $$Item 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', '080', 'x', $$Common auxiliary subdivision$$,
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', '080', '2', $$Edition identifier$$,
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', '080', '6', $$Linkage$$,
13649 FALSE, FALSE, FALSE);
13650 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13651                                  repeatable, mandatory, hidden)
13652 VALUES (1, 'authority', '080', '8', $$Field link and sequence number$$,
13653 TRUE, FALSE, FALSE);
13654 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13655                               fixed_field, repeatable, mandatory, hidden)
13656 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$$,
13657 FALSE, TRUE, FALSE, FALSE);
13658 INSERT INTO config.record_attr_definition(name, label)
13659 VALUES ('marc21_authority_082_ind_1', 'MARC 21 authority field 082 indicator position 1');
13660 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13661 VALUES ('marc21_authority_082_ind_1', '0', $$Full$$, FALSE, TRUE);
13662 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13663 VALUES ('marc21_authority_082_ind_1', '1', $$Abridged$$, FALSE, TRUE);
13664 INSERT INTO config.record_attr_definition(name, label)
13665 VALUES ('marc21_authority_082_ind_2', 'MARC 21 authority field 082 indicator position 2');
13666 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13667 VALUES ('marc21_authority_082_ind_2', '#', $$No information provided$$, FALSE, TRUE);
13668 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13669 VALUES ('marc21_authority_082_ind_2', '0', $$Assigned by LC$$, FALSE, TRUE);
13670 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13671 VALUES ('marc21_authority_082_ind_2', '4', $$Assigned by agency other than LC$$, FALSE, TRUE);
13672 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13673                                  repeatable, mandatory, hidden)
13674 VALUES (1, 'authority', '082', 'a', $$Classification number$$,
13675 FALSE, FALSE, FALSE);
13676 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13677                                  repeatable, mandatory, hidden)
13678 VALUES (1, 'authority', '082', 'b', $$Item number$$,
13679 FALSE, FALSE, FALSE);
13680 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13681                                  repeatable, mandatory, hidden)
13682 VALUES (1, 'authority', '082', 'd', $$Volumes/dates to which call number applies$$,
13683 FALSE, FALSE, FALSE);
13684 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13685                                  repeatable, mandatory, hidden)
13686 VALUES (1, 'authority', '082', '2', $$Edition number$$,
13687 FALSE, FALSE, FALSE);
13688 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13689                                  repeatable, mandatory, hidden)
13690 VALUES (1, 'authority', '082', '5', $$Institution to which field applies$$,
13691 TRUE, FALSE, FALSE);
13692 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13693                                  repeatable, mandatory, hidden)
13694 VALUES (1, 'authority', '082', '6', $$Linkage$$,
13695 FALSE, FALSE, FALSE);
13696 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13697                                  repeatable, mandatory, hidden)
13698 VALUES (1, 'authority', '082', '8', $$Field link and sequence number$$,
13699 TRUE, FALSE, FALSE);
13700 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13701                               fixed_field, repeatable, mandatory, hidden)
13702 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 .$$,
13703 FALSE, TRUE, FALSE, FALSE);
13704 INSERT INTO config.record_attr_definition(name, label)
13705 VALUES ('marc21_authority_083_ind_1', 'MARC 21 authority field 083 indicator position 1');
13706 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13707 VALUES ('marc21_authority_083_ind_1', '0', $$Full$$, FALSE, TRUE);
13708 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13709 VALUES ('marc21_authority_083_ind_1', '1', $$Abridged$$, FALSE, TRUE);
13710 INSERT INTO config.record_attr_definition(name, label)
13711 VALUES ('marc21_authority_083_ind_2', 'MARC 21 authority field 083 indicator position 2');
13712 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13713 VALUES ('marc21_authority_083_ind_2', '0', $$Assigned by LC$$, FALSE, TRUE);
13714 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13715 VALUES ('marc21_authority_083_ind_2', '4', $$Assigned by agency other than LC$$, FALSE, TRUE);
13716 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13717                                  repeatable, mandatory, hidden)
13718 VALUES (1, 'authority', '083', 'a', $$Classification number element-single number or beginning number of span$$,
13719 FALSE, FALSE, FALSE);
13720 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13721                                  repeatable, mandatory, hidden)
13722 VALUES (1, 'authority', '083', 'b', $$Classification number element-ending number of span$$,
13723 FALSE, FALSE, FALSE);
13724 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13725                                  repeatable, mandatory, hidden)
13726 VALUES (1, 'authority', '083', 'c', $$Explanatory term$$,
13727 FALSE, FALSE, FALSE);
13728 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13729                                  repeatable, mandatory, hidden)
13730 VALUES (1, 'authority', '083', 'y', $$Table sequence number for internal subarrangement or add table$$,
13731 TRUE, FALSE, FALSE);
13732 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13733                                  repeatable, mandatory, hidden)
13734 VALUES (1, 'authority', '083', 'z', $$Table identification-table number$$,
13735 FALSE, FALSE, FALSE);
13736 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13737                                  repeatable, mandatory, hidden)
13738 VALUES (1, 'authority', '083', '2', $$Edition number$$,
13739 FALSE, FALSE, FALSE);
13740 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13741                                  repeatable, mandatory, hidden)
13742 VALUES (1, 'authority', '083', '5', $$Institution to which field applies$$,
13743 TRUE, FALSE, FALSE);
13744 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13745                                  repeatable, mandatory, hidden)
13746 VALUES (1, 'authority', '083', '6', $$Linkage$$,
13747 FALSE, FALSE, FALSE);
13748 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13749                                  repeatable, mandatory, hidden)
13750 VALUES (1, 'authority', '083', '8', $$Field link and sequence number$$,
13751 TRUE, FALSE, FALSE);
13752 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13753                               fixed_field, repeatable, mandatory, hidden)
13754 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.$$,
13755 FALSE, TRUE, FALSE, FALSE);
13756 INSERT INTO config.record_attr_definition(name, label)
13757 VALUES ('marc21_authority_086_ind_1', 'MARC 21 authority field 086 indicator position 1');
13758 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13759 VALUES ('marc21_authority_086_ind_1', '#', $$Source specified in subfield $2$$, FALSE, TRUE);
13760 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13761 VALUES ('marc21_authority_086_ind_1', '0', $$Superintendent of Documents Classification System$$, FALSE, TRUE);
13762 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13763 VALUES ('marc21_authority_086_ind_1', '1', $$Government of Canada Publications: Outline of Classification$$, FALSE, TRUE);
13764 INSERT INTO config.record_attr_definition(name, label)
13765 VALUES ('marc21_authority_086_ind_2', 'MARC 21 authority field 086 indicator position 2');
13766 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13767 VALUES ('marc21_authority_086_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13768 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13769                                  repeatable, mandatory, hidden)
13770 VALUES (1, 'authority', '086', 'a', $$Call number$$,
13771 FALSE, FALSE, FALSE);
13772 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13773                                  repeatable, mandatory, hidden)
13774 VALUES (1, 'authority', '086', 'd', $$Volumes/dates to which call number applies$$,
13775 FALSE, FALSE, FALSE);
13776 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13777                                  repeatable, mandatory, hidden)
13778 VALUES (1, 'authority', '086', 'z', $$Canceled/invalid call number$$,
13779 TRUE, FALSE, FALSE);
13780 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13781                                  repeatable, mandatory, hidden)
13782 VALUES (1, 'authority', '086', '2', $$Number source$$,
13783 FALSE, FALSE, FALSE);
13784 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13785                                  repeatable, mandatory, hidden)
13786 VALUES (1, 'authority', '086', '5', $$Institution to which field applies$$,
13787 TRUE, FALSE, FALSE);
13788 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13789                                  repeatable, mandatory, hidden)
13790 VALUES (1, 'authority', '086', '6', $$Linkage$$,
13791 FALSE, FALSE, FALSE);
13792 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13793                                  repeatable, mandatory, hidden)
13794 VALUES (1, 'authority', '086', '8', $$Field link and sequence number$$,
13795 TRUE, FALSE, FALSE);
13796 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13797                               fixed_field, repeatable, mandatory, hidden)
13798 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.$$,
13799 FALSE, TRUE, FALSE, FALSE);
13800 INSERT INTO config.record_attr_definition(name, label)
13801 VALUES ('marc21_authority_087_ind_1', 'MARC 21 authority field 087 indicator position 1');
13802 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13803 VALUES ('marc21_authority_087_ind_1', '#', $$Source specified in subfield $2$$, FALSE, TRUE);
13804 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13805 VALUES ('marc21_authority_087_ind_1', '0', $$Superintendent of Documents Classification System$$, FALSE, TRUE);
13806 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13807 VALUES ('marc21_authority_087_ind_1', '1', $$Government of Canada Publications: Outline of Classification$$, FALSE, TRUE);
13808 INSERT INTO config.record_attr_definition(name, label)
13809 VALUES ('marc21_authority_087_ind_2', 'MARC 21 authority field 087 indicator position 2');
13810 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13811 VALUES ('marc21_authority_087_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13812 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13813                                  repeatable, mandatory, hidden)
13814 VALUES (1, 'authority', '087', 'a', $$Classification number element-Single number of beginning number of span$$,
13815 FALSE, FALSE, FALSE);
13816 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13817                                  repeatable, mandatory, hidden)
13818 VALUES (1, 'authority', '087', 'b', $$Classification number element-Ending number of span$$,
13819 FALSE, FALSE, FALSE);
13820 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13821                                  repeatable, mandatory, hidden)
13822 VALUES (1, 'authority', '087', 'c', $$Explanatory information$$,
13823 FALSE, FALSE, FALSE);
13824 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13825                                  repeatable, mandatory, hidden)
13826 VALUES (1, 'authority', '087', '2', $$Number source$$,
13827 FALSE, FALSE, FALSE);
13828 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13829                                  repeatable, mandatory, hidden)
13830 VALUES (1, 'authority', '087', '6', $$Linkage$$,
13831 FALSE, FALSE, FALSE);
13832 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13833                                  repeatable, mandatory, hidden)
13834 VALUES (1, 'authority', '087', '8', $$Field link and sequence number$$,
13835 TRUE, FALSE, FALSE);
13836 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13837                               fixed_field, repeatable, mandatory, hidden)
13838 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.$$,
13839 FALSE, FALSE, FALSE, FALSE);
13840 INSERT INTO config.record_attr_definition(name, label)
13841 VALUES ('marc21_authority_100_ind_1', 'MARC 21 authority field 100 indicator position 1');
13842 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13843 VALUES ('marc21_authority_100_ind_1', '0', $$Forename$$, FALSE, TRUE);
13844 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13845 VALUES ('marc21_authority_100_ind_1', '1', $$Surname$$, FALSE, TRUE);
13846 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13847 VALUES ('marc21_authority_100_ind_1', '3', $$Family name$$, FALSE, TRUE);
13848 INSERT INTO config.record_attr_definition(name, label)
13849 VALUES ('marc21_authority_100_ind_2', 'MARC 21 authority field 100 indicator position 2');
13850 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13851 VALUES ('marc21_authority_100_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13852 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13853                                  repeatable, mandatory, hidden)
13854 VALUES (1, 'authority', '100', 'a', $$Personal name$$,
13855 FALSE, FALSE, FALSE);
13856 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13857                                  repeatable, mandatory, hidden)
13858 VALUES (1, 'authority', '100', 'b', $$Numeration$$,
13859 FALSE, FALSE, FALSE);
13860 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13861                                  repeatable, mandatory, hidden)
13862 VALUES (1, 'authority', '100', 'c', $$Titles and other words associated with a name$$,
13863 TRUE, FALSE, FALSE);
13864 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13865                                  repeatable, mandatory, hidden)
13866 VALUES (1, 'authority', '100', 'd', $$Dates associated with a name$$,
13867 FALSE, FALSE, FALSE);
13868 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13869                                  repeatable, mandatory, hidden)
13870 VALUES (1, 'authority', '100', 'e', $$Relator term$$,
13871 TRUE, FALSE, FALSE);
13872 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13873                                  repeatable, mandatory, hidden)
13874 VALUES (1, 'authority', '100', 'f', $$Date of a work$$,
13875 FALSE, FALSE, FALSE);
13876 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13877                                  repeatable, mandatory, hidden)
13878 VALUES (1, 'authority', '100', 'g', $$Miscellaneous information$$,
13879 FALSE, FALSE, FALSE);
13880 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13881                                  repeatable, mandatory, hidden)
13882 VALUES (1, 'authority', '100', 'h', $$Medium$$,
13883 FALSE, FALSE, FALSE);
13884 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13885                                  repeatable, mandatory, hidden)
13886 VALUES (1, 'authority', '100', 'j', $$Attribution qualifier$$,
13887 TRUE, FALSE, FALSE);
13888 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13889                                  repeatable, mandatory, hidden)
13890 VALUES (1, 'authority', '100', 'k', $$Form subheading$$,
13891 TRUE, FALSE, FALSE);
13892 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13893                                  repeatable, mandatory, hidden)
13894 VALUES (1, 'authority', '100', 'l', $$Language of a work$$,
13895 FALSE, FALSE, FALSE);
13896 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13897                                  repeatable, mandatory, hidden)
13898 VALUES (1, 'authority', '100', 'm', $$Medium of performance for music$$,
13899 TRUE, FALSE, FALSE);
13900 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13901                                  repeatable, mandatory, hidden)
13902 VALUES (1, 'authority', '100', 'n', $$Number of part/section of a work$$,
13903 TRUE, FALSE, FALSE);
13904 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13905                                  repeatable, mandatory, hidden)
13906 VALUES (1, 'authority', '100', 'o', $$Arranged statement for music$$,
13907 FALSE, FALSE, FALSE);
13908 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13909                                  repeatable, mandatory, hidden)
13910 VALUES (1, 'authority', '100', 'p', $$Name of part/section of a work$$,
13911 TRUE, FALSE, FALSE);
13912 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13913                                  repeatable, mandatory, hidden)
13914 VALUES (1, 'authority', '100', 'q', $$Fuller form of name$$,
13915 FALSE, FALSE, FALSE);
13916 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13917                                  repeatable, mandatory, hidden)
13918 VALUES (1, 'authority', '100', 'r', $$Key for music$$,
13919 FALSE, FALSE, FALSE);
13920 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13921                                  repeatable, mandatory, hidden)
13922 VALUES (1, 'authority', '100', 's', $$Version$$,
13923 FALSE, FALSE, FALSE);
13924 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13925                                  repeatable, mandatory, hidden)
13926 VALUES (1, 'authority', '100', 't', $$Title of a work$$,
13927 FALSE, FALSE, FALSE);
13928 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13929                                  repeatable, mandatory, hidden)
13930 VALUES (1, 'authority', '100', 'v', $$Form subdivision$$,
13931 TRUE, FALSE, FALSE);
13932 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13933                                  repeatable, mandatory, hidden)
13934 VALUES (1, 'authority', '100', 'x', $$General subdivision$$,
13935 TRUE, FALSE, FALSE);
13936 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13937                                  repeatable, mandatory, hidden)
13938 VALUES (1, 'authority', '100', 'y', $$Chronological subdivision$$,
13939 TRUE, FALSE, FALSE);
13940 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13941                                  repeatable, mandatory, hidden)
13942 VALUES (1, 'authority', '100', 'z', $$Geographic subdivision$$,
13943 TRUE, FALSE, FALSE);
13944 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13945                                  repeatable, mandatory, hidden)
13946 VALUES (1, 'authority', '100', '6', $$Linkage$$,
13947 FALSE, FALSE, FALSE);
13948 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13949                                  repeatable, mandatory, hidden)
13950 VALUES (1, 'authority', '100', '8', $$Field link and sequence number$$,
13951 TRUE, FALSE, FALSE);
13952 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
13953                               fixed_field, repeatable, mandatory, hidden)
13954 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.$$,
13955 FALSE, FALSE, FALSE, FALSE);
13956 INSERT INTO config.record_attr_definition(name, label)
13957 VALUES ('marc21_authority_110_ind_1', 'MARC 21 authority field 110 indicator position 1');
13958 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13959 VALUES ('marc21_authority_110_ind_1', '0', $$Inverted name$$, FALSE, TRUE);
13960 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13961 VALUES ('marc21_authority_110_ind_1', '1', $$Jurisdiction name$$, FALSE, TRUE);
13962 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13963 VALUES ('marc21_authority_110_ind_1', '2', $$Name in direct order$$, FALSE, TRUE);
13964 INSERT INTO config.record_attr_definition(name, label)
13965 VALUES ('marc21_authority_110_ind_2', 'MARC 21 authority field 110 indicator position 2');
13966 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
13967 VALUES ('marc21_authority_110_ind_2', '#', $$Undefined$$, FALSE, TRUE);
13968 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13969                                  repeatable, mandatory, hidden)
13970 VALUES (1, 'authority', '110', 'a', $$Corporate name or jurisdiction name as entry element$$,
13971 FALSE, FALSE, FALSE);
13972 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13973                                  repeatable, mandatory, hidden)
13974 VALUES (1, 'authority', '110', 'b', $$Subordinate unit$$,
13975 TRUE, FALSE, FALSE);
13976 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13977                                  repeatable, mandatory, hidden)
13978 VALUES (1, 'authority', '110', 'c', $$Location of meeting$$,
13979 FALSE, FALSE, FALSE);
13980 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13981                                  repeatable, mandatory, hidden)
13982 VALUES (1, 'authority', '110', 'd', $$Date of meeting or treaty signing$$,
13983 TRUE, FALSE, FALSE);
13984 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13985                                  repeatable, mandatory, hidden)
13986 VALUES (1, 'authority', '110', 'e', $$Relator term$$,
13987 TRUE, FALSE, FALSE);
13988 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13989                                  repeatable, mandatory, hidden)
13990 VALUES (1, 'authority', '110', 'f', $$Date of a work$$,
13991 FALSE, FALSE, FALSE);
13992 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13993                                  repeatable, mandatory, hidden)
13994 VALUES (1, 'authority', '110', 'g', $$Miscellaneous information$$,
13995 FALSE, FALSE, FALSE);
13996 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
13997                                  repeatable, mandatory, hidden)
13998 VALUES (1, 'authority', '110', 'h', $$Medium$$,
13999 FALSE, FALSE, FALSE);
14000 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14001                                  repeatable, mandatory, hidden)
14002 VALUES (1, 'authority', '110', 'k', $$Form subheading$$,
14003 TRUE, FALSE, FALSE);
14004 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14005                                  repeatable, mandatory, hidden)
14006 VALUES (1, 'authority', '110', 'l', $$Language of a work$$,
14007 FALSE, FALSE, FALSE);
14008 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14009                                  repeatable, mandatory, hidden)
14010 VALUES (1, 'authority', '110', 'm', $$Medium of performance for music$$,
14011 TRUE, FALSE, FALSE);
14012 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14013                                  repeatable, mandatory, hidden)
14014 VALUES (1, 'authority', '110', 'n', $$Number of part/section/meeting$$,
14015 TRUE, FALSE, FALSE);
14016 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14017                                  repeatable, mandatory, hidden)
14018 VALUES (1, 'authority', '110', 'o', $$Arranged statement for music$$,
14019 FALSE, FALSE, FALSE);
14020 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14021                                  repeatable, mandatory, hidden)
14022 VALUES (1, 'authority', '110', 'p', $$Name of part/section of a work$$,
14023 TRUE, FALSE, FALSE);
14024 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14025                                  repeatable, mandatory, hidden)
14026 VALUES (1, 'authority', '110', 'r', $$Key for music$$,
14027 FALSE, FALSE, FALSE);
14028 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14029                                  repeatable, mandatory, hidden)
14030 VALUES (1, 'authority', '110', 's', $$Version$$,
14031 FALSE, FALSE, FALSE);
14032 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14033                                  repeatable, mandatory, hidden)
14034 VALUES (1, 'authority', '110', 't', $$Title of a work$$,
14035 FALSE, FALSE, FALSE);
14036 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14037                                  repeatable, mandatory, hidden)
14038 VALUES (1, 'authority', '110', 'v', $$Form subdivision$$,
14039 TRUE, FALSE, FALSE);
14040 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14041                                  repeatable, mandatory, hidden)
14042 VALUES (1, 'authority', '110', 'x', $$General subdivision$$,
14043 TRUE, FALSE, FALSE);
14044 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14045                                  repeatable, mandatory, hidden)
14046 VALUES (1, 'authority', '110', 'y', $$Chronological subdivision$$,
14047 TRUE, FALSE, FALSE);
14048 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14049                                  repeatable, mandatory, hidden)
14050 VALUES (1, 'authority', '110', 'z', $$Geographic subdivision$$,
14051 TRUE, FALSE, FALSE);
14052 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14053                                  repeatable, mandatory, hidden)
14054 VALUES (1, 'authority', '110', '6', $$Linkage$$,
14055 FALSE, FALSE, FALSE);
14056 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14057                                  repeatable, mandatory, hidden)
14058 VALUES (1, 'authority', '110', '8', $$Field link and sequence number$$,
14059 TRUE, FALSE, FALSE);
14060 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14061                               fixed_field, repeatable, mandatory, hidden)
14062 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.$$,
14063 FALSE, FALSE, FALSE, FALSE);
14064 INSERT INTO config.record_attr_definition(name, label)
14065 VALUES ('marc21_authority_111_ind_1', 'MARC 21 authority field 111 indicator position 1');
14066 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14067 VALUES ('marc21_authority_111_ind_1', '0', $$Inverted name$$, FALSE, TRUE);
14068 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14069 VALUES ('marc21_authority_111_ind_1', '1', $$Jurisdiction name$$, FALSE, TRUE);
14070 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14071 VALUES ('marc21_authority_111_ind_1', '2', $$Name in direct order$$, FALSE, TRUE);
14072 INSERT INTO config.record_attr_definition(name, label)
14073 VALUES ('marc21_authority_111_ind_2', 'MARC 21 authority field 111 indicator position 2');
14074 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14075 VALUES ('marc21_authority_111_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14076 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14077                                  repeatable, mandatory, hidden)
14078 VALUES (1, 'authority', '111', 'a', $$Meeting name or jurisdiction name as entry element$$,
14079 FALSE, FALSE, FALSE);
14080 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14081                                  repeatable, mandatory, hidden)
14082 VALUES (1, 'authority', '111', 'c', $$Location of meeting$$,
14083 FALSE, FALSE, FALSE);
14084 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14085                                  repeatable, mandatory, hidden)
14086 VALUES (1, 'authority', '111', 'd', $$Date of meeting$$,
14087 FALSE, FALSE, FALSE);
14088 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14089                                  repeatable, mandatory, hidden)
14090 VALUES (1, 'authority', '111', 'e', $$Subordinate unit$$,
14091 TRUE, FALSE, FALSE);
14092 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14093                                  repeatable, mandatory, hidden)
14094 VALUES (1, 'authority', '111', 'f', $$Date of a work$$,
14095 FALSE, FALSE, FALSE);
14096 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14097                                  repeatable, mandatory, hidden)
14098 VALUES (1, 'authority', '111', 'g', $$Miscellaneous information$$,
14099 FALSE, FALSE, FALSE);
14100 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14101                                  repeatable, mandatory, hidden)
14102 VALUES (1, 'authority', '111', 'h', $$Medium$$,
14103 FALSE, FALSE, FALSE);
14104 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14105                                  repeatable, mandatory, hidden)
14106 VALUES (1, 'authority', '111', 'j', $$Relator term$$,
14107 TRUE, FALSE, FALSE);
14108 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14109                                  repeatable, mandatory, hidden)
14110 VALUES (1, 'authority', '111', 'k', $$Form subheading$$,
14111 TRUE, FALSE, FALSE);
14112 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14113                                  repeatable, mandatory, hidden)
14114 VALUES (1, 'authority', '111', 'l', $$Language of a work$$,
14115 FALSE, FALSE, FALSE);
14116 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14117                                  repeatable, mandatory, hidden)
14118 VALUES (1, 'authority', '111', 'n', $$Number of part/section/meeting$$,
14119 TRUE, FALSE, FALSE);
14120 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14121                                  repeatable, mandatory, hidden)
14122 VALUES (1, 'authority', '111', 'p', $$Name of part/section of a work$$,
14123 TRUE, FALSE, FALSE);
14124 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14125                                  repeatable, mandatory, hidden)
14126 VALUES (1, 'authority', '111', 'q', $$Name of meeting following jurisdiction name entry element$$,
14127 FALSE, FALSE, FALSE);
14128 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14129                                  repeatable, mandatory, hidden)
14130 VALUES (1, 'authority', '111', 's', $$Version$$,
14131 FALSE, FALSE, FALSE);
14132 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14133                                  repeatable, mandatory, hidden)
14134 VALUES (1, 'authority', '111', 't', $$Title of a work$$,
14135 FALSE, FALSE, FALSE);
14136 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14137                                  repeatable, mandatory, hidden)
14138 VALUES (1, 'authority', '111', 'v', $$Form subdivision$$,
14139 TRUE, FALSE, FALSE);
14140 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14141                                  repeatable, mandatory, hidden)
14142 VALUES (1, 'authority', '111', 'x', $$General subdivision$$,
14143 TRUE, FALSE, FALSE);
14144 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14145                                  repeatable, mandatory, hidden)
14146 VALUES (1, 'authority', '111', 'y', $$Chronological subdivision$$,
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', '111', 'z', $$Geographic subdivision$$,
14151 TRUE, FALSE, FALSE);
14152 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14153                                  repeatable, mandatory, hidden)
14154 VALUES (1, 'authority', '111', '6', $$Linkage$$,
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', '111', '8', $$Field link and sequence number$$,
14159 TRUE, FALSE, FALSE);
14160 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14161                               fixed_field, repeatable, mandatory, hidden)
14162 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.$$,
14163 FALSE, FALSE, FALSE, FALSE);
14164 INSERT INTO config.record_attr_definition(name, label)
14165 VALUES ('marc21_authority_130_ind_1', 'MARC 21 authority field 130 indicator position 1');
14166 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14167 VALUES ('marc21_authority_130_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14168 INSERT INTO config.record_attr_definition(name, label)
14169 VALUES ('marc21_authority_130_ind_2', 'MARC 21 authority field 130 indicator position 2');
14170 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14171 VALUES ('marc21_authority_130_ind_2', '0', $$No nonfiling characters$$, FALSE, TRUE);
14172 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14173 VALUES ('marc21_authority_130_ind_2', '1', $$Number of nonfiling characters - 1$$, FALSE, TRUE);
14174 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14175 VALUES ('marc21_authority_130_ind_2', '2', $$Number of nonfiling characters - 2$$, FALSE, TRUE);
14176 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14177 VALUES ('marc21_authority_130_ind_2', '3', $$Number of nonfiling characters - 3$$, FALSE, TRUE);
14178 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14179 VALUES ('marc21_authority_130_ind_2', '4', $$Number of nonfiling characters - 4$$, FALSE, TRUE);
14180 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14181 VALUES ('marc21_authority_130_ind_2', '5', $$Number of nonfiling characters - 5$$, FALSE, TRUE);
14182 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14183 VALUES ('marc21_authority_130_ind_2', '6', $$Number of nonfiling characters - 6$$, FALSE, TRUE);
14184 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14185 VALUES ('marc21_authority_130_ind_2', '7', $$Number of nonfiling characters - 7$$, FALSE, TRUE);
14186 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14187 VALUES ('marc21_authority_130_ind_2', '8', $$Number of nonfiling characters - 8$$, FALSE, TRUE);
14188 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14189 VALUES ('marc21_authority_130_ind_2', '9', $$Number of nonfiling characters - 9$$, FALSE, TRUE);
14190 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14191                                  repeatable, mandatory, hidden)
14192 VALUES (1, 'authority', '130', 'a', $$Uniform title$$,
14193 FALSE, FALSE, FALSE);
14194 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14195                                  repeatable, mandatory, hidden)
14196 VALUES (1, 'authority', '130', 'd', $$Date of treaty signing$$,
14197 TRUE, FALSE, FALSE);
14198 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14199                                  repeatable, mandatory, hidden)
14200 VALUES (1, 'authority', '130', 'f', $$Date of a work$$,
14201 FALSE, FALSE, FALSE);
14202 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14203                                  repeatable, mandatory, hidden)
14204 VALUES (1, 'authority', '130', 'g', $$Miscellaneous information$$,
14205 FALSE, FALSE, FALSE);
14206 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14207                                  repeatable, mandatory, hidden)
14208 VALUES (1, 'authority', '130', 'h', $$Medium$$,
14209 FALSE, FALSE, FALSE);
14210 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14211                                  repeatable, mandatory, hidden)
14212 VALUES (1, 'authority', '130', 'k', $$Form subheading$$,
14213 TRUE, FALSE, FALSE);
14214 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14215                                  repeatable, mandatory, hidden)
14216 VALUES (1, 'authority', '130', 'l', $$Language of a work$$,
14217 FALSE, FALSE, FALSE);
14218 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14219                                  repeatable, mandatory, hidden)
14220 VALUES (1, 'authority', '130', 'm', $$Medium of performance for music$$,
14221 TRUE, FALSE, FALSE);
14222 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14223                                  repeatable, mandatory, hidden)
14224 VALUES (1, 'authority', '130', 'n', $$Number of part/section of a work$$,
14225 TRUE, FALSE, FALSE);
14226 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14227                                  repeatable, mandatory, hidden)
14228 VALUES (1, 'authority', '130', 'o', $$Arranged statement for music$$,
14229 FALSE, FALSE, FALSE);
14230 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14231                                  repeatable, mandatory, hidden)
14232 VALUES (1, 'authority', '130', 'p', $$Name of part/section of a work$$,
14233 TRUE, FALSE, FALSE);
14234 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14235                                  repeatable, mandatory, hidden)
14236 VALUES (1, 'authority', '130', 'r', $$Key for music$$,
14237 FALSE, FALSE, FALSE);
14238 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14239                                  repeatable, mandatory, hidden)
14240 VALUES (1, 'authority', '130', 's', $$Version$$,
14241 FALSE, FALSE, FALSE);
14242 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14243                                  repeatable, mandatory, hidden)
14244 VALUES (1, 'authority', '130', 't', $$Title of a work$$,
14245 FALSE, FALSE, FALSE);
14246 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14247                                  repeatable, mandatory, hidden)
14248 VALUES (1, 'authority', '130', 'v', $$Form subdivision$$,
14249 TRUE, FALSE, FALSE);
14250 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14251                                  repeatable, mandatory, hidden)
14252 VALUES (1, 'authority', '130', 'x', $$General subdivision$$,
14253 TRUE, FALSE, FALSE);
14254 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14255                                  repeatable, mandatory, hidden)
14256 VALUES (1, 'authority', '130', 'y', $$Chronological subdivision$$,
14257 TRUE, FALSE, FALSE);
14258 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14259                                  repeatable, mandatory, hidden)
14260 VALUES (1, 'authority', '130', 'z', $$Geographic subdivision$$,
14261 TRUE, FALSE, FALSE);
14262 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14263                                  repeatable, mandatory, hidden)
14264 VALUES (1, 'authority', '130', '6', $$Linkage$$,
14265 FALSE, FALSE, FALSE);
14266 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14267                                  repeatable, mandatory, hidden)
14268 VALUES (1, 'authority', '130', '8', $$Field link and sequence number$$,
14269 TRUE, FALSE, FALSE);
14270 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14271                               fixed_field, repeatable, mandatory, hidden)
14272 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.$$,
14273 FALSE, FALSE, FALSE, FALSE);
14274 INSERT INTO config.record_attr_definition(name, label)
14275 VALUES ('marc21_authority_148_ind_1', 'MARC 21 authority field 148 indicator position 1');
14276 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14277 VALUES ('marc21_authority_148_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14278 INSERT INTO config.record_attr_definition(name, label)
14279 VALUES ('marc21_authority_148_ind_2', 'MARC 21 authority field 148 indicator position 2');
14280 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14281 VALUES ('marc21_authority_148_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14282 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14283                                  repeatable, mandatory, hidden)
14284 VALUES (1, 'authority', '148', 'a', $$Chronological term$$,
14285 FALSE, FALSE, FALSE);
14286 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14287                                  repeatable, mandatory, hidden)
14288 VALUES (1, 'authority', '148', 'v', $$Form subdivision$$,
14289 TRUE, FALSE, FALSE);
14290 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14291                                  repeatable, mandatory, hidden)
14292 VALUES (1, 'authority', '148', 'x', $$General subdivision$$,
14293 TRUE, FALSE, FALSE);
14294 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14295                                  repeatable, mandatory, hidden)
14296 VALUES (1, 'authority', '148', 'y', $$Chronological subdivision$$,
14297 TRUE, FALSE, FALSE);
14298 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14299                                  repeatable, mandatory, hidden)
14300 VALUES (1, 'authority', '148', 'z', $$Geographic subdivision$$,
14301 TRUE, FALSE, FALSE);
14302 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14303                                  repeatable, mandatory, hidden)
14304 VALUES (1, 'authority', '148', '6', $$Linkage$$,
14305 FALSE, FALSE, FALSE);
14306 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14307                                  repeatable, mandatory, hidden)
14308 VALUES (1, 'authority', '148', '8', $$Field link and sequence number$$,
14309 TRUE, FALSE, FALSE);
14310 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14311                               fixed_field, repeatable, mandatory, hidden)
14312 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.$$,
14313 FALSE, FALSE, FALSE, FALSE);
14314 INSERT INTO config.record_attr_definition(name, label)
14315 VALUES ('marc21_authority_150_ind_1', 'MARC 21 authority field 150 indicator position 1');
14316 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14317 VALUES ('marc21_authority_150_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14318 INSERT INTO config.record_attr_definition(name, label)
14319 VALUES ('marc21_authority_150_ind_2', 'MARC 21 authority field 150 indicator position 2');
14320 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14321 VALUES ('marc21_authority_150_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14322 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14323                                  repeatable, mandatory, hidden)
14324 VALUES (1, 'authority', '150', 'a', $$Topical term or geographic name entry element$$,
14325 FALSE, FALSE, FALSE);
14326 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14327                                  repeatable, mandatory, hidden)
14328 VALUES (1, 'authority', '150', 'b', $$Topical term following geographic name entry element$$,
14329 FALSE, FALSE, FALSE);
14330 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14331                                  repeatable, mandatory, hidden)
14332 VALUES (1, 'authority', '150', 'v', $$Form subdivision$$,
14333 TRUE, FALSE, FALSE);
14334 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14335                                  repeatable, mandatory, hidden)
14336 VALUES (1, 'authority', '150', 'x', $$General subdivision$$,
14337 TRUE, FALSE, FALSE);
14338 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14339                                  repeatable, mandatory, hidden)
14340 VALUES (1, 'authority', '150', 'y', $$Chronological subdivision$$,
14341 TRUE, FALSE, FALSE);
14342 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14343                                  repeatable, mandatory, hidden)
14344 VALUES (1, 'authority', '150', 'z', $$Geographic subdivision$$,
14345 TRUE, FALSE, FALSE);
14346 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14347                                  repeatable, mandatory, hidden)
14348 VALUES (1, 'authority', '150', '6', $$Linkage$$,
14349 FALSE, FALSE, FALSE);
14350 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14351                                  repeatable, mandatory, hidden)
14352 VALUES (1, 'authority', '150', '8', $$Field link and sequence number$$,
14353 TRUE, FALSE, FALSE);
14354 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14355                               fixed_field, repeatable, mandatory, hidden)
14356 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.$$,
14357 FALSE, FALSE, FALSE, FALSE);
14358 INSERT INTO config.record_attr_definition(name, label)
14359 VALUES ('marc21_authority_151_ind_1', 'MARC 21 authority field 151 indicator position 1');
14360 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14361 VALUES ('marc21_authority_151_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14362 INSERT INTO config.record_attr_definition(name, label)
14363 VALUES ('marc21_authority_151_ind_2', 'MARC 21 authority field 151 indicator position 2');
14364 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14365 VALUES ('marc21_authority_151_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14366 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14367                                  repeatable, mandatory, hidden)
14368 VALUES (1, 'authority', '151', 'a', $$Geographic name$$,
14369 FALSE, FALSE, FALSE);
14370 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14371                                  repeatable, mandatory, hidden)
14372 VALUES (1, 'authority', '151', 'v', $$Form subdivision$$,
14373 TRUE, FALSE, FALSE);
14374 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14375                                  repeatable, mandatory, hidden)
14376 VALUES (1, 'authority', '151', 'x', $$General subdivision$$,
14377 TRUE, FALSE, FALSE);
14378 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14379                                  repeatable, mandatory, hidden)
14380 VALUES (1, 'authority', '151', 'y', $$Chronological subdivision$$,
14381 TRUE, FALSE, FALSE);
14382 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14383                                  repeatable, mandatory, hidden)
14384 VALUES (1, 'authority', '151', 'z', $$Geographic subdivision$$,
14385 TRUE, FALSE, FALSE);
14386 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14387                                  repeatable, mandatory, hidden)
14388 VALUES (1, 'authority', '151', '6', $$Linkage$$,
14389 FALSE, FALSE, FALSE);
14390 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14391                                  repeatable, mandatory, hidden)
14392 VALUES (1, 'authority', '151', '8', $$Field link and sequence number$$,
14393 TRUE, FALSE, FALSE);
14394 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14395                               fixed_field, repeatable, mandatory, hidden)
14396 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.$$,
14397 FALSE, FALSE, FALSE, FALSE);
14398 INSERT INTO config.record_attr_definition(name, label)
14399 VALUES ('marc21_authority_155_ind_1', 'MARC 21 authority field 155 indicator position 1');
14400 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14401 VALUES ('marc21_authority_155_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14402 INSERT INTO config.record_attr_definition(name, label)
14403 VALUES ('marc21_authority_155_ind_2', 'MARC 21 authority field 155 indicator position 2');
14404 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14405 VALUES ('marc21_authority_155_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14406 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14407                                  repeatable, mandatory, hidden)
14408 VALUES (1, 'authority', '155', 'a', $$Genre/form term$$,
14409 FALSE, FALSE, FALSE);
14410 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14411                                  repeatable, mandatory, hidden)
14412 VALUES (1, 'authority', '155', 'v', $$Form subdivision$$,
14413 TRUE, FALSE, FALSE);
14414 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14415                                  repeatable, mandatory, hidden)
14416 VALUES (1, 'authority', '155', 'x', $$General subdivision$$,
14417 TRUE, FALSE, FALSE);
14418 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14419                                  repeatable, mandatory, hidden)
14420 VALUES (1, 'authority', '155', 'y', $$Chronological subdivision$$,
14421 TRUE, FALSE, FALSE);
14422 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14423                                  repeatable, mandatory, hidden)
14424 VALUES (1, 'authority', '155', 'z', $$Geographic subdivision$$,
14425 TRUE, FALSE, FALSE);
14426 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14427                                  repeatable, mandatory, hidden)
14428 VALUES (1, 'authority', '155', '6', $$Linkage$$,
14429 FALSE, FALSE, FALSE);
14430 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14431                                  repeatable, mandatory, hidden)
14432 VALUES (1, 'authority', '155', '8', $$Field link and sequence number$$,
14433 TRUE, FALSE, FALSE);
14434 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14435                               fixed_field, repeatable, mandatory, hidden)
14436 VALUES (1, 'authority', '180', $$Heading-General Subdivision$$, $$Topical, form, or language term used as a heading in a subdivision record.$$,
14437 FALSE, FALSE, FALSE, FALSE);
14438 INSERT INTO config.record_attr_definition(name, label)
14439 VALUES ('marc21_authority_180_ind_1', 'MARC 21 authority field 180 indicator position 1');
14440 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14441 VALUES ('marc21_authority_180_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14442 INSERT INTO config.record_attr_definition(name, label)
14443 VALUES ('marc21_authority_180_ind_2', 'MARC 21 authority field 180 indicator position 2');
14444 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14445 VALUES ('marc21_authority_180_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14446 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14447                                  repeatable, mandatory, hidden)
14448 VALUES (1, 'authority', '180', 'v', $$Form subdivision$$,
14449 TRUE, FALSE, FALSE);
14450 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14451                                  repeatable, mandatory, hidden)
14452 VALUES (1, 'authority', '180', 'x', $$General subdivision$$,
14453 TRUE, FALSE, FALSE);
14454 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14455                                  repeatable, mandatory, hidden)
14456 VALUES (1, 'authority', '180', 'y', $$Chronological subdivision$$,
14457 TRUE, FALSE, FALSE);
14458 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14459                                  repeatable, mandatory, hidden)
14460 VALUES (1, 'authority', '180', 'z', $$Geographic subdivision$$,
14461 TRUE, FALSE, FALSE);
14462 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14463                                  repeatable, mandatory, hidden)
14464 VALUES (1, 'authority', '180', '6', $$Linkage$$,
14465 FALSE, FALSE, FALSE);
14466 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14467                                  repeatable, mandatory, hidden)
14468 VALUES (1, 'authority', '180', '8', $$Field link and sequence number$$,
14469 TRUE, FALSE, FALSE);
14470 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14471                               fixed_field, repeatable, mandatory, hidden)
14472 VALUES (1, 'authority', '181', $$Heading-Geographic Subdivision$$, $$Geographic name or term used as a heading in a subdivision record.$$,
14473 FALSE, FALSE, FALSE, FALSE);
14474 INSERT INTO config.record_attr_definition(name, label)
14475 VALUES ('marc21_authority_181_ind_1', 'MARC 21 authority field 181 indicator position 1');
14476 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14477 VALUES ('marc21_authority_181_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14478 INSERT INTO config.record_attr_definition(name, label)
14479 VALUES ('marc21_authority_181_ind_2', 'MARC 21 authority field 181 indicator position 2');
14480 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14481 VALUES ('marc21_authority_181_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14482 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14483                                  repeatable, mandatory, hidden)
14484 VALUES (1, 'authority', '181', 'v', $$Form subdivision$$,
14485 TRUE, FALSE, FALSE);
14486 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14487                                  repeatable, mandatory, hidden)
14488 VALUES (1, 'authority', '181', 'x', $$General subdivision$$,
14489 TRUE, FALSE, FALSE);
14490 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14491                                  repeatable, mandatory, hidden)
14492 VALUES (1, 'authority', '181', 'y', $$Chronological subdivision$$,
14493 TRUE, FALSE, FALSE);
14494 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14495                                  repeatable, mandatory, hidden)
14496 VALUES (1, 'authority', '181', 'z', $$Geographic subdivision$$,
14497 TRUE, FALSE, FALSE);
14498 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14499                                  repeatable, mandatory, hidden)
14500 VALUES (1, 'authority', '181', '6', $$Linkage$$,
14501 FALSE, FALSE, FALSE);
14502 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14503                                  repeatable, mandatory, hidden)
14504 VALUES (1, 'authority', '181', '8', $$Field link and sequence number$$,
14505 TRUE, FALSE, FALSE);
14506 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14507                               fixed_field, repeatable, mandatory, hidden)
14508 VALUES (1, 'authority', '182', $$Heading-Chronological Subdivision$$, $$Chronological term used as a heading in a subdivision record.$$,
14509 FALSE, FALSE, FALSE, FALSE);
14510 INSERT INTO config.record_attr_definition(name, label)
14511 VALUES ('marc21_authority_182_ind_1', 'MARC 21 authority field 182 indicator position 1');
14512 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14513 VALUES ('marc21_authority_182_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14514 INSERT INTO config.record_attr_definition(name, label)
14515 VALUES ('marc21_authority_182_ind_2', 'MARC 21 authority field 182 indicator position 2');
14516 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14517 VALUES ('marc21_authority_182_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14518 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14519                                  repeatable, mandatory, hidden)
14520 VALUES (1, 'authority', '182', 'v', $$Form subdivision$$,
14521 TRUE, FALSE, FALSE);
14522 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14523                                  repeatable, mandatory, hidden)
14524 VALUES (1, 'authority', '182', 'x', $$General subdivision$$,
14525 TRUE, FALSE, FALSE);
14526 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14527                                  repeatable, mandatory, hidden)
14528 VALUES (1, 'authority', '182', 'y', $$Chronological subdivision$$,
14529 TRUE, FALSE, FALSE);
14530 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14531                                  repeatable, mandatory, hidden)
14532 VALUES (1, 'authority', '182', 'z', $$Geographic subdivision$$,
14533 TRUE, FALSE, FALSE);
14534 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14535                                  repeatable, mandatory, hidden)
14536 VALUES (1, 'authority', '182', '6', $$Linkage$$,
14537 FALSE, FALSE, FALSE);
14538 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14539                                  repeatable, mandatory, hidden)
14540 VALUES (1, 'authority', '182', '8', $$Field link and sequence number$$,
14541 TRUE, FALSE, FALSE);
14542 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14543                               fixed_field, repeatable, mandatory, hidden)
14544 VALUES (1, 'authority', '185', $$Heading-Form Subdivision$$, $$Form or genre term used as a heading in a subdivision record.$$,
14545 FALSE, FALSE, FALSE, FALSE);
14546 INSERT INTO config.record_attr_definition(name, label)
14547 VALUES ('marc21_authority_185_ind_1', 'MARC 21 authority field 185 indicator position 1');
14548 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14549 VALUES ('marc21_authority_185_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14550 INSERT INTO config.record_attr_definition(name, label)
14551 VALUES ('marc21_authority_185_ind_2', 'MARC 21 authority field 185 indicator position 2');
14552 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14553 VALUES ('marc21_authority_185_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14554 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14555                                  repeatable, mandatory, hidden)
14556 VALUES (1, 'authority', '185', 'v', $$Form subdivision$$,
14557 TRUE, FALSE, FALSE);
14558 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14559                                  repeatable, mandatory, hidden)
14560 VALUES (1, 'authority', '185', 'x', $$General subdivision$$,
14561 TRUE, FALSE, FALSE);
14562 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14563                                  repeatable, mandatory, hidden)
14564 VALUES (1, 'authority', '185', 'y', $$Chronological subdivision$$,
14565 TRUE, FALSE, FALSE);
14566 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14567                                  repeatable, mandatory, hidden)
14568 VALUES (1, 'authority', '185', 'z', $$Geographic subdivision$$,
14569 TRUE, FALSE, FALSE);
14570 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14571                                  repeatable, mandatory, hidden)
14572 VALUES (1, 'authority', '185', '6', $$Linkage$$,
14573 FALSE, FALSE, FALSE);
14574 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14575                                  repeatable, mandatory, hidden)
14576 VALUES (1, 'authority', '185', '8', $$Field link and sequence number$$,
14577 TRUE, FALSE, FALSE);
14578 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14579                               fixed_field, repeatable, mandatory, hidden)
14580 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.$$,
14581 FALSE, TRUE, FALSE, FALSE);
14582 INSERT INTO config.record_attr_definition(name, label)
14583 VALUES ('marc21_authority_260_ind_1', 'MARC 21 authority field 260 indicator position 1');
14584 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14585 VALUES ('marc21_authority_260_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14586 INSERT INTO config.record_attr_definition(name, label)
14587 VALUES ('marc21_authority_260_ind_2', 'MARC 21 authority field 260 indicator position 2');
14588 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14589 VALUES ('marc21_authority_260_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14590 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14591                                  repeatable, mandatory, hidden)
14592 VALUES (1, 'authority', '260', 'a', $$Heading referred to$$,
14593 TRUE, FALSE, FALSE);
14594 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14595                                  repeatable, mandatory, hidden)
14596 VALUES (1, 'authority', '260', 'i', $$Explanatory text$$,
14597 TRUE, FALSE, FALSE);
14598 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14599                                  repeatable, mandatory, hidden)
14600 VALUES (1, 'authority', '260', '0', $$Authority record control number$$,
14601 TRUE, FALSE, FALSE);
14602 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14603                                  repeatable, mandatory, hidden)
14604 VALUES (1, 'authority', '260', '6', $$Linkage$$,
14605 FALSE, FALSE, FALSE);
14606 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14607                                  repeatable, mandatory, hidden)
14608 VALUES (1, 'authority', '260', '8', $$Field link and sequence number$$,
14609 TRUE, FALSE, FALSE);
14610 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14611                               fixed_field, repeatable, mandatory, hidden)
14612 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.$$,
14613 FALSE, TRUE, FALSE, FALSE);
14614 INSERT INTO config.record_attr_definition(name, label)
14615 VALUES ('marc21_authority_336_ind_1', 'MARC 21 authority field 336 indicator position 1');
14616 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14617 VALUES ('marc21_authority_336_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14618 INSERT INTO config.record_attr_definition(name, label)
14619 VALUES ('marc21_authority_336_ind_2', 'MARC 21 authority field 336 indicator position 2');
14620 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14621 VALUES ('marc21_authority_336_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14622 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14623                                  repeatable, mandatory, hidden)
14624 VALUES (1, 'authority', '336', 'a', $$Content type term$$,
14625 TRUE, FALSE, FALSE);
14626 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14627                                  repeatable, mandatory, hidden)
14628 VALUES (1, 'authority', '336', 'b', $$Content type code$$,
14629 TRUE, FALSE, FALSE);
14630 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14631                                  repeatable, mandatory, hidden)
14632 VALUES (1, 'authority', '336', '2', $$Source$$,
14633 FALSE, FALSE, FALSE);
14634 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14635                                  repeatable, mandatory, hidden)
14636 VALUES (1, 'authority', '336', '3', $$Materials specified$$,
14637 FALSE, FALSE, FALSE);
14638 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14639                                  repeatable, mandatory, hidden)
14640 VALUES (1, 'authority', '336', '6', $$Linkage$$,
14641 FALSE, FALSE, FALSE);
14642 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14643                                  repeatable, mandatory, hidden)
14644 VALUES (1, 'authority', '336', '8', $$Field link and sequence number$$,
14645 TRUE, FALSE, FALSE);
14646 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14647                               fixed_field, repeatable, mandatory, hidden)
14648 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.$$,
14649 FALSE, TRUE, FALSE, FALSE);
14650 INSERT INTO config.record_attr_definition(name, label)
14651 VALUES ('marc21_authority_360_ind_1', 'MARC 21 authority field 360 indicator position 1');
14652 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14653 VALUES ('marc21_authority_360_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14654 INSERT INTO config.record_attr_definition(name, label)
14655 VALUES ('marc21_authority_360_ind_2', 'MARC 21 authority field 360 indicator position 2');
14656 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14657 VALUES ('marc21_authority_360_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14658 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14659                                  repeatable, mandatory, hidden)
14660 VALUES (1, 'authority', '360', 'a', $$Heading referred to$$,
14661 TRUE, FALSE, FALSE);
14662 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14663                                  repeatable, mandatory, hidden)
14664 VALUES (1, 'authority', '360', 'i', $$Explanatory text$$,
14665 TRUE, FALSE, FALSE);
14666 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14667                                  repeatable, mandatory, hidden)
14668 VALUES (1, 'authority', '360', '0', $$Authority record control number$$,
14669 TRUE, FALSE, FALSE);
14670 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14671                                  repeatable, mandatory, hidden)
14672 VALUES (1, 'authority', '360', '6', $$Linkage$$,
14673 FALSE, FALSE, FALSE);
14674 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14675                                  repeatable, mandatory, hidden)
14676 VALUES (1, 'authority', '360', '8', $$Field link and sequence number$$,
14677 TRUE, FALSE, FALSE);
14678 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14679                               fixed_field, repeatable, mandatory, hidden)
14680 VALUES (1, 'authority', '370', $$Associated Place$$, $$A town, city, province, state, and/or country associated with persons, corporate bodies, families, works, and expressions.$$,
14681 FALSE, TRUE, FALSE, FALSE);
14682 INSERT INTO config.record_attr_definition(name, label)
14683 VALUES ('marc21_authority_370_ind_1', 'MARC 21 authority field 370 indicator position 1');
14684 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14685 VALUES ('marc21_authority_370_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14686 INSERT INTO config.record_attr_definition(name, label)
14687 VALUES ('marc21_authority_370_ind_2', 'MARC 21 authority field 370 indicator position 2');
14688 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14689 VALUES ('marc21_authority_370_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14690 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14691                                  repeatable, mandatory, hidden)
14692 VALUES (1, 'authority', '370', 'a', $$Place of birth$$,
14693 FALSE, FALSE, FALSE);
14694 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14695                                  repeatable, mandatory, hidden)
14696 VALUES (1, 'authority', '370', 'b', $$Place of death$$,
14697 FALSE, FALSE, FALSE);
14698 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14699                                  repeatable, mandatory, hidden)
14700 VALUES (1, 'authority', '370', 'c', $$Associated country$$,
14701 TRUE, FALSE, FALSE);
14702 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14703                                  repeatable, mandatory, hidden)
14704 VALUES (1, 'authority', '370', 'e', $$Place of residence/headquarters$$,
14705 TRUE, FALSE, FALSE);
14706 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14707                                  repeatable, mandatory, hidden)
14708 VALUES (1, 'authority', '370', 'f', $$Other associated place$$,
14709 TRUE, FALSE, FALSE);
14710 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14711                                  repeatable, mandatory, hidden)
14712 VALUES (1, 'authority', '370', 'g', $$Place of origin of work$$,
14713 TRUE, FALSE, FALSE);
14714 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14715                                  repeatable, mandatory, hidden)
14716 VALUES (1, 'authority', '370', 's', $$Start period$$,
14717 FALSE, FALSE, FALSE);
14718 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14719                                  repeatable, mandatory, hidden)
14720 VALUES (1, 'authority', '370', 't', $$End period$$,
14721 FALSE, FALSE, FALSE);
14722 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14723                                  repeatable, mandatory, hidden)
14724 VALUES (1, 'authority', '370', 'u', $$Uniform Resource Identifier$$,
14725 TRUE, FALSE, FALSE);
14726 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14727                                  repeatable, mandatory, hidden)
14728 VALUES (1, 'authority', '370', 'v', $$Source of information$$,
14729 TRUE, FALSE, FALSE);
14730 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14731                                  repeatable, mandatory, hidden)
14732 VALUES (1, 'authority', '370', '0', $$Record control number$$,
14733 TRUE, FALSE, FALSE);
14734 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14735                                  repeatable, mandatory, hidden)
14736 VALUES (1, 'authority', '370', '2', $$Source of term$$,
14737 TRUE, FALSE, FALSE);
14738 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14739                                  repeatable, mandatory, hidden)
14740 VALUES (1, 'authority', '370', '6', $$Linkage$$,
14741 FALSE, FALSE, FALSE);
14742 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14743                                  repeatable, mandatory, hidden)
14744 VALUES (1, 'authority', '370', '8', $$Field link and sequence number$$,
14745 TRUE, FALSE, FALSE);
14746 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14747                               fixed_field, repeatable, mandatory, hidden)
14748 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.$$,
14749 FALSE, TRUE, FALSE, FALSE);
14750 INSERT INTO config.record_attr_definition(name, label)
14751 VALUES ('marc21_authority_371_ind_1', 'MARC 21 authority field 371 indicator position 1');
14752 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14753 VALUES ('marc21_authority_371_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14754 INSERT INTO config.record_attr_definition(name, label)
14755 VALUES ('marc21_authority_371_ind_2', 'MARC 21 authority field 371 indicator position 2');
14756 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14757 VALUES ('marc21_authority_371_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14758 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14759                                  repeatable, mandatory, hidden)
14760 VALUES (1, 'authority', '371', 'a', $$Address$$,
14761 TRUE, FALSE, FALSE);
14762 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14763                                  repeatable, mandatory, hidden)
14764 VALUES (1, 'authority', '371', 'b', $$City$$,
14765 FALSE, FALSE, FALSE);
14766 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14767                                  repeatable, mandatory, hidden)
14768 VALUES (1, 'authority', '371', 'c', $$Intermediate jurisdiction$$,
14769 FALSE, FALSE, FALSE);
14770 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14771                                  repeatable, mandatory, hidden)
14772 VALUES (1, 'authority', '371', 'd', $$Country$$,
14773 FALSE, FALSE, FALSE);
14774 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14775                                  repeatable, mandatory, hidden)
14776 VALUES (1, 'authority', '371', 'e', $$Postal Code$$,
14777 FALSE, FALSE, FALSE);
14778 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14779                                  repeatable, mandatory, hidden)
14780 VALUES (1, 'authority', '371', 'm', $$Electronic mail address$$,
14781 TRUE, FALSE, FALSE);
14782 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14783                                  repeatable, mandatory, hidden)
14784 VALUES (1, 'authority', '371', 's', $$Start period$$,
14785 FALSE, FALSE, FALSE);
14786 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14787                                  repeatable, mandatory, hidden)
14788 VALUES (1, 'authority', '371', 't', $$End period$$,
14789 FALSE, FALSE, FALSE);
14790 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14791                                  repeatable, mandatory, hidden)
14792 VALUES (1, 'authority', '371', 'u', $$Uniform Resource Identifier$$,
14793 TRUE, FALSE, FALSE);
14794 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14795                                  repeatable, mandatory, hidden)
14796 VALUES (1, 'authority', '371', 'v', $$Source of information$$,
14797 TRUE, FALSE, FALSE);
14798 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14799                                  repeatable, mandatory, hidden)
14800 VALUES (1, 'authority', '371', 'z', $$Public note$$,
14801 TRUE, FALSE, FALSE);
14802 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14803                                  repeatable, mandatory, hidden)
14804 VALUES (1, 'authority', '371', '4', $$Relator code$$,
14805 TRUE, FALSE, FALSE);
14806 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14807                                  repeatable, mandatory, hidden)
14808 VALUES (1, 'authority', '371', '6', $$Linkage$$,
14809 FALSE, FALSE, FALSE);
14810 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14811                                  repeatable, mandatory, hidden)
14812 VALUES (1, 'authority', '371', '8', $$Field link and sequence number$$,
14813 TRUE, FALSE, FALSE);
14814 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14815                               fixed_field, repeatable, mandatory, hidden)
14816 VALUES (1, 'authority', '372', $$Field of Activity$$, $$: a field of endeavor, area of expertise, etc., in which the person is engaged or was engaged$$,
14817 FALSE, TRUE, FALSE, FALSE);
14818 INSERT INTO config.record_attr_definition(name, label)
14819 VALUES ('marc21_authority_372_ind_1', 'MARC 21 authority field 372 indicator position 1');
14820 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14821 VALUES ('marc21_authority_372_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14822 INSERT INTO config.record_attr_definition(name, label)
14823 VALUES ('marc21_authority_372_ind_2', 'MARC 21 authority field 372 indicator position 2');
14824 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14825 VALUES ('marc21_authority_372_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14826 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14827                                  repeatable, mandatory, hidden)
14828 VALUES (1, 'authority', '372', 'a', $$Field of activity$$,
14829 TRUE, FALSE, FALSE);
14830 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14831                                  repeatable, mandatory, hidden)
14832 VALUES (1, 'authority', '372', 's', $$Start period$$,
14833 FALSE, FALSE, FALSE);
14834 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14835                                  repeatable, mandatory, hidden)
14836 VALUES (1, 'authority', '372', 't', $$End period$$,
14837 FALSE, FALSE, FALSE);
14838 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14839                                  repeatable, mandatory, hidden)
14840 VALUES (1, 'authority', '372', 'u', $$Uniform Resource Identifier$$,
14841 TRUE, FALSE, FALSE);
14842 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14843                                  repeatable, mandatory, hidden)
14844 VALUES (1, 'authority', '372', 'v', $$Source of information$$,
14845 TRUE, FALSE, FALSE);
14846 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14847                                  repeatable, mandatory, hidden)
14848 VALUES (1, 'authority', '372', '0', $$Record control number$$,
14849 TRUE, FALSE, FALSE);
14850 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14851                                  repeatable, mandatory, hidden)
14852 VALUES (1, 'authority', '372', '2', $$Source of term$$,
14853 FALSE, FALSE, FALSE);
14854 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14855                                  repeatable, mandatory, hidden)
14856 VALUES (1, 'authority', '372', '6', $$Linkage$$,
14857 FALSE, FALSE, FALSE);
14858 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14859                                  repeatable, mandatory, hidden)
14860 VALUES (1, 'authority', '372', '8', $$Field link and sequence number$$,
14861 TRUE, FALSE, FALSE);
14862 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14863                               fixed_field, repeatable, mandatory, hidden)
14864 VALUES (1, 'authority', '373', $$Affiliation$$, $$Information about a group with which a person is or has been affiliated, including dates of affiliation.$$,
14865 FALSE, TRUE, FALSE, FALSE);
14866 INSERT INTO config.record_attr_definition(name, label)
14867 VALUES ('marc21_authority_373_ind_1', 'MARC 21 authority field 373 indicator position 1');
14868 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14869 VALUES ('marc21_authority_373_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14870 INSERT INTO config.record_attr_definition(name, label)
14871 VALUES ('marc21_authority_373_ind_2', 'MARC 21 authority field 373 indicator position 2');
14872 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14873 VALUES ('marc21_authority_373_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14874 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14875                                  repeatable, mandatory, hidden)
14876 VALUES (1, 'authority', '373', 'a', $$Affiliation$$,
14877 TRUE, FALSE, FALSE);
14878 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14879                                  repeatable, mandatory, hidden)
14880 VALUES (1, 'authority', '373', 's', $$Start period$$,
14881 FALSE, FALSE, FALSE);
14882 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14883                                  repeatable, mandatory, hidden)
14884 VALUES (1, 'authority', '373', 't', $$End period$$,
14885 FALSE, FALSE, FALSE);
14886 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14887                                  repeatable, mandatory, hidden)
14888 VALUES (1, 'authority', '373', 'u', $$Uniform Resource Identifier$$,
14889 TRUE, FALSE, FALSE);
14890 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14891                                  repeatable, mandatory, hidden)
14892 VALUES (1, 'authority', '373', 'v', $$Source of information$$,
14893 TRUE, FALSE, FALSE);
14894 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14895                                  repeatable, mandatory, hidden)
14896 VALUES (1, 'authority', '373', '0', $$Record control number$$,
14897 TRUE, FALSE, FALSE);
14898 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14899                                  repeatable, mandatory, hidden)
14900 VALUES (1, 'authority', '373', '2', $$Source of term$$,
14901 FALSE, FALSE, FALSE);
14902 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14903                                  repeatable, mandatory, hidden)
14904 VALUES (1, 'authority', '373', '6', $$Linkage$$,
14905 FALSE, FALSE, FALSE);
14906 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14907                                  repeatable, mandatory, hidden)
14908 VALUES (1, 'authority', '373', '8', $$Field link and sequence number$$,
14909 TRUE, FALSE, FALSE);
14910 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14911                               fixed_field, repeatable, mandatory, hidden)
14912 VALUES (1, 'authority', '374', $$Occupation$$, $$Information about profession or occupation in which a person works or has worked, including dates applicable.$$,
14913 FALSE, TRUE, FALSE, FALSE);
14914 INSERT INTO config.record_attr_definition(name, label)
14915 VALUES ('marc21_authority_374_ind_1', 'MARC 21 authority field 374 indicator position 1');
14916 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14917 VALUES ('marc21_authority_374_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14918 INSERT INTO config.record_attr_definition(name, label)
14919 VALUES ('marc21_authority_374_ind_2', 'MARC 21 authority field 374 indicator position 2');
14920 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14921 VALUES ('marc21_authority_374_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14922 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14923                                  repeatable, mandatory, hidden)
14924 VALUES (1, 'authority', '374', 'a', $$Occupation$$,
14925 TRUE, FALSE, FALSE);
14926 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14927                                  repeatable, mandatory, hidden)
14928 VALUES (1, 'authority', '374', 's', $$Start period$$,
14929 FALSE, FALSE, FALSE);
14930 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14931                                  repeatable, mandatory, hidden)
14932 VALUES (1, 'authority', '374', 't', $$End period$$,
14933 FALSE, FALSE, FALSE);
14934 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14935                                  repeatable, mandatory, hidden)
14936 VALUES (1, 'authority', '374', 'u', $$Uniform Resource Identifier$$,
14937 TRUE, FALSE, FALSE);
14938 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14939                                  repeatable, mandatory, hidden)
14940 VALUES (1, 'authority', '374', 'v', $$Source of information$$,
14941 TRUE, FALSE, FALSE);
14942 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14943                                  repeatable, mandatory, hidden)
14944 VALUES (1, 'authority', '374', '0', $$Record control number$$,
14945 TRUE, FALSE, FALSE);
14946 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14947                                  repeatable, mandatory, hidden)
14948 VALUES (1, 'authority', '374', '2', $$Source of term$$,
14949 FALSE, FALSE, FALSE);
14950 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14951                                  repeatable, mandatory, hidden)
14952 VALUES (1, 'authority', '374', '6', $$Linkage$$,
14953 FALSE, FALSE, FALSE);
14954 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14955                                  repeatable, mandatory, hidden)
14956 VALUES (1, 'authority', '374', '8', $$Field link and sequence number$$,
14957 TRUE, FALSE, FALSE);
14958 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
14959                               fixed_field, repeatable, mandatory, hidden)
14960 VALUES (1, 'authority', '375', $$Gender$$, $$Information about gender of a person, including dates applicable.$$,
14961 FALSE, TRUE, FALSE, FALSE);
14962 INSERT INTO config.record_attr_definition(name, label)
14963 VALUES ('marc21_authority_375_ind_1', 'MARC 21 authority field 375 indicator position 1');
14964 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14965 VALUES ('marc21_authority_375_ind_1', '#', $$Undefined$$, FALSE, TRUE);
14966 INSERT INTO config.record_attr_definition(name, label)
14967 VALUES ('marc21_authority_375_ind_2', 'MARC 21 authority field 375 indicator position 2');
14968 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
14969 VALUES ('marc21_authority_375_ind_2', '#', $$Undefined$$, FALSE, TRUE);
14970 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14971                                  repeatable, mandatory, hidden)
14972 VALUES (1, 'authority', '375', 'a', $$Gender$$,
14973 TRUE, FALSE, FALSE);
14974 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14975                                  repeatable, mandatory, hidden)
14976 VALUES (1, 'authority', '375', 's', $$Start period$$,
14977 FALSE, FALSE, FALSE);
14978 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14979                                  repeatable, mandatory, hidden)
14980 VALUES (1, 'authority', '375', 't', $$End period$$,
14981 FALSE, FALSE, FALSE);
14982 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14983                                  repeatable, mandatory, hidden)
14984 VALUES (1, 'authority', '375', 'u', $$Uniform Resource Identifier$$,
14985 TRUE, FALSE, FALSE);
14986 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14987                                  repeatable, mandatory, hidden)
14988 VALUES (1, 'authority', '375', 'v', $$Source of information$$,
14989 TRUE, FALSE, FALSE);
14990 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14991                                  repeatable, mandatory, hidden)
14992 VALUES (1, 'authority', '375', '2', $$Source of term$$,
14993 FALSE, FALSE, FALSE);
14994 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14995                                  repeatable, mandatory, hidden)
14996 VALUES (1, 'authority', '375', '6', $$Linkage$$,
14997 FALSE, FALSE, FALSE);
14998 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
14999                                  repeatable, mandatory, hidden)
15000 VALUES (1, 'authority', '375', '8', $$Field link and sequence number$$,
15001 TRUE, FALSE, FALSE);
15002 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15003                               fixed_field, repeatable, mandatory, hidden)
15004 VALUES (1, 'authority', '376', $$Family Information$$, $$Additional information about families, including type of family, prominent member of the family, and hereditary title.$$,
15005 FALSE, TRUE, FALSE, FALSE);
15006 INSERT INTO config.record_attr_definition(name, label)
15007 VALUES ('marc21_authority_376_ind_1', 'MARC 21 authority field 376 indicator position 1');
15008 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15009 VALUES ('marc21_authority_376_ind_1', '#', $$Undefined$$, FALSE, TRUE);
15010 INSERT INTO config.record_attr_definition(name, label)
15011 VALUES ('marc21_authority_376_ind_2', 'MARC 21 authority field 376 indicator position 2');
15012 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15013 VALUES ('marc21_authority_376_ind_2', '#', $$Undefined$$, FALSE, TRUE);
15014 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15015                                  repeatable, mandatory, hidden)
15016 VALUES (1, 'authority', '376', 'a', $$Type of family$$,
15017 TRUE, FALSE, FALSE);
15018 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15019                                  repeatable, mandatory, hidden)
15020 VALUES (1, 'authority', '376', 'b', $$Name of prominent member$$,
15021 TRUE, FALSE, FALSE);
15022 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15023                                  repeatable, mandatory, hidden)
15024 VALUES (1, 'authority', '376', 'c', $$Hereditary title$$,
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', '376', 's', $$Start period$$,
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', '376', 't', $$End period$$,
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', '376', 'u', $$Uniform Resource Identifier$$,
15037 TRUE, FALSE, FALSE);
15038 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15039                                  repeatable, mandatory, hidden)
15040 VALUES (1, 'authority', '376', 'v', $$Source of information$$,
15041 TRUE, FALSE, FALSE);
15042 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15043                                  repeatable, mandatory, hidden)
15044 VALUES (1, 'authority', '376', '0', $$Record control number$$,
15045 TRUE, FALSE, FALSE);
15046 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15047                                  repeatable, mandatory, hidden)
15048 VALUES (1, 'authority', '376', '2', $$Source of term$$,
15049 FALSE, FALSE, FALSE);
15050 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15051                                  repeatable, mandatory, hidden)
15052 VALUES (1, 'authority', '376', '6', $$Linkage$$,
15053 FALSE, FALSE, FALSE);
15054 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15055                                  repeatable, mandatory, hidden)
15056 VALUES (1, 'authority', '376', '8', $$Field link and sequence number$$,
15057 TRUE, FALSE, FALSE);
15058 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15059                               fixed_field, repeatable, mandatory, hidden)
15060 VALUES (1, 'authority', '377', $$Associated Language$$, $$: the language a person uses when writing for publication, broadcasting, etc.$$,
15061 FALSE, TRUE, FALSE, FALSE);
15062 INSERT INTO config.record_attr_definition(name, label)
15063 VALUES ('marc21_authority_377_ind_1', 'MARC 21 authority field 377 indicator position 1');
15064 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15065 VALUES ('marc21_authority_377_ind_1', '#', $$Undefined$$, FALSE, TRUE);
15066 INSERT INTO config.record_attr_definition(name, label)
15067 VALUES ('marc21_authority_377_ind_2', 'MARC 21 authority field 377 indicator position 2');
15068 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15069 VALUES ('marc21_authority_377_ind_2', '#', $$MARC language code$$, FALSE, TRUE);
15070 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15071 VALUES ('marc21_authority_377_ind_2', '7', $$Source specified in $2$$, FALSE, TRUE);
15072 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15073                                  repeatable, mandatory, hidden)
15074 VALUES (1, 'authority', '377', 'a', $$Language code$$,
15075 TRUE, FALSE, FALSE);
15076 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15077                                  repeatable, mandatory, hidden)
15078 VALUES (1, 'authority', '377', '2', $$Source of term$$,
15079 FALSE, FALSE, FALSE);
15080 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15081                                  repeatable, mandatory, hidden)
15082 VALUES (1, 'authority', '377', '6', $$Linkage$$,
15083 FALSE, FALSE, FALSE);
15084 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15085                                  repeatable, mandatory, hidden)
15086 VALUES (1, 'authority', '377', '8', $$Field link and sequence number$$,
15087 TRUE, FALSE, FALSE);
15088 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15089                               fixed_field, repeatable, mandatory, hidden)
15090 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.$$,
15091 FALSE, TRUE, FALSE, FALSE);
15092 INSERT INTO config.record_attr_definition(name, label)
15093 VALUES ('marc21_authority_380_ind_1', 'MARC 21 authority field 380 indicator position 1');
15094 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15095 VALUES ('marc21_authority_380_ind_1', '#', $$Undefined$$, FALSE, TRUE);
15096 INSERT INTO config.record_attr_definition(name, label)
15097 VALUES ('marc21_authority_380_ind_2', 'MARC 21 authority field 380 indicator position 2');
15098 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15099 VALUES ('marc21_authority_380_ind_2', '#', $$Undefined$$, FALSE, TRUE);
15100 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15101                                  repeatable, mandatory, hidden)
15102 VALUES (1, 'authority', '380', 'a', $$Form of work$$,
15103 TRUE, FALSE, FALSE);
15104 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15105                                  repeatable, mandatory, hidden)
15106 VALUES (1, 'authority', '380', '0', $$Record control number$$,
15107 TRUE, FALSE, FALSE);
15108 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15109                                  repeatable, mandatory, hidden)
15110 VALUES (1, 'authority', '380', '2', $$Source of term$$,
15111 FALSE, FALSE, FALSE);
15112 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15113                                  repeatable, mandatory, hidden)
15114 VALUES (1, 'authority', '380', '6', $$Linkage$$,
15115 FALSE, FALSE, FALSE);
15116 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15117                                  repeatable, mandatory, hidden)
15118 VALUES (1, 'authority', '380', '8', $$Field link and sequence number$$,
15119 TRUE, FALSE, FALSE);
15120 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15121                               fixed_field, repeatable, mandatory, hidden)
15122 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.$$,
15123 FALSE, TRUE, FALSE, FALSE);
15124 INSERT INTO config.record_attr_definition(name, label)
15125 VALUES ('marc21_authority_381_ind_1', 'MARC 21 authority field 381 indicator position 1');
15126 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15127 VALUES ('marc21_authority_381_ind_1', '#', $$Undefined$$, FALSE, TRUE);
15128 INSERT INTO config.record_attr_definition(name, label)
15129 VALUES ('marc21_authority_381_ind_2', 'MARC 21 authority field 381 indicator position 2');
15130 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15131 VALUES ('marc21_authority_381_ind_2', '#', $$Undefined$$, FALSE, TRUE);
15132 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15133                                  repeatable, mandatory, hidden)
15134 VALUES (1, 'authority', '381', 'a', $$Other distinguishing characteristic$$,
15135 TRUE, FALSE, FALSE);
15136 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15137                                  repeatable, mandatory, hidden)
15138 VALUES (1, 'authority', '381', 'u', $$Uniform Resource Identifier$$,
15139 TRUE, FALSE, FALSE);
15140 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15141                                  repeatable, mandatory, hidden)
15142 VALUES (1, 'authority', '381', 'v', $$Source of information$$,
15143 TRUE, FALSE, FALSE);
15144 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15145                                  repeatable, mandatory, hidden)
15146 VALUES (1, 'authority', '381', '0', $$Record control number$$,
15147 TRUE, FALSE, FALSE);
15148 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15149                                  repeatable, mandatory, hidden)
15150 VALUES (1, 'authority', '381', '2', $$Source of term$$,
15151 FALSE, FALSE, FALSE);
15152 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15153                                  repeatable, mandatory, hidden)
15154 VALUES (1, 'authority', '381', '6', $$Linkage$$,
15155 FALSE, FALSE, FALSE);
15156 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15157                                  repeatable, mandatory, hidden)
15158 VALUES (1, 'authority', '381', '8', $$Field link and sequence number$$,
15159 TRUE, FALSE, FALSE);
15160 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15161                               fixed_field, repeatable, mandatory, hidden)
15162 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.$$,
15163 FALSE, TRUE, FALSE, FALSE);
15164 INSERT INTO config.record_attr_definition(name, label)
15165 VALUES ('marc21_authority_382_ind_1', 'MARC 21 authority field 382 indicator position 1');
15166 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15167 VALUES ('marc21_authority_382_ind_1', '#', $$Undefined$$, FALSE, TRUE);
15168 INSERT INTO config.record_attr_definition(name, label)
15169 VALUES ('marc21_authority_382_ind_2', 'MARC 21 authority field 382 indicator position 2');
15170 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15171 VALUES ('marc21_authority_382_ind_2', '#', $$Undefined$$, FALSE, TRUE);
15172 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15173                                  repeatable, mandatory, hidden)
15174 VALUES (1, 'authority', '382', 'a', $$Medium of performance$$,
15175 TRUE, FALSE, FALSE);
15176 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15177                                  repeatable, mandatory, hidden)
15178 VALUES (1, 'authority', '382', '0', $$Record control number$$,
15179 TRUE, FALSE, FALSE);
15180 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15181                                  repeatable, mandatory, hidden)
15182 VALUES (1, 'authority', '382', '2', $$Source of term$$,
15183 FALSE, FALSE, FALSE);
15184 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15185                                  repeatable, mandatory, hidden)
15186 VALUES (1, 'authority', '382', '6', $$Linkage$$,
15187 FALSE, FALSE, FALSE);
15188 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15189                                  repeatable, mandatory, hidden)
15190 VALUES (1, 'authority', '382', '8', $$Field link and sequence number$$,
15191 TRUE, FALSE, FALSE);
15192 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15193                               fixed_field, repeatable, mandatory, hidden)
15194 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.$$,
15195 FALSE, TRUE, FALSE, FALSE);
15196 INSERT INTO config.record_attr_definition(name, label)
15197 VALUES ('marc21_authority_383_ind_1', 'MARC 21 authority field 383 indicator position 1');
15198 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15199 VALUES ('marc21_authority_383_ind_1', '#', $$Undefined$$, FALSE, TRUE);
15200 INSERT INTO config.record_attr_definition(name, label)
15201 VALUES ('marc21_authority_383_ind_2', 'MARC 21 authority field 383 indicator position 2');
15202 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15203 VALUES ('marc21_authority_383_ind_2', '#', $$Undefined$$, FALSE, TRUE);
15204 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15205                                  repeatable, mandatory, hidden)
15206 VALUES (1, 'authority', '383', 'a', $$Serial number$$,
15207 TRUE, FALSE, FALSE);
15208 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15209                                  repeatable, mandatory, hidden)
15210 VALUES (1, 'authority', '383', 'b', $$Opus number$$,
15211 TRUE, FALSE, FALSE);
15212 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15213                                  repeatable, mandatory, hidden)
15214 VALUES (1, 'authority', '383', 'c', $$Thematic index number$$,
15215 TRUE, FALSE, FALSE);
15216 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15217                                  repeatable, mandatory, hidden)
15218 VALUES (1, 'authority', '383', '6', $$Linkage$$,
15219 FALSE, FALSE, FALSE);
15220 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15221                                  repeatable, mandatory, hidden)
15222 VALUES (1, 'authority', '383', '8', $$Field link and sequence number$$,
15223 TRUE, FALSE, FALSE);
15224 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15225                               fixed_field, repeatable, mandatory, hidden)
15226 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.$$,
15227 FALSE, FALSE, FALSE, FALSE);
15228 INSERT INTO config.record_attr_definition(name, label)
15229 VALUES ('marc21_authority_384_ind_1', 'MARC 21 authority field 384 indicator position 1');
15230 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15231 VALUES ('marc21_authority_384_ind_1', '#', $$Relationship to original unknown$$, FALSE, TRUE);
15232 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15233 VALUES ('marc21_authority_384_ind_1', '0', $$Original key$$, FALSE, TRUE);
15234 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15235 VALUES ('marc21_authority_384_ind_1', '1', $$Transposed key$$, FALSE, TRUE);
15236 INSERT INTO config.record_attr_definition(name, label)
15237 VALUES ('marc21_authority_384_ind_2', 'MARC 21 authority field 384 indicator position 2');
15238 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15239 VALUES ('marc21_authority_384_ind_2', '#', $$Undefined$$, FALSE, TRUE);
15240 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15241                                  repeatable, mandatory, hidden)
15242 VALUES (1, 'authority', '384', 'a', $$Key$$,
15243 FALSE, FALSE, FALSE);
15244 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15245                                  repeatable, mandatory, hidden)
15246 VALUES (1, 'authority', '384', '6', $$Linkage$$,
15247 FALSE, FALSE, FALSE);
15248 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15249                                  repeatable, mandatory, hidden)
15250 VALUES (1, 'authority', '384', '8', $$Field link and sequence number$$,
15251 TRUE, FALSE, FALSE);
15252 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15253                               fixed_field, repeatable, mandatory, hidden)
15254 VALUES (1, 'authority', '400', $$See From Tracing-Personal Name$$, $$Tracing for a personal name reference.$$,
15255 FALSE, TRUE, FALSE, FALSE);
15256 INSERT INTO config.record_attr_definition(name, label)
15257 VALUES ('marc21_authority_400_ind_1', 'MARC 21 authority field 400 indicator position 1');
15258 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15259 VALUES ('marc21_authority_400_ind_1', '0', $$Forename$$, FALSE, TRUE);
15260 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15261 VALUES ('marc21_authority_400_ind_1', '1', $$Surname$$, FALSE, TRUE);
15262 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15263 VALUES ('marc21_authority_400_ind_1', '3', $$Family name$$, FALSE, TRUE);
15264 INSERT INTO config.record_attr_definition(name, label)
15265 VALUES ('marc21_authority_400_ind_2', 'MARC 21 authority field 400 indicator position 2');
15266 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15267 VALUES ('marc21_authority_400_ind_2', '#', $$Undefined$$, FALSE, TRUE);
15268 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15269                                  repeatable, mandatory, hidden)
15270 VALUES (1, 'authority', '400', 'a', $$Personal name$$,
15271 FALSE, FALSE, FALSE);
15272 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15273                                  repeatable, mandatory, hidden)
15274 VALUES (1, 'authority', '400', 'b', $$Numeration$$,
15275 FALSE, FALSE, FALSE);
15276 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15277                                  repeatable, mandatory, hidden)
15278 VALUES (1, 'authority', '400', 'c', $$Titles and other words associated with a name$$,
15279 TRUE, FALSE, FALSE);
15280 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15281                                  repeatable, mandatory, hidden)
15282 VALUES (1, 'authority', '400', 'd', $$Dates associated with a name$$,
15283 FALSE, FALSE, FALSE);
15284 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15285                                  repeatable, mandatory, hidden)
15286 VALUES (1, 'authority', '400', 'e', $$Relator term$$,
15287 TRUE, FALSE, FALSE);
15288 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15289                                  repeatable, mandatory, hidden)
15290 VALUES (1, 'authority', '400', 'f', $$Date of a work$$,
15291 FALSE, FALSE, FALSE);
15292 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15293                                  repeatable, mandatory, hidden)
15294 VALUES (1, 'authority', '400', 'g', $$Miscellaneous information$$,
15295 FALSE, FALSE, FALSE);
15296 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15297                                  repeatable, mandatory, hidden)
15298 VALUES (1, 'authority', '400', 'h', $$Medium$$,
15299 FALSE, FALSE, FALSE);
15300 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15301                                  repeatable, mandatory, hidden)
15302 VALUES (1, 'authority', '400', 'i', $$Relationship information$$,
15303 TRUE, FALSE, FALSE);
15304 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15305                                  repeatable, mandatory, hidden)
15306 VALUES (1, 'authority', '400', 'j', $$Attribution qualifier$$,
15307 TRUE, FALSE, FALSE);
15308 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15309                                  repeatable, mandatory, hidden)
15310 VALUES (1, 'authority', '400', 'k', $$Form subheading$$,
15311 TRUE, FALSE, FALSE);
15312 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15313                                  repeatable, mandatory, hidden)
15314 VALUES (1, 'authority', '400', 'l', $$Language of a work$$,
15315 FALSE, FALSE, FALSE);
15316 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15317                                  repeatable, mandatory, hidden)
15318 VALUES (1, 'authority', '400', 'm', $$Medium of performance for music$$,
15319 TRUE, FALSE, FALSE);
15320 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15321                                  repeatable, mandatory, hidden)
15322 VALUES (1, 'authority', '400', 'n', $$Number of part/section of a work$$,
15323 TRUE, FALSE, FALSE);
15324 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15325                                  repeatable, mandatory, hidden)
15326 VALUES (1, 'authority', '400', 'o', $$Arranged statement for music$$,
15327 FALSE, FALSE, FALSE);
15328 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15329                                  repeatable, mandatory, hidden)
15330 VALUES (1, 'authority', '400', 'p', $$Name of part/section of a work$$,
15331 TRUE, FALSE, FALSE);
15332 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15333                                  repeatable, mandatory, hidden)
15334 VALUES (1, 'authority', '400', 'q', $$Fuller form of name$$,
15335 FALSE, FALSE, FALSE);
15336 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15337                                  repeatable, mandatory, hidden)
15338 VALUES (1, 'authority', '400', 'r', $$Key for music$$,
15339 FALSE, FALSE, FALSE);
15340 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15341                                  repeatable, mandatory, hidden)
15342 VALUES (1, 'authority', '400', 's', $$Version$$,
15343 FALSE, FALSE, FALSE);
15344 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15345                                  repeatable, mandatory, hidden)
15346 VALUES (1, 'authority', '400', 't', $$Title of a work$$,
15347 FALSE, FALSE, FALSE);
15348 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15349                                  repeatable, mandatory, hidden)
15350 VALUES (1, 'authority', '400', 'v', $$Form subdivision$$,
15351 TRUE, FALSE, FALSE);
15352 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15353                                  repeatable, mandatory, hidden)
15354 VALUES (1, 'authority', '400', 'w', $$Control subfield$$,
15355 FALSE, FALSE, FALSE);
15356 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15357                                  repeatable, mandatory, hidden)
15358 VALUES (1, 'authority', '400', 'x', $$General subdivision$$,
15359 TRUE, FALSE, FALSE);
15360 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15361                                  repeatable, mandatory, hidden)
15362 VALUES (1, 'authority', '400', 'y', $$Chronological subdivision$$,
15363 TRUE, FALSE, FALSE);
15364 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15365                                  repeatable, mandatory, hidden)
15366 VALUES (1, 'authority', '400', 'z', $$Geographic subdivision$$,
15367 TRUE, FALSE, FALSE);
15368 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15369                                  repeatable, mandatory, hidden)
15370 VALUES (1, 'authority', '400', '4', $$Relationship code$$,
15371 TRUE, FALSE, FALSE);
15372 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15373                                  repeatable, mandatory, hidden)
15374 VALUES (1, 'authority', '400', '5', $$Institution to which field applies$$,
15375 TRUE, FALSE, FALSE);
15376 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15377                                  repeatable, mandatory, hidden)
15378 VALUES (1, 'authority', '400', '6', $$Linkage$$,
15379 FALSE, FALSE, FALSE);
15380 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15381                                  repeatable, mandatory, hidden)
15382 VALUES (1, 'authority', '400', '8', $$Field link and sequence number$$,
15383 TRUE, FALSE, FALSE);
15384 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15385                               fixed_field, repeatable, mandatory, hidden)
15386 VALUES (1, 'authority', '410', $$See From Tracing-Corporate Name$$, $$Tracing for a corporate name reference.$$,
15387 FALSE, TRUE, FALSE, FALSE);
15388 INSERT INTO config.record_attr_definition(name, label)
15389 VALUES ('marc21_authority_410_ind_1', 'MARC 21 authority field 410 indicator position 1');
15390 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15391 VALUES ('marc21_authority_410_ind_1', '0', $$Inverted name$$, FALSE, TRUE);
15392 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15393 VALUES ('marc21_authority_410_ind_1', '1', $$Jurisdiction name$$, FALSE, TRUE);
15394 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15395 VALUES ('marc21_authority_410_ind_1', '2', $$Name in direct order$$, FALSE, TRUE);
15396 INSERT INTO config.record_attr_definition(name, label)
15397 VALUES ('marc21_authority_410_ind_2', 'MARC 21 authority field 410 indicator position 2');
15398 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15399 VALUES ('marc21_authority_410_ind_2', '#', $$Undefined$$, FALSE, TRUE);
15400 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15401                                  repeatable, mandatory, hidden)
15402 VALUES (1, 'authority', '410', 'a', $$Corporate name or jurisdiction name as entry element$$,
15403 FALSE, FALSE, FALSE);
15404 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15405                                  repeatable, mandatory, hidden)
15406 VALUES (1, 'authority', '410', 'b', $$Subordinate unit$$,
15407 TRUE, FALSE, FALSE);
15408 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15409                                  repeatable, mandatory, hidden)
15410 VALUES (1, 'authority', '410', 'c', $$Location of meeting$$,
15411 FALSE, FALSE, FALSE);
15412 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15413                                  repeatable, mandatory, hidden)
15414 VALUES (1, 'authority', '410', 'd', $$Date of meeting or treaty signing$$,
15415 TRUE, FALSE, FALSE);
15416 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15417                                  repeatable, mandatory, hidden)
15418 VALUES (1, 'authority', '410', 'e', $$Relator term$$,
15419 TRUE, FALSE, FALSE);
15420 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15421                                  repeatable, mandatory, hidden)
15422 VALUES (1, 'authority', '410', 'f', $$Date of a work$$,
15423 FALSE, FALSE, FALSE);
15424 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15425                                  repeatable, mandatory, hidden)
15426 VALUES (1, 'authority', '410', 'g', $$Miscellaneous information$$,
15427 FALSE, FALSE, FALSE);
15428 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15429                                  repeatable, mandatory, hidden)
15430 VALUES (1, 'authority', '410', 'h', $$Medium$$,
15431 FALSE, FALSE, FALSE);
15432 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15433                                  repeatable, mandatory, hidden)
15434 VALUES (1, 'authority', '410', 'i', $$Relationship information$$,
15435 TRUE, FALSE, FALSE);
15436 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15437                                  repeatable, mandatory, hidden)
15438 VALUES (1, 'authority', '410', 'k', $$Form subheading$$,
15439 TRUE, FALSE, FALSE);
15440 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15441                                  repeatable, mandatory, hidden)
15442 VALUES (1, 'authority', '410', 'l', $$Language of a work$$,
15443 FALSE, FALSE, FALSE);
15444 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15445                                  repeatable, mandatory, hidden)
15446 VALUES (1, 'authority', '410', 'm', $$Medium of performance for music$$,
15447 TRUE, FALSE, FALSE);
15448 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15449                                  repeatable, mandatory, hidden)
15450 VALUES (1, 'authority', '410', 'n', $$Number of part/section/meeting$$,
15451 TRUE, FALSE, FALSE);
15452 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15453                                  repeatable, mandatory, hidden)
15454 VALUES (1, 'authority', '410', 'o', $$Arranged statement for music$$,
15455 FALSE, FALSE, FALSE);
15456 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15457                                  repeatable, mandatory, hidden)
15458 VALUES (1, 'authority', '410', 'p', $$Name of part/section of a work$$,
15459 TRUE, FALSE, FALSE);
15460 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15461                                  repeatable, mandatory, hidden)
15462 VALUES (1, 'authority', '410', 'r', $$Key for music$$,
15463 FALSE, FALSE, FALSE);
15464 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15465                                  repeatable, mandatory, hidden)
15466 VALUES (1, 'authority', '410', 's', $$Version$$,
15467 FALSE, FALSE, FALSE);
15468 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15469                                  repeatable, mandatory, hidden)
15470 VALUES (1, 'authority', '410', 't', $$Title of a work$$,
15471 FALSE, FALSE, FALSE);
15472 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15473                                  repeatable, mandatory, hidden)
15474 VALUES (1, 'authority', '410', 'v', $$Form subdivision$$,
15475 TRUE, FALSE, FALSE);
15476 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15477                                  repeatable, mandatory, hidden)
15478 VALUES (1, 'authority', '410', 'w', $$Control subfield$$,
15479 FALSE, FALSE, FALSE);
15480 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15481                                  repeatable, mandatory, hidden)
15482 VALUES (1, 'authority', '410', 'x', $$General subdivision$$,
15483 TRUE, FALSE, FALSE);
15484 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15485                                  repeatable, mandatory, hidden)
15486 VALUES (1, 'authority', '410', 'y', $$Chronological subdivision$$,
15487 TRUE, FALSE, FALSE);
15488 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15489                                  repeatable, mandatory, hidden)
15490 VALUES (1, 'authority', '410', 'z', $$Geographic subdivision$$,
15491 TRUE, FALSE, FALSE);
15492 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15493                                  repeatable, mandatory, hidden)
15494 VALUES (1, 'authority', '410', '4', $$Relationship code$$,
15495 TRUE, FALSE, FALSE);
15496 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15497                                  repeatable, mandatory, hidden)
15498 VALUES (1, 'authority', '410', '5', $$Institution to which field applies$$,
15499 TRUE, FALSE, FALSE);
15500 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15501                                  repeatable, mandatory, hidden)
15502 VALUES (1, 'authority', '410', '6', $$Linkage$$,
15503 FALSE, FALSE, FALSE);
15504 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15505                                  repeatable, mandatory, hidden)
15506 VALUES (1, 'authority', '410', '8', $$Field link and sequence number$$,
15507 TRUE, FALSE, FALSE);
15508 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15509                               fixed_field, repeatable, mandatory, hidden)
15510 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.$$,
15511 FALSE, TRUE, FALSE, FALSE);
15512 INSERT INTO config.record_attr_definition(name, label)
15513 VALUES ('marc21_authority_411_ind_1', 'MARC 21 authority field 411 indicator position 1');
15514 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15515 VALUES ('marc21_authority_411_ind_1', '0', $$Inverted name$$, FALSE, TRUE);
15516 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15517 VALUES ('marc21_authority_411_ind_1', '1', $$Jurisdiction name$$, FALSE, TRUE);
15518 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15519 VALUES ('marc21_authority_411_ind_1', '2', $$Name in direct order$$, FALSE, TRUE);
15520 INSERT INTO config.record_attr_definition(name, label)
15521 VALUES ('marc21_authority_411_ind_2', 'MARC 21 authority field 411 indicator position 2');
15522 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15523 VALUES ('marc21_authority_411_ind_2', '#', $$Undefined$$, FALSE, TRUE);
15524 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15525                                  repeatable, mandatory, hidden)
15526 VALUES (1, 'authority', '411', 'a', $$Meeting name or jurisdiction name as entry element$$,
15527 FALSE, FALSE, FALSE);
15528 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15529                                  repeatable, mandatory, hidden)
15530 VALUES (1, 'authority', '411', 'c', $$Location of meeting$$,
15531 FALSE, FALSE, FALSE);
15532 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15533                                  repeatable, mandatory, hidden)
15534 VALUES (1, 'authority', '411', 'd', $$Date of meeting$$,
15535 FALSE, FALSE, FALSE);
15536 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15537                                  repeatable, mandatory, hidden)
15538 VALUES (1, 'authority', '411', 'e', $$Subordinate unit$$,
15539 TRUE, FALSE, FALSE);
15540 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15541                                  repeatable, mandatory, hidden)
15542 VALUES (1, 'authority', '411', 'f', $$Date of a work$$,
15543 FALSE, FALSE, FALSE);
15544 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15545                                  repeatable, mandatory, hidden)
15546 VALUES (1, 'authority', '411', 'g', $$Miscellaneous information$$,
15547 FALSE, FALSE, FALSE);
15548 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15549                                  repeatable, mandatory, hidden)
15550 VALUES (1, 'authority', '411', 'h', $$Medium$$,
15551 FALSE, FALSE, FALSE);
15552 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15553                                  repeatable, mandatory, hidden)
15554 VALUES (1, 'authority', '411', 'i', $$Relationship information$$,
15555 TRUE, FALSE, FALSE);
15556 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15557                                  repeatable, mandatory, hidden)
15558 VALUES (1, 'authority', '411', 'j', $$Relator term$$,
15559 TRUE, FALSE, FALSE);
15560 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15561                                  repeatable, mandatory, hidden)
15562 VALUES (1, 'authority', '411', 'k', $$Form subheading$$,
15563 TRUE, FALSE, FALSE);
15564 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15565                                  repeatable, mandatory, hidden)
15566 VALUES (1, 'authority', '411', 'l', $$Language of a work$$,
15567 FALSE, FALSE, FALSE);
15568 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15569                                  repeatable, mandatory, hidden)
15570 VALUES (1, 'authority', '411', 'n', $$Number of part/section/meeting$$,
15571 TRUE, FALSE, FALSE);
15572 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15573                                  repeatable, mandatory, hidden)
15574 VALUES (1, 'authority', '411', 'p', $$Name of part/section of a work$$,
15575 TRUE, FALSE, FALSE);
15576 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15577                                  repeatable, mandatory, hidden)
15578 VALUES (1, 'authority', '411', 'q', $$Name of meeting following jurisdiction name entry element$$,
15579 FALSE, FALSE, FALSE);
15580 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15581                                  repeatable, mandatory, hidden)
15582 VALUES (1, 'authority', '411', 's', $$Version$$,
15583 FALSE, FALSE, FALSE);
15584 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15585                                  repeatable, mandatory, hidden)
15586 VALUES (1, 'authority', '411', 't', $$Title of a work$$,
15587 FALSE, FALSE, FALSE);
15588 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15589                                  repeatable, mandatory, hidden)
15590 VALUES (1, 'authority', '411', 'v', $$Form subdivision$$,
15591 TRUE, FALSE, FALSE);
15592 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15593                                  repeatable, mandatory, hidden)
15594 VALUES (1, 'authority', '411', 'w', $$Control subfield$$,
15595 FALSE, FALSE, FALSE);
15596 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15597                                  repeatable, mandatory, hidden)
15598 VALUES (1, 'authority', '411', 'x', $$General subdivision$$,
15599 TRUE, FALSE, FALSE);
15600 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15601                                  repeatable, mandatory, hidden)
15602 VALUES (1, 'authority', '411', 'y', $$Chronological subdivision$$,
15603 TRUE, FALSE, FALSE);
15604 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15605                                  repeatable, mandatory, hidden)
15606 VALUES (1, 'authority', '411', 'z', $$Geographic subdivision$$,
15607 TRUE, FALSE, FALSE);
15608 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15609                                  repeatable, mandatory, hidden)
15610 VALUES (1, 'authority', '411', '4', $$Relationship code$$,
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', '411', '5', $$Institution to which field applies$$,
15615 TRUE, FALSE, FALSE);
15616 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15617                                  repeatable, mandatory, hidden)
15618 VALUES (1, 'authority', '411', '6', $$Linkage$$,
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', '411', '8', $$Field link and sequence number$$,
15623 TRUE, FALSE, FALSE);
15624 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15625                               fixed_field, repeatable, mandatory, hidden)
15626 VALUES (1, 'authority', '430', $$See From Tracing-Uniform Title$$, $$Tracing for a uniform title reference.$$,
15627 FALSE, TRUE, FALSE, FALSE);
15628 INSERT INTO config.record_attr_definition(name, label)
15629 VALUES ('marc21_authority_430_ind_1', 'MARC 21 authority field 430 indicator position 1');
15630 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15631 VALUES ('marc21_authority_430_ind_1', '#', $$Undefined$$, FALSE, TRUE);
15632 INSERT INTO config.record_attr_definition(name, label)
15633 VALUES ('marc21_authority_430_ind_2', 'MARC 21 authority field 430 indicator position 2');
15634 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15635 VALUES ('marc21_authority_430_ind_2', '0', $$No nonfiling characters$$, FALSE, TRUE);
15636 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15637 VALUES ('marc21_authority_430_ind_2', '1', $$Number of nonfiling characters - 1$$, FALSE, TRUE);
15638 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15639 VALUES ('marc21_authority_430_ind_2', '2', $$Number of nonfiling characters - 2$$, FALSE, TRUE);
15640 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15641 VALUES ('marc21_authority_430_ind_2', '3', $$Number of nonfiling characters - 3$$, FALSE, TRUE);
15642 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15643 VALUES ('marc21_authority_430_ind_2', '4', $$Number of nonfiling characters - 4$$, FALSE, TRUE);
15644 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15645 VALUES ('marc21_authority_430_ind_2', '5', $$Number of nonfiling characters - 5$$, FALSE, TRUE);
15646 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15647 VALUES ('marc21_authority_430_ind_2', '6', $$Number of nonfiling characters - 6$$, FALSE, TRUE);
15648 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15649 VALUES ('marc21_authority_430_ind_2', '7', $$Number of nonfiling characters - 7$$, FALSE, TRUE);
15650 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15651 VALUES ('marc21_authority_430_ind_2', '8', $$Number of nonfiling characters - 8$$, FALSE, TRUE);
15652 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15653 VALUES ('marc21_authority_430_ind_2', '9', $$Number of nonfiling characters - 9$$, FALSE, TRUE);
15654 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15655                                  repeatable, mandatory, hidden)
15656 VALUES (1, 'authority', '430', 'a', $$Uniform title$$,
15657 FALSE, FALSE, FALSE);
15658 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15659                                  repeatable, mandatory, hidden)
15660 VALUES (1, 'authority', '430', 'd', $$Date of treaty signing$$,
15661 TRUE, FALSE, FALSE);
15662 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15663                                  repeatable, mandatory, hidden)
15664 VALUES (1, 'authority', '430', 'f', $$Date of a work$$,
15665 FALSE, FALSE, FALSE);
15666 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15667                                  repeatable, mandatory, hidden)
15668 VALUES (1, 'authority', '430', 'g', $$Miscellaneous information$$,
15669 FALSE, FALSE, FALSE);
15670 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15671                                  repeatable, mandatory, hidden)
15672 VALUES (1, 'authority', '430', 'h', $$Medium$$,
15673 FALSE, FALSE, FALSE);
15674 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15675                                  repeatable, mandatory, hidden)
15676 VALUES (1, 'authority', '430', 'i', $$Relationship information$$,
15677 TRUE, FALSE, FALSE);
15678 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15679                                  repeatable, mandatory, hidden)
15680 VALUES (1, 'authority', '430', 'k', $$Form subheading$$,
15681 TRUE, FALSE, FALSE);
15682 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15683                                  repeatable, mandatory, hidden)
15684 VALUES (1, 'authority', '430', 'l', $$Language of a work$$,
15685 FALSE, FALSE, FALSE);
15686 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15687                                  repeatable, mandatory, hidden)
15688 VALUES (1, 'authority', '430', 'm', $$Medium of performance for music$$,
15689 TRUE, FALSE, FALSE);
15690 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15691                                  repeatable, mandatory, hidden)
15692 VALUES (1, 'authority', '430', 'n', $$Number of part/section of a work$$,
15693 TRUE, FALSE, FALSE);
15694 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15695                                  repeatable, mandatory, hidden)
15696 VALUES (1, 'authority', '430', 'o', $$Arranged statement for music$$,
15697 FALSE, FALSE, FALSE);
15698 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15699                                  repeatable, mandatory, hidden)
15700 VALUES (1, 'authority', '430', 'p', $$Name of part/section of a work$$,
15701 TRUE, FALSE, FALSE);
15702 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15703                                  repeatable, mandatory, hidden)
15704 VALUES (1, 'authority', '430', 'r', $$Key for music$$,
15705 FALSE, FALSE, FALSE);
15706 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15707                                  repeatable, mandatory, hidden)
15708 VALUES (1, 'authority', '430', 's', $$Version$$,
15709 FALSE, FALSE, FALSE);
15710 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15711                                  repeatable, mandatory, hidden)
15712 VALUES (1, 'authority', '430', 't', $$Title of a work$$,
15713 FALSE, FALSE, FALSE);
15714 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15715                                  repeatable, mandatory, hidden)
15716 VALUES (1, 'authority', '430', 'v', $$Form subdivision$$,
15717 TRUE, FALSE, FALSE);
15718 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15719                                  repeatable, mandatory, hidden)
15720 VALUES (1, 'authority', '430', 'w', $$Control subfield$$,
15721 FALSE, FALSE, FALSE);
15722 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15723                                  repeatable, mandatory, hidden)
15724 VALUES (1, 'authority', '430', 'x', $$General subdivision$$,
15725 TRUE, FALSE, FALSE);
15726 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15727                                  repeatable, mandatory, hidden)
15728 VALUES (1, 'authority', '430', 'y', $$Chronological subdivision$$,
15729 TRUE, FALSE, FALSE);
15730 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15731                                  repeatable, mandatory, hidden)
15732 VALUES (1, 'authority', '430', 'z', $$Geographic subdivision$$,
15733 TRUE, FALSE, FALSE);
15734 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15735                                  repeatable, mandatory, hidden)
15736 VALUES (1, 'authority', '430', '4', $$Relationship code$$,
15737 TRUE, FALSE, FALSE);
15738 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15739                                  repeatable, mandatory, hidden)
15740 VALUES (1, 'authority', '430', '5', $$Institution to which field applies$$,
15741 TRUE, FALSE, FALSE);
15742 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15743                                  repeatable, mandatory, hidden)
15744 VALUES (1, 'authority', '430', '6', $$Linkage$$,
15745 FALSE, FALSE, FALSE);
15746 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15747                                  repeatable, mandatory, hidden)
15748 VALUES (1, 'authority', '430', '8', $$Field link and sequence number$$,
15749 TRUE, FALSE, FALSE);
15750 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15751                               fixed_field, repeatable, mandatory, hidden)
15752 VALUES (1, 'authority', '448', $$See From Tracing-Chronological Term$$, $$Tracing for a chronological term reference.$$,
15753 FALSE, TRUE, FALSE, FALSE);
15754 INSERT INTO config.record_attr_definition(name, label)
15755 VALUES ('marc21_authority_448_ind_1', 'MARC 21 authority field 448 indicator position 1');
15756 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15757 VALUES ('marc21_authority_448_ind_1', '#', $$Undefined$$, FALSE, TRUE);
15758 INSERT INTO config.record_attr_definition(name, label)
15759 VALUES ('marc21_authority_448_ind_2', 'MARC 21 authority field 448 indicator position 2');
15760 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15761 VALUES ('marc21_authority_448_ind_2', '#', $$Undefined$$, FALSE, TRUE);
15762 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15763                                  repeatable, mandatory, hidden)
15764 VALUES (1, 'authority', '448', 'a', $$Chronological term$$,
15765 FALSE, FALSE, FALSE);
15766 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15767                                  repeatable, mandatory, hidden)
15768 VALUES (1, 'authority', '448', 'i', $$Relationship information$$,
15769 TRUE, FALSE, FALSE);
15770 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15771                                  repeatable, mandatory, hidden)
15772 VALUES (1, 'authority', '448', 'v', $$Form subdivision$$,
15773 TRUE, FALSE, FALSE);
15774 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15775                                  repeatable, mandatory, hidden)
15776 VALUES (1, 'authority', '448', 'w', $$Control subfield$$,
15777 FALSE, FALSE, FALSE);
15778 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15779                                  repeatable, mandatory, hidden)
15780 VALUES (1, 'authority', '448', 'x', $$General subdivision$$,
15781 TRUE, FALSE, FALSE);
15782 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15783                                  repeatable, mandatory, hidden)
15784 VALUES (1, 'authority', '448', 'y', $$Chronological subdivision$$,
15785 TRUE, FALSE, FALSE);
15786 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15787                                  repeatable, mandatory, hidden)
15788 VALUES (1, 'authority', '448', 'z', $$Geographic subdivision$$,
15789 TRUE, FALSE, FALSE);
15790 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15791                                  repeatable, mandatory, hidden)
15792 VALUES (1, 'authority', '448', '4', $$Relationship code$$,
15793 TRUE, FALSE, FALSE);
15794 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15795                                  repeatable, mandatory, hidden)
15796 VALUES (1, 'authority', '448', '5', $$Institution to which field applies$$,
15797 TRUE, FALSE, FALSE);
15798 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15799                                  repeatable, mandatory, hidden)
15800 VALUES (1, 'authority', '448', '6', $$Linkage$$,
15801 FALSE, FALSE, FALSE);
15802 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15803                                  repeatable, mandatory, hidden)
15804 VALUES (1, 'authority', '448', '8', $$Field link and sequence number$$,
15805 TRUE, FALSE, FALSE);
15806 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15807                               fixed_field, repeatable, mandatory, hidden)
15808 VALUES (1, 'authority', '450', $$See From Tracing-Topical Term$$, $$Tracing for a topical term reference.$$,
15809 FALSE, TRUE, FALSE, FALSE);
15810 INSERT INTO config.record_attr_definition(name, label)
15811 VALUES ('marc21_authority_450_ind_1', 'MARC 21 authority field 450 indicator position 1');
15812 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15813 VALUES ('marc21_authority_450_ind_1', '#', $$Undefined$$, FALSE, TRUE);
15814 INSERT INTO config.record_attr_definition(name, label)
15815 VALUES ('marc21_authority_450_ind_2', 'MARC 21 authority field 450 indicator position 2');
15816 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15817 VALUES ('marc21_authority_450_ind_2', '#', $$Undefined$$, FALSE, TRUE);
15818 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15819                                  repeatable, mandatory, hidden)
15820 VALUES (1, 'authority', '450', 'a', $$Topical term or geographic name entry element$$,
15821 FALSE, FALSE, FALSE);
15822 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15823                                  repeatable, mandatory, hidden)
15824 VALUES (1, 'authority', '450', 'b', $$Topical term following geographic name entry element$$,
15825 FALSE, FALSE, FALSE);
15826 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15827                                  repeatable, mandatory, hidden)
15828 VALUES (1, 'authority', '450', 'i', $$Relationship information$$,
15829 TRUE, FALSE, FALSE);
15830 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15831                                  repeatable, mandatory, hidden)
15832 VALUES (1, 'authority', '450', 'v', $$Form subdivision$$,
15833 TRUE, FALSE, FALSE);
15834 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15835                                  repeatable, mandatory, hidden)
15836 VALUES (1, 'authority', '450', 'w', $$Control subfield$$,
15837 FALSE, FALSE, FALSE);
15838 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15839                                  repeatable, mandatory, hidden)
15840 VALUES (1, 'authority', '450', 'x', $$General subdivision$$,
15841 TRUE, FALSE, FALSE);
15842 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15843                                  repeatable, mandatory, hidden)
15844 VALUES (1, 'authority', '450', 'y', $$Chronological subdivision$$,
15845 TRUE, FALSE, FALSE);
15846 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15847                                  repeatable, mandatory, hidden)
15848 VALUES (1, 'authority', '450', 'z', $$Geographic subdivision$$,
15849 TRUE, FALSE, FALSE);
15850 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15851                                  repeatable, mandatory, hidden)
15852 VALUES (1, 'authority', '450', '4', $$Relationship code$$,
15853 TRUE, FALSE, FALSE);
15854 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15855                                  repeatable, mandatory, hidden)
15856 VALUES (1, 'authority', '450', '5', $$Institution to which field applies$$,
15857 TRUE, FALSE, FALSE);
15858 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15859                                  repeatable, mandatory, hidden)
15860 VALUES (1, 'authority', '450', '6', $$Linkage$$,
15861 FALSE, FALSE, FALSE);
15862 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15863                                  repeatable, mandatory, hidden)
15864 VALUES (1, 'authority', '450', '8', $$Field link and sequence number$$,
15865 TRUE, FALSE, FALSE);
15866 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15867                               fixed_field, repeatable, mandatory, hidden)
15868 VALUES (1, 'authority', '451', $$See From Tracing-Geographic Name$$, $$Tracing for a geographic name reference.$$,
15869 FALSE, TRUE, FALSE, FALSE);
15870 INSERT INTO config.record_attr_definition(name, label)
15871 VALUES ('marc21_authority_451_ind_1', 'MARC 21 authority field 451 indicator position 1');
15872 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15873 VALUES ('marc21_authority_451_ind_1', '#', $$Undefined$$, FALSE, TRUE);
15874 INSERT INTO config.record_attr_definition(name, label)
15875 VALUES ('marc21_authority_451_ind_2', 'MARC 21 authority field 451 indicator position 2');
15876 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15877 VALUES ('marc21_authority_451_ind_2', '#', $$Undefined$$, FALSE, TRUE);
15878 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15879                                  repeatable, mandatory, hidden)
15880 VALUES (1, 'authority', '451', 'a', $$Geographic name$$,
15881 FALSE, FALSE, FALSE);
15882 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15883                                  repeatable, mandatory, hidden)
15884 VALUES (1, 'authority', '451', 'i', $$Relationship information$$,
15885 TRUE, FALSE, FALSE);
15886 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15887                                  repeatable, mandatory, hidden)
15888 VALUES (1, 'authority', '451', 'v', $$Form subdivision$$,
15889 TRUE, FALSE, FALSE);
15890 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15891                                  repeatable, mandatory, hidden)
15892 VALUES (1, 'authority', '451', 'w', $$Control subfield$$,
15893 FALSE, FALSE, FALSE);
15894 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15895                                  repeatable, mandatory, hidden)
15896 VALUES (1, 'authority', '451', 'x', $$General subdivision$$,
15897 TRUE, FALSE, FALSE);
15898 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15899                                  repeatable, mandatory, hidden)
15900 VALUES (1, 'authority', '451', 'y', $$Chronological subdivision$$,
15901 TRUE, FALSE, FALSE);
15902 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15903                                  repeatable, mandatory, hidden)
15904 VALUES (1, 'authority', '451', 'z', $$Geographic subdivision$$,
15905 TRUE, FALSE, FALSE);
15906 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15907                                  repeatable, mandatory, hidden)
15908 VALUES (1, 'authority', '451', '4', $$Relationship code$$,
15909 TRUE, FALSE, FALSE);
15910 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15911                                  repeatable, mandatory, hidden)
15912 VALUES (1, 'authority', '451', '5', $$Institution to which field applies$$,
15913 TRUE, FALSE, FALSE);
15914 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15915                                  repeatable, mandatory, hidden)
15916 VALUES (1, 'authority', '451', '6', $$Linkage$$,
15917 FALSE, FALSE, FALSE);
15918 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15919                                  repeatable, mandatory, hidden)
15920 VALUES (1, 'authority', '451', '8', $$Field link and sequence number$$,
15921 TRUE, FALSE, FALSE);
15922 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15923                               fixed_field, repeatable, mandatory, hidden)
15924 VALUES (1, 'authority', '455', $$See From Tracing-Genre/Form Term$$, $$Tracing for a genre/form term reference.$$,
15925 FALSE, TRUE, FALSE, FALSE);
15926 INSERT INTO config.record_attr_definition(name, label)
15927 VALUES ('marc21_authority_455_ind_1', 'MARC 21 authority field 455 indicator position 1');
15928 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15929 VALUES ('marc21_authority_455_ind_1', '#', $$Undefined$$, FALSE, TRUE);
15930 INSERT INTO config.record_attr_definition(name, label)
15931 VALUES ('marc21_authority_455_ind_2', 'MARC 21 authority field 455 indicator position 2');
15932 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15933 VALUES ('marc21_authority_455_ind_2', '#', $$Undefined$$, FALSE, TRUE);
15934 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15935                                  repeatable, mandatory, hidden)
15936 VALUES (1, 'authority', '455', 'a', $$Genre/form term$$,
15937 FALSE, FALSE, FALSE);
15938 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15939                                  repeatable, mandatory, hidden)
15940 VALUES (1, 'authority', '455', 'i', $$Relationship information$$,
15941 TRUE, FALSE, FALSE);
15942 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15943                                  repeatable, mandatory, hidden)
15944 VALUES (1, 'authority', '455', 'v', $$Form subdivision$$,
15945 TRUE, FALSE, FALSE);
15946 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15947                                  repeatable, mandatory, hidden)
15948 VALUES (1, 'authority', '455', 'w', $$Control subfield$$,
15949 FALSE, FALSE, FALSE);
15950 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15951                                  repeatable, mandatory, hidden)
15952 VALUES (1, 'authority', '455', 'x', $$General subdivision$$,
15953 TRUE, FALSE, FALSE);
15954 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15955                                  repeatable, mandatory, hidden)
15956 VALUES (1, 'authority', '455', 'y', $$Chronological subdivision$$,
15957 TRUE, FALSE, FALSE);
15958 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15959                                  repeatable, mandatory, hidden)
15960 VALUES (1, 'authority', '455', 'z', $$Geographic subdivision$$,
15961 TRUE, FALSE, FALSE);
15962 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15963                                  repeatable, mandatory, hidden)
15964 VALUES (1, 'authority', '455', '4', $$Relationship code$$,
15965 TRUE, FALSE, FALSE);
15966 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15967                                  repeatable, mandatory, hidden)
15968 VALUES (1, 'authority', '455', '5', $$Institution to which field applies$$,
15969 TRUE, FALSE, FALSE);
15970 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15971                                  repeatable, mandatory, hidden)
15972 VALUES (1, 'authority', '455', '6', $$Linkage$$,
15973 FALSE, FALSE, FALSE);
15974 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15975                                  repeatable, mandatory, hidden)
15976 VALUES (1, 'authority', '455', '8', $$Field link and sequence number$$,
15977 TRUE, FALSE, FALSE);
15978 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
15979                               fixed_field, repeatable, mandatory, hidden)
15980 VALUES (1, 'authority', '480', $$See From Tracing-General Subdivision$$, $$Tracing for a general subdivision reference.$$,
15981 FALSE, TRUE, FALSE, FALSE);
15982 INSERT INTO config.record_attr_definition(name, label)
15983 VALUES ('marc21_authority_480_ind_1', 'MARC 21 authority field 480 indicator position 1');
15984 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15985 VALUES ('marc21_authority_480_ind_1', '#', $$Undefined$$, FALSE, TRUE);
15986 INSERT INTO config.record_attr_definition(name, label)
15987 VALUES ('marc21_authority_480_ind_2', 'MARC 21 authority field 480 indicator position 2');
15988 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
15989 VALUES ('marc21_authority_480_ind_2', '#', $$Undefined$$, FALSE, TRUE);
15990 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15991                                  repeatable, mandatory, hidden)
15992 VALUES (1, 'authority', '480', 'i', $$Relationship information$$,
15993 TRUE, FALSE, FALSE);
15994 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15995                                  repeatable, mandatory, hidden)
15996 VALUES (1, 'authority', '480', 'v', $$Form subdivision$$,
15997 TRUE, FALSE, FALSE);
15998 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
15999                                  repeatable, mandatory, hidden)
16000 VALUES (1, 'authority', '480', 'w', $$Control subfield$$,
16001 FALSE, FALSE, FALSE);
16002 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16003                                  repeatable, mandatory, hidden)
16004 VALUES (1, 'authority', '480', 'x', $$General subdivision$$,
16005 TRUE, FALSE, FALSE);
16006 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16007                                  repeatable, mandatory, hidden)
16008 VALUES (1, 'authority', '480', 'y', $$Chronological subdivision$$,
16009 TRUE, FALSE, FALSE);
16010 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16011                                  repeatable, mandatory, hidden)
16012 VALUES (1, 'authority', '480', 'z', $$Geographic subdivision$$,
16013 TRUE, FALSE, FALSE);
16014 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16015                                  repeatable, mandatory, hidden)
16016 VALUES (1, 'authority', '480', '4', $$Relationship code$$,
16017 TRUE, FALSE, FALSE);
16018 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16019                                  repeatable, mandatory, hidden)
16020 VALUES (1, 'authority', '480', '5', $$Institution to which field applies$$,
16021 TRUE, FALSE, FALSE);
16022 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16023                                  repeatable, mandatory, hidden)
16024 VALUES (1, 'authority', '480', '6', $$Linkage$$,
16025 FALSE, FALSE, FALSE);
16026 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16027                                  repeatable, mandatory, hidden)
16028 VALUES (1, 'authority', '480', '8', $$Field link and sequence number$$,
16029 TRUE, FALSE, FALSE);
16030 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
16031                               fixed_field, repeatable, mandatory, hidden)
16032 VALUES (1, 'authority', '481', $$See From Tracing-Geographic Subdivision$$, $$Tracing for a geographic subdivision reference.$$,
16033 FALSE, TRUE, FALSE, FALSE);
16034 INSERT INTO config.record_attr_definition(name, label)
16035 VALUES ('marc21_authority_481_ind_1', 'MARC 21 authority field 481 indicator position 1');
16036 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16037 VALUES ('marc21_authority_481_ind_1', '#', $$Undefined$$, FALSE, TRUE);
16038 INSERT INTO config.record_attr_definition(name, label)
16039 VALUES ('marc21_authority_481_ind_2', 'MARC 21 authority field 481 indicator position 2');
16040 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16041 VALUES ('marc21_authority_481_ind_2', '#', $$Undefined$$, FALSE, TRUE);
16042 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16043                                  repeatable, mandatory, hidden)
16044 VALUES (1, 'authority', '481', 'i', $$Relationship information$$,
16045 TRUE, FALSE, FALSE);
16046 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16047                                  repeatable, mandatory, hidden)
16048 VALUES (1, 'authority', '481', 'v', $$Form subdivision$$,
16049 TRUE, FALSE, FALSE);
16050 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16051                                  repeatable, mandatory, hidden)
16052 VALUES (1, 'authority', '481', 'w', $$Control subfield$$,
16053 FALSE, FALSE, FALSE);
16054 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16055                                  repeatable, mandatory, hidden)
16056 VALUES (1, 'authority', '481', 'x', $$General subdivision$$,
16057 TRUE, FALSE, FALSE);
16058 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16059                                  repeatable, mandatory, hidden)
16060 VALUES (1, 'authority', '481', 'y', $$Chronological subdivision$$,
16061 TRUE, FALSE, FALSE);
16062 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16063                                  repeatable, mandatory, hidden)
16064 VALUES (1, 'authority', '481', 'z', $$Geographic subdivision$$,
16065 TRUE, FALSE, FALSE);
16066 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16067                                  repeatable, mandatory, hidden)
16068 VALUES (1, 'authority', '481', '4', $$Relationship code$$,
16069 TRUE, FALSE, FALSE);
16070 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16071                                  repeatable, mandatory, hidden)
16072 VALUES (1, 'authority', '481', '5', $$Institution to which field applies$$,
16073 TRUE, FALSE, FALSE);
16074 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16075                                  repeatable, mandatory, hidden)
16076 VALUES (1, 'authority', '481', '6', $$Linkage$$,
16077 FALSE, FALSE, FALSE);
16078 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16079                                  repeatable, mandatory, hidden)
16080 VALUES (1, 'authority', '481', '8', $$Field link and sequence number$$,
16081 TRUE, FALSE, FALSE);
16082 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
16083                               fixed_field, repeatable, mandatory, hidden)
16084 VALUES (1, 'authority', '482', $$See From Tracing-Chronological Subdivision$$, $$Tracing for a chronological subdivision reference.$$,
16085 FALSE, TRUE, FALSE, FALSE);
16086 INSERT INTO config.record_attr_definition(name, label)
16087 VALUES ('marc21_authority_482_ind_1', 'MARC 21 authority field 482 indicator position 1');
16088 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16089 VALUES ('marc21_authority_482_ind_1', '#', $$Undefined$$, FALSE, TRUE);
16090 INSERT INTO config.record_attr_definition(name, label)
16091 VALUES ('marc21_authority_482_ind_2', 'MARC 21 authority field 482 indicator position 2');
16092 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16093 VALUES ('marc21_authority_482_ind_2', '#', $$Undefined$$, FALSE, TRUE);
16094 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16095                                  repeatable, mandatory, hidden)
16096 VALUES (1, 'authority', '482', 'i', $$Relationship information$$,
16097 TRUE, FALSE, FALSE);
16098 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16099                                  repeatable, mandatory, hidden)
16100 VALUES (1, 'authority', '482', 'v', $$Form subdivision$$,
16101 TRUE, FALSE, FALSE);
16102 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16103                                  repeatable, mandatory, hidden)
16104 VALUES (1, 'authority', '482', 'w', $$Control subfield$$,
16105 FALSE, FALSE, FALSE);
16106 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16107                                  repeatable, mandatory, hidden)
16108 VALUES (1, 'authority', '482', 'x', $$General subdivision$$,
16109 TRUE, FALSE, FALSE);
16110 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16111                                  repeatable, mandatory, hidden)
16112 VALUES (1, 'authority', '482', 'y', $$Chronological subdivision$$,
16113 TRUE, FALSE, FALSE);
16114 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16115                                  repeatable, mandatory, hidden)
16116 VALUES (1, 'authority', '482', 'z', $$Geographic subdivision$$,
16117 TRUE, FALSE, FALSE);
16118 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16119                                  repeatable, mandatory, hidden)
16120 VALUES (1, 'authority', '482', '4', $$Relationship code$$,
16121 TRUE, FALSE, FALSE);
16122 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16123                                  repeatable, mandatory, hidden)
16124 VALUES (1, 'authority', '482', '5', $$Institution to which field applies$$,
16125 TRUE, FALSE, FALSE);
16126 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16127                                  repeatable, mandatory, hidden)
16128 VALUES (1, 'authority', '482', '6', $$Linkage$$,
16129 FALSE, FALSE, FALSE);
16130 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16131                                  repeatable, mandatory, hidden)
16132 VALUES (1, 'authority', '482', '8', $$Field link and sequence number$$,
16133 TRUE, FALSE, FALSE);
16134 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
16135                               fixed_field, repeatable, mandatory, hidden)
16136 VALUES (1, 'authority', '485', $$See From Tracing-Form Subdivision$$, $$Tracing for a form subdivision reference.$$,
16137 FALSE, TRUE, FALSE, FALSE);
16138 INSERT INTO config.record_attr_definition(name, label)
16139 VALUES ('marc21_authority_485_ind_1', 'MARC 21 authority field 485 indicator position 1');
16140 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16141 VALUES ('marc21_authority_485_ind_1', '#', $$Undefined$$, FALSE, TRUE);
16142 INSERT INTO config.record_attr_definition(name, label)
16143 VALUES ('marc21_authority_485_ind_2', 'MARC 21 authority field 485 indicator position 2');
16144 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16145 VALUES ('marc21_authority_485_ind_2', '#', $$Undefined$$, FALSE, TRUE);
16146 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16147                                  repeatable, mandatory, hidden)
16148 VALUES (1, 'authority', '485', 'i', $$Relationship information$$,
16149 TRUE, FALSE, FALSE);
16150 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16151                                  repeatable, mandatory, hidden)
16152 VALUES (1, 'authority', '485', 'v', $$Form subdivision$$,
16153 TRUE, FALSE, FALSE);
16154 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16155                                  repeatable, mandatory, hidden)
16156 VALUES (1, 'authority', '485', 'w', $$Control subfield$$,
16157 FALSE, FALSE, FALSE);
16158 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16159                                  repeatable, mandatory, hidden)
16160 VALUES (1, 'authority', '485', 'x', $$General subdivision$$,
16161 TRUE, FALSE, FALSE);
16162 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16163                                  repeatable, mandatory, hidden)
16164 VALUES (1, 'authority', '485', 'y', $$Chronological subdivision$$,
16165 TRUE, FALSE, FALSE);
16166 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16167                                  repeatable, mandatory, hidden)
16168 VALUES (1, 'authority', '485', 'z', $$Geographic subdivision$$,
16169 TRUE, FALSE, FALSE);
16170 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16171                                  repeatable, mandatory, hidden)
16172 VALUES (1, 'authority', '485', '4', $$Relationship code$$,
16173 TRUE, FALSE, FALSE);
16174 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16175                                  repeatable, mandatory, hidden)
16176 VALUES (1, 'authority', '485', '5', $$Institution to which field applies$$,
16177 TRUE, FALSE, FALSE);
16178 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16179                                  repeatable, mandatory, hidden)
16180 VALUES (1, 'authority', '485', '6', $$Linkage$$,
16181 FALSE, FALSE, FALSE);
16182 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16183                                  repeatable, mandatory, hidden)
16184 VALUES (1, 'authority', '485', '8', $$Field link and sequence number$$,
16185 TRUE, FALSE, FALSE);
16186 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
16187                               fixed_field, repeatable, mandatory, hidden)
16188 VALUES (1, 'authority', '500', $$See Also From Tracing-Personal Name$$, $$Tracing for a personal name reference.$$,
16189 FALSE, TRUE, FALSE, FALSE);
16190 INSERT INTO config.record_attr_definition(name, label)
16191 VALUES ('marc21_authority_500_ind_1', 'MARC 21 authority field 500 indicator position 1');
16192 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16193 VALUES ('marc21_authority_500_ind_1', '0', $$Forename$$, FALSE, TRUE);
16194 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16195 VALUES ('marc21_authority_500_ind_1', '1', $$Surname$$, FALSE, TRUE);
16196 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16197 VALUES ('marc21_authority_500_ind_1', '3', $$Family name$$, FALSE, TRUE);
16198 INSERT INTO config.record_attr_definition(name, label)
16199 VALUES ('marc21_authority_500_ind_2', 'MARC 21 authority field 500 indicator position 2');
16200 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16201 VALUES ('marc21_authority_500_ind_2', '#', $$Undefined$$, FALSE, TRUE);
16202 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16203                                  repeatable, mandatory, hidden)
16204 VALUES (1, 'authority', '500', 'a', $$Personal name$$,
16205 FALSE, FALSE, FALSE);
16206 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16207                                  repeatable, mandatory, hidden)
16208 VALUES (1, 'authority', '500', 'b', $$Numeration$$,
16209 FALSE, FALSE, FALSE);
16210 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16211                                  repeatable, mandatory, hidden)
16212 VALUES (1, 'authority', '500', 'c', $$Titles and other words associated with a name$$,
16213 TRUE, FALSE, FALSE);
16214 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16215                                  repeatable, mandatory, hidden)
16216 VALUES (1, 'authority', '500', 'd', $$Dates associated with a name$$,
16217 FALSE, FALSE, FALSE);
16218 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16219                                  repeatable, mandatory, hidden)
16220 VALUES (1, 'authority', '500', 'e', $$Relator term$$,
16221 TRUE, FALSE, FALSE);
16222 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16223                                  repeatable, mandatory, hidden)
16224 VALUES (1, 'authority', '500', 'f', $$Date of a work$$,
16225 FALSE, FALSE, FALSE);
16226 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16227                                  repeatable, mandatory, hidden)
16228 VALUES (1, 'authority', '500', 'g', $$Miscellaneous information$$,
16229 FALSE, FALSE, FALSE);
16230 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16231                                  repeatable, mandatory, hidden)
16232 VALUES (1, 'authority', '500', 'h', $$Medium$$,
16233 FALSE, FALSE, FALSE);
16234 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16235                                  repeatable, mandatory, hidden)
16236 VALUES (1, 'authority', '500', 'i', $$Relationship information$$,
16237 TRUE, FALSE, FALSE);
16238 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16239                                  repeatable, mandatory, hidden)
16240 VALUES (1, 'authority', '500', 'j', $$Attribution qualifier$$,
16241 TRUE, FALSE, FALSE);
16242 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16243                                  repeatable, mandatory, hidden)
16244 VALUES (1, 'authority', '500', 'k', $$Form subheading$$,
16245 TRUE, FALSE, FALSE);
16246 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16247                                  repeatable, mandatory, hidden)
16248 VALUES (1, 'authority', '500', 'l', $$Language of a work$$,
16249 FALSE, FALSE, FALSE);
16250 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16251                                  repeatable, mandatory, hidden)
16252 VALUES (1, 'authority', '500', 'm', $$Medium of performance for music$$,
16253 TRUE, FALSE, FALSE);
16254 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16255                                  repeatable, mandatory, hidden)
16256 VALUES (1, 'authority', '500', 'n', $$Number of part/section of a work$$,
16257 TRUE, FALSE, FALSE);
16258 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16259                                  repeatable, mandatory, hidden)
16260 VALUES (1, 'authority', '500', 'o', $$Arranged statement for music$$,
16261 FALSE, FALSE, FALSE);
16262 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16263                                  repeatable, mandatory, hidden)
16264 VALUES (1, 'authority', '500', 'p', $$Name of part/section of a work$$,
16265 TRUE, FALSE, FALSE);
16266 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16267                                  repeatable, mandatory, hidden)
16268 VALUES (1, 'authority', '500', 'q', $$Fuller form of name$$,
16269 FALSE, FALSE, FALSE);
16270 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16271                                  repeatable, mandatory, hidden)
16272 VALUES (1, 'authority', '500', 'r', $$Key for music$$,
16273 FALSE, FALSE, FALSE);
16274 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16275                                  repeatable, mandatory, hidden)
16276 VALUES (1, 'authority', '500', 's', $$Version$$,
16277 FALSE, FALSE, FALSE);
16278 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16279                                  repeatable, mandatory, hidden)
16280 VALUES (1, 'authority', '500', 't', $$Title of a work$$,
16281 FALSE, FALSE, FALSE);
16282 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16283                                  repeatable, mandatory, hidden)
16284 VALUES (1, 'authority', '500', 'v', $$Form subdivision$$,
16285 TRUE, FALSE, FALSE);
16286 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16287                                  repeatable, mandatory, hidden)
16288 VALUES (1, 'authority', '500', 'w', $$Control subfield$$,
16289 FALSE, FALSE, FALSE);
16290 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16291                                  repeatable, mandatory, hidden)
16292 VALUES (1, 'authority', '500', 'x', $$General subdivision$$,
16293 TRUE, FALSE, FALSE);
16294 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16295                                  repeatable, mandatory, hidden)
16296 VALUES (1, 'authority', '500', 'y', $$Chronological subdivision$$,
16297 TRUE, FALSE, FALSE);
16298 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16299                                  repeatable, mandatory, hidden)
16300 VALUES (1, 'authority', '500', 'z', $$Geographic subdivision$$,
16301 TRUE, FALSE, FALSE);
16302 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16303                                  repeatable, mandatory, hidden)
16304 VALUES (1, 'authority', '500', '0', $$Record control number$$,
16305 TRUE, FALSE, FALSE);
16306 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16307                                  repeatable, mandatory, hidden)
16308 VALUES (1, 'authority', '500', '4', $$Relationship code$$,
16309 TRUE, FALSE, FALSE);
16310 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16311                                  repeatable, mandatory, hidden)
16312 VALUES (1, 'authority', '500', '5', $$Institution to which field applies$$,
16313 TRUE, FALSE, FALSE);
16314 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16315                                  repeatable, mandatory, hidden)
16316 VALUES (1, 'authority', '500', '6', $$Linkage$$,
16317 FALSE, FALSE, FALSE);
16318 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16319                                  repeatable, mandatory, hidden)
16320 VALUES (1, 'authority', '500', '8', $$Field link and sequence number$$,
16321 TRUE, FALSE, FALSE);
16322 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
16323                               fixed_field, repeatable, mandatory, hidden)
16324 VALUES (1, 'authority', '510', $$See Also From Tracing-Corporate Name$$, $$Tracing for a corporate name reference.$$,
16325 FALSE, TRUE, FALSE, FALSE);
16326 INSERT INTO config.record_attr_definition(name, label)
16327 VALUES ('marc21_authority_510_ind_1', 'MARC 21 authority field 510 indicator position 1');
16328 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16329 VALUES ('marc21_authority_510_ind_1', '0', $$Inverted name$$, FALSE, TRUE);
16330 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16331 VALUES ('marc21_authority_510_ind_1', '1', $$Jurisdiction name$$, FALSE, TRUE);
16332 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16333 VALUES ('marc21_authority_510_ind_1', '2', $$Name in direct order$$, FALSE, TRUE);
16334 INSERT INTO config.record_attr_definition(name, label)
16335 VALUES ('marc21_authority_510_ind_2', 'MARC 21 authority field 510 indicator position 2');
16336 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16337 VALUES ('marc21_authority_510_ind_2', '#', $$Undefined$$, FALSE, TRUE);
16338 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16339                                  repeatable, mandatory, hidden)
16340 VALUES (1, 'authority', '510', 'a', $$Corporate name or jurisdiction name as entry element$$,
16341 FALSE, FALSE, FALSE);
16342 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16343                                  repeatable, mandatory, hidden)
16344 VALUES (1, 'authority', '510', 'b', $$Subordinate unit$$,
16345 TRUE, FALSE, FALSE);
16346 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16347                                  repeatable, mandatory, hidden)
16348 VALUES (1, 'authority', '510', 'c', $$Location of meeting$$,
16349 FALSE, FALSE, FALSE);
16350 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16351                                  repeatable, mandatory, hidden)
16352 VALUES (1, 'authority', '510', 'd', $$Date of meeting or treaty signing$$,
16353 TRUE, FALSE, FALSE);
16354 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16355                                  repeatable, mandatory, hidden)
16356 VALUES (1, 'authority', '510', 'e', $$Relator term$$,
16357 TRUE, FALSE, FALSE);
16358 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16359                                  repeatable, mandatory, hidden)
16360 VALUES (1, 'authority', '510', 'f', $$Date of a work$$,
16361 FALSE, FALSE, FALSE);
16362 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16363                                  repeatable, mandatory, hidden)
16364 VALUES (1, 'authority', '510', 'g', $$Miscellaneous information$$,
16365 FALSE, FALSE, FALSE);
16366 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16367                                  repeatable, mandatory, hidden)
16368 VALUES (1, 'authority', '510', 'h', $$Medium$$,
16369 FALSE, FALSE, FALSE);
16370 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16371                                  repeatable, mandatory, hidden)
16372 VALUES (1, 'authority', '510', 'i', $$Relationship information$$,
16373 TRUE, FALSE, FALSE);
16374 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16375                                  repeatable, mandatory, hidden)
16376 VALUES (1, 'authority', '510', 'k', $$Form subheading$$,
16377 TRUE, FALSE, FALSE);
16378 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16379                                  repeatable, mandatory, hidden)
16380 VALUES (1, 'authority', '510', 'l', $$Language of a work$$,
16381 FALSE, FALSE, FALSE);
16382 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16383                                  repeatable, mandatory, hidden)
16384 VALUES (1, 'authority', '510', 'm', $$Medium of performance for music$$,
16385 TRUE, FALSE, FALSE);
16386 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16387                                  repeatable, mandatory, hidden)
16388 VALUES (1, 'authority', '510', 'n', $$Number of part/section/meeting$$,
16389 TRUE, FALSE, FALSE);
16390 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16391                                  repeatable, mandatory, hidden)
16392 VALUES (1, 'authority', '510', 'o', $$Arranged statement for music$$,
16393 FALSE, FALSE, FALSE);
16394 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16395                                  repeatable, mandatory, hidden)
16396 VALUES (1, 'authority', '510', 'p', $$Name of part/section of a work$$,
16397 TRUE, FALSE, FALSE);
16398 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16399                                  repeatable, mandatory, hidden)
16400 VALUES (1, 'authority', '510', 'r', $$Key for music$$,
16401 FALSE, FALSE, FALSE);
16402 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16403                                  repeatable, mandatory, hidden)
16404 VALUES (1, 'authority', '510', 's', $$Version$$,
16405 FALSE, FALSE, FALSE);
16406 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16407                                  repeatable, mandatory, hidden)
16408 VALUES (1, 'authority', '510', 't', $$Title of a work$$,
16409 FALSE, FALSE, FALSE);
16410 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16411                                  repeatable, mandatory, hidden)
16412 VALUES (1, 'authority', '510', 'v', $$Form subdivision$$,
16413 TRUE, FALSE, FALSE);
16414 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16415                                  repeatable, mandatory, hidden)
16416 VALUES (1, 'authority', '510', 'w', $$Control subfield$$,
16417 FALSE, FALSE, FALSE);
16418 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16419                                  repeatable, mandatory, hidden)
16420 VALUES (1, 'authority', '510', 'x', $$General subdivision$$,
16421 TRUE, FALSE, FALSE);
16422 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16423                                  repeatable, mandatory, hidden)
16424 VALUES (1, 'authority', '510', 'y', $$Chronological subdivision$$,
16425 TRUE, FALSE, FALSE);
16426 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16427                                  repeatable, mandatory, hidden)
16428 VALUES (1, 'authority', '510', 'z', $$Geographic subdivision$$,
16429 TRUE, FALSE, FALSE);
16430 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16431                                  repeatable, mandatory, hidden)
16432 VALUES (1, 'authority', '510', '0', $$Record control number$$,
16433 TRUE, FALSE, FALSE);
16434 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16435                                  repeatable, mandatory, hidden)
16436 VALUES (1, 'authority', '510', '4', $$Relationship code$$,
16437 TRUE, FALSE, FALSE);
16438 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16439                                  repeatable, mandatory, hidden)
16440 VALUES (1, 'authority', '510', '5', $$Institution to which field applies$$,
16441 TRUE, FALSE, FALSE);
16442 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16443                                  repeatable, mandatory, hidden)
16444 VALUES (1, 'authority', '510', '6', $$Linkage$$,
16445 FALSE, FALSE, FALSE);
16446 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16447                                  repeatable, mandatory, hidden)
16448 VALUES (1, 'authority', '510', '8', $$Field link and sequence number$$,
16449 TRUE, FALSE, FALSE);
16450 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
16451                               fixed_field, repeatable, mandatory, hidden)
16452 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.$$,
16453 FALSE, TRUE, FALSE, FALSE);
16454 INSERT INTO config.record_attr_definition(name, label)
16455 VALUES ('marc21_authority_511_ind_1', 'MARC 21 authority field 511 indicator position 1');
16456 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16457 VALUES ('marc21_authority_511_ind_1', '0', $$Inverted name$$, FALSE, TRUE);
16458 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16459 VALUES ('marc21_authority_511_ind_1', '1', $$Jurisdiction name$$, FALSE, TRUE);
16460 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16461 VALUES ('marc21_authority_511_ind_1', '2', $$Name in direct order$$, FALSE, TRUE);
16462 INSERT INTO config.record_attr_definition(name, label)
16463 VALUES ('marc21_authority_511_ind_2', 'MARC 21 authority field 511 indicator position 2');
16464 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16465 VALUES ('marc21_authority_511_ind_2', '#', $$Undefined$$, FALSE, TRUE);
16466 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16467                                  repeatable, mandatory, hidden)
16468 VALUES (1, 'authority', '511', 'a', $$Meeting name or jurisdiction name as entry element$$,
16469 FALSE, FALSE, FALSE);
16470 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16471                                  repeatable, mandatory, hidden)
16472 VALUES (1, 'authority', '511', 'c', $$Location of meeting$$,
16473 FALSE, FALSE, FALSE);
16474 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16475                                  repeatable, mandatory, hidden)
16476 VALUES (1, 'authority', '511', 'd', $$Date of meeting$$,
16477 FALSE, FALSE, FALSE);
16478 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16479                                  repeatable, mandatory, hidden)
16480 VALUES (1, 'authority', '511', 'e', $$Subordinate unit$$,
16481 TRUE, FALSE, FALSE);
16482 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16483                                  repeatable, mandatory, hidden)
16484 VALUES (1, 'authority', '511', 'f', $$Date of a work$$,
16485 FALSE, FALSE, FALSE);
16486 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16487                                  repeatable, mandatory, hidden)
16488 VALUES (1, 'authority', '511', 'g', $$Miscellaneous information$$,
16489 FALSE, FALSE, FALSE);
16490 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16491                                  repeatable, mandatory, hidden)
16492 VALUES (1, 'authority', '511', 'h', $$Medium$$,
16493 FALSE, FALSE, FALSE);
16494 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16495                                  repeatable, mandatory, hidden)
16496 VALUES (1, 'authority', '511', 'i', $$Relationship information$$,
16497 TRUE, FALSE, FALSE);
16498 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16499                                  repeatable, mandatory, hidden)
16500 VALUES (1, 'authority', '511', 'j', $$Relator term$$,
16501 TRUE, FALSE, FALSE);
16502 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16503                                  repeatable, mandatory, hidden)
16504 VALUES (1, 'authority', '511', 'k', $$Form subheading$$,
16505 TRUE, FALSE, FALSE);
16506 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16507                                  repeatable, mandatory, hidden)
16508 VALUES (1, 'authority', '511', 'l', $$Language of a work$$,
16509 FALSE, FALSE, FALSE);
16510 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16511                                  repeatable, mandatory, hidden)
16512 VALUES (1, 'authority', '511', 'n', $$Number of part/section/meeting$$,
16513 TRUE, FALSE, FALSE);
16514 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16515                                  repeatable, mandatory, hidden)
16516 VALUES (1, 'authority', '511', 'p', $$Name of part/section of a work$$,
16517 TRUE, FALSE, FALSE);
16518 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16519                                  repeatable, mandatory, hidden)
16520 VALUES (1, 'authority', '511', 'q', $$Name of meeting following jurisdiction name entry element$$,
16521 FALSE, FALSE, FALSE);
16522 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16523                                  repeatable, mandatory, hidden)
16524 VALUES (1, 'authority', '511', 's', $$Version$$,
16525 FALSE, FALSE, FALSE);
16526 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16527                                  repeatable, mandatory, hidden)
16528 VALUES (1, 'authority', '511', 't', $$Title of a work$$,
16529 FALSE, FALSE, FALSE);
16530 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16531                                  repeatable, mandatory, hidden)
16532 VALUES (1, 'authority', '511', 'v', $$Form subdivision$$,
16533 TRUE, FALSE, FALSE);
16534 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16535                                  repeatable, mandatory, hidden)
16536 VALUES (1, 'authority', '511', 'w', $$Control subfield$$,
16537 FALSE, FALSE, FALSE);
16538 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16539                                  repeatable, mandatory, hidden)
16540 VALUES (1, 'authority', '511', 'x', $$General subdivision$$,
16541 TRUE, FALSE, FALSE);
16542 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16543                                  repeatable, mandatory, hidden)
16544 VALUES (1, 'authority', '511', 'y', $$Chronological subdivision$$,
16545 TRUE, FALSE, FALSE);
16546 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16547                                  repeatable, mandatory, hidden)
16548 VALUES (1, 'authority', '511', 'z', $$Geographic subdivision$$,
16549 TRUE, FALSE, FALSE);
16550 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16551                                  repeatable, mandatory, hidden)
16552 VALUES (1, 'authority', '511', '0', $$Record control number$$,
16553 TRUE, FALSE, FALSE);
16554 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16555                                  repeatable, mandatory, hidden)
16556 VALUES (1, 'authority', '511', '4', $$Relationship code$$,
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', '511', '5', $$Institution to which field applies$$,
16561 TRUE, FALSE, FALSE);
16562 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16563                                  repeatable, mandatory, hidden)
16564 VALUES (1, 'authority', '511', '6', $$Linkage$$,
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', '511', '8', $$Field link and sequence number$$,
16569 TRUE, FALSE, FALSE);
16570 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
16571                               fixed_field, repeatable, mandatory, hidden)
16572 VALUES (1, 'authority', '530', $$See Also From Tracing-Uniform Title$$, $$Tracing for a uniform title reference.$$,
16573 FALSE, TRUE, FALSE, FALSE);
16574 INSERT INTO config.record_attr_definition(name, label)
16575 VALUES ('marc21_authority_530_ind_1', 'MARC 21 authority field 530 indicator position 1');
16576 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16577 VALUES ('marc21_authority_530_ind_1', '#', $$Undefined$$, FALSE, TRUE);
16578 INSERT INTO config.record_attr_definition(name, label)
16579 VALUES ('marc21_authority_530_ind_2', 'MARC 21 authority field 530 indicator position 2');
16580 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16581 VALUES ('marc21_authority_530_ind_2', '0', $$No nonfiling characters$$, FALSE, TRUE);
16582 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16583 VALUES ('marc21_authority_530_ind_2', '1', $$Number of nonfiling characters - 1$$, FALSE, TRUE);
16584 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16585 VALUES ('marc21_authority_530_ind_2', '2', $$Number of nonfiling characters - 2$$, FALSE, TRUE);
16586 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16587 VALUES ('marc21_authority_530_ind_2', '3', $$Number of nonfiling characters - 3$$, FALSE, TRUE);
16588 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16589 VALUES ('marc21_authority_530_ind_2', '4', $$Number of nonfiling characters - 4$$, FALSE, TRUE);
16590 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16591 VALUES ('marc21_authority_530_ind_2', '5', $$Number of nonfiling characters - 5$$, FALSE, TRUE);
16592 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16593 VALUES ('marc21_authority_530_ind_2', '6', $$Number of nonfiling characters - 6$$, FALSE, TRUE);
16594 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16595 VALUES ('marc21_authority_530_ind_2', '7', $$Number of nonfiling characters - 7$$, FALSE, TRUE);
16596 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16597 VALUES ('marc21_authority_530_ind_2', '8', $$Number of nonfiling characters - 8$$, FALSE, TRUE);
16598 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16599 VALUES ('marc21_authority_530_ind_2', '9', $$Number of nonfiling characters - 9$$, FALSE, TRUE);
16600 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16601                                  repeatable, mandatory, hidden)
16602 VALUES (1, 'authority', '530', 'a', $$Uniform title$$,
16603 FALSE, FALSE, FALSE);
16604 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16605                                  repeatable, mandatory, hidden)
16606 VALUES (1, 'authority', '530', 'd', $$Date of treaty signing$$,
16607 TRUE, FALSE, FALSE);
16608 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16609                                  repeatable, mandatory, hidden)
16610 VALUES (1, 'authority', '530', 'f', $$Date of a work$$,
16611 FALSE, FALSE, FALSE);
16612 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16613                                  repeatable, mandatory, hidden)
16614 VALUES (1, 'authority', '530', 'g', $$Miscellaneous information$$,
16615 FALSE, FALSE, FALSE);
16616 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16617                                  repeatable, mandatory, hidden)
16618 VALUES (1, 'authority', '530', 'h', $$Medium$$,
16619 FALSE, FALSE, FALSE);
16620 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16621                                  repeatable, mandatory, hidden)
16622 VALUES (1, 'authority', '530', 'i', $$Relationship information$$,
16623 TRUE, FALSE, FALSE);
16624 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16625                                  repeatable, mandatory, hidden)
16626 VALUES (1, 'authority', '530', 'k', $$Form subheading$$,
16627 TRUE, FALSE, FALSE);
16628 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16629                                  repeatable, mandatory, hidden)
16630 VALUES (1, 'authority', '530', 'l', $$Language of a work$$,
16631 FALSE, FALSE, FALSE);
16632 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16633                                  repeatable, mandatory, hidden)
16634 VALUES (1, 'authority', '530', 'm', $$Medium of performance for music$$,
16635 TRUE, FALSE, FALSE);
16636 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16637                                  repeatable, mandatory, hidden)
16638 VALUES (1, 'authority', '530', 'n', $$Number of part/section of a work$$,
16639 TRUE, FALSE, FALSE);
16640 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16641                                  repeatable, mandatory, hidden)
16642 VALUES (1, 'authority', '530', 'o', $$Arranged statement for music$$,
16643 FALSE, FALSE, FALSE);
16644 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16645                                  repeatable, mandatory, hidden)
16646 VALUES (1, 'authority', '530', 'p', $$Name of part/section of a work$$,
16647 TRUE, FALSE, FALSE);
16648 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16649                                  repeatable, mandatory, hidden)
16650 VALUES (1, 'authority', '530', 'r', $$Key for music$$,
16651 FALSE, FALSE, FALSE);
16652 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16653                                  repeatable, mandatory, hidden)
16654 VALUES (1, 'authority', '530', 's', $$Version$$,
16655 FALSE, FALSE, FALSE);
16656 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16657                                  repeatable, mandatory, hidden)
16658 VALUES (1, 'authority', '530', 't', $$Title of a work$$,
16659 FALSE, FALSE, FALSE);
16660 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16661                                  repeatable, mandatory, hidden)
16662 VALUES (1, 'authority', '530', 'v', $$Form subdivision$$,
16663 TRUE, FALSE, FALSE);
16664 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16665                                  repeatable, mandatory, hidden)
16666 VALUES (1, 'authority', '530', 'w', $$Control subfield$$,
16667 FALSE, FALSE, FALSE);
16668 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16669                                  repeatable, mandatory, hidden)
16670 VALUES (1, 'authority', '530', 'x', $$General subdivision$$,
16671 TRUE, FALSE, FALSE);
16672 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16673                                  repeatable, mandatory, hidden)
16674 VALUES (1, 'authority', '530', 'y', $$Chronological subdivision$$,
16675 TRUE, FALSE, FALSE);
16676 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16677                                  repeatable, mandatory, hidden)
16678 VALUES (1, 'authority', '530', 'z', $$Geographic subdivision$$,
16679 TRUE, FALSE, FALSE);
16680 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16681                                  repeatable, mandatory, hidden)
16682 VALUES (1, 'authority', '530', '0', $$Record control number$$,
16683 TRUE, FALSE, FALSE);
16684 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16685                                  repeatable, mandatory, hidden)
16686 VALUES (1, 'authority', '530', '4', $$Relationship code$$,
16687 TRUE, FALSE, FALSE);
16688 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16689                                  repeatable, mandatory, hidden)
16690 VALUES (1, 'authority', '530', '5', $$Institution to which field applies$$,
16691 TRUE, FALSE, FALSE);
16692 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16693                                  repeatable, mandatory, hidden)
16694 VALUES (1, 'authority', '530', '6', $$Linkage$$,
16695 FALSE, FALSE, FALSE);
16696 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16697                                  repeatable, mandatory, hidden)
16698 VALUES (1, 'authority', '530', '8', $$Field link and sequence number$$,
16699 TRUE, FALSE, FALSE);
16700 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
16701                               fixed_field, repeatable, mandatory, hidden)
16702 VALUES (1, 'authority', '548', $$See Also From Tracing-Chronological Term$$, $$Tracing for a chronological term reference.$$,
16703 FALSE, TRUE, FALSE, FALSE);
16704 INSERT INTO config.record_attr_definition(name, label)
16705 VALUES ('marc21_authority_548_ind_1', 'MARC 21 authority field 548 indicator position 1');
16706 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16707 VALUES ('marc21_authority_548_ind_1', '#', $$Undefined$$, FALSE, TRUE);
16708 INSERT INTO config.record_attr_definition(name, label)
16709 VALUES ('marc21_authority_548_ind_2', 'MARC 21 authority field 548 indicator position 2');
16710 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16711 VALUES ('marc21_authority_548_ind_2', '#', $$Undefined$$, FALSE, TRUE);
16712 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16713                                  repeatable, mandatory, hidden)
16714 VALUES (1, 'authority', '548', 'a', $$Chronological term$$,
16715 FALSE, FALSE, FALSE);
16716 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16717                                  repeatable, mandatory, hidden)
16718 VALUES (1, 'authority', '548', 'i', $$Relationship information$$,
16719 TRUE, FALSE, FALSE);
16720 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16721                                  repeatable, mandatory, hidden)
16722 VALUES (1, 'authority', '548', 'v', $$Form subdivision$$,
16723 TRUE, FALSE, FALSE);
16724 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16725                                  repeatable, mandatory, hidden)
16726 VALUES (1, 'authority', '548', 'w', $$Control subfield$$,
16727 FALSE, FALSE, FALSE);
16728 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16729                                  repeatable, mandatory, hidden)
16730 VALUES (1, 'authority', '548', 'x', $$General subdivision$$,
16731 TRUE, FALSE, FALSE);
16732 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16733                                  repeatable, mandatory, hidden)
16734 VALUES (1, 'authority', '548', 'y', $$Chronological subdivision$$,
16735 TRUE, FALSE, FALSE);
16736 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16737                                  repeatable, mandatory, hidden)
16738 VALUES (1, 'authority', '548', 'z', $$Geographic subdivision$$,
16739 TRUE, FALSE, FALSE);
16740 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16741                                  repeatable, mandatory, hidden)
16742 VALUES (1, 'authority', '548', '0', $$Record control number$$,
16743 TRUE, FALSE, FALSE);
16744 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16745                                  repeatable, mandatory, hidden)
16746 VALUES (1, 'authority', '548', '4', $$Relationship code$$,
16747 TRUE, FALSE, FALSE);
16748 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16749                                  repeatable, mandatory, hidden)
16750 VALUES (1, 'authority', '548', '5', $$Institution to which field applies$$,
16751 TRUE, FALSE, FALSE);
16752 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16753                                  repeatable, mandatory, hidden)
16754 VALUES (1, 'authority', '548', '6', $$Linkage$$,
16755 FALSE, FALSE, FALSE);
16756 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16757                                  repeatable, mandatory, hidden)
16758 VALUES (1, 'authority', '548', '8', $$Field link and sequence number$$,
16759 TRUE, FALSE, FALSE);
16760 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
16761                               fixed_field, repeatable, mandatory, hidden)
16762 VALUES (1, 'authority', '550', $$See Also From Tracing-Topical Term$$, $$Tracing for a topical term reference.$$,
16763 FALSE, TRUE, FALSE, FALSE);
16764 INSERT INTO config.record_attr_definition(name, label)
16765 VALUES ('marc21_authority_550_ind_1', 'MARC 21 authority field 550 indicator position 1');
16766 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16767 VALUES ('marc21_authority_550_ind_1', '#', $$Undefined$$, FALSE, TRUE);
16768 INSERT INTO config.record_attr_definition(name, label)
16769 VALUES ('marc21_authority_550_ind_2', 'MARC 21 authority field 550 indicator position 2');
16770 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16771 VALUES ('marc21_authority_550_ind_2', '#', $$Undefined$$, FALSE, TRUE);
16772 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16773                                  repeatable, mandatory, hidden)
16774 VALUES (1, 'authority', '550', 'a', $$Topical term or geographic name entry element$$,
16775 FALSE, FALSE, FALSE);
16776 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16777                                  repeatable, mandatory, hidden)
16778 VALUES (1, 'authority', '550', 'b', $$Topical term following geographic name entry element$$,
16779 FALSE, FALSE, FALSE);
16780 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16781                                  repeatable, mandatory, hidden)
16782 VALUES (1, 'authority', '550', 'i', $$Relationship information$$,
16783 TRUE, FALSE, FALSE);
16784 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16785                                  repeatable, mandatory, hidden)
16786 VALUES (1, 'authority', '550', 'v', $$Form subdivision$$,
16787 TRUE, FALSE, FALSE);
16788 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16789                                  repeatable, mandatory, hidden)
16790 VALUES (1, 'authority', '550', 'w', $$Control subfield$$,
16791 FALSE, FALSE, FALSE);
16792 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16793                                  repeatable, mandatory, hidden)
16794 VALUES (1, 'authority', '550', 'x', $$General subdivision$$,
16795 TRUE, FALSE, FALSE);
16796 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16797                                  repeatable, mandatory, hidden)
16798 VALUES (1, 'authority', '550', 'y', $$Chronological subdivision$$,
16799 TRUE, FALSE, FALSE);
16800 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16801                                  repeatable, mandatory, hidden)
16802 VALUES (1, 'authority', '550', 'z', $$Geographic subdivision$$,
16803 TRUE, FALSE, FALSE);
16804 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16805                                  repeatable, mandatory, hidden)
16806 VALUES (1, 'authority', '550', '0', $$Record control number$$,
16807 TRUE, FALSE, FALSE);
16808 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16809                                  repeatable, mandatory, hidden)
16810 VALUES (1, 'authority', '550', '4', $$Relationship code$$,
16811 TRUE, FALSE, FALSE);
16812 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16813                                  repeatable, mandatory, hidden)
16814 VALUES (1, 'authority', '550', '5', $$Institution to which field applies$$,
16815 TRUE, FALSE, FALSE);
16816 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16817                                  repeatable, mandatory, hidden)
16818 VALUES (1, 'authority', '550', '6', $$Linkage$$,
16819 FALSE, FALSE, FALSE);
16820 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16821                                  repeatable, mandatory, hidden)
16822 VALUES (1, 'authority', '550', '8', $$Field link and sequence number$$,
16823 TRUE, FALSE, FALSE);
16824 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
16825                               fixed_field, repeatable, mandatory, hidden)
16826 VALUES (1, 'authority', '551', $$See Also From Tracing-Geographic Name$$, $$Tracing for a geographic name reference.$$,
16827 FALSE, TRUE, FALSE, FALSE);
16828 INSERT INTO config.record_attr_definition(name, label)
16829 VALUES ('marc21_authority_551_ind_1', 'MARC 21 authority field 551 indicator position 1');
16830 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16831 VALUES ('marc21_authority_551_ind_1', '#', $$Undefined$$, FALSE, TRUE);
16832 INSERT INTO config.record_attr_definition(name, label)
16833 VALUES ('marc21_authority_551_ind_2', 'MARC 21 authority field 551 indicator position 2');
16834 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16835 VALUES ('marc21_authority_551_ind_2', '#', $$Undefined$$, FALSE, TRUE);
16836 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16837                                  repeatable, mandatory, hidden)
16838 VALUES (1, 'authority', '551', 'a', $$Geographic name$$,
16839 FALSE, FALSE, FALSE);
16840 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16841                                  repeatable, mandatory, hidden)
16842 VALUES (1, 'authority', '551', 'i', $$Relationship information$$,
16843 TRUE, FALSE, FALSE);
16844 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16845                                  repeatable, mandatory, hidden)
16846 VALUES (1, 'authority', '551', 'v', $$Form subdivision$$,
16847 TRUE, FALSE, FALSE);
16848 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16849                                  repeatable, mandatory, hidden)
16850 VALUES (1, 'authority', '551', 'w', $$Control subfield$$,
16851 FALSE, FALSE, FALSE);
16852 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16853                                  repeatable, mandatory, hidden)
16854 VALUES (1, 'authority', '551', 'x', $$General subdivision$$,
16855 TRUE, FALSE, FALSE);
16856 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16857                                  repeatable, mandatory, hidden)
16858 VALUES (1, 'authority', '551', 'y', $$Chronological subdivision$$,
16859 TRUE, FALSE, FALSE);
16860 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16861                                  repeatable, mandatory, hidden)
16862 VALUES (1, 'authority', '551', 'z', $$Geographic subdivision$$,
16863 TRUE, FALSE, FALSE);
16864 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16865                                  repeatable, mandatory, hidden)
16866 VALUES (1, 'authority', '551', '0', $$Record control number$$,
16867 TRUE, FALSE, FALSE);
16868 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16869                                  repeatable, mandatory, hidden)
16870 VALUES (1, 'authority', '551', '4', $$Relationship code$$,
16871 TRUE, FALSE, FALSE);
16872 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16873                                  repeatable, mandatory, hidden)
16874 VALUES (1, 'authority', '551', '5', $$Institution to which field applies$$,
16875 TRUE, FALSE, FALSE);
16876 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16877                                  repeatable, mandatory, hidden)
16878 VALUES (1, 'authority', '551', '6', $$Linkage$$,
16879 FALSE, FALSE, FALSE);
16880 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16881                                  repeatable, mandatory, hidden)
16882 VALUES (1, 'authority', '551', '8', $$Field link and sequence number$$,
16883 TRUE, FALSE, FALSE);
16884 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
16885                               fixed_field, repeatable, mandatory, hidden)
16886 VALUES (1, 'authority', '555', $$See Also From Tracing-Genre/Form Term$$, $$Tracing for a genre/form term reference.$$,
16887 FALSE, TRUE, FALSE, FALSE);
16888 INSERT INTO config.record_attr_definition(name, label)
16889 VALUES ('marc21_authority_555_ind_1', 'MARC 21 authority field 555 indicator position 1');
16890 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16891 VALUES ('marc21_authority_555_ind_1', '#', $$Undefined$$, FALSE, TRUE);
16892 INSERT INTO config.record_attr_definition(name, label)
16893 VALUES ('marc21_authority_555_ind_2', 'MARC 21 authority field 555 indicator position 2');
16894 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16895 VALUES ('marc21_authority_555_ind_2', '#', $$Undefined$$, FALSE, TRUE);
16896 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16897                                  repeatable, mandatory, hidden)
16898 VALUES (1, 'authority', '555', 'a', $$Genre/form term$$,
16899 FALSE, FALSE, FALSE);
16900 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16901                                  repeatable, mandatory, hidden)
16902 VALUES (1, 'authority', '555', 'i', $$Relationship information$$,
16903 TRUE, FALSE, FALSE);
16904 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16905                                  repeatable, mandatory, hidden)
16906 VALUES (1, 'authority', '555', 'v', $$Form subdivision$$,
16907 TRUE, FALSE, FALSE);
16908 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16909                                  repeatable, mandatory, hidden)
16910 VALUES (1, 'authority', '555', 'w', $$Control subfield$$,
16911 FALSE, FALSE, FALSE);
16912 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16913                                  repeatable, mandatory, hidden)
16914 VALUES (1, 'authority', '555', 'x', $$General subdivision$$,
16915 TRUE, FALSE, FALSE);
16916 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16917                                  repeatable, mandatory, hidden)
16918 VALUES (1, 'authority', '555', 'y', $$Chronological subdivision$$,
16919 TRUE, FALSE, FALSE);
16920 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16921                                  repeatable, mandatory, hidden)
16922 VALUES (1, 'authority', '555', 'z', $$Geographic subdivision$$,
16923 TRUE, FALSE, FALSE);
16924 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16925                                  repeatable, mandatory, hidden)
16926 VALUES (1, 'authority', '555', '0', $$Record control number$$,
16927 TRUE, FALSE, FALSE);
16928 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16929                                  repeatable, mandatory, hidden)
16930 VALUES (1, 'authority', '555', '4', $$Relationship code$$,
16931 TRUE, FALSE, FALSE);
16932 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16933                                  repeatable, mandatory, hidden)
16934 VALUES (1, 'authority', '555', '5', $$Institution to which field applies$$,
16935 TRUE, FALSE, FALSE);
16936 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16937                                  repeatable, mandatory, hidden)
16938 VALUES (1, 'authority', '555', '6', $$Linkage$$,
16939 FALSE, FALSE, FALSE);
16940 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16941                                  repeatable, mandatory, hidden)
16942 VALUES (1, 'authority', '555', '8', $$Field link and sequence number$$,
16943 TRUE, FALSE, FALSE);
16944 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
16945                               fixed_field, repeatable, mandatory, hidden)
16946 VALUES (1, 'authority', '580', $$See Also From Tracing-General Subdivision$$, $$Tracing for a general subdivision reference.$$,
16947 FALSE, TRUE, FALSE, FALSE);
16948 INSERT INTO config.record_attr_definition(name, label)
16949 VALUES ('marc21_authority_580_ind_1', 'MARC 21 authority field 580 indicator position 1');
16950 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16951 VALUES ('marc21_authority_580_ind_1', '#', $$Undefined$$, FALSE, TRUE);
16952 INSERT INTO config.record_attr_definition(name, label)
16953 VALUES ('marc21_authority_580_ind_2', 'MARC 21 authority field 580 indicator position 2');
16954 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
16955 VALUES ('marc21_authority_580_ind_2', '#', $$Undefined$$, FALSE, TRUE);
16956 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16957                                  repeatable, mandatory, hidden)
16958 VALUES (1, 'authority', '580', 'i', $$Relationship information$$,
16959 TRUE, FALSE, FALSE);
16960 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16961                                  repeatable, mandatory, hidden)
16962 VALUES (1, 'authority', '580', 'v', $$Form subdivision$$,
16963 TRUE, FALSE, FALSE);
16964 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16965                                  repeatable, mandatory, hidden)
16966 VALUES (1, 'authority', '580', 'w', $$Control subfield$$,
16967 FALSE, FALSE, FALSE);
16968 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16969                                  repeatable, mandatory, hidden)
16970 VALUES (1, 'authority', '580', 'x', $$General subdivision$$,
16971 TRUE, FALSE, FALSE);
16972 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16973                                  repeatable, mandatory, hidden)
16974 VALUES (1, 'authority', '580', 'y', $$Chronological subdivision$$,
16975 TRUE, FALSE, FALSE);
16976 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16977                                  repeatable, mandatory, hidden)
16978 VALUES (1, 'authority', '580', 'z', $$Geographic subdivision$$,
16979 TRUE, FALSE, FALSE);
16980 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16981                                  repeatable, mandatory, hidden)
16982 VALUES (1, 'authority', '580', '0', $$Record control number$$,
16983 TRUE, FALSE, FALSE);
16984 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16985                                  repeatable, mandatory, hidden)
16986 VALUES (1, 'authority', '580', '4', $$Relationship code$$,
16987 TRUE, FALSE, FALSE);
16988 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16989                                  repeatable, mandatory, hidden)
16990 VALUES (1, 'authority', '580', '5', $$Institution to which field applies$$,
16991 TRUE, FALSE, FALSE);
16992 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16993                                  repeatable, mandatory, hidden)
16994 VALUES (1, 'authority', '580', '6', $$Linkage$$,
16995 FALSE, FALSE, FALSE);
16996 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
16997                                  repeatable, mandatory, hidden)
16998 VALUES (1, 'authority', '580', '8', $$Field link and sequence number$$,
16999 TRUE, FALSE, FALSE);
17000 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17001                               fixed_field, repeatable, mandatory, hidden)
17002 VALUES (1, 'authority', '581', $$See Also From Tracing-Geographic Subdivision$$, $$Tracing for a geographic subdivision reference.$$,
17003 FALSE, TRUE, FALSE, FALSE);
17004 INSERT INTO config.record_attr_definition(name, label)
17005 VALUES ('marc21_authority_581_ind_1', 'MARC 21 authority field 581 indicator position 1');
17006 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17007 VALUES ('marc21_authority_581_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17008 INSERT INTO config.record_attr_definition(name, label)
17009 VALUES ('marc21_authority_581_ind_2', 'MARC 21 authority field 581 indicator position 2');
17010 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17011 VALUES ('marc21_authority_581_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17012 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17013                                  repeatable, mandatory, hidden)
17014 VALUES (1, 'authority', '581', 'i', $$Relationship information$$,
17015 TRUE, FALSE, FALSE);
17016 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17017                                  repeatable, mandatory, hidden)
17018 VALUES (1, 'authority', '581', 'v', $$Form subdivision$$,
17019 TRUE, FALSE, FALSE);
17020 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17021                                  repeatable, mandatory, hidden)
17022 VALUES (1, 'authority', '581', 'w', $$Control subfield$$,
17023 FALSE, FALSE, FALSE);
17024 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17025                                  repeatable, mandatory, hidden)
17026 VALUES (1, 'authority', '581', 'x', $$General subdivision$$,
17027 TRUE, FALSE, FALSE);
17028 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17029                                  repeatable, mandatory, hidden)
17030 VALUES (1, 'authority', '581', 'y', $$Chronological subdivision$$,
17031 TRUE, FALSE, FALSE);
17032 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17033                                  repeatable, mandatory, hidden)
17034 VALUES (1, 'authority', '581', 'z', $$Geographic subdivision$$,
17035 TRUE, FALSE, FALSE);
17036 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17037                                  repeatable, mandatory, hidden)
17038 VALUES (1, 'authority', '581', '0', $$Record control number$$,
17039 TRUE, FALSE, FALSE);
17040 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17041                                  repeatable, mandatory, hidden)
17042 VALUES (1, 'authority', '581', '4', $$Relationship code$$,
17043 TRUE, FALSE, FALSE);
17044 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17045                                  repeatable, mandatory, hidden)
17046 VALUES (1, 'authority', '581', '5', $$Institution to which field applies$$,
17047 TRUE, FALSE, FALSE);
17048 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17049                                  repeatable, mandatory, hidden)
17050 VALUES (1, 'authority', '581', '6', $$Linkage$$,
17051 FALSE, FALSE, FALSE);
17052 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17053                                  repeatable, mandatory, hidden)
17054 VALUES (1, 'authority', '581', '8', $$Field link and sequence number$$,
17055 TRUE, FALSE, FALSE);
17056 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17057                               fixed_field, repeatable, mandatory, hidden)
17058 VALUES (1, 'authority', '582', $$See Also From Tracing-Chronological Subdivision$$, $$Tracing for a chronological subdivision .$$,
17059 FALSE, TRUE, FALSE, FALSE);
17060 INSERT INTO config.record_attr_definition(name, label)
17061 VALUES ('marc21_authority_582_ind_1', 'MARC 21 authority field 582 indicator position 1');
17062 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17063 VALUES ('marc21_authority_582_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17064 INSERT INTO config.record_attr_definition(name, label)
17065 VALUES ('marc21_authority_582_ind_2', 'MARC 21 authority field 582 indicator position 2');
17066 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17067 VALUES ('marc21_authority_582_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17068 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17069                                  repeatable, mandatory, hidden)
17070 VALUES (1, 'authority', '582', 'i', $$Relationship information$$,
17071 TRUE, FALSE, FALSE);
17072 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17073                                  repeatable, mandatory, hidden)
17074 VALUES (1, 'authority', '582', 'v', $$Form subdivision$$,
17075 TRUE, FALSE, FALSE);
17076 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17077                                  repeatable, mandatory, hidden)
17078 VALUES (1, 'authority', '582', 'w', $$Control subfield$$,
17079 FALSE, FALSE, FALSE);
17080 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17081                                  repeatable, mandatory, hidden)
17082 VALUES (1, 'authority', '582', 'x', $$General subdivision$$,
17083 TRUE, FALSE, FALSE);
17084 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17085                                  repeatable, mandatory, hidden)
17086 VALUES (1, 'authority', '582', 'y', $$Chronological subdivision$$,
17087 TRUE, FALSE, FALSE);
17088 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17089                                  repeatable, mandatory, hidden)
17090 VALUES (1, 'authority', '582', 'z', $$Geographic subdivision$$,
17091 TRUE, FALSE, FALSE);
17092 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17093                                  repeatable, mandatory, hidden)
17094 VALUES (1, 'authority', '582', '0', $$Record control number$$,
17095 TRUE, FALSE, FALSE);
17096 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17097                                  repeatable, mandatory, hidden)
17098 VALUES (1, 'authority', '582', '4', $$Relationship code$$,
17099 TRUE, FALSE, FALSE);
17100 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17101                                  repeatable, mandatory, hidden)
17102 VALUES (1, 'authority', '582', '5', $$Institution to which field applies$$,
17103 TRUE, FALSE, FALSE);
17104 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17105                                  repeatable, mandatory, hidden)
17106 VALUES (1, 'authority', '582', '6', $$Linkage$$,
17107 FALSE, FALSE, FALSE);
17108 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17109                                  repeatable, mandatory, hidden)
17110 VALUES (1, 'authority', '582', '8', $$Field link and sequence number$$,
17111 TRUE, FALSE, FALSE);
17112 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17113                               fixed_field, repeatable, mandatory, hidden)
17114 VALUES (1, 'authority', '585', $$See Also From Tracing-Form Subdivision$$, $$Tracing for a form subdivision reference.$$,
17115 FALSE, TRUE, FALSE, FALSE);
17116 INSERT INTO config.record_attr_definition(name, label)
17117 VALUES ('marc21_authority_585_ind_1', 'MARC 21 authority field 585 indicator position 1');
17118 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17119 VALUES ('marc21_authority_585_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17120 INSERT INTO config.record_attr_definition(name, label)
17121 VALUES ('marc21_authority_585_ind_2', 'MARC 21 authority field 585 indicator position 2');
17122 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17123 VALUES ('marc21_authority_585_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17124 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17125                                  repeatable, mandatory, hidden)
17126 VALUES (1, 'authority', '585', 'i', $$Relationship information$$,
17127 TRUE, FALSE, FALSE);
17128 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17129                                  repeatable, mandatory, hidden)
17130 VALUES (1, 'authority', '585', 'v', $$Form subdivision$$,
17131 TRUE, FALSE, FALSE);
17132 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17133                                  repeatable, mandatory, hidden)
17134 VALUES (1, 'authority', '585', 'w', $$Control subfield$$,
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', '585', 'x', $$General subdivision$$,
17139 TRUE, FALSE, FALSE);
17140 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17141                                  repeatable, mandatory, hidden)
17142 VALUES (1, 'authority', '585', 'y', $$Chronological subdivision$$,
17143 TRUE, FALSE, FALSE);
17144 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17145                                  repeatable, mandatory, hidden)
17146 VALUES (1, 'authority', '585', 'z', $$Geographic subdivision$$,
17147 TRUE, FALSE, FALSE);
17148 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17149                                  repeatable, mandatory, hidden)
17150 VALUES (1, 'authority', '585', '0', $$Record control number$$,
17151 TRUE, FALSE, FALSE);
17152 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17153                                  repeatable, mandatory, hidden)
17154 VALUES (1, 'authority', '585', '4', $$Relationship code$$,
17155 TRUE, FALSE, FALSE);
17156 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17157                                  repeatable, mandatory, hidden)
17158 VALUES (1, 'authority', '585', '5', $$Institution to which field applies$$,
17159 TRUE, FALSE, FALSE);
17160 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17161                                  repeatable, mandatory, hidden)
17162 VALUES (1, 'authority', '585', '6', $$Linkage$$,
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', '585', '8', $$Field link and sequence number$$,
17167 TRUE, FALSE, FALSE);
17168 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17169                               fixed_field, repeatable, mandatory, hidden)
17170 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.$$,
17171 FALSE, TRUE, FALSE, FALSE);
17172 INSERT INTO config.record_attr_definition(name, label)
17173 VALUES ('marc21_authority_640_ind_1', 'MARC 21 authority field 640 indicator position 1');
17174 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17175 VALUES ('marc21_authority_640_ind_1', '0', $$Formatted style$$, FALSE, TRUE);
17176 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17177 VALUES ('marc21_authority_640_ind_1', '1', $$Unformatted style$$, FALSE, TRUE);
17178 INSERT INTO config.record_attr_definition(name, label)
17179 VALUES ('marc21_authority_640_ind_2', 'MARC 21 authority field 640 indicator position 2');
17180 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17181 VALUES ('marc21_authority_640_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17182 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17183                                  repeatable, mandatory, hidden)
17184 VALUES (1, 'authority', '640', 'a', $$Dates of publication and/or sequential designation$$,
17185 FALSE, FALSE, FALSE);
17186 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17187                                  repeatable, mandatory, hidden)
17188 VALUES (1, 'authority', '640', 'z', $$Source of information$$,
17189 FALSE, FALSE, FALSE);
17190 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17191                                  repeatable, mandatory, hidden)
17192 VALUES (1, 'authority', '640', '6', $$Linkage$$,
17193 FALSE, FALSE, FALSE);
17194 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17195                                  repeatable, mandatory, hidden)
17196 VALUES (1, 'authority', '640', '8', $$Field link and sequence number$$,
17197 TRUE, FALSE, FALSE);
17198 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17199                               fixed_field, repeatable, mandatory, hidden)
17200 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.$$,
17201 FALSE, TRUE, FALSE, FALSE);
17202 INSERT INTO config.record_attr_definition(name, label)
17203 VALUES ('marc21_authority_641_ind_1', 'MARC 21 authority field 641 indicator position 1');
17204 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17205 VALUES ('marc21_authority_641_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17206 INSERT INTO config.record_attr_definition(name, label)
17207 VALUES ('marc21_authority_641_ind_2', 'MARC 21 authority field 641 indicator position 2');
17208 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17209 VALUES ('marc21_authority_641_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17210 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17211                                  repeatable, mandatory, hidden)
17212 VALUES (1, 'authority', '641', 'a', $$Numbering peculiarities note$$,
17213 FALSE, FALSE, FALSE);
17214 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17215                                  repeatable, mandatory, hidden)
17216 VALUES (1, 'authority', '641', 'z', $$Source of information$$,
17217 FALSE, FALSE, FALSE);
17218 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17219                                  repeatable, mandatory, hidden)
17220 VALUES (1, 'authority', '641', '6', $$Linkage$$,
17221 FALSE, FALSE, FALSE);
17222 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17223                                  repeatable, mandatory, hidden)
17224 VALUES (1, 'authority', '641', '8', $$Field link and sequence number$$,
17225 TRUE, FALSE, FALSE);
17226 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17227                               fixed_field, repeatable, mandatory, hidden)
17228 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.$$,
17229 FALSE, TRUE, FALSE, FALSE);
17230 INSERT INTO config.record_attr_definition(name, label)
17231 VALUES ('marc21_authority_642_ind_1', 'MARC 21 authority field 642 indicator position 1');
17232 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17233 VALUES ('marc21_authority_642_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17234 INSERT INTO config.record_attr_definition(name, label)
17235 VALUES ('marc21_authority_642_ind_2', 'MARC 21 authority field 642 indicator position 2');
17236 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17237 VALUES ('marc21_authority_642_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17238 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17239                                  repeatable, mandatory, hidden)
17240 VALUES (1, 'authority', '642', 'a', $$Series numbering example$$,
17241 FALSE, FALSE, FALSE);
17242 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17243                                  repeatable, mandatory, hidden)
17244 VALUES (1, 'authority', '642', 'd', $$Volumes/dates to which series numbering example applies$$,
17245 FALSE, FALSE, FALSE);
17246 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17247                                  repeatable, mandatory, hidden)
17248 VALUES (1, 'authority', '642', '5', $$Institution/copy to which field applies$$,
17249 TRUE, FALSE, FALSE);
17250 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17251                                  repeatable, mandatory, hidden)
17252 VALUES (1, 'authority', '642', '6', $$Linkage$$,
17253 FALSE, FALSE, FALSE);
17254 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17255                                  repeatable, mandatory, hidden)
17256 VALUES (1, 'authority', '642', '8', $$Field link and sequence number$$,
17257 TRUE, FALSE, FALSE);
17258 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17259                               fixed_field, repeatable, mandatory, hidden)
17260 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.$$,
17261 FALSE, TRUE, FALSE, FALSE);
17262 INSERT INTO config.record_attr_definition(name, label)
17263 VALUES ('marc21_authority_643_ind_1', 'MARC 21 authority field 643 indicator position 1');
17264 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17265 VALUES ('marc21_authority_643_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17266 INSERT INTO config.record_attr_definition(name, label)
17267 VALUES ('marc21_authority_643_ind_2', 'MARC 21 authority field 643 indicator position 2');
17268 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17269 VALUES ('marc21_authority_643_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17270 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17271                                  repeatable, mandatory, hidden)
17272 VALUES (1, 'authority', '643', 'a', $$Place$$,
17273 TRUE, FALSE, FALSE);
17274 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17275                                  repeatable, mandatory, hidden)
17276 VALUES (1, 'authority', '643', 'b', $$Publisher/issuing body$$,
17277 TRUE, FALSE, FALSE);
17278 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17279                                  repeatable, mandatory, hidden)
17280 VALUES (1, 'authority', '643', 'd', $$Volumes/dates to which place and publisher/issuing body apply$$,
17281 FALSE, FALSE, FALSE);
17282 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17283                                  repeatable, mandatory, hidden)
17284 VALUES (1, 'authority', '643', '6', $$Linkage$$,
17285 FALSE, FALSE, FALSE);
17286 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17287                                  repeatable, mandatory, hidden)
17288 VALUES (1, 'authority', '643', '8', $$Field link and sequence number$$,
17289 TRUE, FALSE, FALSE);
17290 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17291                               fixed_field, repeatable, mandatory, hidden)
17292 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.$$,
17293 FALSE, TRUE, FALSE, FALSE);
17294 INSERT INTO config.record_attr_definition(name, label)
17295 VALUES ('marc21_authority_644_ind_1', 'MARC 21 authority field 644 indicator position 1');
17296 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17297 VALUES ('marc21_authority_644_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17298 INSERT INTO config.record_attr_definition(name, label)
17299 VALUES ('marc21_authority_644_ind_2', 'MARC 21 authority field 644 indicator position 2');
17300 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17301 VALUES ('marc21_authority_644_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17302 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17303                                  repeatable, mandatory, hidden)
17304 VALUES (1, 'authority', '644', 'a', $$Series analysis practice$$,
17305 FALSE, FALSE, FALSE);
17306 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17307                                  repeatable, mandatory, hidden)
17308 VALUES (1, 'authority', '644', 'b', $$Exceptions to analysis practice$$,
17309 FALSE, FALSE, FALSE);
17310 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17311                                  repeatable, mandatory, hidden)
17312 VALUES (1, 'authority', '644', 'd', $$Volumes/dates to which analysis practice applies$$,
17313 FALSE, FALSE, FALSE);
17314 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17315                                  repeatable, mandatory, hidden)
17316 VALUES (1, 'authority', '644', '5', $$Institution/copy to which field applies$$,
17317 TRUE, FALSE, FALSE);
17318 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17319                                  repeatable, mandatory, hidden)
17320 VALUES (1, 'authority', '644', '6', $$Linkage$$,
17321 FALSE, FALSE, FALSE);
17322 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17323                                  repeatable, mandatory, hidden)
17324 VALUES (1, 'authority', '644', '8', $$Field link and sequence number$$,
17325 TRUE, FALSE, FALSE);
17326 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17327                               fixed_field, repeatable, mandatory, hidden)
17328 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.$$,
17329 FALSE, TRUE, FALSE, FALSE);
17330 INSERT INTO config.record_attr_definition(name, label)
17331 VALUES ('marc21_authority_645_ind_1', 'MARC 21 authority field 645 indicator position 1');
17332 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17333 VALUES ('marc21_authority_645_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17334 INSERT INTO config.record_attr_definition(name, label)
17335 VALUES ('marc21_authority_645_ind_2', 'MARC 21 authority field 645 indicator position 2');
17336 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17337 VALUES ('marc21_authority_645_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17338 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17339                                  repeatable, mandatory, hidden)
17340 VALUES (1, 'authority', '645', 'a', $$Series tracing practice$$,
17341 FALSE, FALSE, FALSE);
17342 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17343                                  repeatable, mandatory, hidden)
17344 VALUES (1, 'authority', '645', 'd', $$Volumes/dates to which tracing practice applies$$,
17345 FALSE, FALSE, FALSE);
17346 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17347                                  repeatable, mandatory, hidden)
17348 VALUES (1, 'authority', '645', '5', $$Institution/copy to which field applies$$,
17349 TRUE, FALSE, FALSE);
17350 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17351                                  repeatable, mandatory, hidden)
17352 VALUES (1, 'authority', '645', '6', $$Linkage$$,
17353 FALSE, FALSE, FALSE);
17354 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17355                                  repeatable, mandatory, hidden)
17356 VALUES (1, 'authority', '645', '8', $$Field link and sequence number$$,
17357 TRUE, FALSE, FALSE);
17358 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17359                               fixed_field, repeatable, mandatory, hidden)
17360 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.$$,
17361 FALSE, TRUE, FALSE, FALSE);
17362 INSERT INTO config.record_attr_definition(name, label)
17363 VALUES ('marc21_authority_646_ind_1', 'MARC 21 authority field 646 indicator position 1');
17364 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17365 VALUES ('marc21_authority_646_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17366 INSERT INTO config.record_attr_definition(name, label)
17367 VALUES ('marc21_authority_646_ind_2', 'MARC 21 authority field 646 indicator position 2');
17368 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17369 VALUES ('marc21_authority_646_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17370 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17371                                  repeatable, mandatory, hidden)
17372 VALUES (1, 'authority', '646', 'a', $$Series classification practice$$,
17373 FALSE, FALSE, FALSE);
17374 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17375                                  repeatable, mandatory, hidden)
17376 VALUES (1, 'authority', '646', 'd', $$Volumes/dates to which classification practice applies$$,
17377 FALSE, FALSE, FALSE);
17378 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17379                                  repeatable, mandatory, hidden)
17380 VALUES (1, 'authority', '646', '5', $$Institution to which field applies$$,
17381 TRUE, FALSE, FALSE);
17382 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17383                                  repeatable, mandatory, hidden)
17384 VALUES (1, 'authority', '646', '6', $$Linkage$$,
17385 FALSE, FALSE, FALSE);
17386 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17387                                  repeatable, mandatory, hidden)
17388 VALUES (1, 'authority', '646', '8', $$Field link and sequence number$$,
17389 TRUE, FALSE, FALSE);
17390 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17391                               fixed_field, repeatable, mandatory, hidden)
17392 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.$$,
17393 FALSE, FALSE, FALSE, FALSE);
17394 INSERT INTO config.record_attr_definition(name, label)
17395 VALUES ('marc21_authority_663_ind_1', 'MARC 21 authority field 663 indicator position 1');
17396 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17397 VALUES ('marc21_authority_663_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17398 INSERT INTO config.record_attr_definition(name, label)
17399 VALUES ('marc21_authority_663_ind_2', 'MARC 21 authority field 663 indicator position 2');
17400 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17401 VALUES ('marc21_authority_663_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17402 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17403                                  repeatable, mandatory, hidden)
17404 VALUES (1, 'authority', '663', 'a', $$Explanatory text$$,
17405 TRUE, FALSE, FALSE);
17406 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17407                                  repeatable, mandatory, hidden)
17408 VALUES (1, 'authority', '663', 'b', $$Heading referred to$$,
17409 TRUE, FALSE, FALSE);
17410 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17411                                  repeatable, mandatory, hidden)
17412 VALUES (1, 'authority', '663', 't', $$Title referred to$$,
17413 TRUE, FALSE, FALSE);
17414 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17415                                  repeatable, mandatory, hidden)
17416 VALUES (1, 'authority', '663', '6', $$Linkage$$,
17417 FALSE, FALSE, FALSE);
17418 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17419                                  repeatable, mandatory, hidden)
17420 VALUES (1, 'authority', '663', '8', $$Field link and sequence number$$,
17421 TRUE, FALSE, FALSE);
17422 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17423                               fixed_field, repeatable, mandatory, hidden)
17424 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.$$,
17425 FALSE, FALSE, FALSE, FALSE);
17426 INSERT INTO config.record_attr_definition(name, label)
17427 VALUES ('marc21_authority_664_ind_1', 'MARC 21 authority field 664 indicator position 1');
17428 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17429 VALUES ('marc21_authority_664_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17430 INSERT INTO config.record_attr_definition(name, label)
17431 VALUES ('marc21_authority_664_ind_2', 'MARC 21 authority field 664 indicator position 2');
17432 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17433 VALUES ('marc21_authority_664_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17434 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17435                                  repeatable, mandatory, hidden)
17436 VALUES (1, 'authority', '664', 'a', $$Explanatory text$$,
17437 TRUE, FALSE, FALSE);
17438 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17439                                  repeatable, mandatory, hidden)
17440 VALUES (1, 'authority', '664', 'b', $$Heading referred to$$,
17441 TRUE, FALSE, FALSE);
17442 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17443                                  repeatable, mandatory, hidden)
17444 VALUES (1, 'authority', '664', 't', $$Title referred to$$,
17445 TRUE, FALSE, FALSE);
17446 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17447                                  repeatable, mandatory, hidden)
17448 VALUES (1, 'authority', '664', '6', $$Linkage$$,
17449 FALSE, FALSE, FALSE);
17450 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17451                                  repeatable, mandatory, hidden)
17452 VALUES (1, 'authority', '664', '8', $$Field link and sequence number$$,
17453 TRUE, FALSE, FALSE);
17454 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17455                               fixed_field, repeatable, mandatory, hidden)
17456 VALUES (1, 'authority', '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.$$,
17457 FALSE, FALSE, FALSE, FALSE);
17458 INSERT INTO config.record_attr_definition(name, label)
17459 VALUES ('marc21_authority_665_ind_1', 'MARC 21 authority field 665 indicator position 1');
17460 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17461 VALUES ('marc21_authority_665_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17462 INSERT INTO config.record_attr_definition(name, label)
17463 VALUES ('marc21_authority_665_ind_2', 'MARC 21 authority field 665 indicator position 2');
17464 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17465 VALUES ('marc21_authority_665_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17466 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17467                                  repeatable, mandatory, hidden)
17468 VALUES (1, 'authority', '665', 'a', $$History reference$$,
17469 TRUE, FALSE, FALSE);
17470 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17471                                  repeatable, mandatory, hidden)
17472 VALUES (1, 'authority', '665', '6', $$Linkage$$,
17473 FALSE, FALSE, FALSE);
17474 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17475                                  repeatable, mandatory, hidden)
17476 VALUES (1, 'authority', '665', '8', $$Field link and sequence number$$,
17477 TRUE, FALSE, FALSE);
17478 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17479                               fixed_field, repeatable, mandatory, hidden)
17480 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.$$,
17481 FALSE, FALSE, FALSE, FALSE);
17482 INSERT INTO config.record_attr_definition(name, label)
17483 VALUES ('marc21_authority_666_ind_1', 'MARC 21 authority field 666 indicator position 1');
17484 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17485 VALUES ('marc21_authority_666_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17486 INSERT INTO config.record_attr_definition(name, label)
17487 VALUES ('marc21_authority_666_ind_2', 'MARC 21 authority field 666 indicator position 2');
17488 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17489 VALUES ('marc21_authority_666_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17490 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17491                                  repeatable, mandatory, hidden)
17492 VALUES (1, 'authority', '666', 'a', $$General explanatory reference$$,
17493 TRUE, FALSE, FALSE);
17494 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17495                                  repeatable, mandatory, hidden)
17496 VALUES (1, 'authority', '666', '6', $$Linkage$$,
17497 FALSE, FALSE, FALSE);
17498 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17499                                  repeatable, mandatory, hidden)
17500 VALUES (1, 'authority', '666', '8', $$Field link and sequence number$$,
17501 TRUE, FALSE, FALSE);
17502 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17503                               fixed_field, repeatable, mandatory, hidden)
17504 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.$$,
17505 FALSE, TRUE, FALSE, FALSE);
17506 INSERT INTO config.record_attr_definition(name, label)
17507 VALUES ('marc21_authority_667_ind_1', 'MARC 21 authority field 667 indicator position 1');
17508 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17509 VALUES ('marc21_authority_667_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17510 INSERT INTO config.record_attr_definition(name, label)
17511 VALUES ('marc21_authority_667_ind_2', 'MARC 21 authority field 667 indicator position 2');
17512 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17513 VALUES ('marc21_authority_667_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17514 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17515                                  repeatable, mandatory, hidden)
17516 VALUES (1, 'authority', '667', 'a', $$Nonpublic general note$$,
17517 FALSE, FALSE, FALSE);
17518 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17519                                  repeatable, mandatory, hidden)
17520 VALUES (1, 'authority', '667', '5', $$Institution to which field applies$$,
17521 TRUE, FALSE, FALSE);
17522 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17523                                  repeatable, mandatory, hidden)
17524 VALUES (1, 'authority', '667', '6', $$Linkage$$,
17525 FALSE, FALSE, FALSE);
17526 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17527                                  repeatable, mandatory, hidden)
17528 VALUES (1, 'authority', '667', '8', $$Field link and sequence number$$,
17529 TRUE, FALSE, FALSE);
17530 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17531                               fixed_field, repeatable, mandatory, hidden)
17532 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.$$,
17533 FALSE, TRUE, FALSE, FALSE);
17534 INSERT INTO config.record_attr_definition(name, label)
17535 VALUES ('marc21_authority_670_ind_1', 'MARC 21 authority field 670 indicator position 1');
17536 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17537 VALUES ('marc21_authority_670_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17538 INSERT INTO config.record_attr_definition(name, label)
17539 VALUES ('marc21_authority_670_ind_2', 'MARC 21 authority field 670 indicator position 2');
17540 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17541 VALUES ('marc21_authority_670_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17542 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17543                                  repeatable, mandatory, hidden)
17544 VALUES (1, 'authority', '670', 'a', $$Source citation$$,
17545 FALSE, FALSE, FALSE);
17546 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17547                                  repeatable, mandatory, hidden)
17548 VALUES (1, 'authority', '670', 'b', $$Information found$$,
17549 FALSE, FALSE, FALSE);
17550 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17551                                  repeatable, mandatory, hidden)
17552 VALUES (1, 'authority', '670', 'u', $$Uniform Resource Identifier$$,
17553 TRUE, FALSE, FALSE);
17554 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17555                                  repeatable, mandatory, hidden)
17556 VALUES (1, 'authority', '670', '6', $$Linkage$$,
17557 FALSE, FALSE, FALSE);
17558 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17559                                  repeatable, mandatory, hidden)
17560 VALUES (1, 'authority', '670', '8', $$Field link and sequence number$$,
17561 TRUE, FALSE, FALSE);
17562 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17563                               fixed_field, repeatable, mandatory, hidden)
17564 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.$$,
17565 FALSE, FALSE, FALSE, FALSE);
17566 INSERT INTO config.record_attr_definition(name, label)
17567 VALUES ('marc21_authority_675_ind_1', 'MARC 21 authority field 675 indicator position 1');
17568 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17569 VALUES ('marc21_authority_675_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17570 INSERT INTO config.record_attr_definition(name, label)
17571 VALUES ('marc21_authority_675_ind_2', 'MARC 21 authority field 675 indicator position 2');
17572 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17573 VALUES ('marc21_authority_675_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17574 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17575                                  repeatable, mandatory, hidden)
17576 VALUES (1, 'authority', '675', 'a', $$Source citation$$,
17577 TRUE, FALSE, FALSE);
17578 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17579                                  repeatable, mandatory, hidden)
17580 VALUES (1, 'authority', '675', '6', $$Linkage$$,
17581 FALSE, FALSE, FALSE);
17582 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17583                                  repeatable, mandatory, hidden)
17584 VALUES (1, 'authority', '675', '8', $$Field link and sequence number$$,
17585 TRUE, FALSE, FALSE);
17586 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17587                               fixed_field, repeatable, mandatory, hidden)
17588 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.$$,
17589 FALSE, TRUE, FALSE, FALSE);
17590 INSERT INTO config.record_attr_definition(name, label)
17591 VALUES ('marc21_authority_678_ind_1', 'MARC 21 authority field 678 indicator position 1');
17592 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17593 VALUES ('marc21_authority_678_ind_1', '#', $$No information provided$$, FALSE, TRUE);
17594 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17595 VALUES ('marc21_authority_678_ind_1', '0', $$Biographical sketch$$, FALSE, TRUE);
17596 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17597 VALUES ('marc21_authority_678_ind_1', '1', $$Administrative history$$, FALSE, TRUE);
17598 INSERT INTO config.record_attr_definition(name, label)
17599 VALUES ('marc21_authority_678_ind_2', 'MARC 21 authority field 678 indicator position 2');
17600 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17601 VALUES ('marc21_authority_678_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17602 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17603                                  repeatable, mandatory, hidden)
17604 VALUES (1, 'authority', '678', 'a', $$Biographical or historical data$$,
17605 TRUE, FALSE, FALSE);
17606 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17607                                  repeatable, mandatory, hidden)
17608 VALUES (1, 'authority', '678', 'b', $$Expansion$$,
17609 FALSE, FALSE, FALSE);
17610 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17611                                  repeatable, mandatory, hidden)
17612 VALUES (1, 'authority', '678', 'u', $$Uniform Resource Identifier$$,
17613 TRUE, FALSE, FALSE);
17614 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17615                                  repeatable, mandatory, hidden)
17616 VALUES (1, 'authority', '678', '6', $$Linkage$$,
17617 FALSE, FALSE, FALSE);
17618 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17619                                  repeatable, mandatory, hidden)
17620 VALUES (1, 'authority', '678', '8', $$Field link and sequence number$$,
17621 TRUE, FALSE, FALSE);
17622 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17623                               fixed_field, repeatable, mandatory, hidden)
17624 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.$$,
17625 FALSE, TRUE, FALSE, FALSE);
17626 INSERT INTO config.record_attr_definition(name, label)
17627 VALUES ('marc21_authority_680_ind_1', 'MARC 21 authority field 680 indicator position 1');
17628 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17629 VALUES ('marc21_authority_680_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17630 INSERT INTO config.record_attr_definition(name, label)
17631 VALUES ('marc21_authority_680_ind_2', 'MARC 21 authority field 680 indicator position 2');
17632 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17633 VALUES ('marc21_authority_680_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17634 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17635                                  repeatable, mandatory, hidden)
17636 VALUES (1, 'authority', '680', 'a', $$Heading or subdivision term$$,
17637 TRUE, FALSE, FALSE);
17638 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17639                                  repeatable, mandatory, hidden)
17640 VALUES (1, 'authority', '680', 'i', $$Explanatory text$$,
17641 TRUE, FALSE, FALSE);
17642 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17643                                  repeatable, mandatory, hidden)
17644 VALUES (1, 'authority', '680', '5', $$Institution to which field applies$$,
17645 TRUE, FALSE, FALSE);
17646 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17647                                  repeatable, mandatory, hidden)
17648 VALUES (1, 'authority', '680', '6', $$Linkage$$,
17649 FALSE, FALSE, FALSE);
17650 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17651                                  repeatable, mandatory, hidden)
17652 VALUES (1, 'authority', '680', '8', $$Field link and sequence number$$,
17653 TRUE, FALSE, FALSE);
17654 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17655                               fixed_field, repeatable, mandatory, hidden)
17656 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.$$,
17657 FALSE, TRUE, FALSE, FALSE);
17658 INSERT INTO config.record_attr_definition(name, label)
17659 VALUES ('marc21_authority_681_ind_1', 'MARC 21 authority field 681 indicator position 1');
17660 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17661 VALUES ('marc21_authority_681_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17662 INSERT INTO config.record_attr_definition(name, label)
17663 VALUES ('marc21_authority_681_ind_2', 'MARC 21 authority field 681 indicator position 2');
17664 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17665 VALUES ('marc21_authority_681_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17666 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17667                                  repeatable, mandatory, hidden)
17668 VALUES (1, 'authority', '681', 'a', $$Subject heading or subdivision term$$,
17669 TRUE, FALSE, FALSE);
17670 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17671                                  repeatable, mandatory, hidden)
17672 VALUES (1, 'authority', '681', 'i', $$Explanatory text$$,
17673 TRUE, FALSE, FALSE);
17674 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17675                                  repeatable, mandatory, hidden)
17676 VALUES (1, 'authority', '681', '6', $$Linkage$$,
17677 FALSE, FALSE, FALSE);
17678 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17679                                  repeatable, mandatory, hidden)
17680 VALUES (1, 'authority', '681', '8', $$Field link and sequence number$$,
17681 TRUE, FALSE, FALSE);
17682 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17683                               fixed_field, repeatable, mandatory, hidden)
17684 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.$$,
17685 FALSE, FALSE, FALSE, FALSE);
17686 INSERT INTO config.record_attr_definition(name, label)
17687 VALUES ('marc21_authority_682_ind_1', 'MARC 21 authority field 682 indicator position 1');
17688 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17689 VALUES ('marc21_authority_682_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17690 INSERT INTO config.record_attr_definition(name, label)
17691 VALUES ('marc21_authority_682_ind_2', 'MARC 21 authority field 682 indicator position 2');
17692 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17693 VALUES ('marc21_authority_682_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17694 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17695                                  repeatable, mandatory, hidden)
17696 VALUES (1, 'authority', '682', 'a', $$Replacement heading$$,
17697 TRUE, FALSE, FALSE);
17698 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17699                                  repeatable, mandatory, hidden)
17700 VALUES (1, 'authority', '682', 'i', $$Explanatory text$$,
17701 TRUE, FALSE, FALSE);
17702 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17703                                  repeatable, mandatory, hidden)
17704 VALUES (1, 'authority', '682', '0', $$Replacement authority record control number$$,
17705 TRUE, FALSE, FALSE);
17706 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17707                                  repeatable, mandatory, hidden)
17708 VALUES (1, 'authority', '682', '6', $$Linkage$$,
17709 FALSE, FALSE, FALSE);
17710 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17711                                  repeatable, mandatory, hidden)
17712 VALUES (1, 'authority', '682', '8', $$Field link and sequence number$$,
17713 TRUE, FALSE, FALSE);
17714 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17715                               fixed_field, repeatable, mandatory, hidden)
17716 VALUES (1, 'authority', '688', $$Application History Note$$, $$Information that documents changes in the application of a 1XX heading.$$,
17717 FALSE, TRUE, FALSE, FALSE);
17718 INSERT INTO config.record_attr_definition(name, label)
17719 VALUES ('marc21_authority_688_ind_1', 'MARC 21 authority field 688 indicator position 1');
17720 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17721 VALUES ('marc21_authority_688_ind_1', '#', $$Undefined$$, FALSE, TRUE);
17722 INSERT INTO config.record_attr_definition(name, label)
17723 VALUES ('marc21_authority_688_ind_2', 'MARC 21 authority field 688 indicator position 2');
17724 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17725 VALUES ('marc21_authority_688_ind_2', '#', $$Undefined$$, FALSE, TRUE);
17726 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17727                                  repeatable, mandatory, hidden)
17728 VALUES (1, 'authority', '688', 'a', $$Application history note$$,
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', '688', '5', $$Institution to which field applies$$,
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', '688', '6', $$Linkage$$,
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', '688', '8', $$Field link and sequence number$$,
17741 TRUE, FALSE, FALSE);
17742 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17743                               fixed_field, repeatable, mandatory, hidden)
17744 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.$$,
17745 FALSE, TRUE, FALSE, FALSE);
17746 INSERT INTO config.record_attr_definition(name, label)
17747 VALUES ('marc21_authority_700_ind_1', 'MARC 21 authority field 700 indicator position 1');
17748 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17749 VALUES ('marc21_authority_700_ind_1', '0', $$Forename$$, FALSE, TRUE);
17750 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17751 VALUES ('marc21_authority_700_ind_1', '1', $$Surname$$, FALSE, TRUE);
17752 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17753 VALUES ('marc21_authority_700_ind_1', '3', $$Family name$$, FALSE, TRUE);
17754 INSERT INTO config.record_attr_definition(name, label)
17755 VALUES ('marc21_authority_700_ind_2', 'MARC 21 authority field 700 indicator position 2');
17756 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17757 VALUES ('marc21_authority_700_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
17758 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17759 VALUES ('marc21_authority_700_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
17760 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17761 VALUES ('marc21_authority_700_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
17762 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17763 VALUES ('marc21_authority_700_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
17764 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17765 VALUES ('marc21_authority_700_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
17766 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17767 VALUES ('marc21_authority_700_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
17768 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17769 VALUES ('marc21_authority_700_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
17770 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17771 VALUES ('marc21_authority_700_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
17772 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17773                                  repeatable, mandatory, hidden)
17774 VALUES (1, 'authority', '700', 'a', $$Personal name$$,
17775 FALSE, FALSE, FALSE);
17776 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17777                                  repeatable, mandatory, hidden)
17778 VALUES (1, 'authority', '700', 'b', $$Numeration$$,
17779 FALSE, FALSE, FALSE);
17780 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17781                                  repeatable, mandatory, hidden)
17782 VALUES (1, 'authority', '700', 'c', $$Titles and other words associated with a name$$,
17783 TRUE, FALSE, FALSE);
17784 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17785                                  repeatable, mandatory, hidden)
17786 VALUES (1, 'authority', '700', 'd', $$Dates associated with a name$$,
17787 FALSE, FALSE, FALSE);
17788 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17789                                  repeatable, mandatory, hidden)
17790 VALUES (1, 'authority', '700', 'e', $$Relator term$$,
17791 TRUE, FALSE, FALSE);
17792 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17793                                  repeatable, mandatory, hidden)
17794 VALUES (1, 'authority', '700', 'f', $$Date of a work$$,
17795 FALSE, FALSE, FALSE);
17796 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17797                                  repeatable, mandatory, hidden)
17798 VALUES (1, 'authority', '700', 'g', $$Miscellaneous information$$,
17799 FALSE, FALSE, FALSE);
17800 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17801                                  repeatable, mandatory, hidden)
17802 VALUES (1, 'authority', '700', 'h', $$Medium$$,
17803 FALSE, FALSE, FALSE);
17804 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17805                                  repeatable, mandatory, hidden)
17806 VALUES (1, 'authority', '700', 'j', $$Attribution qualifier$$,
17807 TRUE, FALSE, FALSE);
17808 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17809                                  repeatable, mandatory, hidden)
17810 VALUES (1, 'authority', '700', 'k', $$Form subheading$$,
17811 TRUE, FALSE, FALSE);
17812 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17813                                  repeatable, mandatory, hidden)
17814 VALUES (1, 'authority', '700', 'l', $$Language of a work$$,
17815 FALSE, FALSE, FALSE);
17816 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17817                                  repeatable, mandatory, hidden)
17818 VALUES (1, 'authority', '700', 'm', $$Medium of performance for music$$,
17819 TRUE, FALSE, FALSE);
17820 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17821                                  repeatable, mandatory, hidden)
17822 VALUES (1, 'authority', '700', 'n', $$Number of part/section of a work$$,
17823 TRUE, FALSE, FALSE);
17824 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17825                                  repeatable, mandatory, hidden)
17826 VALUES (1, 'authority', '700', 'o', $$Arranged statement for music$$,
17827 FALSE, FALSE, FALSE);
17828 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17829                                  repeatable, mandatory, hidden)
17830 VALUES (1, 'authority', '700', 'p', $$Name of part/section of a work$$,
17831 TRUE, FALSE, FALSE);
17832 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17833                                  repeatable, mandatory, hidden)
17834 VALUES (1, 'authority', '700', 'q', $$Fuller form of name$$,
17835 FALSE, FALSE, FALSE);
17836 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17837                                  repeatable, mandatory, hidden)
17838 VALUES (1, 'authority', '700', 'r', $$Key for music$$,
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', '700', 's', $$Version$$,
17843 FALSE, FALSE, FALSE);
17844 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17845                                  repeatable, mandatory, hidden)
17846 VALUES (1, 'authority', '700', 't', $$Title of a work$$,
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', '700', 'v', $$Form subdivision$$,
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', '700', 'w', $$Control subfield$$,
17855 FALSE, FALSE, FALSE);
17856 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17857                               fixed_field, repeatable, mandatory, hidden)
17858 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.$$,
17859 FALSE, TRUE, FALSE, FALSE);
17860 INSERT INTO config.record_attr_definition(name, label)
17861 VALUES ('marc21_authority_710_ind_1', 'MARC 21 authority field 710 indicator position 1');
17862 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17863 VALUES ('marc21_authority_710_ind_1', '0', $$Inverted name$$, FALSE, TRUE);
17864 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17865 VALUES ('marc21_authority_710_ind_1', '1', $$Jurisdiction name$$, FALSE, TRUE);
17866 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17867 VALUES ('marc21_authority_710_ind_1', '2', $$Name in direct order$$, FALSE, TRUE);
17868 INSERT INTO config.record_attr_definition(name, label)
17869 VALUES ('marc21_authority_710_ind_2', 'MARC 21 authority field 710 indicator position 2');
17870 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17871 VALUES ('marc21_authority_710_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
17872 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17873 VALUES ('marc21_authority_710_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
17874 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17875 VALUES ('marc21_authority_710_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
17876 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17877 VALUES ('marc21_authority_710_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
17878 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17879 VALUES ('marc21_authority_710_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
17880 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17881 VALUES ('marc21_authority_710_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
17882 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17883 VALUES ('marc21_authority_710_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
17884 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17885 VALUES ('marc21_authority_710_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
17886 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17887                                  repeatable, mandatory, hidden)
17888 VALUES (1, 'authority', '710', 'a', $$Corporate name or jurisdiction name as entry element$$,
17889 FALSE, FALSE, FALSE);
17890 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17891                                  repeatable, mandatory, hidden)
17892 VALUES (1, 'authority', '710', 'b', $$Subordinate unit$$,
17893 TRUE, FALSE, FALSE);
17894 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17895                                  repeatable, mandatory, hidden)
17896 VALUES (1, 'authority', '710', 'c', $$Location of meeting$$,
17897 FALSE, FALSE, FALSE);
17898 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17899                                  repeatable, mandatory, hidden)
17900 VALUES (1, 'authority', '710', 'd', $$Date of meeting or treaty signing$$,
17901 TRUE, FALSE, FALSE);
17902 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17903                                  repeatable, mandatory, hidden)
17904 VALUES (1, 'authority', '710', 'e', $$Relator term$$,
17905 TRUE, FALSE, FALSE);
17906 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17907                                  repeatable, mandatory, hidden)
17908 VALUES (1, 'authority', '710', 'f', $$Date of a work$$,
17909 FALSE, FALSE, FALSE);
17910 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17911                                  repeatable, mandatory, hidden)
17912 VALUES (1, 'authority', '710', 'g', $$Miscellaneous information$$,
17913 FALSE, FALSE, FALSE);
17914 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17915                                  repeatable, mandatory, hidden)
17916 VALUES (1, 'authority', '710', 'h', $$Medium$$,
17917 FALSE, FALSE, FALSE);
17918 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17919                                  repeatable, mandatory, hidden)
17920 VALUES (1, 'authority', '710', 'k', $$Form subheading$$,
17921 TRUE, FALSE, FALSE);
17922 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17923                                  repeatable, mandatory, hidden)
17924 VALUES (1, 'authority', '710', 'l', $$Language of a work$$,
17925 FALSE, FALSE, FALSE);
17926 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17927                                  repeatable, mandatory, hidden)
17928 VALUES (1, 'authority', '710', 'm', $$Medium of performance for music$$,
17929 TRUE, FALSE, FALSE);
17930 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17931                                  repeatable, mandatory, hidden)
17932 VALUES (1, 'authority', '710', 'n', $$Number of part/section/meeting$$,
17933 TRUE, FALSE, FALSE);
17934 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17935                                  repeatable, mandatory, hidden)
17936 VALUES (1, 'authority', '710', 'o', $$Arranged statement for music$$,
17937 FALSE, FALSE, FALSE);
17938 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17939                                  repeatable, mandatory, hidden)
17940 VALUES (1, 'authority', '710', 'p', $$Name of part/section of a work$$,
17941 TRUE, FALSE, FALSE);
17942 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17943                                  repeatable, mandatory, hidden)
17944 VALUES (1, 'authority', '710', 'r', $$Key for music$$,
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', '710', 's', $$Version$$,
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', '710', 't', $$Title of a work$$,
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', '710', 'v', $$Form subdivision$$,
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', '710', 'w', $$Control subfield$$,
17961 FALSE, FALSE, FALSE);
17962 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
17963                               fixed_field, repeatable, mandatory, hidden)
17964 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.$$,
17965 FALSE, TRUE, FALSE, FALSE);
17966 INSERT INTO config.record_attr_definition(name, label)
17967 VALUES ('marc21_authority_711_ind_1', 'MARC 21 authority field 711 indicator position 1');
17968 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17969 VALUES ('marc21_authority_711_ind_1', '0', $$Inverted name$$, FALSE, TRUE);
17970 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17971 VALUES ('marc21_authority_711_ind_1', '1', $$Jurisdiction name$$, FALSE, TRUE);
17972 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17973 VALUES ('marc21_authority_711_ind_1', '2', $$Name in direct order$$, FALSE, TRUE);
17974 INSERT INTO config.record_attr_definition(name, label)
17975 VALUES ('marc21_authority_711_ind_2', 'MARC 21 authority field 711 indicator position 2');
17976 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17977 VALUES ('marc21_authority_711_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
17978 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17979 VALUES ('marc21_authority_711_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
17980 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17981 VALUES ('marc21_authority_711_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
17982 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17983 VALUES ('marc21_authority_711_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
17984 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17985 VALUES ('marc21_authority_711_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
17986 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17987 VALUES ('marc21_authority_711_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
17988 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17989 VALUES ('marc21_authority_711_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
17990 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
17991 VALUES ('marc21_authority_711_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
17992 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17993                                  repeatable, mandatory, hidden)
17994 VALUES (1, 'authority', '711', 'a', $$Meeting name or jurisdiction name as entry element$$,
17995 FALSE, FALSE, FALSE);
17996 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
17997                                  repeatable, mandatory, hidden)
17998 VALUES (1, 'authority', '711', 'c', $$Location of meeting$$,
17999 FALSE, FALSE, FALSE);
18000 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18001                                  repeatable, mandatory, hidden)
18002 VALUES (1, 'authority', '711', 'd', $$Date of meeting$$,
18003 FALSE, FALSE, FALSE);
18004 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18005                                  repeatable, mandatory, hidden)
18006 VALUES (1, 'authority', '711', 'e', $$Subordinate unit$$,
18007 TRUE, FALSE, FALSE);
18008 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18009                                  repeatable, mandatory, hidden)
18010 VALUES (1, 'authority', '711', 'f', $$Date of a work$$,
18011 FALSE, FALSE, FALSE);
18012 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18013                                  repeatable, mandatory, hidden)
18014 VALUES (1, 'authority', '711', 'g', $$Miscellaneous information$$,
18015 FALSE, FALSE, FALSE);
18016 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18017                                  repeatable, mandatory, hidden)
18018 VALUES (1, 'authority', '711', 'h', $$Medium$$,
18019 FALSE, FALSE, FALSE);
18020 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18021                                  repeatable, mandatory, hidden)
18022 VALUES (1, 'authority', '711', 'j', $$Relator term$$,
18023 TRUE, FALSE, FALSE);
18024 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18025                                  repeatable, mandatory, hidden)
18026 VALUES (1, 'authority', '711', 'k', $$Form subheading$$,
18027 TRUE, FALSE, FALSE);
18028 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18029                                  repeatable, mandatory, hidden)
18030 VALUES (1, 'authority', '711', 'l', $$Language of a work$$,
18031 FALSE, FALSE, FALSE);
18032 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18033                                  repeatable, mandatory, hidden)
18034 VALUES (1, 'authority', '711', 'n', $$Number of part/section/meeting$$,
18035 TRUE, FALSE, FALSE);
18036 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18037                                  repeatable, mandatory, hidden)
18038 VALUES (1, 'authority', '711', 'p', $$Name of part/section of a work$$,
18039 TRUE, FALSE, FALSE);
18040 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18041                                  repeatable, mandatory, hidden)
18042 VALUES (1, 'authority', '711', 'q', $$Name of meeting following jurisdiction name entry element$$,
18043 FALSE, FALSE, FALSE);
18044 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18045                                  repeatable, mandatory, hidden)
18046 VALUES (1, 'authority', '711', 's', $$Version$$,
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', '711', 't', $$Title of a work$$,
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', '711', 'v', $$Form subdivision$$,
18055 TRUE, FALSE, FALSE);
18056 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18057                                  repeatable, mandatory, hidden)
18058 VALUES (1, 'authority', '711', 'w', $$Control subfield$$,
18059 FALSE, FALSE, FALSE);
18060 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18061                               fixed_field, repeatable, mandatory, hidden)
18062 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.$$,
18063 FALSE, TRUE, FALSE, FALSE);
18064 INSERT INTO config.record_attr_definition(name, label)
18065 VALUES ('marc21_authority_730_ind_1', 'MARC 21 authority field 730 indicator position 1');
18066 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18067 VALUES ('marc21_authority_730_ind_1', '#', $$Undefined$$, FALSE, TRUE);
18068 INSERT INTO config.record_attr_definition(name, label)
18069 VALUES ('marc21_authority_730_ind_2', 'MARC 21 authority field 730 indicator position 2');
18070 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18071 VALUES ('marc21_authority_730_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
18072 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18073 VALUES ('marc21_authority_730_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
18074 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18075 VALUES ('marc21_authority_730_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
18076 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18077 VALUES ('marc21_authority_730_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
18078 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18079 VALUES ('marc21_authority_730_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
18080 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18081 VALUES ('marc21_authority_730_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
18082 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18083 VALUES ('marc21_authority_730_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
18084 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18085 VALUES ('marc21_authority_730_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
18086 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18087                                  repeatable, mandatory, hidden)
18088 VALUES (1, 'authority', '730', 'a', $$Uniform title$$,
18089 FALSE, FALSE, FALSE);
18090 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18091                                  repeatable, mandatory, hidden)
18092 VALUES (1, 'authority', '730', 'd', $$Date of treaty signing$$,
18093 TRUE, FALSE, FALSE);
18094 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18095                                  repeatable, mandatory, hidden)
18096 VALUES (1, 'authority', '730', 'f', $$Date of a work$$,
18097 FALSE, FALSE, FALSE);
18098 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18099                                  repeatable, mandatory, hidden)
18100 VALUES (1, 'authority', '730', 'g', $$Miscellaneous information$$,
18101 FALSE, FALSE, FALSE);
18102 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18103                                  repeatable, mandatory, hidden)
18104 VALUES (1, 'authority', '730', 'h', $$Medium$$,
18105 FALSE, FALSE, FALSE);
18106 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18107                                  repeatable, mandatory, hidden)
18108 VALUES (1, 'authority', '730', 'k', $$Form subheading$$,
18109 TRUE, FALSE, FALSE);
18110 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18111                                  repeatable, mandatory, hidden)
18112 VALUES (1, 'authority', '730', 'l', $$Language of a work$$,
18113 FALSE, FALSE, FALSE);
18114 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18115                                  repeatable, mandatory, hidden)
18116 VALUES (1, 'authority', '730', 'm', $$Medium of performance for music$$,
18117 TRUE, FALSE, FALSE);
18118 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18119                                  repeatable, mandatory, hidden)
18120 VALUES (1, 'authority', '730', 'n', $$Number of part/section of a work$$,
18121 TRUE, FALSE, FALSE);
18122 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18123                                  repeatable, mandatory, hidden)
18124 VALUES (1, 'authority', '730', 'o', $$Arranged statement for music$$,
18125 FALSE, FALSE, FALSE);
18126 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18127                                  repeatable, mandatory, hidden)
18128 VALUES (1, 'authority', '730', 'p', $$Name of part/section of a work$$,
18129 TRUE, FALSE, FALSE);
18130 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18131                                  repeatable, mandatory, hidden)
18132 VALUES (1, 'authority', '730', 'r', $$Key for music$$,
18133 FALSE, FALSE, FALSE);
18134 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18135                                  repeatable, mandatory, hidden)
18136 VALUES (1, 'authority', '730', 's', $$Version$$,
18137 FALSE, FALSE, FALSE);
18138 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18139                                  repeatable, mandatory, hidden)
18140 VALUES (1, 'authority', '730', 't', $$Title of a work$$,
18141 FALSE, FALSE, FALSE);
18142 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18143                                  repeatable, mandatory, hidden)
18144 VALUES (1, 'authority', '730', 'v', $$Form subdivision$$,
18145 TRUE, FALSE, FALSE);
18146 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18147                                  repeatable, mandatory, hidden)
18148 VALUES (1, 'authority', '730', 'w', $$Control subfield$$,
18149 FALSE, FALSE, FALSE);
18150 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18151                               fixed_field, repeatable, mandatory, hidden)
18152 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.$$,
18153 FALSE, TRUE, FALSE, FALSE);
18154 INSERT INTO config.record_attr_definition(name, label)
18155 VALUES ('marc21_authority_748_ind_1', 'MARC 21 authority field 748 indicator position 1');
18156 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18157 VALUES ('marc21_authority_748_ind_1', '#', $$Undefined$$, FALSE, TRUE);
18158 INSERT INTO config.record_attr_definition(name, label)
18159 VALUES ('marc21_authority_748_ind_2', 'MARC 21 authority field 748 indicator position 2');
18160 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18161 VALUES ('marc21_authority_748_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
18162 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18163 VALUES ('marc21_authority_748_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
18164 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18165 VALUES ('marc21_authority_748_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
18166 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18167 VALUES ('marc21_authority_748_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
18168 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18169 VALUES ('marc21_authority_748_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
18170 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18171 VALUES ('marc21_authority_748_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
18172 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18173 VALUES ('marc21_authority_748_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
18174 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18175 VALUES ('marc21_authority_748_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
18176 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18177                                  repeatable, mandatory, hidden)
18178 VALUES (1, 'authority', '748', 'a', $$Chronological term$$,
18179 FALSE, FALSE, FALSE);
18180 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18181                                  repeatable, mandatory, hidden)
18182 VALUES (1, 'authority', '748', 'v', $$Form subdivision$$,
18183 TRUE, FALSE, FALSE);
18184 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18185                                  repeatable, mandatory, hidden)
18186 VALUES (1, 'authority', '748', 'w', $$Control subfield$$,
18187 FALSE, FALSE, FALSE);
18188 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18189                               fixed_field, repeatable, mandatory, hidden)
18190 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.$$,
18191 FALSE, TRUE, FALSE, FALSE);
18192 INSERT INTO config.record_attr_definition(name, label)
18193 VALUES ('marc21_authority_750_ind_1', 'MARC 21 authority field 750 indicator position 1');
18194 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18195 VALUES ('marc21_authority_750_ind_1', '#', $$Undefined$$, FALSE, TRUE);
18196 INSERT INTO config.record_attr_definition(name, label)
18197 VALUES ('marc21_authority_750_ind_2', 'MARC 21 authority field 750 indicator position 2');
18198 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18199 VALUES ('marc21_authority_750_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
18200 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18201 VALUES ('marc21_authority_750_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
18202 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18203 VALUES ('marc21_authority_750_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
18204 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18205 VALUES ('marc21_authority_750_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
18206 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18207 VALUES ('marc21_authority_750_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
18208 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18209 VALUES ('marc21_authority_750_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
18210 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18211 VALUES ('marc21_authority_750_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
18212 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18213 VALUES ('marc21_authority_750_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
18214 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18215                                  repeatable, mandatory, hidden)
18216 VALUES (1, 'authority', '750', 'a', $$Topical term or geographic name entry element$$,
18217 FALSE, FALSE, FALSE);
18218 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18219                                  repeatable, mandatory, hidden)
18220 VALUES (1, 'authority', '750', 'b', $$Topical term following geographic name entry element$$,
18221 FALSE, FALSE, FALSE);
18222 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18223                                  repeatable, mandatory, hidden)
18224 VALUES (1, 'authority', '750', 'v', $$Form subdivision$$,
18225 TRUE, FALSE, FALSE);
18226 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18227                                  repeatable, mandatory, hidden)
18228 VALUES (1, 'authority', '750', 'w', $$Control subfield$$,
18229 FALSE, FALSE, FALSE);
18230 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18231                               fixed_field, repeatable, mandatory, hidden)
18232 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.$$,
18233 FALSE, TRUE, FALSE, FALSE);
18234 INSERT INTO config.record_attr_definition(name, label)
18235 VALUES ('marc21_authority_751_ind_1', 'MARC 21 authority field 751 indicator position 1');
18236 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18237 VALUES ('marc21_authority_751_ind_1', '#', $$Undefined$$, FALSE, TRUE);
18238 INSERT INTO config.record_attr_definition(name, label)
18239 VALUES ('marc21_authority_751_ind_2', 'MARC 21 authority field 751 indicator position 2');
18240 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18241 VALUES ('marc21_authority_751_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
18242 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18243 VALUES ('marc21_authority_751_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
18244 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18245 VALUES ('marc21_authority_751_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
18246 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18247 VALUES ('marc21_authority_751_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
18248 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18249 VALUES ('marc21_authority_751_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
18250 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18251 VALUES ('marc21_authority_751_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
18252 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18253 VALUES ('marc21_authority_751_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
18254 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18255 VALUES ('marc21_authority_751_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
18256 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18257                                  repeatable, mandatory, hidden)
18258 VALUES (1, 'authority', '751', 'a', $$Geographic name$$,
18259 FALSE, FALSE, FALSE);
18260 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18261                                  repeatable, mandatory, hidden)
18262 VALUES (1, 'authority', '751', 'v', $$Form subdivision$$,
18263 TRUE, FALSE, FALSE);
18264 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18265                                  repeatable, mandatory, hidden)
18266 VALUES (1, 'authority', '751', 'w', $$Control subfield$$,
18267 FALSE, FALSE, FALSE);
18268 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18269                               fixed_field, repeatable, mandatory, hidden)
18270 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.$$,
18271 FALSE, TRUE, FALSE, FALSE);
18272 INSERT INTO config.record_attr_definition(name, label)
18273 VALUES ('marc21_authority_755_ind_1', 'MARC 21 authority field 755 indicator position 1');
18274 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18275 VALUES ('marc21_authority_755_ind_1', '#', $$Undefined$$, FALSE, TRUE);
18276 INSERT INTO config.record_attr_definition(name, label)
18277 VALUES ('marc21_authority_755_ind_2', 'MARC 21 authority field 755 indicator position 2');
18278 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18279 VALUES ('marc21_authority_755_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
18280 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18281 VALUES ('marc21_authority_755_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
18282 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18283 VALUES ('marc21_authority_755_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
18284 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18285 VALUES ('marc21_authority_755_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
18286 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18287 VALUES ('marc21_authority_755_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
18288 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18289 VALUES ('marc21_authority_755_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
18290 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18291 VALUES ('marc21_authority_755_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
18292 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18293 VALUES ('marc21_authority_755_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
18294 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18295                                  repeatable, mandatory, hidden)
18296 VALUES (1, 'authority', '755', 'a', $$Genre/form term as entry element$$,
18297 FALSE, FALSE, FALSE);
18298 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18299                                  repeatable, mandatory, hidden)
18300 VALUES (1, 'authority', '755', 'v', $$Form subdivision$$,
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', '755', 'w', $$Control subfield$$,
18305 FALSE, 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', '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.$$,
18309 FALSE, TRUE, FALSE, FALSE);
18310 INSERT INTO config.record_attr_definition(name, label)
18311 VALUES ('marc21_authority_780_ind_1', 'MARC 21 authority field 780 indicator position 1');
18312 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18313 VALUES ('marc21_authority_780_ind_1', '#', $$Undefined$$, FALSE, TRUE);
18314 INSERT INTO config.record_attr_definition(name, label)
18315 VALUES ('marc21_authority_780_ind_2', 'MARC 21 authority field 780 indicator position 2');
18316 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18317 VALUES ('marc21_authority_780_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_780_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_780_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_780_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_780_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_780_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_780_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_780_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', '780', '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', '780', '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', '780', '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', '780', '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', '780', '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', '780', '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', '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.$$,
18359 FALSE, TRUE, FALSE, FALSE);
18360 INSERT INTO config.record_attr_definition(name, label)
18361 VALUES ('marc21_authority_781_ind_1', 'MARC 21 authority field 781 indicator position 1');
18362 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18363 VALUES ('marc21_authority_781_ind_1', '#', $$Undefined$$, FALSE, TRUE);
18364 INSERT INTO config.record_attr_definition(name, label)
18365 VALUES ('marc21_authority_781_ind_2', 'MARC 21 authority field 781 indicator position 2');
18366 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18367 VALUES ('marc21_authority_781_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_781_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_781_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_781_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_781_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_781_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_781_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_781_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', '781', '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', '781', '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', '781', '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', '781', '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', '781', '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', '781', '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', '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.$$,
18409 FALSE, TRUE, FALSE, FALSE);
18410 INSERT INTO config.record_attr_definition(name, label)
18411 VALUES ('marc21_authority_782_ind_1', 'MARC 21 authority field 782 indicator position 1');
18412 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18413 VALUES ('marc21_authority_782_ind_1', '#', $$Undefined$$, FALSE, TRUE);
18414 INSERT INTO config.record_attr_definition(name, label)
18415 VALUES ('marc21_authority_782_ind_2', 'MARC 21 authority field 782 indicator position 2');
18416 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18417 VALUES ('marc21_authority_782_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_782_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_782_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_782_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_782_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_782_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_782_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_782_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', '782', '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', '782', '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', '782', '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', '782', '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', '782', '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', '782', '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', '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.$$,
18459 FALSE, TRUE, FALSE, FALSE);
18460 INSERT INTO config.record_attr_definition(name, label)
18461 VALUES ('marc21_authority_785_ind_1', 'MARC 21 authority field 785 indicator position 1');
18462 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18463 VALUES ('marc21_authority_785_ind_1', '#', $$Undefined$$, FALSE, TRUE);
18464 INSERT INTO config.record_attr_definition(name, label)
18465 VALUES ('marc21_authority_785_ind_2', 'MARC 21 authority field 785 indicator position 2');
18466 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18467 VALUES ('marc21_authority_785_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_785_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_785_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_785_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_785_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_785_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_785_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_785_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', '785', 'v', $$Form subdivision$$,
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', '785', 'w', $$Control subfield$$,
18489 FALSE, FALSE, FALSE);
18490 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18491                                  repeatable, mandatory, hidden)
18492 VALUES (1, 'authority', '785', 'a', $$Link not displayed$$,
18493 TRUE, FALSE, FALSE);
18494 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18495                                  repeatable, mandatory, hidden)
18496 VALUES (1, 'authority', '785', 'b', $$Link not displayed, field 788 used$$,
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', '785', 'c', $$Link not displayed, non-7XX field used$$,
18501 TRUE, FALSE, FALSE);
18502 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18503                                  repeatable, mandatory, hidden)
18504 VALUES (1, 'authority', '785', 'n', $$Not applicable$$,
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', '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.$$,
18509 FALSE, FALSE, FALSE, FALSE);
18510 INSERT INTO config.record_attr_definition(name, label)
18511 VALUES ('marc21_authority_788_ind_1', 'MARC 21 authority field 788 indicator position 1');
18512 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18513 VALUES ('marc21_authority_788_ind_1', '#', $$Undefined$$, FALSE, TRUE);
18514 INSERT INTO config.record_attr_definition(name, label)
18515 VALUES ('marc21_authority_788_ind_2', 'MARC 21 authority field 788 indicator position 2');
18516 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18517 VALUES ('marc21_authority_788_ind_2', '0', $$Library of Congress Subject Headings$$, FALSE, TRUE);
18518 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18519 VALUES ('marc21_authority_788_ind_2', '1', $$LC subject headings for children's literature$$, FALSE, TRUE);
18520 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18521 VALUES ('marc21_authority_788_ind_2', '2', $$Medical Subject Headings$$, FALSE, TRUE);
18522 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18523 VALUES ('marc21_authority_788_ind_2', '3', $$National Agricultural Library subject authority file$$, FALSE, TRUE);
18524 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18525 VALUES ('marc21_authority_788_ind_2', '4', $$Source not specified$$, FALSE, TRUE);
18526 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18527 VALUES ('marc21_authority_788_ind_2', '5', $$Canadian Subject Headings$$, FALSE, TRUE);
18528 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18529 VALUES ('marc21_authority_788_ind_2', '6', $$Répertoire de vedettes-matière$$, FALSE, TRUE);
18530 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18531 VALUES ('marc21_authority_788_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
18532 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18533                                  repeatable, mandatory, hidden)
18534 VALUES (1, 'authority', '788', 'a', $$Heading referred to$$,
18535 TRUE, FALSE, FALSE);
18536 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18537                                  repeatable, mandatory, hidden)
18538 VALUES (1, 'authority', '788', 'i', $$Explanatory text$$,
18539 TRUE, FALSE, FALSE);
18540 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18541                                  repeatable, mandatory, hidden)
18542 VALUES (1, 'authority', '788', '2', $$Source of heading or term$$,
18543 FALSE, FALSE, FALSE);
18544 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18545                                  repeatable, mandatory, hidden)
18546 VALUES (1, 'authority', '788', '5', $$Institution to which field applies$$,
18547 TRUE, FALSE, FALSE);
18548 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18549                                  repeatable, mandatory, hidden)
18550 VALUES (1, 'authority', '788', '6', $$Linkage$$,
18551 FALSE, FALSE, FALSE);
18552 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18553                                  repeatable, mandatory, hidden)
18554 VALUES (1, 'authority', '788', '8', $$Field link and sequence number$$,
18555 TRUE, FALSE, FALSE);
18556 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18557                               fixed_field, repeatable, mandatory, hidden)
18558 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.$$,
18559 FALSE, TRUE, FALSE, FALSE);
18560 INSERT INTO config.record_attr_definition(name, label)
18561 VALUES ('marc21_authority_856_ind_1', 'MARC 21 authority field 856 indicator position 1');
18562 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18563 VALUES ('marc21_authority_856_ind_1', '#', $$No information provided$$, FALSE, TRUE);
18564 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18565 VALUES ('marc21_authority_856_ind_1', '0', $$Email$$, FALSE, TRUE);
18566 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18567 VALUES ('marc21_authority_856_ind_1', '1', $$FTP$$, FALSE, TRUE);
18568 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18569 VALUES ('marc21_authority_856_ind_1', '2', $$Remote login (Telnet)$$, FALSE, TRUE);
18570 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18571 VALUES ('marc21_authority_856_ind_1', '3', $$Dial-up$$, FALSE, TRUE);
18572 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18573 VALUES ('marc21_authority_856_ind_1', '4', $$HTTP$$, FALSE, TRUE);
18574 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18575 VALUES ('marc21_authority_856_ind_1', '7', $$Method specified in subfield $2$$, FALSE, TRUE);
18576 INSERT INTO config.record_attr_definition(name, label)
18577 VALUES ('marc21_authority_856_ind_2', 'MARC 21 authority field 856 indicator position 2');
18578 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18579 VALUES ('marc21_authority_856_ind_2', '#', $$No information provided$$, FALSE, TRUE);
18580 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18581 VALUES ('marc21_authority_856_ind_2', '0', $$Resource$$, FALSE, TRUE);
18582 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18583 VALUES ('marc21_authority_856_ind_2', '1', $$Version of resource$$, FALSE, TRUE);
18584 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18585 VALUES ('marc21_authority_856_ind_2', '2', $$Related resource$$, FALSE, TRUE);
18586 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18587 VALUES ('marc21_authority_856_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
18588 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18589                                  repeatable, mandatory, hidden)
18590 VALUES (1, 'authority', '856', 'a', $$Host name$$,
18591 TRUE, FALSE, FALSE);
18592 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18593                                  repeatable, mandatory, hidden)
18594 VALUES (1, 'authority', '856', 'b', $$Access number$$,
18595 TRUE, FALSE, FALSE);
18596 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18597                                  repeatable, mandatory, hidden)
18598 VALUES (1, 'authority', '856', 'c', $$Compression information$$,
18599 TRUE, FALSE, FALSE);
18600 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18601                                  repeatable, mandatory, hidden)
18602 VALUES (1, 'authority', '856', 'd', $$Path$$,
18603 TRUE, FALSE, FALSE);
18604 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18605                                  repeatable, mandatory, hidden)
18606 VALUES (1, 'authority', '856', 'f', $$Electronic name$$,
18607 TRUE, FALSE, FALSE);
18608 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18609                                  repeatable, mandatory, hidden)
18610 VALUES (1, 'authority', '856', 'h', $$Processor of request$$,
18611 FALSE, FALSE, FALSE);
18612 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18613                                  repeatable, mandatory, hidden)
18614 VALUES (1, 'authority', '856', 'i', $$Instruction$$,
18615 TRUE, FALSE, FALSE);
18616 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18617                                  repeatable, mandatory, hidden)
18618 VALUES (1, 'authority', '856', 'j', $$Bits per second$$,
18619 FALSE, FALSE, FALSE);
18620 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18621                                  repeatable, mandatory, hidden)
18622 VALUES (1, 'authority', '856', 'k', $$Password$$,
18623 FALSE, FALSE, FALSE);
18624 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18625                                  repeatable, mandatory, hidden)
18626 VALUES (1, 'authority', '856', 'l', $$Logon$$,
18627 FALSE, FALSE, FALSE);
18628 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18629                                  repeatable, mandatory, hidden)
18630 VALUES (1, 'authority', '856', 'm', $$Contact for access assistance$$,
18631 TRUE, FALSE, FALSE);
18632 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18633                                  repeatable, mandatory, hidden)
18634 VALUES (1, 'authority', '856', 'n', $$Name of location of host$$,
18635 FALSE, FALSE, FALSE);
18636 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18637                                  repeatable, mandatory, hidden)
18638 VALUES (1, 'authority', '856', 'o', $$Operating system$$,
18639 FALSE, FALSE, FALSE);
18640 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18641                                  repeatable, mandatory, hidden)
18642 VALUES (1, 'authority', '856', 'p', $$Port$$,
18643 FALSE, FALSE, FALSE);
18644 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18645                                  repeatable, mandatory, hidden)
18646 VALUES (1, 'authority', '856', 'q', $$Electronic format type$$,
18647 FALSE, FALSE, FALSE);
18648 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18649                                  repeatable, mandatory, hidden)
18650 VALUES (1, 'authority', '856', 'r', $$Settings$$,
18651 FALSE, FALSE, FALSE);
18652 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18653                                  repeatable, mandatory, hidden)
18654 VALUES (1, 'authority', '856', 's', $$File size$$,
18655 TRUE, FALSE, FALSE);
18656 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18657                                  repeatable, mandatory, hidden)
18658 VALUES (1, 'authority', '856', 't', $$Terminal emulation$$,
18659 TRUE, FALSE, FALSE);
18660 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18661                                  repeatable, mandatory, hidden)
18662 VALUES (1, 'authority', '856', 'u', $$Uniform Resource Identifier$$,
18663 TRUE, FALSE, FALSE);
18664 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18665                                  repeatable, mandatory, hidden)
18666 VALUES (1, 'authority', '856', 'v', $$Hours access method available$$,
18667 TRUE, FALSE, FALSE);
18668 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18669                                  repeatable, mandatory, hidden)
18670 VALUES (1, 'authority', '856', 'w', $$Record control number$$,
18671 TRUE, FALSE, FALSE);
18672 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18673                                  repeatable, mandatory, hidden)
18674 VALUES (1, 'authority', '856', 'x', $$Nonpublic note$$,
18675 TRUE, FALSE, FALSE);
18676 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18677                                  repeatable, mandatory, hidden)
18678 VALUES (1, 'authority', '856', 'y', $$Link text$$,
18679 TRUE, FALSE, FALSE);
18680 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18681                                  repeatable, mandatory, hidden)
18682 VALUES (1, 'authority', '856', 'z', $$Public note$$,
18683 TRUE, FALSE, FALSE);
18684 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18685                                  repeatable, mandatory, hidden)
18686 VALUES (1, 'authority', '856', '2', $$Access method$$,
18687 FALSE, FALSE, FALSE);
18688 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18689                                  repeatable, mandatory, hidden)
18690 VALUES (1, 'authority', '856', '3', $$Materials specified$$,
18691 FALSE, FALSE, FALSE);
18692 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18693                                  repeatable, mandatory, hidden)
18694 VALUES (1, 'authority', '856', '6', $$Linkage$$,
18695 FALSE, FALSE, FALSE);
18696 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18697                                  repeatable, mandatory, hidden)
18698 VALUES (1, 'authority', '856', '8', $$Field link and sequence number$$,
18699 TRUE, FALSE, FALSE);
18700 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18701                               fixed_field, repeatable, mandatory, hidden)
18702 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.$$,
18703 FALSE, TRUE, FALSE, FALSE);
18704 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18705                                  repeatable, mandatory, hidden)
18706 VALUES (1, 'authority', '880', '6', $$Linkage$$,
18707 FALSE, FALSE, FALSE);
18708 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18709                               fixed_field, repeatable, mandatory, hidden)
18710 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.$$,
18711 TRUE, FALSE, FALSE, FALSE);
18712 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18713                               fixed_field, repeatable, mandatory, hidden)
18714 VALUES (1, 'serial', '003', $$Control Number Identifier$$, $$MARC code for the agency whose system control number is present in field 001 (Control Number).$$,
18715 TRUE, FALSE, FALSE, FALSE);
18716 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18717                               fixed_field, repeatable, mandatory, hidden)
18718 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.$$,
18719 TRUE, FALSE, FALSE, FALSE);
18720 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18721                               fixed_field, repeatable, mandatory, hidden)
18722 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.$$,
18723 TRUE, FALSE, FALSE, FALSE);
18724 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18725                               fixed_field, repeatable, mandatory, hidden)
18726 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).$$,
18727 TRUE, FALSE, FALSE, FALSE);
18728 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18729                               fixed_field, repeatable, mandatory, hidden)
18730 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.$$,
18731 TRUE, FALSE, FALSE, FALSE);
18732 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18733                               fixed_field, repeatable, mandatory, hidden)
18734 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.$$,
18735 FALSE, FALSE, FALSE, FALSE);
18736 INSERT INTO config.record_attr_definition(name, label)
18737 VALUES ('marc21_serial_010_ind_1', 'MARC 21 serial field 010 indicator position 1');
18738 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18739 VALUES ('marc21_serial_010_ind_1', '#', $$Undefined$$, FALSE, TRUE);
18740 INSERT INTO config.record_attr_definition(name, label)
18741 VALUES ('marc21_serial_010_ind_2', 'MARC 21 serial field 010 indicator position 2');
18742 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18743 VALUES ('marc21_serial_010_ind_2', '#', $$Undefined$$, FALSE, TRUE);
18744 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18745                                  repeatable, mandatory, hidden)
18746 VALUES (1, 'serial', '010', 'a', $$LC control number$$,
18747 FALSE, FALSE, FALSE);
18748 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18749                                  repeatable, mandatory, hidden)
18750 VALUES (1, 'serial', '010', 'b', $$NUCMC control number$$,
18751 TRUE, FALSE, FALSE);
18752 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18753                                  repeatable, mandatory, hidden)
18754 VALUES (1, 'serial', '010', 'z', $$Canceled or invalid LC control number$$,
18755 TRUE, FALSE, FALSE);
18756 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18757                                  repeatable, mandatory, hidden)
18758 VALUES (1, 'serial', '010', '8', $$Field link and sequence number$$,
18759 TRUE, FALSE, FALSE);
18760 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18761                               fixed_field, repeatable, mandatory, hidden)
18762 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.$$,
18763 FALSE, TRUE, FALSE, FALSE);
18764 INSERT INTO config.record_attr_definition(name, label)
18765 VALUES ('marc21_serial_014_ind_1', 'MARC 21 serial field 014 indicator position 1');
18766 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18767 VALUES ('marc21_serial_014_ind_1', '0', $$Holdings record number$$, FALSE, TRUE);
18768 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18769 VALUES ('marc21_serial_014_ind_1', '1', $$Bibliographic record number$$, FALSE, TRUE);
18770 INSERT INTO config.record_attr_definition(name, label)
18771 VALUES ('marc21_serial_014_ind_2', 'MARC 21 serial field 014 indicator position 2');
18772 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18773 VALUES ('marc21_serial_014_ind_2', '#', $$Undefined$$, FALSE, TRUE);
18774 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18775                                  repeatable, mandatory, hidden)
18776 VALUES (1, 'serial', '014', 'a', $$Linkage number$$,
18777 FALSE, FALSE, FALSE);
18778 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18779                                  repeatable, mandatory, hidden)
18780 VALUES (1, 'serial', '014', 'b', $$Source of number$$,
18781 FALSE, FALSE, FALSE);
18782 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18783                                  repeatable, mandatory, hidden)
18784 VALUES (1, 'serial', '014', 'z', $$Canceled or invalid linkage number$$,
18785 TRUE, FALSE, FALSE);
18786 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18787                                  repeatable, mandatory, hidden)
18788 VALUES (1, 'serial', '014', '6', $$Linkage$$,
18789 FALSE, FALSE, FALSE);
18790 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18791                               fixed_field, repeatable, mandatory, hidden)
18792 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.$$,
18793 FALSE, TRUE, FALSE, FALSE);
18794 INSERT INTO config.record_attr_definition(name, label)
18795 VALUES ('marc21_serial_016_ind_1', 'MARC 21 serial field 016 indicator position 1');
18796 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18797 VALUES ('marc21_serial_016_ind_1', '#', $$Library and Archives Canada$$, FALSE, TRUE);
18798 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18799 VALUES ('marc21_serial_016_ind_1', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
18800 INSERT INTO config.record_attr_definition(name, label)
18801 VALUES ('marc21_serial_016_ind_2', 'MARC 21 serial field 016 indicator position 2');
18802 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18803 VALUES ('marc21_serial_016_ind_2', '#', $$Undefined$$, FALSE, TRUE);
18804 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18805                                  repeatable, mandatory, hidden)
18806 VALUES (1, 'serial', '016', 'a', $$Record control number$$,
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', '016', 'z', $$Canceled or invalid control number$$,
18811 TRUE, FALSE, FALSE);
18812 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18813                                  repeatable, mandatory, hidden)
18814 VALUES (1, 'serial', '016', '2', $$Source$$,
18815 FALSE, FALSE, FALSE);
18816 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18817                                  repeatable, mandatory, hidden)
18818 VALUES (1, 'serial', '016', '8', $$Field link and sequence number$$,
18819 TRUE, FALSE, FALSE);
18820 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18821                               fixed_field, repeatable, mandatory, hidden)
18822 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.$$,
18823 FALSE, TRUE, FALSE, FALSE);
18824 INSERT INTO config.record_attr_definition(name, label)
18825 VALUES ('marc21_serial_017_ind_1', 'MARC 21 serial field 017 indicator position 1');
18826 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18827 VALUES ('marc21_serial_017_ind_1', '#', $$Undefined$$, FALSE, TRUE);
18828 INSERT INTO config.record_attr_definition(name, label)
18829 VALUES ('marc21_serial_017_ind_2', 'MARC 21 serial field 017 indicator position 2');
18830 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18831 VALUES ('marc21_serial_017_ind_2', '#', $$Copyright or legal deposit number$$, FALSE, TRUE);
18832 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18833 VALUES ('marc21_serial_017_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
18834 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18835                                  repeatable, mandatory, hidden)
18836 VALUES (1, 'serial', '017', 'a', $$Copyright or legal deposit number$$,
18837 TRUE, FALSE, FALSE);
18838 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18839                                  repeatable, mandatory, hidden)
18840 VALUES (1, 'serial', '017', 'b', $$Assigning agency$$,
18841 FALSE, FALSE, FALSE);
18842 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18843                                  repeatable, mandatory, hidden)
18844 VALUES (1, 'serial', '017', 'd', $$Date$$,
18845 FALSE, FALSE, FALSE);
18846 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18847                                  repeatable, mandatory, hidden)
18848 VALUES (1, 'serial', '017', 'i', $$Display text$$,
18849 FALSE, FALSE, FALSE);
18850 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18851                                  repeatable, mandatory, hidden)
18852 VALUES (1, 'serial', '017', 'z', $$Canceled/invalid copyright or legal deposit number$$,
18853 TRUE, FALSE, FALSE);
18854 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18855                                  repeatable, mandatory, hidden)
18856 VALUES (1, 'serial', '017', '2', $$Source$$,
18857 FALSE, FALSE, FALSE);
18858 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18859                                  repeatable, mandatory, hidden)
18860 VALUES (1, 'serial', '017', '6', $$Linkage$$,
18861 FALSE, FALSE, FALSE);
18862 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18863                                  repeatable, mandatory, hidden)
18864 VALUES (1, 'serial', '017', '8', $$Field link and sequence number$$,
18865 TRUE, FALSE, FALSE);
18866 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18867                               fixed_field, repeatable, mandatory, hidden)
18868 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.$$,
18869 FALSE, TRUE, FALSE, FALSE);
18870 INSERT INTO config.record_attr_definition(name, label)
18871 VALUES ('marc21_serial_020_ind_1', 'MARC 21 serial field 020 indicator position 1');
18872 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18873 VALUES ('marc21_serial_020_ind_1', '#', $$Undefined$$, FALSE, TRUE);
18874 INSERT INTO config.record_attr_definition(name, label)
18875 VALUES ('marc21_serial_020_ind_2', 'MARC 21 serial field 020 indicator position 2');
18876 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18877 VALUES ('marc21_serial_020_ind_2', '#', $$Undefined$$, FALSE, TRUE);
18878 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18879                                  repeatable, mandatory, hidden)
18880 VALUES (1, 'serial', '020', 'a', $$International Standard Book Number$$,
18881 FALSE, FALSE, FALSE);
18882 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18883                                  repeatable, mandatory, hidden)
18884 VALUES (1, 'serial', '020', 'c', $$Terms of availability$$,
18885 FALSE, FALSE, FALSE);
18886 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18887                                  repeatable, mandatory, hidden)
18888 VALUES (1, 'serial', '020', 'z', $$Canceled/invalid ISBN$$,
18889 TRUE, FALSE, FALSE);
18890 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18891                                  repeatable, mandatory, hidden)
18892 VALUES (1, 'serial', '020', '6', $$Linkage$$,
18893 FALSE, FALSE, FALSE);
18894 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18895                                  repeatable, mandatory, hidden)
18896 VALUES (1, 'serial', '020', '8', $$Field link and sequence number$$,
18897 TRUE, FALSE, FALSE);
18898 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18899                               fixed_field, repeatable, mandatory, hidden)
18900 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.$$,
18901 FALSE, TRUE, FALSE, FALSE);
18902 INSERT INTO config.record_attr_definition(name, label)
18903 VALUES ('marc21_serial_022_ind_1', 'MARC 21 serial field 022 indicator position 1');
18904 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18905 VALUES ('marc21_serial_022_ind_1', '#', $$No level specified$$, FALSE, TRUE);
18906 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18907 VALUES ('marc21_serial_022_ind_1', '0', $$Continuing resource of international interest$$, FALSE, TRUE);
18908 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18909 VALUES ('marc21_serial_022_ind_1', '1', $$Continuing resource not of international interest$$, FALSE, TRUE);
18910 INSERT INTO config.record_attr_definition(name, label)
18911 VALUES ('marc21_serial_022_ind_2', 'MARC 21 serial field 022 indicator position 2');
18912 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18913 VALUES ('marc21_serial_022_ind_2', '#', $$Undefined$$, FALSE, TRUE);
18914 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18915                                  repeatable, mandatory, hidden)
18916 VALUES (1, 'serial', '022', 'a', $$International Standard Serial Number$$,
18917 FALSE, FALSE, FALSE);
18918 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18919                                  repeatable, mandatory, hidden)
18920 VALUES (1, 'serial', '022', 'l', $$ISSN-L$$,
18921 FALSE, FALSE, FALSE);
18922 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18923                                  repeatable, mandatory, hidden)
18924 VALUES (1, 'serial', '022', 'm', $$Canceled ISSN-L$$,
18925 TRUE, FALSE, FALSE);
18926 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18927                                  repeatable, mandatory, hidden)
18928 VALUES (1, 'serial', '022', 'y', $$Incorrect ISSN$$,
18929 TRUE, FALSE, FALSE);
18930 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18931                                  repeatable, mandatory, hidden)
18932 VALUES (1, 'serial', '022', 'z', $$Canceled ISSN$$,
18933 TRUE, FALSE, FALSE);
18934 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18935                                  repeatable, mandatory, hidden)
18936 VALUES (1, 'serial', '022', '6', $$Linkage$$,
18937 FALSE, FALSE, FALSE);
18938 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18939                                  repeatable, mandatory, hidden)
18940 VALUES (1, 'serial', '022', '8', $$Field link and sequence number$$,
18941 TRUE, FALSE, FALSE);
18942 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18943                               fixed_field, repeatable, mandatory, hidden)
18944 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).$$,
18945 FALSE, TRUE, FALSE, FALSE);
18946 INSERT INTO config.record_attr_definition(name, label)
18947 VALUES ('marc21_serial_024_ind_1', 'MARC 21 serial field 024 indicator position 1');
18948 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18949 VALUES ('marc21_serial_024_ind_1', '0', $$International Standard Recording Code$$, FALSE, TRUE);
18950 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18951 VALUES ('marc21_serial_024_ind_1', '1', $$Universal Product Code$$, FALSE, TRUE);
18952 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18953 VALUES ('marc21_serial_024_ind_1', '2', $$International Standard Music Number$$, FALSE, TRUE);
18954 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18955 VALUES ('marc21_serial_024_ind_1', '3', $$International Article Number$$, FALSE, TRUE);
18956 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18957 VALUES ('marc21_serial_024_ind_1', '4', $$Serial Item and Contribution Identifier$$, FALSE, TRUE);
18958 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18959 VALUES ('marc21_serial_024_ind_1', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
18960 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18961 VALUES ('marc21_serial_024_ind_1', '8', $$Unspecified type of standard number or code$$, FALSE, TRUE);
18962 INSERT INTO config.record_attr_definition(name, label)
18963 VALUES ('marc21_serial_024_ind_2', 'MARC 21 serial field 024 indicator position 2');
18964 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18965 VALUES ('marc21_serial_024_ind_2', '#', $$No information provided$$, FALSE, TRUE);
18966 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18967 VALUES ('marc21_serial_024_ind_2', '0', $$No difference$$, FALSE, TRUE);
18968 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
18969 VALUES ('marc21_serial_024_ind_2', '1', $$Difference$$, FALSE, TRUE);
18970 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18971                                  repeatable, mandatory, hidden)
18972 VALUES (1, 'serial', '024', 'a', $$Standard number or code$$,
18973 FALSE, FALSE, FALSE);
18974 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18975                                  repeatable, mandatory, hidden)
18976 VALUES (1, 'serial', '024', 'c', $$Terms of availability$$,
18977 FALSE, FALSE, FALSE);
18978 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18979                                  repeatable, mandatory, hidden)
18980 VALUES (1, 'serial', '024', 'd', $$Additional codes following the standard number or code$$,
18981 FALSE, FALSE, FALSE);
18982 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18983                                  repeatable, mandatory, hidden)
18984 VALUES (1, 'serial', '024', 'z', $$Canceled/invalid standard number or code$$,
18985 TRUE, FALSE, FALSE);
18986 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18987                                  repeatable, mandatory, hidden)
18988 VALUES (1, 'serial', '024', '2', $$Source of number or code$$,
18989 FALSE, FALSE, FALSE);
18990 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18991                                  repeatable, mandatory, hidden)
18992 VALUES (1, 'serial', '024', '6', $$Linkage$$,
18993 FALSE, FALSE, FALSE);
18994 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
18995                                  repeatable, mandatory, hidden)
18996 VALUES (1, 'serial', '024', '8', $$Field link and sequence number$$,
18997 TRUE, FALSE, FALSE);
18998 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
18999                               fixed_field, repeatable, mandatory, hidden)
19000 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.$$,
19001 FALSE, TRUE, FALSE, FALSE);
19002 INSERT INTO config.record_attr_definition(name, label)
19003 VALUES ('marc21_serial_027_ind_1', 'MARC 21 serial field 027 indicator position 1');
19004 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19005 VALUES ('marc21_serial_027_ind_1', '#', $$Undefined$$, FALSE, TRUE);
19006 INSERT INTO config.record_attr_definition(name, label)
19007 VALUES ('marc21_serial_027_ind_2', 'MARC 21 serial field 027 indicator position 2');
19008 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19009 VALUES ('marc21_serial_027_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19010 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19011                                  repeatable, mandatory, hidden)
19012 VALUES (1, 'serial', '027', 'a', $$Standard Technical Report Number$$,
19013 FALSE, FALSE, FALSE);
19014 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19015                                  repeatable, mandatory, hidden)
19016 VALUES (1, 'serial', '027', 'z', $$Canceled/invalid STRN$$,
19017 TRUE, FALSE, FALSE);
19018 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19019                                  repeatable, mandatory, hidden)
19020 VALUES (1, 'serial', '027', '6', $$Linkage$$,
19021 FALSE, FALSE, FALSE);
19022 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19023                                  repeatable, mandatory, hidden)
19024 VALUES (1, 'serial', '027', '8', $$Field link and sequence number$$,
19025 TRUE, FALSE, FALSE);
19026 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19027                               fixed_field, repeatable, mandatory, hidden)
19028 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.$$,
19029 FALSE, FALSE, FALSE, FALSE);
19030 INSERT INTO config.record_attr_definition(name, label)
19031 VALUES ('marc21_serial_030_ind_1', 'MARC 21 serial field 030 indicator position 1');
19032 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19033 VALUES ('marc21_serial_030_ind_1', '#', $$Undefined$$, FALSE, TRUE);
19034 INSERT INTO config.record_attr_definition(name, label)
19035 VALUES ('marc21_serial_030_ind_2', 'MARC 21 serial field 030 indicator position 2');
19036 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19037 VALUES ('marc21_serial_030_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19038 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19039                                  repeatable, mandatory, hidden)
19040 VALUES (1, 'serial', '030', 'a', $$CODEN$$,
19041 FALSE, FALSE, FALSE);
19042 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19043                                  repeatable, mandatory, hidden)
19044 VALUES (1, 'serial', '030', 'z', $$Canceled/invalid CODEN$$,
19045 TRUE, FALSE, FALSE);
19046 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19047                                  repeatable, mandatory, hidden)
19048 VALUES (1, 'serial', '030', '6', $$Linkage$$,
19049 FALSE, FALSE, FALSE);
19050 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19051                                  repeatable, mandatory, hidden)
19052 VALUES (1, 'serial', '030', '8', $$Field link and sequence number$$,
19053 TRUE, FALSE, FALSE);
19054 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19055                               fixed_field, repeatable, mandatory, hidden)
19056 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.$$,
19057 FALSE, TRUE, FALSE, FALSE);
19058 INSERT INTO config.record_attr_definition(name, label)
19059 VALUES ('marc21_serial_035_ind_1', 'MARC 21 serial field 035 indicator position 1');
19060 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19061 VALUES ('marc21_serial_035_ind_1', '#', $$Undefined$$, FALSE, TRUE);
19062 INSERT INTO config.record_attr_definition(name, label)
19063 VALUES ('marc21_serial_035_ind_2', 'MARC 21 serial field 035 indicator position 2');
19064 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19065 VALUES ('marc21_serial_035_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19066 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19067                                  repeatable, mandatory, hidden)
19068 VALUES (1, 'serial', '035', 'a', $$System control number$$,
19069 FALSE, FALSE, FALSE);
19070 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19071                                  repeatable, mandatory, hidden)
19072 VALUES (1, 'serial', '035', 'z', $$Canceled or invalid control number$$,
19073 TRUE, FALSE, FALSE);
19074 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19075                                  repeatable, mandatory, hidden)
19076 VALUES (1, 'serial', '035', '6', $$Linkage$$,
19077 FALSE, FALSE, FALSE);
19078 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19079                                  repeatable, mandatory, hidden)
19080 VALUES (1, 'serial', '035', '8', $$Field link and sequence number$$,
19081 TRUE, FALSE, FALSE);
19082 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19083                               fixed_field, repeatable, mandatory, hidden)
19084 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.$$,
19085 FALSE, FALSE, FALSE, FALSE);
19086 INSERT INTO config.record_attr_definition(name, label)
19087 VALUES ('marc21_serial_040_ind_1', 'MARC 21 serial field 040 indicator position 1');
19088 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19089 VALUES ('marc21_serial_040_ind_1', '#', $$Undefined$$, FALSE, TRUE);
19090 INSERT INTO config.record_attr_definition(name, label)
19091 VALUES ('marc21_serial_040_ind_2', 'MARC 21 serial field 040 indicator position 2');
19092 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19093 VALUES ('marc21_serial_040_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19094 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19095                                  repeatable, mandatory, hidden)
19096 VALUES (1, 'serial', '040', 'a', $$Original cataloging agency$$,
19097 FALSE, FALSE, FALSE);
19098 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19099                                  repeatable, mandatory, hidden)
19100 VALUES (1, 'serial', '040', 'b', $$Language of cataloging$$,
19101 FALSE, FALSE, FALSE);
19102 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19103                                  repeatable, mandatory, hidden)
19104 VALUES (1, 'serial', '040', 'c', $$Transcribing agency$$,
19105 FALSE, FALSE, FALSE);
19106 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19107                                  repeatable, mandatory, hidden)
19108 VALUES (1, 'serial', '040', 'd', $$Modifying agency$$,
19109 TRUE, FALSE, FALSE);
19110 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19111                                  repeatable, mandatory, hidden)
19112 VALUES (1, 'serial', '040', '6', $$Linkage$$,
19113 FALSE, FALSE, FALSE);
19114 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19115                                  repeatable, mandatory, hidden)
19116 VALUES (1, 'serial', '040', '8', $$Field link and sequence number$$,
19117 TRUE, FALSE, FALSE);
19118 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19119                               fixed_field, repeatable, mandatory, hidden)
19120 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 .$$,
19121 FALSE, FALSE, FALSE, FALSE);
19122 INSERT INTO config.record_attr_definition(name, label)
19123 VALUES ('marc21_serial_066_ind_1', 'MARC 21 serial field 066 indicator position 1');
19124 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19125 VALUES ('marc21_serial_066_ind_1', '#', $$Undefined$$, FALSE, TRUE);
19126 INSERT INTO config.record_attr_definition(name, label)
19127 VALUES ('marc21_serial_066_ind_2', 'MARC 21 serial field 066 indicator position 2');
19128 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19129 VALUES ('marc21_serial_066_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19130 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19131                                  repeatable, mandatory, hidden)
19132 VALUES (1, 'serial', '066', 'a', $$Primary G0 character set$$,
19133 FALSE, FALSE, FALSE);
19134 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19135                                  repeatable, mandatory, hidden)
19136 VALUES (1, 'serial', '066', 'b', $$Primary G1 character set$$,
19137 FALSE, FALSE, FALSE);
19138 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19139                                  repeatable, mandatory, hidden)
19140 VALUES (1, 'serial', '066', 'c', $$Alternate G0 or G1 character set$$,
19141 TRUE, FALSE, FALSE);
19142 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19143                               fixed_field, repeatable, mandatory, hidden)
19144 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.$$,
19145 FALSE, TRUE, FALSE, FALSE);
19146 INSERT INTO config.record_attr_definition(name, label)
19147 VALUES ('marc21_serial_337_ind_1', 'MARC 21 serial field 337 indicator position 1');
19148 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19149 VALUES ('marc21_serial_337_ind_1', '#', $$Undefined$$, FALSE, TRUE);
19150 INSERT INTO config.record_attr_definition(name, label)
19151 VALUES ('marc21_serial_337_ind_2', 'MARC 21 serial field 337 indicator position 2');
19152 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19153 VALUES ('marc21_serial_337_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19154 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19155                                  repeatable, mandatory, hidden)
19156 VALUES (1, 'serial', '337', 'a', $$Media type term$$,
19157 TRUE, FALSE, FALSE);
19158 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19159                                  repeatable, mandatory, hidden)
19160 VALUES (1, 'serial', '337', 'b', $$Media type code$$,
19161 TRUE, FALSE, FALSE);
19162 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19163                                  repeatable, mandatory, hidden)
19164 VALUES (1, 'serial', '337', '2', $$Source$$,
19165 FALSE, FALSE, FALSE);
19166 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19167                                  repeatable, mandatory, hidden)
19168 VALUES (1, 'serial', '337', '3', $$Materials specified$$,
19169 FALSE, FALSE, FALSE);
19170 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19171                                  repeatable, mandatory, hidden)
19172 VALUES (1, 'serial', '337', '6', $$Linkage$$,
19173 FALSE, FALSE, FALSE);
19174 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19175                                  repeatable, mandatory, hidden)
19176 VALUES (1, 'serial', '337', '8', $$Field link and sequence number$$,
19177 TRUE, FALSE, FALSE);
19178 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19179                               fixed_field, repeatable, mandatory, hidden)
19180 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.$$,
19181 FALSE, TRUE, FALSE, FALSE);
19182 INSERT INTO config.record_attr_definition(name, label)
19183 VALUES ('marc21_serial_338_ind_1', 'MARC 21 serial field 338 indicator position 1');
19184 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19185 VALUES ('marc21_serial_338_ind_1', '#', $$Undefined$$, FALSE, TRUE);
19186 INSERT INTO config.record_attr_definition(name, label)
19187 VALUES ('marc21_serial_338_ind_2', 'MARC 21 serial field 338 indicator position 2');
19188 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19189 VALUES ('marc21_serial_338_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19190 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19191                                  repeatable, mandatory, hidden)
19192 VALUES (1, 'serial', '338', 'a', $$Carrier type term$$,
19193 TRUE, FALSE, FALSE);
19194 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19195                                  repeatable, mandatory, hidden)
19196 VALUES (1, 'serial', '338', '2', $$Source$$,
19197 FALSE, FALSE, FALSE);
19198 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19199                                  repeatable, mandatory, hidden)
19200 VALUES (1, 'serial', '338', '3', $$Materials specified$$,
19201 FALSE, FALSE, FALSE);
19202 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19203                                  repeatable, mandatory, hidden)
19204 VALUES (1, 'serial', '338', '6', $$Linkage$$,
19205 FALSE, FALSE, FALSE);
19206 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19207                                  repeatable, mandatory, hidden)
19208 VALUES (1, 'serial', '338', '8', $$Field link and sequence number$$,
19209 TRUE, FALSE, FALSE);
19210 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19211                               fixed_field, repeatable, mandatory, hidden)
19212 VALUES (1, 'serial', '506', $$Restrictions on Access Note$$, $$Information about restrictions imposed on access to the described materials.$$,
19213 FALSE, TRUE, FALSE, FALSE);
19214 INSERT INTO config.record_attr_definition(name, label)
19215 VALUES ('marc21_serial_506_ind_1', 'MARC 21 serial field 506 indicator position 1');
19216 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19217 VALUES ('marc21_serial_506_ind_1', '#', $$No information provided$$, FALSE, TRUE);
19218 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19219 VALUES ('marc21_serial_506_ind_1', '0', $$No restrictions$$, FALSE, TRUE);
19220 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19221 VALUES ('marc21_serial_506_ind_1', '1', $$Restrictions apply$$, FALSE, TRUE);
19222 INSERT INTO config.record_attr_definition(name, label)
19223 VALUES ('marc21_serial_506_ind_2', 'MARC 21 serial field 506 indicator position 2');
19224 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19225 VALUES ('marc21_serial_506_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19226 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19227                                  repeatable, mandatory, hidden)
19228 VALUES (1, 'serial', '506', 'a', $$Terms governing access$$,
19229 FALSE, FALSE, FALSE);
19230 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19231                                  repeatable, mandatory, hidden)
19232 VALUES (1, 'serial', '506', 'b', $$Jurisdiction$$,
19233 TRUE, FALSE, FALSE);
19234 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19235                                  repeatable, mandatory, hidden)
19236 VALUES (1, 'serial', '506', 'c', $$Physical access provisions$$,
19237 TRUE, FALSE, FALSE);
19238 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19239                                  repeatable, mandatory, hidden)
19240 VALUES (1, 'serial', '506', 'd', $$Authorized users$$,
19241 TRUE, FALSE, FALSE);
19242 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19243                                  repeatable, mandatory, hidden)
19244 VALUES (1, 'serial', '506', 'e', $$Authorization$$,
19245 TRUE, FALSE, FALSE);
19246 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19247                                  repeatable, mandatory, hidden)
19248 VALUES (1, 'serial', '506', 'f', $$Standardized terminology for access restriction$$,
19249 TRUE, FALSE, FALSE);
19250 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19251                                  repeatable, mandatory, hidden)
19252 VALUES (1, 'serial', '506', 'u', $$Uniform Resource Identifier$$,
19253 TRUE, FALSE, FALSE);
19254 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19255                                  repeatable, mandatory, hidden)
19256 VALUES (1, 'serial', '506', '2', $$Source of term$$,
19257 FALSE, FALSE, FALSE);
19258 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19259                                  repeatable, mandatory, hidden)
19260 VALUES (1, 'serial', '506', '3', $$Materials specified$$,
19261 FALSE, FALSE, FALSE);
19262 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19263                                  repeatable, mandatory, hidden)
19264 VALUES (1, 'serial', '506', '5', $$Institution to which field applies$$,
19265 FALSE, FALSE, FALSE);
19266 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19267                                  repeatable, mandatory, hidden)
19268 VALUES (1, 'serial', '506', '6', $$Linkage$$,
19269 FALSE, FALSE, FALSE);
19270 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19271                                  repeatable, mandatory, hidden)
19272 VALUES (1, 'serial', '506', '8', $$Field link and sequence number$$,
19273 TRUE, FALSE, FALSE);
19274 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19275                               fixed_field, repeatable, mandatory, hidden)
19276 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.$$,
19277 FALSE, TRUE, FALSE, FALSE);
19278 INSERT INTO config.record_attr_definition(name, label)
19279 VALUES ('marc21_serial_538_ind_1', 'MARC 21 serial field 538 indicator position 1');
19280 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19281 VALUES ('marc21_serial_538_ind_1', '#', $$Undefined$$, FALSE, TRUE);
19282 INSERT INTO config.record_attr_definition(name, label)
19283 VALUES ('marc21_serial_538_ind_2', 'MARC 21 serial field 538 indicator position 2');
19284 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19285 VALUES ('marc21_serial_538_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19286 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19287                                  repeatable, mandatory, hidden)
19288 VALUES (1, 'serial', '538', 'a', $$System details note$$,
19289 FALSE, FALSE, FALSE);
19290 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19291                                  repeatable, mandatory, hidden)
19292 VALUES (1, 'serial', '538', 'i', $$Display text$$,
19293 FALSE, FALSE, FALSE);
19294 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19295                                  repeatable, mandatory, hidden)
19296 VALUES (1, 'serial', '538', 'u', $$Uniform Resource Identifier$$,
19297 TRUE, FALSE, FALSE);
19298 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19299                                  repeatable, mandatory, hidden)
19300 VALUES (1, 'serial', '538', '3', $$Materials specified$$,
19301 FALSE, FALSE, FALSE);
19302 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19303                                  repeatable, mandatory, hidden)
19304 VALUES (1, 'serial', '538', '5', $$Institution to which field applies$$,
19305 TRUE, FALSE, FALSE);
19306 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19307                                  repeatable, mandatory, hidden)
19308 VALUES (1, 'serial', '538', '6', $$Linkage$$,
19309 FALSE, FALSE, FALSE);
19310 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19311                                  repeatable, mandatory, hidden)
19312 VALUES (1, 'serial', '538', '8', $$Field link and sequence number$$,
19313 TRUE, FALSE, FALSE);
19314 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19315                               fixed_field, repeatable, mandatory, hidden)
19316 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.$$,
19317 FALSE, TRUE, FALSE, FALSE);
19318 INSERT INTO config.record_attr_definition(name, label)
19319 VALUES ('marc21_serial_541_ind_1', 'MARC 21 serial field 541 indicator position 1');
19320 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19321 VALUES ('marc21_serial_541_ind_1', '#', $$No information provided$$, FALSE, TRUE);
19322 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19323 VALUES ('marc21_serial_541_ind_1', '0', $$Private$$, FALSE, TRUE);
19324 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19325 VALUES ('marc21_serial_541_ind_1', '1', $$Not private$$, FALSE, TRUE);
19326 INSERT INTO config.record_attr_definition(name, label)
19327 VALUES ('marc21_serial_541_ind_2', 'MARC 21 serial field 541 indicator position 2');
19328 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19329 VALUES ('marc21_serial_541_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19330 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19331                                  repeatable, mandatory, hidden)
19332 VALUES (1, 'serial', '541', 'a', $$Source of acquisition$$,
19333 FALSE, FALSE, FALSE);
19334 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19335                                  repeatable, mandatory, hidden)
19336 VALUES (1, 'serial', '541', 'b', $$Address$$,
19337 FALSE, FALSE, FALSE);
19338 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19339                                  repeatable, mandatory, hidden)
19340 VALUES (1, 'serial', '541', 'c', $$Method of acquisition$$,
19341 FALSE, FALSE, FALSE);
19342 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19343                                  repeatable, mandatory, hidden)
19344 VALUES (1, 'serial', '541', 'd', $$Date of acquisition$$,
19345 FALSE, FALSE, FALSE);
19346 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19347                                  repeatable, mandatory, hidden)
19348 VALUES (1, 'serial', '541', 'e', $$Accession number$$,
19349 FALSE, FALSE, FALSE);
19350 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19351                                  repeatable, mandatory, hidden)
19352 VALUES (1, 'serial', '541', 'f', $$Owner$$,
19353 FALSE, FALSE, FALSE);
19354 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19355                                  repeatable, mandatory, hidden)
19356 VALUES (1, 'serial', '541', 'h', $$Purchase price$$,
19357 FALSE, FALSE, FALSE);
19358 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19359                                  repeatable, mandatory, hidden)
19360 VALUES (1, 'serial', '541', 'n', $$Extent$$,
19361 TRUE, FALSE, FALSE);
19362 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19363                                  repeatable, mandatory, hidden)
19364 VALUES (1, 'serial', '541', 'o', $$Type of unit$$,
19365 TRUE, FALSE, FALSE);
19366 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19367                                  repeatable, mandatory, hidden)
19368 VALUES (1, 'serial', '541', '3', $$Materials specified$$,
19369 FALSE, FALSE, FALSE);
19370 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19371                                  repeatable, mandatory, hidden)
19372 VALUES (1, 'serial', '541', '5', $$Institution to which field applies$$,
19373 FALSE, FALSE, FALSE);
19374 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19375                                  repeatable, mandatory, hidden)
19376 VALUES (1, 'serial', '541', '6', $$Linkage$$,
19377 FALSE, FALSE, FALSE);
19378 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19379                                  repeatable, mandatory, hidden)
19380 VALUES (1, 'serial', '541', '8', $$Field link and sequence number$$,
19381 TRUE, FALSE, FALSE);
19382 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19383                               fixed_field, repeatable, mandatory, hidden)
19384 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.$$,
19385 FALSE, TRUE, FALSE, FALSE);
19386 INSERT INTO config.record_attr_definition(name, label)
19387 VALUES ('marc21_serial_561_ind_1', 'MARC 21 serial field 561 indicator position 1');
19388 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19389 VALUES ('marc21_serial_561_ind_1', '#', $$No information provided$$, FALSE, TRUE);
19390 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19391 VALUES ('marc21_serial_561_ind_1', '0', $$Private$$, FALSE, TRUE);
19392 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19393 VALUES ('marc21_serial_561_ind_1', '1', $$Not private$$, FALSE, TRUE);
19394 INSERT INTO config.record_attr_definition(name, label)
19395 VALUES ('marc21_serial_561_ind_2', 'MARC 21 serial field 561 indicator position 2');
19396 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19397 VALUES ('marc21_serial_561_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19398 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19399                                  repeatable, mandatory, hidden)
19400 VALUES (1, 'serial', '561', 'a', $$History$$,
19401 FALSE, FALSE, FALSE);
19402 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19403                                  repeatable, mandatory, hidden)
19404 VALUES (1, 'serial', '561', '3', $$Materials specified$$,
19405 FALSE, FALSE, FALSE);
19406 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19407                                  repeatable, mandatory, hidden)
19408 VALUES (1, 'serial', '561', '5', $$Institution to which field applies$$,
19409 FALSE, FALSE, FALSE);
19410 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19411                                  repeatable, mandatory, hidden)
19412 VALUES (1, 'serial', '561', '6', $$Linkage$$,
19413 FALSE, FALSE, FALSE);
19414 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19415                                  repeatable, mandatory, hidden)
19416 VALUES (1, 'serial', '561', '8', $$Field link and sequence number$$,
19417 TRUE, FALSE, FALSE);
19418 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19419                               fixed_field, repeatable, mandatory, hidden)
19420 VALUES (1, 'serial', '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.$$,
19421 FALSE, TRUE, FALSE, FALSE);
19422 INSERT INTO config.record_attr_definition(name, label)
19423 VALUES ('marc21_serial_562_ind_1', 'MARC 21 serial field 562 indicator position 1');
19424 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19425 VALUES ('marc21_serial_562_ind_1', '#', $$Undefined$$, FALSE, TRUE);
19426 INSERT INTO config.record_attr_definition(name, label)
19427 VALUES ('marc21_serial_562_ind_2', 'MARC 21 serial field 562 indicator position 2');
19428 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19429 VALUES ('marc21_serial_562_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19430 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19431                                  repeatable, mandatory, hidden)
19432 VALUES (1, 'serial', '562', 'a', $$Identifying markings$$,
19433 TRUE, FALSE, FALSE);
19434 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19435                                  repeatable, mandatory, hidden)
19436 VALUES (1, 'serial', '562', 'b', $$Copy identification$$,
19437 TRUE, FALSE, FALSE);
19438 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19439                                  repeatable, mandatory, hidden)
19440 VALUES (1, 'serial', '562', 'c', $$Version identification$$,
19441 TRUE, FALSE, FALSE);
19442 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19443                                  repeatable, mandatory, hidden)
19444 VALUES (1, 'serial', '562', 'd', $$Presentation format$$,
19445 TRUE, FALSE, FALSE);
19446 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19447                                  repeatable, mandatory, hidden)
19448 VALUES (1, 'serial', '562', 'e', $$Number of copies$$,
19449 TRUE, FALSE, FALSE);
19450 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19451                                  repeatable, mandatory, hidden)
19452 VALUES (1, 'serial', '562', '3', $$Materials specified$$,
19453 FALSE, FALSE, FALSE);
19454 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19455                                  repeatable, mandatory, hidden)
19456 VALUES (1, 'serial', '562', '5', $$Institution to which field applies$$,
19457 FALSE, FALSE, FALSE);
19458 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19459                                  repeatable, mandatory, hidden)
19460 VALUES (1, 'serial', '562', '6', $$Linkage$$,
19461 FALSE, FALSE, FALSE);
19462 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19463                                  repeatable, mandatory, hidden)
19464 VALUES (1, 'serial', '562', '8', $$Field link and sequence number$$,
19465 TRUE, FALSE, FALSE);
19466 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19467                               fixed_field, repeatable, mandatory, hidden)
19468 VALUES (1, 'serial', '563', $$Binding Information$$, $$Binding information intended primarily for use with antiquarian materials, rare books, and other special collections.$$,
19469 FALSE, TRUE, FALSE, FALSE);
19470 INSERT INTO config.record_attr_definition(name, label)
19471 VALUES ('marc21_serial_563_ind_1', 'MARC 21 serial field 563 indicator position 1');
19472 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19473 VALUES ('marc21_serial_563_ind_1', '#', $$Undefined$$, FALSE, TRUE);
19474 INSERT INTO config.record_attr_definition(name, label)
19475 VALUES ('marc21_serial_563_ind_2', 'MARC 21 serial field 563 indicator position 2');
19476 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19477 VALUES ('marc21_serial_563_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19478 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19479                                  repeatable, mandatory, hidden)
19480 VALUES (1, 'serial', '563', 'a', $$Binding note$$,
19481 FALSE, FALSE, FALSE);
19482 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19483                                  repeatable, mandatory, hidden)
19484 VALUES (1, 'serial', '563', 'u', $$Uniform Resource Identifier$$,
19485 TRUE, FALSE, FALSE);
19486 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19487                                  repeatable, mandatory, hidden)
19488 VALUES (1, 'serial', '563', '3', $$Materials specified$$,
19489 FALSE, FALSE, FALSE);
19490 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19491                                  repeatable, mandatory, hidden)
19492 VALUES (1, 'serial', '563', '5', $$Institution to which field applies$$,
19493 FALSE, FALSE, FALSE);
19494 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19495                                  repeatable, mandatory, hidden)
19496 VALUES (1, 'serial', '563', '6', $$Linkage$$,
19497 FALSE, FALSE, FALSE);
19498 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19499                                  repeatable, mandatory, hidden)
19500 VALUES (1, 'serial', '563', '8', $$Field link and sequence number$$,
19501 TRUE, FALSE, FALSE);
19502 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19503                               fixed_field, repeatable, mandatory, hidden)
19504 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.$$,
19505 FALSE, TRUE, FALSE, FALSE);
19506 INSERT INTO config.record_attr_definition(name, label)
19507 VALUES ('marc21_serial_583_ind_1', 'MARC 21 serial field 583 indicator position 1');
19508 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19509 VALUES ('marc21_serial_583_ind_1', '#', $$No information provided$$, FALSE, TRUE);
19510 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19511 VALUES ('marc21_serial_583_ind_1', '0', $$Private$$, FALSE, TRUE);
19512 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19513 VALUES ('marc21_serial_583_ind_1', '1', $$Not private$$, FALSE, TRUE);
19514 INSERT INTO config.record_attr_definition(name, label)
19515 VALUES ('marc21_serial_583_ind_2', 'MARC 21 serial field 583 indicator position 2');
19516 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19517 VALUES ('marc21_serial_583_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19518 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19519                                  repeatable, mandatory, hidden)
19520 VALUES (1, 'serial', '583', 'a', $$Action$$,
19521 FALSE, FALSE, FALSE);
19522 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19523                                  repeatable, mandatory, hidden)
19524 VALUES (1, 'serial', '583', 'b', $$Action identification$$,
19525 TRUE, FALSE, FALSE);
19526 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19527                                  repeatable, mandatory, hidden)
19528 VALUES (1, 'serial', '583', 'c', $$Time/date of action$$,
19529 TRUE, FALSE, FALSE);
19530 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19531                                  repeatable, mandatory, hidden)
19532 VALUES (1, 'serial', '583', 'd', $$Action interval$$,
19533 TRUE, FALSE, FALSE);
19534 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19535                                  repeatable, mandatory, hidden)
19536 VALUES (1, 'serial', '583', 'e', $$Contingency for action$$,
19537 TRUE, FALSE, FALSE);
19538 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19539                                  repeatable, mandatory, hidden)
19540 VALUES (1, 'serial', '583', 'f', $$Authorization$$,
19541 TRUE, FALSE, FALSE);
19542 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19543                                  repeatable, mandatory, hidden)
19544 VALUES (1, 'serial', '583', 'h', $$Jurisdiction$$,
19545 TRUE, FALSE, FALSE);
19546 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19547                                  repeatable, mandatory, hidden)
19548 VALUES (1, 'serial', '583', 'i', $$Method of action$$,
19549 TRUE, FALSE, FALSE);
19550 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19551                                  repeatable, mandatory, hidden)
19552 VALUES (1, 'serial', '583', 'j', $$Site of action$$,
19553 TRUE, FALSE, FALSE);
19554 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19555                                  repeatable, mandatory, hidden)
19556 VALUES (1, 'serial', '583', 'k', $$Action agent$$,
19557 TRUE, FALSE, FALSE);
19558 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19559                                  repeatable, mandatory, hidden)
19560 VALUES (1, 'serial', '583', 'l', $$Status$$,
19561 TRUE, FALSE, FALSE);
19562 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19563                                  repeatable, mandatory, hidden)
19564 VALUES (1, 'serial', '583', 'n', $$Extent$$,
19565 TRUE, FALSE, FALSE);
19566 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19567                                  repeatable, mandatory, hidden)
19568 VALUES (1, 'serial', '583', 'o', $$Type of unit$$,
19569 TRUE, FALSE, FALSE);
19570 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19571                                  repeatable, mandatory, hidden)
19572 VALUES (1, 'serial', '583', 'u', $$Uniform Resource Identifier$$,
19573 TRUE, FALSE, FALSE);
19574 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19575                                  repeatable, mandatory, hidden)
19576 VALUES (1, 'serial', '583', 'x', $$Nonpublic note$$,
19577 TRUE, FALSE, FALSE);
19578 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19579                                  repeatable, mandatory, hidden)
19580 VALUES (1, 'serial', '583', 'z', $$Public note$$,
19581 TRUE, FALSE, FALSE);
19582 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19583                                  repeatable, mandatory, hidden)
19584 VALUES (1, 'serial', '583', '2', $$Source of term$$,
19585 FALSE, FALSE, FALSE);
19586 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19587                                  repeatable, mandatory, hidden)
19588 VALUES (1, 'serial', '583', '3', $$Materials specified$$,
19589 FALSE, FALSE, FALSE);
19590 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19591                                  repeatable, mandatory, hidden)
19592 VALUES (1, 'serial', '583', '5', $$Institution to which field applies$$,
19593 FALSE, FALSE, FALSE);
19594 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19595                                  repeatable, mandatory, hidden)
19596 VALUES (1, 'serial', '583', '6', $$Linkage$$,
19597 FALSE, FALSE, FALSE);
19598 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19599                                  repeatable, mandatory, hidden)
19600 VALUES (1, 'serial', '583', '8', $$Field link and sequence number$$,
19601 TRUE, FALSE, FALSE);
19602 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19603                               fixed_field, repeatable, mandatory, hidden)
19604 VALUES (1, 'serial', '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).$$,
19605 FALSE, FALSE, FALSE, FALSE);
19606 INSERT INTO config.record_attr_definition(name, label)
19607 VALUES ('marc21_serial_841_ind_1', 'MARC 21 serial field 841 indicator position 1');
19608 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19609 VALUES ('marc21_serial_841_ind_1', '#', $$Undefined$$, FALSE, TRUE);
19610 INSERT INTO config.record_attr_definition(name, label)
19611 VALUES ('marc21_serial_841_ind_2', 'MARC 21 serial field 841 indicator position 2');
19612 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19613 VALUES ('marc21_serial_841_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19614 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19615                                  repeatable, mandatory, hidden)
19616 VALUES (1, 'serial', '841', 'a', $$Type of record$$,
19617 FALSE, FALSE, FALSE);
19618 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19619                                  repeatable, mandatory, hidden)
19620 VALUES (1, 'serial', '841', 'b', $$Fixed-length data elements$$,
19621 FALSE, FALSE, FALSE);
19622 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19623                                  repeatable, mandatory, hidden)
19624 VALUES (1, 'serial', '841', 'e', $$Encoding level$$,
19625 FALSE, FALSE, FALSE);
19626 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19627                               fixed_field, repeatable, mandatory, hidden)
19628 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).$$,
19629 FALSE, FALSE, FALSE, FALSE);
19630 INSERT INTO config.record_attr_definition(name, label)
19631 VALUES ('marc21_serial_842_ind_1', 'MARC 21 serial field 842 indicator position 1');
19632 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19633 VALUES ('marc21_serial_842_ind_1', '#', $$Undefined$$, FALSE, TRUE);
19634 INSERT INTO config.record_attr_definition(name, label)
19635 VALUES ('marc21_serial_842_ind_2', 'MARC 21 serial field 842 indicator position 2');
19636 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19637 VALUES ('marc21_serial_842_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19638 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19639                                  repeatable, mandatory, hidden)
19640 VALUES (1, 'serial', '842', 'a', $$Textual physical form designator$$,
19641 FALSE, FALSE, FALSE);
19642 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19643                                  repeatable, mandatory, hidden)
19644 VALUES (1, 'serial', '842', '6', $$Linkage$$,
19645 FALSE, FALSE, FALSE);
19646 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19647                                  repeatable, mandatory, hidden)
19648 VALUES (1, 'serial', '842', '8', $$Field link and sequence number$$,
19649 TRUE, FALSE, FALSE);
19650 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19651                               fixed_field, repeatable, mandatory, hidden)
19652 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.$$,
19653 FALSE, TRUE, FALSE, FALSE);
19654 INSERT INTO config.record_attr_definition(name, label)
19655 VALUES ('marc21_serial_843_ind_1', 'MARC 21 serial field 843 indicator position 1');
19656 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19657 VALUES ('marc21_serial_843_ind_1', '#', $$Undefined$$, FALSE, TRUE);
19658 INSERT INTO config.record_attr_definition(name, label)
19659 VALUES ('marc21_serial_843_ind_2', 'MARC 21 serial field 843 indicator position 2');
19660 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19661 VALUES ('marc21_serial_843_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19662 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19663                                  repeatable, mandatory, hidden)
19664 VALUES (1, 'serial', '843', 'a', $$Type of reproduction$$,
19665 FALSE, FALSE, FALSE);
19666 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19667                                  repeatable, mandatory, hidden)
19668 VALUES (1, 'serial', '843', 'b', $$Place of reproduction$$,
19669 TRUE, FALSE, FALSE);
19670 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19671                                  repeatable, mandatory, hidden)
19672 VALUES (1, 'serial', '843', 'c', $$Agency responsible for reproduction$$,
19673 TRUE, FALSE, FALSE);
19674 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19675                                  repeatable, mandatory, hidden)
19676 VALUES (1, 'serial', '843', 'd', $$Date of reproduction$$,
19677 FALSE, FALSE, FALSE);
19678 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19679                                  repeatable, mandatory, hidden)
19680 VALUES (1, 'serial', '843', 'e', $$Physical description of reproduction$$,
19681 FALSE, FALSE, FALSE);
19682 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19683                                  repeatable, mandatory, hidden)
19684 VALUES (1, 'serial', '843', 'f', $$Series statement of reproduction$$,
19685 TRUE, FALSE, FALSE);
19686 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19687                                  repeatable, mandatory, hidden)
19688 VALUES (1, 'serial', '843', 'm', $$Dates of publication and/or sequential designation of issues reproduced$$,
19689 TRUE, FALSE, FALSE);
19690 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19691                                  repeatable, mandatory, hidden)
19692 VALUES (1, 'serial', '843', 'n', $$Note about reproduction$$,
19693 TRUE, FALSE, FALSE);
19694 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19695                                  repeatable, mandatory, hidden)
19696 VALUES (1, 'serial', '843', '3', $$Materials specified$$,
19697 FALSE, FALSE, FALSE);
19698 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19699                                  repeatable, mandatory, hidden)
19700 VALUES (1, 'serial', '843', '5', $$Institution to which field applies$$,
19701 FALSE, FALSE, FALSE);
19702 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19703                                  repeatable, mandatory, hidden)
19704 VALUES (1, 'serial', '843', '6', $$Linkage$$,
19705 FALSE, FALSE, FALSE);
19706 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19707                                  repeatable, mandatory, hidden)
19708 VALUES (1, 'serial', '843', '7', $$Fixed-length data elements of reproduction$$,
19709 FALSE, FALSE, FALSE);
19710 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19711                                  repeatable, mandatory, hidden)
19712 VALUES (1, 'serial', '843', '8', $$Field link and sequence number$$,
19713 TRUE, FALSE, FALSE);
19714 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19715                               fixed_field, repeatable, mandatory, hidden)
19716 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).$$,
19717 FALSE, FALSE, FALSE, FALSE);
19718 INSERT INTO config.record_attr_definition(name, label)
19719 VALUES ('marc21_serial_844_ind_1', 'MARC 21 serial field 844 indicator position 1');
19720 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19721 VALUES ('marc21_serial_844_ind_1', '#', $$Undefined$$, FALSE, TRUE);
19722 INSERT INTO config.record_attr_definition(name, label)
19723 VALUES ('marc21_serial_844_ind_2', 'MARC 21 serial field 844 indicator position 2');
19724 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19725 VALUES ('marc21_serial_844_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19726 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19727                                  repeatable, mandatory, hidden)
19728 VALUES (1, 'serial', '844', 'a', $$Name of unit$$,
19729 FALSE, FALSE, FALSE);
19730 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19731                                  repeatable, mandatory, hidden)
19732 VALUES (1, 'serial', '844', '6', $$Linkage$$,
19733 FALSE, FALSE, FALSE);
19734 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19735                                  repeatable, mandatory, hidden)
19736 VALUES (1, 'serial', '844', '8', $$Field link and sequence number$$,
19737 TRUE, FALSE, FALSE);
19738 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19739                               fixed_field, repeatable, mandatory, hidden)
19740 VALUES (1, 'serial', '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.$$,
19741 FALSE, TRUE, FALSE, FALSE);
19742 INSERT INTO config.record_attr_definition(name, label)
19743 VALUES ('marc21_serial_845_ind_1', 'MARC 21 serial field 845 indicator position 1');
19744 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19745 VALUES ('marc21_serial_845_ind_1', '#', $$Undefined$$, FALSE, TRUE);
19746 INSERT INTO config.record_attr_definition(name, label)
19747 VALUES ('marc21_serial_845_ind_2', 'MARC 21 serial field 845 indicator position 2');
19748 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19749 VALUES ('marc21_serial_845_ind_2', '#', $$Undefined$$, FALSE, TRUE);
19750 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19751                                  repeatable, mandatory, hidden)
19752 VALUES (1, 'serial', '845', 'a', $$Terms governing use and reproduction$$,
19753 FALSE, FALSE, FALSE);
19754 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19755                                  repeatable, mandatory, hidden)
19756 VALUES (1, 'serial', '845', 'b', $$Jurisdiction$$,
19757 FALSE, FALSE, FALSE);
19758 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19759                                  repeatable, mandatory, hidden)
19760 VALUES (1, 'serial', '845', 'c', $$Authorization$$,
19761 FALSE, FALSE, FALSE);
19762 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19763                                  repeatable, mandatory, hidden)
19764 VALUES (1, 'serial', '845', 'd', $$Authorized users$$,
19765 FALSE, FALSE, FALSE);
19766 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19767                                  repeatable, mandatory, hidden)
19768 VALUES (1, 'serial', '845', 'u', $$Uniform Resource Identifier$$,
19769 TRUE, FALSE, FALSE);
19770 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19771                                  repeatable, mandatory, hidden)
19772 VALUES (1, 'serial', '845', '3', $$Materials specified$$,
19773 FALSE, FALSE, FALSE);
19774 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19775                                  repeatable, mandatory, hidden)
19776 VALUES (1, 'serial', '845', '5', $$Institution to which field applies$$,
19777 FALSE, FALSE, FALSE);
19778 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19779                                  repeatable, mandatory, hidden)
19780 VALUES (1, 'serial', '845', '6', $$Linkage$$,
19781 FALSE, FALSE, FALSE);
19782 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19783                                  repeatable, mandatory, hidden)
19784 VALUES (1, 'serial', '845', '8', $$Field link and sequence number$$,
19785 TRUE, FALSE, FALSE);
19786 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19787                               fixed_field, repeatable, mandatory, hidden)
19788 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.$$,
19789 FALSE, TRUE, FALSE, FALSE);
19790 INSERT INTO config.record_attr_definition(name, label)
19791 VALUES ('marc21_serial_852_ind_1', 'MARC 21 serial field 852 indicator position 1');
19792 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19793 VALUES ('marc21_serial_852_ind_1', '#', $$No information provided$$, FALSE, TRUE);
19794 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19795 VALUES ('marc21_serial_852_ind_1', '0', $$Library of Congress classification$$, FALSE, TRUE);
19796 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19797 VALUES ('marc21_serial_852_ind_1', '1', $$Dewey Decimal classification$$, FALSE, TRUE);
19798 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19799 VALUES ('marc21_serial_852_ind_1', '2', $$National Library of Medicine classification$$, FALSE, TRUE);
19800 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19801 VALUES ('marc21_serial_852_ind_1', '3', $$Superintendent of Documents classification$$, FALSE, TRUE);
19802 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19803 VALUES ('marc21_serial_852_ind_1', '4', $$Shelving control number$$, FALSE, TRUE);
19804 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19805 VALUES ('marc21_serial_852_ind_1', '5', $$Title$$, FALSE, TRUE);
19806 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19807 VALUES ('marc21_serial_852_ind_1', '6', $$Shelved separately$$, FALSE, TRUE);
19808 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19809 VALUES ('marc21_serial_852_ind_1', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
19810 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19811 VALUES ('marc21_serial_852_ind_1', '8', $$Other scheme$$, FALSE, TRUE);
19812 INSERT INTO config.record_attr_definition(name, label)
19813 VALUES ('marc21_serial_852_ind_2', 'MARC 21 serial field 852 indicator position 2');
19814 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19815 VALUES ('marc21_serial_852_ind_2', '#', $$No information provided$$, FALSE, TRUE);
19816 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19817 VALUES ('marc21_serial_852_ind_2', '0', $$Not enumeration$$, FALSE, TRUE);
19818 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19819 VALUES ('marc21_serial_852_ind_2', '1', $$Primary enumeration$$, FALSE, TRUE);
19820 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19821 VALUES ('marc21_serial_852_ind_2', '2', $$Alternative enumeration$$, FALSE, TRUE);
19822 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19823                                  repeatable, mandatory, hidden)
19824 VALUES (1, 'serial', '852', 'a', $$Location$$,
19825 FALSE, FALSE, FALSE);
19826 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19827                                  repeatable, mandatory, hidden)
19828 VALUES (1, 'serial', '852', 'b', $$Sublocation or collection$$,
19829 TRUE, FALSE, FALSE);
19830 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19831                                  repeatable, mandatory, hidden)
19832 VALUES (1, 'serial', '852', 'c', $$Shelving location$$,
19833 TRUE, FALSE, FALSE);
19834 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19835                                  repeatable, mandatory, hidden)
19836 VALUES (1, 'serial', '852', 'd', $$Former shelving location$$,
19837 TRUE, FALSE, FALSE);
19838 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19839                                  repeatable, mandatory, hidden)
19840 VALUES (1, 'serial', '852', 'e', $$Address$$,
19841 TRUE, FALSE, FALSE);
19842 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19843                                  repeatable, mandatory, hidden)
19844 VALUES (1, 'serial', '852', 'f', $$Coded location qualifier$$,
19845 TRUE, FALSE, FALSE);
19846 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19847                                  repeatable, mandatory, hidden)
19848 VALUES (1, 'serial', '852', 'g', $$Non-coded location qualifier$$,
19849 TRUE, FALSE, FALSE);
19850 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19851                                  repeatable, mandatory, hidden)
19852 VALUES (1, 'serial', '852', 'h', $$Classification part$$,
19853 FALSE, FALSE, FALSE);
19854 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19855                                  repeatable, mandatory, hidden)
19856 VALUES (1, 'serial', '852', 'i', $$Item part$$,
19857 TRUE, FALSE, FALSE);
19858 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19859                                  repeatable, mandatory, hidden)
19860 VALUES (1, 'serial', '852', 'j', $$Shelving control number$$,
19861 FALSE, FALSE, FALSE);
19862 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19863                                  repeatable, mandatory, hidden)
19864 VALUES (1, 'serial', '852', 'k', $$Call number prefix$$,
19865 TRUE, FALSE, FALSE);
19866 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19867                                  repeatable, mandatory, hidden)
19868 VALUES (1, 'serial', '852', 'l', $$Shelving form of title$$,
19869 FALSE, FALSE, FALSE);
19870 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19871                                  repeatable, mandatory, hidden)
19872 VALUES (1, 'serial', '852', 'm', $$Call number suffix$$,
19873 TRUE, FALSE, FALSE);
19874 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19875                                  repeatable, mandatory, hidden)
19876 VALUES (1, 'serial', '852', 'n', $$Country code$$,
19877 FALSE, FALSE, FALSE);
19878 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19879                                  repeatable, mandatory, hidden)
19880 VALUES (1, 'serial', '852', 'p', $$Piece designation$$,
19881 FALSE, FALSE, FALSE);
19882 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19883                                  repeatable, mandatory, hidden)
19884 VALUES (1, 'serial', '852', 'q', $$Piece physical condition$$,
19885 FALSE, FALSE, FALSE);
19886 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19887                                  repeatable, mandatory, hidden)
19888 VALUES (1, 'serial', '852', 's', $$Copyright article-fee code$$,
19889 TRUE, FALSE, FALSE);
19890 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19891                                  repeatable, mandatory, hidden)
19892 VALUES (1, 'serial', '852', 't', $$Copy number$$,
19893 FALSE, FALSE, FALSE);
19894 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19895                                  repeatable, mandatory, hidden)
19896 VALUES (1, 'serial', '852', 'u', $$Uniform Resource Identifier$$,
19897 TRUE, FALSE, FALSE);
19898 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19899                                  repeatable, mandatory, hidden)
19900 VALUES (1, 'serial', '852', 'x', $$Nonpublic note$$,
19901 TRUE, FALSE, FALSE);
19902 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19903                                  repeatable, mandatory, hidden)
19904 VALUES (1, 'serial', '852', 'z', $$Public note$$,
19905 TRUE, FALSE, FALSE);
19906 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19907                                  repeatable, mandatory, hidden)
19908 VALUES (1, 'serial', '852', '2', $$Source of classification or shelving scheme$$,
19909 FALSE, FALSE, FALSE);
19910 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19911                                  repeatable, mandatory, hidden)
19912 VALUES (1, 'serial', '852', '3', $$Materials specified$$,
19913 FALSE, FALSE, FALSE);
19914 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19915                                  repeatable, mandatory, hidden)
19916 VALUES (1, 'serial', '852', '6', $$Linkage$$,
19917 FALSE, FALSE, FALSE);
19918 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19919                                  repeatable, mandatory, hidden)
19920 VALUES (1, 'serial', '852', '8', $$Sequence number$$,
19921 FALSE, FALSE, FALSE);
19922 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
19923                               fixed_field, repeatable, mandatory, hidden)
19924 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).$$,
19925 FALSE, TRUE, FALSE, FALSE);
19926 INSERT INTO config.record_attr_definition(name, label)
19927 VALUES ('marc21_serial_853_ind_1', 'MARC 21 serial field 853 indicator position 1');
19928 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19929 VALUES ('marc21_serial_853_ind_1', '0', $$Cannot compress or expand$$, FALSE, TRUE);
19930 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19931 VALUES ('marc21_serial_853_ind_1', '1', $$Can compress but not expand$$, FALSE, TRUE);
19932 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19933 VALUES ('marc21_serial_853_ind_1', '2', $$Can compress or expand$$, FALSE, TRUE);
19934 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19935 VALUES ('marc21_serial_853_ind_1', '3', $$Unknown$$, FALSE, TRUE);
19936 INSERT INTO config.record_attr_definition(name, label)
19937 VALUES ('marc21_serial_853_ind_2', 'MARC 21 serial field 853 indicator position 2');
19938 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19939 VALUES ('marc21_serial_853_ind_2', '0', $$Captions verified; all levels present$$, FALSE, TRUE);
19940 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19941 VALUES ('marc21_serial_853_ind_2', '1', $$Captions verified; all levels may not be present$$, FALSE, TRUE);
19942 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19943 VALUES ('marc21_serial_853_ind_2', '2', $$Captions unverified; all levels present$$, FALSE, TRUE);
19944 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
19945 VALUES ('marc21_serial_853_ind_2', '3', $$Captions unverified; all levels may not be present$$, FALSE, TRUE);
19946 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19947                                  repeatable, mandatory, hidden)
19948 VALUES (1, 'serial', '853', 'a', $$First level of enumeration$$,
19949 TRUE, FALSE, FALSE);
19950 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19951                                  repeatable, mandatory, hidden)
19952 VALUES (1, 'serial', '853', 'b', $$Second level of enumeration$$,
19953 TRUE, FALSE, FALSE);
19954 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19955                                  repeatable, mandatory, hidden)
19956 VALUES (1, 'serial', '853', 'c', $$Third level of enumeration$$,
19957 TRUE, FALSE, FALSE);
19958 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19959                                  repeatable, mandatory, hidden)
19960 VALUES (1, 'serial', '853', 'd', $$Fourth level of enumeration$$,
19961 TRUE, FALSE, FALSE);
19962 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19963                                  repeatable, mandatory, hidden)
19964 VALUES (1, 'serial', '853', 'e', $$Fifth level of enumeration$$,
19965 TRUE, FALSE, FALSE);
19966 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19967                                  repeatable, mandatory, hidden)
19968 VALUES (1, 'serial', '853', 'f', $$Sixth level of enumeration$$,
19969 TRUE, FALSE, FALSE);
19970 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19971                                  repeatable, mandatory, hidden)
19972 VALUES (1, 'serial', '853', 'g', $$Alternative numbering scheme, first level of enumeration$$,
19973 TRUE, FALSE, FALSE);
19974 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19975                                  repeatable, mandatory, hidden)
19976 VALUES (1, 'serial', '853', 'h', $$Alternative numbering scheme, second level of enumeration$$,
19977 TRUE, FALSE, FALSE);
19978 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19979                                  repeatable, mandatory, hidden)
19980 VALUES (1, 'serial', '853', 'i', $$First level of chronology$$,
19981 TRUE, FALSE, FALSE);
19982 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19983                                  repeatable, mandatory, hidden)
19984 VALUES (1, 'serial', '853', 'j', $$Second level of chronology$$,
19985 TRUE, FALSE, FALSE);
19986 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19987                                  repeatable, mandatory, hidden)
19988 VALUES (1, 'serial', '853', 'k', $$Third level of chronology$$,
19989 TRUE, FALSE, FALSE);
19990 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19991                                  repeatable, mandatory, hidden)
19992 VALUES (1, 'serial', '853', 'l', $$Fourth level of chronology$$,
19993 TRUE, FALSE, FALSE);
19994 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19995                                  repeatable, mandatory, hidden)
19996 VALUES (1, 'serial', '853', 'm', $$Alternative numbering scheme, chronology$$,
19997 TRUE, FALSE, FALSE);
19998 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
19999                                  repeatable, mandatory, hidden)
20000 VALUES (1, 'serial', '853', 'n', $$Pattern note$$,
20001 TRUE, FALSE, FALSE);
20002 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20003                                  repeatable, mandatory, hidden)
20004 VALUES (1, 'serial', '853', 'o', $$Type of unit$$,
20005 TRUE, FALSE, FALSE);
20006 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20007                                  repeatable, mandatory, hidden)
20008 VALUES (1, 'serial', '853', 'p', $$Number of pieces per issuance$$,
20009 TRUE, FALSE, FALSE);
20010 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20011                                  repeatable, mandatory, hidden)
20012 VALUES (1, 'serial', '853', 't', $$Copy$$,
20013 TRUE, FALSE, FALSE);
20014 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20015                                  repeatable, mandatory, hidden)
20016 VALUES (1, 'serial', '853', 'u', $$Bibliographic units per next higher level$$,
20017 TRUE, FALSE, FALSE);
20018 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20019                                  repeatable, mandatory, hidden)
20020 VALUES (1, 'serial', '853', 'v', $$Numbering continuity$$,
20021 TRUE, FALSE, FALSE);
20022 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20023                                  repeatable, mandatory, hidden)
20024 VALUES (1, 'serial', '853', 'w', $$Frequency$$,
20025 TRUE, FALSE, FALSE);
20026 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20027                                  repeatable, mandatory, hidden)
20028 VALUES (1, 'serial', '853', 'x', $$Calendar change$$,
20029 TRUE, FALSE, FALSE);
20030 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20031                                  repeatable, mandatory, hidden)
20032 VALUES (1, 'serial', '853', 'y', $$Regularity pattern$$,
20033 TRUE, FALSE, FALSE);
20034 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20035                                  repeatable, mandatory, hidden)
20036 VALUES (1, 'serial', '853', 'z', $$Numbering scheme$$,
20037 TRUE, FALSE, FALSE);
20038 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20039                                  repeatable, mandatory, hidden)
20040 VALUES (1, 'serial', '853', '2', $$Source of caption abbreviation$$,
20041 TRUE, FALSE, FALSE);
20042 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20043                                  repeatable, mandatory, hidden)
20044 VALUES (1, 'serial', '853', '3', $$Materials specified$$,
20045 TRUE, FALSE, FALSE);
20046 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20047                                  repeatable, mandatory, hidden)
20048 VALUES (1, 'serial', '853', '6', $$Linkage$$,
20049 TRUE, FALSE, FALSE);
20050 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20051                                  repeatable, mandatory, hidden)
20052 VALUES (1, 'serial', '853', '8', $$Field link and sequence number$$,
20053 TRUE, FALSE, FALSE);
20054 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
20055                               fixed_field, repeatable, mandatory, hidden)
20056 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).$$,
20057 FALSE, TRUE, FALSE, FALSE);
20058 INSERT INTO config.record_attr_definition(name, label)
20059 VALUES ('marc21_serial_854_ind_1', 'MARC 21 serial field 854 indicator position 1');
20060 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20061 VALUES ('marc21_serial_854_ind_1', '0', $$Cannot compress or expand$$, FALSE, TRUE);
20062 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20063 VALUES ('marc21_serial_854_ind_1', '1', $$Can compress but not expand$$, FALSE, TRUE);
20064 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20065 VALUES ('marc21_serial_854_ind_1', '2', $$Can compress or expand$$, FALSE, TRUE);
20066 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20067 VALUES ('marc21_serial_854_ind_1', '3', $$Unknown$$, FALSE, TRUE);
20068 INSERT INTO config.record_attr_definition(name, label)
20069 VALUES ('marc21_serial_854_ind_2', 'MARC 21 serial field 854 indicator position 2');
20070 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20071 VALUES ('marc21_serial_854_ind_2', '0', $$Captions verified; all levels present$$, FALSE, TRUE);
20072 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20073 VALUES ('marc21_serial_854_ind_2', '1', $$Captions verified; all levels may not be present$$, FALSE, TRUE);
20074 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20075 VALUES ('marc21_serial_854_ind_2', '2', $$Captions unverified; all levels present$$, FALSE, TRUE);
20076 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20077 VALUES ('marc21_serial_854_ind_2', '3', $$Captions unverified; all levels may not be present$$, FALSE, TRUE);
20078 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20079                                  repeatable, mandatory, hidden)
20080 VALUES (1, 'serial', '854', 'a', $$First level of enumeration$$,
20081 TRUE, FALSE, FALSE);
20082 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20083                                  repeatable, mandatory, hidden)
20084 VALUES (1, 'serial', '854', 'b', $$Second level of enumeration$$,
20085 TRUE, FALSE, FALSE);
20086 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20087                                  repeatable, mandatory, hidden)
20088 VALUES (1, 'serial', '854', 'c', $$Third level of enumeration$$,
20089 TRUE, FALSE, FALSE);
20090 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20091                                  repeatable, mandatory, hidden)
20092 VALUES (1, 'serial', '854', 'd', $$Fourth level of enumeration$$,
20093 TRUE, FALSE, FALSE);
20094 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20095                                  repeatable, mandatory, hidden)
20096 VALUES (1, 'serial', '854', 'e', $$Fifth level of enumeration$$,
20097 TRUE, FALSE, FALSE);
20098 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20099                                  repeatable, mandatory, hidden)
20100 VALUES (1, 'serial', '854', 'f', $$Sixth level of enumeration$$,
20101 TRUE, FALSE, FALSE);
20102 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20103                                  repeatable, mandatory, hidden)
20104 VALUES (1, 'serial', '854', 'g', $$Alternative numbering scheme, first level of enumeration$$,
20105 TRUE, FALSE, FALSE);
20106 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20107                                  repeatable, mandatory, hidden)
20108 VALUES (1, 'serial', '854', 'h', $$Alternative numbering scheme, second level of enumeration$$,
20109 TRUE, FALSE, FALSE);
20110 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20111                                  repeatable, mandatory, hidden)
20112 VALUES (1, 'serial', '854', 'i', $$First level of chronology$$,
20113 TRUE, FALSE, FALSE);
20114 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20115                                  repeatable, mandatory, hidden)
20116 VALUES (1, 'serial', '854', 'j', $$Second level of chronology$$,
20117 TRUE, FALSE, FALSE);
20118 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20119                                  repeatable, mandatory, hidden)
20120 VALUES (1, 'serial', '854', 'k', $$Third level of chronology$$,
20121 TRUE, FALSE, FALSE);
20122 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20123                                  repeatable, mandatory, hidden)
20124 VALUES (1, 'serial', '854', 'l', $$Fourth level of chronology$$,
20125 TRUE, FALSE, FALSE);
20126 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20127                                  repeatable, mandatory, hidden)
20128 VALUES (1, 'serial', '854', 'm', $$Alternative numbering scheme, chronology$$,
20129 TRUE, FALSE, FALSE);
20130 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20131                                  repeatable, mandatory, hidden)
20132 VALUES (1, 'serial', '854', 'n', $$Pattern note$$,
20133 TRUE, FALSE, FALSE);
20134 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20135                                  repeatable, mandatory, hidden)
20136 VALUES (1, 'serial', '854', 'o', $$Type of unit$$,
20137 TRUE, FALSE, FALSE);
20138 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20139                                  repeatable, mandatory, hidden)
20140 VALUES (1, 'serial', '854', 'p', $$Number of pieces per issuance$$,
20141 TRUE, FALSE, FALSE);
20142 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20143                                  repeatable, mandatory, hidden)
20144 VALUES (1, 'serial', '854', 't', $$Copy$$,
20145 TRUE, FALSE, FALSE);
20146 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20147                                  repeatable, mandatory, hidden)
20148 VALUES (1, 'serial', '854', 'u', $$Bibliographic units per next higher level$$,
20149 TRUE, FALSE, FALSE);
20150 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20151                                  repeatable, mandatory, hidden)
20152 VALUES (1, 'serial', '854', 'v', $$Numbering continuity$$,
20153 TRUE, FALSE, FALSE);
20154 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20155                                  repeatable, mandatory, hidden)
20156 VALUES (1, 'serial', '854', 'w', $$Frequency$$,
20157 TRUE, FALSE, FALSE);
20158 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20159                                  repeatable, mandatory, hidden)
20160 VALUES (1, 'serial', '854', 'x', $$Calendar change$$,
20161 TRUE, FALSE, FALSE);
20162 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20163                                  repeatable, mandatory, hidden)
20164 VALUES (1, 'serial', '854', 'y', $$Regularity pattern$$,
20165 TRUE, FALSE, FALSE);
20166 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20167                                  repeatable, mandatory, hidden)
20168 VALUES (1, 'serial', '854', 'z', $$Numbering scheme$$,
20169 TRUE, FALSE, FALSE);
20170 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20171                                  repeatable, mandatory, hidden)
20172 VALUES (1, 'serial', '854', '2', $$Source of caption abbreviation$$,
20173 TRUE, FALSE, FALSE);
20174 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20175                                  repeatable, mandatory, hidden)
20176 VALUES (1, 'serial', '854', '3', $$Materials specified$$,
20177 TRUE, FALSE, FALSE);
20178 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20179                                  repeatable, mandatory, hidden)
20180 VALUES (1, 'serial', '854', '6', $$Linkage$$,
20181 TRUE, FALSE, FALSE);
20182 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20183                                  repeatable, mandatory, hidden)
20184 VALUES (1, 'serial', '854', '8', $$Field link and sequence number$$,
20185 TRUE, FALSE, FALSE);
20186 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
20187                               fixed_field, repeatable, mandatory, hidden)
20188 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).$$,
20189 FALSE, TRUE, FALSE, FALSE);
20190 INSERT INTO config.record_attr_definition(name, label)
20191 VALUES ('marc21_serial_855_ind_1', 'MARC 21 serial field 855 indicator position 1');
20192 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20193 VALUES ('marc21_serial_855_ind_1', '#', $$Undefined$$, FALSE, TRUE);
20194 INSERT INTO config.record_attr_definition(name, label)
20195 VALUES ('marc21_serial_855_ind_2', 'MARC 21 serial field 855 indicator position 2');
20196 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20197 VALUES ('marc21_serial_855_ind_2', '#', $$Undefined$$, FALSE, TRUE);
20198 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20199                                  repeatable, mandatory, hidden)
20200 VALUES (1, 'serial', '855', 'a', $$First level of enumeration$$,
20201 TRUE, FALSE, FALSE);
20202 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20203                                  repeatable, mandatory, hidden)
20204 VALUES (1, 'serial', '855', 'b', $$Second level of enumeration$$,
20205 TRUE, FALSE, FALSE);
20206 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20207                                  repeatable, mandatory, hidden)
20208 VALUES (1, 'serial', '855', 'c', $$Third level of enumeration$$,
20209 TRUE, FALSE, FALSE);
20210 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20211                                  repeatable, mandatory, hidden)
20212 VALUES (1, 'serial', '855', 'd', $$Fourth level of enumeration$$,
20213 TRUE, FALSE, FALSE);
20214 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20215                                  repeatable, mandatory, hidden)
20216 VALUES (1, 'serial', '855', 'e', $$Fifth level of enumeration$$,
20217 TRUE, FALSE, FALSE);
20218 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20219                                  repeatable, mandatory, hidden)
20220 VALUES (1, 'serial', '855', 'f', $$Sixth level of enumeration$$,
20221 TRUE, FALSE, FALSE);
20222 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20223                                  repeatable, mandatory, hidden)
20224 VALUES (1, 'serial', '855', 'g', $$Alternative numbering scheme, first level of enumeration$$,
20225 TRUE, FALSE, FALSE);
20226 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20227                                  repeatable, mandatory, hidden)
20228 VALUES (1, 'serial', '855', 'h', $$Alternative numbering scheme, second level of enumeration$$,
20229 TRUE, FALSE, FALSE);
20230 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20231                                  repeatable, mandatory, hidden)
20232 VALUES (1, 'serial', '855', 'i', $$First level of chronology$$,
20233 TRUE, FALSE, FALSE);
20234 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20235                                  repeatable, mandatory, hidden)
20236 VALUES (1, 'serial', '855', 'j', $$Second level of chronology$$,
20237 TRUE, FALSE, FALSE);
20238 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20239                                  repeatable, mandatory, hidden)
20240 VALUES (1, 'serial', '855', 'k', $$Third level of chronology$$,
20241 TRUE, FALSE, FALSE);
20242 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20243                                  repeatable, mandatory, hidden)
20244 VALUES (1, 'serial', '855', 'l', $$Fourth level of chronology$$,
20245 TRUE, FALSE, FALSE);
20246 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20247                                  repeatable, mandatory, hidden)
20248 VALUES (1, 'serial', '855', 'm', $$Alternative numbering scheme, chronology$$,
20249 TRUE, FALSE, FALSE);
20250 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20251                                  repeatable, mandatory, hidden)
20252 VALUES (1, 'serial', '855', 'n', $$Pattern note$$,
20253 TRUE, FALSE, FALSE);
20254 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20255                                  repeatable, mandatory, hidden)
20256 VALUES (1, 'serial', '855', 'o', $$Type of unit$$,
20257 TRUE, FALSE, FALSE);
20258 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20259                                  repeatable, mandatory, hidden)
20260 VALUES (1, 'serial', '855', 'p', $$Number of pieces per issuance$$,
20261 TRUE, FALSE, FALSE);
20262 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20263                                  repeatable, mandatory, hidden)
20264 VALUES (1, 'serial', '855', 't', $$Copy$$,
20265 TRUE, FALSE, FALSE);
20266 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20267                                  repeatable, mandatory, hidden)
20268 VALUES (1, 'serial', '855', 'u', $$Bibliographic units per next higher level$$,
20269 TRUE, FALSE, FALSE);
20270 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20271                                  repeatable, mandatory, hidden)
20272 VALUES (1, 'serial', '855', 'v', $$Numbering continuity$$,
20273 TRUE, FALSE, FALSE);
20274 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20275                                  repeatable, mandatory, hidden)
20276 VALUES (1, 'serial', '855', 'w', $$Frequency$$,
20277 TRUE, FALSE, FALSE);
20278 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20279                                  repeatable, mandatory, hidden)
20280 VALUES (1, 'serial', '855', 'x', $$Calendar change$$,
20281 TRUE, FALSE, FALSE);
20282 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20283                                  repeatable, mandatory, hidden)
20284 VALUES (1, 'serial', '855', 'y', $$Regularity pattern$$,
20285 TRUE, FALSE, FALSE);
20286 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20287                                  repeatable, mandatory, hidden)
20288 VALUES (1, 'serial', '855', 'z', $$Numbering scheme$$,
20289 TRUE, FALSE, FALSE);
20290 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20291                                  repeatable, mandatory, hidden)
20292 VALUES (1, 'serial', '855', '2', $$Source of caption abbreviation$$,
20293 TRUE, FALSE, FALSE);
20294 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20295                                  repeatable, mandatory, hidden)
20296 VALUES (1, 'serial', '855', '3', $$Materials specified$$,
20297 TRUE, FALSE, FALSE);
20298 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20299                                  repeatable, mandatory, hidden)
20300 VALUES (1, 'serial', '855', '6', $$Linkage$$,
20301 TRUE, FALSE, FALSE);
20302 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20303                                  repeatable, mandatory, hidden)
20304 VALUES (1, 'serial', '855', '8', $$Field link and sequence number$$,
20305 TRUE, FALSE, FALSE);
20306 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
20307                               fixed_field, repeatable, mandatory, hidden)
20308 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.$$,
20309 FALSE, TRUE, FALSE, FALSE);
20310 INSERT INTO config.record_attr_definition(name, label)
20311 VALUES ('marc21_serial_856_ind_1', 'MARC 21 serial field 856 indicator position 1');
20312 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20313 VALUES ('marc21_serial_856_ind_1', '#', $$No information provided$$, FALSE, TRUE);
20314 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20315 VALUES ('marc21_serial_856_ind_1', '0', $$Email$$, FALSE, TRUE);
20316 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20317 VALUES ('marc21_serial_856_ind_1', '1', $$FTP$$, FALSE, TRUE);
20318 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20319 VALUES ('marc21_serial_856_ind_1', '2', $$Remote login (Telnet)$$, FALSE, TRUE);
20320 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20321 VALUES ('marc21_serial_856_ind_1', '3', $$Dial-up$$, FALSE, TRUE);
20322 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20323 VALUES ('marc21_serial_856_ind_1', '4', $$HTTP$$, FALSE, TRUE);
20324 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20325 VALUES ('marc21_serial_856_ind_1', '7', $$Method specified in subfield $2$$, FALSE, TRUE);
20326 INSERT INTO config.record_attr_definition(name, label)
20327 VALUES ('marc21_serial_856_ind_2', 'MARC 21 serial field 856 indicator position 2');
20328 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20329 VALUES ('marc21_serial_856_ind_2', '#', $$No information provided$$, FALSE, TRUE);
20330 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20331 VALUES ('marc21_serial_856_ind_2', '0', $$Resource$$, FALSE, TRUE);
20332 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20333 VALUES ('marc21_serial_856_ind_2', '1', $$Version of resource$$, FALSE, TRUE);
20334 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20335 VALUES ('marc21_serial_856_ind_2', '2', $$Related resource$$, FALSE, TRUE);
20336 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20337 VALUES ('marc21_serial_856_ind_2', '8', $$No display constant generated$$, FALSE, TRUE);
20338 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20339                                  repeatable, mandatory, hidden)
20340 VALUES (1, 'serial', '856', 'a', $$Host name$$,
20341 TRUE, FALSE, FALSE);
20342 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20343                                  repeatable, mandatory, hidden)
20344 VALUES (1, 'serial', '856', 'b', $$Access number$$,
20345 TRUE, FALSE, FALSE);
20346 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20347                                  repeatable, mandatory, hidden)
20348 VALUES (1, 'serial', '856', 'c', $$Compression information$$,
20349 TRUE, FALSE, FALSE);
20350 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20351                                  repeatable, mandatory, hidden)
20352 VALUES (1, 'serial', '856', 'd', $$Path$$,
20353 TRUE, FALSE, FALSE);
20354 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20355                                  repeatable, mandatory, hidden)
20356 VALUES (1, 'serial', '856', 'f', $$Electronic name$$,
20357 TRUE, FALSE, FALSE);
20358 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20359                                  repeatable, mandatory, hidden)
20360 VALUES (1, 'serial', '856', 'h', $$Processor of request$$,
20361 FALSE, FALSE, FALSE);
20362 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20363                                  repeatable, mandatory, hidden)
20364 VALUES (1, 'serial', '856', 'i', $$Instruction$$,
20365 TRUE, FALSE, FALSE);
20366 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20367                                  repeatable, mandatory, hidden)
20368 VALUES (1, 'serial', '856', 'j', $$Bits per second$$,
20369 FALSE, FALSE, FALSE);
20370 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20371                                  repeatable, mandatory, hidden)
20372 VALUES (1, 'serial', '856', 'k', $$Password$$,
20373 FALSE, FALSE, FALSE);
20374 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20375                                  repeatable, mandatory, hidden)
20376 VALUES (1, 'serial', '856', 'l', $$Logon$$,
20377 FALSE, FALSE, FALSE);
20378 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20379                                  repeatable, mandatory, hidden)
20380 VALUES (1, 'serial', '856', 'm', $$Contact for access assistance$$,
20381 TRUE, FALSE, FALSE);
20382 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20383                                  repeatable, mandatory, hidden)
20384 VALUES (1, 'serial', '856', 'n', $$Name of location of host$$,
20385 FALSE, FALSE, FALSE);
20386 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20387                                  repeatable, mandatory, hidden)
20388 VALUES (1, 'serial', '856', 'o', $$Operating system$$,
20389 FALSE, FALSE, FALSE);
20390 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20391                                  repeatable, mandatory, hidden)
20392 VALUES (1, 'serial', '856', 'p', $$Port$$,
20393 FALSE, FALSE, FALSE);
20394 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20395                                  repeatable, mandatory, hidden)
20396 VALUES (1, 'serial', '856', 'q', $$Electronic format type$$,
20397 FALSE, FALSE, FALSE);
20398 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20399                                  repeatable, mandatory, hidden)
20400 VALUES (1, 'serial', '856', 'r', $$Settings$$,
20401 FALSE, FALSE, FALSE);
20402 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20403                                  repeatable, mandatory, hidden)
20404 VALUES (1, 'serial', '856', 's', $$File size$$,
20405 TRUE, FALSE, FALSE);
20406 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20407                                  repeatable, mandatory, hidden)
20408 VALUES (1, 'serial', '856', 't', $$Terminal emulation$$,
20409 TRUE, FALSE, FALSE);
20410 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20411                                  repeatable, mandatory, hidden)
20412 VALUES (1, 'serial', '856', 'u', $$Uniform Resource Identifier$$,
20413 TRUE, FALSE, FALSE);
20414 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20415                                  repeatable, mandatory, hidden)
20416 VALUES (1, 'serial', '856', 'v', $$Hours access method available$$,
20417 TRUE, FALSE, FALSE);
20418 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20419                                  repeatable, mandatory, hidden)
20420 VALUES (1, 'serial', '856', 'w', $$Record control number$$,
20421 TRUE, FALSE, FALSE);
20422 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20423                                  repeatable, mandatory, hidden)
20424 VALUES (1, 'serial', '856', 'x', $$Nonpublic note$$,
20425 TRUE, FALSE, FALSE);
20426 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20427                                  repeatable, mandatory, hidden)
20428 VALUES (1, 'serial', '856', 'y', $$Link text$$,
20429 TRUE, FALSE, FALSE);
20430 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20431                                  repeatable, mandatory, hidden)
20432 VALUES (1, 'serial', '856', 'z', $$Public note$$,
20433 TRUE, FALSE, FALSE);
20434 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20435                                  repeatable, mandatory, hidden)
20436 VALUES (1, 'serial', '856', '2', $$Access method$$,
20437 FALSE, FALSE, FALSE);
20438 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20439                                  repeatable, mandatory, hidden)
20440 VALUES (1, 'serial', '856', '3', $$Materials specified$$,
20441 FALSE, FALSE, FALSE);
20442 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20443                                  repeatable, mandatory, hidden)
20444 VALUES (1, 'serial', '856', '6', $$Linkage$$,
20445 FALSE, FALSE, FALSE);
20446 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20447                                  repeatable, mandatory, hidden)
20448 VALUES (1, 'serial', '856', '8', $$Field link and sequence number$$,
20449 TRUE, FALSE, FALSE);
20450 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
20451                               fixed_field, repeatable, mandatory, hidden)
20452 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).$$,
20453 FALSE, TRUE, FALSE, FALSE);
20454 INSERT INTO config.record_attr_definition(name, label)
20455 VALUES ('marc21_serial_863_ind_1', 'MARC 21 serial field 863 indicator position 1');
20456 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20457 VALUES ('marc21_serial_863_ind_1', '#', $$No information provided$$, FALSE, TRUE);
20458 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20459 VALUES ('marc21_serial_863_ind_1', '3', $$Holdings level 3$$, FALSE, TRUE);
20460 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20461 VALUES ('marc21_serial_863_ind_1', '4', $$Holdings level 4$$, FALSE, TRUE);
20462 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20463 VALUES ('marc21_serial_863_ind_1', '5', $$Holdings level 4 with piece designation$$, FALSE, TRUE);
20464 INSERT INTO config.record_attr_definition(name, label)
20465 VALUES ('marc21_serial_863_ind_2', 'MARC 21 serial field 863 indicator position 2');
20466 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20467 VALUES ('marc21_serial_863_ind_2', '#', $$No information provided$$, FALSE, TRUE);
20468 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20469 VALUES ('marc21_serial_863_ind_2', '0', $$Compressed$$, FALSE, TRUE);
20470 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20471 VALUES ('marc21_serial_863_ind_2', '1', $$Uncompressed$$, FALSE, TRUE);
20472 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20473 VALUES ('marc21_serial_863_ind_2', '2', $$Compressed, use textual display$$, FALSE, TRUE);
20474 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20475 VALUES ('marc21_serial_863_ind_2', '3', $$Uncompressed, use textual display$$, FALSE, TRUE);
20476 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20477 VALUES ('marc21_serial_863_ind_2', '4', $$Item(s) not published$$, FALSE, TRUE);
20478 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20479                                  repeatable, mandatory, hidden)
20480 VALUES (1, 'serial', '863', 'a', $$First level of enumeration$$,
20481 TRUE, FALSE, FALSE);
20482 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20483                                  repeatable, mandatory, hidden)
20484 VALUES (1, 'serial', '863', 'b', $$Second level of enumeration$$,
20485 TRUE, FALSE, FALSE);
20486 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20487                                  repeatable, mandatory, hidden)
20488 VALUES (1, 'serial', '863', 'c', $$Third level of enumeration$$,
20489 TRUE, FALSE, FALSE);
20490 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20491                                  repeatable, mandatory, hidden)
20492 VALUES (1, 'serial', '863', 'd', $$Fourth level of enumeration$$,
20493 TRUE, FALSE, FALSE);
20494 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20495                                  repeatable, mandatory, hidden)
20496 VALUES (1, 'serial', '863', 'e', $$Fifth level of enumeration$$,
20497 TRUE, FALSE, FALSE);
20498 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20499                                  repeatable, mandatory, hidden)
20500 VALUES (1, 'serial', '863', 'f', $$Sixth level of enumeration$$,
20501 TRUE, FALSE, FALSE);
20502 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20503                                  repeatable, mandatory, hidden)
20504 VALUES (1, 'serial', '863', 'g', $$Alternative numbering scheme, first level of enumeration$$,
20505 TRUE, FALSE, FALSE);
20506 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20507                                  repeatable, mandatory, hidden)
20508 VALUES (1, 'serial', '863', 'h', $$Alternative numbering scheme, second level of enumeration$$,
20509 TRUE, FALSE, FALSE);
20510 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20511                                  repeatable, mandatory, hidden)
20512 VALUES (1, 'serial', '863', 'i', $$First level of chronology$$,
20513 TRUE, FALSE, FALSE);
20514 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20515                                  repeatable, mandatory, hidden)
20516 VALUES (1, 'serial', '863', 'j', $$Second level of chronology$$,
20517 TRUE, FALSE, FALSE);
20518 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20519                                  repeatable, mandatory, hidden)
20520 VALUES (1, 'serial', '863', 'k', $$Third level of chronology$$,
20521 TRUE, FALSE, FALSE);
20522 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20523                                  repeatable, mandatory, hidden)
20524 VALUES (1, 'serial', '863', 'l', $$Fourth level of chronology$$,
20525 TRUE, FALSE, FALSE);
20526 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20527                                  repeatable, mandatory, hidden)
20528 VALUES (1, 'serial', '863', 'm', $$Alternative numbering scheme, chronology$$,
20529 TRUE, FALSE, FALSE);
20530 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20531                                  repeatable, mandatory, hidden)
20532 VALUES (1, 'serial', '863', 'n', $$Converted Gregorian year$$,
20533 TRUE, FALSE, FALSE);
20534 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20535                                  repeatable, mandatory, hidden)
20536 VALUES (1, 'serial', '863', 'o', $$Type of unit$$,
20537 TRUE, FALSE, FALSE);
20538 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20539                                  repeatable, mandatory, hidden)
20540 VALUES (1, 'serial', '863', 'p', $$Piece designation$$,
20541 TRUE, FALSE, FALSE);
20542 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20543                                  repeatable, mandatory, hidden)
20544 VALUES (1, 'serial', '863', 'q', $$Piece physical condition$$,
20545 TRUE, FALSE, FALSE);
20546 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20547                                  repeatable, mandatory, hidden)
20548 VALUES (1, 'serial', '863', 's', $$Copyright article-fee code$$,
20549 TRUE, FALSE, FALSE);
20550 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20551                                  repeatable, mandatory, hidden)
20552 VALUES (1, 'serial', '863', 't', $$Copy number$$,
20553 TRUE, FALSE, FALSE);
20554 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20555                                  repeatable, mandatory, hidden)
20556 VALUES (1, 'serial', '863', 'v', $$Issuing date$$,
20557 TRUE, FALSE, FALSE);
20558 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20559                                  repeatable, mandatory, hidden)
20560 VALUES (1, 'serial', '863', 'w', $$Break indicator$$,
20561 TRUE, FALSE, FALSE);
20562 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20563                                  repeatable, mandatory, hidden)
20564 VALUES (1, 'serial', '863', 'x', $$Nonpublic note$$,
20565 TRUE, FALSE, FALSE);
20566 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20567                                  repeatable, mandatory, hidden)
20568 VALUES (1, 'serial', '863', 'z', $$Public note$$,
20569 TRUE, FALSE, FALSE);
20570 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20571                                  repeatable, mandatory, hidden)
20572 VALUES (1, 'serial', '863', '6', $$Linkage$$,
20573 TRUE, FALSE, FALSE);
20574 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20575                                  repeatable, mandatory, hidden)
20576 VALUES (1, 'serial', '863', '8', $$Field link and sequence number$$,
20577 TRUE, FALSE, FALSE);
20578 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
20579                               fixed_field, repeatable, mandatory, hidden)
20580 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).$$,
20581 FALSE, TRUE, FALSE, FALSE);
20582 INSERT INTO config.record_attr_definition(name, label)
20583 VALUES ('marc21_serial_864_ind_1', 'MARC 21 serial field 864 indicator position 1');
20584 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20585 VALUES ('marc21_serial_864_ind_1', '#', $$No information provided$$, FALSE, TRUE);
20586 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20587 VALUES ('marc21_serial_864_ind_1', '3', $$Holdings level 3$$, FALSE, TRUE);
20588 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20589 VALUES ('marc21_serial_864_ind_1', '4', $$Holdings level 4$$, FALSE, TRUE);
20590 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20591 VALUES ('marc21_serial_864_ind_1', '5', $$Holdings level 4 with piece designation$$, FALSE, TRUE);
20592 INSERT INTO config.record_attr_definition(name, label)
20593 VALUES ('marc21_serial_864_ind_2', 'MARC 21 serial field 864 indicator position 2');
20594 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20595 VALUES ('marc21_serial_864_ind_2', '#', $$No information provided$$, FALSE, TRUE);
20596 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20597 VALUES ('marc21_serial_864_ind_2', '0', $$Compressed$$, FALSE, TRUE);
20598 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20599 VALUES ('marc21_serial_864_ind_2', '1', $$Uncompressed$$, FALSE, TRUE);
20600 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20601 VALUES ('marc21_serial_864_ind_2', '2', $$Compressed, use textual display$$, FALSE, TRUE);
20602 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20603 VALUES ('marc21_serial_864_ind_2', '3', $$Uncompressed, use textual display$$, FALSE, TRUE);
20604 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20605 VALUES ('marc21_serial_864_ind_2', '4', $$Item(s) not published$$, FALSE, TRUE);
20606 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20607                                  repeatable, mandatory, hidden)
20608 VALUES (1, 'serial', '864', 'a', $$First level of enumeration$$,
20609 TRUE, FALSE, FALSE);
20610 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20611                                  repeatable, mandatory, hidden)
20612 VALUES (1, 'serial', '864', 'b', $$Second level of enumeration$$,
20613 TRUE, FALSE, FALSE);
20614 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20615                                  repeatable, mandatory, hidden)
20616 VALUES (1, 'serial', '864', 'c', $$Third level of enumeration$$,
20617 TRUE, FALSE, FALSE);
20618 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20619                                  repeatable, mandatory, hidden)
20620 VALUES (1, 'serial', '864', 'd', $$Fourth level of enumeration$$,
20621 TRUE, FALSE, FALSE);
20622 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20623                                  repeatable, mandatory, hidden)
20624 VALUES (1, 'serial', '864', 'e', $$Fifth level of enumeration$$,
20625 TRUE, FALSE, FALSE);
20626 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20627                                  repeatable, mandatory, hidden)
20628 VALUES (1, 'serial', '864', 'f', $$Sixth level of enumeration$$,
20629 TRUE, FALSE, FALSE);
20630 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20631                                  repeatable, mandatory, hidden)
20632 VALUES (1, 'serial', '864', 'g', $$Alternative numbering scheme, first level of enumeration$$,
20633 TRUE, FALSE, FALSE);
20634 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20635                                  repeatable, mandatory, hidden)
20636 VALUES (1, 'serial', '864', 'h', $$Alternative numbering scheme, second level of enumeration$$,
20637 TRUE, FALSE, FALSE);
20638 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20639                                  repeatable, mandatory, hidden)
20640 VALUES (1, 'serial', '864', 'i', $$First level of chronology$$,
20641 TRUE, FALSE, FALSE);
20642 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20643                                  repeatable, mandatory, hidden)
20644 VALUES (1, 'serial', '864', 'j', $$Second level of chronology$$,
20645 TRUE, FALSE, FALSE);
20646 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20647                                  repeatable, mandatory, hidden)
20648 VALUES (1, 'serial', '864', 'k', $$Third level of chronology$$,
20649 TRUE, FALSE, FALSE);
20650 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20651                                  repeatable, mandatory, hidden)
20652 VALUES (1, 'serial', '864', 'l', $$Fourth level of chronology$$,
20653 TRUE, FALSE, FALSE);
20654 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20655                                  repeatable, mandatory, hidden)
20656 VALUES (1, 'serial', '864', 'm', $$Alternative numbering scheme, chronology$$,
20657 TRUE, FALSE, FALSE);
20658 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20659                                  repeatable, mandatory, hidden)
20660 VALUES (1, 'serial', '864', 'n', $$Converted Gregorian year$$,
20661 TRUE, FALSE, FALSE);
20662 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20663                                  repeatable, mandatory, hidden)
20664 VALUES (1, 'serial', '864', 'o', $$Type of unit$$,
20665 TRUE, FALSE, FALSE);
20666 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20667                                  repeatable, mandatory, hidden)
20668 VALUES (1, 'serial', '864', 'p', $$Piece designation$$,
20669 TRUE, FALSE, FALSE);
20670 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20671                                  repeatable, mandatory, hidden)
20672 VALUES (1, 'serial', '864', 'q', $$Piece physical condition$$,
20673 TRUE, FALSE, FALSE);
20674 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20675                                  repeatable, mandatory, hidden)
20676 VALUES (1, 'serial', '864', 's', $$Copyright article-fee code$$,
20677 TRUE, FALSE, FALSE);
20678 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20679                                  repeatable, mandatory, hidden)
20680 VALUES (1, 'serial', '864', 't', $$Copy number$$,
20681 TRUE, FALSE, FALSE);
20682 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20683                                  repeatable, mandatory, hidden)
20684 VALUES (1, 'serial', '864', 'v', $$Issuing date$$,
20685 TRUE, FALSE, FALSE);
20686 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20687                                  repeatable, mandatory, hidden)
20688 VALUES (1, 'serial', '864', 'w', $$Break indicator$$,
20689 TRUE, FALSE, FALSE);
20690 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20691                                  repeatable, mandatory, hidden)
20692 VALUES (1, 'serial', '864', 'x', $$Nonpublic note$$,
20693 TRUE, FALSE, FALSE);
20694 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20695                                  repeatable, mandatory, hidden)
20696 VALUES (1, 'serial', '864', 'z', $$Public note$$,
20697 TRUE, FALSE, FALSE);
20698 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20699                                  repeatable, mandatory, hidden)
20700 VALUES (1, 'serial', '864', '6', $$Linkage$$,
20701 TRUE, FALSE, FALSE);
20702 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20703                                  repeatable, mandatory, hidden)
20704 VALUES (1, 'serial', '864', '8', $$Field link and sequence number$$,
20705 TRUE, FALSE, FALSE);
20706 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
20707                               fixed_field, repeatable, mandatory, hidden)
20708 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).$$,
20709 FALSE, TRUE, FALSE, FALSE);
20710 INSERT INTO config.record_attr_definition(name, label)
20711 VALUES ('marc21_serial_865_ind_1', 'MARC 21 serial field 865 indicator position 1');
20712 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20713 VALUES ('marc21_serial_865_ind_1', '#', $$No information provided$$, FALSE, TRUE);
20714 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20715 VALUES ('marc21_serial_865_ind_1', '4', $$Holdings level 4$$, FALSE, TRUE);
20716 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20717 VALUES ('marc21_serial_865_ind_1', '5', $$Holdings level 4 with piece designation$$, FALSE, TRUE);
20718 INSERT INTO config.record_attr_definition(name, label)
20719 VALUES ('marc21_serial_865_ind_2', 'MARC 21 serial field 865 indicator position 2');
20720 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20721 VALUES ('marc21_serial_865_ind_2', '#', $$No information provided$$, FALSE, TRUE);
20722 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20723 VALUES ('marc21_serial_865_ind_2', '1', $$Uncompressed$$, FALSE, TRUE);
20724 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20725 VALUES ('marc21_serial_865_ind_2', '3', $$Uncompressed, use textual display$$, FALSE, TRUE);
20726 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20727                                  repeatable, mandatory, hidden)
20728 VALUES (1, 'serial', '865', 'a', $$First level of enumeration$$,
20729 TRUE, FALSE, FALSE);
20730 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20731                                  repeatable, mandatory, hidden)
20732 VALUES (1, 'serial', '865', 'b', $$Second level of enumeration$$,
20733 TRUE, FALSE, FALSE);
20734 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20735                                  repeatable, mandatory, hidden)
20736 VALUES (1, 'serial', '865', 'c', $$Third level of enumeration$$,
20737 TRUE, FALSE, FALSE);
20738 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20739                                  repeatable, mandatory, hidden)
20740 VALUES (1, 'serial', '865', 'd', $$Fourth level of enumeration$$,
20741 TRUE, FALSE, FALSE);
20742 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20743                                  repeatable, mandatory, hidden)
20744 VALUES (1, 'serial', '865', 'e', $$Fifth level of enumeration$$,
20745 TRUE, FALSE, FALSE);
20746 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20747                                  repeatable, mandatory, hidden)
20748 VALUES (1, 'serial', '865', 'f', $$Sixth level of enumeration$$,
20749 TRUE, FALSE, FALSE);
20750 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20751                                  repeatable, mandatory, hidden)
20752 VALUES (1, 'serial', '865', 'g', $$Alternative numbering scheme, first level of enumeration$$,
20753 TRUE, FALSE, FALSE);
20754 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20755                                  repeatable, mandatory, hidden)
20756 VALUES (1, 'serial', '865', 'h', $$Alternative numbering scheme, second level of enumeration$$,
20757 TRUE, FALSE, FALSE);
20758 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20759                                  repeatable, mandatory, hidden)
20760 VALUES (1, 'serial', '865', 'i', $$First level of chronology$$,
20761 TRUE, FALSE, FALSE);
20762 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20763                                  repeatable, mandatory, hidden)
20764 VALUES (1, 'serial', '865', 'j', $$Second level of chronology$$,
20765 TRUE, FALSE, FALSE);
20766 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20767                                  repeatable, mandatory, hidden)
20768 VALUES (1, 'serial', '865', 'k', $$Third level of chronology$$,
20769 TRUE, FALSE, FALSE);
20770 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20771                                  repeatable, mandatory, hidden)
20772 VALUES (1, 'serial', '865', 'l', $$Fourth level of chronology$$,
20773 TRUE, FALSE, FALSE);
20774 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20775                                  repeatable, mandatory, hidden)
20776 VALUES (1, 'serial', '865', 'm', $$Alternative numbering scheme, chronology$$,
20777 TRUE, FALSE, FALSE);
20778 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20779                                  repeatable, mandatory, hidden)
20780 VALUES (1, 'serial', '865', 'n', $$Converted Gregorian year$$,
20781 TRUE, FALSE, FALSE);
20782 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20783                                  repeatable, mandatory, hidden)
20784 VALUES (1, 'serial', '865', 'o', $$Type of unit$$,
20785 TRUE, FALSE, FALSE);
20786 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20787                                  repeatable, mandatory, hidden)
20788 VALUES (1, 'serial', '865', 'p', $$Piece designation$$,
20789 TRUE, FALSE, FALSE);
20790 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20791                                  repeatable, mandatory, hidden)
20792 VALUES (1, 'serial', '865', 'q', $$Piece physical condition$$,
20793 TRUE, FALSE, FALSE);
20794 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20795                                  repeatable, mandatory, hidden)
20796 VALUES (1, 'serial', '865', 's', $$Copyright article-fee code$$,
20797 TRUE, FALSE, FALSE);
20798 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20799                                  repeatable, mandatory, hidden)
20800 VALUES (1, 'serial', '865', 't', $$Copy number$$,
20801 TRUE, FALSE, FALSE);
20802 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20803                                  repeatable, mandatory, hidden)
20804 VALUES (1, 'serial', '865', 'v', $$Issuing date$$,
20805 TRUE, FALSE, FALSE);
20806 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20807                                  repeatable, mandatory, hidden)
20808 VALUES (1, 'serial', '865', 'w', $$Break indicator$$,
20809 TRUE, FALSE, FALSE);
20810 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20811                                  repeatable, mandatory, hidden)
20812 VALUES (1, 'serial', '865', 'x', $$Nonpublic note$$,
20813 TRUE, FALSE, FALSE);
20814 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20815                                  repeatable, mandatory, hidden)
20816 VALUES (1, 'serial', '865', 'z', $$Public note$$,
20817 TRUE, FALSE, FALSE);
20818 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20819                                  repeatable, mandatory, hidden)
20820 VALUES (1, 'serial', '865', '6', $$Linkage$$,
20821 TRUE, FALSE, FALSE);
20822 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20823                                  repeatable, mandatory, hidden)
20824 VALUES (1, 'serial', '865', '8', $$Field link and sequence number$$,
20825 TRUE, FALSE, FALSE);
20826 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
20827                               fixed_field, repeatable, mandatory, hidden)
20828 VALUES (1, 'serial', '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.$$,
20829 FALSE, TRUE, FALSE, FALSE);
20830 INSERT INTO config.record_attr_definition(name, label)
20831 VALUES ('marc21_serial_866_ind_1', 'MARC 21 serial field 866 indicator position 1');
20832 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20833 VALUES ('marc21_serial_866_ind_1', '#', $$No information provided$$, FALSE, TRUE);
20834 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20835 VALUES ('marc21_serial_866_ind_1', '3', $$Holdings level 3$$, FALSE, TRUE);
20836 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20837 VALUES ('marc21_serial_866_ind_1', '4', $$Holdings level 4$$, FALSE, TRUE);
20838 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20839 VALUES ('marc21_serial_866_ind_1', '5', $$Holdings level 4 with piece designation$$, FALSE, TRUE);
20840 INSERT INTO config.record_attr_definition(name, label)
20841 VALUES ('marc21_serial_866_ind_2', 'MARC 21 serial field 866 indicator position 2');
20842 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20843 VALUES ('marc21_serial_866_ind_2', '0', $$Non-standard$$, FALSE, TRUE);
20844 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20845 VALUES ('marc21_serial_866_ind_2', '1', $$ANSI/NISO Z39.71 or ISO 10324$$, FALSE, TRUE);
20846 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20847 VALUES ('marc21_serial_866_ind_2', '2', $$ANSI Z39.42$$, FALSE, TRUE);
20848 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20849 VALUES ('marc21_serial_866_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
20850 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20851                                  repeatable, mandatory, hidden)
20852 VALUES (1, 'serial', '866', 'a', $$Textual holdings$$,
20853 TRUE, FALSE, FALSE);
20854 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20855                                  repeatable, mandatory, hidden)
20856 VALUES (1, 'serial', '866', 'x', $$Nonpublic note$$,
20857 TRUE, FALSE, FALSE);
20858 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20859                                  repeatable, mandatory, hidden)
20860 VALUES (1, 'serial', '866', 'z', $$Public note$$,
20861 TRUE, FALSE, FALSE);
20862 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20863                                  repeatable, mandatory, hidden)
20864 VALUES (1, 'serial', '866', '2', $$Source of notation$$,
20865 TRUE, FALSE, FALSE);
20866 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20867                                  repeatable, mandatory, hidden)
20868 VALUES (1, 'serial', '866', '6', $$Linkage$$,
20869 TRUE, FALSE, FALSE);
20870 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20871                                  repeatable, mandatory, hidden)
20872 VALUES (1, 'serial', '866', '8', $$Field link and sequence number$$,
20873 TRUE, FALSE, FALSE);
20874 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
20875                               fixed_field, repeatable, mandatory, hidden)
20876 VALUES (1, 'serial', '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.$$,
20877 FALSE, TRUE, FALSE, FALSE);
20878 INSERT INTO config.record_attr_definition(name, label)
20879 VALUES ('marc21_serial_867_ind_1', 'MARC 21 serial field 867 indicator position 1');
20880 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20881 VALUES ('marc21_serial_867_ind_1', '#', $$No information provided$$, FALSE, TRUE);
20882 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20883 VALUES ('marc21_serial_867_ind_1', '3', $$Holdings level 3$$, FALSE, TRUE);
20884 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20885 VALUES ('marc21_serial_867_ind_1', '4', $$Holdings level 4$$, FALSE, TRUE);
20886 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20887 VALUES ('marc21_serial_867_ind_1', '5', $$Holdings level 4 with piece designation$$, FALSE, TRUE);
20888 INSERT INTO config.record_attr_definition(name, label)
20889 VALUES ('marc21_serial_867_ind_2', 'MARC 21 serial field 867 indicator position 2');
20890 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20891 VALUES ('marc21_serial_867_ind_2', '0', $$Non-standard$$, FALSE, TRUE);
20892 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20893 VALUES ('marc21_serial_867_ind_2', '1', $$ANSI/NISO Z39.71 or ISO 10324$$, FALSE, TRUE);
20894 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20895 VALUES ('marc21_serial_867_ind_2', '2', $$ANSI Z39.42$$, FALSE, TRUE);
20896 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20897 VALUES ('marc21_serial_867_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
20898 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20899                                  repeatable, mandatory, hidden)
20900 VALUES (1, 'serial', '867', 'a', $$Textual holdings$$,
20901 TRUE, FALSE, FALSE);
20902 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20903                                  repeatable, mandatory, hidden)
20904 VALUES (1, 'serial', '867', 'x', $$Nonpublic note$$,
20905 TRUE, FALSE, FALSE);
20906 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20907                                  repeatable, mandatory, hidden)
20908 VALUES (1, 'serial', '867', 'z', $$Public note$$,
20909 TRUE, FALSE, FALSE);
20910 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20911                                  repeatable, mandatory, hidden)
20912 VALUES (1, 'serial', '867', '2', $$Source of notation$$,
20913 TRUE, FALSE, FALSE);
20914 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20915                                  repeatable, mandatory, hidden)
20916 VALUES (1, 'serial', '867', '6', $$Linkage$$,
20917 TRUE, FALSE, FALSE);
20918 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20919                                  repeatable, mandatory, hidden)
20920 VALUES (1, 'serial', '867', '8', $$Field link and sequence number$$,
20921 TRUE, FALSE, FALSE);
20922 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
20923                               fixed_field, repeatable, mandatory, hidden)
20924 VALUES (1, 'serial', '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.$$,
20925 FALSE, TRUE, FALSE, FALSE);
20926 INSERT INTO config.record_attr_definition(name, label)
20927 VALUES ('marc21_serial_868_ind_1', 'MARC 21 serial field 868 indicator position 1');
20928 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20929 VALUES ('marc21_serial_868_ind_1', '#', $$No information provided$$, FALSE, TRUE);
20930 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20931 VALUES ('marc21_serial_868_ind_1', '3', $$Holdings level 3$$, FALSE, TRUE);
20932 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20933 VALUES ('marc21_serial_868_ind_1', '4', $$Holdings level 4$$, FALSE, TRUE);
20934 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20935 VALUES ('marc21_serial_868_ind_1', '5', $$Holdings level 4 with piece designation$$, FALSE, TRUE);
20936 INSERT INTO config.record_attr_definition(name, label)
20937 VALUES ('marc21_serial_868_ind_2', 'MARC 21 serial field 868 indicator position 2');
20938 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20939 VALUES ('marc21_serial_868_ind_2', '0', $$Non-standard$$, FALSE, TRUE);
20940 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20941 VALUES ('marc21_serial_868_ind_2', '1', $$ANSI/NISO Z39.71 or ISO 10324$$, FALSE, TRUE);
20942 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20943 VALUES ('marc21_serial_868_ind_2', '2', $$ANSI Z39.42$$, FALSE, TRUE);
20944 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20945 VALUES ('marc21_serial_868_ind_2', '7', $$Source specified in subfield $2$$, FALSE, TRUE);
20946 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20947                                  repeatable, mandatory, hidden)
20948 VALUES (1, 'serial', '868', 'a', $$Textual holdings$$,
20949 TRUE, FALSE, FALSE);
20950 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20951                                  repeatable, mandatory, hidden)
20952 VALUES (1, 'serial', '868', 'x', $$Nonpublic note$$,
20953 TRUE, FALSE, FALSE);
20954 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20955                                  repeatable, mandatory, hidden)
20956 VALUES (1, 'serial', '868', 'z', $$Public note$$,
20957 TRUE, FALSE, FALSE);
20958 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20959                                  repeatable, mandatory, hidden)
20960 VALUES (1, 'serial', '868', '2', $$Source of notation$$,
20961 TRUE, FALSE, FALSE);
20962 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20963                                  repeatable, mandatory, hidden)
20964 VALUES (1, 'serial', '868', '6', $$Linkage$$,
20965 TRUE, FALSE, FALSE);
20966 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20967                                  repeatable, mandatory, hidden)
20968 VALUES (1, 'serial', '868', '8', $$Field link and sequence number$$,
20969 TRUE, FALSE, FALSE);
20970 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
20971                               fixed_field, repeatable, mandatory, hidden)
20972 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.$$,
20973 FALSE, TRUE, FALSE, FALSE);
20974 INSERT INTO config.record_attr_definition(name, label)
20975 VALUES ('marc21_serial_876_ind_1', 'MARC 21 serial field 876 indicator position 1');
20976 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20977 VALUES ('marc21_serial_876_ind_1', '#', $$Undefined$$, FALSE, TRUE);
20978 INSERT INTO config.record_attr_definition(name, label)
20979 VALUES ('marc21_serial_876_ind_2', 'MARC 21 serial field 876 indicator position 2');
20980 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
20981 VALUES ('marc21_serial_876_ind_2', '#', $$Undefined$$, FALSE, TRUE);
20982 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20983                                  repeatable, mandatory, hidden)
20984 VALUES (1, 'serial', '876', 'a', $$Internal item number$$,
20985 TRUE, FALSE, FALSE);
20986 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20987                                  repeatable, mandatory, hidden)
20988 VALUES (1, 'serial', '876', 'b', $$Invalid or canceled internal item number$$,
20989 TRUE, FALSE, FALSE);
20990 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20991                                  repeatable, mandatory, hidden)
20992 VALUES (1, 'serial', '876', 'c', $$Cost$$,
20993 TRUE, FALSE, FALSE);
20994 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20995                                  repeatable, mandatory, hidden)
20996 VALUES (1, 'serial', '876', 'd', $$Date acquired$$,
20997 TRUE, FALSE, FALSE);
20998 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
20999                                  repeatable, mandatory, hidden)
21000 VALUES (1, 'serial', '876', 'e', $$Source of acquisition$$,
21001 TRUE, FALSE, FALSE);
21002 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21003                                  repeatable, mandatory, hidden)
21004 VALUES (1, 'serial', '876', 'h', $$Use restrictions$$,
21005 TRUE, FALSE, FALSE);
21006 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21007                                  repeatable, mandatory, hidden)
21008 VALUES (1, 'serial', '876', 'j', $$Item status$$,
21009 TRUE, FALSE, FALSE);
21010 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21011                                  repeatable, mandatory, hidden)
21012 VALUES (1, 'serial', '876', 'l', $$Temporary location$$,
21013 TRUE, FALSE, FALSE);
21014 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21015                                  repeatable, mandatory, hidden)
21016 VALUES (1, 'serial', '876', 'p', $$Piece designation$$,
21017 TRUE, FALSE, FALSE);
21018 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21019                                  repeatable, mandatory, hidden)
21020 VALUES (1, 'serial', '876', 'r', $$Invalid or canceled piece designation$$,
21021 TRUE, FALSE, FALSE);
21022 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21023                                  repeatable, mandatory, hidden)
21024 VALUES (1, 'serial', '876', 't', $$Copy number$$,
21025 TRUE, FALSE, FALSE);
21026 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21027                                  repeatable, mandatory, hidden)
21028 VALUES (1, 'serial', '876', 'x', $$Nonpublic note$$,
21029 TRUE, FALSE, FALSE);
21030 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21031                                  repeatable, mandatory, hidden)
21032 VALUES (1, 'serial', '876', 'z', $$Public note$$,
21033 TRUE, FALSE, FALSE);
21034 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21035                                  repeatable, mandatory, hidden)
21036 VALUES (1, 'serial', '876', '3', $$Materials specified$$,
21037 TRUE, FALSE, FALSE);
21038 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21039                                  repeatable, mandatory, hidden)
21040 VALUES (1, 'serial', '876', '6', $$Linkage$$,
21041 TRUE, FALSE, FALSE);
21042 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21043                                  repeatable, mandatory, hidden)
21044 VALUES (1, 'serial', '876', '8', $$Field link and sequence number$$,
21045 TRUE, FALSE, FALSE);
21046 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
21047                               fixed_field, repeatable, mandatory, hidden)
21048 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.$$,
21049 FALSE, TRUE, FALSE, FALSE);
21050 INSERT INTO config.record_attr_definition(name, label)
21051 VALUES ('marc21_serial_877_ind_1', 'MARC 21 serial field 877 indicator position 1');
21052 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
21053 VALUES ('marc21_serial_877_ind_1', '#', $$Undefined$$, FALSE, TRUE);
21054 INSERT INTO config.record_attr_definition(name, label)
21055 VALUES ('marc21_serial_877_ind_2', 'MARC 21 serial field 877 indicator position 2');
21056 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
21057 VALUES ('marc21_serial_877_ind_2', '#', $$Undefined$$, FALSE, TRUE);
21058 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21059                                  repeatable, mandatory, hidden)
21060 VALUES (1, 'serial', '877', 'a', $$Internal item number$$,
21061 TRUE, FALSE, FALSE);
21062 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21063                                  repeatable, mandatory, hidden)
21064 VALUES (1, 'serial', '877', 'b', $$Invalid or canceled internal item number$$,
21065 TRUE, FALSE, FALSE);
21066 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21067                                  repeatable, mandatory, hidden)
21068 VALUES (1, 'serial', '877', 'c', $$Cost$$,
21069 TRUE, FALSE, FALSE);
21070 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21071                                  repeatable, mandatory, hidden)
21072 VALUES (1, 'serial', '877', 'd', $$Date acquired$$,
21073 TRUE, FALSE, FALSE);
21074 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21075                                  repeatable, mandatory, hidden)
21076 VALUES (1, 'serial', '877', 'e', $$Source of acquisition$$,
21077 TRUE, FALSE, FALSE);
21078 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21079                                  repeatable, mandatory, hidden)
21080 VALUES (1, 'serial', '877', 'h', $$Use restrictions$$,
21081 TRUE, FALSE, FALSE);
21082 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21083                                  repeatable, mandatory, hidden)
21084 VALUES (1, 'serial', '877', 'j', $$Item status$$,
21085 TRUE, FALSE, FALSE);
21086 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21087                                  repeatable, mandatory, hidden)
21088 VALUES (1, 'serial', '877', 'l', $$Temporary location$$,
21089 TRUE, FALSE, FALSE);
21090 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21091                                  repeatable, mandatory, hidden)
21092 VALUES (1, 'serial', '877', 'p', $$Piece designation$$,
21093 TRUE, FALSE, FALSE);
21094 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21095                                  repeatable, mandatory, hidden)
21096 VALUES (1, 'serial', '877', 'r', $$Invalid or canceled piece designation$$,
21097 TRUE, FALSE, FALSE);
21098 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21099                                  repeatable, mandatory, hidden)
21100 VALUES (1, 'serial', '877', 't', $$Copy number$$,
21101 TRUE, FALSE, FALSE);
21102 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21103                                  repeatable, mandatory, hidden)
21104 VALUES (1, 'serial', '877', 'x', $$Nonpublic note$$,
21105 TRUE, FALSE, FALSE);
21106 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21107                                  repeatable, mandatory, hidden)
21108 VALUES (1, 'serial', '877', 'z', $$Public note$$,
21109 TRUE, FALSE, FALSE);
21110 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21111                                  repeatable, mandatory, hidden)
21112 VALUES (1, 'serial', '877', '3', $$Materials specified$$,
21113 TRUE, FALSE, FALSE);
21114 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21115                                  repeatable, mandatory, hidden)
21116 VALUES (1, 'serial', '877', '6', $$Linkage$$,
21117 TRUE, FALSE, FALSE);
21118 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21119                                  repeatable, mandatory, hidden)
21120 VALUES (1, 'serial', '877', '8', $$Field link and sequence number$$,
21121 TRUE, FALSE, FALSE);
21122 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
21123                               fixed_field, repeatable, mandatory, hidden)
21124 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.$$,
21125 FALSE, TRUE, FALSE, FALSE);
21126 INSERT INTO config.record_attr_definition(name, label)
21127 VALUES ('marc21_serial_878_ind_1', 'MARC 21 serial field 878 indicator position 1');
21128 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
21129 VALUES ('marc21_serial_878_ind_1', '#', $$Undefined$$, FALSE, TRUE);
21130 INSERT INTO config.record_attr_definition(name, label)
21131 VALUES ('marc21_serial_878_ind_2', 'MARC 21 serial field 878 indicator position 2');
21132 INSERT INTO config.coded_value_map(ctype, code, value, opac_visible, is_simple)
21133 VALUES ('marc21_serial_878_ind_2', '#', $$Undefined$$, FALSE, TRUE);
21134 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21135                                  repeatable, mandatory, hidden)
21136 VALUES (1, 'serial', '878', 'a', $$Internal item number$$,
21137 TRUE, FALSE, FALSE);
21138 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21139                                  repeatable, mandatory, hidden)
21140 VALUES (1, 'serial', '878', 'b', $$Invalid or canceled internal item number$$,
21141 TRUE, FALSE, FALSE);
21142 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21143                                  repeatable, mandatory, hidden)
21144 VALUES (1, 'serial', '878', 'c', $$Cost$$,
21145 TRUE, FALSE, FALSE);
21146 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21147                                  repeatable, mandatory, hidden)
21148 VALUES (1, 'serial', '878', 'd', $$Date acquired$$,
21149 TRUE, FALSE, FALSE);
21150 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21151                                  repeatable, mandatory, hidden)
21152 VALUES (1, 'serial', '878', 'e', $$Source of acquisition$$,
21153 TRUE, FALSE, FALSE);
21154 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21155                                  repeatable, mandatory, hidden)
21156 VALUES (1, 'serial', '878', 'h', $$Use restrictions$$,
21157 TRUE, FALSE, FALSE);
21158 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21159                                  repeatable, mandatory, hidden)
21160 VALUES (1, 'serial', '878', 'j', $$Item status$$,
21161 TRUE, FALSE, FALSE);
21162 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21163                                  repeatable, mandatory, hidden)
21164 VALUES (1, 'serial', '878', 'l', $$Temporary location$$,
21165 TRUE, FALSE, FALSE);
21166 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21167                                  repeatable, mandatory, hidden)
21168 VALUES (1, 'serial', '878', 'p', $$Piece designation$$,
21169 TRUE, FALSE, FALSE);
21170 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21171                                  repeatable, mandatory, hidden)
21172 VALUES (1, 'serial', '878', 'r', $$Invalid or canceled piece designation$$,
21173 TRUE, FALSE, FALSE);
21174 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21175                                  repeatable, mandatory, hidden)
21176 VALUES (1, 'serial', '878', 't', $$Copy number$$,
21177 TRUE, FALSE, FALSE);
21178 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21179                                  repeatable, mandatory, hidden)
21180 VALUES (1, 'serial', '878', 'x', $$Nonpublic note$$,
21181 TRUE, FALSE, FALSE);
21182 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21183                                  repeatable, mandatory, hidden)
21184 VALUES (1, 'serial', '878', 'z', $$Public note$$,
21185 TRUE, FALSE, FALSE);
21186 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21187                                  repeatable, mandatory, hidden)
21188 VALUES (1, 'serial', '878', '3', $$Materials specified$$,
21189 TRUE, FALSE, FALSE);
21190 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21191                                  repeatable, mandatory, hidden)
21192 VALUES (1, 'serial', '878', '6', $$Linkage$$,
21193 TRUE, FALSE, FALSE);
21194 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21195                                  repeatable, mandatory, hidden)
21196 VALUES (1, 'serial', '878', '8', $$Field link and sequence number$$,
21197 TRUE, FALSE, FALSE);
21198 INSERT INTO config.marc_field(marc_format, marc_record_type, tag, name, description,
21199                               fixed_field, repeatable, mandatory, hidden)
21200 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.$$,
21201 FALSE, TRUE, FALSE, FALSE);
21202 INSERT INTO config.marc_subfield(marc_format, marc_record_type, tag, code, description,
21203                                  repeatable, mandatory, hidden)
21204 VALUES (1, 'serial', '880', '6', $$Linkage$$,
21205 FALSE, FALSE, FALSE);
21206
21207 -- link RDA 33x record attributes to tag table
21208 UPDATE config.marc_subfield set value_ctype = 'content_type'
21209 WHERE  tag = '336' AND code = 'a' AND marc_record_type = 'biblio';
21210 UPDATE config.marc_subfield set value_ctype = 'media_type'
21211 WHERE  tag = '337' AND code = 'a' AND marc_record_type = 'biblio';
21212 UPDATE config.marc_subfield set value_ctype = 'carrier_type'
21213 WHERE  tag = '338' AND code = 'a' AND marc_record_type = 'biblio';
21214
21215 COMMIT;