milkfarm-onix 0.8.6 → 0.8.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (192) hide show
  1. data/CHANGELOG +21 -0
  2. data/README.markdown +1 -0
  3. data/lib/onix.rb +4 -17
  4. data/lib/onix/code_list_extractor.rb +69 -0
  5. data/lib/onix/lists.rb +134 -0
  6. data/lib/onix/product.rb +14 -0
  7. data/lib/onix/sl_product.rb +24 -1
  8. data/lib/onix/version.rb +3 -0
  9. data/lib/onix/work_identifier.rb +28 -0
  10. data/spec/apa_product_spec.rb +9 -9
  11. data/spec/audience_range_spec.rb +4 -4
  12. data/spec/contributor_spec.rb +4 -4
  13. data/spec/header_spec.rb +7 -7
  14. data/spec/imprint_spec.rb +4 -4
  15. data/spec/language_spec.rb +4 -4
  16. data/spec/lists_spec.rb +33 -0
  17. data/spec/market_representation_spec.rb +4 -6
  18. data/spec/measure_spec.rb +4 -4
  19. data/spec/media_file_spec.rb +4 -4
  20. data/spec/normaliser_spec.rb +28 -4
  21. data/spec/other_text_spec.rb +4 -4
  22. data/spec/price_spec.rb +4 -4
  23. data/spec/product_identifier_spec.rb +4 -4
  24. data/spec/product_spec.rb +8 -8
  25. data/spec/publisher_spec.rb +4 -4
  26. data/spec/reader_spec.rb +11 -11
  27. data/spec/sales_restriction_spec.rb +4 -5
  28. data/spec/sender_identifier.rb +4 -4
  29. data/spec/series_identifier_spec.rb +4 -4
  30. data/spec/series_spec.rb +4 -4
  31. data/spec/spec_helper.rb +4 -1
  32. data/spec/stock_spec.rb +4 -4
  33. data/spec/subject_spec.rb +4 -5
  34. data/spec/supply_detail_spec.rb +4 -4
  35. data/spec/title_spec.rb +4 -4
  36. data/spec/website_spec.rb +4 -4
  37. data/spec/work_identifier_spec.rb +39 -0
  38. data/spec/writer_spec.rb +7 -7
  39. data/support/codes/001.tsv +10 -0
  40. data/support/codes/002.tsv +5 -0
  41. data/support/codes/003.tsv +7 -0
  42. data/support/codes/005.tsv +13 -0
  43. data/support/codes/006.tsv +76 -0
  44. data/support/codes/007.tsv +123 -0
  45. data/support/codes/008.tsv +7 -0
  46. data/support/codes/009.tsv +7 -0
  47. data/support/codes/010.tsv +34 -0
  48. data/support/codes/011.tsv +11 -0
  49. data/support/codes/012.tsv +11 -0
  50. data/support/codes/013.tsv +7 -0
  51. data/support/codes/014.tsv +4 -0
  52. data/support/codes/015.tsv +13 -0
  53. data/support/codes/016.tsv +6 -0
  54. data/support/codes/017.tsv +90 -0
  55. data/support/codes/018.tsv +3 -0
  56. data/support/codes/019.tsv +7 -0
  57. data/support/codes/020.tsv +0 -0
  58. data/support/codes/021.tsv +31 -0
  59. data/support/codes/022.tsv +9 -0
  60. data/support/codes/023.tsv +9 -0
  61. data/support/codes/024.tsv +11 -0
  62. data/support/codes/025.tsv +29 -0
  63. data/support/codes/026.tsv +75 -0
  64. data/support/codes/027.tsv +75 -0
  65. data/support/codes/028.tsv +8 -0
  66. data/support/codes/029.tsv +16 -0
  67. data/support/codes/030.tsv +15 -0
  68. data/support/codes/031.tsv +3 -0
  69. data/support/codes/032.tsv +2 -0
  70. data/support/codes/033.tsv +36 -0
  71. data/support/codes/034.tsv +14 -0
  72. data/support/codes/035.tsv +6 -0
  73. data/support/codes/036.tsv +3 -0
  74. data/support/codes/037.tsv +6 -0
  75. data/support/codes/038.tsv +36 -0
  76. data/support/codes/039.tsv +8 -0
  77. data/support/codes/040.tsv +6 -0
  78. data/support/codes/041.tsv +6 -0
  79. data/support/codes/042.tsv +16 -0
  80. data/support/codes/043.tsv +4 -0
  81. data/support/codes/044.tsv +13 -0
  82. data/support/codes/045.tsv +12 -0
  83. data/support/codes/046.tsv +3 -0
  84. data/support/codes/047.tsv +4 -0
  85. data/support/codes/048.tsv +11 -0
  86. data/support/codes/049.tsv +84 -0
  87. data/support/codes/050.tsv +8 -0
  88. data/support/codes/051.tsv +27 -0
  89. data/support/codes/052.tsv +1 -0
  90. data/support/codes/053.tsv +3 -0
  91. data/support/codes/054.tsv +23 -0
  92. data/support/codes/055.tsv +13 -0
  93. data/support/codes/056.tsv +2 -0
  94. data/support/codes/057.tsv +5 -0
  95. data/support/codes/058.tsv +21 -0
  96. data/support/codes/059.tsv +4 -0
  97. data/support/codes/060.tsv +2 -0
  98. data/support/codes/061.tsv +3 -0
  99. data/support/codes/062.tsv +5 -0
  100. data/support/codes/063.tsv +0 -0
  101. data/support/codes/064.tsv +13 -0
  102. data/support/codes/065.tsv +25 -0
  103. data/support/codes/066.tsv +4 -0
  104. data/support/codes/067.tsv +2 -0
  105. data/support/codes/068.tsv +15 -0
  106. data/support/codes/069.tsv +4 -0
  107. data/support/codes/070.tsv +2 -0
  108. data/support/codes/071.tsv +9 -0
  109. data/support/codes/072.tsv +7 -0
  110. data/support/codes/073.tsv +36 -0
  111. data/support/codes/074.tsv +489 -0
  112. data/support/codes/075.tsv +2 -0
  113. data/support/codes/076.tsv +12 -0
  114. data/support/codes/077.tsv +19 -0
  115. data/support/codes/078.tsv +148 -0
  116. data/support/codes/079.tsv +17 -0
  117. data/support/codes/080.tsv +19 -0
  118. data/support/codes/081.tsv +11 -0
  119. data/support/codes/082.tsv +17 -0
  120. data/support/codes/083.tsv +68 -0
  121. data/support/codes/084.tsv +10 -0
  122. data/support/codes/085.tsv +23 -0
  123. data/support/codes/086.tsv +5 -0
  124. data/support/codes/087.tsv +6 -0
  125. data/support/codes/088.tsv +0 -0
  126. data/support/codes/089.tsv +1 -0
  127. data/support/codes/090.tsv +11 -0
  128. data/support/codes/091.tsv +248 -0
  129. data/support/codes/092.tsv +7 -0
  130. data/support/codes/093.tsv +13 -0
  131. data/support/codes/094.tsv +3 -0
  132. data/support/codes/095.tsv +3 -0
  133. data/support/codes/096.tsv +185 -0
  134. data/support/codes/097.tsv +1 -0
  135. data/support/codes/098.tsv +21 -0
  136. data/support/codes/099.tsv +24 -0
  137. data/support/codes/100.tsv +4 -0
  138. data/support/codes/101.tsv +2 -0
  139. data/support/codes/102.tsv +3 -0
  140. data/support/codes/121.tsv +127 -0
  141. data/support/codes/138.tsv +6 -0
  142. data/support/codes/139.tsv +70 -0
  143. data/support/codes/140.tsv +7 -0
  144. data/support/codes/141.tsv +10 -0
  145. data/support/codes/142.tsv +12 -0
  146. data/support/codes/143.tsv +7 -0
  147. data/support/codes/144.tsv +4 -0
  148. data/support/codes/145.tsv +5 -0
  149. data/support/codes/146.tsv +3 -0
  150. data/support/codes/147.tsv +7 -0
  151. data/support/codes/148.tsv +3 -0
  152. data/support/codes/149.tsv +4 -0
  153. data/support/codes/150.tsv +124 -0
  154. data/support/codes/151.tsv +7 -0
  155. data/support/codes/152.tsv +2 -0
  156. data/support/codes/153.tsv +14 -0
  157. data/support/codes/154.tsv +9 -0
  158. data/support/codes/155.tsv +5 -0
  159. data/support/codes/156.tsv +4 -0
  160. data/support/codes/157.tsv +4 -0
  161. data/support/codes/158.tsv +24 -0
  162. data/support/codes/159.tsv +6 -0
  163. data/support/codes/160.tsv +0 -0
  164. data/support/codes/161.tsv +3 -0
  165. data/support/codes/162.tsv +3 -0
  166. data/support/codes/163.tsv +7 -0
  167. data/support/codes/164.tsv +2 -0
  168. data/support/codes/165.tsv +2 -0
  169. data/support/codes/166.tsv +2 -0
  170. data/support/codes/167.tsv +3 -0
  171. data/support/codes/168.tsv +2 -0
  172. data/support/codes/169.tsv +3 -0
  173. data/support/codes/170.tsv +0 -0
  174. data/support/codes/171.tsv +2 -0
  175. data/support/codes/172.tsv +1 -0
  176. data/support/codes/173.tsv +2 -0
  177. data/support/codes/174.tsv +2 -0
  178. data/support/codes/175.tsv +175 -0
  179. data/support/codes/176.tsv +12 -0
  180. data/support/codes/177.tsv +2 -0
  181. data/support/codes/178.tsv +17 -0
  182. data/support/switch-onix-2.1-short-to-reference.xsl +3 -2
  183. metadata +226 -38
  184. data/lib/onix/lists/audience_code.rb +0 -17
  185. data/lib/onix/lists/contributor_role.rb +0 -99
  186. data/lib/onix/lists/country_code.rb +0 -257
  187. data/lib/onix/lists/language_code.rb +0 -498
  188. data/lib/onix/lists/language_role.rb +0 -18
  189. data/lib/onix/lists/notification_type.rb +0 -19
  190. data/lib/onix/lists/product_availability.rb +0 -32
  191. data/lib/onix/lists/product_form.rb +0 -99
  192. data/lib/onix/lists/product_form_detail.rb +0 -157
