View | Details | Raw Unified | Return to bug 24584
Collapse All | Expand All

(-)a/installer/data/mysql/en/optional/marc21_holdings_coded_values.sql (-146 lines)
Lines 1-146 Link Here
1
-- Coded values conforming to the Z39.77-2006 Holdings Statements for Bibliographic Items');
2
-- ISSN: 1041-5653
3
-- Refer to https://www.niso.org/publications/standards
4
5
-- General Holdings: Type of Unit Designator
6
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_UT','0','Information not available; Not applicable');
7
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_UT','a','Basic bibliographic unit');
8
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_UT','c','Secondary bibliographic unit: supplements, special issues, accompanying material, other secondary bibliographic units');
9
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_UT','d','Indexes');
10
11
-- Physical Form Designators
12
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','au','Cartographic material');
13
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','ad','Cartographic material, atlas');
14
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','ag' ,'Cartographic material, diagram');
15
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','aj' ,'Cartographic material, map');
16
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','ak' ,'Cartographic material, profile');
17
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','aq' ,'Cartographic material, model');
18
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','ar' ,'Cartographic material, remote sensing image');
19
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','as' ,'Cartographic material, section');
20
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','ay' ,'Cartographic material, view');
21
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','az' ,'Cartographic material, other');
22
23
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','cu' ,'Computer file');
24
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','ca' ,'Computer file, tape cartridge');
25
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','cb' ,'Computer file, chip cartridge');
26
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','cc' ,'Computer file, computer optical disk cartridge');
27
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','cf' ,'Computer file, tape cassette');
28
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','ch' ,'Computer file, tape reel');
29
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','cj' ,'Computer file, magnetic disk');
30
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','cm' ,'Computer file, magneto-optical disk');
31
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','co' ,'Computer file, optical disk');
32
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','cr' ,'Computer file, remote');
33
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','cz' ,'Computer file, other');
34
35
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','du' ,'Globe');
36
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','da' ,'Globe, celestial');
37
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','db' ,'Globe, planetary or lunar');
38
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','dc' ,'Globe, terrestrial');
39
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','de' ,'Globe, earth moon');
40
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','dz' ,'Globe, other');
41
42
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','ou' ,'Kit');
43
44
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','hu' ,'Microform');
45
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','ha' ,'Microform, aperture card');
46
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','hb',' Microform, microfilm cartridge');
47
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','hc',' Microform, microfilm cassette');
48
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','hd',' Microform, microfilm reel');
49
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','he' ,'Microform, microfiche');
50
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','hf' ,'Microform, microfiche cassette');
51
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','hg' ,'Microform, micro-opaque');
52
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','hz' ,'Microform, other');
53
54
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','mu' ,'Motion picture');
55
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','mc' ,'Motion picture, film cartridge');
56
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','mf' ,'Motion picture, film cassette');
57
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','mr' ,'Motion picture, film reel');
58
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','mz' ,'Motion picture, other');
59
60
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','ku' ,'Nonprojected graphic');
61
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','kc' ,'Nonprojected graphic, collage');
62
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','kd' ,'Nonprojected graphic, drawing');
63
64
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','ke' ,'Nonprojected graphic, painting');
65
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','kf' ,'Nonprojected graphic, photomechanical print');
66
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','kg' ,'Nonprojected graphic, photonegative');
67
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','kh' ,'Nonprojected graphic, photoprint');
68
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','ki' ,'Nonprojected graphic, picture');
69
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','kj' ,'Nonprojected graphic, print');
70
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','kl' ,'Nonprojected graphic, technical drawing');
71
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','kn' ,'Nonprojected graphic, chart');
72
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','ko' ,'Nonprojected graphic, flash card');
73
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','kz' ,'Nonprojected graphic, other');
74
75
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','qu' ,'Notated music');
76
77
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','gu' ,'Projected graphic');
78
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','gc' ,'Projected graphic, filmstrip cartridge');
79
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','gd' ,'Projected graphic, filmstrip');
80
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','gf' ,'Projected graphic, other type of filmstrip');
81
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','go' ,'Projected graphic, filmstrip roll');
82
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','gs' ,'Projected graphic, slide');
83
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','gt' ,'Projected graphic, transparency');
84
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','gz' ,'Projected graphic, other');
85
86
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','ru' ,'Remote-sensing image');
87
88
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','su' ,'Sound recording');
89
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','sd' ,'Sound recording, sound disk');
90
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','se' ,'Sound recording, cylinder');
91
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','sg' ,'Sound recording, sound cartridge');
92
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','si' ,'Sound recording, sound-track film');
93
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','sq' ,'Sound recording, roll');
94
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','ss' ,'Sound recording, sound cassette');
95
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','st' ,'Sound recording, sound-tape reel');
96
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','sw' ,'Sound recording, wire recording');
97
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','sz' ,'Sound recording, other');
98
99
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','tu' ,'Text');
100
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','ta' ,'Text, regular print');
101
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','tb' ,'Text, large print');
102
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','tc' ,'Text, Braille');
103
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','td' ,'Text, loose-leaf');
104
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','tz' ,'Text, other');
105
106
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','vu' ,'Videorecording');
107
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','vc' ,'Videorecording, videocartridge');
108
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','vd' ,'Videorecording, videodisc');
109
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','vf' ,'Videorecording, videocassette');
110
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','vr' ,'Videorecording, videoreel');
111
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','vz' ,'Videorecording, other');
112
113
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','zu' ,'Physical form is unspecified');
114
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','zm' ,'Multiple physical forms');
115
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_PF','zz' ,'Other physical media');
116
117
-- General Holdings: Completeness Designator 
118
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_C','0','Information not available, or Retention is limited');
119
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_C','1','Complete (95%-100% held)');
120
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_C','2','Incomplete (50%-94% held)');
121
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_C','3','Very incomplete or scattered (less than 50% held)');
122
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_C','4','Not applicable');
123
124
-- General Holdings: Acquisition Status Designator
125
-- This data element specifies acquisition status for the unit at the time of the holdings report.
126
127
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_AS','0','Information not available, or Retention is limited');
128
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_AS','1','Other');
129
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_AS','2','Received and complete or Ceased');
130
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_AS','3','On order');
131
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_AS','4','Currently received');
132
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_AS','5','Not currently received');
133
134
-- General Holdings: Retention Designator
135
-- This data element specifies the retention policy for the unit at the time of the holdings report. 
136
137
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_RD','0','Information not available');
138
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_RD','1','Other');
139
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_RD','2','Retained except as replaced by updates');
140
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_RD','3','Sample issue retained');
141
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_RD','4','Retained until replaced by microform, or other preservation format');
142
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_RD','5','Retained until replaced by cumulation, replacement volume, or revision');
143
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_RD','6','Limited retention (only some parts kept)');
144
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_RD','7','No retention (no parts kept)');
145
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('HINGS_RD','8','Permanent retention (all parts kept permanently)');
146
(-)a/installer/data/mysql/en/optional/marc21_holdings_coded_values.txt (-2 lines)
Lines 1-2 Link Here
1
Coded values conforming to the Z39.71-2006 holdings statements for bibliographic items.
2
Refer to https://www.niso.org/publications/standards for details.
(-)a/installer/data/mysql/en/optional/marc21_holdings_coded_values.yml (-1 / +509 lines)
Line 0 Link Here
0
- 
1
---
2
#
3
#  Copyright 2020 Koha Development Team
4
#
5
#  This file is part of Koha.
6
#
7
#  Koha is free software; you can redistribute it and/or modify it under the
8
#  terms of the GNU General Public License as published by the Free Software
9
#  Foundation; either version 2 of the License, or (at your option) any later
10
#  version.
11
#
12
#  Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
#  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
#  A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
#
16
#  You should have received a copy of the GNU General Public License along
17
#  with Koha; if not, write to the Free Software Foundation, Inc.,
18
#  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
#
20
21
description:
22
  - "Coded values conforming to the Z39.71-2006 holdings statements for bibliographic items."
