Fix file permissions: if it is not a script, it should not be executable.
[koha.git] / installer / data / mysql / pl-PL / marcflavour / unimarc / mandatory / authorities_normal_unimarc.sql
1 -- ***********************************************************************
2 -- KOHA 3.0 STANDARD DEFAULT UNIMARC AUTHORITY FRAMEWORK
3 --
4 -- Pretest Version 0.0.1
5 -- 2007-11-05
6 --
7 -- edited
8 -- with much more work remaining
9 -- (PLEASE SEE WARNING BELOW)
10 -- by thd
11 --
12 -- originally compiled
13 -- by Roberto Sturman
14 --
15 -- from
16 --
17 -- UNIMARC authorities : concise version / IFLA Universal Bibliographic
18 -- Control and International MARC Core Programme (UBCIM). - 1997. -
19 -- http://www.ifla.org/VI/3/p1996-1/ucaf.htm .
20 -- 2006-03-15 a.
21 -- ***********************************************************************
22
23
24 -- ****************************************************************************
25 -- WARNING
26 -- RISK OF DATA LOSS
27 --
28 -- Modestly corrected and augmented.  Missing many elements.  The work of the
29 -- original compiler had been done before significant improvements to Koha
30 -- MARC frameworks implementation had been introduced in 2006 for displaying,
31 -- editing, and preserving record data.
32 --
33 -- Completely unsafe for production use without significant correction and
34 -- augmentation.  These problems could be fixed but a few days work would be
35 -- required to fix them completely. -- thd.
36 -- ****************************************************************************
37
38
39
40
41 -- ******************************************************
42 -- KOHA DEFAULT UNIMARC AUTHORITY TYPE.
43 -- ******************************************************
44
45 INSERT INTO `auth_types` (`authtypecode`, `authtypetext`, `auth_tag_to_report`, `summary`) VALUES
46                 ('', 'Default', '', '');
47
48
49 -- *****************************************************************
50 -- UNIMARC AUTHORITY FIELDS/SUBFIELDS AND COMMMONLY USED EXTENSIONS.
51 -- *****************************************************************
52
53 INSERT INTO `auth_tag_structure` (`authtypecode`, `tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`) VALUES
54                 ('', '000', 'Record Label', 'Record Label', 0, 1, NULL),
55                 ('', '001', 'Record Identifier', 'Record Identifier', 0, 1, ''),
56                 ('', '005', 'Version Identifier', 'Version Identifier', 0, 0, ''),
57                 ('', '015', 'International Standard Authority Data Number (ISADN)', 'International Standard Authority Data Number (ISADN)', 0, 0, ''),
58                 ('', '035', 'Other System Control Number', 'Other System Control Number', 0, 0, ''),
59                 ('', '100', 'General Processing Data', 'General Processing Data', 0, 1, ''),
60                 ('', '101', 'Language of the Entity', 'Language of the Entity', 0, 0, ''),
61                 ('', '102', 'Nationality of the Entity', 'Nationality of the Entity', 0, 0, ''),
62                 ('', '106', 'Coded Data Field: Personal/Coroprate/Family Name/Trademark Used as Subject Heading', 'Coded Data Field: Personal/Coroprate/Family Name/Trademark Used as Subject Heading', 0, 0, ''),
63                 ('', '120', 'Coded Data Field: Personal Name', 'Coded Data Field: Personal Name', 0, 0, ''),
64                 ('', '123', 'Coded Data Field: Territorial or Geographical Name', 'Coded Data Field: Territorial or Geographical Name', 1, 0, ''),
65                 ('', '150', 'Coded Data Field: Corporate Name', 'Coded Data Field: Corporate Name', 0, 0, ''),
66                 ('', '152', 'Rules', 'Rules', 0, 0, ''),
67                 ('', '154', 'Coded Data Field: Uniform Titles', 'Coded Data Field: Uniform Titles', 0, 0, ''),
68                 ('', '160', 'Geographic Area Code', 'Geographic Area Code', 0, 0, ''),
69                 ('', '200', 'Heading - Personal Name', 'Heading - Personal Name', 1, 0, ''),
70                 ('', '210', 'Heading - Corporate Body Name', 'Heading - Corporate Body Name', 1, 0, ''),
71                 ('', '215', 'Heading - Territorial or Geographical Name', 'Heading - Territorial or Geographical Name', 1, 0, ''),
72                 ('', '216', 'Heading - Trademark', 'Heading - Trademark', 1, 0, ''),
73                 ('', '220', 'Heading - Family Name', 'Heading - Family Name', 1, 0, ''),
74                 ('', '230', 'Heading - Uniform Title', 'Heading - Uniform Title', 1, 0, ''),
75                 ('', '235', 'Heading - Collective Uniform Title', 'Heading - Collective Uniform Title', 0, 0, ''),
76                 ('', '240', 'Heading - Name/Title', 'Heading - Name/Title', 1, 0, ''),
77                 ('', '245', 'Heading - Name/Collective Uniform Title', 'Heading - Name/Collective Uniform Title', 0, 0, ''),
78                 ('', '250', 'Heading - Topical Subject', 'Heading - Topical Subject', 1, 0, ''),
79                 ('', '260', 'Heading - Place Access', 'Heading - Place Access', 1, 0, ''),
80                 ('', '280', 'Heading - Form, Genre or Physical Characteristics', 'Heading - Form, Genre or Physical Characteristics', 0, 0, ''),
81                 ('', '300', 'Information Note', 'Information Note', 1, 0, ''),
82                 ('', '305', 'Textual See Also Reference Note', 'Textual See Also Reference Note', 1, 0, ''),
83                 ('', '310', 'Textual See Reference Note', 'Textual See Reference Note', 1, 0, ''),
84                 ('', '320', 'General Explanatory Reference Note', 'General Explanatory Reference Note', 1, 0, ''),
85                 ('', '330', 'General Scope Note', 'General Scope Note', 1, 0, ''),
86                 ('', '340', 'Biography and Activity Note', 'Biography and Activity Note', 1, 0, ''),
87                 ('', '356', 'Geographical Note', 'Geographical Note', 0, 0, ''),
88                 ('', '400', 'See Reference Tracing - Personal Name', 'See Reference Tracing - Personal Name', 0, 0, ''),
89                 ('', '410', 'See Reference Tracing - Corporate Body Name', 'See Reference Tracing - Corporate Body Name', 1, 0, ''),
90                 ('', '415', 'See Reference Tracing - Territorial or Geographical Name', 'See Reference Tracing - Territorial or Geographical Name', 0, 0, ''),
91                 ('', '416', 'See Reference Tracing - Trademark', 'See Reference Tracing - Trademark', 1, 0, ''),
92                 ('', '420', 'See Reference Tracing - Family Name', 'See Reference Tracing - Family Name', 1, 0, ''),
93                 ('', '430', 'See Reference Tracing - Uniform Title', 'See Reference Tracing - Uniform Title', 1, 0, ''),
94                 ('', '440', 'See Reference Tracing - Name/Title', 'See Reference Tracing - Name/Title', 0, 0, ''),
95                 ('', '445', 'See Reference Tracing - Name/Collective Uniform Title', 'See Reference Tracing - Name/Collective Uniform Title', 1, 0, ''),
96                 ('', '450', 'See Reference Tracing - Topical Subject', 'See Reference Tracing - Topical Subject', 1, 0, ''),
97                 ('', '460', 'See Reference Tracing - Place Access', 'See Reference Tracing - Place Access', 1, 0, ''),
98                 ('', '480', 'See Reference Tracing - Form Genre or Physical Characteristics', 'See Reference Tracing - Form Genre or Physical Characteristics', 0, 0, ''),
99                 ('', '500', 'See Also Reference Tracing - Personal Name', 'See Also Reference Tracing - Personal Name', 1, 0, ''),
100                 ('', '510', 'See Also Reference Tracing - Corporate Body Name', 'See Also Reference Tracing - Corporate Body Name', 1, 0, ''),
101                 ('', '515', 'See Also Reference Tracing - Territorial or Geographical Name', 'See Also Reference Tracing - Territorial or Geographical Name', 1, 0, ''),
102                 ('', '516', 'See Also Reference Tracing - Trademark', 'See Also Reference Tracing - Trademark', 1, 0, ''),
103                 ('', '520', 'See Also Reference Tracing - Family Name', 'See Also Reference Tracing - Family Name', 1, 0, ''),
104                 ('', '530', 'See Also Reference Tracing - Uniform Title', 'See Also Reference Tracing - Uniform Title', 1, 0, ''),
105                 ('', '540', 'See Also Reference Tracing - Name/Title', 'See Also Reference Tracing - Name/Title', 1, 0, ''),
106                 ('', '545', 'See Also Reference Tracing - Name/Collective Uniform Title', 'See Also Reference Tracing - Name/Collective Uniform Title', 1, 0, ''),
107                 ('', '550', 'See Also Reference Tracing - Topical Subject', 'See Also Reference Tracing - Topical Subject', 1, 0, ''),
108                 ('', '560', 'See Also Reference Tracing - Place Access', 'See Also Reference Tracing - Place Access', 1, 0, ''),
109                 ('', '580', 'See Also Reference Tracing - Form, Genre or Physical Characteristics', 'See Also Reference Tracing - Form, Genre or Physical Characteristics', 1, 0, ''),
110                 ('', '675', 'Universal Decimal Classification (UDC)', 'Universal Decimal Classification (UDC)', 1, 0, ''),
111                 ('', '676', 'Dewey Decimal Classification (DDC)', 'Dewey Decimal Classification (DDC)', 1, 0, ''),
112                 ('', '680', 'Library of Congress Classification (LCC)', 'Library of Congress Classification (LCC)', 1, 0, ''),
113                 ('', '686', 'Other Classification Numbers', 'Other Classification Numbers', 1, 0, ''),
114                 ('', '700', 'Linking Heading - Personal Name', 'Linking Heading - Personal Name', 1, 0, ''),
115                 ('', '710', 'Linking Heading - Corporate Body Name', 'Linking Heading - Corporate Body Name', 1, 0, ''),
116                 ('', '715', 'Linking Heading - Territorial or Geographical Name', 'Linking Heading - Territorial or Geographical Name', 1, 0, ''),
117                 ('', '716', 'Linking Heading - Trademark', 'Linking Heading - Trademark', 1, 0, ''),
118                 ('', '720', 'Linking Heading - Family Name', 'Linking Heading - Family Name', 1, 0, ''),
119                 ('', '730', 'Linking Heading - Uniform Title', 'Linking Heading - Uniform Title', 1, 0, ''),
120                 ('', '740', 'Linking Heading - Name/title', 'Linking Heading - Name/title', 1, 0, ''),
121                 ('', '745', 'Linking Heading - Name/Collective Uniform Title', 'Linking Heading - Name/Collective Uniform Title', 1, 0, ''),
122                 ('', '750', 'Linking Heading - Topical Subject', 'Linking Heading - Topical Subject', 1, 0, ''),
123                 ('', '760', 'Linking Heading - Place Access', 'Linking Heading - Place Access', 1, 0, ''),
124                 ('', '780', 'Linking Heading - Form, Genre or Physical Characteristics', 'Linking Heading - Form, Genre or Physical Characteristics', 1, 0, ''),
125                 ('', '801', 'Originating Source', 'Originating Source', 0, 0, ''),
126                 ('', '810', 'Source Data Found', 'Source Data Found', 1, 0, ''),
127                 ('', '815', 'Source Data Not Found', 'Source Data Not Found', 0, 0, ''),
128                 ('', '820', 'Usage or Scope Information', 'Usage or Scope Information', 1, 0, ''),
129                 ('', '825', 'Example Under Note', 'Example Under Note', 1, 0, ''),
130                 ('', '830', 'General Cataloguer&#039s Note', 'General Cataloguer&#039s Note', 1, 0, ''),
131                 ('', '835', 'Deleted Heading Information', 'Deleted Heading Information', 1, 0, ''),
132                 ('', '836', 'Replaced Heading Information', 'Replaced Heading Information', 1, 0, ''),
133                 ('', '856', 'Electronic Location and Access', 'Electronic Location and Access', 1, 0, ''),
134                 ('', '886', 'Data Not Connected From Source Format', 'Data Not Connected From Source Format', 1, 0, '');
135
136
137 INSERT INTO `auth_subfield_structure` (`authtypecode`, `tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `tab`, `authorised_value`, `value_builder`, `seealso`, `isurl`, `hidden`, `linkid`, `kohafield`, `frameworkcode`) VALUES
138                 ('', '000', '@', 'fixed length control field', 'fixed length control field', 0, 1, 0, NULL, NULL, NULL, 0, 0, '', '', ''),
139                 ('', '001', '@', 'control field', 'control field', 0, 1, 0, '', '', '', 0, 0, '', '', ''),
140                 ('', '005', '@', 'control field', 'control field', 0, 0, 0, '', '', '', 0, 0, '', '', ''),
141                 ('', '015', '@', 'ISADN', 'ISADN', 0, 0, 0, '', '', '', 0, 0, '', '', ''),
142                 ('', '035', 'a', 'System Control Number', 'System Control Number', 0, 0, 0, '', '', '', 0, -5, '', '', ''),
143                 ('', '035', 'z', 'Cancelled or invalid control number', 'Cancelled or invalid control number', 1, 0, 0, '', '', '', 0, -5, '', '', ''),
144                 ('', '100', 'a', 'General Processing Data', 'General Processing Data', 0, 1, 1, '', '', '', 0, -5, '', '', ''),
145                 ('', '101', 'a', 'Language used by the Entity', 'Language used by the Entity', 0, 0, 1, '', '', '', 0, -5, '', '', ''),
146                 ('', '102', 'a', 'Country of Nationality', 'Country of Nationality', 1, 0, 1, '', '', '', 0, -5, '', '', ''),
147                 ('', '102', 'b', 'Locality', 'Locality', 1, 0, 1, '', '', '', 0, -5, '', '', ''),
148                 ('', '106', 'a', 'One Character Code', 'One Character Code', 0, 0, 1, '', '', '', 0, -5, '', '', ''),
149                 ('', '120', 'a', 'Coded data: personal names', 'Coded data: personal names', 0, 0, 1, '', '', '', 0, -5, '', '', ''),
150                 ('', '123', 'd', 'Co-ordinates: Westernmost Longitude', 'Co-ordinates: Westernmost Longitude', 0, 0, 1, '', '', '', 0, -5, '', '', ''),
151                 ('', '123', 'e', 'Co-ordinates: Easternmost Longitude', 'Co-ordinates: Easternmost Longitude', 0, 0, 1, '', '', '', 0, -5, '', '', ''),
152                 ('', '123', 'f', 'Co-ordinates: Nothernmost Latitude', 'Co-ordinates: Nothernmost Latitude', 0, 0, 1, '', '', '', 0, -5, '', '', ''),
153                 ('', '123', 'g', 'Co-ordinates: Southernmost Latitude', 'Co-ordinates: Southernmost Latitude', 0, 0, 1, '', '', '', 0, -5, '', '', ''),
154                 ('', '150', 'a', 'Name Processing Data', 'Name Processing Data', 0, 0, 1, '', '', '', 0, -5, '', '', ''),
155                 ('', '152', 'a', 'Cataloguing Rules', 'Cataloguing Rules', 0, 0, 1, '', '', '', 0, -5, '', '', ''),
156                 ('', '152', 'b', 'Subject System', 'Subject System', 0, 0, 1, '', '', '', 0, -5, '', '', ''),
157                 ('', '154', 'a', 'Title Processing Data', 'Title Processing Data', 0, 0, 1, '', '', '', 0, -5, '', '', ''),
158                 ('', '160', 'a', 'Geographic Area Code', 'Geographic Area Code', 1, 0, 1, '', '', '', 0, -5, '', '', ''),
159                 ('', '200', '4', 'Relator Code', 'Relator Code', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
160                 ('', '200', '7', 'Script', 'Script', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
161                 ('', '200', '8', 'Language of Cataloguing', 'Language of Cataloguing', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
162                 ('', '200', 'a', 'Entry Element', 'Entry Element', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
163                 ('', '200', 'b', 'Part of Name Other than Entry Element', 'Part of Name Other than Entry Element', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
164                 ('', '200', 'c', 'Additions to Name Other than Dates', 'Additions to Name Other than Dates', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
165                 ('', '200', 'd', 'Roman Numerals', 'Roman Numerals', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
166                 ('', '200', 'f', 'Dates', 'Dates', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
167                 ('', '200', 'g', 'Expansion of Initials of Forename', 'Expansion of Initials of Forename', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
168                 ('', '200', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
169                 ('', '200', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
170                 ('', '200', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
171                 ('', '200', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
172                 ('', '210', '4', 'Relator Code', 'Relator Code', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
173                 ('', '210', '7', 'Script', 'Script', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
174                 ('', '210', '8', 'Language of Cataloguing', 'Language of Cataloguing', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
175                 ('', '210', 'a', 'Entry Element', 'Entry Element', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
176                 ('', '210', 'b', 'Subdivision', 'Subdivision', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
177                 ('', '210', 'c', 'Additions to Name or Qualifier', 'Additions to Name or Qualifier', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
178                 ('', '210', 'd', 'Number of Meeting', 'Number of Meeting', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
179                 ('', '210', 'e', 'Location of Meeting', 'Location of Meeting', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
180                 ('', '210', 'f', 'Date of Meeting', 'Date of Meeting', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
181                 ('', '210', 'g', 'Inverted Element', 'Inverted Element', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
182                 ('', '210', 'h', 'Part of Name Other than Entry Element and Inverted Element', 'Part of Name Other than Entry Element and Inverted Element', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
183                 ('', '210', 'j', 'Form Subdivision', 'Form Subdivision', 0, 0, 2, '', NULL, '', 0, 0, '', '', ''),
184                 ('', '210', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
185                 ('', '210', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
186                 ('', '210', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
187                 ('', '215', '7', 'Script', 'Script', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
188                 ('', '215', '8', 'Language of Cataloguing', 'Language of Cataloguing', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
189                 ('', '215', 'a', 'Entry Element', 'Entry Element', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
190                 ('', '215', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
191                 ('', '215', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
192                 ('', '215', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
193                 ('', '215', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
194                 ('', '216', '7', 'Script', 'Script', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
195                 ('', '216', '8', 'Language of Cataloguing and Language of the Base Heading', 'Language of Cataloguing and Language of the Base Heading', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
196                 ('', '216', 'a', 'Entry Element', 'Entry Element', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
197                 ('', '216', 'c', 'Qualification', 'Qualification', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
198                 ('', '216', 'f', 'Dates', 'Dates', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
199                 ('', '216', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
200                 ('', '216', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
201                 ('', '216', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
202                 ('', '216', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
203                 ('', '220', '4', 'Relator Code', 'Relator Code', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
204                 ('', '220', '7', 'Script of Cataloguing and Script of the Base Heading', 'Script of Cataloguing and Script of the Base Heading', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
205                 ('', '220', '8', 'Language of Cataloguing and Language of the Base Heading', 'Language of Cataloguing and Language of the Base Heading', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
206                 ('', '220', 'a', 'Entry Element', 'Entry Element', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
207                 ('', '220', 'f', 'Dates', 'Dates', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
208                 ('', '220', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
209                 ('', '220', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
210                 ('', '220', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
211                 ('', '220', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
212                 ('', '230', '7', 'Script', 'Script', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
213                 ('', '230', '8', 'Language of Cataloguing', 'Language of Cataloguing', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
214                 ('', '230', 'a', 'Entry Element', 'Entry Element', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
215                 ('', '230', 'b', 'General Material Designation', 'General Material Designation', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
216                 ('', '230', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
217                 ('', '230', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
218                 ('', '230', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
219                 ('', '230', 'k', 'Date of Publication', 'Date of Publication', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
220                 ('', '230', 'l', 'Form Subheading', 'Form Subheading', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
221                 ('', '230', 'm', 'Language (when Part of Heading)', 'Language (when Part of Heading)', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
222                 ('', '230', 'n', 'Miscellaneous Information', 'Miscellaneous Information', 0, 0, 2, '', NULL, '', 0, 0, '', '', ''),
223                 ('', '230', 'q', 'Version (or Date of Version)', 'Version (or Date of Version)', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
224                 ('', '230', 'r', 'Medium of Performance (for Music)', 'Medium of Performance (for Music)', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
225                 ('', '230', 's', 'Numeric Designation (for Music)', 'Numeric Designation (for Music)', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
226                 ('', '230', 'u', 'Key (for Music)', 'Key (for Music)', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
227                 ('', '230', 'w', 'Arranged Statement (for Music)', 'Arranged Statement (for Music)', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
228                 ('', '230', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
229                 ('', '230', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
230                 ('', '230', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
231                 ('', '235', '7', 'Script of Cataloguing and Script of the Base Heading', 'Script of Cataloguing and Script of the Base Heading', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
232                 ('', '235', '8', 'Language of Cataloguing and Language of the Base Heading', 'Language of Cataloguing and Language of the Base Heading', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
233                 ('', '235', 'a', 'Collective Uniform Title', 'Collective Uniform Title', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
234                 ('', '235', 'b', 'General Material Designation', 'General Material Designation', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
235                 ('', '235', 'e', 'Collective Uniform Subtitle', 'Collective Uniform Subtitle', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
236                 ('', '235', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
237                 ('', '235', 'k', 'Date of Publication', 'Date of Publication', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
238                 ('', '235', 'm', 'Language (when Part of Heading)', 'Language (when Part of Heading)', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
239                 ('', '235', 'r', 'Medium of Performance (for Music)', 'Medium of Performance (for Music)', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
240                 ('', '235', 's', 'Numeric Designation (for Music)', 'Numeric Designation (for Music)', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
241                 ('', '235', 'u', 'Key (for Music)', 'Key (for Music)', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
242                 ('', '235', 'w', 'Arranged Statement (for Music)', 'Arranged Statement (for Music)', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
243                 ('', '235', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
244                 ('', '235', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
245                 ('', '235', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
246                 ('', '240', '7', 'Script of Cataloguing and Script of the Base Heading', 'Script of Cataloguing and Script of the Base Heading', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
247                 ('', '240', '8', 'Language of Cataloguing and Language of the Base Heading', 'Language of Cataloguing and Language of the Base Heading', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
248                 ('', '240', 'a', 'Entry Element', 'Entry Element', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
249                 ('', '240', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
250                 ('', '240', 't', 'Title', 'Title', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
251                 ('', '240', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
252                 ('', '240', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
253                 ('', '240', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
254                 ('', '245', '7', 'Script of Cataloguing and Script of the Base Heading', 'Script of Cataloguing and Script of the Base Heading', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
255                 ('', '245', '8', 'Language of Cataloguing and Language of the Base Heading', 'Language of Cataloguing and Language of the Base Heading', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
256                 ('', '245', 'a', 'Entry Element', 'Entry Element', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
257                 ('', '245', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
258                 ('', '245', 't', 'Title', 'Title', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
259                 ('', '245', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
260                 ('', '245', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
261                 ('', '245', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
262                 ('', '250', '7', 'Script of Cataloguing and Script of the Base Heading', 'Script of Cataloguing and Script of the Base Heading', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
263                 ('', '250', '8', 'Language of Cataloguing and Language of the Base Heading', 'Language of Cataloguing and Language of the Base Heading', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
264                 ('', '250', 'a', 'Topical Subject', 'Topical Subject', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
265                 ('', '250', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
266                 ('', '250', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
267                 ('', '250', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
268                 ('', '250', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
269                 ('', '260', '7', 'Script of Cataloguing and Script of the Base Heading', 'Script of Cataloguing and Script of the Base Heading', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
270                 ('', '260', '8', 'Language of Cataloguing and Language of the Base Heading', 'Language of Cataloguing and Language of the Base Heading', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
271                 ('', '260', 'a', 'Country', 'Country', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
272                 ('', '260', 'b', 'State or Province, etc.', 'State or Province, etc.', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
273                 ('', '260', 'c', 'County', 'County', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
274                 ('', '260', 'd', 'City', 'City', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
275                 ('', '280', '7', 'Script of Cataloguing and Script of the Base Heading', 'Script of Cataloguing and Script of the Base Heading', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
276                 ('', '280', '8', 'Language of Cataloguing and Language of the Base Heading', 'Language of Cataloguing and Language of the Base Heading', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
277                 ('', '280', 'a', 'Entry Element', 'Entry Element', 0, 0, 2, '', '', '', 0, 0, '', '', ''),
278                 ('', '280', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
279                 ('', '280', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
280                 ('', '280', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
281                 ('', '280', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, 2, '', '', '', 0, 0, '', '', ''),
282                 ('', '300', '6', 'Interfield Linking Data', 'Interfield Linking Data', 0, 0, 3, '', '', '', 0, -5, '', '', ''),
283                 ('', '300', '7', 'Script of Cataloguing and Script of the Base Heading', 'Script of Cataloguing and Script of the Base Heading', 0, 0, 3, '', '', '', 0, -5, '', '', ''),
284                 ('', '300', 'a', 'Information Note', 'Information Note', 0, 0, 3, '', '', '', 0, -5, '', '', ''),
285                 ('', '305', '6', 'Interfield Linking Data', 'Interfield Linking Data', 0, 0, 3, '', '', '', 0, -5, '', '', ''),
286                 ('', '305', '7', 'Script of Cataloguing and Script of the Base Heading', 'Script of Cataloguing and Script of the Base Heading', 0, 0, 3, '', '', '', 0, -5, '', '', ''),
287                 ('', '305', 'a', 'Instruction Phrase', 'Instruction Phrase', 1, 0, 3, '', '', '', 0, -5, '', '', ''),
288                 ('', '305', 'b', 'Heading Referred', 'Heading Referred', 1, 0, 3, '', '', '', 0, -5, '', '', ''),
289                 ('', '310', '6', 'Interfield Linking Data', 'Interfield Linking Data', 0, 0, 3, '', '', '', 0, -5, '', '', ''),
290                 ('', '310', '7', 'Script of Cataloguing and Script of the Base Heading', 'Script of Cataloguing and Script of the Base Heading', 0, 0, 3, '', '', '', 0, -5, '', '', ''),
291                 ('', '310', 'a', 'Instruction Phrase', 'Instruction Phrase', 0, 0, 3, '', '', '', 0, -5, '', '', ''),
292                 ('', '310', 'b', 'Heading Referred', 'Heading Referred', 1, 0, 3, '', '', '', 0, -5, '', '', ''),
293                 ('', '320', '6', 'Interfield Linking Data', 'Interfield Linking Data', 0, 0, 3, '', '', '', 0, -5, '', '', ''),
294                 ('', '320', '7', 'Script of Cataloguing and Script of the Base Heading', 'Script of Cataloguing and Script of the Base Heading', 0, 0, 3, '', NULL, '', 0, 0, '', '', ''),
295                 ('', '320', 'a', 'General Explanatory Reference Note', 'General Explanatory Reference Note', 1, 0, 3, '', '', '', 0, -5, '', '', ''),
296                 ('', '330', '6', 'Interfield Linking Data', 'Interfield Linking Data', 0, 0, 3, '', '', '', 0, -5, '', '', ''),
297                 ('', '330', '7', 'Script of Cataloguing and Script of the Base Heading', 'Script of Cataloguing and Script of the Base Heading', 0, 0, 3, '', '', '', 0, -5, '', '', ''),
298                 ('', '330', 'a', 'General Scope Note', 'General Scope Note', 0, 0, 3, '', '', '', 0, -5, '', '', ''),
299                 ('', '340', '6', 'Interfield Linking Data', 'Interfield Linking Data', 0, 0, 3, '', '', '', 0, -5, '', '', ''),
300                 ('', '340', '7', 'Script of Cataloguing and Script of the Base Heading', 'Script of Cataloguing and Script of the Base Heading', 0, 0, 3, '', '', '', 0, -5, '', '', ''),
301                 ('', '340', 'a', 'Biographical or Activity Note', 'Biographical or Activity Note', 0, 0, 3, '', '', '', 0, -5, '', '', ''),
302                 ('', '356', '6', 'Interfield Linking Data', 'Interfield Linking Data', 0, 0, 3, '', '', '', 0, -5, '', '', ''),
303                 ('', '356', '7', 'Script of Cataloguing and Script of the Base Heading', 'Script of Cataloguing and Script of the Base Heading', 0, 0, 3, '', '', '', 0, -5, '', '', ''),
304                 ('', '356', 'a', 'Geographical Note', 'Geographical Note', 0, 0, 3, '', '', '', 0, -5, '', '', ''),
305                 ('', '400', '0', 'Instruction Phrase', 'Instruction Phrase', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
306                 ('', '400', '2', 'Subject System Code', 'Subject System Code', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
307                 ('', '400', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
308                 ('', '400', '4', 'Relator Code', 'Relator Code', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
309                 ('', '400', '5', 'Tracing Control', 'Tracing Control', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
310                 ('', '400', '6', 'Interfield Linking Data', 'Interfield Linking Data', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
311                 ('', '400', '8', 'Language of Cataloguing and Language of the Base Heading', 'Language of Cataloguing and Language of the Base Heading', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
312                 ('', '400', 'a', 'Entry Element', 'Entry Element', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
313                 ('', '400', 'b', 'Part of Name Other than Entry Element', 'Part of Name Other than Entry Element', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
314                 ('', '400', 'c', 'Additions to Name Other than Dates', 'Additions to Name Other than Dates', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
315                 ('', '400', 'd', 'Roman Numerals', 'Roman Numerals', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
316                 ('', '400', 'f', 'Dates', 'Dates', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
317                 ('', '400', 'g', 'Expansion of Initials of Forename', 'Expansion of Initials of Forename', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
318                 ('', '400', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
319                 ('', '400', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
320                 ('', '400', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
321                 ('', '400', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
322                 ('', '410', '0', 'Instruction Phrase', 'Instruction Phrase', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
323                 ('', '410', '2', 'sub', 'sub', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
324                 ('', '410', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
325                 ('', '410', '4', 'Relator Code', 'Relator Code', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
326                 ('', '410', '5', 'Tracing Control', 'Tracing Control', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
327                 ('', '410', '6', 'Interfield Linking Data', 'Interfield Linking Data', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
328                 ('', '410', '7', 'scr', 'scr', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
329                 ('', '410', '8', 'Language of Cataloguing and Language of the Base Heading', 'Language of Cataloguing and Language of the Base Heading', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
330                 ('', '410', 'a', 'Entry Element', 'Entry Element', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
331                 ('', '410', 'b', 'Subdivision', 'Subdivision', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
332                 ('', '410', 'c', 'Additions to Name or Qualifier', 'Additions to Name or Qualifier', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
333                 ('', '410', 'd', 'Number of Meeting and/or Part of Meeting', 'Number of Meeting and/or Part of Meeting', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
334                 ('', '410', 'e', 'Location of Meeting', 'Location of Meeting', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
335                 ('', '410', 'f', 'Date of Meeting', 'Date of Meeting', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
336                 ('', '410', 'g', 'Inverted Element', 'Inverted Element', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
337                 ('', '410', 'h', 'Part of Name Other than Entry Element and Inverted Element', 'Part of Name Other than Entry Element and Inverted Element', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
338                 ('', '410', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
339                 ('', '410', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
340                 ('', '410', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
341                 ('', '410', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
342                 ('', '415', '0', 'Instruction Phrase', 'Instruction Phrase', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
343                 ('', '415', '2', 'Subject System Code', 'Subject System Code', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
344                 ('', '415', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
345                 ('', '415', '5', 'Tracing Control', 'Tracing Control', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
346                 ('', '415', '6', 'Interfield Linking Data', 'Interfield Linking Data', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
347                 ('', '415', '7', 'Script of Cataloguing and Script of the Base Heading', 'Script of Cataloguing and Script of the Base Heading', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
348                 ('', '415', '8', 'Language of Cataloguing and Language of the Base Heading', 'Language of Cataloguing and Language of the Base Heading', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
349                 ('', '415', 'a', 'Entry Element', 'Entry Element', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
350                 ('', '415', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
351                 ('', '415', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
352                 ('', '415', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
353                 ('', '415', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
354                 ('', '416', '0', 'Instruction Phrase', 'Instruction Phrase', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
355                 ('', '416', '2', 'Subject System Code', 'Subject System Code', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
356                 ('', '416', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
357                 ('', '416', '5', 'Tracing Control', 'Tracing Control', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
358                 ('', '416', '6', 'Interfield Linking Data', 'Interfield Linking Data', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
359                 ('', '416', '7', 'Script of Cataloguing and Script of the Base Heading', 'Script of Cataloguing and Script of the Base Heading', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
360                 ('', '416', '8', 'Language of Cataloguing and Language of the Base Heading', 'Language of Cataloguing and Language of the Base Heading', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
361                 ('', '416', 'a', 'Entry Element', 'Entry Element', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
362                 ('', '416', 'c', 'Qualification', 'Qualification', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
363                 ('', '416', 'f', 'Dates', 'Dates', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
364                 ('', '416', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
365                 ('', '416', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
366                 ('', '416', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
367                 ('', '416', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
368                 ('', '420', '0', 'Instruction Phrase', 'Instruction Phrase', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
369                 ('', '420', '2', 'Subject System Code', 'Subject System Code', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
370                 ('', '420', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
371                 ('', '420', '4', 'Relator Code', 'Relator Code', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
372                 ('', '420', '5', 'Tracing Control', 'Tracing Control', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
373                 ('', '420', '6', 'Interfield Linking Data', 'Interfield Linking Data', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
374                 ('', '420', '7', 'Script of Cataloguing and Script of the Base Heading', 'Script of Cataloguing and Script of the Base Heading', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
375                 ('', '420', '8', 'Language of Cataloguing and Language of the Base Heading', 'Language of Cataloguing and Language of the Base Heading', 0, 0, 4, '', NULL, '', 0, 0, '', '', ''),
376                 ('', '420', 'a', 'Entry Element', 'Entry Element', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
377                 ('', '420', 'f', 'Dates', 'Dates', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
378                 ('', '420', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
379                 ('', '420', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
380                 ('', '420', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
381                 ('', '420', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
382                 ('', '430', '0', 'Instruction Phrase', 'Instruction Phrase', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
383                 ('', '430', '2', 'Subject System Code', 'Subject System Code', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
384                 ('', '430', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
385                 ('', '430', '5', 'Tracing Control', 'Tracing Control', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
386                 ('', '430', '6', 'Interfield Linking Data', 'Interfield Linking Data', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
387                 ('', '430', '7', 'Script of Cataloguing and Script of the Base Heading', 'Script of Cataloguing and Script of the Base Heading', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
388                 ('', '430', '8', 'Language of Cataloguing and Language of the Base Heading', 'Language of Cataloguing and Language of the Base Heading', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
389                 ('', '430', 'a', 'Entry Element', 'Entry Element', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
390                 ('', '430', 'b', 'General Material Designation', 'General Material Designation', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
391                 ('', '430', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
392                 ('', '430', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
393                 ('', '430', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
394                 ('', '430', 'k', 'Date of Publication', 'Date of Publication', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
395                 ('', '430', 'l', 'Form Subheading', 'Form Subheading', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
396                 ('', '430', 'm', 'Language (when Part of Heading)', 'Language (when Part of Heading)', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
397                 ('', '430', 'n', 'Miscellaneous Information', 'Miscellaneous Information', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
398                 ('', '430', 'q', 'Version (or Date of Version)', 'Version (or Date of Version)', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
399                 ('', '430', 'r', 'Medium of Performance (for Music)', 'Medium of Performance (for Music)', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
400                 ('', '430', 's', 'Numeric Designation (for Music)', 'Numeric Designation (for Music)', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
401                 ('', '430', 'u', 'Key (for Music)', 'Key (for Music)', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
402                 ('', '430', 'w', 'Arranged Statement (for Music)', 'Arranged Statement (for Music)', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
403                 ('', '430', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
404                 ('', '430', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
405                 ('', '430', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
406                 ('', '440', '0', 'Instruction Phrase', 'Instruction Phrase', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
407                 ('', '440', '2', 'Subject System Code', 'Subject System Code', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
408                 ('', '440', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
409                 ('', '440', '5', 'Tracing Control', 'Tracing Control', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
410                 ('', '440', '6', 'Interfield Linking Data', 'Interfield Linking Data', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
411                 ('', '440', '7', 'Script of Cataloguing and Script of the Base Heading', 'Script of Cataloguing and Script of the Base Heading', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
412                 ('', '440', '8', 'Language of Cataloguing and Language of the Base Heading', 'Language of Cataloguing and Language of the Base Heading', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
413                 ('', '440', 'a', 'Entry Element', 'Entry Element', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
414                 ('', '440', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
415                 ('', '440', 't', 'Title', 'Title', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
416                 ('', '440', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
417                 ('', '440', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
418                 ('', '440', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
419                 ('', '445', '0', 'Instruction Phrase', 'Instruction Phrase', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
420                 ('', '445', '2', 'Subject System Code', 'Subject System Code', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
421                 ('', '445', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
422                 ('', '445', '5', 'Tracing Control', 'Tracing Control', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
423                 ('', '445', '6', 'Interfield Linking Data', 'Interfield Linking Data', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
424                 ('', '445', '7', 'Script of Cataloguing and Script of the Base Heading', 'Script of Cataloguing and Script of the Base Heading', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
425                 ('', '445', '8', 'Language of Cataloguing and Language of the Base Heading', 'Language of Cataloguing and Language of the Base Heading', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
426                 ('', '445', 'a', 'Entry Element', 'Entry Element', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
427                 ('', '445', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
428                 ('', '445', 't', 'Title', 'Title', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
429                 ('', '445', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
430                 ('', '445', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
431                 ('', '445', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
432                 ('', '450', '0', 'Instruction Phrase', 'Instruction Phrase', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
433                 ('', '450', '2', 'Subject System Code', 'Subject System Code', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
434                 ('', '450', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
435                 ('', '450', '5', 'Tracing Control', 'Tracing Control', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
436                 ('', '450', '6', 'Interfield Linking Data', 'Interfield Linking Data', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
437                 ('', '450', '7', 'Script of Cataloguing and Script of the Base Heading', 'Script of Cataloguing and Script of the Base Heading', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
438                 ('', '450', '8', 'Language of Cataloguing and Language of the Base Heading', 'Language of Cataloguing and Language of the Base Heading', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
439                 ('', '450', 'a', 'Entry Element', 'Entry Element', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
440                 ('', '450', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
441                 ('', '450', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
442                 ('', '450', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
443                 ('', '450', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
444                 ('', '460', '0', 'Instruction Phrase', 'Instruction Phrase', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
445                 ('', '460', '2', 'Subject System Code', 'Subject System Code', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
446                 ('', '460', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
447                 ('', '460', '5', 'Tracing Control', 'Tracing Control', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
448                 ('', '460', '6', 'Interfield Linking Data', 'Interfield Linking Data', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
449                 ('', '460', '7', 'Script of Cataloguing and Script of the Base Heading', 'Script of Cataloguing and Script of the Base Heading', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
450                 ('', '460', '8', 'Language of Cataloguing and Language of the Base Heading', 'Language of Cataloguing and Language of the Base Heading', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
451                 ('', '460', 'a', 'Country', 'Country', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
452                 ('', '460', 'b', 'State or Province, etc.', 'State or Province, etc.', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
453                 ('', '460', 'c', 'Country', 'Country', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
454                 ('', '460', 'd', 'City', 'City', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
455                 ('', '480', '0', 'Instruction Phrase', 'Instruction Phrase', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
456                 ('', '480', '2', 'Subject System Code', 'Subject System Code', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
457                 ('', '480', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
458                 ('', '480', '5', 'Tracing Control', 'Tracing Control', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
459                 ('', '480', '6', 'Interfield Linking Data', 'Interfield Linking Data', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
460                 ('', '480', '7', 'Script of Cataloguing and Script of the Base Heading', 'Script of Cataloguing and Script of the Base Heading', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
461                 ('', '480', '8', 'Language of Cataloguing and Language of the Base Heading', 'Language of Cataloguing and Language of the Base Heading', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
462                 ('', '480', 'a', 'Entry Element', 'Entry Element', 0, 0, 4, '', '', '', 0, 0, '', '', ''),
463                 ('', '480', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
464                 ('', '480', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
465                 ('', '480', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
466                 ('', '480', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, 4, '', '', '', 0, 0, '', '', ''),
467                 ('', '500', '0', 'Instruction Phrase', 'Instruction Phrase', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
468                 ('', '500', '2', 'Subject System Code', 'Subject System Code', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
469                 ('', '500', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
470                 ('', '500', '4', 'Relator Code', 'Relator Code', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
471                 ('', '500', '5', 'Tracing Control', 'Tracing Control', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
472                 ('', '500', '6', 'Interfield Linking Data', 'Interfield Linking Data', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
473                 ('', '500', '7', 'Script of Cataloguing and Script of the Base Heading', 'Script of Cataloguing and Script of the Base Heading', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
474                 ('', '500', '8', 'Language of Cataloguing and Language of the Base Heading', 'Language of Cataloguing and Language of the Base Heading', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
475                 ('', '500', 'a', 'Entry Element', 'Entry Element', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
476                 ('', '500', 'b', 'Part of Name Other than Entry Element', 'Part of Name Other than Entry Element', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
477                 ('', '500', 'c', 'Additions to Name Other than Dates', 'Additions to Name Other than Dates', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
478                 ('', '500', 'd', 'Roman Numerals', 'Roman Numerals', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
479                 ('', '500', 'f', 'Dates', 'Dates', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
480                 ('', '500', 'g', 'Expansion of Initials of Forename', 'Expansion of Initials of Forename', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
481                 ('', '500', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
482                 ('', '500', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
483                 ('', '500', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
484                 ('', '500', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
485                 ('', '510', '0', 'Instruction Phrase', 'Instruction Phrase', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
486                 ('', '510', '2', 'Subject System Code', 'Subject System Code', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
487                 ('', '510', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
488                 ('', '510', '4', 'Relator Code', 'Relator Code', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
489                 ('', '510', '5', 'Tracing Control', 'Tracing Control', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
490                 ('', '510', '6', 'Interfield Linking Data', 'Interfield Linking Data', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
491                 ('', '510', '7', 'Script of Cataloguing and Script of the Base Heading', 'Script of Cataloguing and Script of the Base Heading', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
492                 ('', '510', '8', 'Language of Cataloguing and Language of the Base Heading', 'Language of Cataloguing and Language of the Base Heading', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
493                 ('', '510', 'a', 'Entry Element', 'Entry Element', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
494                 ('', '510', 'b', 'Subdivision', 'Subdivision', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
495                 ('', '510', 'c', 'Additions to Name or Qualifier', 'Additions to Name or Qualifier', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
496                 ('', '510', 'd', 'Number of Meeting and/or Part of Meeting', 'Number of Meeting and/or Part of Meeting', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
497                 ('', '510', 'e', 'Location of Meeting', 'Location of Meeting', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
498                 ('', '510', 'f', 'Date of Meeting', 'Date of Meeting', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
499                 ('', '510', 'g', 'Inverted Element', 'Inverted Element', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
500                 ('', '510', 'h', 'Part of Name Other than Entry Element and Inverted Element', 'Part of Name Other than Entry Element and Inverted Element', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
501                 ('', '510', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
502                 ('', '510', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
503                 ('', '510', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
504                 ('', '510', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
505                 ('', '515', '0', 'Instruction Phrase', 'Instruction Phrase', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
506                 ('', '515', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
507                 ('', '515', '5', 'Tracing Control', 'Tracing Control', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
508                 ('', '515', '6', 'Interfield Linking Data', 'Interfield Linking Data', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
509                 ('', '515', '7', 'Script of Cataloguing and Script of the Base Heading', 'Script of Cataloguing and Script of the Base Heading', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
510                 ('', '515', '8', 'Language of Cataloguing and Language of the Base Heading', 'Language of Cataloguing and Language of the Base Heading', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
511                 ('', '515', 'a', 'Entry Element', 'Entry Element', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
512                 ('', '515', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
513                 ('', '515', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
514                 ('', '515', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
515                 ('', '515', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
516                 ('', '516', '0', 'Instruction Phrase', 'Instruction Phrase', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
517                 ('', '516', '2', 'Subject System Code', 'Subject System Code', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
518                 ('', '516', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
519                 ('', '516', '5', 'Tracing Control', 'Tracing Control', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
520                 ('', '516', '6', 'Interfield Linking Data', 'Interfield Linking Data', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
521                 ('', '516', '7', 'Script of Cataloguing and Script of the Base Heading', 'Script of Cataloguing and Script of the Base Heading', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
522                 ('', '516', '8', 'Language of Cataloguing and Language of the Base Heading', 'Language of Cataloguing and Language of the Base Heading', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
523                 ('', '516', 'a', 'Entry Element', 'Entry Element', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
524                 ('', '516', 'c', 'Qualification', 'Qualification', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
525                 ('', '516', 'f', 'Dates', 'Dates', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
526                 ('', '516', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
527                 ('', '516', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
528                 ('', '516', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
529                 ('', '516', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
530                 ('', '520', '0', 'Instruction Phrase', 'Instruction Phrase', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
531                 ('', '520', '2', 'Subject System Code', 'Subject System Code', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
532                 ('', '520', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
533                 ('', '520', '4', 'Relator Code', 'Relator Code', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
534                 ('', '520', '5', 'Tracing Control', 'Tracing Control', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
535                 ('', '520', '6', 'Interfield Linking Data', 'Interfield Linking Data', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
536                 ('', '520', '7', 'Script of Cataloguing and Script of the Base Heading', 'Script of Cataloguing and Script of the Base Heading', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
537                 ('', '520', '8', 'Language of Cataloguing and Language of the Base Heading', 'Language of Cataloguing and Language of the Base Heading', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
538                 ('', '520', 'a', 'Entry Element', 'Entry Element', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
539                 ('', '520', 'f', 'Dates', 'Dates', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
540                 ('', '520', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
541                 ('', '520', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
542                 ('', '520', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
543                 ('', '520', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
544                 ('', '530', '0', 'Instruction Phrase', 'Instruction Phrase', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
545                 ('', '530', '2', 'Subject System Code', 'Subject System Code', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
546                 ('', '530', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
547                 ('', '530', '5', 'tra', 'tra', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
548                 ('', '530', '6', 'Interfield Linking Data', 'Interfield Linking Data', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
549                 ('', '530', '7', 'Script of Cataloguing and Script of the Base Heading', 'Script of Cataloguing and Script of the Base Heading', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
550                 ('', '530', '8', 'Language of Cataloguing and Language of the Base Heading', 'Language of Cataloguing and Language of the Base Heading', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
551                 ('', '530', 'a', 'Entry Element', 'Entry Element', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
552                 ('', '530', 'b', 'General Material Designation', 'General Material Designation', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
553                 ('', '530', 'h', 'Number of Section or Part', 'Number of Section or Part', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
554                 ('', '530', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
555                 ('', '530', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
556                 ('', '530', 'k', 'Date de Publication', 'Date de Publication', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
557                 ('', '530', 'l', 'Form Subheading', 'Form Subheading', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
558                 ('', '530', 'm', 'Language (when Part of Heading)', 'Language (when Part of Heading)', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
559                 ('', '530', 'n', 'Miscellaneous Information', 'Miscellaneous Information', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
560                 ('', '530', 'q', 'Version (or Date of Version)', 'Version (or Date of Version)', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
561                 ('', '530', 'r', 'Medium of Performance (for Music)', 'Medium of Performance (for Music)', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
562                 ('', '530', 's', 'Numeric Designation (for Music)', 'Numeric Designation (for Music)', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
563                 ('', '530', 'u', 'Key (for Music)', 'Key (for Music)', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
564                 ('', '530', 'w', 'Arranged Statement (for Music)', 'Arranged Statement (for Music)', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
565                 ('', '530', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
566                 ('', '530', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
567                 ('', '530', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
568                 ('', '540', '0', 'Instruction Phrase', 'Instruction Phrase', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
569                 ('', '540', '2', 'Subject System Code', 'Subject System Code', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
570                 ('', '540', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
571                 ('', '540', '5', 'Tracing Control', 'Tracing Control', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
572                 ('', '540', '6', 'Interfield Linking Data', 'Interfield Linking Data', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
573                 ('', '540', '7', 'Script of Cataloguing and Script of the Base Heading', 'Script of Cataloguing and Script of the Base Heading', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
574                 ('', '540', '8', 'Language of Cataloguing and Language of the Base Heading', 'Language of Cataloguing and Language of the Base Heading', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
575                 ('', '540', 'a', 'Entry Element', 'Entry Element', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
576                 ('', '540', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
577                 ('', '540', 't', 'Title', 'Title', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
578                 ('', '540', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
579                 ('', '540', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
580                 ('', '540', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
581                 ('', '545', '0', 'Instruction Phrase', 'Instruction Phrase', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
582                 ('', '545', '2', 'Subject System Code', 'Subject System Code', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
583                 ('', '545', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
584                 ('', '545', '5', 'Tracing Control', 'Tracing Control', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
585                 ('', '545', '6', 'Interfield Linking Data', 'Interfield Linking Data', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
586                 ('', '545', '7', 'Script of Cataloguing and Script of the Base Heading', 'Script of Cataloguing and Script of the Base Heading', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
587                 ('', '545', '8', 'Language of Cataloguing and Language of the Base Heading', 'Language of Cataloguing and Language of the Base Heading', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
588                 ('', '545', 'a', 'Entry Element', 'Entry Element', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
589                 ('', '545', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
590                 ('', '545', 't', 'Title', 'Title', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
591                 ('', '545', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
592                 ('', '545', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
593                 ('', '545', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
594                 ('', '550', '0', 'Instruction Phrase', 'Instruction Phrase', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
595                 ('', '550', '2', 'Subject System Code', 'Subject System Code', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
596                 ('', '550', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
597                 ('', '550', '5', 'Tracing Control', 'Tracing Control', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
598                 ('', '550', '6', 'Interfield Linking Data', 'Interfield Linking Data', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
599                 ('', '550', '7', 'Script of Cataloguing and Script of the Base Heading', 'Script of Cataloguing and Script of the Base Heading', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
600                 ('', '550', '8', 'Language of Cataloguing and Language of the Base Heading', 'Language of Cataloguing and Language of the Base Heading', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
601                 ('', '550', 'a', 'Entry Element', 'Entry Element', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
602                 ('', '550', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
603                 ('', '550', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
604                 ('', '550', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
605                 ('', '550', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
606                 ('', '560', '0', 'Instruction Phrase', 'Instruction Phrase', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
607                 ('', '560', '2', 'Subject System Code', 'Subject System Code', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
608                 ('', '560', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
609                 ('', '560', '5', 'Tracing Control', 'Tracing Control', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
610                 ('', '560', '6', 'Interfield Linking Data', 'Interfield Linking Data', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
611                 ('', '560', '7', 'Script of Cataloguing and Script of the Base Heading', 'Script of Cataloguing and Script of the Base Heading', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
612                 ('', '560', '8', 'Language of Cataloguing and Language of the Base Heading', 'Language of Cataloguing and Language of the Base Heading', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
613                 ('', '560', 'a', 'Country', 'Country', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
614                 ('', '560', 'b', 'State or Province, etc.', 'State or Province, etc.', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
615                 ('', '560', 'c', 'County', 'County', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
616                 ('', '560', 'd', 'City', 'City', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
617                 ('', '580', '0', 'Instruction Phrase', 'Instruction Phrase', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
618                 ('', '580', '2', 'Subject System Code', 'Subject System Code', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
619                 ('', '580', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
620                 ('', '580', '5', 'Tracing Control', 'Tracing Control', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
621                 ('', '580', '6', 'Interfield Linking Data', 'Interfield Linking Data', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
622                 ('', '580', '7', 'Script of Cataloguing and Script of the Base Heading', 'Script of Cataloguing and Script of the Base Heading', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
623                 ('', '580', '8', 'Language of Cataloguing and Language of the Base Heading', 'Language of Cataloguing and Language of the Base Heading', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
624                 ('', '580', 'a', 'Entry Element', 'Entry Element', 0, 0, 5, '', '', '', 0, 0, '', '', ''),
625                 ('', '580', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
626                 ('', '580', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
627                 ('', '580', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
628                 ('', '580', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 1, 0, 5, '', '', '', 0, 0, '', '', ''),
629                 ('', '675', '3', 'Authority Code Number (Link to Classification Format)', 'Authority Code Number (Link to Classification Format)', 0, 0, 6, '', '', '', 0, -5, '', '', ''),
630                 ('', '675', 'a', 'UDC Number, Single or Beginning of a Range', 'UDC Number, Single or Beginning of a Range', 0, 0, 6, '', '', '', 0, -5, '', '', ''),
631                 ('', '675', 'b', 'UDC Number, End of a Range', 'UDC Number, End of a Range', 0, 0, 6, '', '', '', 0, -5, '', '', ''),
632                 ('', '675', 'c', 'Explanatory Terms', 'Explanatory Terms', 0, 0, 6, '', '', '', 0, -5, '', '', ''),
633                 ('', '675', 'v', 'UDC Edition', 'UDC Edition', 0, 0, 6, '', '', '', 0, -5, '', '', ''),
634                 ('', '675', 'z', 'Language of Edition', 'Language of Edition', 0, 0, 6, '', '', '', 0, -5, '', '', ''),
635                 ('', '676', '3', 'Authority Code Number (Link to Classification Format)', 'Authority Code Number (Link to Classification Format)', 0, 0, 6, '', '', '', 0, -5, '', '', ''),
636                 ('', '676', 'a', 'DDC Number, Single or Beginning of a Range', 'DDC Number, Single or Beginning of a Range', 0, 0, 6, '', '', '', 0, -5, '', '', ''),
637                 ('', '676', 'b', 'DDC Number, End of a Range', 'DDC Number, End of a Range', 0, 0, 6, '', '', '', 0, -5, '', '', ''),
638                 ('', '676', 'c', 'Explanatory Terms', 'Explanatory Terms', 0, 0, 6, '', '', '', 0, -5, '', '', ''),
639                 ('', '676', 'v', 'DDC Edition', 'DDC Edition', 0, 0, 6, '', '', '', 0, -5, '', '', ''),
640                 ('', '676', 'z', 'Language of Edition', 'Language of Edition', 0, 0, 6, '', '', '', 0, -5, '', '', ''),
641                 ('', '680', '3', 'Authority Code Number (Link to Classification Format)', 'Authority Code Number (Link to Classification Format)', 0, 0, 6, '', '', '', 0, -5, '', '', ''),
642                 ('', '680', 'a', 'LC Number, Single or Beginning of a Range', 'LC Number, Single or Beginning of a Range', 0, 0, 6, '', '', '', 0, -5, '', '', ''),
643                 ('', '680', 'b', 'LC Number, End of a Range', 'LC Number, End of a Range', 0, 0, 6, '', '', '', 0, -5, '', '', ''),
644                 ('', '680', 'c', 'Explanatory Terms', 'Explanatory Terms', 0, 0, 6, '', '', '', 0, -5, '', '', ''),
645                 ('', '686', '2', 'Subject System Code', 'Subject System Code', 0, 0, 6, '', NULL, '', 0, 0, '', '', ''),
646                 ('', '686', 'a', 'Class Number, Single or Beginning of a Range', 'Class Number, Single or Beginning of a Range', 0, 0, 6, '', '', '', 0, -5, '', '', ''),
647                 ('', '686', 'b', 'Class Number, End of a Range', 'Class Number, End of a Range', 0, 0, 6, '', '', '', 0, -5, '', '', ''),
648                 ('', '686', 'c', 'Explanatory Terms', 'Explanatory Terms', 0, 0, 6, '', '', '', 0, -5, '', '', ''),
649                 ('', '700', '2', 'Subject System Code', 'Subject System Code', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
650                 ('', '700', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
651                 ('', '700', '4', 'Relator Code', 'Relator Code', 1, 0, 7, '', '', '', 0, -5, '', '', ''),
652                 ('', '700', '7', 'Script of Cataloguing and Script of the Base Heading', 'Script of Cataloguing and Script of the Base Heading', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
653                 ('', '700', '8', 'Language of Cataloguing and Language of the Base Heading', 'Language of Cataloguing and Language of the Base Heading', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
654                 ('', '700', 'a', 'Entry Element', 'Entry Element', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
655                 ('', '700', 'b', 'Part of Name Other than Entry Element', 'Part of Name Other than Entry Element', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
656                 ('', '700', 'c', 'Additions to Name Other than Dates', 'Additions to Name Other than Dates', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
657                 ('', '700', 'd', 'Roman Numerals', 'Roman Numerals', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
658                 ('', '700', 'f', 'Dates', 'Dates', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
659                 ('', '700', 'g', 'Expansion of Initials of Forename', 'Expansion of Initials of Forename', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
660                 ('', '700', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, 7, '', '', '', 0, -5, '', '', ''),
661                 ('', '700', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, 7, '', '', '', 0, -5, '', '', ''),
662                 ('', '700', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, 7, '', '', '', 0, -5, '', '', ''),
663                 ('', '700', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
664                 ('', '710', '2', 'Subject System Code', 'Subject System Code', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
665                 ('', '710', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
666                 ('', '710', '4', 'Relator Code', 'Relator Code', 1, 0, 7, '', '', '', 0, -5, '', '', ''),
667                 ('', '710', '7', 'Script of Cataloguing and Script of the Base Heading', 'Script of Cataloguing and Script of the Base Heading', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
668                 ('', '710', '8', 'Language of Cataloguing and Language of the Base Heading', 'Language of Cataloguing and Language of the Base Heading', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
669                 ('', '710', 'a', 'Entry Element', 'Entry Element', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
670                 ('', '710', 'b', 'Subdivision', 'Subdivision', 1, 0, 7, '', '', '', 0, -5, '', '', ''),
671                 ('', '710', 'c', 'Additions to Name or Qualifier', 'Additions to Name or Qualifier', 1, 0, 7, '', '', '', 0, -5, '', '', ''),
672                 ('', '710', 'd', 'Number of Meeting and/or Part of Meeting', 'Number of Meeting and/or Part of Meeting', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
673                 ('', '710', 'e', 'Location of Meeting', 'Location of Meeting', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
674                 ('', '710', 'f', 'Date of Meeting', 'Date of Meeting', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
675                 ('', '710', 'g', 'Inverted Element', 'Inverted Element', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
676                 ('', '710', 'h', 'Part of Name Other than Entry Element and Inverted Element', 'Part of Name Other than Entry Element and Inverted Element', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
677                 ('', '710', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, 7, '', '', '', 0, -5, '', '', ''),
678                 ('', '710', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, 7, '', '', '', 0, -5, '', '', ''),
679                 ('', '710', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, 7, '', '', '', 0, -5, '', '', ''),
680                 ('', '710', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
681                 ('', '715', '2', 'Subject System Code', 'Subject System Code', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
682                 ('', '715', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
683                 ('', '715', '7', 'Script of Cataloguing and Script of the Base Heading', 'Script of Cataloguing and Script of the Base Heading', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
684                 ('', '715', '8', 'Language of Cataloguing and Language of the Base Heading', 'Language of Cataloguing and Language of the Base Heading', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
685                 ('', '715', 'a', 'Entry Element', 'Entry Element', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
686                 ('', '715', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, 7, '', '', '', 0, -5, '', '', ''),
687                 ('', '715', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, 7, '', '', '', 0, -5, '', '', ''),
688                 ('', '715', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, 7, '', '', '', 0, -5, '', '', ''),
689                 ('', '715', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
690                 ('', '716', '2', 'Subject System Code', 'Subject System Code', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
691                 ('', '716', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
692                 ('', '716', '7', 'Script of Cataloguing and Script of the Base Heading', 'Script of Cataloguing and Script of the Base Heading', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
693                 ('', '716', '8', 'Language of Cataloguing and Language of the Base Heading', 'Language of Cataloguing and Language of the Base Heading', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
694                 ('', '716', 'a', 'Entry Element (Data Element)', 'Entry Element (Data Element)', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
695                 ('', '716', 'c', 'Qualification', 'Qualification', 1, 0, 7, '', '', '', 0, -5, '', '', ''),
696                 ('', '716', 'f', 'Dates', 'Dates', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
697                 ('', '716', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, 7, '', '', '', 0, -5, '', '', ''),
698                 ('', '716', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, 7, '', '', '', 0, -5, '', '', ''),
699                 ('', '716', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, 7, '', '', '', 0, -5, '', '', ''),
700                 ('', '716', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
701                 ('', '720', '2', 'Subject System Code', 'Subject System Code', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
702                 ('', '720', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
703                 ('', '720', '4', 'Relator Code', 'Relator Code', 1, 0, 7, '', '', '', 0, -5, '', '', ''),
704                 ('', '720', '7', 'Script of Cataloguing and Script of the Base Heading', 'Script of Cataloguing and Script of the Base Heading', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
705                 ('', '720', '8', 'Language of Cataloguing and Language of the Base Heading', 'Language of Cataloguing and Language of the Base Heading', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
706                 ('', '720', 'a', 'Entry Element', 'Entry Element', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
707                 ('', '720', 'f', 'Dates', 'Dates', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
708                 ('', '720', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, 7, '', '', '', 0, -5, '', '', ''),
709                 ('', '720', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, 7, '', '', '', 0, -5, '', '', ''),
710                 ('', '720', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, 7, '', '', '', 0, -5, '', '', ''),
711                 ('', '720', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
712                 ('', '730', '2', 'Subject System Code', 'Subject System Code', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
713                 ('', '730', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
714                 ('', '730', '7', 'Script of Cataloguing and Script of the Base Heading', 'Script of Cataloguing and Script of the Base Heading', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
715                 ('', '730', '8', 'Language of Cataloguing and Language of the Base Heading', 'Language of Cataloguing and Language of the Base Heading', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
716                 ('', '730', 'a', 'Entry Element', 'Entry Element', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
717                 ('', '730', 'b', 'General Material Designation', 'General Material Designation', 1, 0, 7, '', '', '', 0, -5, '', '', ''),
718                 ('', '730', 'h', 'Number of Section or Part', 'Number of Section or Part', 1, 0, 7, '', '', '', 0, -5, '', '', ''),
719                 ('', '730', 'i', 'Name of Section or Part', 'Name of Section or Part', 1, 0, 7, '', '', '', 0, -5, '', '', ''),
720                 ('', '730', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, 7, '', '', '', 0, -5, '', '', ''),
721                 ('', '730', 'k', 'Date of Publication', 'Date of Publication', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
722                 ('', '730', 'l', 'Form Subheading', 'Form Subheading', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
723                 ('', '730', 'm', 'Language (when Part of Heading)', 'Language (when Part of Heading)', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
724                 ('', '730', 'n', 'Miscellaneous Information', 'Miscellaneous Information', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
725                 ('', '730', 'q', 'Version (or Date of Version)', 'Version (or Date of Version)', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
726                 ('', '730', 'r', 'Medium of Performance (for Music)', 'Medium of Performance (for Music)', 1, 0, 7, '', '', '', 0, -5, '', '', ''),
727                 ('', '730', 's', 'Numeric Designation (for Music)', 'Numeric Designation (for Music)', 1, 0, 7, '', '', '', 0, -5, '', '', ''),
728                 ('', '730', 'u', 'Key (for Music)', 'Key (for Music)', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
729                 ('', '730', 'w', 'Arranged Statement (for Music)', 'Arranged Statement (for Music)', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
730                 ('', '730', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, 7, '', '', '', 0, -5, '', '', ''),
731                 ('', '730', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, 7, '', '', '', 0, -5, '', '', ''),
732                 ('', '730', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
733                 ('', '740', '2', 'Subject System Code', 'Subject System Code', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
734                 ('', '740', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
735                 ('', '740', '7', 'Script of Cataloguing and Script of the Base Heading', 'Script of Cataloguing and Script of the Base Heading', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
736                 ('', '740', '8', 'Language of Cataloguing and Language of the Base Heading', 'Language of Cataloguing and Language of the Base Heading', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
737                 ('', '740', 'a', 'Entry Element', 'Entry Element', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
738                 ('', '740', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, 7, '', '', '', 0, -5, '', '', ''),
739                 ('', '740', 't', 'Title', 'Title', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
740                 ('', '740', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, 7, '', '', '', 0, -5, '', '', ''),
741                 ('', '740', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, 7, '', '', '', 0, -5, '', '', ''),
742                 ('', '740', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
743                 ('', '745', '2', 'Subject System Code', 'Subject System Code', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
744                 ('', '745', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
745                 ('', '745', '7', 'Script of Cataloguing and Script of the Base Heading', 'Script of Cataloguing and Script of the Base Heading', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
746                 ('', '745', '8', 'Language of Cataloguing and Language of the Base Heading', 'Language of Cataloguing and Language of the Base Heading', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
747                 ('', '745', 'a', 'Entry Element', 'Entry Element', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
748                 ('', '745', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, 7, '', '', '', 0, -5, '', '', ''),
749                 ('', '745', 't', 'Title', 'Title', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
750                 ('', '745', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, 7, '', '', '', 0, -5, '', '', ''),
751                 ('', '745', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, 7, '', '', '', 0, -5, '', '', ''),
752                 ('', '745', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
753                 ('', '750', '2', 'Subject System Code', 'Subject System Code', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
754                 ('', '750', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
755                 ('', '750', '7', 'Script of Cataloguing and Script of the Base Heading', 'Script of Cataloguing and Script of the Base Heading', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
756                 ('', '750', '8', 'Language of Cataloguing and Language of the Base Heading', 'Language of Cataloguing and Language of the Base Heading', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
757                 ('', '750', 'a', 'Entry Element', 'Entry Element', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
758                 ('', '750', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, 7, '', '', '', 0, -5, '', '', ''),
759                 ('', '750', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, 7, '', '', '', 0, -5, '', '', ''),
760                 ('', '750', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, 7, '', '', '', 0, -5, '', '', ''),
761                 ('', '750', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
762                 ('', '760', '2', 'Subject System Code', 'Subject System Code', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
763                 ('', '760', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
764                 ('', '760', '7', 'Script of Cataloguing and Script of the Base Heading', 'Script of Cataloguing and Script of the Base Heading', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
765                 ('', '760', '8', 'Language of Cataloguing and Language of the Base Heading', 'Language of Cataloguing and Language of the Base Heading', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
766                 ('', '760', 'a', 'Country', 'Country', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
767                 ('', '760', 'b', 'State or Province, etc.', 'State or Province, etc.', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
768                 ('', '760', 'c', 'County', 'County', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
769                 ('', '760', 'd', 'City', 'City', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
770                 ('', '780', '2', 'Subject System Code', 'Subject System Code', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
771                 ('', '780', '3', 'Authority Record Number', 'Authority Record Number', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
772                 ('', '780', '7', 'Script of Cataloguing and Script of the Base Heading', 'Script of Cataloguing and Script of the Base Heading', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
773                 ('', '780', '8', 'Language of Cataloguing and Language of the Base Heading', 'Language of Cataloguing and Language of the Base Heading', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
774                 ('', '780', 'a', 'Entry Element', 'Entry Element', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
775                 ('', '780', 'j', 'Form Subdivision', 'Form Subdivision', 1, 0, 7, '', '', '', 0, -5, '', '', ''),
776                 ('', '780', 'x', 'Topical Subdivision', 'Topical Subdivision', 1, 0, 7, '', '', '', 0, -5, '', '', ''),
777                 ('', '780', 'y', 'Geographical Subdivision', 'Geographical Subdivision', 1, 0, 7, '', '', '', 0, -5, '', '', ''),
778                 ('', '780', 'z', 'Chronological Subdivision', 'Chronological Subdivision', 0, 0, 7, '', '', '', 0, -5, '', '', ''),
779                 ('', '801', 'a', 'Country', 'Country', 0, 0, 8, '', '', '', 0, -5, '', '', ''),
780                 ('', '801', 'b', 'Agency', 'Agency', 0, 0, 8, '', '', '', 0, -5, '', '', ''),
781                 ('', '801', 'c', 'Date of Latest Transaction', 'Date of Latest Transaction', 0, 0, 8, '', '', '', 0, -5, '', '', ''),
782                 ('', '810', 'a', 'Citation', 'Citation', 0, 0, 8, '', '', '', 0, -5, '', '', ''),
783                 ('', '810', 'b', 'Information Found', 'Information Found', 0, 0, 8, '', '', '', 0, -5, '', '', ''),
784                 ('', '815', 'a', 'Citation', 'Citation', 1, 0, 8, '', '', '', 0, -5, '', '', ''),
785                 ('', '820', 'a', 'Note Text', 'Note Text', 1, 0, 8, '', '', '', 0, -5, '', '', ''),
786                 ('', '825', 'a', 'Note Text', 'Note Text', 0, 0, 8, '', '', '', 0, -5, '', '', ''),
787                 ('', '830', 'a', 'Note Text', 'Note Text', 1, 0, 8, '', '', '', 0, -5, '', '', ''),
788                 ('', '835', 'a', 'Note Text', 'Note Text', 1, 0, 8, '', '', '', 0, -5, '', '', ''),
789                 ('', '835', 'b', 'Replacement Heading', 'Replacement Heading', 0, 0, 8, '', '', '', 0, -5, '', '', ''),
790                 ('', '835', 'd', 'Date of the Transaction', 'Date of the Transaction', 0, 0, 8, '', '', '', 0, -5, '', '', ''),
791                 ('', '836', 'b', 'Replaced Heading', 'Replaced Heading', 0, 0, 8, '', '', '', 0, -5, '', '', ''),
792                 ('', '836', 'd', 'Date of the Transaction', 'Date of the Transaction', 0, 0, 8, '', '', '', 0, -5, '', '', ''),
793                 ('', '856', 'a', 'Host Name', 'Host Name', 1, 0, 8, '', '', '', 0, -5, '', '', ''),
794                 ('', '856', 'b', 'Access Number', 'Access Number', 1, 0, 8, '', '', '', 0, -5, '', '', ''),
795                 ('', '856', 'c', 'Compression Information', 'Compression Information', 1, 0, 8, '', '', '', 0, -5, '', '', ''),
796                 ('', '856', 'd', 'Path', 'Path', 1, 0, 8, '', '', '', 0, -5, '', '', ''),
797                 ('', '856', 'e', 'Date and Hour of Consultation and Access (YYYMMDDHHMM)', 'Date and Hour of Consultation and Access (YYYMMDDHHMM)', 0, 0, 8, '', '', '', 0, -5, '', '', ''),
798                 ('', '856', 'f', 'Electronic Name', 'Electronic Name', 1, 0, 8, '', '', '', 0, -5, '', '', ''),
799                 ('', '856', 'g', 'Uniform Resource Locator (URL)', 'Uniform Resource Locator (URL)', 0, 0, 8, '', '', '', 0, -5, '', '', ''),
800                 ('', '856', 'h', 'Processor of Request', 'Processor of Request', 0, 0, 8, '', '', '', 0, -5, '', '', ''),
801                 ('', '856', 'i', 'Instruction', 'Instruction', 1, 0, 8, '', '', '', 0, -5, '', '', ''),
802                 ('', '856', 'j', 'Bits per Second', 'Bits per Second', 0, 0, 8, '', '', '', 0, -5, '', '', ''),
803                 ('', '856', 'k', 'Password', 'Password', 0, 0, 8, '', '', '', 0, -5, '', '', ''),
804                 ('', '856', 'l', 'Login/Logoff', 'Login/Logoff', 0, 0, 8, '', '', '', 0, -5, '', '', ''),
805                 ('', '856', 'm', 'Contact for Access Assistance', 'Contact for Access Assistance', 1, 0, 8, '', '', '', 0, -5, '', '', ''),
806                 ('', '856', 'n', 'Name of Location of Host in Subfield $a', 'Name of Location of Host in Subfield $a', 0, 0, 8, '', '', '', 0, -5, '', '', ''),
807                 ('', '856', 'o', 'Operating System', 'Operating System', 0, 0, 8, '', '', '', 0, -5, '', '', ''),
808                 ('', '856', 'p', 'Port', 'Port', 0, 0, 8, '', '', '', 0, -5, '', '', ''),
809                 ('', '856', 'q', 'Electronic Format Type', 'Electronic Format Type', 0, 0, 8, '', '', '', 0, -5, '', '', ''),
810                 ('', '856', 'r', 'Settings', 'Settings', 0, 0, 8, '', '', '', 0, -5, '', '', ''),
811                 ('', '856', 's', 'File Size', 'File Size', 1, 0, 8, '', '', '', 0, -5, '', '', ''),
812                 ('', '856', 't', 'Terminal Emulation', 'Terminal Emulation', 1, 0, 8, '', '', '', 0, -5, '', '', ''),
813                 ('', '856', 'u', 'Uniform Address Locator (URL)', 'Uniform Address Locator (URL)', 0, 0, 8, '', '', '', 0, -5, '', '', ''),
814                 ('', '856', 'v', 'Hours Access Method Available', 'Hours Access Method Available', 1, 0, 8, '', '', '', 0, -5, '', '', ''),
815                 ('', '856', 'w', 'Record Control Number', 'Record Control Number', 1, 0, 8, '', '', '', 0, -5, '', '', ''),
816                 ('', '856', 'x', 'Nonpublic Note', 'Nonpublic Note', 0, 0, 8, '', '', '', 0, -5, '', '', ''),
817                 ('', '856', 'y', 'Access Method', 'Access Method', 0, 0, 8, '', '', '', 0, -5, '', '', ''),
818                 ('', '856', 'z', 'Public Note', 'Public Note', 1, 0, 8, '', '', '', 0, -5, '', '', ''),
819                 ('', '886', '2', 'System Code', 'System Code', 0, 0, 8, '', '', '', 0, -5, '', '', ''),
820                 ('', '886', 'a', 'Tag of the Source Format Field', 'Tag of the Source Format Field', 1, 0, 8, '', '', '', 0, -5, '', '', ''),
821                 ('', '886', 'b', 'Indicators and Subfields of the Source Format Field', 'Indicators and Subfields of the Source Format Field', 1, 0, 8, '', '', '', 0, -5, '', '', '');
822
823