@@ -0,0 +1,2 @@
1
+ 007 Date of birth
2
+ 008 Date of death
@@ -0,0 +1,12 @@
1
+ 0 All regions DVD or Blu-Ray
2
+ 1 DVD region 1 US, US Territories, Canada
3
+ 2 DVD region 2 Japan, Europe, South Africa and Middle East (including Egypt)
4
+ 3 DVD region 3 Southeast Asia, Hong Kong, Macau, South Korea, and Taiwan
5
+ 4 DVD region 4 Australia, New Zealand, Pacific Islands, Central America, Mexico, South America and the Caribbean
6
+ 5 DVD region 5 Eastern Europe (former Soviet Union), Indian subcontinent, Africa, North Korea and Mongolia
7
+ 6 DVD region 6 People's Republic of China (except Macau and Hong Kong)
8
+ 7 DVD region 7 Reserved for future use
9
+ 8 DVD region 8 International venues: aircraft, cruise ships etc
10
+ A Blu-Ray region A North America, Central America, South America, Japan, Taiwan, North Korea, South Korea, Hong Kong, and Southeast Asia.
11
+ B Blu-Ray region B Most of Europe, Greenland, French territories, Middle East, Africa, Australia, and New Zealand, plus all of Oceania.
12
+ C Blu-Ray region C India, Bangladesh, Nepal, Mainland China, Pakistan, Russia, Ukraine, Belarus, Central, and South Asia.
@@ -0,0 +1,19 @@
1
+ P Preschool Age typically 0-4 years
2
+ K Kindergarten Age typically 5 years
3
+ 1 First Grade Age typically 6 years
4
+ 2 Second Grade Age typically 7 years
5
+ 3 Third Grade Age typically 8 years
6
+ 4 Fourth Grade Age typically 9 years
7
+ 5 Fifth Grade Age typically 10 years
8
+ 6 Sixth Grade Age typically 11 years
9
+ 7 Seventh Grade Age typically 12 years
10
+ 8 Eighth Grade Age typically 13 years
11
+ 9 Ninth Grade High School Freshman - age typically 14 years
12
+ 10 Tenth Grade High School Sophomore - age typically 15 years
13
+ 11 Eleventh Grade High School Junior - age typically 16 years
14
+ 12 Twelfth Grade High School Senior - age typically 17 years
15
+ 13 College Freshman Age typically 18 years
16
+ 14 College Sophomore Age typically 19 years
17
+ 15 College Junior Age typically 20 years
18
+ 16 College Senior Age typically 21 years
19
+ 17 College Graduate Student Age typically 22+ years
@@ -0,0 +1,148 @@
1
+ A101 CD standard audio format CD 'red book' format
2
+ A102 SACD super audio format
3
+ A103 MP3 format
4
+ A104 WAV format
5
+ A105 Real Audio format
6
+ A106 WMA Windows Media Audio format
7
+ A107 AAC Advanced Audio Coding format
8
+ A108 Ogg/Vorbis Vorbis audio format in the Ogg container
9
+ A109 Audible Audio format proprietary to Audible.com
10
+ A110 FLAC Free lossless audio codec
11
+ A111 AIFF Audio Interchangeable File Format
12
+ A112 ALAC Apple Lossless Audio Codec
13
+ A201 DAISY 2: full audio with title only (no navigation)
14
+ A202 DAISY 2: full audio with navigation
15
+ A203 DAISY 2: full audio with navigation and partial text
16
+ A204 DAISY 2: full audio and full text
17
+ A205 DAISY 2: full text and some audio
18
+ A206 DAISY 2: full text and no audio
19
+ A207 DAISY 3: full audio with title only (no navigation)
20
+ A208 DAISY 3: full audio with navigation
21
+ A209 DAISY 3: full audio with navigation and partial text
22
+ A210 DAISY 3: full audio and full text
23
+ A211 DAISY 3: full text and some audio
24
+ A212 DAISY 3: full text and no audio
25
+ B101 Mass market (rack) paperback In North America, a category of paperback characterized partly by page size (typically 4¼ x 7 1/8 inches) and partly by target market and terms of trade. Use with Product Form code BC.
26
+ B102 Trade paperback (US) In North America, a category of paperback characterized partly by page size and partly by target market and terms of trade. AKA 'quality paperback', and including textbooks. Most paperback books sold in North America except 'mass-market' (B101) and 'tall rack' (B107) are correctly described with this code. Use with Product Form code BC.
27
+ B103 Digest format paperback In North America, a category of paperback characterized by page size and generally used for children's books; use with Product Form code BC. Note: was wrongly shown as B102 (duplicate entry) in Issue 3.
28
+ B104 A-format paperback In UK, a category of paperback characterized by page size (normally 178 x 111 mm approx); use with Product Form code BC
29
+ B105 B-format paperback In UK, a category of paperback characterized by page size (normally 198 x 129 mm approx); use with Product Form code BC
30
+ B106 Trade paperback (UK) In UK, a category of paperback characterized partly by size (usually in traditional hardback dimensions), and often used for paperback originals; use with Product Form code BC (replaces 'C-format' from former List 8)
31
+ B107 Tall rack paperback (US) In North America, a category of paperback characterised partly by page size and partly by target market and terms of trade; use with Product Form code BC
32
+ B108 A5: Tankobon Japanese hardcover format
33
+ B109 B5: Tankobon Japanese hardcover format
34
+ B110 B6: Tankobon Japanese hardcover format
35
+ B111 A6: Bunko Japanese paperback format
36
+ B112 B40-dori: Shinsho Japanese paperback format
37
+ B113 Pocket (Sweden) A Swedish paperback format, use with Product Form Code BC
38
+ B114 Storpocket (Sweden) A Swedish paperback format, use with Product Form Code BC
39
+ B115 Kartonnage (Sweden) A Swedish hardback format, use with Product Form Code BB
40
+ B116 Flexband (Sweden) A Swedish softback format, use with Product Form Code BC
41
+ B201 Coloring / join-the-dot book
42
+ B202 Lift-the-flap book
43
+ B203 Fuzzy book DEPRECATED because of ambiguity - use B210, B214 or B215 as appropriate
44
+ B204 Miniature book Note: was wrongly shown as B203 (duplicate entry) in Issue 3
45
+ B205 Moving picture / flicker book
46
+ B206 Pop-up book
47
+ B207 Scented / 'smelly' book
48
+ B208 Sound story / 'noisy' book
49
+ B209 Sticker book
50
+ B210 Touch-and-feel book A book whose pages have a variety of textured inserts designed to stimulate tactile exploration: see also B214 and B215
51
+ B211 Toy / die-cut book DEPRECATED - use B212 or B213 as appropriate
52
+ B212 Die-cut book A book which is cut into a distinctive non-rectilinear shape and/or in which holes or shapes have been cut internally. (‘Die-cut’ is used here as a convenient shorthand, and does not imply strict limitation to a particular production process.)
53
+ B213 Book-as-toy A book which is also a toy, or which incorporates a toy as an integral part. (Do not, however, use B213 for a multiple-item product which includes a book and a toy as separate items.)
54
+ B214 Soft-to-touch book A book whose cover has a soft textured finish, typically over board
55
+ B215 Fuzzy-felt book A book with detachable felt pieces and textured pages on which they can be arranged
56
+ B221 Picture book Children's picture book: use with applicable Product Form code
57
+ B301 Loose leaf - sheets & binder Use with Product Form code BD
58
+ B302 Loose leaf - binder only Use with Product Form code BD
59
+ B303 Loose leaf - sheets only Use with Product Form code BD
60
+ B304 Sewn AKA stitched; for 'saddle-sewn', see code B310
61
+ B305 Unsewn / adhesive bound Including 'perfect bound', 'glued'
62
+ B306 Library binding Strengthened binding intended for libraries
63
+ B307 Reinforced binding Strengthened binding, not specifically intended for libraries
64
+ B308 Half bound Must be accompanied by a code specifiying a material, eg 'half-bound real leather'
65
+ B309 Quarter bound Must be accompanied by a code specifiying a material, eg 'quarter bound real leather'
66
+ B310 Saddle-sewn AKA 'saddle-stitched' or 'wire-stitched'
67
+ B311 Comb bound Round or oval plastic forms in a clamp-like configuration: use with code BE from List 7
68
+ B312 Wire-O Twin loop metal or plastic spine: use with code BE from List 7
69
+ B313 Concealed wire Cased over Wire-O binding: use with code BE from List 7
70
+ B401 Cloth over boards AKA fabric, linen over boards
71
+ B402 Paper over boards
72
+ B403 Leather, real
73
+ B404 Leather, imitation
74
+ B405 Leather, bonded
75
+ B406 Vellum
76
+ B407 Plastic DEPRECATED - use new B412 or B413 as appropriate
77
+ B408 Vinyl DEPRECATED - use new B412 or B414 as appropriate
78
+ B409 Cloth Cloth, not necessarily over boards – cf B401
79
+ B410 Imitation cloth Spanish 'simil-tela'
80
+ B411 Velvet
81
+ B412 Flexible plastic/vinyl cover AKA “flexibound”: use with code BC from List 7
82
+ B413 Plastic-covered
83
+ B414 Vinyl-covered
84
+ B415 Laminated cover Book, laminating material unspecified: use L101 for "whole product laminated", eg a laminated sheet map or wallchart
85
+ B501 With dust jacket Type unspecified
86
+ B502 With printed dust jacket Used to distinguish from B503
87
+ B503 With translucent dust cover With translucent paper or plastic protective cover
88
+ B504 With flaps For paperback with flaps
89
+ B505 With thumb index
90
+ B506 With ribbon marker(s) If the number of markers is significant, it can be stated as free text in <ProductFormDescription>
91
+ B507 With zip fastener
92
+ B508 With button snap fastener
93
+ B509 With leather edge lining AKA yapp edge?
94
+ B601 Turn-around book A book in which half the content is printed upside-down, to be read the other way round
95
+ B602 Unflipped manga format Manga with pages and panels in the sequence of the original Japanese, but with Western text
96
+ B701 UK Braille Grade 1 Single letters only
97
+ B702 UK Braille Grade 2 With some letter combinations
98
+ B703 US Braille
99
+ D101 Real Video format
100
+ D102 Quicktime format
101
+ D103 AVI format
102
+ D104 Windows Media Video format
103
+ D105 MPEG-4
104
+ D201 MS-DOS Use with an applicable Product Form code D*; note that more detail of operating system requirements can be given in a Product Form Feature composite
105
+ D202 Windows Use with an applicable Product Form code D*; see note on D201
106
+ D203 Macintosh Use with an applicable Product Form code D*; see note on D201
107
+ D204 UNIX / LINUX Use with an applicable Product Form code D*; see note on D201
108
+ D205 Other operating system(s) Use with an applicable Product Form code D*; see note on D201
109
+ D206 Palm OS Use with an applicable Product Form code D*; see note on D201
110
+ D207 Windows Mobile Use with an applicable Product Form code D*; see note on D201
111
+ D301 Microsoft XBox Use with Product Form code DE or DB as applicable
112
+ D302 Nintendo Gameboy Color Use with Product Form code DE or DB as applicable
113
+ D303 Nintendo Gameboy Advanced Use with Product Form code DE or DB as applicable
114
+ D304 Nintendo Gameboy Use with Product Form code DE or DB as applicable
115
+ D305 Nintendo Gamecube Use with Product Form code DE or DB as applicable
116
+ D306 Nintendo 64 Use with Product Form code DE or DB as applicable
117
+ D307 Sega Dreamcast Use with Product Form code DE or DB as applicable
118
+ D308 Sega Genesis/Megadrive Use with Product Form code DE or DB as applicable
119
+ D309 Sega Saturn Use with Product Form code DE or DB as applicable
120
+ D310 Sony PlayStation 1 Use with Product Form code DE or DB as applicable
121
+ D311 Sony PlayStation 2 Use with Product Form code DE or DB as applicable
122
+ D312 Nintendo Dual Screen
123
+ D313 Sony PlayStation 3
124
+ D314 Xbox 360
125
+ D315 Nintendo Wii
126
+ D316 Sony PlayStation Portable (PSP)
127
+ L101 Laminated Whole product laminated (eg laminated map, fold-out chart, wallchart, etc): use B415 for book with laminated cover
128
+ P101 Desk calendar Use with Product Form code PC
129
+ P102 Mini calendar Use with Product Form code PC
130
+ P103 Engagement calendar Use with Product Form code PC
131
+ P104 Day by day calendar Use with Product Form code PC
132
+ P105 Poster calendar Use with Product Form code PC
133
+ P106 Wall calendar Use with Product Form code PC
134
+ P107 Perpetual calendar Use with Product Form code PC
135
+ P108 Advent calendar Use with Product Form code PC
136
+ P109 Bookmark calendar Use with Product Form code PC
137
+ P110 Student calendar Use with Product Form code PC
138
+ P111 Project calendar Use with Product Form code PC
139
+ P112 Almanac calendar Use with Product Form code PC
140
+ P113 Other calendar A calendar that is not one of the types specified elsewhere: use with Product Form code PC
141
+ P114 Other calendar or organiser product A product that is associated with or ancillary to a calendar or organiser, eg a deskstand for a calendar, or an insert for an organiser: use with Product Form code PC or PS
142
+ P201 Hardback (stationery) Stationery item in hardback book format
143
+ P202 Paperback / softback (stationery) Stationery item in paperback/softback book format
144
+ P203 Spiral bound (stationery) Stationery item in spiral-bound book format
145
+ P204 Leather / fine binding (stationery) Stationery item in leather-bound book format, or other fine binding
146
+ V201 PAL TV standard for video or DVD
147
+ V202 NTSC TV standard for video or DVD
148
+ V203 SECAM TV standard for video or DVD
@@ -0,0 +1,17 @@
1
+ 01 Color of cover For Product Form Feature values see code list 98
2
+ 02 Color of page edge For Product Form Feature values see code list 98
3
+ 03 Text font The principal font used for body text, when this is a significant aspect of product description, eg for some Bibles. The accompanying Product Form Feature value is text specifying font size and, if desired, style.
4
+ 04 Special cover material For Product Form Feature values see code list 99
5
+ 05 DVD region For Product Form Feature values see code list 76
6
+ 06 Operating system A computer or handheld device operating system required to use a digital product, with version detail if applicable. The accompanying Product Form Feature Value is a code from List 178. Version detail, when applicable, is carried in Product Form Feature Description.
7
+ 07 Other system requirements Other system requirements for a digital product, described by free text in Product Form Feature Detail.
8
+ 11 CPSIA choking hazard warning DEPRECATED - use code 12 and List 143
9
+ 12 CPSIA choking hazard warning Choking hazard warning required by US Consumer Product Safety Improvement Act (CPSIA) of 2008. Required, when applicable, for products sold in the US. The Product Form Feature Value is a code from List 143. Further explanation may be given in Product Form Feature Description.
10
+ 30 Not FSC or PEFC certified Product does not carry FSC or PEFC logo. The product may, however, have a claimed Post-Consumer-Waste (PCW) content (type code 37). The Value and Description elements are not used.
11
+ 31 FSC certified – pure Product carries FSC logo (pure). <ProductFormFeatureValue> is the Chain Of Custody (COC) number printed on the book. Format: two to five letters-COC-six numerals, eg AB-COC-123456 or ABCDE-COC-123456. By definition, a product certified pure does not contain Post-Consumer-Waste (PCW), so type code 31 can only occur on its own.
12
+ 32 FSC certified – mixed sources Product carries FSC logo (mixed sources). <ProductFormFeatureValue> is the Chain Of Custody (COC) number printed on the book. Format: two to five letters-COC-six numerals, eg AB-COC-123456 or ABCDE-COC-123456. May be accompanied by a Post-Consumer-Waste (PCW) percentage value, to be reported in another instance of <ProductFormFeature> with type code 36.
13
+ 33 FSC certified – recycled Product carries FSC logo (recycled). <ProductFormFeatureValue> is the Chain Of Custody (COC) number printed on the book. Format: two to five letters-COC-six numerals, eg AB-COC-123456 or ABCDE-COC-123456. Should be accompanied by a Post-Consumer-Waste (PCW) percentage value, to be reported in another instance of <ProductFormFeature> with type code 36.
14
+ 34 PEFC certified Product carries PEFC logo (certified). <ProductFormFeatureValue> is the Chain Of Custody (COC) number printed on the book. May be accompanied by a Post-Consumer-Waste (PCW) percentage value, to be reported in another instance of <ProductFormFeature> with type code 36.
15
+ 35 PEFC recycled Product carries PEFC logo (recycled). <ProductFormFeatureValue> is the Chain Of Custody (COC) number printed on the book. Should be accompanied by a Post-Consumer-Waste (PCW) percentage value, to be reported in another instance of <ProductFormFeature> with type code 36.
16
+ 36 FSC or PEFC certified Post Consumer Waste (PCW) percentage The percentage of Post-Consumer-Waste (PCW) used in a product where the composition is certified by FSC or PEFC. <ProductFormFeatureValue> is an integer. May occur together with type code 32, 33, 34 or 35.
17
+ 37 Claimed Post Consumer Waste (PCW) percentage The percentage of Post-Consumer-Waste (PCW) claimed to be used in a product where the composition is not certified by FSC or PEFC. <Product FormFeatureValue> is an integer. <ProductFormFeatureDescription> may carry free text supporting the claim. Must be accompanied by type code 30.
@@ -0,0 +1,19 @@
1
+ 01 Slip-sleeve
2
+ 02 Clamshell
3
+ 03 Keep case
4
+ 05 Jewel case
5
+ 09 In box Individual item or set in box with lid: not to be confused with the commonly-used 'boxed set' - see below
6
+ 10 Slip-cased Slip-case for single item only: German 'Schuber'
7
+ 11 Slip-cased set Slip-case for multi-volume set: German 'Kassette'; also commonly referred to as 'boxed set'
8
+ 12 Tube Rolled in tube or cylinder: eg sheet map or poster
9
+ 13 Binder Use for miscellaneous items such as slides, microfiche, when presented in a binder
10
+ 14 In wallet or folder Use for miscellaneous items such as slides, microfiche, when presented in a wallet or folder
11
+ 15 Long triangular package Long package with triangular cross-section used for rolled sheet maps, posters etc
12
+ 16 Long square package Long package with square cross-section used for rolled sheet maps, posters, etc
13
+ 17 Softbox (for DVD)
14
+ 18 Pouch In pouch, eg teaching materials in a plastic bag or pouch
15
+ 19 Rigid plastic case In duroplastic or other rigid plastic case, eg for a class set.
16
+ 20 Cardboard case In cardboard case, eg for a class set.
17
+ 21 Shrink-wrapped Use for products or product bundles supplied for retail sale in shrink-wrapped packaging. For shrink-wrapped packs of multiple products for trade supply only, see code XL in List 7.
18
+ 22 Blister pack A pack comprising a pre-formed plastic blister and a printed card with a heat-seal coating
19
+ 23 Carry case A case with carrying handle, typically for a set of educational books and/or learning materials
@@ -0,0 +1,11 @@
1
+ 01 Audiobook Audio recording of a reading of a book or other text
2
+ 02 Performance - spoken word Audio recording of a drama or other spoken word performance
3
+ 03 Music recording Audio recording of a music performance, including musical drama and opera
4
+ 04 Other audio Audio recording of other sound, eg birdsong
5
+ 05 Game
6
+ 06 Moving images Film, video etc
7
+ 07 Still images / graphics
8
+ 08 Software
9
+ 09 Data Data files
10
+ 10 Text (eye-readable) Readable text: this value is required, together with applicable <ProductForm> and <ProductFormDetail> values, to designate an e-book or other digital product whose primary content is eye-readable text
11
+ 11 Musical notation
@@ -0,0 +1,17 @@
1
+ AP Apocrypha (Catholic canon) The seven portions of the Apocrypha added to the Catholic canon at the Council of Trent in 1546: Tobit; Judith; Wisdom of Solomon; Sirach (Ecclesiasticus); Baruch, including the Letter of Jeremiah; I & II Maccabees; Extra portions of Esther and Daniel (Additions to Esther; the Prayer of Azariah; Song of the Three Jews; Susannah; Bel and the Dragon). These are not generally included in the Protestant canon.
2
+ AQ Apocrypha (canon unspecified) A collection of Apocryphal texts, canon not specified
3
+ AX Additional Apocryphal texts: Greek Orthodox canon I Esdras; Prayer of Manasseh; Psalm 151; III Maccabees.
4
+ AY Additional Apocryphal texts: Slavonic Orthodox canon I & II Esdras; Prayer of Manasseh; Psalm 151; III & IV Maccabees.
5
+ AZ Additional Apocryphal texts Additional Apocryphal texts included in some Bible versions: I & II Esdras; Prayer of Manasseh.
6
+ GA General canon with Apocrypha (Catholic canon) The 66 books included in the Protestant, Catholic and Orthodox canons, together with the seven portions of the Apocrypha included in the Catholic canon.
7
+ GC General canon with Apocryphal texts (canon unspecified) The 66 books included in the Protestant, Catholic and Orthodox canons, together with Apocryphal texts, canon not specified.
8
+ GE General canon The 66 books included in the Protestant, Catholic and Orthodox canons, 39 from the Old Testament and 27 from the New Testament. The sequence of books may differ in different canons.
9
+ GS Gospels The books of Matthew, Mark, Luke and John.
10
+ OT Old Testament Those 39 books which were included in the Jewish canon by the rabbinical academy established at Jamma in 90 CE. Also known as the Jewish or Hebrew scriptures.
11
+ NT New Testament The 27 books included in the Christian canon through the Easter Letter of Athanasius, Bishop of Alexandria and also by a general council of the Christian church held near the end of the 4th century CE.
12
+ NP New Testament with Psalms and Proverbs Includes the 27 books of the New Testament plus Psalms and Proverbs from the Old Testament.
13
+ PE Paul’s Epistles The books containing the letters of Paul to the various early Christian churches.
14
+ PP Psalms and Proverbs The book of Psalms and the book of Proverbs combined.
15
+ PS Psalms The book of Psalms.
16
+ PT Pentateuch The first five books of the Bible: Genesis, Exodus, Numbers, Leviticus, Deuteronomy. Also applied to the Torah.
17
+ ZZ Other portions Selected books of either the OT or NT not otherwise noted.
@@ -0,0 +1,68 @@
1
+ ALV Alberto Vaccari Alberto Vaccari - Pontificio Istituto Biblico
2
+ AMP Amplified A translation based on the American Standard Version and showing multiple options for the translation of ancient text. Published in full in 1965. Sponsored by the Lockman Foundation.
3
+ ANM Antonio Martini
4
+ ASV American Standard A 1901 translation using verbal equivalence techniques with the purpose of Americanizing the King James version.
5
+ CEI C.E.I. - Conferenza Episcopale Italiana (Revised description of existing code)
6
+ CEN C.E.I. - Conferenza Episcopale Italiana 2008 Nuova traduzione C.E.I. 2008
7
+ CEV Contemporary English A translation completed in 1995 and sponsored by the American Bible Society under the leadership of Barclay Newman.
8
+ CNC Concordata
9
+ DDI Diodati
10
+ DDN Nuova Diodati
11
+ DOU Douay-Rheims An early (1580-1609) English translation from the Latin Vulgate designed for Catholics and performed by George Martin.
12
+ EIN Einheitsübersetzung A German translation of the Bible for use in Roman Catholic churches
13
+ ESV English Standard An update of the Revised Standard Version that makes 'modest' use of gender-free terminology.
14
+ FBB Biblia (1776) Finnish Bible translation
15
+ FRA Raamattu (1933/1938) Finnish Bible translation
16
+ FRK Raamattu kansalle Finnish Bible translation
17
+ FRM Raamattu (1992) Finnish Bible translation
18
+ GDW God’s Word A 1995 translation by the World Bible Publishing Company using the English language in a manner to communicate to the late 20th century American.
19
+ GEN Geneva An early (1560) English version of the Bible translated by William Whittingham with strong Protestant leanings.
20
+ GNB Good News A translation sponsored by the American Bible Society. The New Testament was first published (as “Today’s English Version” TEV) in 1966. The Old Testament was completed in 1976, and the whole was published as the “Good News Bible”.
21
+ GPR Galbiati, Penna, Rossano E. Galbiati A. Penna P. Rossano – UTET
22
+ GRK Original Greek New Testament text in an original Greek version
23
+ GRM Garofano, Rinaldi – Marietti S. Garofano S. Rinaldi – Marietti
24
+ HBR Original Hebrew Old Testament text in an original Hebrew version
25
+ HCS Holman Christian Standard Published by Broadman and Holman this translation rejects all forms of gender-neutral wording and is written with strong influences from the Southern Baptist perspective of biblical scholarship.
26
+ ICB International Children’s A translation completed in 1986 targeting readability at the US third grade level.
27
+ ILC Traduzione Interconfessionale in Lingua Corrente
28
+ JER Jerusalem A translation designed for English speaking Catholics based on the original languages. It is based on French as well as ancient texts and was first published in 1966.
29
+ KJV King James A translation commissioned by King James I of England and first published in 1611.
30
+ KJT 21st Century King James A verbal translation led by William Prindele. Published in 1994, it was designed to modernize the language of the King James Version based on Webster’s New International Dictionary, 2nd edition, unabridged.
31
+ LVB Living Bible A paraphrase translation led by Kenneth N Taylor and first published in 1972.
32
+ LZZ Luzzi
33
+ MSG Message Bible A paraphrase translation of the New Testament by Eugene Peterson first published in 1993.
34
+ NAB New American A translation aimed at Catholic readers first published in its entirely in 1970. A revised New Testament was issued in 1986.
35
+ NAS New American Standard A translation commissioned by the Lockman Foundation. The New Testament was published in 1960 followed by the entire Bible in 1971.
36
+ NAU New American Standard, Updated A 1995 translation using more modern language than the NASB.
37
+ NBA Bibelen 1895 Norwegian Bible translation
38
+ NBB Bibelen 1930 Norwegian Bible translation
39
+ NBC Bibelen 1938 Norwegian Bible translation
40
+ NBD Bibelen 1978-85 Norwegian Bible translation
41
+ NBE Bibelen 1978 Norwegian Bible translation
42
+ NBF Bibelen 1985 Norwegian Bible translation
43
+ NBG Bibelen 1988 Norwegian Bible translation
44
+ NBH Bibelen 1978-85/rev. 2005 Norwegian Bible translation
45
+ NCV New Century A translation inspired by the International Children’s version. First published by World Publishing in 1991.
46
+ NEB New English A translation first issued in 1970 as a result of a proposal at the 1946 General Assembly of the Church of Scotland.
47
+ NGO Bibelen Guds ord Norwegian Bible translation
48
+ NIV New International A translation underwritten by the International Bible Society (formerly New York Bible Society). The New Testament was published in 1973 followed by the entire Bible in 1978.
49
+ NIR New International Reader’s A 1996 translation designed for people with limited literacy in English and based on the NIV.
50
+ NJB New Jerusalem A revision of the Jerusalem Bible. First published in 1986.
51
+ NKJ New King James A version issued by Thomas Nelson Publishers in 1982-83 designed to update the language of the King James Version while maintaining the phrasing and rhythm and using the same sources as its predecessor.
52
+ NNK Bibelen, nynorsk Norwegian 'nynorsk' Bible translation
53
+ NLV New Living A translation sponsored by Tyndale House and first released in 1996. It is considered a revision and updating of the Living Bible.
54
+ NRS New Revised Standard A revision of the Revised Standard based on ancient texts but updating language to American usage of the 1980s.
55
+ NTV Nueva Traduccion Vivienta A Spanish translation from the original Greek and Hebrew, sponsored by Tyndale House.
56
+ NVB Novissima Versione della Bibbia
57
+ NVD Nueva Biblia al Dia A Spanish translation from the original Greek and Hebrew, sponsored by the International Bible Society/Sociedad Bíblica Internacional.
58
+ NVI Nueva Version Internacional A Spanish translation underwritten by the International Bible Society.
59
+ PHP New Testament in Modern English (Phillips) An idiomatic translation by J B Phillips, first completed in 1966
60
+ REB Revised English A 1989 revision of the NEB. A significant effort was made to reduce the British flavor present in the NEB.
61
+ REV Revised Version The first major revision of the King James Version, the Revised Version incorporates insights from early manuscripts discovered between 1611 and 1870, and corrects readings in the KJV which nineteenth-century scholarship deemed mistaken. The New Testament was published in 1881, the Old Testament in 1885, and the Apocrypha in 1895.
62
+ RSV Revised Standard A translation authorized by the National Council of Churches of Christ in the USA. The New Testament was published in 1946 followed by a complete Protestant canon in 1951.
63
+ RVL Reina Valera A Spanish translation based on the original texts.
64
+ SBB Bibel 2000 Swedish Bible translation
65
+ SMK Bibelen, samisk Norwegian 'samisk' Bible translation
66
+ TEV Today’s English A translation of the New Testament sponsored by the American Bible Society and first published in 1966. It was incorporated into the “Good News Bible” GNB in 1976.
67
+ TNI Today’s New International An updating of the New International Version. The New Testament was published in 2002, and the entire Bible is scheduled for 2005.
68
+ ZZZ Other Other translations not otherwise noted.
@@ -0,0 +1,10 @@
1
+ CAM Cambridge Annotated Contains the work of Howard Clark Kee including a summary of the development of the canon, introductions to the books, notes and cross references. Originally published in 1993, NRSV.
2
+ LIF Life Application A project of Tyndale House Publishers and Zondervan intended to help readers apply the Bible to daily living. Living Bible, King James, New International, NASB
3
+ MAC Macarthur A King James version study Bible with notes by James Macarthur first published in 1997.
4
+ OXF Oxford Annotated A study Bible originally published in the 1960s and based on the RSV / NRSV.
5
+ NNT Studiebibel, Det Nye testamentet Norwegian study Bible, New Testament
6
+ NOX New Oxford Annotated Published in 1991 and based on the New Revised Standard version.
7
+ NSB Norsk studiebibel Norwegian study Bible
8
+ RYR Ryrie Based on the work of Charles C. Ryrie. King James, NI, NASB
9
+ SCO Scofield A study Bible based on the early 20th century work of C.I. Scofield. Based on the King James version.
10
+ SPR Spirit Filled A transdenominational study Bible for persons from the Pentecostal/Charismatic traditions.
@@ -0,0 +1,23 @@
1
+ AW Award A Bible (or selected Biblical text) designed for presentation from a religious organization.
2
+ BB Baby A Bible (or selected Biblical text) designed to be a gift to commemorate a child’s birth.
3
+ BR Bride A special gift Bible (or selected Biblical text) designed for the bride on her wedding day. Usually white.
4
+ CF Confirmation A Bible (or selected Biblical text) designed to be used in the confirmation reading or as a gift to a confirmand
5
+ CH Children’s A text Bible (or selected Biblical text) designed in presentation and readability for a child.
6
+ CM Compact A small Bible (or selected Biblical text) with a trim height of five inches or less.
7
+ CR Cross-reference A Bible (or selected Biblical text) which includes text conveying cross-references to related scripture passages.
8
+ DR Daily readings A Bible (or selected Biblical text) laid out to provide readings for each day of the year.
9
+ DV Devotional A Bible (or selected Biblical text) containing devotional content together with the scripture.
10
+ FM Family A Bible (or selected Biblical text) containing family record pages and/or additional study material for family devotion
11
+ GT General/Text A standard Bible (or selected Biblical text) of any version with no distinguishing characteristics beyond the canonical text.
12
+ GF Gift A Bible (or selected Biblical text) designed for gift or presentation, often including a presentation page.
13
+ LP Lectern/Pulpit A large Bible (or selected Biblical text) with large print designed for use in reading scriptures in public worship from either the pulpit or lectern.
14
+ MN Men’s A Bible (or selected Biblical text) especially designed with helps and study guides oriented to the adult male.
15
+ PS Primary school A Bible (or selected Biblical text) designed for use in primary school
16
+ PW Pew Usually inexpensive but sturdy, a Bible (or selected Biblical text) designed for use in church pews.
17
+ SC Scholarly A Bible (or selected Biblical text) including texts in Greek and/or Hebrew and designed for scholarly study.
18
+ SL Slimline
19
+ ST Student A Bible (or selected Biblical text) with study articles and helps especially for use in the classroom.
20
+ SU Study A Bible (or selected Biblical text) with many extra features, e.g. book introductions, dictionary, concordance, references, maps, etc., to help readers better understand the scripture.
21
+ WG Wedding gift A special gift Bible (or selected Biblical text) designed as a gift to the couple on their wedding day
22
+ WM Women’s A devotional or study Bible (or selected Biblical text) with helps targeted at the adult woman.
23
+ YT Youth A Bible (or selected Biblical text) containing special study and devotional helps designed specifically for the needs of teenagers.
@@ -0,0 +1,5 @@
1
+ CHR Chronological A Bible with the text organized in the order in which events are believed to have happened.
2
+ CHA Chain reference A Bible which explores keywords or themes by referring text to preceding or following text.
3
+ INT Interlinear A Bible or other text in which different versions are printed one line above the other, so that the variations can easily be detected.
4
+ PAR Parallel A Bible with two or more versions printed side by side.
5
+ STN Standard A Bible in which the text is presented in the traditional order.
@@ -0,0 +1,6 @@
1
+ CCL Center column References are printed in a narrow column in the center of the page between two columns of text.
2
+ PGE Page end References are printed at the foot of the page.
3
+ SID Side column References are printed in a column to the side of the scripture.
4
+ VER Verse end References are printed at the end of the applicable verse.
5
+ UNK Unknown The person creating the ONIX record does not know where the references are located.
6
+ ZZZ Other Other locations not otherwise identified
File without changes
@@ -0,0 +1 @@
1
+ 01 Church season or activity A church season or activity for which a religious text is intended
@@ -0,0 +1,11 @@
1
+ 01 Academic year Use with code 01 in <ReligiousTextFeatureType>
2
+ 02 Catechistic year Use with code 01 in <ReligiousTextFeatureType>
3
+ 03 Liturgical year Use with code 01 in <ReligiousTextFeatureType>
4
+ 04 Advent and Christmas Use with code 01 in <ReligiousTextFeatureType>
5
+ 05 Blessings Use with code 01 in <ReligiousTextFeatureType>
6
+ 06 Scholastic cycles Use with code 01 in <ReligiousTextFeatureType>
7
+ 07 Confirmation and Holy Communion Use with code 01 in <ReligiousTextFeatureType>
8
+ 08 Summer activites For example, summer camps and other youth recreational activities: use with code 01 in <ReligiousTextFeatureType>
9
+ 09 Easter Use with code 01 in <ReligiousTextFeatureType>
10
+ 10 Lent Use with code 01 in <ReligiousTextFeatureType>
11
+ 11 Marian themes Use with code 01 in <ReligiousTextFeatureType>
@@ -0,0 +1,248 @@
1
+ AD Andorra
2
+ AE United Arab Emirates
3
+ AF Afghanistan
4
+ AG Antigua and Barbuda
5
+ AI Anguilla
6
+ AL Albania
7
+ AM Armenia
8
+ AN Netherlands Antilles
9
+ AO Angola
10
+ AQ Antarctica
11
+ AR Argentina
12
+ AS American Samoa
13
+ AT Austria
14
+ AU Australia
15
+ AW Aruba
16
+ AX Aland Islands
17
+ AZ Azerbaijan
18
+ BA Bosnia and Herzegovina
19
+ BB Barbados
20
+ BD Bangladesh
21
+ BE Belgium
22
+ BF Burkina Faso
23
+ BG Bulgaria
24
+ BH Bahrain
25
+ BI Burundi
26
+ BJ Benin
27
+ BL Saint Barthelemy
28
+ BM Bermuda
29
+ BN Brunei Darussalam
30
+ BO Bolivia
31
+ BR Brazil
32
+ BS Bahamas
33
+ BT Bhutan
34
+ BV Bouvet Island
35
+ BW Botswana
36
+ BY Belarus
37
+ BZ Belize
38
+ CA Canada
39
+ CC Cocos (Keeling) Islands
40
+ CD Congo, Democratic Republic of the
41
+ CF Central African Republic
42
+ CG Congo
43
+ CH Switzerland
44
+ CI Cote D'Ivoire
45
+ CK Cook Islands
46
+ CL Chile
47
+ CM Cameroon
48
+ CN China
49
+ CO Colombia
50
+ CR Costa Rica
51
+ CS Serbia and Montenegro DEPRECATED, replaced by ME - Montenegro and RS - Serbia
52
+ CU Cuba
53
+ CV Cape Verde
54
+ CX Christmas Island
55
+ CY Cyprus
56
+ CZ Czech Republic
57
+ DE Germany
58
+ DJ Djibouti
59
+ DK Denmark
60
+ DM Dominica
61
+ DO Dominican Republic
62
+ DZ Algeria
63
+ EC Ecuador
64
+ EE Estonia
65
+ EG Egypt
66
+ EH Western Sahara
67
+ ER Eritrea
68
+ ES Spain
69
+ ET Ethiopia
70
+ FI Finland
71
+ FJ Fiji
72
+ FK Falkland Islands (Malvinas)
73
+ FM Micronesia, Federated States of
74
+ FO Faroe Islands
75
+ FR France
76
+ GA Gabon
77
+ GB United Kingdom
78
+ GD Grenada
79
+ GE Georgia
80
+ GF French Guiana
81
+ GG Guernsey
82
+ GH Ghana
83
+ GI Gibraltar
84
+ GL Greenland
85
+ GM Gambia
86
+ GN Guinea
87
+ GP Guadeloupe
88
+ GQ Equatorial Guinea
89
+ GR Greece
90
+ GS South Georgia and the South Sandwich Islands
91
+ GT Guatemala
92
+ GU Guam
93
+ GW Guinea-Bissau
94
+ GY Guyana
95
+ HK Hong Kong
96
+ HM Heard Island and McDonald Islands
97
+ HN Honduras
98
+ HR Croatia
99
+ HT Haiti
100
+ HU Hungary
101
+ ID Indonesia
102
+ IE Ireland
103
+ IL Israel
104
+ IM Isle of Man
105
+ IN India
106
+ IO British Indian Ocean Territory
107
+ IQ Iraq
108
+ IR Iran, Islamic Republic of
109
+ IS Iceland
110
+ IT Italy
111
+ JE Jersey
112
+ JM Jamaica
113
+ JO Jordan
114
+ JP Japan
115
+ KE Kenya
116
+ KG Kyrgyzstan
117
+ KH Cambodia
118
+ KI Kiribati
119
+ KM Comoros
120
+ KN Saint Kitts and Nevis
121
+ KP Korea, Democratic People's Republic of
122
+ KR Korea, Republic of
123
+ KW Kuwait
124
+ KY Cayman Islands
125
+ KZ Kazakhstan
126
+ LA Lao People's Democratic Republic
127
+ LB Lebanon
128
+ LC Saint Lucia
129
+ LI Liechtenstein
130
+ LK Sri Lanka
131
+ LR Liberia
132
+ LS Lesotho
133
+ LT Lithuania
134
+ LU Luxembourg
135
+ LV Latvia
136
+ LY Libyan Arab Jamahiriya
137
+ MA Morocco
138
+ MC Monaco
139
+ MD Moldova, Republic of
140
+ ME Montenegro
141
+ MF Saint Martin, French part
142
+ MG Madagascar
143
+ MH Marshall Islands
144
+ MK Macedonia, the former Yugoslav Republic of
145
+ ML Mali
146
+ MM Myanmar
147
+ MN Mongolia
148
+ MO Macao
149
+ MP Northern Mariana Islands
150
+ MQ Martinique
151
+ MR Mauritania
152
+ MS Montserrat
153
+ MT Malta
154
+ MU Mauritius
155
+ MV Maldives
156
+ MW Malawi
157
+ MX Mexico
158
+ MY Malaysia
159
+ MZ Mozambique
160
+ NA Namibia
161
+ NC New Caledonia
162
+ NE Niger
163
+ NF Norfolk Island
164
+ NG Nigeria
165
+ NI Nicaragua
166
+ NL Netherlands
167
+ NO Norway
168
+ NP Nepal
169
+ NR Nauru
170
+ NU Niue
171
+ NZ New Zealand
172
+ OM Oman
173
+ PA Panama
174
+ PE Peru
175
+ PF French Polynesia
176
+ PG Papua New Guinea
177
+ PH Philippines
178
+ PK Pakistan
179
+ PL Poland
180
+ PM Saint Pierre and Miquelon
181
+ PN Pitcairn
182
+ PR Puerto Rico
183
+ PS Palestinian Territory, Occupied
184
+ PT Portugal
185
+ PW Palau
186
+ PY Paraguay
187
+ QA Qatar
188
+ RE Reunion
189
+ RO Romania
190
+ RS Serbia
191
+ RU Russian Federation
192
+ RW Rwanda
193
+ SA Saudi Arabia
194
+ SB Solomon Islands
195
+ SC Seychelles
196
+ SD Sudan
197
+ SE Sweden
198
+ SG Singapore
199
+ SH Saint Helena
200
+ SI Slovenia
201
+ SJ Svalbard and Jan Mayen
202
+ SK Slovakia
203
+ SL Sierra Leone
204
+ SM San Marino
205
+ SN Senegal
206
+ SO Somalia
207
+ SR Suriname
208
+ ST Sao Tome and Principe
209
+ SV El Salvador
210
+ SY Syrian Arab Republic
211
+ SZ Swaziland
212
+ TC Turks and Caicos Islands
213
+ TD Chad
214
+ TF French Southern Territories
215
+ TG Togo
216
+ TH Thailand
217
+ TJ Tajikistan
218
+ TK Tokelau
219
+ TL Timor-Leste
220
+ TM Turkmenistan
221
+ TN Tunisia
222
+ TO Tonga
223
+ TR Turkey
224
+ TT Trinidad and Tobago
225
+ TV Tuvalu
226
+ TW Taiwan, Province of China
227
+ TZ Tanzania, United Republic of
228
+ UA Ukraine
229
+ UG Uganda
230
+ UM United States Minor Outlying Islands
231
+ US United States
232
+ UY Uruguay
233
+ UZ Uzbekistan
234
+ VA Holy See (Vatican City State)
235
+ VC Saint Vincent and the Grenadines
236
+ VE Venezuela, Bolivarian Republic of
237
+ VG Virgin Islands, British
238
+ VI Virgin Islands, US
239
+ VN Viet Nam
240
+ VU Vanuatu
241
+ WF Wallis and Futuna
242
+ WS Samoa
243
+ YE Yemen
244
+ YT Mayotte
245
+ YU Yugoslavia DEPRECATED, replaced by ME - Montenegro and RS - Serbia
246
+ ZA South Africa
247
+ ZM Zambia
248
+ ZW Zimbabwe