23
  - "Refer to https://www.niso.org/publications/standards for details."
24
25
tables:
26
  - authorised_values:
27
      translatable: [ lib ]
28
      multiline: []
29
      rows:
30
        # General Holdings: Type of Unit Designator
31
        - category: "HINGS_UT"
32
          authorised_value: "0"
33
          lib: "Information not available; Not applicable"
34
35
        - category: "HINGS_UT"
36
          authorised_value: "a"
37
          lib: "Basic bibliographic unit"
38
39
        - category: "HINGS_UT"
40
          authorised_value: "c"
41
          lib: "Secondary bibliographic unit: supplements, special issues, accompanying material, other secondary bibliographic units"
42
43
        - category: "HINGS_UT"
44
          authorised_value: "d"
45
          lib: "Indexes"
46
47
48
        # Physical Form Designators
49
        - category: "HINGS_PF"
50
          authorised_value: "au"
51
          lib: "Cartographic material"
52
53
        - category: "HINGS_PF"
54
          authorised_value: "ad"
55
          lib: "Cartographic material, atlas"
56
57
        - category: "HINGS_PF"
58
          authorised_value: "ag"
59
          lib: "Cartographic material, diagram"
60
61
        - category: "HINGS_PF"
62
          authorised_value: "aj"
63
          lib: "Cartographic material, map"
