Bug 22919: Fix insert of authorities_normal_marc21.sql with strict SQL modes
[koha.git] / installer / data / mysql / en / marcflavour / marc21 / mandatory / authorities_normal_marc21.sql
1 -- *******************************************************
2 --   KOHA  MARC 21 STANDARD DEFAULT AUTHORITY FRAMEWORKS
3 --
4 --        Revised to Update No. 27 (November 2018)
5 -- *******************************************************
6
7 -- ******************************************************
8 -- KOHA DEFAULT MARC 21 AUTHORITY TYPE.
9 -- ******************************************************
10
11 -- This authority type includes all fields and subfieds used by any
12 -- authority type.
13
14 INSERT INTO auth_types (authtypecode, authtypetext, auth_tag_to_report, summary) VALUES
15                 ('', 'Default', '', '');
16
17
18 -- ******************************************************
19 -- KOHA SUPPORTED STANDARD MARC 21 AUTHORITY TYPES.
20 -- ******************************************************
21
22 -- These authority types are supported for for guiding the cataloguer to
23 -- fill authorised values in Koha MARC bibliographic editor.
24
25
26 INSERT INTO auth_types (authtypecode, authtypetext, auth_tag_to_report, summary) VALUES
27                 ('PERSO_NAME', 'Personal Name', '100', 'Personal Names'),
28                 ('CORPO_NAME', 'Corporate Name', '110', 'Corporate Names'),
29                 ('MEETI_NAME', 'Meeting Name', '111', 'Meeting Name'),
30                 ('UNIF_TITLE', 'Uniform Title', '130', 'Uniform Title'),
31                 ('CHRON_TERM', 'Chronological Term', '148', 'Chronological Term'),
32                 ('TOPIC_TERM', 'Topical Term', '150', 'Topical Term'),
33                 ('GEOGR_NAME', 'Geographic Name', '151', 'Geographic Name'),
34                 ('GENRE/FORM', 'Genre/Form Term', '155', 'Genre/Form Term');
35
36
37 -- ******************************************************
38 -- KOHA UNSUPPORTED STANDARD MARC 21 AUTHORITY TYPES.
39 -- ******************************************************
40
41 -- These authority types are only supported for guiding the cataloguer to
42 -- fill authorised values in the Koha MARC bibliographic editor to the
43 -- extent that they have already been included in a primary authority type,
44 -- therefore, they have not yet been specified.
45 --
46 -- Minimal primary authorities including subdivisions may currently be
47 -- built by a script which uses the values in bibliographic records but
48 -- include no tracings and references which are necessarily not present
49 -- in bibliographic records.
50
51
52 -- INSERT INTO `auth_types` (`authtypecode`, `authtypetext`, `auth_tag_to_report`, `summary`) VALUES
53 --              ('TOPIC_SUBD', 'General Topical Term Subdivision', '180', 'General Topical Term Subdivision'),
54 --              ('GEOGR_SUBD', 'Geographic Subdivision', '181', 'Geographic Subdivision'),
55 --              ('CHRON_SUBD', 'Chronological Subdivision', '182', 'Chronological Subdivision'),
56 --              ('FORM_SUBDI', 'Form Subdivision', '185', 'Form Subdivision');
57
58
59
60 -- *****************************************************************
61 -- MARC 21 AUTHORITY FIELDS/SUBFIELDS AND COMMMONLY USED EXTENSIONS
62 -- *****************************************************************
63
64
65 -- No support for subfield visibility is yet provided by the Koha code
66 -- matching the column name 'hidden' in the bibliographic framework.
67 --
68 -- Needs checking for errors but probably tolerable for use on a production.
69 -- A server can be upgraded easily from later versions of this file.
70 --
71 -- In the absense of more column support for qualifying the relative
72 -- importance of subfields to the record editor, some modest modification of
73 -- the default framework is needed setting the not-useful non-Koha holdings
74 -- subfields to not managed in Koha.
75
76 -- MARC fields including letters as part of the field identifier are from RLIN
77 -- and should be expected to remain along with RLIN $% subfields.  RLIN has
78 -- been using letters in fields because there are not enough local use number
79 -- fields which have not already been specified for very large union catalogue
80 -- networks such as RLIN itself.
81
82 -- Fields ending in a or b are temporary placeholders for information from
83 -- a numeric value until a non-conflicting way to treat the content under the
84 -- proper original numeric field is adopted.  090 for LC call numbers is much
85 -- too common and important so 999 is also provided as a temporary place
86 -- holder until all Koha code for finding control fields has been changed from
87 -- a numeric test of < 10 to a regular expression match of m/^00/ to prevent
88 -- mistaken matching of fields with letters such as 09o if they were control
89 -- fields.
90
91 -- Fields and subfields which belong exclusively in a classification
92 -- framework have been marked '[CLASSIFICATION FRAMEWORK]'.  They are retained
93 -- or included here becuase some had been included previously and Koha does
94 -- not yet have a classification framework.
95
96
97 INSERT INTO `auth_tag_structure` (`authtypecode`, `tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`) VALUES
98                 ('', '000', 'LEADER', 'LEADER', 0, 1, NULL),
99                 ('', '001', 'CONTROL NUMBER', 'CONTROL NUMBER', 0, 1, NULL),
100                 ('', '003', 'CONTROL NUMBER IDENTIFIER', 'CONTROL NUMBER IDENTIFIER', 0, 1, NULL),
101                 ('', '005', 'DATE AND TIME OF LATEST TRANSACTION', 'DATE AND TIME OF LATEST TRANSACTION', 0, 1, NULL),
102                 ('', '008', 'FIXED-LENGTH DATA ELEMENTS', 'FIXED-LENGTH DATA ELEMENTS', 0, 1, NULL),
103                 ('', '010', 'LIBRARY OF CONGRESS CONTROL NUMBER', 'LIBRARY OF CONGRESS CONTROL NUMBER', 0, 0, NULL),
104                 ('', '014', 'LINK TO BIBLIOGRAPHIC RECORD FOR SERIAL OR MULTIPART ITEM', 'LINK TO BIBLIOGRAPHIC RECORD FOR SERIAL OR MULTIPART ITEM', 1, 0, NULL),
105                 ('', '016', 'NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER', 'NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER', 1, 0, NULL),
106                 ('', '020', 'INTERNATIONAL STANDARD BOOK NUMBER', 'INTERNATIONAL STANDARD BOOK NUMBER', 1, 0, NULL),
107                 ('', '022', 'INTERNATIONAL STANDARD SERIAL NUMBER', 'INTERNATIONAL STANDARD SERIAL NUMBER', 1, 0, NULL),
108                 ('', '024', 'OTHER STANDARD IDENTIFIER', 'OTHER STANDARD IDENTIFIER', 1, 0, NULL),
109                 ('', '031', 'MUSICAL INCIPITS INFORMATION', 'MUSICAL INCIPITS INFORMATION', 1, 0, NULL),
110                 ('', '034', 'CODED CARTOGRAPHIC MATHEMATICAL DATA', 'CODED CARTOGRAPHIC MATHEMATICAL DATA', 1, 0, NULL),
111                 ('', '035', 'SYSTEM CONTROL NUMBER', 'SYSTEM CONTROL NUMBER', 1, 0, NULL),
112                 ('', '040', 'CATALOGING SOURCE', 'CATALOGING SOURCE', 0, 1, NULL),
113                 ('', '042', 'AUTHENTICATION CODE', 'AUTHENTICATION CODE', 0, 0, NULL),
114                 ('', '043', 'GEOGRAPHIC AREA CODE', 'GEOGRAPHIC AREA CODE', 0, 0, NULL),
115                 ('', '045', 'TIME PERIOD OF HEADING', 'TIME PERIOD OF HEADING', 0, 0, NULL),
116                 ('', '046', 'SPECIAL CODED DATES', 'SPECIAL CODED DATES', 1, 0, NULL),
117                 ('', '050', 'LIBRARY OF CONGRESS CALL NUMBER', 'LIBRARY OF CONGRESS CALL NUMBER', 1, 0, NULL),
118                 ('', '052', 'GEOGRAPHIC CLASSIFICATION', 'GEOGRAPHIC CLASSIFICATION', 1, 0, NULL),
119                 ('', '053', 'LC CLASSIFICATION NUMBER', 'LC CLASSIFICATION NUMBER', 1, 0, NULL),
120                 ('', '055', 'LIBRARY AND ARCHIVES CANADA CALL NUMBER', 'LIBRARY AND ARCHIVES CANADA CALL NUMBER', 1, 0, NULL),
121                 ('', '058', 'LC CLASSIFICATION NUMBER ASSIGNED IN CANADA [OBSOLETE, CAN/MARC]', 'LC CLASSIFICATION NUMBER ASSIGNED IN CANADA [OBSOLETE, CAN/MARC]', 1, 0, NULL),
122                 ('', '060', 'NATIONAL LIBRARY OF MEDICINE CALL NUMBER', 'NATIONAL LIBRARY OF MEDICINE CALL NUMBER', 1, 0, NULL),
123                 ('', '063', 'NLM CLASSIFICATION NUMBER ASSIGNED BY NLM [OBSOLETE, CAN/MARC]', 'NLM CLASSIFICATION NUMBER ASSIGNED BY NLM [OBSOLETE, CAN/MARC]', 1, 0, NULL),
124                 ('', '065', 'OTHER CLASSIFICATION NUMBER', 'OTHER CLASSIFICATION NUMBER', 1, 0, NULL),
125                 ('', '066', 'CHARACTER SETS PRESENT', 'CHARACTER SETS PRESENT', 0, 0, NULL),
126                 ('', '068', 'NLM CLASSIFICATION NUMBER ASSIGNED IN CANADA [OBSOLETE, CAN/MARC]', 'NLM CLASSIFICATION NUMBER ASSIGNED IN CANADA [OBSOLETE, CAN/MARC]', 1, 0, NULL),
127                 ('', '070', 'NATIONAL AGRICULTURAL LIBRARY CALL NUMBER', 'NATIONAL AGRICULTURAL LIBRARY CALL NUMBER', 1, 0, NULL),
128                 ('', '072', 'SUBJECT CATEGORY CODE', 'SUBJECT CATEGORY CODE', 1, 0, NULL),
129                 ('', '073', 'SUBDIVISION USAGE', 'SUBDIVISION USAGE', 0, 0, NULL),
130                 ('', '075', 'TYPE OF ENTITY', 'TYPE OF ENTITY', 1, 0, NULL),
131                 ('', '080', 'UNIVERSAL DECIMAL CLASSIFICATION NUMBER', 'UNIVERSAL DECIMAL CLASSIFICATION NUMBER', 1, 0, NULL),
132                 ('', '082', 'DEWEY DECIMAL CALL NUMBER', 'DEWEY DECIMAL CALL NUMBER', 1, 0, NULL),
133                 ('', '083', 'DEWEY DECIMAL CLASSIFICATION NUMBER', 'DEWEY DECIMAL CLASSIFICATION NUMBER', 1, 0, NULL),
134                 ('', '084', 'CLASSIFICATION SCHEME AND EDITION [CLASSIFICATION FORMAT]', 'CLASSIFICATION SCHEME AND EDITION [CLASSIFICATION FORMAT]', 0, 0, NULL),
135                 ('', '086', 'GOVERNMENT DOCUMENT CALL NUMBER', 'GOVERNMENT DOCUMENT CALL NUMBER', 1, 0, NULL),
136                 ('', '087', 'GOVERNMENT DOCUMENT CLASSIFICATION NUMBER', 'GOVERNMENT DOCUMENT CLASSIFICATION NUMBER', 1, 0, NULL),
137                 ('', '088', 'DOCUMENT SHELVING NUMBER (CODOC) [OBSOLETE, CAN/MARC]', 'DOCUMENT SHELVING NUMBER (CODOC) [OBSOLETE, CAN/MARC]', 1, 0, NULL),
138                 ('', '090', 'LOCAL CALL NUMBER (SERIES) [OBSOLETE]; LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (RLIN)', 'LOCAL CALL NUMBER (SERIES) [OBSOLETE]; LOCALLY ASSIGNED LC-TYPE CALL NUMBER (OCLC); LOCAL CALL NUMBER (OCLC)', 1, 0, NULL),
139                 ('', '091', 'LOCALLY ASSIGNED LC-TYPE CLASSIFICATION NUMBER (OCLC); LOCAL CLASSIFICATION NUMBER (RLIN)', 'LOCALLY ASSIGNED LC-TYPE CLASSIFICATION NUMBER (OCLC); LOCAL CLASSIFICATION NUMBER (RLIN)', 0, 0, NULL),
140                 ('', '092', 'LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)', 'LOCALLY ASSIGNED DEWEY CALL NUMBER (OCLC)', 1, 0, NULL),
141                 ('', '093', 'LOCALLY ASSIGNED DEWEY CLASSIFICATION NUMBER (OCLC)', 'LOCALLY ASSIGNED DEWEY CLASSIFICATION NUMBER (OCLC)', 1, 0, NULL),
142                 ('', '096', 'LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)', 'LOCALLY ASSIGNED NLM-TYPE CALL NUMBER (OCLC)', 1, 0, NULL),
143                 ('', '097', 'LOCALLY ASSIGNED NLM-TYPE CLASSIFICATION NUMBER (OCLC)', 'LOCALLY ASSIGNED NLM-TYPE CLASSIFICATION NUMBER (OCLC)', 1, 0, NULL),
144                 ('', '098', 'OTHER CLASSIFICATION SCHEMES (OCLC)', 'OTHER CLASSIFICATION SCHEMES (OCLC)', 1, 0, NULL),
145                 ('', '099', 'LOCAL FREE-TEXT CALL NUMBER (OCLC)', 'LOCAL FREE-TEXT CALL NUMBER (OCLC)', 1, 0, NULL),
146                 ('', '100', 'HEADING--PERSONAL NAME', 'HEADING--PERSONAL NAME', 0, 0, NULL),
147                 ('', '110', 'HEADING--CORPORATE NAME', 'HEADING--CORPORATE NAME', 0, 0, NULL),
148                 ('', '111', 'HEADING--MEETING NAME', 'HEADING--MEETING NAME', 0, 0, NULL),
149                 ('', '130', 'HEADING--UNIFORM TITLE', 'HEADING--UNIFORM TITLE', 0, 0, NULL),
150                 ('', '140', 'UNIFORM TITLE [OBSOLETE, CAN/MARC]', 'UNIFORM TITLE [OBSOLETE, CAN/MARC]', 1, 0, NULL),
151                 ('', '143', 'COLLECTIVE TITLE [OBSOLETE, CAN/MARC]', 'COLLECTIVE TITLE [OBSOLETE, CAN/MARC]', 1, 0, NULL),
152                 ('', '147', 'HEADING--NAMED EVENT', 'HEADING--NAMED EVENT', 0, 0, NULL),
153                 ('', '148', 'HEADING--CHRONOLOGICAL TERM', 'HEADING--CHRONOLOGICAL TERM', 0, 0, NULL),
154                 ('', '150', 'HEADING--TOPICAL TERM', 'HEADING--TOPICAL TERM', 0, 0, NULL),
155                 ('', '151', 'HEADING--GEOGRAPHIC NAME', 'HEADING--GEOGRAPHIC NAME', 0, 0, NULL),
156                 ('', '153', 'CLASSIFICATION NUMBER [CLASSIFICATION FORMAT]', 'CLASSIFICATION NUMBER [CLASSIFICATION FORMAT]', 0, 0, NULL),
157                 ('', '154', 'GENERAL EXPLANATORY INDEX TERM [CLASSIFICATION FORMAT]', 'GENERAL EXPLANATORY INDEX TERM [CLASSIFICATION FORMAT]', 0, 0, NULL),
158                 ('', '155', 'HEADING--GENRE/FORM TERM', 'HEADING--GENRE/FORM TERM', 0, 0, NULL),
159                 ('', '162', 'HEADING-MEDIUM OF PERFORMANCE TERM', 'HEADING-MEDIUM OF PERFORMANCE TERM', 0, 0, NULL),
160                 ('', '180', 'HEADING--GENERAL SUBDIVISION', 'HEADING--GENERAL SUBDIVISION', 0, 0, NULL),
161                 ('', '181', 'HEADING--GEOGRAPHIC SUBDIVISION', 'HEADING--GEOGRAPHIC SUBDIVISION', 0, 0, NULL),
162                 ('', '182', 'HEADING--CHRONOLOGICAL SUBDIVISION', 'HEADING--CHRONOLOGICAL SUBDIVISION', 0, 0, NULL),
163                 ('', '185', 'HEADING--FORM SUBDIVISION', 'HEADING--FORM SUBDIVISION', 0, 0, NULL),
164                 ('', '253', 'COMPLEX SEE REFERENCE [CLASSIFICATION FORMAT]', 'COMPLEX SEE REFERENCE [CLASSIFICATION FORMAT]', 1, 0, NULL),
165                 ('', '260', 'COMPLEX SEE REFERENCE--SUBJECT', 'COMPLEX SEE REFERENCE--SUBJECT', 1, 0, NULL),
166                 ('', '336', 'CONTENT TYPE', 'CONTENT TYPE', 1, 0, NULL),
167                 ('', '348', 'FORMAT OF NOTATED MUSIC', 'FORMAT OF NOTATED MUSIC', 1, 0, NULL),
168                 ('', '353', 'COMPLEX SEE ALSO REFERENCE [CLASSIFICATION FORMAT]', 'COMPLEX SEE ALSO REFERENCE [CLASSIFICATION FORMAT]', 1, 0, NULL),
169                 ('', '360', 'COMPLEX SEE ALSO REFERENCE--SUBJECT', 'COMPLEX SEE ALSO REFERENCE--SUBJECT', 1, 0, NULL),
170                 ('', '368', 'OTHER ATTRIBUTES OF PERSON OR CORPORATE BODY', 'OTHER ATTRIBUTES OF PERSON OR CORPORATE BODY', 1, 0, NULL),
171                 ('', '370', 'ASSOCIATED PLACE', 'ASSOCIATED PLACE', 1, 0, NULL),
172                 ('', '371', 'ADDRESS', 'ADDRESS', 1, 0, NULL),
173                 ('', '372', 'FIELD OF ACTIVITY', 'FIELD OF ACTIVITY', 1, 0, NULL),
174                 ('', '373', 'ASSOCIATED GROUP', 'ASSOCIATED GROUP', 1, 0, NULL),
175                 ('', '374', 'OCCUPATION', 'OCCUPATION', 1, 0, NULL),
176                 ('', '375', 'GENDER', 'GENDER', 1, 0, NULL),
177                 ('', '376', 'FAMILY INFORMATION', 'FAMILY INFORMATION', 1, 0, NULL),
178                 ('', '377', 'ASSOCIATED LANGUAGE', 'ASSOCIATED LANGUAGE', 1, 0, NULL),
179                 ('', '378', 'FULLER FORM OF PERSONAL NAME', 'FULLER FORM OF PERSONAL NAME', 0, 0, NULL),
180                 ('', '380', 'FORM OF WORK', 'FORM OF WORK', 1, 0, NULL),
181                 ('', '381', 'OTHER DISTINGUISHING CHARACTERISTICS OF WORK OR EXPRESSION', 'OTHER DISTINGUISHING CHARACTERISTICS OF WORK OR EXPRESSION', 1, 0, NULL),
182                 ('', '382', 'MEDIUM OF PERFORMANCE', 'MEDIUM OF PERFORMANCE', 1, 0, NULL),
183                 ('', '383', 'NUMERIC DESIGNATION OF MUSICAL WORK', 'NUMERIC DESIGNATION OF MUSICAL WORK', 1, 0, NULL),
184                 ('', '384', 'KEY', 'KEY', 0, 0, NULL),
185                 ('', '385', 'AUDIENCE CHARACTERISTICS', 'AUDIENCE CHARACTERISTICS', 1, 0, NULL),
186                 ('', '386', 'CREATOR/CONTRIBUTOR CHARACTERISTICS', 'CREATOR/CONTRIBUTOR CHARACTERISTICS', 1, 0, NULL),
187                 ('', '388', 'TIME PERIOD OF CREATION', 'TIME PERIOD OF CREATION', 1, 0, NULL),
188                 ('', '400', 'SEE FROM TRACING--PERSONAL NAME', 'SEE FROM TRACING--PERSONAL NAME', 1, 0, NULL),
189                 ('', '410', 'SEE FROM TRACING--CORPORATE NAME', 'SEE FROM TRACING--CORPORATE NAME', 1, 0, NULL),
190                 ('', '411', 'SEE FROM TRACING--MEETING NAME', 'SEE FROM TRACING--MEETING NAME', 1, 0, NULL),
191                 ('', '430', 'SEE FROM TRACING--UNIFORM TITLE', 'SEE FROM TRACING--UNIFORM TITLE', 1, 0, NULL),
192                 ('', '447', 'SEE FROM TRACING-NAMED EVENT', 'SEE FROM TRACING-NAMED EVENT', 1, 0, NULL),
193                 ('', '448', 'SEE FROM TRACING--CHRONOLOGICAL TERM', 'SEE FROM TRACING--CHRONOLOGICAL TERM', 1, 0, NULL),
194                 ('', '450', 'SEE FROM TRACING--TOPICAL TERM', 'SEE FROM TRACING--TOPICAL TERM', 1, 0, NULL),
195                 ('', '451', 'SEE FROM TRACING--GEOGRAPHIC NAME', 'SEE FROM TRACING--GEOGRAPHIC NAME', 1, 0, NULL),
196                 ('', '453', 'INVALID NUMBER TRACING [CLASSIFICATION FORMAT]', 'INVALID NUMBER TRACING [CLASSIFICATION FORMAT]', 1, 0, NULL),
197                 ('', '455', 'SEE FROM TRACING--GENRE/FORM TERM', 'SEE FROM TRACING--GENRE/FORM TERM', 1, 0, NULL),
198                 ('', '462', 'SEE FROM TRACING-MEDIUM OF PERFORMANCE TERM', 'SEE FROM TRACING-MEDIUM OF PERFORMANCE TERM', 1, 0, NULL),
199                 ('', '480', 'SEE FROM TRACING--GENERAL SUBDIVISION', 'SEE FROM TRACING--GENERAL SUBDIVISION', 1, 0, NULL),
200                 ('', '481', 'SEE FROM TRACING--GEOGRAPHIC SUBDIVISION', 'SEE FROM TRACING--GEOGRAPHIC SUBDIVISION', 1, 0, NULL),
201                 ('', '482', 'SEE FROM TRACING--CHRONOLOGICAL SUBDIVISION', 'SEE FROM TRACING--CHRONOLOGICAL SUBDIVISION', 1, 0, NULL),
202                 ('', '485', 'SEE FROM TRACING--FORM SUBDIVISION', 'SEE FROM TRACING--FORM SUBDIVISION', 1, 0, NULL),
203                 ('', '500', 'SEE ALSO FROM TRACING--PERSONAL NAME', 'SEE ALSO FROM TRACING--PERSONAL NAME', 1, 0, NULL),
204                 ('', '510', 'SEE ALSO FROM TRACING--CORPORATE NAME', 'SEE ALSO FROM TRACING--CORPORATE NAME', 1, 0, NULL),
205                 ('', '511', 'SEE ALSO FROM TRACING--MEETING NAME', 'SEE ALSO FROM TRACING--MEETING NAME', 1, 0, NULL),
206                 ('', '530', 'SEE ALSO FROM TRACING--UNIFORM TITLE', 'SEE ALSO FROM TRACING--UNIFORM TITLE', 1, 0, NULL),
207                 ('', '547', 'SEE ALSO FROM TRACING-NAMED EVENT', 'SEE ALSO FROM TRACING-NAMED EVENT', 1, 0, NULL),
208                 ('', '548', 'SEE ALSO FROM TRACING--CHRONOLOGICAL TERM', 'SEE ALSO FROM TRACING--CHRONOLOGICAL TERM', 1, 0, NULL),
209                 ('', '550', 'SEE ALSO FROM TRACING--TOPICAL TERM', 'SEE ALSO FROM TRACING--TOPICAL TERM', 1, 0, NULL),
210                 ('', '551', 'SEE ALSO FROM TRACING--GEOGRAPHIC NAME', 'SEE ALSO FROM TRACING--GEOGRAPHIC NAME', 1, 0, NULL),
211                 ('', '553', 'VALID NUMBER TRACING [CLASSIFICATION FORMAT]', 'VALID NUMBER TRACING [CLASSIFICATION FORMAT]', 1, 0, NULL),
212                 ('', '555', 'SEE ALSO FROM TRACING--GENRE/FORM TERM', 'SEE ALSO FROM TRACING--GENRE/FORM TERM', 1, 0, NULL),
213                 ('', '562', 'SEE ALSO FROM TRACING-MEDIUM OF PERFORMANCE TERM', 'SEE ALSO FROM TRACING-MEDIUM OF PERFORMANCE TERM', 1, 0, NULL),
214                 ('', '580', 'SEE ALSO FROM TRACING--GENERAL SUBDIVISION', 'SEE ALSO FROM TRACING--GENERAL SUBDIVISION', 1, 0, NULL),
215                 ('', '581', 'SEE ALSO FROM TRACING--GEOGRAPHIC SUBDIVISION', 'SEE ALSO FROM TRACING--GEOGRAPHIC SUBDIVISION', 1, 0, NULL),
216                 ('', '582', 'SEE ALSO FROM TRACING--CHRONOLOGICAL SUBDIVISION', 'SEE ALSO FROM TRACING--CHRONOLOGICAL SUBDIVISION', 1, 0, NULL),
217                 ('', '585', 'SEE ALSO FROM TRACING--FORM SUBDIVISION', 'SEE ALSO FROM TRACING--FORM SUBDIVISION', 1, 0, NULL),
218                 ('', '640', 'SERIES DATES OF PUBLICATION AND/OR SEQUENTIAL DESIGNATION', 'SERIES DATES OF PUBLICATION AND/OR SEQUENTIAL DESIGNATION', 1, 0, NULL),
219                 ('', '641', 'SERIES NUMBERING PECULIARITIES', 'SERIES NUMBERING PECULIARITIES', 1, 0, NULL),
220                 ('', '642', 'SERIES NUMBERING EXAMPLE', 'SERIES NUMBERING EXAMPLE', 1, 0, NULL),
221                 ('', '643', 'SERIES PLACE AND PUBLISHER/ISSUING BODY', 'SERIES PLACE AND PUBLISHER/ISSUING BODY', 1, 0, NULL),
222                 ('', '644', 'SERIES ANALYSIS PRACTICE', 'SERIES ANALYSIS PRACTICE', 1, 0, NULL),
223                 ('', '645', 'SERIES TRACING PRACTICE', 'SERIES TRACING PRACTICE', 1, 0, NULL),
224                 ('', '646', 'SERIES CLASSIFICATION PRACTICE', 'SERIES CLASSIFICATION PRACTICE', 1, 0, NULL),
225                 ('', '663', 'COMPLEX SEE ALSO REFERENCE--NAME', 'COMPLEX SEE ALSO REFERENCE--NAME', 0, 0, NULL),
226                 ('', '664', 'COMPLEX SEE REFERENCE--NAME', 'COMPLEX SEE REFERENCE--NAME', 0, 0, NULL),
227                 ('', '665', 'HISTORY REFERENCE', 'HISTORY REFERENCE', 0, 0, NULL),
228                 ('', '666', 'GENERAL EXPLANATORY REFERENCE--NAME', 'GENERAL EXPLANATORY REFERENCE--NAME', 0, 0, NULL),
229                 ('', '667', 'NONPUBLIC GENERAL NOTE', 'NONPUBLIC GENERAL NOTE', 1, 0, NULL),
230                 ('', '668', 'CHARACTERS IN NONROMAN ALPHABETS [OBSOLETE]', 'CHARACTERS IN NONROMAN ALPHABETS [OBSOLETE]', 1, 0, NULL),
231                 ('', '670', 'SOURCE DATA FOUND', 'SOURCE DATA FOUND', 1, 0, NULL),
232                 ('', '671', 'NOTE--WORK CATALOGUED [OBSOLETE, CAN/MARC ONLY]', 'NOTE--WORK CATALOGUED [OBSOLETE, CAN/MARC ONLY]', 1, 0, NULL),
233                 ('', '672', 'TITLE RELATED TO THE ENTITY', 'TITLE RELATED TO THE ENTITY', 1, 0, NULL),
234                 ('', '673', 'TITLE NOT RELATED TO THE ENTITY', 'TITLE NOT RELATED TO THE ENTITY', 1, 0, NULL),
235                 ('', '675', 'SOURCE DATA NOT FOUND', 'SOURCE DATA NOT FOUND', 0, 0, NULL),
236                 ('', '676', 'NOTE--CATALOGUING RULES (NAMES/TITLES) [OBSOLETE, CAN/MARC ONLY]', 'NOTE--CATALOGUING RULES (NAMES/TITLES) [OBSOLETE, CAN/MARC ONLY]', 0, 0, NULL),
237                 ('', '677', 'DEFINITION', 'DEFINITION', 1, 0, NULL),
238                 ('', '678', 'BIOGRAPHICAL OR HISTORICAL DATA', 'BIOGRAPHICAL OR HISTORICAL DATA', 1, 0, NULL),
239                 ('', '680', 'PUBLIC GENERAL NOTE', 'PUBLIC GENERAL NOTE', 1, 0, NULL),
240                 ('', '681', 'SUBJECT EXAMPLE TRACING NOTE', 'SUBJECT EXAMPLE TRACING NOTE', 1, 0, NULL),
241                 ('', '682', 'DELETED HEADING INFORMATION', 'DELETED HEADING INFORMATION', 0, 0, NULL),
242                 ('', '683', 'APPLICATION HISTORY NOTE', 'APPLICATION HISTORY NOTE', 1, 0, NULL),
243                 ('', '684', 'AUXILIARY INSTRUCTION NOTE [CLASSIFICATION FORMAT]', 'AUXILIARY INSTRUCTION NOTE [CLASSIFICATION FORMAT]', 1, 0, NULL),
244                 ('', '685', 'NOTE--SOURCE DATA FOUND (SUBJECTS) [OBSOLETE, CAN/MARC ONLY]', 'NOTE--SOURCE DATA FOUND (SUBJECTS) [OBSOLETE, CAN/MARC ONLY]', 1, 0, NULL),
245                 ('', '686', 'NOTE--SOURCE DATA NOT FOUND (SUBJECTS) [OBSOLETE, CAN/MARC ONLY]', 'NOTE--SOURCE DATA NOT FOUND (SUBJECTS) [OBSOLETE, CAN/MARC ONLY]', 1, 0, NULL),
246                 ('', '687', 'NOTE--USAGE (SUBJECTS) [OBSOLETE, CAN/MARC ONLY]', 'NOTE--USAGE (SUBJECTS) [OBSOLETE, CAN/MARC ONLY]', 1, 0, NULL),
247                 ('', '688', 'APPLICATION HISTORY NOTE', 'APPLICATION HISTORY NOTE', 1, 0, NULL),
248                 ('', '700', 'ESTABLISHED HEADING LINKING ENTRY--PERSONAL NAME', 'ESTABLISHED HEADING LINKING ENTRY--PERSONAL NAME', 1, 0, NULL),
249                 ('', '710', 'ESTABLISHED HEADING LINKING ENTRY--CORPORATE NAME', 'ESTABLISHED HEADING LINKING ENTRY--CORPORATE NAME', 1, 0, NULL),
250                 ('', '711', 'ESTABLISHED HEADING LINKING ENTRY--MEETING NAME', 'ESTABLISHED HEADING LINKING ENTRY--MEETING NAME', 1, 0, NULL),
251                 ('', '730', 'ESTABLISHED HEADING LINKING ENTRY--UNIFORM TITLE', 'ESTABLISHED HEADING LINKING ENTRY--UNIFORM TITLE', 1, 0, NULL),
252                 ('', '747', 'ESTABLISHED HEADING LINKING ENTRY-NAMED EVENT', 'ESTABLISHED HEADING LINKING ENTRY-NAMED EVENT', 1, 0, NULL),
253                 ('', '748', 'ESTABLISHED HEADING LINKING ENTRY--CHRONOLOGICAL TERM', 'ESTABLISHED HEADING LINKING ENTRY--CHRONOLOGICAL TERM', 1, 0, NULL),
254                 ('', '750', 'ESTABLISHED HEADING LINKING ENTRY--TOPICAL TERM', 'ESTABLISHED HEADING LINKING ENTRY--TOPICAL TERM', 1, 0, NULL),
255                 ('', '751', 'ESTABLISHED HEADING LINKING ENTRY--GEOGRAPHIC NAME', 'ESTABLISHED HEADING LINKING ENTRY--GEOGRAPHIC NAME', 1, 0, NULL),
256                 ('', '753', 'INDEX TERM--UNCONTROLLED [CLASSIFICATION FORMAT]', 'INDEX TERM--UNCONTROLLED [CLASSIFICATION FORMAT]', 1, 0, NULL),
257                 ('', '754', 'INDEX TERM--FACETED TOPICAL TERMS [CLASSIFICATION FORMAT]', 'INDEX TERM--FACETED TOPICAL TERMS [CLASSIFICATION FORMAT]', 1, 0, NULL),
258                 ('', '755', 'ESTABLISHED HEADING LINKING ENTRY--GENRE/FORM TERM', 'ESTABLISHED HEADING LINKING ENTRY--GENRE/FORM TERM', 1, 0, NULL),
259                 ('', '761', 'ADD OR DIVIDE LIKE INSTRUCTIONS [CLASSIFICATION FORMAT]', 'ADD OR DIVIDE LIKE INSTRUCTIONS [CLASSIFICATION FORMAT]', 1, 0, NULL),
260                 ('', '762', 'ESTABLISHED HEADING LINKING ENTRY-MEDIUM OF PERFORMANCE TERM', 'ESTABLISHED HEADING LINKING ENTRY-MEDIUM OF PERFORMANCE TERM', 1, 0, NULL),
261                 ('', '763', 'INTERNAL SUBARRANGEMENT OR ADD TABLE ENTRY [CLASSIFICATION FORMAT]', 'INTERNAL SUBARRANGEMENT OR ADD TABLE ENTRY [CLASSIFICATION FORMAT]', 1, 0, NULL),
262                 ('', '764', 'RULE IDENTIFICATION [CLASSIFICATION FORMAT]', 'RULE IDENTIFICATION [CLASSIFICATION FORMAT]', 1, 0, NULL),
263                 ('', '765', 'SYNTHESIZED NUMBER COMPONENTS [CLASSIFICATION FORMAT]', 'SYNTHESIZED NUMBER COMPONENTS [CLASSIFICATION FORMAT]', 1, 0, NULL),
264                 ('', '766', 'SECONDARY TABLE INFORMATION [CLASSIFICATION FORMAT]', 'SECONDARY TABLE INFORMATION [CLASSIFICATION FORMAT]', 1, 0, NULL),
265                 ('', '768', 'CITATION AND PREFERENCE ORDER INSTRUCTIONS [CLASSIFICATION FORMAT]', 'CITATION AND PREFERENCE ORDER INSTRUCTIONS [CLASSIFICATION FORMAT]', 1, 0, NULL),
266                 ('', '780', 'SUBDIVISION LINKING ENTRY--GENERAL SUBDIVISION', 'SUBDIVISION LINKING ENTRY--GENERAL SUBDIVISION', 1, 0, NULL),
267                 ('', '781', 'SUBDIVISION LINKING ENTRY--GEOGRAPHIC SUBDIVISION', 'SUBDIVISION LINKING ENTRY--GEOGRAPHIC SUBDIVISION', 1, 0, NULL),
268                 ('', '782', 'SUBDIVISION LINKING ENTRY--CHRONOLOGICAL SUBDIVISION', 'SUBDIVISION LINKING ENTRY--CHRONOLOGICAL SUBDIVISION', 1, 0, NULL),
269                 ('', '785', 'SUBDIVISION LINKING ENTRY--FORM SUBDIVISION', 'SUBDIVISION LINKING ENTRY--FORM SUBDIVISION', 1, 0, NULL),
270                 ('', '788', 'COMPLEX LINKING ENTRY DATA', 'COMPLEX LINKING ENTRY DATA', 0, 0, NULL),
271                 ('', '856', 'ELECTRONIC LOCATION AND ACCESS', 'ELECTRONIC LOCATION AND ACCESS', 1, 0, NULL),
272                 ('', '880', 'ALTERNATE GRAPHIC REPRESENTATION', 'ALTERNATE GRAPHIC REPRESENTATION', 1, 0, NULL),
273                 ('', '883', 'MACHINE-GENERATED METADATA PROVENANCE', 'MACHINE-GENERATED METADATA PROVENANCE', 1, 0, NULL),
274                 ('', '884', 'DESCRIPTION CONVERSION INFORMATION', 'DESCRIPTION CONVERSION INFORMATION', 1, 0, NULL),
275                 ('', '885', 'MATCHING INFORMATION', 'MATCHING INFORMATION', 1, 0, NULL),
276                 ('', '942', 'KOHA INTERNAL USE', 'KOHA INTERNAL USE', 0, 1, NULL);
277
278
279
280 INSERT INTO `auth_subfield_structure` (`authtypecode`, `tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `tab`, `authorised_value`, `value_builder`, `seealso`, `isurl`, `hidden`, `linkid`, `kohafield`, `frameworkcode`) VALUES
281                 ('', '000', '@', 'fixed length control field', 'fixed length control field', 0, 1, 0, NULL, 'marc21_leader_authorities.pl', NULL, 0, 0, 0, '', ''),
282                 ('', '001', '@', 'control field', 'control field', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, 'auth_header.authid', ''),
283                 ('', '003', '@', 'control field', 'control field', 0, 1, 0, NULL, 'marc21_orgcode.pl', NULL, 0, 0, 0, '', ''),
284                 ('', '005', '@', 'control field', 'control field', 0, 1, 0, NULL, 'marc21_field_005.pl', NULL, 0, 0, 0, '', ''),
285                 ('', '008', '@', 'fixed length control field', 'fixed length control field', 0, 1, 0, NULL, 'marc21_field_008_authorities.pl', NULL, 0, 0, 0, '', ''),
286                 ('', '010', 'a', 'LC control number', 'LC control number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
287                 ('', '010', 'z', 'Canceled/invalid LC control number', 'Canceled/invalid LC control number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
288                 ('', '010', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
289                 ('', '014', 'a', 'Control number of related bibliographic record', 'Control number of related bibliographic record', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
290                 ('', '014', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
291                 ('', '014', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
292                 ('', '016', 'a', 'Record control number', 'Record control number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
293                 ('', '016', 'z', 'Canceled or invalid record control number', 'Canceled or invalid record control number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
294                 ('', '016', '2', 'Source', 'Source', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
295                 ('', '016', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
296                 ('', '020', 'a', 'International Standard Book Number', 'International Standard Book Number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
297                 ('', '020', 'c', 'Terms of availability', 'Terms of availability', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
298                 ('', '020', 'q', 'Qualifying information', 'Qualifying information', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
299                 ('', '020', 'z', 'Canceled/invalid ISBN', 'Canceled/invalid ISBN', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
300                 ('', '020', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
301                 ('', '020', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
302                 ('', '022', 'a', 'International Standard Serial Number', 'International Standard Serial Number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
303                 ('', '022', 'l', 'ISSN-L', 'ISSN-L', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
304                 ('', '022', 'm', 'Canceled ISSN-L', 'Canceled ISSN-L', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
305                 ('', '022', 'y', 'Incorrect ISSN', 'Incorrect ISSN', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
306                 ('', '022', 'z', 'Canceled ISSN', 'Canceled ISSN', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
307                 ('', '022', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
308                 ('', '022', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
309                 ('', '024', 'a', 'Standard number or code', 'Standard number or code', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
310                 ('', '024', 'c', 'Terms of availability', 'Terms of availability', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
311                 ('', '024', 'd', 'Additional codes following the standard number or code', 'Additional codes following the standard number or code', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
312                 ('', '024', 'q', 'Qualifying information', 'Qualifying information', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
313                 ('', '024', 'z', 'Canceled/invalid standard number or code', 'Canceled/invalid standard number or code', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
314                 ('', '024', '2', 'Source of number or code', 'Source of number or code', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
315                 ('', '024', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
316                 ('', '024', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
317                 ('', '031', 'a', 'Number of work', 'Number of work', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
318                 ('', '031', 'b', 'Number of movement', 'Number of movement', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
319                 ('', '031', 'c', 'Number of excerpt', 'Number of excerpt', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
320                 ('', '031', 'd', 'Caption or heading', 'Caption or heading', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
321                 ('', '031', 'e', 'Role', 'Role', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
322                 ('', '031', 'g', 'Clef', 'Clef', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
323                 ('', '031', 'm', 'Voice/instrument', 'Voice/instrument', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
324                 ('', '031', 'n', 'Key signature', 'Key signature', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
325                 ('', '031', 'o', 'Time signature', 'Time signature', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
326                 ('', '031', 'p', 'Musical notation', 'Musical notation', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
327                 ('', '031', 'q', 'General note', 'General note', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
328                 ('', '031', 'r', 'Key or mode', 'Key or mode', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
329                 ('', '031', 's', 'Coded validity note', 'Coded validity note', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
330                 ('', '031', 't', 'Text incipit', 'Text incipit', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
331                 ('', '031', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
332                 ('', '031', 'y', 'Link text', 'Link text', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
333                 ('', '031', 'z', 'Public note', 'Public note', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
334                 ('', '031', '2', 'System code', 'System code', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
335                 ('', '031', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
336                 ('', '031', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
337                 ('', '034', 'd', 'Coordinates - westernmost longitude', 'Coordinates - westernmost longitude', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
338                 ('', '034', 'e', 'Coordinates - easternmost longitude', 'Coordinates - easternmost longitude', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
339                 ('', '034', 'f', 'Coordinates - northernmost latitude', 'Coordinates - northernmost latitude', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
340                 ('', '034', 'g', 'Coordinates - southernmost latitude', 'Coordinates - southernmost latitude', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
341                 ('', '034', 'j', 'Declination - northern limit', 'Declination - northern limit', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
342                 ('', '034', 'k', 'Declination - southern limit', 'Declination - southern limit', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
343                 ('', '034', 'm', 'Right ascension - eastern limit', 'Right ascension - eastern limit', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
344                 ('', '034', 'n', 'Right ascension - western limit', 'Right ascension - western limit', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
345                 ('', '034', 'p', 'Equinox', 'Equinox', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
346                 ('', '034', 'r', 'Distance from earth', 'Distance from earth',  0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
347                 ('', '034', 's', 'G-ring latitude', 'G-ring latitude', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
348                 ('', '034', 't', 'G-ring longitude', 'G-ring longitude', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
349                 ('', '034', 'x', 'Beginning date', 'Beginning date', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
350                 ('', '034', 'y', 'Ending date', 'Ending date', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
351                 ('', '034', 'z', 'Name of extraterrestrial body', 'Name of extraterrestrial body', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
352                 ('', '034', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
353                 ('', '034', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
354                 ('', '034', '2', 'Source', 'Source', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
355                 ('', '034', '3', 'Materials specified', 'Materials specified', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
356                 ('', '034', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
357                 ('', '034', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
358                 ('', '035', 'a', 'System control number', 'System control number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
359                 ('', '035', 'z', 'Canceled/invalid system control number', 'Canceled/invalid system control number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
360                 ('', '035', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
361                 ('', '035', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
362                 ('', '040', 'a', 'Original cataloging agency', 'Original cataloging agency', 0, 1, 0, NULL, 'marc21_orgcode.pl', NULL, 0, 0, 0, '', ''),
363                 ('', '040', 'b', 'Language of cataloging', 'Language of cataloging', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
364                 ('', '040', 'c', 'Transcribing agency', 'Transcribing agency', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
365                 ('', '040', 'd', 'Modifying agency', 'Modifying agency', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
366                 ('', '040', 'e', 'Description conventions', 'Description conventions', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
367                 ('', '040', 'f', 'Subject heading/thesaurus conventions', 'Subject heading/thesaurus conventions', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
368                 ('', '040', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
369                 ('', '040', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
370                 ('', '042', 'a', 'Authentication code', 'Authentication code', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
371                 ('', '043', 'a', 'Geographic area code', 'Geographic area code', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
372                 ('', '043', 'b', 'Local GAC code', 'Local GAC code', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
373                 ('', '043', 'c', 'ISO code', 'ISO code', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
374                 ('', '043', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
375                 ('', '043', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
376                 ('', '043', '2', 'Source of local code', 'Source of local code', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
377                 ('', '043', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
378                 ('', '043', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
379                 ('', '045', 'a', 'Time period code', 'Time period code', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
380                 ('', '045', 'b', 'Formatted 9999 B.C. through C.E. time period', 'Formatted 9999 B.C. through C.E. time period', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
381                 ('', '045', 'c', 'Formatted pre-9999 B.C. time period', 'Formatted pre-9999 B.C. time period', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
382                 ('', '045', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
383                 ('', '045', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
384                 ('', '046', 'f', 'Birth date', 'Birth date', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
385                 ('', '046', 'g', 'Death date', 'Death date', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
386                 ('', '046', 'k', 'Beginning or single date created', 'Beginning or single date created', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
387                 ('', '046', 'l', 'Ending date created', 'Ending date created', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
388                 ('', '046', 'o', 'Single or starting date for aggregated content', 'Single or starting date for aggregated content', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
389                 ('', '046', 'p', 'Ending date for aggregated content', 'Ending date for aggregated content', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
390                 ('', '046', 'q', 'Establishment date', 'Establishment date', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
391                 ('', '046', 'r', 'Termination date', 'Termination date', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
392                 ('', '046', 's', 'Start period', 'Start period', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
393                 ('', '046', 't', 'End period', 'End period', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
394                 ('', '046', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
395                 ('', '046', 'v', 'Source of information', 'Source of information', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
396                 ('', '046', '2', 'Source of date scheme', 'Source of date scheme', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
397                 ('', '046', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
398                 ('', '046', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
399                 ('', '050', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
400                 ('', '050', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
401                 ('', '050', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
402                 ('', '050', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
403                 ('', '050', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
404                 ('', '050', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
405                 ('', '050', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
406                 ('', '050', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
407                 ('', '052', 'a', 'Geographic classification area code', 'Geographic classification area code', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
408                 ('', '052', 'b', 'Geographic classification subarea code', 'Geographic classification subarea code', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
409                 ('', '052', 'd', 'Populated place name', 'Populated place name', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
410                 ('', '052', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
411                 ('', '052', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
412                 ('', '052', '2', 'Code source', 'Code source', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
413                 ('', '052', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
414                 ('', '052', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
415                 ('', '053', 'a', 'Classification number element-single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
416                 ('', '053', 'b', 'Classification number element-ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
417                 ('', '053', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
418                 ('', '053', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
419                 ('', '053', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
420                 ('', '053', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
421                 ('', '053', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
422                 ('', '053', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
423                 ('', '055', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
424                 ('', '055', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
425                 ('', '055', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
426                 ('', '055', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
427                 ('', '055', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
428         ('', '055', '2', 'Number source', 'Number source', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
429                 ('', '055', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
430                 ('', '055', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
431                 ('', '055', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
432                 ('', '058', 'a', 'LC classification number--Single number or beginning number of a range', 'LC classification number--Single number or beginning number of a range', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
433                 ('', '058', 'b', 'LC classification number--End number of a range', 'LC classification number--End number of a range', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
434                 ('', '058', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
435                 ('', '058', '5', 'Library to which class number applies', 'Library to which class number applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
436                 ('', '058', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
437                 ('', '060', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
438                 ('', '060', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
439                 ('', '060', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
440                 ('', '060', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
441                 ('', '060', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
442                 ('', '060', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
443                 ('', '060', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
444                 ('', '060', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
445                 ('', '063', 'a', 'NLM classification number--Single number or beginning number of a range', 'NLM classification number--Single number or beginning number of a range', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
446                 ('', '063', 'b', 'NLM classification number--End number of a range', 'NLM classification number--End number of a range', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
447                 ('', '063', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
448                 ('', '065', 'a', 'Classification number element-single number or beginning of span', 'Classification number element--single number or beginning of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
449                 ('', '065', 'b', 'Classification number element-ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
450                 ('', '065', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
451                 ('', '065', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
452                 ('', '065', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
453                 ('', '065', '2', 'Number source', 'Number source', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
454                 ('', '065', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
455                 ('', '065', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
456                 ('', '065', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
457                 ('', '066', 'a', 'Primary G0 character set', 'Primary G0 character set', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
458                 ('', '066', 'b', 'Primary G1 character set', 'Primary G1 character set', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
459                 ('', '066', 'c', 'Alternate G0 or G1 character set', 'Alternate G0 or G1 character set', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
460                 ('', '068', 'a', 'NLM classification number--Single number or beginning number of a range', 'NLM classification number--Single number or beginning number of a range', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
461                 ('', '068', 'b', 'NLM classification number--End number of a range', 'NLM classification number--End number of a range', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
462                 ('', '068', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
463                 ('', '068', '5', 'Library to which class number applies', 'Library to which class number applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
464                 ('', '070', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
465                 ('', '070', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
466                 ('', '070', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
467                 ('', '070', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
468                 ('', '070', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
469                 ('', '072', 'a', 'Subject category code', 'Subject category code', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
470                 ('', '072', 'x', 'Subject category code subdivision', 'Subject category code subdivision', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
471                 ('', '070', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
472                 ('', '070', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
473                 ('', '072', '2', 'Code source', 'Code source', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
474                 ('', '072', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
475                 ('', '072', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
476                 ('', '073', 'a', 'Subdivision usage', 'Subdivision usage', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
477                 ('', '073', 'z', 'Code source', 'Code source', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
478                 ('', '073', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
479                 ('', '073', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
480                 ('', '075', 'a', 'Type of entity term', 'Type of entity term', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
481                 ('', '075', 'b', 'Type of entity code', 'Type of entity code', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
482                 ('', '075', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
483                 ('', '075', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
484                 ('', '075', '2', 'Source', 'Source', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
485                 ('', '080', 'a', 'Universal Decimal Classification number', 'Universal Decimal Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
486                 ('', '080', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
487                 ('', '080', 'x', 'Common auxiliary subdivision', 'Common auxiliary subdivision', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
488                 ('', '080', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
489                 ('', '080', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
490                 ('', '080', '2', 'Edition identifier', 'Edition identifier', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
491                 ('', '080', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
492                 ('', '080', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
493                 ('', '083', 'y', 'Table sequence number for internal subarrangement or add table', 'Table sequence number for internal subarrangement or add table', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
494                 ('', '082', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
495                 ('', '082', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
496                 ('', '082', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
497                 ('', '082', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
498                 ('', '082', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
499                 ('', '082', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
500                 ('', '082', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
501                 ('', '083', 'a', 'Classification number element-single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
502                 ('', '083', 'b', 'Classification number element-ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
503                 ('', '083', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
504                 ('', '083', 'z', 'Table identification-table number', 'Table identification-table number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
505                 ('', '083', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
506                 ('', '083', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
507                 ('', '083', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
508                 ('', '083', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
509                 ('', '084', 'a', 'Classification scheme code', 'Classification scheme code', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
510                 ('', '084', 'b', 'Edition title', 'Edition title', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
511                 ('', '084', 'c', 'Edition identifier', 'Edition identifier', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
512                 ('', '084', 'd', 'Source edition identifier', 'Source edition identifier', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
513                 ('', '084', 'e', 'Language code', 'Language code', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
514                 ('', '084', 'f', 'Authorization', 'Authorization', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
515                 ('', '084', 'n', 'Variations', 'Variations', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
516                 ('', '084', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
517                 ('', '084', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
518                 ('', '086', 'a', 'Call number', 'Call number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
519                 ('', '086', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
520                 ('', '086', 'z', 'Canceled/invalid call number', 'Canceled/invalid call number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
521                 ('', '086', '2', 'Number source', 'Number source', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
522                 ('', '086', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
523                 ('', '086', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
524                 ('', '086', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
525                 ('', '087', 'a', 'Classification number element-Single number of beginning number of span', 'Classification number element-Single number of beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
526                 ('', '087', 'b', 'Classification number element-Ending number of span', 'Classification number element--Ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
527                 ('', '087', 'c', 'Explanatory information', 'Explanatory information', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
528                 ('', '087', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
529                 ('', '087', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
530                 ('', '087', '2', 'Number source', 'Number source', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
531                 ('', '087', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
532                 ('', '087', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
533                 ('', '088', 'a', 'Document shelving number (CODOC)', 'Document shelving number (CODOC)', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
534                 ('', '090', 'a', 'Call number ; Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 'Call number ; Classification number (OCLC) (R) ; Classification number, CALL (RLIN) (NR)', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
535                 ('', '090', 'b', 'Item number ; Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 'Item number ; Local cutter number (OCLC) ; Book number/undivided call number, CALL (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
536                 ('', '090', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
537                 ('', '090', 'e', 'Feature heading (OCLC)', 'Feature heading (OCLC)', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
538                 ('', '090', 'f', 'Filing suffix (OCLC) ; Footnote, FNT (RLIN)', 'Filing suffix (OCLC) ; Footnote, FNT (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
539                 ('', '090', 'h', 'Output transaction history, HST (RLIN)', 'Output transaction history, HST (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
540                 ('', '090', 'i', 'Output transaction instruction, INS (RLIN)', 'Output transaction instruction, INS (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
541                 ('', '090', 'l', 'Extra card control statement, EXT (RLIN)', 'Extra card control statement, EXT (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
542                 ('', '090', 'n', 'Additional local notes, ANT (RLIN)', 'Additional local notes, ANT (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
543                 ('', '090', 'p', 'Pathfinder code, PTH (RLIN)', 'Pathfinder code, PTH (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
544                 ('', '090', 't', 'Field suppresion, FSP (RLIN)', 'Field suppresion, FSP (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
545                 ('', '090', 'v', 'Volumes, VOL (RLIN)', 'Volumes, VOL (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
546                 ('', '090', 'y', 'Date, VOL (RLIN)', 'Date, VOL (RLIN)', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
547                 ('', '090', 'z', 'Canceled/invalid call number', 'Canceled/invalid call number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
548                 ('', '090', '2', 'Number source', 'Number source', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
549                 ('', '090', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
550                 ('', '090', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
551                 ('', '090', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
552                 ('', '091', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
553                 ('', '091', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
554                 ('', '091', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
555                 ('', '091', 'z', 'Table identification--table number', 'Table identification--table number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
556                 ('', '091', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
557                 ('', '091', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
558                 ('', '091', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
559                 ('', '091', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
560                 ('', '092', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
561                 ('', '092', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
562                 ('', '092', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
563                 ('', '092', 'e', 'Feature heading', 'Feature heading', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
564                 ('', '092', 'f', 'Filing suffix', 'Filing suffix', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
565                 ('', '092', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
566                 ('', '092', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
567                 ('', '092', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
568                 ('', '092', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
569                 ('', '093', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
570                 ('', '093', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
571                 ('', '093', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
572                 ('', '093', 'z', 'Table identification--table number', 'Table identification--table number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
573                 ('', '093', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
574                 ('', '093', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
575                 ('', '093', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
576                 ('', '093', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
577                 ('', '096', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
578                 ('', '096', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
579                 ('', '096', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
580                 ('', '096', 'e', 'Feature heading', 'Feature heading', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
581                 ('', '096', 'f', 'Filing suffix', 'Filing suffix', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
582                 ('', '096', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
583                 ('', '096', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
584                 ('', '096', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
585                 ('', '096', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
586                 ('', '097', 'a', 'Classification number element--single number or beginning number of span', 'Classification number element--single number or beginning number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
587                 ('', '097', 'b', 'Classification number element--ending number of span', 'Classification number element--ending number of span', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
588                 ('', '097', 'c', 'Explanatory term', 'Explanatory term', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
589                 ('', '097', 'z', 'Table identification--table number', 'Table identification--table number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
590                 ('', '097', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
591                 ('', '097', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
592                 ('', '097', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
593                 ('', '097', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
594                 ('', '098', 'a', 'Call number based on other classification scheme', 'Call number based on other classification scheme', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
595                 ('', '098', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
596                 ('', '098', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
597                 ('', '098', 'e', 'Feature heading', 'Feature heading', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
598                 ('', '098', 'f', 'Filing suffix', 'Filing suffix', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
599                 ('', '098', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
600                 ('', '098', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
601                 ('', '098', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
602                 ('', '098', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
603                 ('', '099', 'a', 'Classification number', 'Classification number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
604                 ('', '099', 'b', 'Item number', 'Item number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
605                 ('', '099', 'd', 'Volumes/dates to which call number applies', 'Volumes/dates to which call number applies', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
606                 ('', '099', 'e', 'Feature heading', 'Feature heading', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
607                 ('', '099', 'f', 'Filing suffix', 'Filing suffix', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
608                 ('', '099', '2', 'Edition number', 'Edition number', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
609                 ('', '099', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
610                 ('', '099', '6', 'Linkage', 'Linkage', 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
611                 ('', '099', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 0, NULL, NULL, NULL, 0, 0, 0, '', ''),
612                 ('', '100', 'a', 'Personal name', 'Personal name', 0, 0, 1, NULL, NULL, '''100b'',''100c'',''100q'',''100d'',''100t'',''100o'',''100m'',''100r'',''100s'',''100k'',''100n'',''100p'',''100g'',''100l'',''100f'',''100h'',''100x'',''100z'',''100y'',''100v''', 0, 0, 0, '', ''),
613                 ('', '100', 'b', 'Numeration', 'Numeration', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
614                 ('', '100', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
615                 ('', '100', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
616                 ('', '100', 'e', 'Relator term', 'Relator term', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
617                 ('', '100', 'f', 'Date of a work', 'Date of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
618                 ('', '100', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
619                 ('', '100', 'h', 'Medium', 'Medium', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
620                 ('', '100', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
621                 ('', '100', 'k', 'Form subheading', 'Form subheading', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
622                 ('', '100', 'l', 'Language of a work', 'Language of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
623                 ('', '100', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
624                 ('', '100', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
625                 ('', '100', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
626                 ('', '100', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
627                 ('', '100', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
628                 ('', '100', 'r', 'Key for music', 'Key for music', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
629                 ('', '100', 's', 'Version', 'Version', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
630                 ('', '100', 't', 'Title of a work', 'Title of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
631                 ('', '100', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
632                 ('', '100', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
633                 ('', '100', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
634                 ('', '100', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
635                 ('', '100', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
636                 ('', '100', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
637                 ('', '110', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, 1, NULL, NULL, '''110b'',''110c'',''110d'',''110t'',''110o'',''110m'',''110r'',''110s'',''110k'',''110n'',''110p'',''110g'',''110l'',''110f'',''110h'',''110x'',''110z'',''110y'',''110v''', 0, 0, 0, '', ''),
638                 ('', '110', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
639                 ('', '110', 'c', 'Location of meeting', 'Location of meeting', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
640                 ('', '110', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
641                 ('', '110', 'e', 'Relator term', 'Relator term', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
642                 ('', '110', 'f', 'Date of a work', 'Date of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
643                 ('', '110', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
644                 ('', '110', 'h', 'Medium', 'Medium', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
645                 ('', '110', 'k', 'Form subheading', 'Form subheading', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
646                 ('', '110', 'l', 'Language of a work', 'Language of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
647                 ('', '110', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
648                 ('', '110', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
649                 ('', '110', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
650                 ('', '110', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
651                 ('', '110', 'r', 'Key for music', 'Key for music', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
652                 ('', '110', 's', 'Version', 'Version', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
653                 ('', '110', 't', 'Title of a work', 'Title of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
654                 ('', '110', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
655                 ('', '110', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
656                 ('', '110', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
657                 ('', '110', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
658                 ('', '110', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
659                 ('', '110', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
660                 ('', '111', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, 1, NULL, NULL, '''111e'',''111c'',''111d'',''111t'',''111s'',''111k'',''111n'',''111p'',''111g'',''111l'',''111f'',''111h'',''111x'',''111z'',''111y'',''111v''', 0, 0, 0, '', ''),
661                 ('', '111', 'b', 'Number [OBSOLETE]', 'Number [OBSOLETE]', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
662                 ('', '111', 'c', 'Location of meeting', 'Location of meeting', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
663                 ('', '111', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
664                 ('', '111', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
665                 ('', '111', 'f', 'Date of a work', 'Date of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
666                 ('', '111', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
667                 ('', '111', 'h', 'Medium', 'Medium', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
668                 ('', '111', 'j', 'Relator term', 'Relator term', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
669                 ('', '111', 'k', 'Form subheading', 'Form subheading', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
670                 ('', '111', 'l', 'Language of a work', 'Language of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
671                 ('', '111', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
672                 ('', '111', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
673                 ('', '111', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
674                 ('', '111', 's', 'Version', 'Version', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
675                 ('', '111', 't', 'Title of a work', 'Title of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
676                 ('', '111', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
677                 ('', '111', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
678                 ('', '111', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
679                 ('', '111', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
680                 ('', '111', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
681                 ('', '111', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
682                 ('', '130', 'a', 'Uniform title', 'Uniform title', 0, 0, 1, NULL, NULL, '''130o'',''130m'',''130r'',''130s'',''130d'',''130k'',''130n'',''130p'',''130g'',''130l'',''130f'',''130h'',''130t'',''130x'',''130z'',''130y'',''130v''', 0, 0, 0, '', ''),
683                 ('', '130', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
684                 ('', '130', 'f', 'Date of a work', 'Date of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
685                 ('', '130', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
686                 ('', '130', 'h', 'Medium', 'Medium', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
687                 ('', '130', 'k', 'Form subheading', 'Form subheading', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
688                 ('', '130', 'l', 'Language of a work', 'Language of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
689                 ('', '130', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
690                 ('', '130', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
691                 ('', '130', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
692                 ('', '130', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
693                 ('', '130', 'r', 'Key for music', 'Key for music', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
694                 ('', '130', 's', 'Version', 'Version', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
695                 ('', '130', 't', 'Title of a work', 'Title of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
696                 ('', '130', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
697                 ('', '130', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
698                 ('', '130', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
699                 ('', '130', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
700                 ('', '130', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
701                 ('', '130', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
702                 ('', '140', 'a', 'Uniform title', 'Uniform title', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
703                 ('', '140', 'd', 'Date of treaty', 'Date of treaty', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
704                 ('', '140', 'f', 'Date of a work', 'Date of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
705                 ('', '140', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
706                 ('', '140', 'h', 'General material designation', 'General material designation', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
707                 ('', '140', 'k', 'Form subheading', 'Form subheading', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
708                 ('', '140', 'l', 'Language', 'Language', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
709                 ('', '140', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
710                 ('', '140', 'n', 'Number of part or section/serial, thematic, or opus number', 'Number of part or section/serial, thematic, or opus number', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
711                 ('', '140', 'o', 'Arranged or arr. for music', 'Arranged or arr. for music', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
712                 ('', '140', 'p', 'Part or section', 'Part or section', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
713                 ('', '140', 'r', 'Key for music', 'Key for music', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
714                 ('', '140', 'x', 'General subject subdivision', 'General subject subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
715                 ('', '140', 'y', 'Period subject subdivision', 'Period subject subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
716                 ('', '140', 'z', 'Place subject subdivision', 'Place subject subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
717                 ('', '143', 'a', 'Collective title', 'Collective title', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
718                 ('', '143', 'd', 'Date of treaty', 'Date of treaty', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
719                 ('', '143', 'f', 'Date of a work', 'Date of a work', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
720                 ('', '143', 'g', 'Miscellaneous information', 'Miscellaneous information', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
721                 ('', '143', 'h', 'General material designation', 'General material designation', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
722                 ('', '143', 'k', 'Form subheading', 'Form subheading', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
723                 ('', '143', 'l', 'Language', 'Language', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
724                 ('', '143', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
725                 ('', '143', 'n', 'Number of part or section/serial, thematic, or opus number', 'Number of part or section/serial, thematic, or opus number', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
726                 ('', '143', 'o', 'Arranged or arr. for music', 'Arranged or arr. for music', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
727                 ('', '143', 'p', 'Part or section', 'Part or section', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
728                 ('', '143', 'r', 'Key for music', 'Key for music', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
729                 ('', '143', 's', 'Version', 'Version', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
730                 ('', '147', 'a', 'Named event', 'Named event', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
731                 ('', '147', 'c', 'Location of named event', 'Location of named event', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
732                 ('', '147', 'd', 'Date of named event', 'Date of named event', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
733                 ('', '147', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
734                 ('', '147', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
735                 ('', '147', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
736                 ('', '147', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
737                 ('', '147', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
738                 ('', '147', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
739                 ('', '147', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
740                 ('', '148', 'a', 'Chronological term', 'Chronological term', 0, 0, 1, NULL, NULL, '''148y'',''148x'',''148z'',''148v''', 0, 0, 0, '', ''),
741                 ('', '148', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
742                 ('', '148', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
743                 ('', '148', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
744                 ('', '148', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
745                 ('', '148', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
746                 ('', '148', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
747                 ('', '150', 'a', 'Topical term or geographic name entry element', 'Topical term or geographic name entry element', 0, 0, 1, NULL, NULL, '''150x'',''150z'',''150y'',''150v''', 0, 0, 0, '', ''),
748                 ('', '150', 'b', 'Topical term following geographic name entry element', 'Topical term following geographic name entry element', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
749                 ('', '150', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
750                 ('', '150', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
751                 ('', '150', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
752                 ('', '150', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
753                 ('', '150', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
754                 ('', '150', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
755                 ('', '150', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
756                 ('', '151', 'a', 'Geographic name', 'Geographic name', 0, 0, 1, NULL, NULL, '''151z'',''151x'',''151y'',''151v''', 0, 0, 0, '', ''),
757                 ('', '151', 'b', 'Name following place as an entry element {OBSOLETE]', 'Name following place as an entry element {OBSOLETE]', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
758                 ('', '151', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
759                 ('', '151', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
760                 ('', '151', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
761                 ('', '151', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
762                 ('', '151', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
763                 ('', '151', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
764                 ('', '151', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
765                 ('', '153', 'a', 'Classification number--Single number or beginning number of span', 'Classification number--Single number or beginning number of span', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
766                 ('', '153', 'c', 'Classification number--Ending number of span', 'Classification number--Ending number of span', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
767                 ('', '153', 'h', 'Caption hierarchy', 'Caption hierarchy', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
768                 ('', '153', 'j', 'Caption', 'Caption', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
769                 ('', '153', 'k', 'Summary number span caption hierarchy', 'Summary number span caption hierarchy', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
770                 ('', '153', 'z', 'Table identification', 'Table identification', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
771                 ('', '153', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
772                 ('', '153', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
773                 ('', '154', 'a', 'General explanatory index term', 'General explanatory index term', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
774                 ('', '154', 'b', 'General explanatory index term--Succeeding level', 'General explanatory index term--Succeeding level', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
775                 ('', '154', 'f', 'Schedule identification', 'Schedule identification', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
776                 ('', '154', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
777                 ('', '154', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
778                 ('', '155', 'a', 'Genre/form term', 'Genre/form term', 0, 0, 1, NULL, NULL, '''155v'',''155x'',''155z'',''155y''', 0, 0, 0, '', ''),
779                 ('', '155', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
780                 ('', '155', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
781                 ('', '155', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
782                 ('', '155', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
783                 ('', '155', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
784                 ('', '155', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
785                 ('', '162', 'a', 'Medium of performance term', 'Medium of performance term', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
786                 ('', '162', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
787                 ('', '162', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
788                 ('', '180', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
789                 ('', '180', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
790                 ('', '180', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
791                 ('', '180', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
792                 ('', '180', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
793                 ('', '180', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
794                 ('', '181', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
795                 ('', '181', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
796                 ('', '181', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
797                 ('', '181', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
798                 ('', '181', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
799                 ('', '181', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
800                 ('', '182', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
801                 ('', '182', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
802                 ('', '182', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
803                 ('', '182', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
804                 ('', '182', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
805                 ('', '182', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
806                 ('', '185', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
807                 ('', '185', 'x', 'General subdivision', 'General subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
808                 ('', '185', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
809                 ('', '185', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
810                 ('', '185', '6', 'Linkage', 'Linkage', 0, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
811                 ('', '185', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 1, NULL, NULL, NULL, 0, 0, 0, '', ''),
812                 ('', '253', 'a', 'Classification number referred to--Single number or beginning number of span', 'Classification number referred to--Single number or beginning number of span', 1, 0, 2, NULL, NULL, NULL, 0, 0, 0, '', ''),
813                 ('', '253', 'c', 'Classification number referred to--Ending number of span', 'Classification number referred to--Ending number of span', 1, 0, 2, NULL, NULL, NULL, 0, 0, 0, '', ''),
814                 ('', '253', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 2, NULL, NULL, NULL, 0, 0, 0, '', ''),
815                 ('', '253', 'y', 'Table identification--Schedule [OBSOLETE]', 'Table identification--Schedule [OBSOLETE]', 0, 0, 2, NULL, NULL, NULL, 0, 0, 0, '', ''),
816                 ('', '253', 'z', 'Table identification', 'Table identification', 1, 0, 2, NULL, NULL, NULL, 0, 0, 0, '', ''),
817                 ('', '253', '6', 'Linkage', 'Linkage', 0, 0, 2, NULL, NULL, NULL, 0, 0, 0, '', ''),
818                 ('', '253', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 2, NULL, NULL, NULL, 0, 0, 0, '', ''),
819                 ('', '260', 'a', 'Heading referred to', 'Heading referred to', 1, 0, 2, NULL, NULL, NULL, 0, 0, 0, '', ''),
820                 ('', '260', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 2, NULL, NULL, NULL, 0, 0, 0, '', ''),
821                 ('', '260', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 2, NULL, NULL, NULL, 0, 0, 0, '', ''),
822                 ('', '260', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 2, NULL, NULL, NULL, 0, 0, 0, '', ''),
823                 ('', '260', '6', 'Linkage', 'Linkage', 0, 0, 2, NULL, NULL, NULL, 0, 0, 0, '', ''),
824                 ('', '260', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 2, NULL, NULL, NULL, 0, 0, 0, '', ''),
825                 ('', '336', 'a', 'Content type term', 'Content type term', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
826                 ('', '336', 'b', 'Content type code', 'Content type code', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
827                 ('', '336', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
828                 ('', '336', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
829                 ('', '336', '2', 'Source', 'Source', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
830                 ('', '336', '3', 'Materials specified', 'Materials specified', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
831                 ('', '336', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
832                 ('', '336', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
833                 ('', '348', 'a', 'Format of notated music term', 'Format of notated music term', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
834                 ('', '348', 'b', 'Format of notated music code', 'Format of notated music code', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
835                 ('', '348', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
836                 ('', '348', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
837                 ('', '348', '2', 'Source of term', 'Source of term', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
838                 ('', '348', '3', 'Materials specified', 'Materials specified', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
839                 ('', '348', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
840                 ('', '348', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
841                 ('', '353', 'a', 'Classification number referred to--Single number or beginning number of span', 'Classification number referred to--Single number or beginning number of span', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
842                 ('', '353', 'c', 'Classification number referred to--Ending number of span', 'Classification number referred to--Ending number of span', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
843                 ('', '353', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
844                 ('', '353', 'y', 'Table identification--Schedule [OBSOLETE]', 'Table identification--Schedule [OBSOLETE]', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
845                 ('', '353', 'z', 'Table identification', 'Table identification', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
846                 ('', '353', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
847                 ('', '353', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
848                 ('', '360', 'a', 'Heading referred to', 'Heading referred to', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
849                 ('', '360', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
850                 ('', '360', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
851                 ('', '360', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
852                 ('', '360', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
853                 ('', '360', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
854                 ('', '368', 'a', 'Type of corporate body', 'Type of corporate body', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
855                 ('', '368', 'b', 'Type of jurisdiction', 'Type of jurisdiction', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
856                 ('', '368', 'c', 'Other designation', 'Other designation', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
857                 ('', '368', 'd', 'Title of person', 'Title of person', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
858                 ('', '368', 's', 'Start period', 'Start period', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
859                 ('', '368', 't', 'End period', 'End period', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
860                 ('', '368', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
861                 ('', '368', 'v', 'Source of information', 'Source of information', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
862                 ('', '368', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
863                 ('', '368', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
864                 ('', '368', '2', 'Source', 'Source', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
865                 ('', '368', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
866                 ('', '368', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
867                 ('', '370', 'a', 'Place of birth', 'Place of birth', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
868                 ('', '370', 'b', 'Place of death', 'Place of death', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
869                 ('', '370', 'c', 'Associated country', 'Associated country', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
870                 ('', '370', 'e', 'Place of residence/headquarters', 'Place of residence/headquarters', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
871                 ('', '370', 'f', 'Other associated place', 'Other associated place', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
872                 ('', '370', 'g', 'Place of origin of work or expression', 'Place of origin of work or expression', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
873                 ('', '370', 'i', 'Relationship information', 'Relationship information', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
874                 ('', '370', 's', 'Start period', 'Start period', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
875                 ('', '370', 't', 'End period', 'End period', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
876                 ('', '370', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
877                 ('', '370', 'v', 'Source of information', 'Source of information', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
878                 ('', '370', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
879                 ('', '370', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
880                 ('', '370', '2', 'Source of term', 'Source of term', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
881                 ('', '370', '3', 'Materials specified', 'Materials specified', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
882                 ('', '370', '4', 'Relationship', 'Relationship', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
883                 ('', '370', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
884                 ('', '370', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
885                 ('', '371', 'a', 'Address', 'Address', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
886                 ('', '371', 'b', 'City', 'City', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
887                 ('', '371', 'c', 'Intermediate jurisdiction', 'Intermediate jurisdiction', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
888                 ('', '371', 'd', 'Country', 'Country', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
889                 ('', '371', 'e', 'Postal code', 'Postal code', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
890                 ('', '371', 'm', 'Electronic mail address', 'Electronic mail address', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
891                 ('', '371', 's', 'Start period', 'Start period', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
892                 ('', '371', 't', 'End period', 'End period', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
893                 ('', '371', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
894                 ('', '371', 'v', 'Source of information', 'Source of information', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
895                 ('', '371', 'z', 'Public note', 'Public note', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
896                 ('', '371', '4', 'Relationship', 'Relationship', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
897                 ('', '371', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
898                 ('', '371', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
899                 ('', '372', 'a', 'Field of activity', 'Field of activity', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
900                 ('', '372', 's', 'Start period', 'Start period', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
901                 ('', '372', 't', 'End period', 'End period', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
902                 ('', '372', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
903                 ('', '372', 'v', 'Source of information', 'Source of information', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
904                 ('', '372', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
905                 ('', '372', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
906                 ('', '372', '2', 'Source of term', 'Source of term', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
907                 ('', '372', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
908                 ('', '372', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
909                 ('', '373', 'a', 'Associated group', 'Associated group', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
910                 ('', '373', 's', 'Start period', 'Start period', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
911                 ('', '373', 't', 'End period', 'End period', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
912                 ('', '373', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
913                 ('', '373', 'v', 'Source of information', 'Source of information', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
914                 ('', '373', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
915                 ('', '373', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
916                 ('', '373', '2', 'Source of term', 'Source of term', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
917                 ('', '373', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
918                 ('', '373', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
919                 ('', '374', 'a', 'Occupation', 'Occupation', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
920                 ('', '374', 's', 'Start period', 'Start period', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
921                 ('', '374', 't', 'End period', 'End period', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
922                 ('', '374', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
923                 ('', '374', 'v', 'Source of information', 'Source of information', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
924                 ('', '374', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
925                 ('', '374', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
926                 ('', '374', '2', 'Source of term', 'Source of term', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
927                 ('', '374', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
928                 ('', '374', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
929                 ('', '375', 'a', 'Gender', 'Gender', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
930                 ('', '375', 's', 'Start period', 'Start period', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
931                 ('', '375', 't', 'End period', 'End period', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
932                 ('', '375', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
933                 ('', '375', 'v', 'Source of information', 'Source of information', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
934                 ('', '375', '2', 'Source of term', 'Source of term', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
935                 ('', '375', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
936                 ('', '375', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
937                 ('', '376', 'a', 'Type of family', 'Type of family', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
938                 ('', '376', 'b', 'Name of prominent member', 'Name of prominent member', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
939                 ('', '376', 'c', 'Hereditary title', 'Hereditary title', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
940                 ('', '376', 's', 'Start period', 'Start period', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
941                 ('', '376', 't', 'End period', 'End period', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
942                 ('', '376', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
943                 ('', '376', 'v', 'Source of information', 'Source of information', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
944                 ('', '376', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
945                 ('', '376', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
946                 ('', '376', '2', 'Source of term', 'Source of term', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
947                 ('', '376', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
948                 ('', '376', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
949                 ('', '377', 'a', 'Language code', 'Language code', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
950                 ('', '377', 'l', 'Language term', 'Language term', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
951                 ('', '377', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
952                 ('', '377', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
953                 ('', '377', '2', 'Source of code', 'Source of code', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
954                 ('', '377', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
955                 ('', '377', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
956                 ('', '378', 'q', 'Fuller form of personal name', 'Fuller form of personal name', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
957                 ('', '378', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
958                 ('', '378', 'v', 'Source of information', 'Source of information', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
959                 ('', '378', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
960                 ('', '378', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
961                 ('', '380', 'a', 'Form of work', 'Form of work', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
962                 ('', '380', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
963                 ('', '380', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
964                 ('', '380', '2', 'Source of term', 'Source of term', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
965                 ('', '380', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
966                 ('', '380', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
967                 ('', '381', 'a', 'Other distinguishing characteristic', 'Other distinguishing characteristic', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
968                 ('', '381', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
969                 ('', '381', 'v', 'Source of information', 'Source of information', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
970                 ('', '381', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
971                 ('', '381', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
972                 ('', '381', '2', 'Source of term', 'Source of term', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
973                 ('', '381', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
974                 ('', '381', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
975                 ('', '382', 'a', 'Medium of performance', 'Medium of performance', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
976                 ('', '382', 'b', 'Soloist', 'Soloist', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
977                 ('', '382', 'd', 'Doubling instrument', 'Doubling instrument', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
978                 ('', '382', 'e', 'Number of ensembles of the same type', 'Number of ensembles of the same type', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
979                 ('', '382', 'n', 'Number of performers of the same medium', 'Number of performers of the same medium', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
980                 ('', '382', 'p', 'Alternative medium of performance', 'Alternative medium of performance', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
981                 ('', '382', 'r', 'Total number of individuals performing alongside ensembles', 'Total number of individuals performing alongside ensembles', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
982                 ('', '382', 's', 'Total number of performers', 'Total number of performers', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
983                 ('', '382', 't', 'Total number of ensembles', 'Total number of ensembles', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
984                 ('', '382', 'v', 'Note', 'Note', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
985                 ('', '382', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
986                 ('', '382', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
987                 ('', '382', '2', 'Source of term', 'Source of term', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
988                 ('', '382', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
989                 ('', '382', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
990                 ('', '383', 'a', 'Serial number', 'Serial number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
991                 ('', '383', 'b', 'Opus number', 'Opus number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
992                 ('', '383', 'c', 'Thematic index number', 'Thematic index number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
993                 ('', '383', 'd', 'Thematic index code', 'Thematic index code', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
994                 ('', '383', 'e', 'Publisher associated with opus number', 'Publisher associated with opus number', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
995                 ('', '383', '2', 'Source', 'Source', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
996                 ('', '383', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
997                 ('', '383', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
998                 ('', '384', 'a', 'Key', 'Key', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
999                 ('', '384', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
1000                 ('', '384', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
1001                 ('', '385', 'a', 'Audience term', 'Audience term', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
1002                 ('', '385', 'b', 'Audience code', 'Audience code', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
1003                 ('', '385', 'm', 'Demographic group term', 'Demographic group term', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
1004                 ('', '385', 'n', 'Demographic group code', 'Demographic group code', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
1005                 ('', '385', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
1006                 ('', '385', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
1007                 ('', '385', '2', 'Source', 'Source', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
1008                 ('', '385', '3', 'Materials specified', 'Materials specified', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
1009                 ('', '385', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
1010                 ('', '385', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
1011                 ('', '386', 'a', 'Creator/contributor term', 'Creator/contributor term', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
1012                 ('', '386', 'b', 'Creator/contributor code', 'Creator/contributor code', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
1013                 ('', '386', 'i', 'Relationship information', 'Relationship information', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
1014                 ('', '386', 'm', 'Demographic group term', 'Demographic group term', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
1015                 ('', '386', 'n', 'Demographic group code', 'Demographic group code', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
1016                 ('', '386', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
1017                 ('', '386', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
1018                 ('', '386', '2', 'Source', 'Source', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
1019                 ('', '386', '3', 'Materials specified', 'Materials specified', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
1020                 ('', '386', '4', 'Relationship', 'Relationship', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
1021                 ('', '386', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
1022                 ('', '386', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
1023                 ('', '388', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
1024                 ('', '388', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
1025                 ('', '388', '2', 'Source of term', 'Source of term', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
1026                 ('', '388', '3', 'Materials specified', 'Materials specified', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
1027                 ('', '388', '6', 'Linkage', 'Linkage', 0, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
1028                 ('', '388', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
1029                 ('', '388', 'a', 'Time period of creation term', 'Time period of creation term', 1, 0, 3, NULL, NULL, NULL, 0, 0, 0, '', ''),
1030                 ('', '400', 'a', 'Personal name', 'Personal name', 0, 0, 4, NULL, NULL, '''400b'',''400c'',''400q'',''400d'',''400t'',''400o'',''400m'',''400r'',''400s'',''400k'',''400n'',''400p'',''400g'',''400l'',''400f'',''400h'',''400x'',''400z'',''400y'',''400v''', 0, 0, 0, '', 'PERSO_NAME'),
1031                 ('', '400', 'b', 'Numeration', 'Numeration', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1032                 ('', '400', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1033                 ('', '400', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1034                 ('', '400', 'e', 'Relator term', 'Relator term', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1035                 ('', '400', 'f', 'Date of a work', 'Date of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1036                 ('', '400', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1037                 ('', '400', 'h', 'Medium', 'Medium', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1038                 ('', '400', 'i', 'Relationship information', 'Relationship information', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1039                 ('', '400', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1040                 ('', '400', 'k', 'Form subheading', 'Form subheading', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1041                 ('', '400', 'l', 'Language of a work', 'Language of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1042                 ('', '400', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1043                 ('', '400', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1044                 ('', '400', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1045                 ('', '400', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1046                 ('', '400', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1047                 ('', '400', 'r', 'Key for music', 'Key for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1048                 ('', '400', 's', 'Version', 'Version', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1049                 ('', '400', 't', 'Title of a work', 'Title of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1050                 ('', '400', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1051                 ('', '400', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1052                 ('', '400', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1053                 ('', '400', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1054                 ('', '400', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1055                 ('', '400', '4', 'Relationship', 'Relationship', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1056                 ('', '400', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1057                 ('', '400', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1058                 ('', '400', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1059                 ('', '400', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 4, NULL, NULL, NULL, 0, 1, 0, '', ''),
1060                 ('', '410', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, 4, NULL, NULL, '''410b'',''410c'',''410d'',''410t'',''410o'',''410m'',''410r'',''410s'',''410k'',''410n'',''410p'',''410g'',''410l'',''410f'',''410h'',''410x'',''410z'',''410y'',''410v''', 0, 0, 0, '', 'CORPO_NAME'),
1061                 ('', '410', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1062                 ('', '410', 'c', 'Location of meeting', 'Location of meeting', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1063                 ('', '410', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1064                 ('', '410', 'e', 'Relator term', 'Relator term', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1065                 ('', '410', 'f', 'Date of a work', 'Date of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1066                 ('', '410', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1067                 ('', '410', 'h', 'Medium', 'Medium', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1068                 ('', '410', 'i', 'Relationship information', 'Relationship information', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1069                 ('', '410', 'k', 'Form subheading', 'Form subheading', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1070                 ('', '410', 'l', 'Language of a work', 'Language of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1071                 ('', '410', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1072                 ('', '410', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1073                 ('', '410', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1074                 ('', '410', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1075                 ('', '410', 'r', 'Key for music', 'Key for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1076                 ('', '410', 's', 'Version', 'Version', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1077                 ('', '410', 't', 'Title of a work', 'Title of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1078                 ('', '410', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1079                 ('', '410', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1080                 ('', '410', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1081                 ('', '410', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1082                 ('', '410', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1083                 ('', '410', '4', 'Relationship', 'Relationship', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1084                 ('', '410', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1085                 ('', '410', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1086                 ('', '410', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1087                 ('', '410', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 4, NULL, NULL, NULL, 0, 1, 0, '', ''),
1088                 ('', '411', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, 4, NULL, NULL, '''411e'',''411c'',''411d'',''411t'',''411s'',''411k'',''411n'',''411p'',''411g'',''411l'',''411f'',''411h'',''411x'',''411z'',''411y'',''411v''', 0, 0, 0, '', 'MEETI_NAME'),
1089                 ('', '411', 'b', 'Number {OBSOLETE]', 'Number {OBSOLETE]', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1090                 ('', '411', 'c', 'Location of meeting', 'Location of meeting', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1091                 ('', '411', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1092                 ('', '411', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1093                 ('', '411', 'f', 'Date of a work', 'Date of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1094                 ('', '411', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1095                 ('', '411', 'h', 'Medium', 'Medium', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1096                 ('', '411', 'i', 'Relationship information', 'Relationship information', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1097                 ('', '411', 'j', 'Relator term', 'Relator term', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1098                 ('', '411', 'k', 'Form subheading', 'Form subheading', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1099                 ('', '411', 'l', 'Language of a work', 'Language of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1100                 ('', '411', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1101                 ('', '411', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1102                 ('', '411', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1103                 ('', '411', 's', 'Version', 'Version', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1104                 ('', '411', 't', 'Title of a work', 'Title of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1105                 ('', '411', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1106                 ('', '411', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1107                 ('', '411', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1108                 ('', '411', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1109                 ('', '411', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1110                 ('', '411', '4', 'Relationship', 'Relationship', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1111                 ('', '411', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1112                 ('', '411', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1113                 ('', '411', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1114                 ('', '411', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 4, NULL, NULL, NULL, 0, 1, 0, '', ''),
1115                 ('', '430', 'a', 'Uniform title', 'Uniform title', 0, 0, 4, NULL, NULL, '''430o'',''430m'',''430r'',''430s'',''430d'',''430k'',''430n'',''430p'',''430g'',''430l'',''430f'',''430h'',''430t'',''430x'',''430z'',''430y'',''430v''', 0, 0, 0, '', 'UNIF_TITLE'),
1116                 ('', '430', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1117                 ('', '430', 'f', 'Date of a work', 'Date of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1118                 ('', '430', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1119                 ('', '430', 'h', 'Medium', 'Medium', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1120                 ('', '430', 'i', 'Relationship information', 'Relationship information', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1121                 ('', '430', 'k', 'Form subheading', 'Form subheading', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1122                 ('', '430', 'l', 'Language of a work', 'Language of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1123                 ('', '430', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1124                 ('', '430', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1125                 ('', '430', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1126                 ('', '430', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1127                 ('', '430', 'r', 'Key for music', 'Key for music', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1128                 ('', '430', 's', 'Version', 'Version', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1129                 ('', '430', 't', 'Title of a work', 'Title of a work', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1130                 ('', '430', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1131                 ('', '430', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1132                 ('', '430', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1133                 ('', '430', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1134                 ('', '430', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1135                 ('', '430', '4', 'Relationship', 'Relationship', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1136                 ('', '430', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1137                 ('', '430', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1138                 ('', '430', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1139                 ('', '430', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 4, NULL, NULL, NULL, 0, 1, 0, '', ''),
1140                 ('', '447', 'a', 'Named event', 'Named event', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1141                 ('', '447', 'c', 'Location of named event', 'Location of named event', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1142                 ('', '447', 'd', 'Date of named event', 'Date of named event', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1143                 ('', '447', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1144                 ('', '447', 'i', 'Relationship information', 'Relationship information', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1145                 ('', '447', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1146                 ('', '447', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1147                 ('', '447', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1148                 ('', '447', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1149                 ('', '447', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1150                 ('', '447', '4', 'Relationship', 'Relationship', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1151                 ('', '447', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1152                 ('', '447', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1153                 ('', '447', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1154                 ('', '448', 'a', 'Chronological term', 'Chronological term', 0, 0, 4, NULL, NULL, '''448y'',''448x'',''448z'',''448v''', 0, 0, 0, '', 'CHRON_TERM'),
1155                 ('', '448', 'i', 'Relationship information', 'Relationship information', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1156                 ('', '448', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1157                 ('', '448', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1158                 ('', '448', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1159                 ('', '448', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1160                 ('', '448', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1161                 ('', '448', '4', 'Relationship', 'Relationship', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1162                 ('', '448', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1163                 ('', '448', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1164                 ('', '448', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1165                 ('', '448', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 4, NULL, NULL, NULL, 0, 1, 0, '', ''),
1166                 ('', '450', 'a', 'Topical term or geographic name entry element', 'Topical term or geographic name entry element', 0, 0, 4, NULL, NULL, '''450x'',''450z'',''450y'',''450v''', 0, 0, 0, '', 'TOPIC_TERM'),
1167                 ('', '450', 'b', 'Topical term following geographic name entry element', 'Topical term following geographic name entry element', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1168                 ('', '450', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1169                 ('', '450', 'i', 'Relationship information', 'Relationship information', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1170                 ('', '450', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1171                 ('', '450', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1172                 ('', '450', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1173                 ('', '450', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1174                 ('', '450', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1175                 ('', '450', '4', 'Relationship', 'Relationship', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1176                 ('', '450', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1177                 ('', '450', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1178                 ('', '450', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1179                 ('', '450', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 4, NULL, NULL, NULL, 0, 1, 0, '', ''),
1180                 ('', '451', 'a', 'Geographic name', 'Geographic name', 0, 0, 4, NULL, NULL, '''451z'',''451x'',''451y'',''451v''', 0, 0, 0, '', 'GEOGR_NAME'),
1181                 ('', '451', 'i', 'Relationship information', 'Relationship information', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1182                 ('', '451', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1183                 ('', '451', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1184                 ('', '451', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1185                 ('', '451', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1186                 ('', '451', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1187                 ('', '451', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1188                 ('', '451', '4', 'Relationship', 'Relationship', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1189                 ('', '451', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1190                 ('', '451', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1191                 ('', '451', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1192                 ('', '451', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 4, NULL, NULL, NULL, 0, 1, 0, '', ''),
1193                 ('', '453', 'a', 'Classification number--Single number or beginning number of span', 'Classification number--Single number or beginning number of span', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1194                 ('', '453', 'c', 'Classification element-Ending number of span', 'Classification element-Ending number of span', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1195                 ('', '453', 'h', 'Caption hierarchy', 'Caption hierarchy', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1196                 ('', '453', 'i', 'Relationship information', 'Relationship information', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1197                 ('', '453', 'j', 'Caption', 'Caption', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1198                 ('', '453', 'k', 'Summary number span caption hierarchy', 'Summary number span caption hierarchy', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1199                 ('', '453', 't', 'Topic', 'Topic', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1200                 ('', '453', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1201                 ('', '453', 'y', 'Table identification--Schedule [OBSOLETE]', 'Table identification--Schedule [OBSOLETE]', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1202                 ('', '453', 'z', 'Table identification', 'Table identification', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1203                 ('', '453', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1204                 ('', '453', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1205                 ('', '453', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 4, NULL, NULL, NULL, 0, 1, 0, '', ''),
1206                 ('', '455', 'a', 'Genre/form term', 'Genre/form term', 0, 0, 4, NULL, NULL, '''455v'',''455x'',''455z'',''455y''', 0, 0, 0, '', 'GENRE/FORM'),
1207                 ('', '455', 'i', 'Relationship information', 'Relationship information', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1208                 ('', '455', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1209                 ('', '455', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1210                 ('', '455', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1211                 ('', '455', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1212                 ('', '455', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1213                 ('', '455', '4', 'Relationship', 'Relationship', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1214                 ('', '455', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1215                 ('', '455', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1216                 ('', '455', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1217                 ('', '455', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 4, NULL, NULL, NULL, 0, 1, 0, '', ''),
1218                 ('', '462', 'a', 'Medium of performance term', 'Medium of performance term', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1219                 ('', '462', 'i', 'Relationship information', 'Relationship information', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1220                 ('', '462', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1221                 ('', '462', '4', 'Relationship', 'Relationship', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1222                 ('', '462', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1223                 ('', '462', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1224                 ('', '462', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1225                 ('', '480', 'i', 'Relationship information', 'Relationship information', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1226                 ('', '480', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1227                 ('', '480', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1228                 ('', '480', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1229                 ('', '480', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1230                 ('', '480', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1231                 ('', '480', '4', 'Relationship', 'Relationship', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1232                 ('', '480', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1233                 ('', '480', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1234                 ('', '480', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1235                 ('', '481', 'i', 'Relationship information', 'Relationship information', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1236                 ('', '481', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1237                 ('', '481', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1238                 ('', '481', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1239                 ('', '481', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1240                 ('', '481', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1241                 ('', '481', '4', 'Relationship', 'Relationship', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1242                 ('', '481', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1243                 ('', '481', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1244                 ('', '481', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1245                 ('', '482', 'i', 'Relationship information', 'Relationship information', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1246                 ('', '482', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1247                 ('', '482', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1248                 ('', '482', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1249                 ('', '482', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1250                 ('', '482', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1251                 ('', '482', '4', 'Relationship', 'Relationship', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1252                 ('', '482', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1253                 ('', '482', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1254                 ('', '482', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1255                 ('', '485', 'i', 'Relationship information', 'Relationship information', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1256                 ('', '485', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1257                 ('', '485', 'w', 'Control subfield', 'Control subfield', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1258                 ('', '485', 'x', 'General subdivision', 'General subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1259                 ('', '485', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1260                 ('', '485', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1261                 ('', '485', '4', 'Relationship', 'Relationship', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1262                 ('', '485', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1263                 ('', '485', '6', 'Linkage', 'Linkage', 0, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1264                 ('', '485', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 4, NULL, NULL, NULL, 0, 0, 0, '', ''),
1265                 ('', '500', 'a', 'Personal name', 'Personal name', 0, 0, 5, NULL, NULL, '''500b'',''500c'',''500q'',''500d'',''500t'',''500o'',''500m'',''500r'',''500s'',''500k'',''500n'',''500p'',''500g'',''500l'',''500f'',''500h'',''500x'',''500z'',''500y'',''500v''', 0, 0, 0, '', 'PERSO_NAME'),
1266                 ('', '500', 'b', 'Numeration', 'Numeration', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1267                 ('', '500', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1268                 ('', '500', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1269                 ('', '500', 'e', 'Relator term', 'Relator term', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1270                 ('', '500', 'f', 'Date of a work', 'Date of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1271                 ('', '500', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1272                 ('', '500', 'h', 'Medium', 'Medium', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1273                 ('', '500', 'i', 'Relationship information', 'Relationship information', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1274                 ('', '500', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1275                 ('', '500', 'k', 'Form subheading', 'Form subheading', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1276                 ('', '500', 'l', 'Language of a work', 'Language of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1277                 ('', '500', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1278                 ('', '500', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1279                 ('', '500', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1280                 ('', '500', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1281                 ('', '500', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1282                 ('', '500', 'r', 'Key for music', 'Key for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1283                 ('', '500', 's', 'Version', 'Version', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1284                 ('', '500', 't', 'Title of a work', 'Title of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1285                 ('', '500', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1286                 ('', '500', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1287                 ('', '500', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1288                 ('', '500', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1289                 ('', '500', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1290                 ('', '500', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1291                 ('', '500', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1292                 ('', '500', '4', 'Relationship', 'Relationship', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1293                 ('', '500', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1294                 ('', '500', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1295                 ('', '500', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1296                 ('', '500', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 5, NULL, NULL, NULL, 0, 1, 0, '', ''),
1297                 ('', '510', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, 5, NULL, NULL, '''510b'',''510c'',''510d'',''510t'',''510o'',''510m'',''510r'',''510s'',''510k'',''510n'',''510p'',''510g'',''510l'',''510f'',''510h'',''510x'',''510z'',''510y'',''510v''', 0, 0, 0, '', 'CORPO_NAME'),
1298                 ('', '510', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1299                 ('', '510', 'c', 'Location of meeting', 'Location of meeting', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1300                 ('', '510', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1301                 ('', '510', 'e', 'Relator term', 'Relator term', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1302                 ('', '510', 'f', 'Date of a work', 'Date of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1303                 ('', '510', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1304                 ('', '510', 'h', 'Medium', 'Medium', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1305                 ('', '510', 'i', 'Relationship information', 'Relationship information', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1306                 ('', '510', 'k', 'Form subheading', 'Form subheading', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1307                 ('', '510', 'l', 'Language of a work', 'Language of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1308                 ('', '510', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1309                 ('', '510', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1310                 ('', '510', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1311                 ('', '510', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1312                 ('', '510', 'r', 'Key for music', 'Key for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1313                 ('', '510', 's', 'Version', 'Version', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1314                 ('', '510', 't', 'Title of a work', 'Title of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1315                 ('', '510', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1316                 ('', '510', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1317                 ('', '510', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1318                 ('', '510', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1319                 ('', '510', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1320                 ('', '510', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1321                 ('', '510', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1322                 ('', '510', '4', 'Relationship', 'Relationship', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1323                 ('', '510', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1324                 ('', '510', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1325                 ('', '510', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1326                 ('', '510', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 5, NULL, NULL, NULL, 0, 1, 0, '', ''),
1327                 ('', '511', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, 5, NULL, NULL, '''511e'',''511c'',''511d'',''511t'',''511s'',''511k'',''511n'',''511p'',''511g'',''511l'',''511f'',''511h'',''511x'',''511z'',''511y'',''511v''', 0, 0, 0, '', 'MEETI_NAME'),
1328                 ('', '511', 'c', 'Location of meeting', 'Location of meeting', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1329                 ('', '511', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1330                 ('', '511', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1331                 ('', '511', 'f', 'Date of a work', 'Date of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1332                 ('', '511', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1333                 ('', '511', 'h', 'Medium', 'Medium', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1334                 ('', '511', 'i', 'Relationship information', 'Relationship information', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1335                 ('', '511', 'j', 'Relator term', 'Relator term', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1336                 ('', '511', 'k', 'Form subheading', 'Form subheading', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1337                 ('', '511', 'l', 'Language of a work', 'Language of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1338                 ('', '511', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1339                 ('', '511', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1340                 ('', '511', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1341                 ('', '511', 's', 'Version', 'Version', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1342                 ('', '511', 't', 'Title of a work', 'Title of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1343                 ('', '511', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1344                 ('', '511', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1345                 ('', '511', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1346                 ('', '511', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1347                 ('', '511', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1348                 ('', '511', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1349                 ('', '511', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1350                 ('', '511', '4', 'Relationship', 'Relationship', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1351                 ('', '511', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1352                 ('', '511', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1353                 ('', '511', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1354                 ('', '511', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 5, NULL, NULL, NULL, 0, 1, 0, '', ''),
1355                 ('', '530', 'a', 'Uniform title', 'Uniform title', 0, 0, 5, NULL, NULL, '''530o'',''530m'',''530r'',''530s'',''530d'',''530k'',''530n'',''530p'',''530g'',''530l'',''530f'',''530h'',''530t'',''530x'',''530z'',''530y'',''530v''', 0, 0, 0, '', 'UNIF_TITLE'),
1356                 ('', '530', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1357                 ('', '530', 'f', 'Date of a work', 'Date of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1358                 ('', '530', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1359                 ('', '530', 'h', 'Medium', 'Medium', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1360                 ('', '530', 'i', 'Relationship information', 'Relationship information', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1361                 ('', '530', 'k', 'Form subheading', 'Form subheading', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1362                 ('', '530', 'l', 'Language of a work', 'Language of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1363                 ('', '530', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1364                 ('', '530', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1365                 ('', '530', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1366                 ('', '530', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1367                 ('', '530', 'r', 'Key for music', 'Key for music', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1368                 ('', '530', 's', 'Version', 'Version', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1369                 ('', '530', 't', 'Title of a work', 'Title of a work', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1370                 ('', '530', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1371                 ('', '530', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1372                 ('', '530', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1373                 ('', '530', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1374                 ('', '530', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1375                 ('', '530', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1376                 ('', '530', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1377                 ('', '530', '4', 'Relationship', 'Relationship', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1378                 ('', '530', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1379                 ('', '530', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1380                 ('', '530', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1381                 ('', '530', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 5, NULL, NULL, NULL, 0, 1, 0, '', ''),
1382                 ('', '547', 'a', 'Named event', 'Named event', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1383                 ('', '547', 'c', 'Location of named event', 'Location of named event', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1384                 ('', '547', 'd', 'Date of named event', 'Date of named event', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1385                 ('', '547', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1386                 ('', '547', 'i', 'Relationship information', 'Relationship information', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1387                 ('', '547', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1388                 ('', '547', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1389                 ('', '547', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1390                 ('', '547', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1391                 ('', '547', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1392                 ('', '547', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1393                 ('', '547', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1394                 ('', '547', '4', 'Relationship', 'Relationship', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1395                 ('', '547', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1396                 ('', '547', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1397                 ('', '547', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1398                 ('', '548', 'a', 'Chronological term', 'Chronological term', 0, 0, 5, NULL, NULL, '''548y'',''548x'',''548z'',''548v''', 0, 0, 0, '', 'CHRON_TERM'),
1399                 ('', '548', 'i', 'Relationship information', 'Relationship information', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1400                 ('', '548', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1401                 ('', '548', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1402                 ('', '548', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1403                 ('', '548', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1404                 ('', '548', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1405                 ('', '548', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1406                 ('', '548', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1407                 ('', '548', '4', 'Relationship', 'Relationship', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1408                 ('', '548', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1409                 ('', '548', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1410                 ('', '548', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1411                 ('', '548', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 5, NULL, NULL, NULL, 0, 1, 0, '', ''),
1412                 ('', '550', 'a', 'Topical term or geographic name entry element', 'Topical term or geographic name entry element', 0, 0, 5, NULL, NULL, '''550x'',''550z'',''550y'',''550v''', 0, 0, 0, '', 'TOPIC_TERM'),
1413                 ('', '550', 'b', 'Topical term following geographic name entry element', 'Topical term following geographic name entry element', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1414                 ('', '550', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1415                 ('', '550', 'i', 'Relationship information', 'Relationship information', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1416                 ('', '550', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1417                 ('', '550', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1418                 ('', '550', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1419                 ('', '550', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1420                 ('', '550', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1421                 ('', '550', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1422                 ('', '550', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1423                 ('', '550', '4', 'Relationship', 'Relationship', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1424                 ('', '550', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1425                 ('', '550', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1426                 ('', '550', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1427                 ('', '550', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 5, NULL, NULL, NULL, 0, 1, 0, '', ''),
1428                 ('', '551', 'a', 'Geographic name', 'Geographic name', 0, 0, 5, NULL, NULL, '''551z'',''551x'',''551y'',''551v''', 0, 0, 0, '', 'GEOGR_NAME'),
1429                 ('', '551', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1430                 ('', '551', 'i', 'Relationship information', 'Relationship information', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1431                 ('', '551', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1432                 ('', '551', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1433                 ('', '551', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1434                 ('', '551', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1435                 ('', '551', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1436                 ('', '551', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1437                 ('', '551', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1438                 ('', '551', '4', 'Relationship', 'Relationship', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1439                 ('', '551', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1440                 ('', '551', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1441                 ('', '551', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1442                 ('', '551', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 5, NULL, NULL, NULL, 0, 1, 0, '', ''),
1443                 ('', '553', 'a', 'Classification number--Single number or beginning number of span', 'Classification number--Single number or beginning number of span', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1444                 ('', '553', 'c', 'Classification number--Ending number of span', 'Classification number--Ending number of span', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1445                 ('', '553', 'h', 'Caption hierarchy', 'Caption hierarchy', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1446                 ('', '553', 'i', 'Relationship information', 'Relationship information', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1447                 ('', '553', 'j', 'Caption', 'Caption', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1448                 ('', '553', 'k', 'Summary number span caption hierarchy', 'Summary number span caption hierarchy', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1449                 ('', '553', 't', 'Topic', 'Topic', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1450                 ('', '553', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1451                 ('', '553', 'y', 'Table identification--Schedule [OBSOLETE]', 'Table identification--Schedule [OBSOLETE]', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1452                 ('', '553', 'z', 'Table identification', 'Table identification', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1453                 ('', '553', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1454                 ('', '553', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1455                 ('', '553', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 5, NULL, NULL, NULL, 0, 1, 0, '', ''),
1456                 ('', '555', 'a', 'Genre/form term', 'Genre/form term', 0, 0, 5, NULL, NULL, '''555v'',''555x'',''555z'',''555y''', 0, 0, 0, '', 'GENRE/FORM'),
1457                 ('', '555', 'i', 'Relationship information', 'Relationship information', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1458                 ('', '555', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1459                 ('', '555', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1460                 ('', '555', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1461                 ('', '555', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1462                 ('', '555', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1463                 ('', '555', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1464                 ('', '555', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1465                 ('', '555', '4', 'Relationship', 'Relationship', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1466                 ('', '555', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1467                 ('', '555', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1468                 ('', '555', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1469                 ('', '555', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, 5, NULL, NULL, NULL, 0, 1, 0, '', ''),
1470                 ('', '562', 'a', 'Medium of performance term', 'Medium of performance term', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1471                 ('', '562', 'i', 'Relationship information', 'Relationship information', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1472                 ('', '562', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1473                 ('', '562', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1474                 ('', '562', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1475                 ('', '562', '4', 'Relationship', 'Relationship', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1476                 ('', '562', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1477                 ('', '562', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1478                 ('', '562', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1479                 ('', '580', 'i', 'Relationship information', 'Relationship information', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1480                 ('', '580', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1481                 ('', '580', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1482                 ('', '580', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1483                 ('', '580', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1484                 ('', '580', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1485                 ('', '580', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1486                 ('', '580', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1487                 ('', '580', '4', 'Relationship', 'Relationship', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1488                 ('', '580', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1489                 ('', '580', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1490                 ('', '580', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1491                 ('', '581', 'i', 'Relationship information', 'Relationship information', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1492                 ('', '581', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1493                 ('', '581', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1494                 ('', '581', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1495                 ('', '581', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1496                 ('', '581', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1497                 ('', '581', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1498                 ('', '581', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1499                 ('', '581', '4', 'Relationship', 'Relationship', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1500                 ('', '581', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1501                 ('', '581', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1502                 ('', '581', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1503                 ('', '582', 'i', 'Relationship information', 'Relationship information', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1504                 ('', '582', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1505                 ('', '582', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1506                 ('', '582', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1507                 ('', '582', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1508                 ('', '582', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1509                 ('', '582', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1510                 ('', '582', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1511                 ('', '582', '4', 'Relationship', 'Relationship', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1512                 ('', '582', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1513                 ('', '582', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1514                 ('', '582', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1515                 ('', '585', 'i', 'Relationship information', 'Relationship information', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1516                 ('', '585', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1517                 ('', '585', 'w', 'Control subfield', 'Control subfield', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1518                 ('', '585', 'x', 'General subdivision', 'General subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1519                 ('', '585', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1520                 ('', '585', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1521                 ('', '585', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1522                 ('', '585', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1523                 ('', '585', '4', 'Relationship', 'Relationship', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1524                 ('', '585', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1525                 ('', '585', '6', 'Linkage', 'Linkage', 0, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1526                 ('', '585', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 5, NULL, NULL, NULL, 0, 0, 0, '', ''),
1527                 ('', '640', 'a', 'Dates of publication and/or sequential designation', 'Dates of publication and/or sequential designation', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1528                 ('', '640', 'z', 'Source of information', 'Source of information', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1529                 ('', '640', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1530                 ('', '640', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1531                 ('', '641', 'a', 'Numbering peculiarities note', 'Numbering peculiarities note', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1532                 ('', '641', 'z', 'Source of information', 'Source of information', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1533                 ('', '641', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1534                 ('', '641', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1535                 ('', '642', 'a', 'Series numbering example', 'Series numbering example', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1536                 ('', '642', 'd', 'Volumes/dates to which series numbering example applies', 'Volumes/dates to which series numbering example applies', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1537                 ('', '642', '5', 'Institution/copy to which field applies', 'Institution/copy to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1538                 ('', '642', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1539                 ('', '642', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1540                 ('', '643', 'a', 'Place', 'Place', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1541                 ('', '643', 'b', 'Publisher/issuing body', 'Publisher/issuing body', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1542                 ('', '643', 'd', 'Volumes/dates to which place and publisher/issuing body apply', 'Volumes/dates to which place and publisher/issuing body apply', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1543                 ('', '643', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1544                 ('', '643', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1545                 ('', '644', 'a', 'Series analysis practice', 'Series analysis practice', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1546                 ('', '644', 'b', 'Exceptions to analysis practice', 'Exceptions to analysis practice', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1547                 ('', '644', 'd', 'Volumes/dates to which analysis practice applies', 'Volumes/dates to which analysis practice applies', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1548                 ('', '644', '5', 'Institution/copy to which field applies', 'Institution/copy to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1549                 ('', '644', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1550                 ('', '644', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1551                 ('', '645', 'a', 'Series tracing practice', 'Series tracing practice', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1552                 ('', '645', 'd', 'Volumes/dates to which tracing practice applies', 'Volumes/dates to which tracing practice applies', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1553                 ('', '645', '5', 'Institution/copy to which field applies', 'Institution/copy to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1554                 ('', '645', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1555                 ('', '645', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1556                 ('', '646', 'a', 'Series classification practice', 'Series classification practice', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1557                 ('', '646', 'd', 'Volumes/dates to which classification practice applies', 'Volumes/dates to which classification practice applies', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1558                 ('', '646', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1559                 ('', '646', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1560                 ('', '646', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1561                 ('', '663', 'a', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1562                 ('', '663', 'b', 'Heading referred to', 'Heading referred to', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1563                 ('', '663', 't', 'Title referred to', 'Title referred to', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1564                 ('', '663', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1565                 ('', '663', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1566                 ('', '664', 'a', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1567                 ('', '664', 'b', 'Heading referred to', 'Heading referred to', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1568                 ('', '664', 't', 'Title referred to', 'Title referred to', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1569                 ('', '664', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1570                 ('', '664', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1571                 ('', '665', 'a', 'History reference', 'History reference', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1572                 ('', '665', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1573                 ('', '665', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1574                 ('', '666', 'a', 'General explanatory reference', 'General explanatory reference', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1575                 ('', '666', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1576                 ('', '666', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1577                 ('', '667', 'a', 'Nonpublic general note', 'Nonpublic general note', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1578                 ('', '667', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1579                 ('', '667', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1580                 ('', '667', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1581                 ('', '668', 'a', 'Characters in nonroman alphabet', 'Characters in nonroman alphabet', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1582                 ('', '670', 'a', 'Source citation', 'Source citation', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1583                 ('', '670', 'b', 'Information found', 'Information found', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1584                 ('', '670', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1585                 ('', '670', 'w', 'Bibliographic record control number', 'Bibliographic record control number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1586                 ('', '670', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1587                 ('', '670', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1588                 ('', '671', 'a', 'Citation', 'Citation', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1589                 ('', '671', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1590                 ('', '672', 'a', 'Title', 'Title', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1591                 ('', '672', 'b', 'Remainder of title', 'Remainder of title', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1592                 ('', '672', 'f', 'Date', 'Date', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1593                 ('', '672', 'w', 'Bibliographic record control number', 'Bibliographic record control number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1594                 ('', '672', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1595                 ('', '672', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1596                 ('', '672', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1597                 ('', '672', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1598                 ('', '673', 'a', 'Title', 'Title', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1599                 ('', '673', 'b', 'Remainder of title', 'Remainder of title', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1600                 ('', '673', 'f', 'Date', 'Date', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1601                 ('', '673', 'w', 'Bibliographic record control number', 'Bibliographic record control number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1602                 ('', '673', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1603                 ('', '673', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1604                 ('', '673', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1605                 ('', '673', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1606                 ('', '675', 'a', 'Source citation', 'Source citation', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1607                 ('', '675', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1608                 ('', '675', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1609                 ('', '676', 'a', 'Rule number(s) and additional information', 'Rule number(s) and additional information', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1610                 ('', '676', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1611                 ('', '677', 'a', 'Definition', 'Definition', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1612                 ('', '677', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1613                 ('', '677', 'v', 'Source of definition', 'Source of definition', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1614                 ('', '677', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1615                 ('', '678', 'a', 'Biographical or historical data', 'Biographical or historical data', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1616                 ('', '678', 'b', 'Expansion', 'Expansion', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1617                 ('', '678', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1618                 ('', '678', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1619                 ('', '678', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1620                 ('', '680', 'a', 'Heading or subdivision term', 'Heading or subdivision term', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1621                 ('', '680', 'c', 'Classification number--Ending number of span [CLASSIFICATION FORMAT]', 'Classification number--Ending number of span [CLASSIFICATION FORMAT]', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1622                 ('', '680', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1623                 ('', '680', 'z', 'Table identification', 'Table identification', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1624                 ('', '680', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1625                 ('', '680', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1626                 ('', '680', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1627                 ('', '681', 'a', 'Subject heading or subdivision term', 'Subject heading or subdivision term', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1628                 ('', '681', 'c', 'Classification number--Ending number of span [CLASSIFICATION FORMAT]', 'Classification number--Ending number of span [CLASSIFICATION FORMAT]', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1629                 ('', '681', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1630                 ('', '681', 'z', 'Table identification', 'Table identification', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1631                 ('', '681', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1632                 ('', '681', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1633                 ('', '682', 'a', 'Replacement heading', 'Replacement heading', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1634                 ('', '682', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1635                 ('', '682', '0', 'Replacement authority record control number', 'Replacement authority record control number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1636                 ('', '682', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1637                 ('', '682', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1638                 ('', '683', 'a', 'Classification number--Single number or beginning number of span', 'Classification number--Single number or beginning number of span', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1639                 ('', '683', 'c', 'Classification number--Ending number of span', 'Classification number--Ending number of span', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1640                 ('', '683', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1641                 ('', '683', 'p', 'Corresponding classification field', 'Corresponding classification field', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1642                 ('', '683', 'y', 'Table identification--Schedule [OBSOLETE]', 'Table identification--Schedule [OBSOLETE]', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1643                 ('', '683', 'z', 'Table identification', 'Table identification', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1644                 ('', '683', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1645                 ('', '683', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1646                 ('', '683', '8', 'Field link and sequence number', 'Field link and sequence number', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1647                 ('', '684', 'a', 'Classification number--Single number or beginning number of span', 'Classification number--Single number or beginning number of span', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1648                 ('', '684', 'c', 'Classification number--Ending number of span', 'Classification number--Ending number of span', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1649                 ('', '684', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1650                 ('', '684', 'j', 'Caption', 'Caption', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1651                 ('', '684', 'z', 'Table identification', 'Table identification', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1652                 ('', '684', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1653                 ('', '684', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1654                 ('', '684', '8', 'Field link and sequence number', 'Field link and sequence number', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1655                 ('', '685', 'a', 'Source consulted and information found', 'Source consulted and information found', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1656                 ('', '685', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1657                 ('', '686', 'a', 'Source consulted and information found', 'Source consulted and information found', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1658                 ('', '686', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1659                 ('', '687', 'a', 'Source consulted and information found', 'Source consulted and information found', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1660                 ('', '687', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1661                 ('', '688', 'a', 'Application history note', 'Application history note', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1662                 ('', '688', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1663                 ('', '688', '6', 'Linkage', 'Linkage', 0, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1664                 ('', '688', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 6, NULL, NULL, NULL, 0, 0, 0, '', ''),
1665                 ('', '700', 'a', 'Personal name', 'Personal name', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1666                 ('', '700', 'b', 'Numeration', 'Numeration', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1667                 ('', '700', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1668                 ('', '700', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1669                 ('', '700', 'e', 'Relator term', 'Relator term', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1670                 ('', '700', 'f', 'Date of a work', 'Date of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1671                 ('', '700', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1672                 ('', '700', 'h', 'Medium', 'Medium', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1673                 ('', '700', 'i', 'Relationship information', 'Relationship information', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1674                 ('', '700', 'j', 'Attribution qualifier', 'Attribution qualifier', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1675                 ('', '700', 'k', 'Form subheading', 'Form subheading', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1676                 ('', '700', 'l', 'Language of a work', 'Language of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1677                 ('', '700', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1678                 ('', '700', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1679                 ('', '700', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1680                 ('', '700', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1681                 ('', '700', 'q', 'Fuller form of name', 'Fuller form of name', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1682                 ('', '700', 'r', 'Key for music', 'Key for music', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1683                 ('', '700', 's', 'Version', 'Version', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1684                 ('', '700', 't', 'Title of a work', 'Title of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1685                 ('', '700', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1686                 ('', '700', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1687                 ('', '700', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1688                 ('', '700', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1689                 ('', '700', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1690                 ('', '700', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1691                 ('', '700', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1692                 ('', '700', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1693                 ('', '700', '3', 'Materials specified [CLASSIFICATION FORMAT]', 'Materials specified [CLASSIFICATION FORMAT]', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1694                 ('', '700', '4', 'Relationship', 'Relationship', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1695                 ('', '700', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1696                 ('', '700', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1697                 ('', '700', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1698                 ('', '710', 'a', 'Corporate name or jurisdiction name as entry element', 'Corporate name or jurisdiction name as entry element', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1699                 ('', '710', 'b', 'Subordinate unit', 'Subordinate unit', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1700                 ('', '710', 'c', 'Location of meeting', 'Location of meeting', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1701                 ('', '710', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1702                 ('', '710', 'e', 'Relator term', 'Relator term', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1703                 ('', '710', 'f', 'Date of a work', 'Date of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1704                 ('', '710', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1705                 ('', '710', 'h', 'Medium', 'Medium', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1706                 ('', '710', 'i', 'Relationship information', 'Relationship information', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1707                 ('', '710', 'k', 'Form subheading', 'Form subheading', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1708                 ('', '710', 'l', 'Language of a work', 'Language of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1709                 ('', '710', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1710                 ('', '710', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1711                 ('', '710', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1712                 ('', '710', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1713                 ('', '710', 'r', 'Key for music', 'Key for music', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1714                 ('', '710', 's', 'Version', 'Version', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1715                 ('', '710', 't', 'Title of a work', 'Title of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1716                 ('', '710', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1717                 ('', '710', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1718                 ('', '710', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1719                 ('', '710', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1720                 ('', '710', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1721                 ('', '710', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1722                 ('', '710', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1723                 ('', '710', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1724                 ('', '710', '3', 'Materials specified [CLASSIFICATION FORMAT]', 'Materials specified [CLASSIFICATION FORMAT]', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1725                 ('', '710', '4', 'Relationship', 'Relationship', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1726                 ('', '710', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1727                 ('', '710', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1728                 ('', '710', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1729                 ('', '711', 'a', 'Meeting name or jurisdiction name as entry element', 'Meeting name or jurisdiction name as entry element', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1730                 ('', '711', 'c', 'Location of meeting', 'Location of meeting', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1731                 ('', '711', 'd', 'Date of meeting or treaty signing', 'Date of meeting or treaty signing', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1732                 ('', '711', 'e', 'Subordinate unit', 'Subordinate unit', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1733                 ('', '711', 'f', 'Date of a work', 'Date of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1734                 ('', '711', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1735                 ('', '711', 'h', 'Medium', 'Medium', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1736                 ('', '711', 'i', 'Relationship information', 'Relationship information', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1737                 ('', '711', 'j', 'Relator term', 'Relator term', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1738                 ('', '711', 'k', 'Form subheading', 'Form subheading', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1739                 ('', '711', 'l', 'Language of a work', 'Language of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1740                 ('', '711', 'n', 'Number of part/section/meeting', 'Number of part/section/meeting', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1741                 ('', '711', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1742                 ('', '711', 'q', 'Name of meeting following jurisdiction name entry element', 'Name of meeting following jurisdiction name entry element', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1743                 ('', '711', 's', 'Version', 'Version', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1744                 ('', '711', 't', 'Title of a work', 'Title of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1745                 ('', '711', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1746                 ('', '711', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1747                 ('', '711', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1748                 ('', '711', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1749                 ('', '711', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1750                 ('', '711', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1751                 ('', '711', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1752                 ('', '711', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1753                 ('', '711', '3', 'Materials specified', 'Materials specified', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1754                 ('', '711', '4', 'Relationship', 'Relationship', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1755                 ('', '711', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1756                 ('', '711', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1757                 ('', '711', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1758                 ('', '730', 'a', 'Uniform title', 'Uniform title', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1759                 ('', '730', 'd', 'Date of treaty signing', 'Date of treaty signing', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1760                 ('', '730', 'f', 'Date of a work', 'Date of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1761                 ('', '730', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1762                 ('', '730', 'h', 'Medium', 'Medium', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1763                 ('', '730', 'i', 'Relationship information', 'Relationship information', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1764                 ('', '730', 'k', 'Form subheading', 'Form subheading', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1765                 ('', '730', 'l', 'Language of a work', 'Language of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1766                 ('', '730', 'm', 'Medium of performance for music', 'Medium of performance for music', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1767                 ('', '730', 'n', 'Number of part/section of a work', 'Number of part/section of a work', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1768                 ('', '730', 'o', 'Arranged statement for music', 'Arranged statement for music', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1769                 ('', '730', 'p', 'Name of part/section of a work', 'Name of part/section of a work', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1770                 ('', '730', 'r', 'Key for music', 'Key for music', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1771                 ('', '730', 's', 'Version', 'Version', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1772                 ('', '730', 't', 'Title of a work', 'Title of a work', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1773                 ('', '730', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1774                 ('', '730', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1775                 ('', '730', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1776                 ('', '730', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1777                 ('', '730', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1778                 ('', '730', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1779                 ('', '730', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1780                 ('', '730', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1781                 ('', '730', '3', 'Materials specified [CLASSIFICATION FORMAT]', 'Materials specified [CLASSIFICATION FORMAT]', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1782                 ('', '730', '4', 'Relationship', 'Relationship', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1783                 ('', '730', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1784                 ('', '730', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1785                 ('', '730', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1786                 ('', '747', 'a', 'Named event', 'Named event', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1787                 ('', '747', 'c', 'Location of named event', 'Location of named event', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1788                 ('', '747', 'd', 'Date of named event', 'Date of named event', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1789                 ('', '747', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1790                 ('', '747', 'i', 'Relationship information', 'Relationship information', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1791                 ('', '747', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1792                 ('', '747', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1793                 ('', '747', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1794                 ('', '747', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1795                 ('', '747', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1796                 ('', '747', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1797                 ('', '747', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1798                 ('', '747', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1799                 ('', '747', '4', 'Relationship', 'Relationship', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1800                 ('', '747', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1801                 ('', '747', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1802                 ('', '747', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1803                 ('', '748', 'a', 'Chronological term', 'Chronological term', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1804                 ('', '748', 'i', 'Relationship information', 'Relationship information', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1805                 ('', '748', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1806                 ('', '748', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1807                 ('', '748', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1808                 ('', '748', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1809                 ('', '748', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1810                 ('', '748', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1811                 ('', '748', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1812                 ('', '748', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1813                 ('', '748', '3', 'Materials specified [CLASSIFICATION FORMAT]', 'Materials specified [CLASSIFICATION FORMAT]', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1814                 ('', '748', '4', 'Relationship', 'Relationship', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1815                 ('', '748', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1816                 ('', '748', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1817                 ('', '748', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1818                 ('', '750', 'a', 'Topical term or geographic name entry element', 'Topical term or geographic name entry element', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1819                 ('', '750', 'b', 'Topical term following geographic name entry element', 'Topical term following geographic name entry element', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1820                 ('', '750', 'c', 'Location of event', 'Location of event', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1821                 ('', '750', 'd', 'Active date', 'Active date', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1822                 ('', '750', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1823                 ('', '750', 'i', 'Relationship information', 'Relationship information', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1824                 ('', '750', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1825                 ('', '750', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1826                 ('', '750', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1827                 ('', '750', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1828                 ('', '750', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1829                 ('', '750', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1830                 ('', '750', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1831                 ('', '750', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1832                 ('', '750', '3', 'Materials specified [CLASSIFICATION FORMAT]', 'Materials specified [CLASSIFICATION FORMAT]', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1833                 ('', '750', '4', 'Relationship', 'Relationship', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1834                 ('', '750', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1835                 ('', '750', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1836                 ('', '750', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1837                 ('', '751', 'a', 'Geographic name', 'Geographic name', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1838                 ('', '751', 'g', 'Miscellaneous information', 'Miscellaneous information', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1839                 ('', '751', 'i', 'Relationship information', 'Relationship information', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1840                 ('', '751', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1841                 ('', '751', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1842                 ('', '751', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1843                 ('', '751', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1844                 ('', '751', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1845                 ('', '751', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1846                 ('', '751', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1847                 ('', '751', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1848                 ('', '751', '3', 'Materials specified [CLASSIFICATION FORMAT]', 'Materials specified [CLASSIFICATION FORMAT]', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1849                 ('', '751', '4', 'Relationship', 'Relationship', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1850                 ('', '751', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1851                 ('', '751', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1852                 ('', '751', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1853                 ('', '753', 'a', 'Index term', 'Index term', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1854                 ('', '753', 'b', 'Index term--Succeeding level', 'Index term--Succeeding level', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1855                 ('', '753', 'd', 'Index term referred from', 'Index term referred from', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1856                 ('', '753', 'e', 'Example class number', 'Example class number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1857                 ('', '753', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1858                 ('', '753', 's', 'See also reference term', 'See also reference term', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1859                 ('', '753', 't', 'See also reference term--Succeeding level', 'See also reference term--Succeeding level', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1860                 ('', '753', 'u', 'Use reference term', 'Use reference term', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1861                 ('', '753', 'v', 'Use reference term--Succeeding level', 'Use reference term--Succeeding level', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1862                 ('', '753', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1863                 ('', '753', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1864                 ('', '754', 'a', 'Focus term', 'Focus term', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1865                 ('', '754', 'b', 'Non-focus term', 'Non-focus term', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1866                 ('', '754', 'c', 'Facet/hierarchy designation', 'Facet/hierarchy designation', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1867                 ('', '754', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1868                 ('', '754', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1869                 ('', '754', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1870                 ('', '754', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1871                 ('', '754', '3', 'Material specified', 'Material specified', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1872                 ('', '754', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1873                 ('', '754', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1874                 ('', '755', 'a', 'Genre/form term as entry element', 'Genre/form term as entry element', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1875                 ('', '755', 'i', 'Relationship information', 'Relationship information', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1876                 ('', '755', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1877                 ('', '755', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1878                 ('', '755', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1879                 ('', '755', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1880                 ('', '755', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1881                 ('', '755', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1882                 ('', '755', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1883                 ('', '755', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1884                 ('', '755', '4', 'Relationship', 'Relationship', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1885                 ('', '755', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1886                 ('', '755', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1887                 ('', '755', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1888                 ('', '761', 'a', 'Number where instructions are found--Single number or beginnning number of span', 'Number where instructions are found--Single number or beginnning number of span', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1889                 ('', '761', 'b', 'Base number', 'Base number', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1890                 ('', '761', 'c', 'Classification number--Ending number of span', 'Classification number--Ending number of span', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1891                 ('', '761', 'd', 'Divided like number', 'Divided like number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1892                 ('', '761', 'e', 'Example class number', 'Example class number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1893                 ('', '761', 'f', 'Facet designator', 'Facet designator', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1894                 ('', '761', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1895                 ('', '761', 'n', 'Negative example class number', 'Negative example class number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1896                 ('', '761', 'r', 'Root number', 'Root number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1897                 ('', '761', 'x', 'Other classification number', 'Other classification number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1898                 ('', '761', 'z', 'Table identification', 'Table identification', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1899                 ('', '761', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1900                 ('', '761', '8', 'Field link and sequence number', 'Field link and sequence number', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1901                 ('', '762', 'a', 'Medium of performance term as entry element', 'Medium of performance term as entry element', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1902                 ('', '762', 'i', 'Relationship information', 'Relationship information', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1903                 ('', '762', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1904                 ('', '762', 'z', 'Table number', 'Table number', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1905                 ('', '762', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1906                 ('', '762', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1907                 ('', '762', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1908                 ('', '762', '4', 'Relationship', 'Relationship', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1909                 ('', '762', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1910                 ('', '762', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1911                 ('', '762', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1912                 ('', '763', 'a', 'Classification number--Single number or beginning number of span', 'Classification number--Single number or beginning number of span', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1913                 ('', '763', 'b', 'Base number', 'Base number', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1914                 ('', '763', 'c', 'Classification number--Ending number of span', 'Classification number--Ending number of span', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1915                 ('', '763', 'd', 'Divided like number', 'Divided like number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1916                 ('', '763', 'e', 'Example class number', 'Example class number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1917                 ('', '763', 'h', 'Caption hierarchy', 'Caption hierarchy', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1918                 ('', '763', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1919                 ('', '763', 'j', 'Caption', 'Caption', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1920                 ('', '763', 'k', 'Summary number span caption hierarchy', 'Summary number span caption hierarchy', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1921                 ('', '763', 'm', 'Manual note', 'Manual note', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1922                 ('', '763', 'n', 'Number where instructions are found', 'Number where instructions are found', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1923                 ('', '763', 'p', 'Corresponding classification field', 'Corresponding classification field', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1924                 ('', '763', 'r', 'Root number', 'Root number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1925                 ('', '763', 's', 'See reference', 'See reference', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1926                 ('', '763', 'x', 'Other classification number', 'Other classification number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1927                 ('', '763', 'z', 'Table identification', 'Table identification', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1928                 ('', '763', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1929                 ('', '763', '8', 'Field link and sequence number', 'Field link and sequence number', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1930                 ('', '764', 'a', 'Rule number', 'Rule number', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1931                 ('', '764', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1932                 ('', '764', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1933                 ('', '764', '8', 'Field link and sequence number', 'Field link and sequence number', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1934                 ('', '765', 'a', 'Number where instructions are found--Single number or beginning number of span', 'Number where instructions are found--Single number or beginning number of span', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1935                 ('', '765', 'b', 'Base number', 'Base number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1936                 ('', '765', 'c', 'Number where instructions are found--Ending number of span', 'Number where instructions are found--Ending number of span', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1937                 ('', '765', 'f', 'Facet designator', 'Facet designator', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1938                 ('', '765', 'r', 'Root number', 'Root number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1939                 ('', '765', 's', 'Digits added from classification number in schedule or external table', 'Digits added from classification number in schedule or external table', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1940                 ('', '765', 't', 'Digits added from internal subarrangement or add table', 'Digits added from internal subarrangement or add table', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1941                 ('', '765', 'u', 'Number being analyzed', 'Number being analyzed', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1942                 ('', '765', 'v', 'Number in internal subarrangement or add table where instructions are found', 'Number in internal subarrangement or add table where instructions are found', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1943                 ('', '765', 'w', 'Table identification--Internal subarrangement or add table', 'Table identification--Internal subarrangement or add table', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1944                 ('', '765', 'y', 'Table identification--Schedule [OBSOLETE]', 'Table identification--Schedule [OBSOLETE]', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1945                 ('', '765', 'z', 'Table identification', 'Table identification', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1946                 ('', '765', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1947                 ('', '765', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1948                 ('', '766', 'a', 'Secondary table of applicability', 'Secondary table of applicability', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1949                 ('', '766', 'y', 'Type of division', 'Type of division', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1950                 ('', '766', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1951                 ('', '766', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1952                 ('', '768', 'a', 'Classification number--Single number or beginning number of span', 'Classification number--Single number or beginning number of span', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1953                 ('', '768', 'c', 'Classification number--Ending number of span', 'Classification number--Ending number of span', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1954                 ('', '768', 'e', 'Example class number', 'Example class number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1955                 ('', '768', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1956                 ('', '768', 'j', 'Caption', 'Caption', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1957                 ('', '768', 'n', 'Negative example class number', 'Negative example class number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1958                 ('', '768', 't', 'Topic used as example of citation and preference order instruction', 'Topic used as example of citation and preference order instruction', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1959                 ('', '768', 'x', 'Exception to table of preference', 'Exception to table of preference', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1960                 ('', '768', 'z', 'Table identification--Table number', 'Table identification--Table number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1961                 ('', '768', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1962                 ('', '768', '8', 'Field link and sequence number', 'Field link and sequence number', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1963                 ('', '780', 'i', 'Relationship information', 'Relationship information', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1964                 ('', '780', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1965                 ('', '780', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1966                 ('', '780', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1967                 ('', '780', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1968                 ('', '780', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1969                 ('', '780', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1970                 ('', '780', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1971                 ('', '780', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1972                 ('', '780', '4', 'Relationship', 'Relationship', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1973                 ('', '780', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1974                 ('', '780', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1975                 ('', '780', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1976                 ('', '781', 'i', 'Relationship information', 'Relationship information', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1977                 ('', '781', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1978                 ('', '781', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1979                 ('', '781', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1980                 ('', '781', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1981                 ('', '781', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1982                 ('', '781', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1983                 ('', '781', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1984                 ('', '781', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1985                 ('', '781', '4', 'Relationship', 'Relationship', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1986                 ('', '781', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1987                 ('', '781', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1988                 ('', '781', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1989                 ('', '782', 'i', 'Relationship information', 'Relationship information', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1990                 ('', '782', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1991                 ('', '782', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1992                 ('', '782', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1993                 ('', '782', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1994                 ('', '782', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1995                 ('', '782', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1996                 ('', '782', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1997                 ('', '782', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1998                 ('', '782', '4', 'Relationship', 'Relationship', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
1999                 ('', '782', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
2000                 ('', '782', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
2001                 ('', '782', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
2002                 ('', '785', 'i', 'Relationship information', 'Relationship information', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
2003                 ('', '785', 'v', 'Form subdivision', 'Form subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
2004                 ('', '785', 'w', 'Control subfield', 'Control subfield', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
2005                 ('', '785', 'x', 'General subdivision', 'General subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
2006                 ('', '785', 'y', 'Chronological subdivision', 'Chronological subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
2007                 ('', '785', 'z', 'Geographic subdivision', 'Geographic subdivision', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
2008                 ('', '785', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
2009                 ('', '785', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
2010                 ('', '785', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
2011                 ('', '785', '4', 'Relationship', 'Relationship', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
2012                 ('', '785', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
2013                 ('', '785', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
2014                 ('', '785', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
2015                 ('', '788', 'a', 'Heading referred to', 'Heading referred to', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
2016                 ('', '788', 'i', 'Explanatory text', 'Explanatory text', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
2017                 ('', '788', '0', 'Record control number', 'Record control number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
2018                 ('', '788', '2', 'Source of heading or term', 'Source of heading or term', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
2019                 ('', '788', '4', 'Relationship', 'Relationship', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
2020                 ('', '788', '5', 'Institution to which field applies', 'Institution to which field applies', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
2021                 ('', '788', '6', 'Linkage', 'Linkage', 0, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
2022                 ('', '788', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 7, NULL, NULL, NULL, 0, 0, 0, '', ''),
2023                 ('', '856', 'a', 'Host name', 'Host name', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2024                 ('', '856', 'b', 'Access number', 'Access number', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2025                 ('', '856', 'c', 'Compression information', 'Compression information', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2026                 ('', '856', 'd', 'Path', 'Path', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2027                 ('', '856', 'f', 'Electronic name', 'Electronic name', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2028                 ('', '856', 'h', 'Processor of request', 'Processor of request', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2029                 ('', '856', 'i', 'Instruction', 'Instruction', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2030                 ('', '856', 'j', 'Bits per second', 'Bits per second', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2031                 ('', '856', 'k', 'Password', 'Password', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2032                 ('', '856', 'l', 'Logon', 'Logon', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2033                 ('', '856', 'm', 'Contact for access assistance', 'Contact for access assistance', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2034                 ('', '856', 'n', 'Name of location of host', 'Name of location of host', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2035                 ('', '856', 'o', 'Operating system', 'Operating system', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2036                 ('', '856', 'p', 'Port', 'Port', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2037                 ('', '856', 'q', 'Electronic format type', 'Electronic format type', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2038                 ('', '856', 'r', 'Settings', 'Settings', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2039                 ('', '856', 's', 'File size', 'File size', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2040                 ('', '856', 't', 'Terminal emulation', 'Terminal emulation', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2041                 ('', '856', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2042                 ('', '856', 'v', 'Hours access method available', 'Hours access method available', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2043                 ('', '856', 'w', 'Record control number', 'Record control number', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2044                 ('', '856', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2045                 ('', '856', 'y', 'Link text', 'Link text', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2046                 ('', '856', 'z', 'Public note', 'Public note', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2047                 ('', '856', '2', 'Access method', 'Access method', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2048                 ('', '856', '3', 'Materials specified', 'Materials specified', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2049                 ('', '856', '6', 'Linkage', 'Linkage', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2050                 ('', '856', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2051                 ('', '880', 'a', 'a', 'a', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2052                 ('', '880', 'b', 'b', 'b', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2053                 ('', '880', 'c', 'c', 'c', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2054                 ('', '880', 'd', 'd', 'd', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2055                 ('', '880', 'e', 'e', 'e', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2056                 ('', '880', 'f', 'f', 'f', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2057                 ('', '880', 'g', 'g', 'g', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2058                 ('', '880', 'h', 'h', 'h', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2059                 ('', '880', 'i', 'i', 'i', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2060                 ('', '880', 'j', 'j', 'j', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2061                 ('', '880', 'k', 'k', 'k', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2062                 ('', '880', 'l', 'l', 'l', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2063                 ('', '880', 'm', 'm', 'm', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2064                 ('', '880', 'n', 'n', 'n', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2065                 ('', '880', 'o', 'o', 'o', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2066                 ('', '880', 'p', 'p', 'p', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2067                 ('', '880', 'q', 'q', 'q', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2068                 ('', '880', 'r', 'r', 'r', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2069                 ('', '880', 's', 's', 's', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2070                 ('', '880', 't', 't', 't', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2071                 ('', '880', 'u', 'u', 'u', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2072                 ('', '880', 'v', 'v', 'v', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2073                 ('', '880', 'w', 'w', 'w', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2074                 ('', '880', 'x', 'x', 'x', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2075                 ('', '880', 'y', 'y', 'y', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2076                 ('', '880', 'z', 'z', 'z', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2077                 ('', '880', '0', '0', '0', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2078                 ('', '880', '1', '1', '1', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2079                 ('', '880', '2', '2', '2', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2080                 ('', '880', '3', '3', '3', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2081                 ('', '880', '4', '4', '4', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2082                 ('', '880', '5', '5', '5', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2083                 ('', '880', '6', 'Linkage', 'Linkage', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2084                 ('', '880', '7', '7', '7', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2085                 ('', '880', '8', '8', '8', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2086                 ('', '880', '9', '9', '9', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2087                 ('', '883', 'a', 'Generation process', 'Generation process', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2088                 ('', '883', 'c', 'Confidence value', 'Confidence value', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2089                 ('', '883', 'd', 'Generation date', 'Generation date', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2090                 ('', '883', 'q', 'Generation agency', 'Generation agency', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2091                 ('', '883', 'x', 'Validity end date', 'Validity end date', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2092                 ('', '883', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2093                 ('', '883', 'w', 'Bibliographic record control number', 'Bibliographic record control number', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2094                 ('', '883', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2095                 ('', '883', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2096                 ('', '883', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2097                 ('', '884', 'a', 'Conversion process', 'Conversion process', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2098                 ('', '884', 'g', 'Conversion date', 'Conversion date', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2099                 ('', '884', 'k', 'Identifier of source metadata', 'Identifier of source metadata', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2100                 ('', '884', 'q', 'Conversion agency', 'Conversion agency', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2101                 ('', '884', 'u', 'Uniform Resource Identifier', 'Uniform Resource Identifier', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2102                 ('', '885', 'a', 'Matching information', 'Matching information', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2103                 ('', '885', 'b', 'Status of matching and its checking', 'Status of matching and its checking', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2104                 ('', '885', 'c', 'Confidence value', 'Confidence value', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2105                 ('', '885', 'd', 'Generation date', 'Generation date', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2106                 ('', '885', 'w', 'Record control number', 'Record control number', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2107                 ('', '885', 'x', 'Nonpublic note', 'Nonpublic note', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2108                 ('', '885', 'z', 'Public note', 'Public note', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2109                 ('', '885', '0', 'Authority record control number or standard number', 'Authority record control number or standard number', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2110                 ('', '885', '1', 'Real World Object URI', 'Real World Object URI', 1, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2111                 ('', '885', '2', 'Source', 'Source', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2112                 ('', '885', '5', 'Institution to which field applies', 'Institution to which field applies', 0, 0, 8, NULL, NULL, NULL, 0, 0, 0, '', ''),
2113         ('', '942', 'a', 'Koha auth type', 'Koha auth type', 0, 1, 9, NULL, NULL, NULL, 0, 1, 0, 'auth_header.authtypecode', '');
2114
2115
2116 -- ******************************************************
2117
2118 -- *******************************************************************
2119 -- PERSONAL NAME AUTHORITY FIELDS/SUBFIELDS. XX0
2120 -- *******************************************************************
2121
2122 -- copy from default auth framework except obsoleted tags
2123
2124 INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value)
2125     SELECT 'PERSO_NAME', tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value
2126     FROM auth_tag_structure
2127     WHERE authtypecode = '' AND
2128     tagfield NOT IN ( '058','063','068','084','088','140','143','153',
2129                       '154','253','353','453','553','668','671','676',
2130                       '684','685','686','687','753','754',
2131                       '761','763','764','765','766','768') AND
2132     tagfield NOT IN ('110','111','130','148','150','151','155','162',
2133                      '180','181','182','185','034','640','641','642',
2134                      '643','644','645','646');
2135
2136 INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable,
2137 mandatory, tab, authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode)
2138     SELECT 'PERSO_NAME', tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab,
2139     authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode
2140     FROM auth_subfield_structure
2141     WHERE authtypecode = '' AND
2142     tagfield NOT IN ( '058','063','068','084','088','140','143','153',
2143                       '154','253','353','453','553','668','671','676',
2144                       '684','685','686','687','753','754',
2145                       '761','763','764','765','766','768') AND
2146     tagfield NOT IN ('110','111','130','148','150','151','155','162',
2147                      '180','181','182','185','034','640','641','642',
2148                      '643','644','645','646');
2149
2150 -- ******************************************************
2151
2152 -- *******************************************************************
2153 -- CORPORATE NAME AUTHORITY FIELDS/SUBFIELDS. X10
2154 -- *******************************************************************
2155
2156 -- copy from default auth framework except obsoleted tags
2157
2158 INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value)
2159     SELECT 'CORPO_NAME', tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value
2160     FROM auth_tag_structure
2161     WHERE authtypecode = '' AND
2162     tagfield NOT IN ( '058','063','068','084','088','140','143','153',
2163                       '154','253','353','453','553','668','671','676',
2164                       '684','685','686','687','753','754',
2165                       '761','763','764','765','766','768') AND
2166     tagfield NOT IN ( '100','111','130','148','150','151','155','162',
2167                       '180','181','182','185','034','640','641','642',
2168                       '643','644','645','646');
2169
2170 INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable,
2171 mandatory, tab, authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode)
2172     SELECT 'CORPO_NAME', tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab,
2173     authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode
2174     FROM auth_subfield_structure
2175     WHERE authtypecode = '' AND
2176     tagfield NOT IN ( '058','063','068','084','088','140','143','153',
2177                       '154','253','353','453','553','668','671','676',
2178                       '684','685','686','687','753','754',
2179                       '761','763','764','765','766','768') AND
2180     tagfield NOT IN ( '100','111','130','148','150','151','155','162',
2181                       '180','181','182','185','034','640','641','642',
2182                       '643','644','645','646');
2183
2184 -- ******************************************************
2185
2186 -- *******************************************************************
2187 -- MEETING NAME AUTHORITY FIELDS/SUBFIELDS. X11
2188 -- *******************************************************************
2189
2190 -- copy from default auth framework except obsoleted tags
2191
2192 INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value)
2193     SELECT 'MEETI_NAME', tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value
2194     FROM auth_tag_structure
2195     WHERE authtypecode = '' AND
2196     tagfield NOT IN ( '058','063','068','084','088','140','143','153',
2197                       '154','253','353','453','553','668','671','676',
2198                       '684','685','686','687','753','754',
2199                       '761','763','764','765','766','768') AND
2200     tagfield NOT IN ( '100','110','130','148','150','151','155','162',
2201                       '180','181','182','185','640','641','642','643',
2202                       '644','645','646');
2203
2204 INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable,
2205 mandatory, tab, authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode)
2206     SELECT 'MEETI_NAME', tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab,
2207     authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode
2208     FROM auth_subfield_structure
2209     WHERE authtypecode = '' AND
2210     tagfield NOT IN ( '058','063','068','084','088','140','143','153',
2211                       '154','253','353','453','553','668','671','676',
2212                       '684','685','686','687','753','754',
2213                       '761','763','764','765','766','768') AND
2214     tagfield NOT IN ( '100','110','130','148','150','151','155','162',
2215                       '180','181','182','185','640','641','642','643',
2216                       '644','645','646');
2217
2218 -- ******************************************************
2219
2220 -- *******************************************************************
2221 -- UNIFORM TITLE AUTHORITY FIELDS/SUBFIELDS. X30
2222 -- *******************************************************************
2223
2224 -- copy from default auth framework except obsoleted tags
2225
2226 INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value)
2227     SELECT 'UNIF_TITLE', tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value
2228     FROM auth_tag_structure
2229     WHERE authtypecode = '' AND
2230     tagfield NOT IN ( '058','063','068','084','088','140','143','153',
2231                       '154','253','353','453','553','668','671','676',
2232                       '684','685','686','687','753','754',
2233                       '761','763','764','765','766','768') AND
2234     tagfield NOT IN ( '100','110','111','148','150','151','155','162',
2235                       '180','181','182','185');
2236
2237 INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable,
2238 mandatory, tab, authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode)
2239     SELECT 'UNIF_TITLE', tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab,
2240     authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode
2241     FROM auth_subfield_structure
2242     WHERE authtypecode = '' AND
2243     tagfield NOT IN ( '058','063','068','084','088','140','143','153',
2244                       '154','253','353','453','553','668','671','676',
2245                       '684','685','686','687','753','754',
2246                       '761','763','764','765','766','768') AND
2247     tagfield NOT IN ( '100','110','111','148','150','151','155','162',
2248                       '180','181','182','185');
2249
2250 -- ******************************************************
2251
2252 -- *******************************************************************
2253 -- CHRONOLOGICAL TERMS AUTHORITY FIELDS/SUBFIELDS. X48
2254 -- *******************************************************************
2255
2256 -- copy from default auth framework except obsoleted tags
2257
2258 INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value)
2259     SELECT 'CHRON_TERM', tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value
2260     FROM auth_tag_structure
2261     WHERE authtypecode = '' AND
2262     tagfield NOT IN ( '058','063','068','084','088','140','143','153',
2263                       '154','253','353','453','553','668','671','676',
2264                       '684','685','686','687','753','754',
2265                       '761','763','764','765','766','768') AND
2266     tagfield NOT IN ( '100','110','111','130','150','151','155','162',
2267                       '180','181','185','014','020','022','031','640',
2268                       '641','642','643','644','645','646');
2269
2270 INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable,
2271 mandatory, tab, authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode)
2272     SELECT 'CHRON_TERM', tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab,
2273     authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode
2274     FROM auth_subfield_structure
2275     WHERE authtypecode = '' AND
2276     tagfield NOT IN ( '058','063','068','084','088','140','143','153',
2277                       '154','253','353','453','553','668','671','676',
2278                       '684','685','686','687','753','754',
2279                       '761','763','764','765','766','768') AND
2280     tagfield NOT IN ( '100','110','111','130','150','151','155','162',
2281                       '180','181','185','014','020','022','031','640',
2282                       '641','642','643','644','645','646');
2283
2284 -- ******************************************************
2285
2286 -- *******************************************************************
2287 -- TOPICAL TERMS AUTHORITY FIELDS/SUBFIELDS. X50
2288 -- *******************************************************************
2289
2290 -- copy from default auth framework except obsoleted tags
2291
2292 INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value)
2293     SELECT 'TOPIC_TERM', tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value
2294     FROM auth_tag_structure
2295     WHERE authtypecode = '' AND
2296     tagfield NOT IN ( '058','063','068','084','088','140','143','153',
2297                       '154','253','353','453','553','668','671','676',
2298                       '684','685','686','687','753','754',
2299                       '761','763','764','765','766','768') AND
2300     tagfield NOT IN ( '100','110','111','130','148','151','155','162',
2301                       '181','182','185','014','020','022','031','640',
2302                       '641','642','643','644','645','646');
2303
2304 INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable,
2305 mandatory, tab, authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode)
2306     SELECT 'TOPIC_TERM', tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab,
2307     authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode
2308     FROM auth_subfield_structure
2309     WHERE authtypecode = '' AND
2310     tagfield NOT IN ( '058','063','068','084','088','140','143','153',
2311                       '154','253','353','453','553','668','671','676',
2312                       '684','685','686','687','753','754',
2313                       '761','763','764','765','766','768') AND
2314     tagfield NOT IN ( '100','110','111','130','148','151','155','162',
2315                       '181','182','185','014','020','022','031','640',
2316                       '641','642','643','644','645','646');
2317
2318 -- ******************************************************
2319
2320 -- *******************************************************************
2321 -- GEOGRAPHIC NAMES AUTHORITY FIELDS/SUBFIELDS. X51
2322 -- *******************************************************************
2323
2324 -- copy from default auth framework except obsoleted tags
2325
2326 INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value)
2327     SELECT 'GEOGR_NAME', tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value
2328     FROM auth_tag_structure
2329     WHERE authtypecode = '' AND
2330     tagfield NOT IN ( '058','063','068','084','088','140','143','153',
2331                       '154','253','353','453','553','668','671','676',
2332                       '684','685','686','687','753','754',
2333                       '761','763','764','765','766','768') AND
2334     tagfield NOT IN ( '100','110','111','130','148','150','155','162',
2335                       '180','182','185','014','020','022','031','640',
2336                       '641','642','643','644','645','646');
2337
2338 INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable,
2339 mandatory, tab, authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode)
2340     SELECT 'GEOGR_NAME', tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab,
2341     authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode
2342     FROM auth_subfield_structure
2343     WHERE authtypecode = '' AND
2344     tagfield NOT IN ( '058','063','068','084','088','140','143','153',
2345                       '154','253','353','453','553','668','671','676',
2346                       '684','685','686','687','753','754',
2347                       '761','763','764','765','766','768') AND
2348     tagfield NOT IN ( '100','110','111','130','148','150','155','162',
2349                       '180','182','185','014','020','022','031','640',
2350                       '641','642','643','644','645','646');
2351
2352 -- ******************************************************
2353
2354 -- *******************************************************************
2355 -- GENRE/FORM TERMS AUTHORITY FIELDS/SUBFIELDS. X55
2356 -- *******************************************************************
2357
2358 -- copy from default auth framework except obsoleted tags
2359
2360 INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value)
2361     SELECT 'GENRE/FORM', tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value
2362     FROM auth_tag_structure
2363     WHERE authtypecode = '' AND
2364     tagfield NOT IN ( '058','063','068','084','088','140','143','153',
2365                       '154','253','353','453','553','668','671','676',
2366                       '684','685','686','687','753','754',
2367                       '761','763','764','765','766','768') AND
2368     tagfield NOT IN ( '100','110','111','130','148','150','151','162',
2369                       '180','181','182','014','020','022','031','640',
2370                       '641','642','643','644','645','646');
2371
2372 INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable,
2373 mandatory, tab, authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode)
2374     SELECT 'GENRE/FORM', tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab,
2375     authorised_value, value_builder, seealso, isurl, hidden, linkid, kohafield, frameworkcode
2376     FROM auth_subfield_structure
2377     WHERE authtypecode = '' AND
2378     tagfield NOT IN ( '058','063','068','084','088','140','143','153',
2379                       '154','253','353','453','553','668','671','676',
2380                       '684','685','686','687','753','754',
2381                       '761','763','764','765','766','768') AND
2382     tagfield NOT IN ( '100','110','111','130','148','150','151','162',
2383                       '180','181','182','014','020','022','031','640',
2384                       '641','642','643','644','645','646');
2385
2386 -- ******************************************************