cacofonix-dtds 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (172) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +11 -0
  3. data/.rspec +3 -0
  4. data/.travis.yml +7 -0
  5. data/CHANGELOG.md +10 -0
  6. data/CODE_OF_CONDUCT.md +74 -0
  7. data/Gemfile +4 -0
  8. data/Gemfile.lock +35 -0
  9. data/LICENSE.txt +21 -0
  10. data/README.md +70 -0
  11. data/Rakefile +6 -0
  12. data/bin/console +14 -0
  13. data/bin/setup +8 -0
  14. data/cacofonix-dtds.gemspec +34 -0
  15. data/data/2.0/onix-international.dtd +625 -0
  16. data/data/2.0/onix-international.elt +3267 -0
  17. data/data/2.0/xhtml-lat1.ent +196 -0
  18. data/data/2.0/xhtml-special.ent +79 -0
  19. data/data/2.0/xhtml-symbol.ent +242 -0
  20. data/data/2.1r1/iso-amsa.ent +173 -0
  21. data/data/2.1r1/iso-amsb.ent +146 -0
  22. data/data/2.1r1/iso-amsc.ent +49 -0
  23. data/data/2.1r1/iso-amsn.ent +117 -0
  24. data/data/2.1r1/iso-amso.ent +77 -0
  25. data/data/2.1r1/iso-amsr.ent +205 -0
  26. data/data/2.1r1/iso-box.ent +67 -0
  27. data/data/2.1r1/iso-cyr1.ent +94 -0
  28. data/data/2.1r1/iso-cyr2.ent +53 -0
  29. data/data/2.1r1/iso-dia.ent +41 -0
  30. data/data/2.1r1/iso-grk3.ent +70 -0
  31. data/data/2.1r1/iso-lat1.ent +89 -0
  32. data/data/2.1r1/iso-lat2.ent +148 -0
  33. data/data/2.1r1/iso-mfrk.ent +79 -0
  34. data/data/2.1r1/iso-mopf.ent +53 -0
  35. data/data/2.1r1/iso-mscr.ent +79 -0
  36. data/data/2.1r1/iso-num.ent +103 -0
  37. data/data/2.1r1/iso-pub.ent +110 -0
  38. data/data/2.1r1/iso-tech.ent +183 -0
  39. data/data/2.1r1/onix-international.dtd +953 -0
  40. data/data/2.1r1/onix-xhtml.elt +672 -0
  41. data/data/2.1r1/reference.elt +4504 -0
  42. data/data/2.1r1/xhtml-special.ent +79 -0
  43. data/data/2.1r1/xhtml-symbol.ent +242 -0
  44. data/data/2.1r2/iso-amsa.ent +173 -0
  45. data/data/2.1r2/iso-amsb.ent +146 -0
  46. data/data/2.1r2/iso-amsc.ent +49 -0
  47. data/data/2.1r2/iso-amsn.ent +117 -0
  48. data/data/2.1r2/iso-amso.ent +77 -0
  49. data/data/2.1r2/iso-amsr.ent +205 -0
  50. data/data/2.1r2/iso-box.ent +67 -0
  51. data/data/2.1r2/iso-cyr1.ent +94 -0
  52. data/data/2.1r2/iso-cyr2.ent +53 -0
  53. data/data/2.1r2/iso-dia.ent +41 -0
  54. data/data/2.1r2/iso-grk3.ent +70 -0
  55. data/data/2.1r2/iso-lat1.ent +89 -0
  56. data/data/2.1r2/iso-lat2.ent +148 -0
  57. data/data/2.1r2/iso-mfrk.ent +79 -0
  58. data/data/2.1r2/iso-mopf.ent +53 -0
  59. data/data/2.1r2/iso-mscr.ent +79 -0
  60. data/data/2.1r2/iso-num.ent +103 -0
  61. data/data/2.1r2/iso-pub.ent +110 -0
  62. data/data/2.1r2/iso-tech.ent +183 -0
  63. data/data/2.1r2/onix-international.dtd +987 -0
  64. data/data/2.1r2/onix-xhtml.elt +672 -0
  65. data/data/2.1r2/reference.elt +4664 -0
  66. data/data/2.1r2/xhtml-special.ent +79 -0
  67. data/data/2.1r2/xhtml-symbol.ent +242 -0
  68. data/data/2.1r3/reference/iso-amsa.ent +173 -0
  69. data/data/2.1r3/reference/iso-amsb.ent +146 -0
  70. data/data/2.1r3/reference/iso-amsc.ent +49 -0
  71. data/data/2.1r3/reference/iso-amsn.ent +117 -0
  72. data/data/2.1r3/reference/iso-amso.ent +77 -0
  73. data/data/2.1r3/reference/iso-amsr.ent +205 -0
  74. data/data/2.1r3/reference/iso-box.ent +67 -0
  75. data/data/2.1r3/reference/iso-cyr1.ent +94 -0
  76. data/data/2.1r3/reference/iso-cyr2.ent +53 -0
  77. data/data/2.1r3/reference/iso-dia.ent +41 -0
  78. data/data/2.1r3/reference/iso-grk3.ent +70 -0
  79. data/data/2.1r3/reference/iso-lat1.ent +89 -0
  80. data/data/2.1r3/reference/iso-lat2.ent +148 -0
  81. data/data/2.1r3/reference/iso-mfrk.ent +79 -0
  82. data/data/2.1r3/reference/iso-mopf.ent +53 -0
  83. data/data/2.1r3/reference/iso-mscr.ent +79 -0
  84. data/data/2.1r3/reference/iso-num.ent +103 -0
  85. data/data/2.1r3/reference/iso-num.old.ent +103 -0
  86. data/data/2.1r3/reference/iso-pub.ent +110 -0
  87. data/data/2.1r3/reference/iso-tech.ent +183 -0
  88. data/data/2.1r3/reference/onix-international.dtd +1012 -0
  89. data/data/2.1r3/reference/onix-xhtml.elt +672 -0
  90. data/data/2.1r3/reference/reference.elt +4758 -0
  91. data/data/2.1r3/reference/xhtml-special.ent +79 -0
  92. data/data/2.1r3/reference/xhtml-symbol.ent +242 -0
  93. data/data/2.1r3/short/iso-amsa.ent +173 -0
  94. data/data/2.1r3/short/iso-amsb.ent +146 -0
  95. data/data/2.1r3/short/iso-amsc.ent +49 -0
  96. data/data/2.1r3/short/iso-amsn.ent +117 -0
  97. data/data/2.1r3/short/iso-amso.ent +77 -0
  98. data/data/2.1r3/short/iso-amsr.ent +205 -0
  99. data/data/2.1r3/short/iso-box.ent +67 -0
  100. data/data/2.1r3/short/iso-cyr1.ent +94 -0
  101. data/data/2.1r3/short/iso-cyr2.ent +53 -0
  102. data/data/2.1r3/short/iso-dia.ent +41 -0
  103. data/data/2.1r3/short/iso-grk3.ent +70 -0
  104. data/data/2.1r3/short/iso-lat1.ent +89 -0
  105. data/data/2.1r3/short/iso-lat2.ent +148 -0
  106. data/data/2.1r3/short/iso-mfrk.ent +79 -0
  107. data/data/2.1r3/short/iso-mopf.ent +53 -0
  108. data/data/2.1r3/short/iso-mscr.ent +79 -0
  109. data/data/2.1r3/short/iso-num.ent +103 -0
  110. data/data/2.1r3/short/iso-num.old.ent +103 -0
  111. data/data/2.1r3/short/iso-pub.ent +110 -0
  112. data/data/2.1r3/short/iso-tech.ent +183 -0
  113. data/data/2.1r3/short/onix-international.dtd +1013 -0
  114. data/data/2.1r3/short/onix-xhtml.elt +672 -0
  115. data/data/2.1r3/short/short.elt +4758 -0
  116. data/data/2.1r3/short/xhtml-special.ent +79 -0
  117. data/data/2.1r3/short/xhtml-symbol.ent +242 -0
  118. data/data/2.1r4/reference/iso-amsa.ent +173 -0
  119. data/data/2.1r4/reference/iso-amsb.ent +146 -0
  120. data/data/2.1r4/reference/iso-amsc.ent +49 -0
  121. data/data/2.1r4/reference/iso-amsn.ent +117 -0
  122. data/data/2.1r4/reference/iso-amso.ent +77 -0
  123. data/data/2.1r4/reference/iso-amsr.ent +205 -0
  124. data/data/2.1r4/reference/iso-box.ent +67 -0
  125. data/data/2.1r4/reference/iso-cyr1.ent +94 -0
  126. data/data/2.1r4/reference/iso-cyr2.ent +53 -0
  127. data/data/2.1r4/reference/iso-dia.ent +41 -0
  128. data/data/2.1r4/reference/iso-grk3.ent +70 -0
  129. data/data/2.1r4/reference/iso-lat1.ent +89 -0
  130. data/data/2.1r4/reference/iso-lat2.ent +148 -0
  131. data/data/2.1r4/reference/iso-mfrk.ent +79 -0
  132. data/data/2.1r4/reference/iso-mopf.ent +53 -0
  133. data/data/2.1r4/reference/iso-mscr.ent +79 -0
  134. data/data/2.1r4/reference/iso-num.ent +103 -0
  135. data/data/2.1r4/reference/iso-num.old.ent +103 -0
  136. data/data/2.1r4/reference/iso-pub.ent +110 -0
  137. data/data/2.1r4/reference/iso-tech.ent +183 -0
  138. data/data/2.1r4/reference/onix-international.dtd +1024 -0
  139. data/data/2.1r4/reference/onix-xhtml.elt +699 -0
  140. data/data/2.1r4/reference/reference.elt +4801 -0
  141. data/data/2.1r4/reference/xhtml-special.ent +79 -0
  142. data/data/2.1r4/reference/xhtml-symbol.ent +242 -0
  143. data/data/2.1r4/short/iso-amsa.ent +173 -0
  144. data/data/2.1r4/short/iso-amsb.ent +146 -0
  145. data/data/2.1r4/short/iso-amsc.ent +49 -0
  146. data/data/2.1r4/short/iso-amsn.ent +117 -0
  147. data/data/2.1r4/short/iso-amso.ent +77 -0
  148. data/data/2.1r4/short/iso-amsr.ent +205 -0
  149. data/data/2.1r4/short/iso-box.ent +67 -0
  150. data/data/2.1r4/short/iso-cyr1.ent +94 -0
  151. data/data/2.1r4/short/iso-cyr2.ent +53 -0
  152. data/data/2.1r4/short/iso-dia.ent +41 -0
  153. data/data/2.1r4/short/iso-grk3.ent +70 -0
  154. data/data/2.1r4/short/iso-lat1.ent +89 -0
  155. data/data/2.1r4/short/iso-lat2.ent +148 -0
  156. data/data/2.1r4/short/iso-mfrk.ent +79 -0
  157. data/data/2.1r4/short/iso-mopf.ent +53 -0
  158. data/data/2.1r4/short/iso-mscr.ent +79 -0
  159. data/data/2.1r4/short/iso-num.ent +103 -0
  160. data/data/2.1r4/short/iso-num.old.ent +103 -0
  161. data/data/2.1r4/short/iso-pub.ent +110 -0
  162. data/data/2.1r4/short/iso-tech.ent +183 -0
  163. data/data/2.1r4/short/onix-international.dtd +1025 -0
  164. data/data/2.1r4/short/onix-xhtml.elt +699 -0
  165. data/data/2.1r4/short/short.elt +4801 -0
  166. data/data/2.1r4/short/xhtml-special.ent +79 -0
  167. data/data/2.1r4/short/xhtml-symbol.ent +242 -0
  168. data/data/catalog.xml +25 -0
  169. data/lib/cacofonix-dtds.rb +3 -0
  170. data/lib/cacofonix/dtds.rb +25 -0
  171. data/lib/cacofonix/dtds/version.rb +7 -0
  172. metadata +258 -0