64
65
        - category: "HINGS_PF"
66
          authorised_value: "ak"
67
          lib: "Cartographic material, profile"
68
69
        - category: "HINGS_PF"
70
          authorised_value: "aq"
71
          lib: "Cartographic material, model"
72
73
        - category: "HINGS_PF"
74
          authorised_value: "ar"
75
          lib: "Cartographic material, remote sensing image"
76
77
        - category: "HINGS_PF"
78
          authorised_value: "as"
79
          lib: "Cartographic material, section"
80
81
        - category: "HINGS_PF"
82
          authorised_value: "ay"
83
          lib: "Cartographic material, view"
84
85
        - category: "HINGS_PF"
86
          authorised_value: "az"
87
          lib: "Cartographic material, other"
88
89
90
        - category: "HINGS_PF"
91
          authorised_value: "cu"
92
          lib: "Computer file"
93
94
        - category: "HINGS_PF"
95
          authorised_value: "ca"
96
          lib: "Computer file, tape cartridge"
97
98
        - category: "HINGS_PF"
99
          authorised_value: "cb"
100
          lib: "Computer file, chip cartridge"
101
102
        - category: "HINGS_PF"
103
          authorised_value: "cc"
104
          lib: "Computer file, computer optical disk cartridge"
105
106
        - category: "HINGS_PF"
107
          authorised_value: "cf"
108
          lib: "Computer file, tape cassette"
109
110
        - category: "HINGS_PF"
111
          authorised_value: "ch"
112
          lib: "Computer file, tape reel"
113
114
        - category: "HINGS_PF"
115
          authorised_value: "cj"
116
          lib: "Computer file, magnetic disk"
117
118
        - category: "HINGS_PF"
119
          authorised_value: "cm"
120
          lib: "Computer file, magneto-optical disk"
121
122
        - category: "HINGS_PF"
123
          authorised_value: "co"
124
          lib: "Computer file, optical disk"
125
126
        - category: "HINGS_PF"
127
          authorised_value: "cr"
128
          lib: "Computer file, remote"
129
130
        - category: "HINGS_PF"
131
          authorised_value: "cz"
132
          lib: "Computer file, other"
133
134
135
        - category: "HINGS_PF"
136
          authorised_value: "du"
137
          lib: "Globe"
138
139
        - category: "HINGS_PF"
140
          authorised_value: "da"
141
          lib: "Globe, celestial"
142
143
        - category: "HINGS_PF"
144
          authorised_value: "db"
145
          lib: "Globe, planetary or lunar"
146
147
        - category: "HINGS_PF"
148
          authorised_value: "dc"
149
          lib: "Globe, terrestrial"
150
151
        - category: "HINGS_PF"
152
          authorised_value: "de"
153
          lib: "Globe, earth moon"
154
155
        - category: "HINGS_PF"
156
          authorised_value: "dz"
157
          lib: "Globe, other"
158
159
160
        - category: "HINGS_PF"
161
          authorised_value: "ou"
162
          lib: "Kit"
163
164
165
        - category: "HINGS_PF"
166
          authorised_value: "hu"
167
          lib: "Microform"
168
169
        - category: "HINGS_PF"
170
          authorised_value: "ha"
171
          lib: "Microform, aperture card"
172
173
        - category: "HINGS_PF"
174
          authorised_value: "hb"
175
          lib: " Microform, microfilm cartridge"
176
177
        - category: "HINGS_PF"
178
          authorised_value: "hc"
179
          lib: " Microform, microfilm cassette"
180
181
        - category: "HINGS_PF"
182
          authorised_value: "hd"
183
          lib: " Microform, microfilm reel"
184
185
        - category: "HINGS_PF"
186
          authorised_value: "he"
187
          lib: "Microform, microfiche"
188
189
        - category: "HINGS_PF"
190
          authorised_value: "hf"
191
          lib: "Microform, microfiche cassette"
192
193
        - category: "HINGS_PF"
194
          authorised_value: "hg"
195
          lib: "Microform, micro-opaque"
196
197
        - category: "HINGS_PF"
198
          authorised_value: "hz"
199
          lib: "Microform, other"
200
201
202
        - category: "HINGS_PF"
203
          authorised_value: "mu"
204
          lib: "Motion picture"
205
206
        - category: "HINGS_PF"
207
          authorised_value: "mc"
208
          lib: "Motion picture, film cartridge"
209
210
        - category: "HINGS_PF"
211
          authorised_value: "mf"
212
          lib: "Motion picture, film cassette"
