onix 0.8.3 → 0.8.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG +4 -0
- data/README.markdown +1 -0
- data/lib/onix/code_list_extractor.rb +69 -0
- data/lib/onix/lists.rb +134 -0
- data/lib/onix/price.rb +1 -1
- data/lib/onix/product.rb +1 -0
- data/lib/onix.rb +4 -10
- data/spec/apa_product_spec.rb +2 -2
- data/spec/audience_range_spec.rb +2 -2
- data/spec/contributor_spec.rb +2 -2
- data/spec/header_spec.rb +2 -2
- data/spec/imprint_spec.rb +2 -2
- data/spec/language_spec.rb +2 -2
- data/spec/lists_spec.rb +33 -0
- data/spec/market_representation_spec.rb +2 -2
- data/spec/measure_spec.rb +2 -2
- data/spec/media_file_spec.rb +2 -2
- data/spec/other_text_spec.rb +2 -2
- data/spec/price_spec.rb +2 -2
- data/spec/product_identifier_spec.rb +2 -2
- data/spec/product_spec.rb +2 -2
- data/spec/publisher_spec.rb +2 -2
- data/spec/sales_restriction_spec.rb +2 -2
- data/spec/sender_identifier.rb +2 -2
- data/spec/series_identifier_spec.rb +2 -2
- data/spec/series_spec.rb +2 -2
- data/spec/stock_spec.rb +2 -2
- data/spec/subject_spec.rb +2 -2
- data/spec/supply_detail_spec.rb +2 -2
- data/spec/title_spec.rb +2 -2
- data/spec/website_spec.rb +2 -2
- data/support/codes/001.tsv +10 -0
- data/support/codes/002.tsv +5 -0
- data/support/codes/003.tsv +7 -0
- data/support/codes/005.tsv +13 -0
- data/support/codes/006.tsv +76 -0
- data/support/codes/007.tsv +123 -0
- data/support/codes/008.tsv +7 -0
- data/support/codes/009.tsv +7 -0
- data/support/codes/010.tsv +34 -0
- data/support/codes/011.tsv +11 -0
- data/support/codes/012.tsv +11 -0
- data/support/codes/013.tsv +7 -0
- data/support/codes/014.tsv +4 -0
- data/support/codes/015.tsv +13 -0
- data/support/codes/016.tsv +6 -0
- data/support/codes/017.tsv +90 -0
- data/support/codes/018.tsv +3 -0
- data/support/codes/019.tsv +7 -0
- data/support/codes/020.tsv +0 -0
- data/support/codes/021.tsv +31 -0
- data/support/codes/022.tsv +9 -0
- data/support/codes/023.tsv +9 -0
- data/support/codes/024.tsv +11 -0
- data/support/codes/025.tsv +29 -0
- data/support/codes/026.tsv +75 -0
- data/support/codes/027.tsv +75 -0
- data/support/codes/028.tsv +8 -0
- data/support/codes/029.tsv +16 -0
- data/support/codes/030.tsv +15 -0
- data/support/codes/031.tsv +3 -0
- data/support/codes/032.tsv +2 -0
- data/support/codes/033.tsv +36 -0
- data/support/codes/034.tsv +14 -0
- data/support/codes/035.tsv +6 -0
- data/support/codes/036.tsv +3 -0
- data/support/codes/037.tsv +6 -0
- data/support/codes/038.tsv +36 -0
- data/support/codes/039.tsv +8 -0
- data/support/codes/040.tsv +6 -0
- data/support/codes/041.tsv +6 -0
- data/support/codes/042.tsv +16 -0
- data/support/codes/043.tsv +4 -0
- data/support/codes/044.tsv +13 -0
- data/support/codes/045.tsv +12 -0
- data/support/codes/046.tsv +3 -0
- data/support/codes/047.tsv +4 -0
- data/support/codes/048.tsv +11 -0
- data/support/codes/049.tsv +84 -0
- data/support/codes/050.tsv +8 -0
- data/support/codes/051.tsv +27 -0
- data/support/codes/052.tsv +1 -0
- data/support/codes/053.tsv +3 -0
- data/support/codes/054.tsv +23 -0
- data/support/codes/055.tsv +13 -0
- data/support/codes/056.tsv +2 -0
- data/support/codes/057.tsv +5 -0
- data/support/codes/058.tsv +21 -0
- data/support/codes/059.tsv +4 -0
- data/support/codes/060.tsv +2 -0
- data/support/codes/061.tsv +3 -0
- data/support/codes/062.tsv +5 -0
- data/support/codes/063.tsv +0 -0
- data/support/codes/064.tsv +13 -0
- data/support/codes/065.tsv +25 -0
- data/support/codes/066.tsv +4 -0
- data/support/codes/067.tsv +2 -0
- data/support/codes/068.tsv +15 -0
- data/support/codes/069.tsv +4 -0
- data/support/codes/070.tsv +2 -0
- data/support/codes/071.tsv +9 -0
- data/support/codes/072.tsv +7 -0
- data/support/codes/073.tsv +36 -0
- data/support/codes/074.tsv +489 -0
- data/support/codes/075.tsv +2 -0
- data/support/codes/076.tsv +12 -0
- data/support/codes/077.tsv +19 -0
- data/support/codes/078.tsv +148 -0
- data/support/codes/079.tsv +17 -0
- data/support/codes/080.tsv +19 -0
- data/support/codes/081.tsv +11 -0
- data/support/codes/082.tsv +17 -0
- data/support/codes/083.tsv +68 -0
- data/support/codes/084.tsv +10 -0
- data/support/codes/085.tsv +23 -0
- data/support/codes/086.tsv +5 -0
- data/support/codes/087.tsv +6 -0
- data/support/codes/088.tsv +0 -0
- data/support/codes/089.tsv +1 -0
- data/support/codes/090.tsv +11 -0
- data/support/codes/091.tsv +248 -0
- data/support/codes/092.tsv +7 -0
- data/support/codes/093.tsv +13 -0
- data/support/codes/094.tsv +3 -0
- data/support/codes/095.tsv +3 -0
- data/support/codes/096.tsv +185 -0
- data/support/codes/097.tsv +1 -0
- data/support/codes/098.tsv +21 -0
- data/support/codes/099.tsv +24 -0
- data/support/codes/100.tsv +4 -0
- data/support/codes/101.tsv +2 -0
- data/support/codes/102.tsv +3 -0
- data/support/codes/121.tsv +127 -0
- data/support/codes/138.tsv +6 -0
- data/support/codes/139.tsv +70 -0
- data/support/codes/140.tsv +7 -0
- data/support/codes/141.tsv +10 -0
- data/support/codes/142.tsv +12 -0
- data/support/codes/143.tsv +7 -0
- data/support/codes/144.tsv +4 -0
- data/support/codes/145.tsv +5 -0
- data/support/codes/146.tsv +3 -0
- data/support/codes/147.tsv +7 -0
- data/support/codes/148.tsv +3 -0
- data/support/codes/149.tsv +4 -0
- data/support/codes/150.tsv +124 -0
- data/support/codes/151.tsv +7 -0
- data/support/codes/152.tsv +2 -0
- data/support/codes/153.tsv +14 -0
- data/support/codes/154.tsv +9 -0
- data/support/codes/155.tsv +5 -0
- data/support/codes/156.tsv +4 -0
- data/support/codes/157.tsv +4 -0
- data/support/codes/158.tsv +24 -0
- data/support/codes/159.tsv +6 -0
- data/support/codes/160.tsv +0 -0
- data/support/codes/161.tsv +3 -0
- data/support/codes/162.tsv +3 -0
- data/support/codes/163.tsv +7 -0
- data/support/codes/164.tsv +2 -0
- data/support/codes/165.tsv +2 -0
- data/support/codes/166.tsv +2 -0
- data/support/codes/167.tsv +3 -0
- data/support/codes/168.tsv +2 -0
- data/support/codes/169.tsv +3 -0
- data/support/codes/170.tsv +0 -0
- data/support/codes/171.tsv +2 -0
- data/support/codes/172.tsv +1 -0
- data/support/codes/173.tsv +2 -0
- data/support/codes/174.tsv +2 -0
- data/support/codes/175.tsv +175 -0
- data/support/codes/176.tsv +12 -0
- data/support/codes/177.tsv +2 -0
- data/support/codes/178.tsv +17 -0
- metadata +151 -13
- data/lib/onix/lists/audience_code.rb +0 -17
- data/lib/onix/lists/contributor_role.rb +0 -99
- data/lib/onix/lists/country_code.rb +0 -257
- data/lib/onix/lists/language_code.rb +0 -498
- data/lib/onix/lists/language_role.rb +0 -18
- data/lib/onix/lists/notification_type.rb +0 -19
- data/lib/onix/lists/product_availability.rb +0 -32
- data/lib/onix/lists/product_form.rb +0 -99
- data/lib/onix/lists/product_form_detail.rb +0 -157
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
00 Unspecified, see description See description in the <IllustrationTypeDescription> element
|
|
2
|
+
01 Illustrations, black & white
|
|
3
|
+
02 Illustrations, color
|
|
4
|
+
03 Halftones, black & white Including black & white photographs
|
|
5
|
+
04 Halftones, color Including color photographs
|
|
6
|
+
05 Line drawings, black & white
|
|
7
|
+
06 Line drawings, color
|
|
8
|
+
07 Tables, black & white
|
|
9
|
+
08 Tables, color
|
|
10
|
+
09 Illustrations, unspecified
|
|
11
|
+
10 Halftones, unspecified Including photographs
|
|
12
|
+
11 Tables, unspecified
|
|
13
|
+
12 Line drawings, unspecified
|
|
14
|
+
13 Halftones, duotone
|
|
15
|
+
14 Maps
|
|
16
|
+
15 Frontispiece
|
|
17
|
+
16 Diagrams
|
|
18
|
+
17 Figures
|
|
19
|
+
18 Charts
|
|
20
|
+
19 Recorded music items Recorded music extracts or examples, or complete recorded work(s), accompanying textual or other content
|
|
21
|
+
20 Printed music items Printed music extracts or examples, or complete music score(s), accompanying textual or other content
|
|
22
|
+
21 Graphs To be used in the mathematical sense of a diagram that represents numerical values plotted against an origin and axes, cf codes 16 and 18
|
|
23
|
+
22 Plates, unspecified ‘Plates’ means illustrations that are on separate pages bound into the body of a book
|
|
24
|
+
23 Plates, black & white ‘Plates’ means illustrations that are on separate pages bound into the body of a book
|
|
25
|
+
24 Plates, color ‘Plates’ means illustrations that are on separate pages bound into the body of a book
|
|
26
|
+
25 Index
|
|
27
|
+
26 Bibliography
|
|
28
|
+
27 Inset maps Larger-scale inset maps of places or features of interest included in a map product
|
|
29
|
+
28 GPS grids GPS grids included in a map product
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
01 Dewey Dewey Decimal Classification. Code
|
|
2
|
+
02 Abridged Dewey Code
|
|
3
|
+
03 LC classification US Library of Congress classification. Code
|
|
4
|
+
04 LC subject heading US Library of Congress subject heading. Text
|
|
5
|
+
05 NLM classification US National Library of Medicine medical classification
|
|
6
|
+
06 MeSH heading US National Library of Medicine Medical subject heading
|
|
7
|
+
07 NAL subject heading US National Agricultural Library subject heading
|
|
8
|
+
08 AAT Getty Art & Architecture Thesaurus heading
|
|
9
|
+
09 UDC Universal Decimal Classification. Code
|
|
10
|
+
10 BISAC Subject Heading BISAC Subject Headings are used in the North American market to categorize books based on topical content. They serve as a guideline for shelving books in physical stores and browsing books in online stores.
|
|
11
|
+
11 BISAC region code A geographical qualifier used with a BISAC subject category. Code
|
|
12
|
+
12 BIC subject category For all BIC subject codes and qualifiers, see http://www.bic.org.uk/subcats.html. Code
|
|
13
|
+
13 BIC geographical qualifier Code
|
|
14
|
+
14 BIC language qualifier (language as subject) Code
|
|
15
|
+
15 BIC time period qualifier Code
|
|
16
|
+
16 BIC educational purpose qualifier Code
|
|
17
|
+
17 BIC reading level & special interest qualifier Code
|
|
18
|
+
18 DDC-Sachgruppen der Deutschen Nationalbibliografie Used for German National Bibliography since 2004 (100 subjects). Is different from value 30.
|
|
19
|
+
19 LC fiction genre heading Text
|
|
20
|
+
20 Keywords Text
|
|
21
|
+
21 BIC children’s book marketing category See http://www.bic.org.uk/cbmc.html. Code
|
|
22
|
+
22 BISAC Merchandising Theme BISAC Merchandising Themes are used in addition to BISAC Subject Headings to denote an audience to which a work may be of particular appeal, a time of year or event for which a work may be especially appropriate, or to further describe fictional works that have been subject-coded by genre
|
|
23
|
+
23 Publisher’s own category code Code
|
|
24
|
+
24 Proprietary subject scheme As specified in <SubjectSchemeName>
|
|
25
|
+
25 Tabla de materias ISBN Latin America. Code
|
|
26
|
+
26 Warengruppen-Systematik des deutschen Buchhandels Code
|
|
27
|
+
27 Schlagwort-Normdatei (SWD) Subject heading text
|
|
28
|
+
28 Thèmes Electre Subject classification used by Electre (France). Code
|
|
29
|
+
29 CLIL France. Code
|
|
30
|
+
30 DNB-Sachgruppen Deutsche Bibliothek subject groups. Code. Used for German National Bibliography until 2003 (65 subjects). Is different from value 18.
|
|
31
|
+
31 NUGI Nederlandse Uniforme Genre-Indeling (former Dutch book trade classification). Code
|
|
32
|
+
32 NUR Nederlandstalige Uniforme Rubrieksindeling (Dutch book trade classification, from 2002). Code
|
|
33
|
+
33 ECPA Christian Book Category ECPA Christian Product Category Book Codes, consisting of up to three x 3-letter blocks, for Super Category, Primary Category and Sub-Category. See http://www.ecpa.org/ECPA/cbacategories.xls. Code
|
|
34
|
+
34 SISO Schema Indeling Systematische Catalogus Openbare Bibliotheken (Dutch library classification). Code
|
|
35
|
+
35 Korean Decimal Classification (KDC) A modified Dewey Decimal Classification used in the Republic of Korea. Code
|
|
36
|
+
36 DDC 22 ger Code. German Translation of DDC 22. Also known as DDC Deutsch 22
|
|
37
|
+
37 Bokgrupper Norwegian book trade product categories (4701)
|
|
38
|
+
38 Varegrupper Norwegian bookselling subject categories (4702)
|
|
39
|
+
39 Læreplaner Norwegian school curriculum version (4703)
|
|
40
|
+
40 Nippon Decimal Classification Japanese subject classification scheme. Code
|
|
41
|
+
41 BSQ BookSelling Qualifier: Russian book trade classification. Code
|
|
42
|
+
42 ANELE Materias Spain: subject coding scheme of the Asociación Nacional de Editores de Libros y Material de Enseñanza. Code
|
|
43
|
+
43 Skolefag Norwegian primary and secondary school subject categories (4705)
|
|
44
|
+
44 Videregående Norwegian list of categories used in higher secondary education and vocational training (4706)
|
|
45
|
+
45 Undervisningsmateriell Norwegian list of categories for books and other material used in education (4707)
|
|
46
|
+
46 Norsk DDK Norwegian version of Dewey Decimal Classification
|
|
47
|
+
47 Varugrupper Swedish bookselling subject categories. Code
|
|
48
|
+
48 SAB Swedish classification scheme. Text
|
|
49
|
+
49 Läromedel Swedish bookselling educational subject. Code
|
|
50
|
+
50 Förhandsbeskrivning Swedish publishers preliminary subject classification. Code
|
|
51
|
+
51 Spanish ISBN UDC subset Controlled subset of UDC codes used by the Spanish ISBN Agency. Code
|
|
52
|
+
52 ECI subject categories Subject categories defined by El Corte Inglés and used widely in the Spanish book trade. Code
|
|
53
|
+
53 Soggetto CCE Classificazione commerciale editoriale (Italian book trade subject category based on BIC). Code
|
|
54
|
+
54 Qualificatore geografico CCE Code
|
|
55
|
+
55 Qualificatore di lingua CCE Code
|
|
56
|
+
56 Qualificatore di periodo storico CCE Code
|
|
57
|
+
57 Qualificatore di livello scolastico CCE Code
|
|
58
|
+
58 Qualificatore di età di lettura CCE Code
|
|
59
|
+
59 VdS Bildungsmedien Fächer Subject code list of the German association of educational media publishers
|
|
60
|
+
60 Fagkoder Undervisningsdirektoratets fagkoder for kunnskapsløftet I videregående (Norwegian educational curriculum for secondary schools) (4708)
|
|
61
|
+
61 JEL classification Journal of Economic Literature classification scheme
|
|
62
|
+
62 CSH National Library of Canada subject heading (English)
|
|
63
|
+
63 RVM Répertoire de vedettes-matière (Bibliothèque et Archives Canada et Bibliothèque de l'Université Laval) (French)
|
|
64
|
+
64 YSA Yleinen suomalainen asiasanasto: Finnish General Thesaurus
|
|
65
|
+
65 Allärs Allmän tesaurus på svenska: Swedish translation of the Finnish General Thesaurus
|
|
66
|
+
66 YKL Yleisten kirjastojen luokitusjärjestelmä: Finnish Public Libraries Classification System
|
|
67
|
+
67 MUSA Musiikin asiasanasto: Finnish Music Thesaurus
|
|
68
|
+
68 CILLA Specialtesaurus för musik: Swedish translation of the Finnish Music Thesaurus
|
|
69
|
+
69 Kaunokki Fiktiivisen aineiston asiasanasto: Finnish thesaurus for fiction
|
|
70
|
+
70 Bella Specialtesaurus för fiktivt material: Swedish translation of the Finnish thesaurus for fiction
|
|
71
|
+
71 YSO Yleinen suomalainen ontologia: Finnish General Upper Ontology
|
|
72
|
+
72 Paikkatieto ontologia Finnish Place Ontology
|
|
73
|
+
73 Suomalainen kirja-alan luokitus Finnish book trade categorisation
|
|
74
|
+
74 Sears Sears List of Subject Headings
|
|
75
|
+
75 BIC E4L BIC E4Libraries Category Headings
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
01 Dewey Dewey Decimal Classification. Code
|
|
2
|
+
02 Abridged Dewey Code
|
|
3
|
+
03 LC classification US Library of Congress classification. Code
|
|
4
|
+
04 LC subject heading US Library of Congress subject heading. Text
|
|
5
|
+
05 NLM classification US National Library of Medicine medical classification
|
|
6
|
+
06 MeSH heading US National Library of Medicine Medical subject heading
|
|
7
|
+
07 NAL subject heading US National Agricultural Library subject heading
|
|
8
|
+
08 AAT Getty Art & Architecture Thesaurus heading
|
|
9
|
+
09 UDC Universal Decimal Classification. Code
|
|
10
|
+
10 BISAC Subject Heading BISAC Subject Headings are used in the North American market to categorize books based on topical content. They serve as a guideline for shelving books in physical stores and browsing books in online stores.
|
|
11
|
+
11 BISAC region code A geographical qualifier used with a BISAC subject category. Code
|
|
12
|
+
12 BIC subject category For all BIC subject codes and qualifiers, see http://www.bic.org.uk/subcats.html. Code
|
|
13
|
+
13 BIC geographical qualifier Code
|
|
14
|
+
14 BIC language qualifier (language as subject) Code
|
|
15
|
+
15 BIC time period qualifier Code
|
|
16
|
+
16 BIC educational purpose qualifier Code
|
|
17
|
+
17 BIC reading level & special interest qualifier Code
|
|
18
|
+
18 DDC-Sachgruppen der Deutschen Nationalbibliografie Used for German National Bibliography since 2004 (100 subjects). Is different from value 30.
|
|
19
|
+
19 LC fiction genre heading Text
|
|
20
|
+
20 Keywords Text
|
|
21
|
+
21 BIC children’s book marketing category See http://www.bic.org.uk/cbmc.html. Code
|
|
22
|
+
22 BISAC Merchandising Theme BISAC Merchandising Themes are used in addition to BISAC Subject Headings to denote an audience to which a work may be of particular appeal, a time of year or event for which a work may be especially appropriate, or to further describe fictional works that have been subject-coded by genre
|
|
23
|
+
23 Publisher’s own category code Code
|
|
24
|
+
24 Proprietary subject scheme As specified in <SubjectSchemeName>
|
|
25
|
+
25 Tabla de materias ISBN Latin America. Code
|
|
26
|
+
26 Warengruppen-Systematik des deutschen Buchhandels Code
|
|
27
|
+
27 Schlagwort-Normdatei (SWD) Subject heading text
|
|
28
|
+
28 Thèmes Electre Subject classification used by Electre (France). Code
|
|
29
|
+
29 CLIL France. Code
|
|
30
|
+
30 DNB-Sachgruppen Deutsche Bibliothek subject groups. Code. Used for German National Bibliography until 2003 (65 subjects). Is different from value 18.
|
|
31
|
+
31 NUGI Nederlandse Uniforme Genre-Indeling (former Dutch book trade classification). Code
|
|
32
|
+
32 NUR Nederlandstalige Uniforme Rubrieksindeling (Dutch book trade classification, from 2002). Code
|
|
33
|
+
33 ECPA Christian Book Category ECPA Christian Product Category Book Codes, consisting of up to three x 3-letter blocks, for Super Category, Primary Category and Sub-Category. See http://www.ecpa.org/ECPA/cbacategories.xls. Code
|
|
34
|
+
34 SISO Schema Indeling Systematische Catalogus Openbare Bibliotheken (Dutch library classification). Code
|
|
35
|
+
35 Korean Decimal Classification (KDC) A modified Dewey Decimal Classification used in the Republic of Korea. Code
|
|
36
|
+
36 DDC 22 ger Code. German Translation of DDC 22. Also known as DDC Deutsch 22
|
|
37
|
+
37 Bokgrupper Norwegian book trade product categories (4701)
|
|
38
|
+
38 Varegrupper Norwegian bookselling subject categories (4702)
|
|
39
|
+
39 Læreplaner Norwegian school curriculum version (4703)
|
|
40
|
+
40 Nippon Decimal Classification Japanese subject classification scheme. Code
|
|
41
|
+
41 BSQ BookSelling Qualifier: Russian book trade classification. Code
|
|
42
|
+
42 ANELE Materias Spain: subject coding scheme of the Asociación Nacional de Editores de Libros y Material de Enseñanza. Code
|
|
43
|
+
43 Skolefag Norwegian primary and secondary school subject categories (4705)
|
|
44
|
+
44 Videregående Norwegian list of categories used in higher secondary education and vocational training (4706)
|
|
45
|
+
45 Undervisningsmateriell Norwegian list of categories for books and other material used in education (4707)
|
|
46
|
+
46 Norsk DDK Norwegian version of Dewey Decimal Classification
|
|
47
|
+
47 Varugrupper Swedish bookselling subject categories. Code
|
|
48
|
+
48 SAB Swedish classification scheme. Text
|
|
49
|
+
49 Läromedel Swedish bookselling educational subject. Code
|
|
50
|
+
50 Förhandsbeskrivning Swedish publishers preliminary subject classification. Code
|
|
51
|
+
51 Spanish ISBN UDC subset Controlled subset of UDC codes used by the Spanish ISBN Agency. Code
|
|
52
|
+
52 ECI subject categories Subject categories defined by El Corte Inglés and used widely in the Spanish book trade. Code
|
|
53
|
+
53 Soggetto CCE Classificazione commerciale editoriale (Italian book trade subject category based on BIC). Code
|
|
54
|
+
54 Qualificatore geografico CCE Code
|
|
55
|
+
55 Qualificatore di lingua CCE Code
|
|
56
|
+
56 Qualificatore di periodo storico CCE Code
|
|
57
|
+
57 Qualificatore di livello scolastico CCE Code
|
|
58
|
+
58 Qualificatore di età di lettura CCE Code
|
|
59
|
+
59 VdS Bildungsmedien Fächer Subject code list of the German association of educational media publishers
|
|
60
|
+
60 Fagkoder Undervisningsdirektoratets fagkoder for kunnskapsløftet I videregående (Norwegian educational curriculum for secondary schools) (4708)
|
|
61
|
+
61 JEL classification Journal of Economic Literature classification scheme
|
|
62
|
+
62 CSH National Library of Canada subject heading (English)
|
|
63
|
+
63 RVM Répertoire de vedettes-matière (Bibliothèque et Archives Canada et Bibliothèque de l'Université Laval) (French)
|
|
64
|
+
64 YSA Yleinen suomalainen asiasanasto: Finnish General Thesaurus
|
|
65
|
+
65 Allärs Allmän tesaurus på svenska: Swedish translation of the Finnish General Thesaurus
|
|
66
|
+
66 YKL Yleisten kirjastojen luokitusjärjestelmä: Finnish Public Libraries Classification System
|
|
67
|
+
67 MUSA Musiikin asiasanasto: Finnish Music Thesaurus
|
|
68
|
+
68 CILLA Specialtesaurus för musik: Swedish translation of the Finnish Music Thesaurus
|
|
69
|
+
69 Kaunokki Fiktiivisen aineiston asiasanasto: Finnish thesaurus for fiction
|
|
70
|
+
70 Bella Specialtesaurus för fiktivt material: Swedish translation of the Finnish thesaurus for fiction
|
|
71
|
+
71 YSO Yleinen suomalainen ontologia: Finnish General Upper Ontology
|
|
72
|
+
72 Paikkatieto ontologia Finnish Place Ontology
|
|
73
|
+
73 Suomalainen kirja-alan luokitus Finnish book trade categorisation
|
|
74
|
+
74 Sears Sears List of Subject Headings
|
|
75
|
+
75 BIC E4L BIC E4Libraries Category Headings
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
01 General/trade For a non-specialist adult audience
|
|
2
|
+
02 Children/juvenile For a juvenile audience, not specifically for any educational purpose
|
|
3
|
+
03 Young adult For a teenage audience, not specifically for any educational purpose
|
|
4
|
+
04 Primary & secondary/elementary & high school Kindergarten, pre-school, primary/elementary or secondary/high school education
|
|
5
|
+
05 College/higher education For universities and colleges of further and higher education
|
|
6
|
+
06 Professional and scholarly For an expert adult audience, including academic research
|
|
7
|
+
07 ELT/ESL Intended for use in teaching English as a second language
|
|
8
|
+
08 Adult education For centres providing academic, vocational or recreational courses for adults
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
01 ONIX audience codes Using List 28
|
|
2
|
+
02 Proprietary
|
|
3
|
+
03 MPAA rating Motion Picture Association of America rating applied to movies
|
|
4
|
+
04 BBFC rating British Board of Film Classification rating applied to movies
|
|
5
|
+
05 FSK rating German FSK (Freiwillige Selbstkontrolle der Filmwirtschaft) rating applied to movies
|
|
6
|
+
06 BTLF audience code French Canadian audience code list, used by BTLF for Memento
|
|
7
|
+
07 Electre audience code Audience code used by Electre (France)
|
|
8
|
+
08 ANELE Tipo Spain: educational audience and material type code of the Asociación Nacional de Editores de Libros y Material de Enseñanza
|
|
9
|
+
09 AVI Code list used to specify reading levels for children's books, used in Flanders and the Netherlands
|
|
10
|
+
10 USK rating German USK (Unterhaltungssoftware Selbstkontrolle) rating applied to video or computer games
|
|
11
|
+
11 AWS Audience code used in Flanders
|
|
12
|
+
12 Schulform Type of school: codelist maintained by VdS Bildungsmedien eV, the German association of educational media publishers
|
|
13
|
+
13 Bundesland School region: codelist maintained by VdS Bildungsmedien eV, the German association of educational media publishers, indicating where products are licensed to be used in schools
|
|
14
|
+
14 Ausbildungsberuf Occupation: codelist for vocational training materials, maintained by VdS Bildungsmedien eV, the German association of educational media publishers
|
|
15
|
+
15 Suomalainen kouluasteluokitus Finnish school or college level
|
|
16
|
+
16 CBG age guidance UK Publishers Association, Children’s Book Group, coded indication of intended reader age, carried on book covers
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
11 US school grade range Values for <AudienceRangeValue> are specified in List 77
|
|
2
|
+
12 UK school grade Values are defined by BIC for England & Wales, Scotland and N Ireland
|
|
3
|
+
15 Reading speed, words per minute Values in <AudienceRangeValue> must be integers
|
|
4
|
+
16 Interest age, months For use up to 30 months only: values in <AudienceRangeValue> must be integers
|
|
5
|
+
17 Interest age, years Values in <AudienceRangeValue> must be integers
|
|
6
|
+
18 Reading age, years Values in <AudienceRangeValue> must be integers
|
|
7
|
+
19 Spanish school grade Spain: combined grade and region code, maintained by the Ministerio de Educación
|
|
8
|
+
20 Skoletrinn Norwegian educational grades (4704)
|
|
9
|
+
21 Nivå Swedish educational qualifier (code)
|
|
10
|
+
22 Italian school grade
|
|
11
|
+
23 Schulform DEPRECATED - assigned in error: see List 29
|
|
12
|
+
24 Bundesland DEPRECATED - assigned in error: see List 29
|
|
13
|
+
25 Ausbildungsberuf DEPRECATED - assigned in error: see List 29
|
|
14
|
+
26 Canadian school grade range Values for <AudienceRangeValue> are specified in List 77
|
|
15
|
+
27 Finnish school grade range
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
01 Main description
|
|
2
|
+
02 Short description/annotation Limited to a maximum of 350 characters
|
|
3
|
+
03 Long description
|
|
4
|
+
04 Table of contents Used for a table of contents sent as a single text field, which may or may not carry structure expressed through HTML etc. Alternatively, a fully structured table of contents may be sent by using the <ContentItem> composite.
|
|
5
|
+
05 Review quote, restricted length A review quote that is restricted to a maximum length agreed between the sender and receiver of an ONIX file
|
|
6
|
+
06 Quote from review of previous edition A review quote taken from a review of a previous edition of the work
|
|
7
|
+
07 Review text Full text of a review of the product
|
|
8
|
+
08 Review quote A quote from a review of the product
|
|
9
|
+
09 Promotional “headline” A promotional phrase which is intended to headline a description of the product
|
|
10
|
+
10 Previous review quote A quote from a review of a previous work by the same author(s) or in the same series
|
|
11
|
+
11 Author comments May be part of Reading Group Guide material: for other commentary, see code 42
|
|
12
|
+
12 Description for reader
|
|
13
|
+
13 Biographical note A note referring to all contributors to a product – NOT linked to a single contributor
|
|
14
|
+
14 Description for Reading Group Guide For linking to a complete Reading Group Guide, see code 41
|
|
15
|
+
15 Discussion question for Reading Group Guide Each instance must carry a single question: for linking to a complete Reading Group Guide, see code 41
|
|
16
|
+
16 Competing titles Free text listing of other titles with which the product is in competition: although this text might not appear in “public” ONIX records, it could be required where ONIX Is used as a communication format within a group of publishing and distribution companies
|
|
17
|
+
17 Flap copy
|
|
18
|
+
18 Back cover copy
|
|
19
|
+
19 Feature Text describing a feature of a product to which the publisher wishes to draw attention for promotional purposes. Each separate feature should be described by a separate repeat, so that formatting can be applied at the discretion of the receiver of the ONIX record.
|
|
20
|
+
20 New feature As code 19, but used for a feature which is new in a new edition of the product.
|
|
21
|
+
21 Publisher's notice A statement included by a publisher in fulfilment of its contractual obligations, such as a disclaimer, sponsor statement, or legal notice of any sort. Note that the inclusion of such a notice cannot and does not imply that a user of the ONIX record is obliged to reproduce it.
|
|
22
|
+
23 Excerpt from book
|
|
23
|
+
24 First chapter
|
|
24
|
+
25 Description for sales people
|
|
25
|
+
26 Description for press or other media
|
|
26
|
+
27 Description for subsidiary rights department
|
|
27
|
+
28 Description for teachers/educators
|
|
28
|
+
30 Unpublished endorsement A quote usually provided by a celebrity to promote a new book, not from a review
|
|
29
|
+
31 Description for bookstore
|
|
30
|
+
32 Description for library
|
|
31
|
+
33 Introduction or preface
|
|
32
|
+
34 Full text
|
|
33
|
+
35 Promotional text Promotional text not covered elsewhere
|
|
34
|
+
40 Author interview / Q&A
|
|
35
|
+
41 Reading Group Guide Complete guide: see also codes 14 and 15
|
|
36
|
+
42 Commentary / discussion Other than author comments: see code 11
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
00 ASCII text DEPRECATED: use code 06 or 07 as appropriate
|
|
2
|
+
01 SGML
|
|
3
|
+
02 HTML Other than XHTML
|
|
4
|
+
03 XML Other than XHTML
|
|
5
|
+
04 PDF DEPRECATED: was formerly assigned both to PDF and to XHTML
|
|
6
|
+
05 XHTML
|
|
7
|
+
06 Default text format Default: text in the encoding declared at the head of the message or in the XML default (UTF-8 or UTF-16) if there is no explicit declaration
|
|
8
|
+
07 Basic ASCII text Plain text containing no tags of any kind, except for the tags & and < that XML insists must be used to represent ampersand and less-than characters in text; and with the character set limited to the ASCII range, i.e. valid UTF-8 characters whose character number lies between 32 (space) and 126 (tilde)
|
|
9
|
+
08 PDF Replaces 04 for the <TextFormat> element, but cannot of course be used as a textformat attribute
|
|
10
|
+
09 Microsoft rich text format (RTF)
|
|
11
|
+
10 Microsoft Word binary format (DOC)
|
|
12
|
+
11 ECMA 376 WordprocessingML Office Open XML file format / OOXML / DOCX
|
|
13
|
+
12 ISO 26300 ODF ISO Open Document Format
|
|
14
|
+
13 Corel Wordperfect binary format (DOC)
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
01 Whole product Link to a location where the whole product may be found – used for epublications
|
|
2
|
+
02 Application: software demo
|
|
3
|
+
04 Image: front cover Quality unspecified: if sending both a standard quality and a high quality image, use 04 for standard quality and 06 for high quality
|
|
4
|
+
06 Image: front cover, high quality Should have a minimum resolution of 300 dpi when rendered at the intended size for display or print
|
|
5
|
+
07 Image: front cover thumbnail
|
|
6
|
+
08 Image: contributor(s)
|
|
7
|
+
10 Image: for series Use for an image, other than a logo, that is part of the 'branding' of a series
|
|
8
|
+
11 Image: series logo
|
|
9
|
+
12 Image: product logo Use only for a logo which is specific to an individual product
|
|
10
|
+
17 Image: publisher logo
|
|
11
|
+
18 Image: imprint logo
|
|
12
|
+
23 Image: sample content Use for inside page image for book, or screenshot for software or game (revised definition from Issue 8)
|
|
13
|
+
24 Image: back cover Quality unspecified: if sending both a standard quality and a high quality image, use 24 for standard quality and 26 for high quality
|
|
14
|
+
25 Image: back cover, high quality Should have a minimum resolution of 300 dpi when rendered at the intended size for display or print
|
|
15
|
+
26 Image: back cover thumbnail
|
|
16
|
+
27 Image: other cover material
|
|
17
|
+
28 Image: promotional material
|
|
18
|
+
29 Video segment: unspecified
|
|
19
|
+
30 Audio segment: unspecified
|
|
20
|
+
31 Video: author presentation / commentary
|
|
21
|
+
32 Video: author interview
|
|
22
|
+
33 Video: author reading
|
|
23
|
+
34 Video: cover material
|
|
24
|
+
35 Video: sample content
|
|
25
|
+
36 Video: promotional material
|
|
26
|
+
37 Video: review
|
|
27
|
+
38 Video: other commentary / discussion
|
|
28
|
+
41 Audio: author presentation / commentary
|
|
29
|
+
42 Audio: author interview
|
|
30
|
+
43 Audio: author reading
|
|
31
|
+
44 Audio: sample content
|
|
32
|
+
45 Audio: promotional material
|
|
33
|
+
46 Audio: review
|
|
34
|
+
47 Audio: other commentary / discussion
|
|
35
|
+
51 Application: sample content Use for ‘look inside’ facility or ‘widget’
|
|
36
|
+
52 Application: promotional material
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
01 Winner
|
|
2
|
+
02 Runner-up Named as being in second place
|
|
3
|
+
03 Commended
|
|
4
|
+
04 Short-listed Nominated by the judging process to be one of the final 'short-list' from which the winner is selected
|
|
5
|
+
05 Long-listed Nominated by the judging process to be one of the preliminary 'long-list' from which first a short-list and then the winner is selected
|
|
6
|
+
06 Joint winner Or co-winner
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
01 Textual work A complete work which is published as a content item in a product which carries two or more such works, eg when two or three novels are published in a single omnibus volume
|
|
2
|
+
02 Front matter Text components such as Preface, Introduction etc which appear as preliminaries to the main body of text content in a product
|
|
3
|
+
03 Body matter Text components such as Part, Chapter, Section etc which appear as part of the main body of text content in a product
|
|
4
|
+
04 Back matter Text components such as Index which appear after the main body of text in a product
|
|
5
|
+
10 Serial item, miscellaneous or unspecified For journals
|
|
6
|
+
11 Research article For journals
|
|
7
|
+
12 Review article For journals
|
|
8
|
+
13 Letter For journals
|
|
9
|
+
14 Short communication For journals
|
|
10
|
+
15 Erratum For journals
|
|
11
|
+
16 Abstract For journals
|
|
12
|
+
17 Book review (or review of other publication) For journals
|
|
13
|
+
18 Editorial For journals
|
|
14
|
+
19 Product review For journals
|
|
15
|
+
20 Index
|
|
16
|
+
21 Obituary For journals
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
01 Proprietary
|
|
2
|
+
02 Proprietary DEPRECATED - use 01
|
|
3
|
+
03 DNB publisher identifier Deutsche Nationalbibliothek publisher identifier
|
|
4
|
+
04 Börsenverein Verkehrsnummer
|
|
5
|
+
05 German ISBN Agency publisher identifier
|
|
6
|
+
06 GLN GS1 global location number (formerly EAN location number)
|
|
7
|
+
07 SAN Book trade Standard Address Number - US, UK etc
|
|
8
|
+
10 Centraal Boekhuis Relatie ID Trading party identifier used in the Netherlands
|
|
9
|
+
13 Fondscode Boekenbank Flemish publisher code
|
|
10
|
+
15 Y-tunnus Business Identity Code (Finland)
|
|
11
|
+
16 ISNI International Standard Name Identifier
|
|
12
|
+
17 DNB-PND Deutsche Nationalbibliothek Personennamendatei - person name code of the German national library
|
|
13
|
+
18 LCCN A control number assigned to a Library of Congress Name Authority record
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
01 Publisher
|
|
2
|
+
02 Co-publisher
|
|
3
|
+
03 Sponsor
|
|
4
|
+
04 Publisher of original-language version Of a translated work
|
|
5
|
+
05 Host/distributor of electronic content
|
|
6
|
+
06 Published for/on behalf of
|
|
7
|
+
07 Published in association with Use also for “Published in cooperation with”
|
|
8
|
+
08 Published on behalf of DEPRECATED: use code 06
|
|
9
|
+
09 New or acquiring publisher When ownership of a product or title is transferred from one publisher to another
|
|
10
|
+
10 Publishing group The group to which a publisher (publishing role 01) belongs: use only if a publisher has been identified with role code 01
|
|
11
|
+
11 Publisher of facsimile original The publisher of the edition of which a product is a facsimile
|
|
12
|
+
12 Repackager of prebound edition The repackager of a prebound edition that has been assigned its own identifier. (In the US, a 'prebound edition' is a book that was previously bound, normally as a paperback, and has been rebound with a library-quality hardcover binding by a supplier other than the original publisher.) Required when the <EditionType> is coded PRB. The original publisher should be named as the ‘publisher’.
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
01 Height For a book, the spine height when standing on a shelf. For a folded map, the height when folded. In general, the height of a product in the form in which it is presented or packaged for retail sale.
|
|
2
|
+
02 Width For a book, the horizontal dimension of the cover when standing upright. For a folded map, the width when folded. In general, the width of a product in the form in which it is presented or packaged for retail sale.
|
|
3
|
+
03 Thickness For a book, the thickness of the spine. For a folded map, the thickness when folded. In general, the thickness or depth of a product in the form in which it is presented or packaged for retail sale.
|
|
4
|
+
04 Page trim height Not recommended for general use
|
|
5
|
+
05 Page trim width Not recommended for general use
|
|
6
|
+
08 Unit weight
|
|
7
|
+
09 Diameter (sphere) Of a globe, for example
|
|
8
|
+
10 Unfolded/unrolled sheet height The height of a folded or rolled sheet map, poster etc when unfolded
|
|
9
|
+
11 Unfolded/unrolled sheet width The width of a folded or rolled sheet map, poster etc when unfolded
|
|
10
|
+
12 Diameter (tube or cylinder) The diameter of the cross-section of a tube or cylinder, usually carrying a rolled sheet product. Use 01 “height” for the height or length of the tube.
|
|
11
|
+
13 Rolled sheet package side measure The length of a side of the cross-section of a long triangular or square package, usually carrying a rolled sheet product. Use 01 “height” for the height or length of the package.
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
AU-CT Australian Capital Territory
|
|
2
|
+
AU-NS New South Wales
|
|
3
|
+
AU-NT Northern Territory
|
|
4
|
+
AU-QL Queensland
|
|
5
|
+
AU-SA South Australia
|
|
6
|
+
AU-TS Tasmania
|
|
7
|
+
AU-VI Victoria
|
|
8
|
+
AU-WA Western Australia
|
|
9
|
+
CA-AB Alberta
|
|
10
|
+
CA-BC British Columbia
|
|
11
|
+
CA-MB Manitoba
|
|
12
|
+
CA-NB New Brunswick
|
|
13
|
+
CA-NL Newfoundland and Labrador
|
|
14
|
+
CA-NS Nova Scotia
|
|
15
|
+
CA-NT Northwest Territories
|
|
16
|
+
CA-NU Nunavut
|
|
17
|
+
CA-ON Ontario
|
|
18
|
+
CA-PE Prince Edward Island
|
|
19
|
+
CA-QC Quebec
|
|
20
|
+
CA-SK Saskatchewan
|
|
21
|
+
CA-YT Yukon Territory
|
|
22
|
+
ES-CN Canary Islands
|
|
23
|
+
GB-AIR UK airside Airside outlets at UK international airports only
|
|
24
|
+
GB-APS UK airports All UK airports, including both airside and other outlets
|
|
25
|
+
GB-CHA Channel Islands
|
|
26
|
+
GB-ENG England
|
|
27
|
+
GB-EWS England, Wales, Scotland UK excluding Northern Ireland
|
|
28
|
+
GB-IOM Isle of Man
|
|
29
|
+
GB-NIR Northern Ireland
|
|
30
|
+
GB-SCT Scotland
|
|
31
|
+
GB-WLS Wales
|
|
32
|
+
US-AK Alaska
|
|
33
|
+
US-AL Alabama
|
|
34
|
+
US-AR Arkansas
|
|
35
|
+
US-AZ Arizona
|
|
36
|
+
US-CA California
|
|
37
|
+
US-CO Colorado
|
|
38
|
+
US-CT Connecticut
|
|
39
|
+
US-DC District of Columbia
|
|
40
|
+
US-DE Delaware
|
|
41
|
+
US-FL Florida
|
|
42
|
+
US-GA Georgia
|
|
43
|
+
US-HI Hawaii
|
|
44
|
+
US-IA Iowa
|
|
45
|
+
US-ID Idaho
|
|
46
|
+
US-IL Illinois
|
|
47
|
+
US-IN Indiana
|
|
48
|
+
US-KS Kansas
|
|
49
|
+
US-KY Kentucky
|
|
50
|
+
US-LA Louisiana
|
|
51
|
+
US-MA Massachusetts
|
|
52
|
+
US-MD Maryland
|
|
53
|
+
US-ME Maine
|
|
54
|
+
US-MI Michigan
|
|
55
|
+
US-MN Minnesota
|
|
56
|
+
US-MO Missouri
|
|
57
|
+
US-MS Mississippi
|
|
58
|
+
US-MT Montana
|
|
59
|
+
US-NC North Carolina
|
|
60
|
+
US-ND North Dakota
|
|
61
|
+
US-NE Nebraska
|
|
62
|
+
US-NH New Hampshire
|
|
63
|
+
US-NJ New Jersey
|
|
64
|
+
US-NM New Mexico
|
|
65
|
+
US-NV Nevada
|
|
66
|
+
US-NY New York
|
|
67
|
+
US-OH Ohio
|
|
68
|
+
US-OK Oklahoma
|
|
69
|
+
US-OR Oregon
|
|
70
|
+
US-PA Pennsylvania
|
|
71
|
+
US-RI Rhode Island
|
|
72
|
+
US-SC South Carolina
|
|
73
|
+
US-SD South Dakota
|
|
74
|
+
US-TN Tennessee
|
|
75
|
+
US-TX Texas
|
|
76
|
+
US-UT Utah
|
|
77
|
+
US-VA Virginia
|
|
78
|
+
US-VT Vermont
|
|
79
|
+
US-WA Washington
|
|
80
|
+
US-WI Wisconsin
|
|
81
|
+
US-WV West Virginia
|
|
82
|
+
US-WY Wyoming
|
|
83
|
+
ROW Rest of world World except as otherwise specified
|
|
84
|
+
WORLD World
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
00 Unspecified X is related to Y in a way that cannot be specified by another code value
|
|
2
|
+
01 Includes X includes Y (where the product described in the ONIX record is X and the related product is Y)
|
|
3
|
+
02 Is part of X is part of Y – use for 'also available as part of'
|
|
4
|
+
03 Replaces X replaces, or is new edition of, Y
|
|
5
|
+
05 Replaced by X is replaced by, or has new edition, Y
|
|
6
|
+
06 Alternative format X is available in an alternative format as Y – indicates an alternative format of the same content which is or may be available.
|
|
7
|
+
07 Has ancillary product X has an ancillary or supplementary product Y
|
|
8
|
+
08 Is ancillary to X is ancillary or supplementary to Y
|
|
9
|
+
09 Is remaindered as X is remaindered as Y, when a remainder merchant assigns its own identifier to the product
|
|
10
|
+
10 Is remainder of X was originally sold as Y, indicating the publisher's original identifier for a title which is offered as a remainder under a different identifier
|
|
11
|
+
11 Is other-language version of X is an other-language version of Y
|
|
12
|
+
12 Publisher’s suggested alternative X has a publisher's suggested alternative Y, which does not, however, carry the same content (cf 05 and 06)
|
|
13
|
+
13 Epublication based on (print product) X is an epublication based on printed product Y
|
|
14
|
+
14 Epublication is distributed as X is an epublication 'rendered' as Y – use when the ONIX record describes a package of electronic content which is available in multiple 'renderings'
|
|
15
|
+
15 Epublication is a rendering of X is a 'rendering' of an epublication Y – use when the ONIX record describes a specific rendering of an epublication content package, to identify the package
|
|
16
|
+
16 POD replacement for X is a POD replacement for Y – Y is an out-of-print product replaced by a print-on-demand version under a new ISBN
|
|
17
|
+
17 Replaced by POD X is replaced by POD Y – Y is a print-on-demand replacement, under a new ISBN, for an out-of-print product X
|
|
18
|
+
18 Is special edition of X is a special edition of Y - used for a special edition (German: Sonderausgabe) with different cover, binding etc - more than ‘alternative format’ - which may be available in limited quantity and for a limited time
|
|
19
|
+
19 Has special edition X has a special edition Y - the reciprocal of code 18
|
|
20
|
+
20 Is prebound edition of X is a prebound edition of Y (in the US, a prebound edition is ‘a book that was previously bound and has been rebound with a library quality hardcover binding. In almost all commercial cases, the book in question began as a paperback.’)
|
|
21
|
+
21 Is original of prebound edition X is the regular edition of which Y is a prebound edition
|
|
22
|
+
22 Product by same author X and Y have a common author
|
|
23
|
+
23 Similar product Y is another product that is suggested as similar to X (‘if you liked X, you may also like Y’)
|
|
24
|
+
24 Is facsimile of X is a facsimile edition of Y
|
|
25
|
+
25 Is original of facsimile X is the original edition from which a facsimile edition Y is taken
|
|
26
|
+
26 Is license for X is a license for digital product Y, traded or supplied separately
|
|
27
|
+
27 Electronic version available as Y is an electronic version of print product X (reciprocal of code 13)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
004 UK 'open market' When the same ISBN is used for open market and UK editions
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
01 French book trade returns conditions code Maintained by CLIL (Commission Interprofessionnel du Livre)
|
|
2
|
+
02 BISAC Returnable Indicator code Maintained by BISAC: see List 66
|
|
3
|
+
03 UK book trade returns conditions code NOT CURRENTLY USED - BIC has decided that it will not maintain a code list for this purpose, since returns conditions are usually at least partly based on the trading relationship
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
AB Cancelled Publication abandoned after having been announced
|
|
2
|
+
AD Available direct from publisher only Apply direct to publisher, item not available to trade
|
|
3
|
+
CS Availability uncertain Check with customer service
|
|
4
|
+
EX No longer stocked by us Wholesaler or vendor only
|
|
5
|
+
IP Available In-print and in stock
|
|
6
|
+
MD Manufactured on demand May be accompanied by an estimated average time to supply
|
|
7
|
+
NP Not yet published MUST be accompanied by an expected availability date
|
|
8
|
+
NY Newly catalogued, not yet in stock Wholesaler or vendor only: MUST be accompanied by expected availability date
|
|
9
|
+
OF Other format available This format is out of print, but another format is available: should be accompanied by an identifier for the alternative product
|
|
10
|
+
OI Out of stock indefinitely No current plan to reprint
|
|
11
|
+
OP Out of print Discontinued, deleted from catalogue
|
|
12
|
+
OR Replaced by new edition This edition is out of print, but a new edition has been or will soon be published: should be accompanied by an identifier for the new edition
|
|
13
|
+
PP Publication postponed indefinitely Publication has been announced, and subsequently postponed with no new date
|
|
14
|
+
RF Refer to another supplier Supply of this item has been transferred to another publisher or distributor: should be accompanied by an identifier for the new supplier
|
|
15
|
+
RM Remaindered
|
|
16
|
+
RP Reprinting MUST be accompanied by an expected availability date
|
|
17
|
+
RU Reprinting, undated Use instead of RP as a last resort, only if it is really impossible to give an expected availability date
|
|
18
|
+
TO Special order This item is not stocked but has to be specially ordered from a supplier (eg import item not stocked locally): may be accompanied by an estimated average time to supply
|
|
19
|
+
TP Temporarily out of stock because publisher cannot supply Wholesaler or vendor only
|
|
20
|
+
TU Temporarily unavailable MUST be accompanied by an expected availability date
|
|
21
|
+
UR Unavailable, awaiting reissue The item is out of stock but will be reissued under the same ISBN: MUST be accompanied by an expected availability date and by the reissue date in the <Reissue> composite. See notes on the <Reissue> composite for details on treatment of availability status during reissue.
|
|
22
|
+
WR Will be remaindered as of (date) MUST be accompanied by the remainder date
|
|
23
|
+
WS Withdrawn from sale Typically, withdrawn indefinitely for legal reasons
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
00 YYYYMMDD Year month day (default)
|
|
2
|
+
01 YYYYMM Year and month
|
|
3
|
+
02 YYYYWW Year and week number
|
|
4
|
+
03 YYYYQ Year and quarter (Q = 1, 2, 3, 4)
|
|
5
|
+
04 YYYYS Year and season (S = 1, 2, 3, 4, with 1 = “Spring”)
|
|
6
|
+
05 YYYY Year
|
|
7
|
+
06 YYYYMMDDYYYYMMDD Spread of exact dates
|
|
8
|
+
07 YYYYMMYYYYMM Spread of months
|
|
9
|
+
08 YYYYWWYYYYWW Spread of week numbers
|
|
10
|
+
09 YYYYQYYYYQ Spread of quarters
|
|
11
|
+
10 YYYYSYYYYS Spread of seasons
|
|
12
|
+
11 YYYYYYYY Spread of years
|
|
13
|
+
12 Text string For complex, approximate or uncertain dates
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
01 Free of charge
|
|
2
|
+
02 Price to be announced
|
|
3
|
+
03 Not sold separately
|
|
4
|
+
04 Contact supplier May be used for books that do not carry a recommended retail price, when an ONIX file is “broadcast” rather than sent one-to-one to a single trading partner; or for digital products offered on subscription or with pricing which is too complex to specify in ONIX
|
|
5
|
+
05 Not sold as set When a collection that is not sold as a set nevertheless has its own ONIX record
|