@@ -0,0 +1,953 @@
1
+ <!--
2
+ **************************************************
3
+ * *
4
+ * ONIX INTERNATIONAL *
5
+ * *
6
+ * XML DTD *
7
+ * LOCAL TAG NAMES DEFINITION MODULE *
8
+ * REFERENCE TAG VERSION *
9
+ * *
10
+ * Original filename: ONIX-INTERNATIONAL.DTD *
11
+ * *
12
+ * Original author: Francis Cave *
13
+ * *
14
+ * Version 2.1 *
15
+ * Revision 01 *
16
+ * Status: RELEASED *
17
+ * Release date: 2004-03-16 *
18
+ * *
19
+ * (c) 2000-2003 EDItEUR *
20
+ * http://www.editeur.org/ *
21
+ * *
22
+ **************************************************
23
+
24
+
25
+
26
+ TERMS AND CONDITIONS OF USE OF THE ONIX PRODUCT INFORMATION XML DTD
27
+
28
+ All ONIX standards and documentation are copyright materials, made available
29
+ free of charge for general use. If you use the ONIX Product Information
30
+ Message DTD, you will be deemed to have accepted these terms and conditions:
31
+
32
+ 1. You agree that you will not add to, delete from, amend, or copy for use
33
+ outside of the ONIX Product Information Message DTD, any part of the DTD
34
+ except for strictly internal use in your own organisation.
35
+
36
+ 2. You agree that if you wish to add to, amend, or make extracts of the
37
+ DTD for any purpose that is not strictly internal to your own organisation,
38
+ you will in the first instance notify EDItEUR and allow EDItEUR to review
39
+ and comment on your proposed use, in the interest of securing an orderly
40
+ development of the DTD for the benefit of other users.
41
+
42
+ If you do not accept these terms, you must not use the ONIX Product Information
43
+ Message DTD.
44
+
45
+ Full copies of the latest release of this DTD and all associated documentation
46
+ are available from the EDItEUR web site, where may also be found details of
47
+ how to contact EDItEUR for advice on the use of this DTD. The URL for the
48
+ EDItEUR web site is:
49
+
50
+ http://www.editeur.org/
51
+
52
+
53
+
54
+ MODULE REVISION HISTORY (IN REVERSE CHRONOLOGICAL ORDER)
55
+
56
+ 2004-03-16: Release 2.1 Revision 01 - corrections
57
+
58
+ 1. Element %Percentage; renamed %Percent; to be consistent with
59
+ documentation.
60
+
61
+ 2003-12-29: Release 2.1 Revision 01
62
+
63
+ New elements:
64
+
65
+ 1. (PR.20) New elements added with reference tag names 'PublishingStatus'
66
+ and 'PublishingStatusNote' and short tag names 'b394' and 'b395'
67
+ respectively.
68
+ 2. (PR.24) New element added with reference tag name 'ProductAvailability'
69
+ and short tag name 'j396'.
70
+ 3. (PR.24) New element added with reference tag name 'LastDateForReturns'
71
+ and short tag name 'j387'.
72
+
73
+ For details of corrections see module 'reference.elt'.
74
+
75
+ 2003-06-20: Major revision of Release 2.0 for Release 2.1
76
+
77
+ NOTE - Only notes relating to changes affecting this module are given here.
78
+ See 'reference.elt' for a complete set of revision notes.
79
+
80
+ GENERAL
81
+
82
+ 2. Main module renamed according to the version of the DTD, i.e.
83
+ "reference.elt" in this version.
84
+
85
+ PR.3
86
+
87
+ 6. New data elements added with reference tag names 'ProductFormDetail',
88
+ 'ProductPackaging', 'TradeCategory' and 'ProductContentType' and
89
+ short tag names 'b333', 'b225', 'b384' and 'b385' respectively.
90
+ 7. New composite element added with reference tag name 'ProductFormFeature'
91
+ and short tag name 'productformfeature', containing new elements with
92
+ reference tag names 'ProductFormFeatureType', 'ProductFormFeatureValue'
93
+ and 'ProductFormFeatureDescription' and short tag names 'b334', 'b335'
94
+ and 'b336' respectively.
95
+ 9. Content model of composite element %ProductClassification; modified
96
+ to include a new data element with reference tag name 'Percentage'
97
+ and short tag name 'b337'.
98
+
99
+ PR.5
100
+
101
+ 10. New empty element added with reference tag name 'NoSeries' and short
102
+ tag name 'n338'.
103
+
104
+ PR.7
105
+
106
+ 14. Group content model modified to include a new composite element with
107
+ reference tag name 'Website' and short tag name 'website', to contain
108
+ new data elements with reference tag names 'WebsiteRole',
109
+ 'WebsiteDescription' and 'WebsiteLink' and short tag names 'b367',
110
+ 'b294' and 'b295' respectively.
111
+ 15. New data elements added with reference tag names 'ThesisType',
112
+ 'ThesisPresentedTo' and 'ThesisYear' and short tag names 'b368',
113
+ 'b369' and 'b370' respectively.
114
+
115
+ PR.8
116
+
117
+ 16. Content model of composite element %Contributor modified to include
118
+ a new data element with reference tag name 'SequenceNumberWithinRole'
119
+ and short tag name 'b340'.
120
+ 17. Content model of composite element %Contributor; modified to include
121
+ a new composite element with reference tag name 'PersonNameIdentifier'
122
+ and short tag name 'personnameidentifier', containing new
123
+ data element with reference tag name 'PersonNameIDType' and
124
+ short tag name 'b390' and other existing data elements.
125
+ 19. Content model of composite element %Contributor; modified to include
126
+ a new composite element with reference tag name 'PersonDate' and short
127
+ tag name 'persondate', containing new data elements with reference
128
+ tag names 'PersonDateRole' and 'Date' and short tag names 'b305'
129
+ and 'b306' respectively.
130
+ 20. Content model of composite element %Contributor; modified to include
131
+ new composite element with reference tag name 'ProfessionalAffiliation'
132
+ and short tag name 'professionalaffiliation'.
133
+ 21. New empty element added with reference tag name 'NoContributor' and
134
+ short tag name 'n339'.
135
+
136
+ PR.9
137
+
138
+ 22. New composite element added with reference tag name 'Conference' and
139
+ short tag name 'conference', containing some existing data elements
140
+ plus new data elements with reference tag names 'ConferenceAcronym'
141
+ and 'ConferenceTheme', with short tag names 'b341' and 'b342' respectively,
142
+ and a new composite element with reference tag name 'ConferenceSponsor'
143
+ and short tag name 'conferencesponsor', containing some existing data
144
+ elements and a new composite element with reference tag name
145
+ 'ConferenceSponsorIdentifier' and short tag name 'conferencesponsoridentifier',
146
+ containing a new data element with reference tag name 'ConferenceSponsorIDType'
147
+ and short tag name 'b391' and other existing data elements.
148
+
149
+ PR.10
150
+
151
+ 23. New empty data element added with reference tag name 'NoEdition'
152
+ and short tag name 'n386'. New composite element added with reference
153
+ tag name 'ReligiousText' and short tag name 'religioustext'.
154
+ 24. New composite element added to content model of %ReligiousText; with
155
+ reference tag name 'Bible' and short tag name 'bible', containing new
156
+ data elements with reference tag names 'BibleContents', 'BibleVersion',
157
+ 'StudyBibleType', 'BiblePurpose', 'BibleTextOrganization', 'BibleReferenceLocation'
158
+ and 'BibleTextFeature' and short tag names 'b352', 'b353', 'b389', 'b354',
159
+ 'b355', 'b356' and 'b357' respectively.
160
+ 25. New data element added to content model of %ReligiousText; with reference
161
+ tag name 'ReligiousTextID' and short tag name 'b374'.
162
+ 26. New composite element added to content model of %ReligiousText; with
163
+ reference tag name 'ReligiousTextFeature' and short tag name
164
+ 'religioustextfeature' containing new data elements with reference tag
165
+ names 'ReligiousTextFeature', 'ReligiousTextFeatureCode' and
166
+ 'ReligiousTextFeatureDescription' and short tag names 'b358', 'b359'
167
+ and 'b360' respectively.
168
+
169
+ PR.12
170
+
171
+ 27. Content model of composite element %Illustrations; modified to include
172
+ a new data element with reference tag name 'IllustrationTypeDescription'
173
+ and short tag name 'b361'.
174
+
175
+ PR.15
176
+
177
+ 32. Content model of composite element %OtherText; modified to include
178
+ new data elements with reference tag names 'StartDate', 'EndDate'
179
+ and 'TextSourceCorporate' and short tag names 'b324', 'b325' and
180
+ 'b374' respectively.
181
+
182
+ PR.16
183
+
184
+ 33. Content model of composite element %MediaFile; modified to include a
185
+ new data element with reference tag name 'MediaFileDate' and short tag
186
+ name 'f373'.
187
+
188
+ PR.17
189
+
190
+ 35. Content model of composite element %Prize; modified to include a new
191
+ data element with reference tag name 'PrizeJury' and short tag name 'g343'.
192
+
193
+ PR.18
194
+
195
+ 36. New composite element added with reference tag name 'PageRun' and short
196
+ tag name 'pagerun'.
197
+
198
+ PR.20
199
+
200
+ 39. New data element added with reference tag name 'TradeAnnouncementDate'
201
+ and short tag name 'b362'.
202
+ 40. New composite element added with reference tag name 'CopyrightStatement'
203
+ and short tag name 'copyrightstatement', containing a new composite
204
+ with reference tag name 'CopyrightOwner' and short tag name
205
+ 'copyrightowner'.
206
+
207
+ PR.21
208
+
209
+ 41. New composite element added with reference tag name 'SalesRestriction'
210
+ and short tag name 'salesrestriction', containing new data elements
211
+ with reference tag names 'SalesRestrictionType' and 'SalesRestrictionDetail'
212
+ and short tag names 'b381' and 'b383' respectively and a new composite
213
+ element with reference tag name 'SalesOutlet' and short tag name 'salesoutlet',
214
+ containing a new data element with reference tag name 'SalesOutletName'
215
+ and short tag name 'b382' and a new composite element with reference
216
+ tag name 'SalesOutletIdentifier' and short tag name 'salesoutletidentifier',
217
+ containing a new data element with reference tag name 'SalesOutletIDType'
218
+ and short tag name 'b393'.
219
+ 42. Content models of %SalesRights; and %NotForSale; modified to include
220
+ a new data element with reference tag name 'RightsTerritory' and
221
+ short tag name 'b388'.
222
+
223
+ PR.24
224
+
225
+ 46. Content model of composite element %SupplyDetail; modified to include
226
+ a new composite element with reference tag name 'SupplierIdentifier'
227
+ and short tag name 'supplieridentifier', containing a new data element
228
+ with reference tag name 'SupplierIDType' and short tag name 'j345'.
229
+ 48. Content model of composite element %SupplyDetail; further modified to
230
+ include new data elements with reference tag names 'SupplierRole',
231
+ 'SupplyToTerritory' and 'IntermediaryAvailabilityCode' and short
232
+ tag names 'j292', 'j388' and 'j348' respectively.
233
+ 49. Content model of composite element %SupplyDetail; further modified to
234
+ include a new composite element with reference tag name 'Stock' and
235
+ short tag name 'stock', itself containing a new composite element
236
+ with reference tag name 'LocationIdentifier' and short tag name
237
+ 'locationidentifier', and new data elements with reference tag names
238
+ 'LocationName', 'OnHand','OnOrder' and 'CBO' and short tag names
239
+ 'j349', 'j350', 'j351' and 'j375' respectively.
240
+ 50. Content model of composite element %LocationIdentifier; to contain a
241
+ new data element with reference tag name 'LocationIDType' and short
242
+ tag name 'b999'.
243
+ 52. Content model of composite element %Price; modified to include a
244
+ new composite element with reference tag name 'DiscountCoded'
245
+ and short tag name 'discountcoded', itself containing new data
246
+ elements with reference tag names 'DiscountCodeType', 'DiscountCodeTypeName'
247
+ and 'DiscountCode' and short tag names 'j363', 'j376' and 'j364'
248
+ respectively.
249
+ 53. Content model of composite element %SupplyDetail; further modified to
250
+ include a new composite element with reference tag name 'Reissue' and
251
+ short tag name 'reissue', containing new data elements with reference
252
+ tag names 'ReissueDate' and 'ReissueDescription' and short tag names
253
+ 'j365' and 'j366' respectively.
254
+
255
+ MH (Message Header)
256
+
257
+ 55. New composites added with reference tag names 'SenderIdentifier'
258
+ and 'AddresseeIdentifier' and short tag names 'senderidentifier'
259
+ and 'addresseeidentifier' respectively, containing respectively
260
+ new data elements with reference tag names 'SenderIDType' and
261
+ 'AddresseeIDType' and short tag names 'm379' and 'm380' respectively.
262
+
263
+ 2001-07-25: Major revision of Release 1.2.1 for Release 2.0
264
+
265
+ 1. New record-level elements added with verbose names "MainSeriesRecord" and "SubSeriesRecord".
266
+ 2. New composite element added with verbose name "ProductIdentifier".
267
+ 3. New composite element added with verbose name "ProductIdentifier", to contain
268
+ new data elements with verbose names "ProductIDType", "IDTypeName", and "IDValue".
269
+ 4. New data element added with verbose name "Barcode".
270
+ 5. New composite element added with verbose name "ProductClassification",
271
+ to contain new data elements with verbose names "ProductClassificationType" and
272
+ "ProductClassificationCode".
273
+ 6. New data elements added with verbose names "EpubType", "EpubTypeVersion",
274
+ "EpubTypeDescription", "EpubFormat", "EpubFormatVersion", "EpubFormatDescription",
275
+ "EpubSource", "EpubSourceVersion", "EpubSourceDescription" and "EpubTypeNote".
276
+ 7. New composite element added with verbose name "SeriesIdentifier", to contain new
277
+ data element with verbose name "SeriesIDType".
278
+ 8. New data element added with verbose name "SetItemTitle".
279
+ 9. Verbose name "ItemNumberWithinSeries" renamed "NumberWithinSeries".
280
+ 10. New composite element added to Group PR7 with verbose name "Title", to contain
281
+ new data elements with verbose names "TitleType", "AbbreviatedLength" and "TitleText".
282
+ 11. New composite element added to Group PR7 with verbose name "WorkIdentifier", to
283
+ contain new data element with verbose name "WorkIDType".
284
+ 12. Verbose name "ContributorSequenceNumber" renamed "SequenceNumber".
285
+ 13. New data element added with verbose name "LanguageCode".
286
+ 14. New data elements added with verbose names "PrefixToKey" and "SuffixToKey".
287
+ 15. New composite element added with verbose name "Name", to contain a new
288
+ data element with verbose name "PersonNameType".
289
+ 16. New data element added with verbose name "UnnamedPersons".
290
+ 17. New data element added with verbose name "EditionVersionNumber".
291
+ 18. New composite element added with verbose name "Language", to contain new data
292
+ elements with verbose names "LanguageRole" and "CountryCode".
293
+ 19. New data elements added with verbose names "PagesRoman" and "PagesArabic".
294
+ 20. New composite element added with verbose name "Illustrations", to contain new
295
+ data elements with verbose names "IllustrationType" and "Number".
296
+ 21. Verbose names "Rights" and "RightsTypeCode" renamed "SalesRights" and
297
+ "SalesRightsTypeCode" respectively.
298
+ 22. New data element added with verbose name "Dimensions".
299
+ 23. New data elements added with verbose names "TelephoneNumber", "FaxNumber" and
300
+ "EmailAddress".
301
+ 24. New data elements added with verbose names "ReturnsCodeType" and "ReturnsCode".
302
+ 25. New composite element added with verbose name "NewSupplier".
303
+ 26. New data element added with verbose name "DateFormat".
304
+ 27. New data elements added with verbose names "PriceQualifier" and
305
+ "PriceTypeDescription".
306
+ 28. New data element added with verbose name "MinimumOrderQuantity".
307
+ 29. New composite element added with verbose name "BatchBonus", to contain new data
308
+ elements with verbose names "BatchQuantity" and "FreeQuantity".
309
+ 30. Verbose name "DiscountGroupCode" renamed "BICDiscountGroupCode".
310
+ 31. New data elements added with verbose names "DiscountPercent" and "PriceStatus".
311
+ 32. New data element added with verbose name "SubordinateEntries".
312
+ 33. New composite element added with verbose name "ParentIdentifier".
313
+ 34. New data elements added with verbose names "LevelSequenceNumber" and
314
+ "SeriesPartName".
315
+ 35. New data element added with verbose name "PublishingRole".
316
+ 36. New composite element added with verbose name "ContentItem", to
317
+ contain new composite elements with verbose names "TextItem" and
318
+ "TextItemIdentifier" and new data elements with verbose names
319
+ "TextItemType", "TextItemIDType", "FirstPageNumber", "LastPageNumber",
320
+ "ComponentTypeName" and "ComponentNumber".
321
+ 37. New data element added with verbose name "FromEmail".
322
+ 38. Verbose names "Rights" and "RightsTypeCode" renamed "SalesRights" and
323
+ "SalesRightsType".
324
+ 39. New data element added with verbose name "ImageResolution".
325
+
326
+ 2001-04-11: Amendment of Release 1.2 for Release 1.2.1
327
+
328
+ 1. New composite element added with verbose name "Imprint", to contain new
329
+ data elements with verbose names "NameCodeType", "NameCodeTypeName" and
330
+ "NameCodeValue".
331
+ 2. New composite element added with verbose name "Publisher", to contain the
332
+ same data elements as the new composite element "Publisher".
333
+ 3. Removed data elements with verbose names "ImprintCode" and "PublisherCode".
334
+ 4. New data element added with verbose name "OriginalPublisher".
335
+ 5. New data element added with verbose name "PricePer".
336
+ 6. New composite element added with verbose name "Header", to contain existing
337
+ header elements in Group 0.
338
+
339
+ 2000-11-27: Amendment of Revision 03b for Release 1.2
340
+
341
+ 1. New elements added to indicate the source of a record, with verbose names
342
+ "RecordSourceType", "RecordSourceIdentifierType", "RecordSourceIdentifier"
343
+ and "RecordSourceName"
344
+ 2. New elements added to indicate why a record has been deleted, with verbose
345
+ names "DeletionCode" and "DeletionText"
346
+ 3. Verbose name "ProductFormDetail" renamed "BookFormDetail"
347
+ 4. New element added to represent the number of pieces in a product, with
348
+ verbose name "NumberOfPieces"
349
+ 5. New composite element added with verbose name "Extent", to contain new data
350
+ elements with verbose names "ExtentType", "ExtentValue" and "ExtentUnit"
351
+ 6. New element added to represent the BASIC subject categories version number,
352
+ with verbose name "BASICVersion"
353
+ 7. New composite element added with verbose name "Audience", to contain new
354
+ data elements with verbose names "AudienceCodeType", "AudienceCodeTypeName"
355
+ and "AudienceCode"
356
+ 8. New element added with verbose name "AudienceDescription"
357
+ 9. Element with verbose name "RightsRegion" (formerly "Region") reinstated
358
+ 10. New composite element added with verbose name "NotForSale"
359
+ 11. New composite element added with verbose name "RelatedProduct", to contain
360
+ new data element with verbose name "RelationCode" and other existing data
361
+ elements
362
+
363
+ 2000-09-01: Amendment of Revision 03a following user test results (NO REVISION RELEASED)
364
+
365
+ 1. Short tag names moved to main module, and comments on selection
366
+ of short or reference tag names revised to improve clarity.
367
+
368
+ 2000-08-08: Alteration of Revision 03 to enable use with Icon XML Spy
369
+
370
+ 1. Comment added following end of final conditional section.
371
+
372
+ 2000-07-25: Amendments to Revision 02 for Release 1.1 of ONIX International
373
+
374
+ 1. Removed declarations of reference names, which are already declared in
375
+ the main module
376
+ 2. Surrounded short names with marked section controlled by new paramenter
377
+ entity %UsingShortNames;
378
+ 3. Blank lines added to end of file to avoid "unexpected file end" error
379
+ reported by Microsoft Internet Explorer 5.x
380
+ 4. New element added for prices specified as "free of charge" and "to be
381
+ announced", with entity and verbose name "UnpricedItemType" and
382
+ short tag name "j192"
383
+ 5. New composite added for Main subject with entity and verbose name
384
+ "MainSubject" and short tag name "mainsubject"
385
+ 6. New element added for Main subject scheme identifier with entity and
386
+ verbose name "MainSubjectSchemeIdentifier" and short tag name "b191"
387
+ 7. Reference name "ClassOfTradeCode" changed to "ClassOfTrade"
388
+ 8. New element added for default class of trade with entity and verbose
389
+ name "DefaultClassOfTrade" and short tag name "m193"
390
+
391
+ 2000-05-20: Amendments to Revision 01 for Release 1.0 of ONIX International
392
+
393
+ 1. Short tag name for %PublicationDate; changed from "a003" to "b003"
394
+ 2. Removed elements with verbose names "multiple", "quantity" and "tradeonly"
395
+ 3. Entity and verbose names for Series ISSN changed from "issn" to "SeriesISSN"
396
+ 4. Entity and verbose names for Contributor sequence number changed
397
+ from "contributornumber" to "ContributorSequenceNumber"
398
+ 5. New element added for Number of illustrations, with entity and verbose name
399
+ "NumberOfIllustrations" and short tag name "b125"
400
+ 6. Entity and verbose names "lexilecode" and "lexilenumber" replaced by
401
+ "ComplexitySchemeIdentifier" and "ComplexityCode"
402
+ 7. New composite added for Complexity with name "Complexity"
403
+ 8. Removed elements with verbose names "region" and "countryexcluded"
404
+ 9. New element added for Product website composite with name "ProductWebsite"
405
+ 10. New element added for Product website description with entity and verbose name
406
+ "ProductWebsiteDescription" and short tag name "f170"
407
+ 11. Changed short tag name for %Prize; from "g125" to "Prize" - it's a composite
408
+ 12. New elements added for Other alternative Product ISBN and Other alternative
409
+ Product EAN-13 with entity and verbose names "AlternativeProductISBN" and
410
+ "AlternativeProductEAN13" and short tag names "h163" and "h164"
411
+ 13. New elements added for Promotion campaign information, Promotion contact details,
412
+ Initial print run, Copies sold and Book Club adoption, with entity and verbose
413
+ names "PromotionCampaign", "PromotionContact", "InitialPrintRun", "CopiesSold"
414
+ and "BookClubAdoption" and short tag names "k165", "k166", "k167", "k168" and "k169"
415
+ 14. Changed all other names to UpperCamelCase
416
+ 15. New element added for Proprietary subject scheme name, with entity and verbose
417
+ names "SubjectSchemeName" and short tag name "b171"
418
+ 16. New elements added for the following message elements:
419
+ Element title: Entity and verbose name: Short tag name:
420
+ Sender EAN number FromEANNumber m172
421
+ Sender SAN FromSAN m173
422
+ Sender company name FromCompany m174
423
+ Sender contact FromPerson m175
424
+ Addressee EAN number ToEANNumber m176
425
+ Addressee SAN ToSAN m177
426
+ Addressee company name ToCompany m178
427
+ Addressee contact ToPerson m179
428
+ Message sequence number MessageNumber m180
429
+ Message repeat number MessageRepeat m181
430
+ Transmission date SentDate m182
431
+ Message note MessageNote m183
432
+ Default language of text DefaultLanguageOfText m184
433
+ Default price type DefaultPriceTypeCode m185
434
+ Default currency DefaultCurrencyCode m186
435
+ Default linear unit DefaultLinearUnit m187
436
+ Default unit of weight DefaultWeightUnit m188
437
+ 17. Top-level element entity and verbose name changed from "Message" to "ONIXMessage"
438
+ 18. Removed elements with entity and verbose names "PageTrimHeight" and "PageTrimWidth"
439
+ 19. Added new Measure composite element with entity and verbose name "Measure"
440
+ 20. Short tag name for %MeasureUnitCode; changed from "c093" to "c095"
441
+ 21. Added new elements with entity and verbose names "MeasureTypeCode" and "Measurement"
442
+ and short tag names "c093" and "c094"
443
+ 22. Added new elements with entity and verbose names "USSchoolGrade" and "InterestAge"
444
+ and short tag names "b189" and "b190"
445
+ 23. Changed entity and verbose names "SalesRestrictionFlag" and "SalesRestrictionNote"
446
+ to "AudienceRestrictionFlag" and "AudienceRestrictionNote"
447
+ 24. Local Name and Reference Name lists enclosed within marked sections, so that either
448
+ may be selected without modification of this file, by externally setting the
449
+ replacement value for the appropriate parameter entity to "INCLUDE"
450
+
451
+ 2000-05-04: First draft of Version 1 released
452
+
453
+ -->
454
+ <!--
455
+ **************************************************
456
+ * *
457
+ * SELECTING REFERENCE OR SHORT TAG NAMES *
458
+ * (FOR INFORMATION ONLY) *
459
+ * *
460
+ **************************************************
461
+
462
+ Two versions of the DTD are available, one defining meaningful
463
+ English-language names - the reference names - and the other defining
464
+ short tags - four character alphanumerics which, although they carried
465
+ some significance in the first ONIX releases, should now be regarded as
466
+ arbitrary. The appropriate version of the DTD must be referenced in the
467
+ document type declaration included at the start of each ONIX message.
468
+
469
+ Both versions of the DTD include both reference and short tag names as
470
+ fixed attributes of each element type, to aid conversion between the two
471
+ versions and for compatibility with previous releases.
472
+
473
+ Neither version has in the past been recommended in preference to the
474
+ other. Initially, a majority of ONIX implementations seem to have used
475
+ the short tags. It is noticeable, however, that as ONIX moves into new
476
+ areas of application, and as XML itself becomes more widely used and
477
+ accepted, more implementors are choosing the reference names, to the
478
+ point that some have questioned the desirability of maintaining the
479
+ short tags.
480
+
481
+ There is no possibility that the short tags could be withdrawn from ONIX
482
+ for Books in the near-term, or in any event without full consultation
483
+ with ONIX national groups and the ONIX International Steering Committee.
484
+ However, it is possible that some new ONIX applications (eg for Serials)
485
+ may use reference names only; and the ONIX support team would encourage
486
+ new implementors of any ONIX format to use reference names unless they
487
+ have a strong reason for doing otherwise.
488
+ -->
489
+ <!--
490
+ **************************************************
491
+ * *
492
+ * DEFINE MAIN MODULE *
493
+ * *
494
+ **************************************************
495
+
496
+ This module only declares local tag name variants. All declarations of ONIX International message structures are to be found in a separate module whose filename in the reference tag name version of the DTD is assumed to be 'reference.elt' and which is assumed to be located at the same relative path as this module. If this is not appropriate for a specific application, or for some other reason an absolute URI must be specified, a different URI can be used by inserting the desired string in between the double-quotation-marks in the following entity declaration.
497
+
498
+ WARNING!! ONLY CHANGE THE FOLLOWING DECLARATION IF YOU ARE CHANGING THE URI FOR THE MAIN MODULE! DELETING OR CHANGING THE DECLARATION IN ANY OTHER WAY OR CIRCUMSTANCES MAY RENDER THE DTD INOPERABLE!
499
+
500
+ -->
501
+ <!-- DO NOT DELETE THE FOLLOWING LINE! -->
502
+ <!ENTITY % MainModule SYSTEM "reference.elt">
503
+ <!--
504
+ **************************************************
505
+ * *
506
+ * ENABLE LOCAL MESSAGE EXTENSION MODULE *
507
+ * *
508
+ **************************************************
509
+
510
+ The model for product information may, with the prior consent of EDItEUR, be extended to include elements not defined by ONIX. This is done by declaring all new elements in a separate module named ONIX-EXTENDED.ELT and including them as the content of an extra supergroup Z.
511
+
512
+ To include a defined extension module in the DTD, change the replacement value of %ExtendedProductModel; below from "IGNORE" to "INCLUDE".
513
+
514
+ Further guidance on adding an extension module can be found in the ONIX International Level 2 Guide.
515
+
516
+ WARNING!! ONLY CHANGE THE FOLLOWING DECLARATION IF YOU WISH TO ENABLE THE LOCAL MESSAGE EXTENSION MODULE! DELETING OR CHANGING THE DECLARATION IN ANY OTHER WAY OR CIRCUMSTANCES MAY RENDER THE DTD INOPERABLE!
517
+
518
+ -->
519
+ <!-- DO NOT DELETE THE FOLLOWING LINE! -->
520
+ <!ENTITY % ExtendedProductModel "IGNORE">
521
+
522
+ <!--
523
+ **************************************************
524
+ * *
525
+ * LOCAL NAMES TEMPLATE *
526
+ * *
527
+ **************************************************
528
+
529
+ If there is a need to replace the reference names with others for local application, this should be done by defining a complete, new Set of names in the list that follows. The new name should be entered between double-quotation-marks following the corresponding reference name, e.g.
530
+
531
+ <!ENTITY % ISBN "LocalNameForISBN">
532
+
533
+ IMPORTANT NOTE!! Names must obey XML naming rules, i.e. they must begin with a letter and may only contain letters, digits, ".", "-" or "_". Space characters, in particular, are not valid in names. Names in XML are case-sensitive.
534
+
535
+ -->
536
+ <!--
537
+
538
+ To activate locally-defined names in this DTD for XML validation purposes, first define a COMPLETE set of local names! Then change the replacement value of %UsingLocalNames to "INCLUDE".
539
+
540
+ -->
541
+ <!-- DO NOT DELETE THE FOLLOWING LINE! -->
542
+ <!ENTITY % UsingLocalNames "IGNORE">
543
+ <![%UsingLocalNames;[
544
+ <!ENTITY % ONIXMessage "">
545
+ <!ENTITY % Product "">
546
+ <!ENTITY % MainSeriesRecord "">
547
+ <!ENTITY % SubSeriesRecord "">
548
+ <!ENTITY % RecordReference "">
549
+ <!ENTITY % NotificationType "">
550
+ <!ENTITY % RecordSourceType "">
551
+ <!ENTITY % RecordSourceIdentifierType "">
552
+ <!ENTITY % RecordSourceIdentifier "">
553
+ <!ENTITY % RecordSourceName "">
554
+ <!ENTITY % DeletionCode "">
555
+ <!ENTITY % DeletionText "">
556
+ <!ENTITY % ISBN "">
557
+ <!ENTITY % EAN13 "">
558
+ <!ENTITY % UPC "">
559
+ <!ENTITY % PublisherProductNo "">
560
+ <!ENTITY % ISMN "">
561
+ <!ENTITY % DOI "">
562
+ <!ENTITY % ProductIdentifier "">
563
+ <!ENTITY % ProductIDType "">
564
+ <!ENTITY % IDTypeName "">
565
+ <!ENTITY % IDValue "">
566
+ <!ENTITY % Barcode "">
567
+ <!ENTITY % ReplacesISBN "">
568
+ <!ENTITY % ReplacesEAN13 "">
569
+ <!ENTITY % ProductForm "">
570
+ <!ENTITY % ProductFormDetail "">
571
+ <!ENTITY % ProductFormFeature "">
572
+ <!ENTITY % ProductFormFeatureType "">
573
+ <!ENTITY % ProductFormFeatureValue "">
574
+ <!ENTITY % ProductFormFeatureDescription "">
575
+ <!ENTITY % BookFormDetail "">
576
+ <!ENTITY % ProductPackaging "">
577
+ <!ENTITY % TradeCategory "">
578
+ <!ENTITY % ProductContentType "">
579
+ <!ENTITY % ProductFormDescription "">
580
+ <!ENTITY % ContainedItem "">
581
+ <!ENTITY % NumberOfPieces "">
582
+ <!ENTITY % ItemQuantity "">
583
+ <!ENTITY % ProductClassification "">
584
+ <!ENTITY % ProductClassificationType "">
585
+ <!ENTITY % ProductClassificationCode "">
586
+ <!ENTITY % Percent "">
587
+ <!ENTITY % EpubType "">
588
+ <!ENTITY % EpubTypeVersion "">
589
+ <!ENTITY % EpubTypeDescription "">
590
+ <!ENTITY % EpubFormat "">
591
+ <!ENTITY % EpubFormatVersion "">
592
+ <!ENTITY % EpubFormatDescription "">
593
+ <!ENTITY % EpubSource "">
594
+ <!ENTITY % EpubSourceVersion "">
595
+ <!ENTITY % EpubSourceDescription "">
596
+ <!ENTITY % EpubTypeNote "">
597
+ <!ENTITY % Series "">
598
+ <!ENTITY % NoSeries "">
599
+ <!ENTITY % SeriesISSN "">
600
+ <!ENTITY % PublisherSeriesCode "">
601
+ <!ENTITY % SeriesIdentifier "">
602
+ <!ENTITY % SeriesIDType "">
603
+ <!ENTITY % TitleOfSeries "">
604
+ <!ENTITY % NumberWithinSeries "">
605
+ <!ENTITY % YearOfAnnual "">
606
+ <!ENTITY % Set "">
607
+ <!ENTITY % ISBNOfSet "">
608
+ <!ENTITY % EAN13OfSet "">
609
+ <!ENTITY % TitleOfSet "">
610
+ <!ENTITY % SetPartNumber "">
611
+ <!ENTITY % SetPartTitle "">
612
+ <!ENTITY % ItemNumberWithinSet "">
613
+ <!ENTITY % SetItemTitle "">
614
+ <!ENTITY % TextCaseFlag "">
615
+ <!ENTITY % DistinctiveTitle "">
616
+ <!ENTITY % Subtitle "">
617
+ <!ENTITY % TitlePrefix "">
618
+ <!ENTITY % TitleWithoutPrefix "">
619
+ <!ENTITY % TranslationOfTitle "">
620
+ <!ENTITY % FormerTitle "">
621
+ <!ENTITY % Title "">
622
+ <!ENTITY % TitleType "">
623
+ <!ENTITY % AbbreviatedLength "">
624
+ <!ENTITY % TitleText "">
625
+ <!ENTITY % WorkIdentifier "">
626
+ <!ENTITY % WorkIDType "">
627
+ <!ENTITY % Website "">
628
+ <!ENTITY % WebsiteRole "">
629
+ <!ENTITY % WebsiteDescription "">
630
+ <!ENTITY % WebsiteLink "">
631
+ <!ENTITY % ThesisType "">
632
+ <!ENTITY % ThesisPresentedTo "">
633
+ <!ENTITY % ThesisYear "">
634
+ <!ENTITY % Contributor "">
635
+ <!ENTITY % SequenceNumber "">
636
+ <!ENTITY % ContributorRole "">
637
+ <!ENTITY % LanguageCode "">
638
+ <!ENTITY % SequenceNumberWithinRole "">
639
+ <!ENTITY % PersonName "">
640
+ <!ENTITY % PersonNameInverted "">
641
+ <!ENTITY % TitlesBeforeNames "">
642
+ <!ENTITY % NamesBeforeKey "">
643
+ <!ENTITY % PrefixToKey "">
644
+ <!ENTITY % SuffixToKey "">
645
+ <!ENTITY % KeyNames "">
646
+ <!ENTITY % NamesAfterKey "">
647
+ <!ENTITY % LettersAfterNames "">
648
+ <!ENTITY % TitlesAfterNames "">
649
+ <!ENTITY % Name "">
650
+ <!ENTITY % PersonNameType "">
651
+ <!ENTITY % PersonNameIdentifier "">
652
+ <!ENTITY % PersonNameIDType "">
653
+ <!ENTITY % PersonDate "">
654
+ <!ENTITY % PersonDateRole "">
655
+ <!ENTITY % Date "">
656
+ <!ENTITY % BiographicalNote "">
657
+ <!ENTITY % ProfessionalAffiliation "">
658
+ <!ENTITY % ProfessionalPosition "">
659
+ <!ENTITY % Affiliation "">
660
+ <!ENTITY % CorporateName "">
661
+ <!ENTITY % ContributorDescription "">
662
+ <!ENTITY % UnnamedPersons "">
663
+ <!ENTITY % NoContributor "">
664
+ <!ENTITY % ContributorStatement "">
665
+ <!ENTITY % ConferenceDescription "">
666
+ <!ENTITY % ConferenceRole "">
667
+ <!ENTITY % ConferenceName "">
668
+ <!ENTITY % ConferenceNumber "">
669
+ <!ENTITY % ConferenceDate "">
670
+ <!ENTITY % ConferencePlace "">
671
+ <!ENTITY % Conference "">
672
+ <!ENTITY % ConferenceAcronym "">
673
+ <!ENTITY % ConferenceTheme "">
674
+ <!ENTITY % ConferenceSponsor "">
675
+ <!ENTITY % ConferenceSponsorIdentifier "">
676
+ <!ENTITY % ConferenceSponsorIDType "">
677
+ <!ENTITY % EditionTypeCode "">
678
+ <!ENTITY % EditionNumber "">
679
+ <!ENTITY % EditionVersionNumber "">
680
+ <!ENTITY % EditionStatement "">
681
+ <!ENTITY % NoEdition "">
682
+ <!ENTITY % ReligiousText "">
683
+ <!ENTITY % Bible "">
684
+ <!ENTITY % BibleContents "">
685
+ <!ENTITY % BibleVersion "">
686
+ <!ENTITY % StudyBibleType "">
687
+ <!ENTITY % BiblePurpose "">
688
+ <!ENTITY % BibleTextOrganization "">
689
+ <!ENTITY % BibleReferenceLocation "">
690
+ <!ENTITY % BibleTextFeature "">
691
+ <!ENTITY % ReligiousTextID "">
692
+ <!ENTITY % ReligiousTextFeature "">
693
+ <!ENTITY % ReligiousTextFeatureType "">
694
+ <!ENTITY % ReligiousTextFeatureCode "">
695
+ <!ENTITY % ReligiousTextFeatureDescription "">
696
+ <!ENTITY % LanguageOfText "">
697
+ <!ENTITY % OriginalLanguage "">
698
+ <!ENTITY % Language "">
699
+ <!ENTITY % LanguageRole "">
700
+ <!ENTITY % CountryCode "">
701
+ <!ENTITY % NumberOfPages "">
702
+ <!ENTITY % PagesRoman "">
703
+ <!ENTITY % PagesArabic "">
704
+ <!ENTITY % NumberOfIllustrations "">
705
+ <!ENTITY % IllustrationsNote "">
706
+ <!ENTITY % Illustrations "">
707
+ <!ENTITY % IllustrationType "">
708
+ <!ENTITY % IllustrationTypeDescription "">
709
+ <!ENTITY % Number "">
710
+ <!ENTITY % MapScale "">
711
+ <!ENTITY % Extent "">
712
+ <!ENTITY % ExtentType "">
713
+ <!ENTITY % ExtentValue "">
714
+ <!ENTITY % ExtentUnit "">
715
+ <!ENTITY % BASICMainSubject "">
716
+ <!ENTITY % BASICVersion "">
717
+ <!ENTITY % BICMainSubject "">
718
+ <!ENTITY % BICVersion "">
719
+ <!ENTITY % MainSubject "">
720
+ <!ENTITY % MainSubjectSchemeIdentifier "">
721
+ <!ENTITY % Subject "">
722
+ <!ENTITY % SubjectSchemeIdentifier "">
723
+ <!ENTITY % SubjectSchemeName "">
724
+ <!ENTITY % SubjectSchemeVersion "">
725
+ <!ENTITY % SubjectCode "">
726
+ <!ENTITY % SubjectHeadingText "">
727
+ <!ENTITY % PersonAsSubject "">
728
+ <!ENTITY % CorporateBodyAsSubject "">
729
+ <!ENTITY % PlaceAsSubject "">
730
+ <!ENTITY % Audience "">
731
+ <!ENTITY % AudienceCodeType "">
732
+ <!ENTITY % AudienceCodeTypeName "">
733
+ <!ENTITY % AudienceCode "">
734
+ <!ENTITY % AudienceCodeValue "">
735
+ <!ENTITY % USSchoolGrade "">
736
+ <!ENTITY % InterestAge "">
737
+ <!ENTITY % AudienceRange "">
738
+ <!ENTITY % AudienceRangeQualifier "">
739
+ <!ENTITY % AudienceRangePrecision "">
740
+ <!ENTITY % AudienceRangeValue "">
741
+ <!ENTITY % AudienceDescription "">
742
+ <!ENTITY % Complexity "">
743
+ <!ENTITY % ComplexitySchemeIdentifier "">
744
+ <!ENTITY % ComplexityCode "">
745
+ <!ENTITY % ImprintName "">
746
+ <!ENTITY % PublisherName "">
747
+ <!ENTITY % PublishingRole "">
748
+ <!ENTITY % Imprint "">
749
+ <!ENTITY % Publisher "">
750
+ <!ENTITY % NameCodeType "">
751
+ <!ENTITY % NameCodeTypeName "">
752
+ <!ENTITY % NameCodeValue "">
753
+ <!ENTITY % CityOfPublication "">
754
+ <!ENTITY % CountryOfPublication "">
755
+ <!ENTITY % CopublisherName "">
756
+ <!ENTITY % SponsorName "">
757
+ <!ENTITY % OriginalPublisher "">
758
+ <!ENTITY % PublishingStatus "">
759
+ <!ENTITY % PublishingStatusNote "">
760
+ <!ENTITY % AnnouncementDate "">
761
+ <!ENTITY % TradeAnnouncementDate "">
762
+ <!ENTITY % PublicationDate "">
763
+ <!ENTITY % CopyrightYear "">
764
+ <!ENTITY % YearFirstPublished "">
765
+ <!ENTITY % CopyrightStatement "">
766
+ <!ENTITY % CopyrightOwner "">
767
+ <!ENTITY % CopyrightOwnerIdentifier "">
768
+ <!ENTITY % CopyrightOwnerIDType "">
769
+ <!ENTITY % SalesRights "">
770
+ <!ENTITY % NotForSale "">
771
+ <!ENTITY % SalesRightsType "">
772
+ <!ENTITY % RightsCountry "">
773
+ <!ENTITY % RightsTerritory "">
774
+ <!ENTITY % RightsRegion "">
775
+ <!ENTITY % SalesRestriction "">
776
+ <!ENTITY % SalesRestrictionType "">
777
+ <!ENTITY % SalesOutlet "">
778
+ <!ENTITY % SalesOutletIdentifier "">
779
+ <!ENTITY % SalesOutletIDType "">
780
+ <!ENTITY % SalesOutletName "">
781
+ <!ENTITY % SalesRestrictionDetail "">
782
+ <!ENTITY % Measure "">
783
+ <!ENTITY % MeasureTypeCode "">
784
+ <!ENTITY % Measurement "">
785
+ <!ENTITY % MeasureUnitCode "">
786
+ <!ENTITY % Height "">
787
+ <!ENTITY % Width "">
788
+ <!ENTITY % Thickness "">
789
+ <!ENTITY % Weight "">
790
+ <!ENTITY % Dimensions "">
791
+ <!ENTITY % Annotation "">
792
+ <!ENTITY % MainDescription "">
793
+ <!ENTITY % OtherText "">
794
+ <!ENTITY % TextTypeCode "">
795
+ <!ENTITY % TextFormat "">
796
+ <!ENTITY % Text "">
797
+ <!ENTITY % TextLinkType "">
798
+ <!ENTITY % TextLink "">
799
+ <!ENTITY % TextAuthor "">
800
+ <!ENTITY % TextSourceCorporate "">
801
+ <!ENTITY % TextSourceTitle "">
802
+ <!ENTITY % TextPublicationDate "">
803
+ <!ENTITY % StartDate "">
804
+ <!ENTITY % EndDate "">
805
+ <!ENTITY % ReviewQuote "">
806
+ <!ENTITY % CoverImageFormatCode "">
807
+ <!ENTITY % CoverImageLinkTypeCode "">
808
+ <!ENTITY % CoverImageLink "">
809
+ <!ENTITY % MediaFile "">
810
+ <!ENTITY % MediaFileTypeCode "">
811
+ <!ENTITY % MediaFileFormatCode "">
812
+ <!ENTITY % ImageResolution "">
813
+ <!ENTITY % MediaFileLinkTypeCode "">
814
+ <!ENTITY % MediaFileLink "">
815
+ <!ENTITY % TextWithDownload "">
816
+ <!ENTITY % DownloadCaption "">
817
+ <!ENTITY % DownloadCredit "">
818
+ <!ENTITY % DownloadCopyrightNotice "">
819
+ <!ENTITY % DownloadTerms "">
820
+ <!ENTITY % MediaFileDate "">
821
+ <!ENTITY % ProductWebsite "">
822
+ <!ENTITY % ProductWebsiteDescription "">
823
+ <!ENTITY % ProductWebsiteLink "">
824
+ <!ENTITY % PrizesDescription "">
825
+ <!ENTITY % Prize "">
826
+ <!ENTITY % PrizeName "">
827
+ <!ENTITY % PrizeYear "">
828
+ <!ENTITY % PrizeCountry "">
829
+ <!ENTITY % PrizeCode "">
830
+ <!ENTITY % PrizeJury "">
831
+ <!ENTITY % ContentItem "">
832
+ <!ENTITY % LevelSequenceNumber "">
833
+ <!ENTITY % TextItem "">
834
+ <!ENTITY % TextItemType "">
835
+ <!ENTITY % TextItemIdentifier "">
836
+ <!ENTITY % TextItemIDType "">
837
+ <!ENTITY % FirstPageNumber "">
838
+ <!ENTITY % LastPageNumber "">
839
+ <!ENTITY % PageRun "">
840
+ <!ENTITY % ComponentTypeName "">
841
+ <!ENTITY % ComponentNumber "">
842
+ <!ENTITY % ReplacedByISBN "">
843
+ <!ENTITY % ReplacedByEAN13 "">
844
+ <!ENTITY % RelatedProduct "">
845
+ <!ENTITY % RelationCode "">
846
+ <!ENTITY % AlternativeFormatISBN "">
847
+ <!ENTITY % AlternativeFormatEAN13 "">
848
+ <!ENTITY % AlternativeProductISBN "">
849
+ <!ENTITY % AlternativeProductEAN13 "">
850
+ <!ENTITY % OutOfPrintDate "">
851
+ <!ENTITY % SupplyDetail "">
852
+ <!ENTITY % SupplierEANLocationNumber "">
853
+ <!ENTITY % SupplierSAN "">
854
+ <!ENTITY % SupplierIdentifier "">
855
+ <!ENTITY % SupplierIDType "">
856
+ <!ENTITY % SupplierName "">
857
+ <!ENTITY % TelephoneNumber "">
858
+ <!ENTITY % FaxNumber "">
859
+ <!ENTITY % EmailAddress "">
860
+ <!ENTITY % SupplierRole "">
861
+ <!ENTITY % SupplyToCountry "">
862
+ <!ENTITY % SupplyToRegion "">
863
+ <!ENTITY % SupplyToTerritory "">
864
+ <!ENTITY % SupplyToCountryExcluded "">
865
+ <!ENTITY % ReturnsCodeType "">
866
+ <!ENTITY % ReturnsCode "">
867
+ <!ENTITY % LastDateForReturns "">
868
+ <!ENTITY % AvailabilityCode "">
869
+ <!ENTITY % ProductAvailability "">
870
+ <!ENTITY % IntermediaryAvailabilityCode "">
871
+ <!ENTITY % NewSupplier "">
872
+ <!ENTITY % Stock "">
873
+ <!ENTITY % LocationIdentifier "">
874
+ <!ENTITY % LocationIDType "">
875
+ <!ENTITY % LocationName "">
876
+ <!ENTITY % OnHand "">
877
+ <!ENTITY % OnOrder "">
878
+ <!ENTITY % CBO "">
879
+ <!ENTITY % DateFormat "">
880
+ <!ENTITY % ExpectedShipDate "">
881
+ <!ENTITY % OnSaleDate "">
882
+ <!ENTITY % OrderTime "">
883
+ <!ENTITY % PackQuantity "">
884
+ <!ENTITY % AudienceRestrictionFlag "">
885
+ <!ENTITY % AudienceRestrictionNote "">
886
+ <!ENTITY % Price "">
887
+ <!ENTITY % PriceTypeCode "">
888
+ <!ENTITY % PriceQualifier "">
889
+ <!ENTITY % PriceTypeDescription "">
890
+ <!ENTITY % PricePer "">
891
+ <!ENTITY % MinimumOrderQuantity "">
892
+ <!ENTITY % BatchBonus "">
893
+ <!ENTITY % BatchQuantity "">
894
+ <!ENTITY % FreeQuantity "">
895
+ <!ENTITY % ClassOfTrade "">
896
+ <!ENTITY % BICDiscountGroupCode "">
897
+ <!ENTITY % DiscountCoded "">
898
+ <!ENTITY % DiscountCodeType "">
899
+ <!ENTITY % DiscountCodeTypeName "">
900
+ <!ENTITY % DiscountCode "">
901
+ <!ENTITY % DiscountPercent "">
902
+ <!ENTITY % PriceStatus "">
903
+ <!ENTITY % PriceAmount "">
904
+ <!ENTITY % UnpricedItemType "">
905
+ <!ENTITY % CurrencyCode "">
906
+ <!ENTITY % TaxRateCode1 "">
907
+ <!ENTITY % TaxRatePercent1 "">
908
+ <!ENTITY % TaxableAmount1 "">
909
+ <!ENTITY % TaxAmount1 "">
910
+ <!ENTITY % TaxRateCode2 "">
911
+ <!ENTITY % TaxRatePercent2 "">
912
+ <!ENTITY % TaxableAmount2 "">
913
+ <!ENTITY % TaxAmount2 "">
914
+ <!ENTITY % Reissue "">
915
+ <!ENTITY % ReissueDate "">
916
+ <!ENTITY % ReissueDescription "">
917
+ <!ENTITY % PriceEffectiveFrom "">
918
+ <!ENTITY % PriceEffectiveUntil "">
919
+ <!ENTITY % PromotionCampaign "">
920
+ <!ENTITY % PromotionContact "">
921
+ <!ENTITY % InitialPrintRun "">
922
+ <!ENTITY % CopiesSold "">
923
+ <!ENTITY % BookClubAdoption "">
924
+ <!ENTITY % SubordinateEntries "">
925
+ <!ENTITY % ParentIdentifier "">
926
+ <!ENTITY % SeriesPartName "">
927
+ <!ENTITY % FromEANNumber "">
928
+ <!ENTITY % FromSAN "">
929
+ <!ENTITY % FromCompany "">
930
+ <!ENTITY % FromPerson "">
931
+ <!ENTITY % FromEmail "">
932
+ <!ENTITY % ToEANNumber "">
933
+ <!ENTITY % ToSAN "">
934
+ <!ENTITY % ToCompany "">
935
+ <!ENTITY % ToPerson "">
936
+ <!ENTITY % MessageNumber "">
937
+ <!ENTITY % MessageRepeat "">
938
+ <!ENTITY % SentDate "">
939
+ <!ENTITY % MessageNote "">
940
+ <!ENTITY % DefaultLanguageOfText "">
941
+ <!ENTITY % DefaultPriceTypeCode "">
942
+ <!ENTITY % DefaultCurrencyCode "">
943
+ <!ENTITY % DefaultLinearUnit "">
944
+ <!ENTITY % DefaultWeightUnit "">
945
+ <!ENTITY % DefaultClassOfTrade "">
946
+ <!ENTITY % SenderIdentifier "">
947
+ <!ENTITY % AddresseeIdentifier "">
948
+ <!ENTITY % SenderIDType "">
949
+ <!ENTITY % AddresseeIDType "">
950
+ <!ENTITY % Header "">
951
+ ]]>
952
+ <!-- This comment inserted as a work-around for a known bug in XML Spy -->
953
+ %MainModule;