213
214
        - category: "HINGS_PF"
215
          authorised_value: "mr"
216
          lib: "Motion picture, film reel"
217
218
        - category: "HINGS_PF"
219
          authorised_value: "mz"
220
          lib: "Motion picture, other"
221
222
223
        - category: "HINGS_PF"
224
          authorised_value: "ku"
225
          lib: "Nonprojected graphic"
226
227
        - category: "HINGS_PF"
228
          authorised_value: "kc"
229
          lib: "Nonprojected graphic, collage"
230
231
        - category: "HINGS_PF"
232
          authorised_value: "kd"
233
          lib: "Nonprojected graphic, drawing"
234
235
236
        - category: "HINGS_PF"
237
          authorised_value: "ke"
238
          lib: "Nonprojected graphic, painting"
239
240
        - category: "HINGS_PF"
241
          authorised_value: "kf"
242
          lib: "Nonprojected graphic, photomechanical print"
243
244
        - category: "HINGS_PF"
245
          authorised_value: "kg"
246
          lib: "Nonprojected graphic, photonegative"
247
248
        - category: "HINGS_PF"
249
          authorised_value: "kh"
250
          lib: "Nonprojected graphic, photoprint"
251
252
        - category: "HINGS_PF"
253
          authorised_value: "ki"
254
          lib: "Nonprojected graphic, picture"
255
256
        - category: "HINGS_PF"
257
          authorised_value: "kj"
258
          lib: "Nonprojected graphic, print"
259
260
        - category: "HINGS_PF"
261
          authorised_value: "kl"
262
          lib: "Nonprojected graphic, technical drawing"
263
264
        - category: "HINGS_PF"
265
          authorised_value: "kn"
266
          lib: "Nonprojected graphic, chart"
267
268
        - category: "HINGS_PF"
269
          authorised_value: "ko"
270
          lib: "Nonprojected graphic, flash card"
271
272
        - category: "HINGS_PF"
273
          authorised_value: "kz"
274
          lib: "Nonprojected graphic, other"
275
276
277
        - category: "HINGS_PF"
278
          authorised_value: "qu"
279
          lib: "Notated music"
280
281
282
        - category: "HINGS_PF"
283
          authorised_value: "gu"
284
          lib: "Projected graphic"
285
286
        - category: "HINGS_PF"
287
          authorised_value: "gc"
288
          lib: "Projected graphic, filmstrip cartridge"
289
290
        - category: "HINGS_PF"
291
          authorised_value: "gd"
292
          lib: "Projected graphic, filmstrip"
293
294
        - category: "HINGS_PF"
295
          authorised_value: "gf"
296
          lib: "Projected graphic, other type of filmstrip"
297
298
        - category: "HINGS_PF"
299
          authorised_value: "go"
300
          lib: "Projected graphic, filmstrip roll"
301
302
        - category: "HINGS_PF"
303
          authorised_value: "gs"
304
          lib: "Projected graphic, slide"
305
306
        - category: "HINGS_PF"
307
          authorised_value: "gt"
308
          lib: "Projected graphic, transparency"
309
310
        - category: "HINGS_PF"
311
          authorised_value: "gz"
312
          lib: "Projected graphic, other"
313
314
315
        - category: "HINGS_PF"
316
          authorised_value: "ru"
317
          lib: "Remote-sensing image"
318
319
320
        - category: "HINGS_PF"
321
          authorised_value: "su"
322
          lib: "Sound recording"
323
324
        - category: "HINGS_PF"
325
          authorised_value: "sd"
326
          lib: "Sound recording, sound disk"
327
328
        - category: "HINGS_PF"
329
          authorised_value: "se"
330
          lib: "Sound recording, cylinder"
331
332
        - category: "HINGS_PF"
333
          authorised_value: "sg"
334
          lib: "Sound recording, sound cartridge"
335
336
        - category: "HINGS_PF"
337
          authorised_value: "si"
338
          lib: "Sound recording, sound-track film"
339
340
        - category: "HINGS_PF"
341
          authorised_value: "sq"
342
          lib: "Sound recording, roll"
343
344
        - category: "HINGS_PF"
345
          authorised_value: "ss"
346
          lib: "Sound recording, sound cassette"
347
348
        - category: "HINGS_PF"
349
          authorised_value: "st"
350
          lib: "Sound recording, sound-tape reel"
351
352
        - category: "HINGS_PF"
353
          authorised_value: "sw"
354
          lib: "Sound recording, wire recording"
355
356
        - category: "HINGS_PF"
357
          authorised_value: "sz"
358
          lib: "Sound recording, other"
359
360
361
        - category: "HINGS_PF"
362
          authorised_value: "tu"
363
          lib: "Text"
364
365
        - category: "HINGS_PF"
366
          authorised_value: "ta"
367
          lib: "Text, regular print"
368
369
        - category: "HINGS_PF"
370
          authorised_value: "tb"
371
          lib: "Text, large print"
372
373
        - category: "HINGS_PF"
374
          authorised_value: "tc"
375
          lib: "Text, Braille"
376
377
        - category: "HINGS_PF"
378
          authorised_value: "td"
379
          lib: "Text, loose-leaf"
380
381
        - category: "HINGS_PF"
382
          authorised_value: "tz"
383
          lib: "Text, other"
384
385
386
        - category: "HINGS_PF"
387
          authorised_value: "vu"
388
          lib: "Videorecording"
389
390
        - category: "HINGS_PF"
391
          authorised_value: "vc"
392
          lib: "Videorecording, videocartridge"
393
394
        - category: "HINGS_PF"
395
          authorised_value: "vd"
396
          lib: "Videorecording, videodisc"
397
398
        - category: "HINGS_PF"
399
          authorised_value: "vf"
400
          lib: "Videorecording, videocassette"
401
402
        - category: "HINGS_PF"
403
          authorised_value: "vr"
404
          lib: "Videorecording, videoreel"
405
406
        - category: "HINGS_PF"
407
          authorised_value: "vz"
408
          lib: "Videorecording, other"
409
410
411
        - category: "HINGS_PF"
412
          authorised_value: "zu"
413
          lib: "Physical form is unspecified"
414
415
        - category: "HINGS_PF"
416
          authorised_value: "zm"
417
          lib: "Multiple physical forms"
418
419
        - category: "HINGS_PF"
420
          authorised_value: "zz"
421
          lib: "Other physical media"
422
423
424
        # General Holdings: Completeness Designator
425
        - category: "HINGS_C"
426
          authorised_value: "0"
427
          lib: "Information not available, or Retention is limited"
428
429
        - category: "HINGS_C"
430
          authorised_value: "1"
431
          lib: "Complete (95%-100% held)"
432
433
        - category: "HINGS_C"
434
          authorised_value: "2"
435
          lib: "Incomplete (50%-94% held)"
436
437
        - category: "HINGS_C"
438
          authorised_value: "3"
439
          lib: "Very incomplete or scattered (less than 50% held)"
440
441
        - category: "HINGS_C"
442
          authorised_value: "4"
443
          lib: "Not applicable"
444
445
446
        # General Holdings: Acquisition Status Designator
447
        # This data element specifies acquisition status for the unit at the time of the holdings report.
448
        - category: "HINGS_AS"
449
          authorised_value: "0"
450
          lib: "Information not available, or Retention is limited"
451
452
        - category: "HINGS_AS"
453
          authorised_value: "1"
454
          lib: "Other"
455
456
        - category: "HINGS_AS"
457
          authorised_value: "2"
458
          lib: "Received and complete or Ceased"
459
460
        - category: "HINGS_AS"
461
          authorised_value: "3"
462
          lib: "On order"
463
464
        - category: "HINGS_AS"
465
          authorised_value: "4"
466
          lib: "Currently received"
467
468
        - category: "HINGS_AS"
469
          authorised_value: "5"
470
          lib: "Not currently received"
471
472
473
        # General Holdings: Retention Designator
474
        # This data element specifies the retention policy for the unit at the time of the holdings report.
475
        - category: "HINGS_RD"
476
          authorised_value: "0"
477
          lib: "Information not available"
478
479
        - category: "HINGS_RD"
480
          authorised_value: "1"
481
          lib: "Other"
482
483
        - category: "HINGS_RD"
484
          authorised_value: "2"
485
          lib: "Retained except as replaced by updates"
486
487
        - category: "HINGS_RD"
488
          authorised_value: "3"
489
          lib: "Sample issue retained"
490
491
        - category: "HINGS_RD"
492
          authorised_value: "4"
493
          lib: "Retained until replaced by microform, or other preservation format"
494
495
        - category: "HINGS_RD"
496
          authorised_value: "5"
497
          lib: "Retained until replaced by cumulation, replacement volume, or revision"
498
499
        - category: "HINGS_RD"
500
          authorised_value: "6"
501
          lib: "Limited retention (only some parts kept)"
502
503
        - category: "HINGS_RD"
504
          authorised_value: "7"
505
          lib: "No retention (no parts kept)"
506
507
        - category: "HINGS_RD"
508
          authorised_value: "8"
509
          lib: "Permanent retention (all parts kept permanently)"

Return to bug 24584