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,183 @@
1
+
2
+ <!--
3
+ File isotech.ent produced by the XSL script mmldtd.xsl
4
+ from input data in unicode.xml.
5
+
6
+ Please report any errors to
7
+ David Carlisle <davidc@nag.co.uk>.
8
+
9
+ The numeric character values assigned to each entity
10
+ (should) match either official Unicode assignments
11
+ or assignments provisionally allocated by the
12
+ Unicode Consortium based on the characters in the `STIX'
13
+ propsal for mathematics. Note that these assignments
14
+ have not been ratified by the corresponding ISO
15
+ committee and thus should be considered liable to
16
+ change.
17
+
18
+ Entity names in this file are derived from files carrying the
19
+ following notice:
20
+
21
+ (C) International Organization for Standardization 1991
22
+ Permission to copy in any form is granted for use with
23
+ conforming SGML systems and applications as defined in
24
+ ISO 8879, provided this notice is included in all copies.
25
+
26
+ -->
27
+
28
+ <!ENTITY acd "&#x0223F;" ><!--ac current -->
29
+ <!ENTITY aleph "&#x02135;" ><!--/aleph aleph, Hebrew -->
30
+ <!ENTITY and "&#x02227;" ><!--/wedge /land B: logical and -->
31
+ <!ENTITY And "&#x02A53;" ><!--dbl logical and -->
32
+ <!ENTITY andand "&#x02A55;" ><!--two logical and -->
33
+ <!ENTITY andd "&#x02A5C;" ><!--and, horizontal dash -->
34
+ <!ENTITY andslope "&#x02A58;" ><!--sloping large and -->
35
+ <!ENTITY andv "&#x02A5A;" ><!--and with middle stem -->
36
+ <!ENTITY angrt "&#x0221F;" ><!--right (90 degree) angle -->
37
+ <!ENTITY angsph "&#x02222;" ><!--/sphericalangle angle-spherical -->
38
+ <!ENTITY angst "&#x0212B;" ><!--Angstrom capital A, ring -->
39
+ <!ENTITY ap "&#x02248;" ><!--/approx R: approximate -->
40
+ <!ENTITY apacir "&#x02A6F;" ><!--approximate, circumflex accent -->
41
+ <!ENTITY awconint "&#x02233;" ><!--contour integral, anti-clockwise -->
42
+ <!ENTITY awint "&#x02A11;" ><!--anti clock-wise integration -->
43
+ <!ENTITY becaus "&#x02235;" ><!--/because R: because -->
44
+ <!ENTITY bernou "&#x0212C;" ><!--Bernoulli function (script capital B) -->
45
+ <!ENTITY bne "&#x0003D;&#x020E5;" ><!--reverse not equal -->
46
+ <!ENTITY bnequiv "&#x02261;&#x020E5;" ><!--reverse not equivalent -->
47
+ <!ENTITY bnot "&#x02310;" ><!--reverse not -->
48
+ <!ENTITY bNot "&#x02AED;" ><!--reverse not with two horizontal strokes -->
49
+ <!ENTITY bottom "&#x022A5;" ><!--/bot bottom -->
50
+ <!ENTITY cap "&#x02229;" ><!--/cap B: intersection -->
51
+ <!ENTITY Cconint "&#x02230;" ><!--triple contour integral operator -->
52
+ <!ENTITY cirfnint "&#x02A10;" ><!--circulation function -->
53
+ <!ENTITY compfn "&#x02218;" ><!--/circ B: composite function (small circle) -->
54
+ <!ENTITY cong "&#x02245;" ><!--/cong R: congruent with -->
55
+ <!ENTITY conint "&#x0222E;" ><!--/oint L: contour integral operator -->
56
+ <!ENTITY Conint "&#x0222F;" ><!--double contour integral operator -->
57
+ <!ENTITY ctdot "&#x022EF;" ><!--/cdots, three dots, centered -->
58
+ <!ENTITY cup "&#x0222A;" ><!--/cup B: union or logical sum -->
59
+ <!ENTITY cwconint "&#x02232;" ><!--contour integral, clockwise -->
60
+ <!ENTITY cwint "&#x02231;" ><!--clockwise integral -->
61
+ <!ENTITY cylcty "&#x0232D;" ><!--cylindricity -->
62
+ <!ENTITY disin "&#x022F2;" ><!--set membership, long horizontal stroke -->
63
+ <!ENTITY Dot "&#x000A8;" ><!--dieresis or umlaut mark -->
64
+ <!ENTITY DotDot "&#x020DC;" ><!--four dots above -->
65
+ <!ENTITY dsol "&#x029F6;" ><!--solidus, bar above -->
66
+ <!ENTITY dtdot "&#x022F1;" ><!--/ddots, three dots, descending -->
67
+ <!ENTITY dwangle "&#x029A6;" ><!--large downward pointing angle -->
68
+ <!ENTITY epar "&#x022D5;" ><!--parallel, equal; equal or parallel -->
69
+ <!ENTITY eparsl "&#x029E3;" ><!--parallel, slanted, equal; homothetically congruent to -->
70
+ <!ENTITY equiv "&#x02261;" ><!--/equiv R: identical with -->
71
+ <!ENTITY eqvparsl "&#x029E5;" ><!--equivalent, equal; congruent and parallel -->
72
+ <!ENTITY exist "&#x02203;" ><!--/exists at least one exists -->
73
+ <!ENTITY fnof "&#x00192;" ><!--function of (italic small f) -->
74
+ <!ENTITY forall "&#x02200;" ><!--/forall for all -->
75
+ <!ENTITY fpartint "&#x02A0D;" ><!--finite part integral -->
76
+ <!ENTITY ge "&#x02265;" ><!--/geq /ge R: greater-than-or-equal -->
77
+ <!ENTITY hamilt "&#x0210B;" ><!--Hamiltonian (script capital H) -->
78
+ <!ENTITY iff "&#x021D4;" ><!--/iff if and only if -->
79
+ <!ENTITY iinfin "&#x029DC;" ><!--infinity sign, incomplete -->
80
+ <!ENTITY imped "&#x1D543;" ><!--impedance -->
81
+ <!ENTITY infin "&#x0221E;" ><!--/infty infinity -->
82
+ <!ENTITY int "&#x0222B;" ><!--/int L: integral operator -->
83
+ <!ENTITY Int "&#x0222C;" ><!--double integral operator -->
84
+ <!ENTITY intlarhk "&#x02A17;" ><!--integral, left arrow with hook -->
85
+ <!ENTITY isin "&#x02208;" ><!--/in R: set membership -->
86
+ <!ENTITY isindot "&#x022F5;" ><!--set membership, dot above -->
87
+ <!ENTITY isinE "&#x022F9;" ><!--set membership, two horizontal strokes -->
88
+ <!ENTITY isins "&#x022F4;" ><!--set membership, vertical bar on horizontal stroke -->
89
+ <!ENTITY isinsv "&#x022F3;" ><!--large set membership, vertical bar on horizontal stroke -->
90
+ <!ENTITY isinv "&#x02208;" ><!--set membership, variant -->
91
+ <!ENTITY lagran "&#x02112;" ><!--Lagrangian (script capital L) -->
92
+ <!ENTITY lang "&#x02329;" ><!--/langle O: left angle bracket -->
93
+ <!ENTITY Lang "&#x0300A;" ><!--left angle bracket, double -->
94
+ <!ENTITY lArr "&#x021D0;" ><!--/Leftarrow A: is implied by -->
95
+ <!ENTITY lbbrk "&#x03014;" ><!--left broken bracket -->
96
+ <!ENTITY le "&#x02264;" ><!--/leq /le R: less-than-or-equal -->
97
+ <!ENTITY loang "&#x0F558;" ><!--left open angular bracket -->
98
+ <!ENTITY lobrk "&#x0301A;" ><!--left open bracket -->
99
+ <!ENTITY lopar "&#x03018;" ><!--left open parenthesis -->
100
+ <!ENTITY lowast "&#x02217;" ><!--low asterisk -->
101
+ <!ENTITY minus "&#x02212;" ><!--B: minus sign -->
102
+ <!ENTITY mnplus "&#x02213;" ><!--/mp B: minus-or-plus sign -->
103
+ <!ENTITY nabla "&#x02207;" ><!--/nabla del, Hamilton operator -->
104
+ <!ENTITY ne "&#x02260;" ><!--/ne /neq R: not equal -->
105
+ <!ENTITY nedot "&#x02260;&#x0FE00;" ><!--not equal, dot -->
106
+ <!ENTITY nhpar "&#x02AF2;" ><!--not, horizontal, parallel -->
107
+ <!ENTITY ni "&#x0220B;" ><!--/ni /owns R: contains -->
108
+ <!ENTITY nis "&#x022FC;" ><!--contains, vertical bar on horizontal stroke -->
109
+ <!ENTITY nisd "&#x022FA;" ><!--contains, long horizontal stroke -->
110
+ <!ENTITY niv "&#x0220B;" ><!--contains, variant -->
111
+ <!ENTITY Not "&#x02AEC;" ><!--not with two horizontal strokes -->
112
+ <!ENTITY notin "&#x02209;" ><!--/notin N: negated set membership -->
113
+ <!ENTITY notindot "&#x022F6;&#x0FE00;" ><!--negated set membership, dot above -->
114
+ <!ENTITY notinva "&#x02209;&#x00338;" ><!--negated set membership, variant -->
115
+ <!ENTITY notinvb "&#x022F7;" ><!--negated set membership, variant -->
116
+ <!ENTITY notinvc "&#x022F6;" ><!--negated set membership, variant -->
117
+ <!ENTITY notni "&#x0220C;" ><!--negated contains -->
118
+ <!ENTITY notniva "&#x0220C;" ><!--negated contains, variant -->
119
+ <!ENTITY notnivb "&#x022FE;" ><!--contains, variant -->
120
+ <!ENTITY notnivc "&#x022FD;" ><!--contains, variant -->
121
+ <!ENTITY nparsl "&#x02225;&#x0FE00;&#x020E5;" ><!--not parallel, slanted -->
122
+ <!ENTITY npart "&#x02202;&#x00338;" ><!--not partial differential -->
123
+ <!ENTITY npolint "&#x02A14;" ><!--line integration, not including the pole -->
124
+ <!ENTITY nvinfin "&#x029DE;" ><!--not, vert, infinity -->
125
+ <!ENTITY olcross "&#x029BB;" ><!--circle, cross -->
126
+ <!ENTITY or "&#x02228;" ><!--/vee /lor B: logical or -->
127
+ <!ENTITY Or "&#x02A54;" ><!--dbl logical or -->
128
+ <!ENTITY ord "&#x02A5D;" ><!--or, horizontal dash -->
129
+ <!ENTITY order "&#x02134;" ><!--order of (script small o) -->
130
+ <!ENTITY oror "&#x02A56;" ><!--two logical or -->
131
+ <!ENTITY orslope "&#x02A57;" ><!--sloping large or -->
132
+ <!ENTITY orv "&#x02A5B;" ><!--or with middle stem -->
133
+ <!ENTITY par "&#x02225;" ><!--/parallel R: parallel -->
134
+ <!ENTITY parsl "&#x02225;&#x0FE00;" ><!--parallel, slanted -->
135
+ <!ENTITY part "&#x02202;" ><!--/partial partial differential -->
136
+ <!ENTITY permil "&#x02030;" ><!--per thousand -->
137
+ <!ENTITY perp "&#x022A5;" ><!--/perp R: perpendicular -->
138
+ <!ENTITY pertenk "&#x02031;" ><!--per 10 thousand -->
139
+ <!ENTITY phmmat "&#x02133;" ><!--physics M-matrix (script capital M) -->
140
+ <!ENTITY pointint "&#x02A15;" ><!--integral around a point operator -->
141
+ <!ENTITY prime "&#x02032;" ><!--/prime prime or minute -->
142
+ <!ENTITY Prime "&#x02033;" ><!--double prime or second -->
143
+ <!ENTITY profalar "&#x0232E;" ><!--all-around profile -->
144
+ <!ENTITY profline "&#x02312;" ><!--profile of a line -->
145
+ <!ENTITY profsurf "&#x02313;" ><!--profile of a surface -->
146
+ <!ENTITY prop "&#x0221D;" ><!--/propto R: is proportional to -->
147
+ <!ENTITY qint "&#x02A0C;" ><!--/iiiint quadruple integral operator -->
148
+ <!ENTITY qprime "&#x02057;" ><!--quadruple prime -->
149
+ <!ENTITY quatint "&#x02A16;" ><!--quaternion integral operator -->
150
+ <!ENTITY radic "&#x0221A;" ><!--/surd radical -->
151
+ <!ENTITY rang "&#x0232A;" ><!--/rangle C: right angle bracket -->
152
+ <!ENTITY Rang "&#x0300B;" ><!--right angle bracket, double -->
153
+ <!ENTITY rArr "&#x021D2;" ><!--/Rightarrow A: implies -->
154
+ <!ENTITY rbbrk "&#x03015;" ><!--right broken bracket -->
155
+ <!ENTITY roang "&#x0F559;" ><!--right open angular bracket -->
156
+ <!ENTITY robrk "&#x0301B;" ><!--right open bracket -->
157
+ <!ENTITY ropar "&#x03019;" ><!--right open parenthesis -->
158
+ <!ENTITY rppolint "&#x02A12;" ><!--line integration, rectangular path around pole -->
159
+ <!ENTITY scpolint "&#x02A13;" ><!--line integration, semi-circular path around pole -->
160
+ <!ENTITY sim "&#x0223C;" ><!--/sim R: similar -->
161
+ <!ENTITY simdot "&#x02A6A;" ><!--similar, dot -->
162
+ <!ENTITY sime "&#x02243;" ><!--/simeq R: similar, equals -->
163
+ <!ENTITY smeparsl "&#x029E4;" ><!--similar, parallel, slanted, equal -->
164
+ <!ENTITY square "&#x025A1;" ><!--/square, square -->
165
+ <!ENTITY squarf "&#x025AA;" ><!--/blacksquare, square, filled -->
166
+ <!ENTITY sub "&#x02282;" ><!--/subset R: subset or is implied by -->
167
+ <!ENTITY sube "&#x02286;" ><!--/subseteq R: subset, equals -->
168
+ <!ENTITY sup "&#x02283;" ><!--/supset R: superset or implies -->
169
+ <!ENTITY supe "&#x02287;" ><!--/supseteq R: superset, equals -->
170
+ <!ENTITY tdot "&#x020DB;" ><!--three dots above -->
171
+ <!ENTITY there4 "&#x02234;" ><!--/therefore R: therefore -->
172
+ <!ENTITY tint "&#x0222D;" ><!--/iiint triple integral operator -->
173
+ <!ENTITY top "&#x022A4;" ><!--/top top -->
174
+ <!ENTITY topbot "&#x02336;" ><!--top and bottom -->
175
+ <!ENTITY topcir "&#x02AF1;" ><!--top, circle below -->
176
+ <!ENTITY tprime "&#x02034;" ><!--triple prime -->
177
+ <!ENTITY utdot "&#x022F0;" ><!--three dots, ascending -->
178
+ <!ENTITY uwangle "&#x029A7;" ><!--large upward pointing angle -->
179
+ <!ENTITY vangrt "&#x022BE;" ><!--right angle, variant -->
180
+ <!ENTITY veeeq "&#x0225A;" ><!--logical or, equals -->
181
+ <!ENTITY Verbar "&#x02016;" ><!--/Vert dbl vertical bar -->
182
+ <!ENTITY wedgeq "&#x02259;" ><!--/wedgeq R: corresponds to (wedge, equals) -->
183
+ <!ENTITY xnis "&#x022FB;" ><!--large contains, vertical bar on horizontal stroke -->
@@ -0,0 +1,1025 @@
1
+ <!--
2
+ **************************************************
3
+ * *
4
+ * ONIX INTERNATIONAL *
5
+ * *
6
+ * XML DTD *
7
+ * LOCAL TAG NAMES DEFINITION MODULE *
8
+ * SHORT TAG VERSION *
9
+ * *
10
+ * Original filename: ONIX-INTERNATIONAL.DTD *
11
+ * *
12
+ * Original author: Francis Cave *
13
+ * *
14
+ * Version 2.1 *
15
+ * Revision 04 *
16
+ * Status: RELEASED *
17
+ * Release date: 2011-04-04 *
18
+ * *
19
+ * (c) 2000-2011 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
+ 2011-04-02: Release 2.1 Revision 04 [JP]
57
+ 1. Addition of new <PubSequenceNumberWithinSeries> element (short tag <b222>)
58
+ 2. Addition of new <Contact> composite (short tag <contact>) and contained data elements:
59
+ i. <ContactCompany> (short tag <b396>)
60
+ ii. <ContactName> (short tag <b397>)
61
+ iii. <ContactEmail> (short tag <b399>)
62
+
63
+ 2006-01-31: Release 2.1 Revision 03
64
+
65
+ 1. (PR.24) New composite element added with reference tag name 'StockQuantityCoded'
66
+ and short tag name 'stockquantitycoded', containing new elements with
67
+ reference tag names 'StockQuantityCodeType', 'StockQuantityCodeTypeName' and
68
+ 'StockQuantityCode' and short tag names 'j293', 'j296' and 'j297'
69
+ respectively.
70
+ 2. (PR.24) New composite element added with reference tag name 'OnOrderDetail'
71
+ and short tag name 'onorderdetail', containing a new element with
72
+ reference tag name 'ExpectedDate' and short tag name 'j302'.
73
+ 3. (PR.24) New elements added with reference tag names 'Territory',
74
+ 'CountryExcluded' and 'TerritoryExcluded' and short tag names 'j303', 'j304'
75
+ and 'j308' respectively.
76
+ 4. (PR.26) New element added with reference tag name 'ReprintDetail' and short
77
+ tag name 'k309'.
78
+
79
+ 2004-08-03: Release 2.1 Revision 02
80
+
81
+ 2. (PR.8) New element added with reference tag name 'RegionCode'
82
+ and short tag name 'b398'.
83
+ 3. (PR.24) New element added with reference tag name 'SupplyRestrictionDetail'
84
+ and short tag name 'j399'.
85
+ 5. (PR.25) New composite element added with reference tag name 'MarketRepresentation'
86
+ and short tag name 'marketrepresentation'.
87
+ 6. (PR.25) New composite element added with reference tag name 'AgentIdentifier'
88
+ and short tag name 'agentidentifier', containing new element with
89
+ reference tag name 'AgentIDType' and short tag name 'j400'.
90
+ 7. (PR.25) New elements added with reference tag names 'AgentName',
91
+ 'AgentRole', 'MarketCountry', 'MarketTerritory', 'MarketCountryExcluded',
92
+ 'MarketRestrictionDetail' and 'MarketPublishingStatus' and short tag
93
+ names 'j401', 'j402', 'j403', 'j404', 'j405', 'j406' and 'j407'
94
+ respectively.
95
+ 8. (PR.25) New composite element with reference tag name 'MarketDate'
96
+ and short tag name 'marketdate' added, containing new element with
97
+ reference tag name 'MarketDateRole' and short tag name 'j408'.
98
+
99
+ 2004-03-16: Release 2.1 Revision 01 - corrections
100
+
101
+ 1. Element %Percentage; renamed %Percent; to be consistent with
102
+ documentation.
103
+
104
+ 2003-12-29: Release 2.1 Revision 01
105
+
106
+ New elements:
107
+
108
+ 1. (PR.20) New elements added with reference tag names 'PublishingStatus'
109
+ and 'PublishingStatusNote' and short tag names 'b394' and 'b395'
110
+ respectively.
111
+ 2. (PR.24) New element added with reference tag name 'ProductAvailability'
112
+ and short tag name 'j396'.
113
+ 3. (PR.24) New element added with reference tag name 'LastDateForReturns'
114
+ and short tag name 'j387'.
115
+
116
+ For details of corrections see module 'reference.elt'.
117
+
118
+ 2003-06-20: Major revision of Release 2.0 for Release 2.1
119
+
120
+ NOTE - Only notes relating to changes affecting this module are given here.
121
+ See 'reference.elt' for a complete set of revision notes.
122
+
123
+ GENERAL
124
+
125
+ 2. Main module renamed according to the version of the DTD, i.e.
126
+ "reference.elt" in this version.
127
+
128
+ PR.3
129
+
130
+ 6. New data elements added with reference tag names 'ProductFormDetail',
131
+ 'ProductPackaging', 'TradeCategory' and 'ProductContentType' and
132
+ short tag names 'b333', 'b225', 'b384' and 'b385' respectively.
133
+ 7. New composite element added with reference tag name 'ProductFormFeature'
134
+ and short tag name 'productformfeature', containing new elements with
135
+ reference tag names 'ProductFormFeatureType', 'ProductFormFeatureValue'
136
+ and 'ProductFormFeatureDescription' and short tag names 'b334', 'b335'
137
+ and 'b336' respectively.
138
+ 9. Content model of composite element %ProductClassification; modified
139
+ to include a new data element with reference tag name 'Percentage'
140
+ and short tag name 'b337'.
141
+
142
+ PR.5
143
+
144
+ 10. New empty element added with reference tag name 'NoSeries' and short
145
+ tag name 'n338'.
146
+
147
+ PR.7
148
+
149
+ 14. Group content model modified to include a new composite element with
150
+ reference tag name 'Website' and short tag name 'website', to contain
151
+ new data elements with reference tag names 'WebsiteRole',
152
+ 'WebsiteDescription' and 'WebsiteLink' and short tag names 'b367',
153
+ 'b294' and 'b295' respectively.
154
+ 15. New data elements added with reference tag names 'ThesisType',
155
+ 'ThesisPresentedTo' and 'ThesisYear' and short tag names 'b368',
156
+ 'b369' and 'b370' respectively.
157
+
158
+ PR.8
159
+
160
+ 16. Content model of composite element %Contributor modified to include
161
+ a new data element with reference tag name 'SequenceNumberWithinRole'
162
+ and short tag name 'b340'.
163
+ 17. Content model of composite element %Contributor; modified to include
164
+ a new composite element with reference tag name 'PersonNameIdentifier'
165
+ and short tag name 'personnameidentifier', containing new
166
+ data element with reference tag name 'PersonNameIDType' and
167
+ short tag name 'b390' and other existing data elements.
168
+ 19. Content model of composite element %Contributor; modified to include
169
+ a new composite element with reference tag name 'PersonDate' and short
170
+ tag name 'persondate', containing new data elements with reference
171
+ tag names 'PersonDateRole' and 'Date' and short tag names 'b305'
172
+ and 'b306' respectively.
173
+ 20. Content model of composite element %Contributor; modified to include
174
+ new composite element with reference tag name 'ProfessionalAffiliation'
175
+ and short tag name 'professionalaffiliation'.
176
+ 21. New empty element added with reference tag name 'NoContributor' and
177
+ short tag name 'n339'.
178
+
179
+ PR.9
180
+
181
+ 22. New composite element added with reference tag name 'Conference' and
182
+ short tag name 'conference', containing some existing data elements
183
+ plus new data elements with reference tag names 'ConferenceAcronym'
184
+ and 'ConferenceTheme', with short tag names 'b341' and 'b342' respectively,
185
+ and a new composite element with reference tag name 'ConferenceSponsor'
186
+ and short tag name 'conferencesponsor', containing some existing data
187
+ elements and a new composite element with reference tag name
188
+ 'ConferenceSponsorIdentifier' and short tag name 'conferencesponsoridentifier',
189
+ containing a new data element with reference tag name 'ConferenceSponsorIDType'
190
+ and short tag name 'b391' and other existing data elements.
191
+
192
+ PR.10
193
+
194
+ 23. New empty data element added with reference tag name 'NoEdition'
195
+ and short tag name 'n386'. New composite element added with reference
196
+ tag name 'ReligiousText' and short tag name 'religioustext'.
197
+ 24. New composite element added to content model of %ReligiousText; with
198
+ reference tag name 'Bible' and short tag name 'bible', containing new
199
+ data elements with reference tag names 'BibleContents', 'BibleVersion',
200
+ 'StudyBibleType', 'BiblePurpose', 'BibleTextOrganization', 'BibleReferenceLocation'
201
+ and 'BibleTextFeature' and short tag names 'b352', 'b353', 'b389', 'b354',
202
+ 'b355', 'b356' and 'b357' respectively.
203
+ 25. New data element added to content model of %ReligiousText; with reference
204
+ tag name 'ReligiousTextID' and short tag name 'b374'.
205
+ 26. New composite element added to content model of %ReligiousText; with
206
+ reference tag name 'ReligiousTextFeature' and short tag name
207
+ 'religioustextfeature' containing new data elements with reference tag
208
+ names 'ReligiousTextFeature', 'ReligiousTextFeatureCode' and
209
+ 'ReligiousTextFeatureDescription' and short tag names 'b358', 'b359'
210
+ and 'b360' respectively.
211
+
212
+ PR.12
213
+
214
+ 27. Content model of composite element %Illustrations; modified to include
215
+ a new data element with reference tag name 'IllustrationTypeDescription'
216
+ and short tag name 'b361'.
217
+
218
+ PR.15
219
+
220
+ 32. Content model of composite element %OtherText; modified to include
221
+ new data elements with reference tag names 'StartDate', 'EndDate'
222
+ and 'TextSourceCorporate' and short tag names 'b324', 'b325' and
223
+ 'b374' respectively.
224
+
225
+ PR.16
226
+
227
+ 33. Content model of composite element %MediaFile; modified to include a
228
+ new data element with reference tag name 'MediaFileDate' and short tag
229
+ name 'f373'.
230
+
231
+ PR.17
232
+
233
+ 35. Content model of composite element %Prize; modified to include a new
234
+ data element with reference tag name 'PrizeJury' and short tag name 'g343'.
235
+
236
+ PR.18
237
+
238
+ 36. New composite element added with reference tag name 'PageRun' and short
239
+ tag name 'pagerun'.
240
+
241
+ PR.20
242
+
243
+ 39. New data element added with reference tag name 'TradeAnnouncementDate'
244
+ and short tag name 'b362'.
245
+ 40. New composite element added with reference tag name 'CopyrightStatement'
246
+ and short tag name 'copyrightstatement', containing a new composite
247
+ with reference tag name 'CopyrightOwner' and short tag name
248
+ 'copyrightowner'.
249
+
250
+ PR.21
251
+
252
+ 41. New composite element added with reference tag name 'SalesRestriction'
253
+ and short tag name 'salesrestriction', containing new data elements
254
+ with reference tag names 'SalesRestrictionType' and 'SalesRestrictionDetail'
255
+ and short tag names 'b381' and 'b383' respectively and a new composite
256
+ element with reference tag name 'SalesOutlet' and short tag name 'salesoutlet',
257
+ containing a new data element with reference tag name 'SalesOutletName'
258
+ and short tag name 'b382' and a new composite element with reference
259
+ tag name 'SalesOutletIdentifier' and short tag name 'salesoutletidentifier',
260
+ containing a new data element with reference tag name 'SalesOutletIDType'
261
+ and short tag name 'b393'.
262
+ 42. Content models of %SalesRights; and %NotForSale; modified to include
263
+ a new data element with reference tag name 'RightsTerritory' and
264
+ short tag name 'b388'.
265
+
266
+ PR.24
267
+
268
+ 46. Content model of composite element %SupplyDetail; modified to include
269
+ a new composite element with reference tag name 'SupplierIdentifier'
270
+ and short tag name 'supplieridentifier', containing a new data element
271
+ with reference tag name 'SupplierIDType' and short tag name 'j345'.
272
+ 48. Content model of composite element %SupplyDetail; further modified to
273
+ include new data elements with reference tag names 'SupplierRole',
274
+ 'SupplyToTerritory' and 'IntermediaryAvailabilityCode' and short
275
+ tag names 'j292', 'j388' and 'j348' respectively.
276
+ 49. Content model of composite element %SupplyDetail; further modified to
277
+ include a new composite element with reference tag name 'Stock' and
278
+ short tag name 'stock', itself containing a new composite element
279
+ with reference tag name 'LocationIdentifier' and short tag name
280
+ 'locationidentifier', and new data elements with reference tag names
281
+ 'LocationName', 'OnHand','OnOrder' and 'CBO' and short tag names
282
+ 'j349', 'j350', 'j351' and 'j375' respectively.
283
+ 50. Content model of composite element %LocationIdentifier; to contain a
284
+ new data element with reference tag name 'LocationIDType' and short
285
+ tag name 'b999'.
286
+ 52. Content model of composite element %Price; modified to include a
287
+ new composite element with reference tag name 'DiscountCoded'
288
+ and short tag name 'discountcoded', itself containing new data
289
+ elements with reference tag names 'DiscountCodeType', 'DiscountCodeTypeName'
290
+ and 'DiscountCode' and short tag names 'j363', 'j376' and 'j364'
291
+ respectively.
292
+ 53. Content model of composite element %SupplyDetail; further modified to
293
+ include a new composite element with reference tag name 'Reissue' and
294
+ short tag name 'reissue', containing new data elements with reference
295
+ tag names 'ReissueDate' and 'ReissueDescription' and short tag names
296
+ 'j365' and 'j366' respectively.
297
+
298
+ MH (Message Header)
299
+
300
+ 55. New composites added with reference tag names 'SenderIdentifier'
301
+ and 'AddresseeIdentifier' and short tag names 'senderidentifier'
302
+ and 'addresseeidentifier' respectively, containing respectively
303
+ new data elements with reference tag names 'SenderIDType' and
304
+ 'AddresseeIDType' and short tag names 'm379' and 'm380' respectively.
305
+
306
+ 2001-07-25: Major revision of Release 1.2.1 for Release 2.0
307
+
308
+ 1. New record-level elements added with verbose names "MainSeriesRecord" and "SubSeriesRecord".
309
+ 2. New composite element added with verbose name "ProductIdentifier".
310
+ 3. New composite element added with verbose name "ProductIdentifier", to contain
311
+ new data elements with verbose names "ProductIDType", "IDTypeName", and "IDValue".
312
+ 4. New data element added with verbose name "Barcode".
313
+ 5. New composite element added with verbose name "ProductClassification",
314
+ to contain new data elements with verbose names "ProductClassificationType" and
315
+ "ProductClassificationCode".
316
+ 6. New data elements added with verbose names "EpubType", "EpubTypeVersion",
317
+ "EpubTypeDescription", "EpubFormat", "EpubFormatVersion", "EpubFormatDescription",
318
+ "EpubSource", "EpubSourceVersion", "EpubSourceDescription" and "EpubTypeNote".
319
+ 7. New composite element added with verbose name "SeriesIdentifier", to contain new
320
+ data element with verbose name "SeriesIDType".
321
+ 8. New data element added with verbose name "SetItemTitle".
322
+ 9. Verbose name "ItemNumberWithinSeries" renamed "NumberWithinSeries".
323
+ 10. New composite element added to Group PR7 with verbose name "Title", to contain
324
+ new data elements with verbose names "TitleType", "AbbreviatedLength" and "TitleText".
325
+ 11. New composite element added to Group PR7 with verbose name "WorkIdentifier", to
326
+ contain new data element with verbose name "WorkIDType".
327
+ 12. Verbose name "ContributorSequenceNumber" renamed "SequenceNumber".
328
+ 13. New data element added with verbose name "LanguageCode".
329
+ 14. New data elements added with verbose names "PrefixToKey" and "SuffixToKey".
330
+ 15. New composite element added with verbose name "Name", to contain a new
331
+ data element with verbose name "PersonNameType".
332
+ 16. New data element added with verbose name "UnnamedPersons".
333
+ 17. New data element added with verbose name "EditionVersionNumber".
334
+ 18. New composite element added with verbose name "Language", to contain new data
335
+ elements with verbose names "LanguageRole" and "CountryCode".
336
+ 19. New data elements added with verbose names "PagesRoman" and "PagesArabic".
337
+ 20. New composite element added with verbose name "Illustrations", to contain new
338
+ data elements with verbose names "IllustrationType" and "Number".
339
+ 21. Verbose names "Rights" and "RightsTypeCode" renamed "SalesRights" and
340
+ "SalesRightsTypeCode" respectively.
341
+ 22. New data element added with verbose name "Dimensions".
342
+ 23. New data elements added with verbose names "TelephoneNumber", "FaxNumber" and
343
+ "EmailAddress".
344
+ 24. New data elements added with verbose names "ReturnsCodeType" and "ReturnsCode".
345
+ 25. New composite element added with verbose name "NewSupplier".
346
+ 26. New data element added with verbose name "DateFormat".
347
+ 27. New data elements added with verbose names "PriceQualifier" and
348
+ "PriceTypeDescription".
349
+ 28. New data element added with verbose name "MinimumOrderQuantity".
350
+ 29. New composite element added with verbose name "BatchBonus", to contain new data
351
+ elements with verbose names "BatchQuantity" and "FreeQuantity".
352
+ 30. Verbose name "DiscountGroupCode" renamed "BICDiscountGroupCode".
353
+ 31. New data elements added with verbose names "DiscountPercent" and "PriceStatus".
354
+ 32. New data element added with verbose name "SubordinateEntries".
355
+ 33. New composite element added with verbose name "ParentIdentifier".
356
+ 34. New data elements added with verbose names "LevelSequenceNumber" and
357
+ "SeriesPartName".
358
+ 35. New data element added with verbose name "PublishingRole".
359
+ 36. New composite element added with verbose name "ContentItem", to
360
+ contain new composite elements with verbose names "TextItem" and
361
+ "TextItemIdentifier" and new data elements with verbose names
362
+ "TextItemType", "TextItemIDType", "FirstPageNumber", "LastPageNumber",
363
+ "ComponentTypeName" and "ComponentNumber".
364
+ 37. New data element added with verbose name "FromEmail".
365
+ 38. Verbose names "Rights" and "RightsTypeCode" renamed "SalesRights" and
366
+ "SalesRightsType".
367
+ 39. New data element added with verbose name "ImageResolution".
368
+
369
+ 2001-04-11: Amendment of Release 1.2 for Release 1.2.1
370
+
371
+ 1. New composite element added with verbose name "Imprint", to contain new
372
+ data elements with verbose names "NameCodeType", "NameCodeTypeName" and
373
+ "NameCodeValue".
374
+ 2. New composite element added with verbose name "Publisher", to contain the
375
+ same data elements as the new composite element "Publisher".
376
+ 3. Removed data elements with verbose names "ImprintCode" and "PublisherCode".
377
+ 4. New data element added with verbose name "OriginalPublisher".
378
+ 5. New data element added with verbose name "PricePer".
379
+ 6. New composite element added with verbose name "Header", to contain existing
380
+ header elements in Group 0.
381
+
382
+ 2000-11-27: Amendment of Revision 03b for Release 1.2
383
+
384
+ 1. New elements added to indicate the source of a record, with verbose names
385
+ "RecordSourceType", "RecordSourceIdentifierType", "RecordSourceIdentifier"
386
+ and "RecordSourceName"
387
+ 2. New elements added to indicate why a record has been deleted, with verbose
388
+ names "DeletionCode" and "DeletionText"
389
+ 3. Verbose name "ProductFormDetail" renamed "BookFormDetail"
390
+ 4. New element added to represent the number of pieces in a product, with
391
+ verbose name "NumberOfPieces"
392
+ 5. New composite element added with verbose name "Extent", to contain new data
393
+ elements with verbose names "ExtentType", "ExtentValue" and "ExtentUnit"
394
+ 6. New element added to represent the BASIC subject categories version number,
395
+ with verbose name "BASICVersion"
396
+ 7. New composite element added with verbose name "Audience", to contain new
397
+ data elements with verbose names "AudienceCodeType", "AudienceCodeTypeName"
398
+ and "AudienceCode"
399
+ 8. New element added with verbose name "AudienceDescription"
400
+ 9. Element with verbose name "RightsRegion" (formerly "Region") reinstated
401
+ 10. New composite element added with verbose name "NotForSale"
402
+ 11. New composite element added with verbose name "RelatedProduct", to contain
403
+ new data element with verbose name "RelationCode" and other existing data
404
+ elements
405
+
406
+ 2000-09-01: Amendment of Revision 03a following user test results (NO REVISION RELEASED)
407
+
408
+ 1. Short tag names moved to main module, and comments on selection
409
+ of short or reference tag names revised to improve clarity.
410
+
411
+ 2000-08-08: Alteration of Revision 03 to enable use with Icon XML Spy
412
+
413
+ 1. Comment added following end of final conditional section.
414
+
415
+ 2000-07-25: Amendments to Revision 02 for Release 1.1 of ONIX International
416
+
417
+ 1. Removed declarations of reference names, which are already declared in
418
+ the main module
419
+ 2. Surrounded short names with marked section controlled by new paramenter
420
+ entity %UsingShortNames;
421
+ 3. Blank lines added to end of file to avoid "unexpected file end" error
422
+ reported by Microsoft Internet Explorer 5.x
423
+ 4. New element added for prices specified as "free of charge" and "to be
424
+ announced", with entity and verbose name "UnpricedItemType" and
425
+ short tag name "j192"
426
+ 5. New composite added for Main subject with entity and verbose name
427
+ "MainSubject" and short tag name "mainsubject"
428
+ 6. New element added for Main subject scheme identifier with entity and
429
+ verbose name "MainSubjectSchemeIdentifier" and short tag name "b191"
430
+ 7. Reference name "ClassOfTradeCode" changed to "ClassOfTrade"
431
+ 8. New element added for default class of trade with entity and verbose
432
+ name "DefaultClassOfTrade" and short tag name "m193"
433
+
434
+ 2000-05-20: Amendments to Revision 01 for Release 1.0 of ONIX International
435
+
436
+ 1. Short tag name for %PublicationDate; changed from "a003" to "b003"
437
+ 2. Removed elements with verbose names "multiple", "quantity" and "tradeonly"
438
+ 3. Entity and verbose names for Series ISSN changed from "issn" to "SeriesISSN"
439
+ 4. Entity and verbose names for Contributor sequence number changed
440
+ from "contributornumber" to "ContributorSequenceNumber"
441
+ 5. New element added for Number of illustrations, with entity and verbose name
442
+ "NumberOfIllustrations" and short tag name "b125"
443
+ 6. Entity and verbose names "lexilecode" and "lexilenumber" replaced by
444
+ "ComplexitySchemeIdentifier" and "ComplexityCode"
445
+ 7. New composite added for Complexity with name "Complexity"
446
+ 8. Removed elements with verbose names "region" and "countryexcluded"
447
+ 9. New element added for Product website composite with name "ProductWebsite"
448
+ 10. New element added for Product website description with entity and verbose name
449
+ "ProductWebsiteDescription" and short tag name "f170"
450
+ 11. Changed short tag name for %Prize; from "g125" to "Prize" - it's a composite
451
+ 12. New elements added for Other alternative Product ISBN and Other alternative
452
+ Product EAN-13 with entity and verbose names "AlternativeProductISBN" and
453
+ "AlternativeProductEAN13" and short tag names "h163" and "h164"
454
+ 13. New elements added for Promotion campaign information, Promotion contact details,
455
+ Initial print run, Copies sold and Book Club adoption, with entity and verbose
456
+ names "PromotionCampaign", "PromotionContact", "InitialPrintRun", "CopiesSold"
457
+ and "BookClubAdoption" and short tag names "k165", "k166", "k167", "k168" and "k169"
458
+ 14. Changed all other names to UpperCamelCase
459
+ 15. New element added for Proprietary subject scheme name, with entity and verbose
460
+ names "SubjectSchemeName" and short tag name "b171"
461
+ 16. New elements added for the following message elements:
462
+ Element title: Entity and verbose name: Short tag name:
463
+ Sender EAN number FromEANNumber m172
464
+ Sender SAN FromSAN m173
465
+ Sender company name FromCompany m174
466
+ Sender contact FromPerson m175
467
+ Addressee EAN number ToEANNumber m176
468
+ Addressee SAN ToSAN m177
469
+ Addressee company name ToCompany m178
470
+ Addressee contact ToPerson m179
471
+ Message sequence number MessageNumber m180
472
+ Message repeat number MessageRepeat m181
473
+ Transmission date SentDate m182
474
+ Message note MessageNote m183
475
+ Default language of text DefaultLanguageOfText m184
476
+ Default price type DefaultPriceTypeCode m185
477
+ Default currency DefaultCurrencyCode m186
478
+ Default linear unit DefaultLinearUnit m187
479
+ Default unit of weight DefaultWeightUnit m188
480
+ 17. Top-level element entity and verbose name changed from "Message" to "ONIXMessage"
481
+ 18. Removed elements with entity and verbose names "PageTrimHeight" and "PageTrimWidth"
482
+ 19. Added new Measure composite element with entity and verbose name "Measure"
483
+ 20. Short tag name for %MeasureUnitCode; changed from "c093" to "c095"
484
+ 21. Added new elements with entity and verbose names "MeasureTypeCode" and "Measurement"
485
+ and short tag names "c093" and "c094"
486
+ 22. Added new elements with entity and verbose names "USSchoolGrade" and "InterestAge"
487
+ and short tag names "b189" and "b190"
488
+ 23. Changed entity and verbose names "SalesRestrictionFlag" and "SalesRestrictionNote"
489
+ to "AudienceRestrictionFlag" and "AudienceRestrictionNote"
490
+ 24. Local Name and Reference Name lists enclosed within marked sections, so that either
491
+ may be selected without modification of this file, by externally setting the
492
+ replacement value for the appropriate parameter entity to "INCLUDE"
493
+
494
+ 2000-05-04: First draft of Version 1 released
495
+
496
+ -->
497
+ <!--
498
+ **************************************************
499
+ * *
500
+ * SELECTING REFERENCE OR SHORT TAG NAMES *
501
+ * (FOR INFORMATION ONLY) *
502
+ * *
503
+ **************************************************
504
+
505
+ Two versions of the DTD are available, one defining meaningful
506
+ English-language names - the reference names - and the other defining
507
+ short tags - four character alphanumerics which, although they carried
508
+ some significance in the first ONIX releases, should now be regarded as
509
+ arbitrary. The appropriate version of the DTD must be referenced in the
510
+ document type declaration included at the start of each ONIX message.
511
+
512
+ Both versions of the DTD include both reference and short tag names as
513
+ fixed attributes of each element type, to aid conversion between the two
514
+ versions and for compatibility with previous releases.
515
+
516
+ Neither version has in the past been recommended in preference to the
517
+ other. Initially, a majority of ONIX implementations seem to have used
518
+ the short tags. It is noticeable, however, that as ONIX moves into new
519
+ areas of application, and as XML itself becomes more widely used and
520
+ accepted, more implementors are choosing the reference names, to the
521
+ point that some have questioned the desirability of maintaining the
522
+ short tags.
523
+
524
+ There is no possibility that the short tags could be withdrawn from ONIX
525
+ for Books in the near-term, or in any event without full consultation
526
+ with ONIX national groups and the ONIX International Steering Committee.
527
+ However, it is possible that some new ONIX applications (eg for Serials)
528
+ may use reference names only; and the ONIX support team would encourage
529
+ new implementors of any ONIX format to use reference names unless they
530
+ have a strong reason for doing otherwise.
531
+ -->
532
+ <!--
533
+ **************************************************
534
+ * *
535
+ * DEFINE MAIN MODULE *
536
+ * *
537
+ **************************************************
538
+
539
+ 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 short tag name version of the DTD is assumed to be 'short.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.
540
+
541
+ 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!
542
+
543
+ -->
544
+ <!-- DO NOT DELETE THE FOLLOWING LINE! -->
545
+ <!ENTITY % MainModule SYSTEM "short.elt">
546
+ <!--
547
+ **************************************************
548
+ * *
549
+ * ENABLE LOCAL MESSAGE EXTENSION MODULE *
550
+ * *
551
+ **************************************************
552
+
553
+ 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.
554
+
555
+ To include a defined extension module in the DTD, change the replacement value of %ExtendedProductModel; below from "IGNORE" to "INCLUDE".
556
+
557
+ Further guidance on adding an extension module can be found in the ONIX International Level 2 Guide.
558
+
559
+ 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!
560
+
561
+ -->
562
+ <!-- DO NOT DELETE THE FOLLOWING LINE! -->
563
+ <!ENTITY % ExtendedProductModel "IGNORE">
564
+
565
+ <!--
566
+ **************************************************
567
+ * *
568
+ * LOCAL NAMES TEMPLATE *
569
+ * *
570
+ **************************************************
571
+
572
+ If there is a need to replace the short 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.
573
+
574
+ <!ENTITY % ISBN "LocalNameForISBN">
575
+
576
+ 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.
577
+
578
+ -->
579
+ <!--
580
+
581
+ 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".
582
+
583
+ -->
584
+ <!-- DO NOT DELETE THE FOLLOWING LINE! -->
585
+ <!ENTITY % UsingLocalNames "IGNORE">
586
+ <![%UsingLocalNames;[
587
+ <!ENTITY % ONIXMessage "">
588
+ <!ENTITY % Product "">
589
+ <!ENTITY % MainSeriesRecord "">
590
+ <!ENTITY % SubSeriesRecord "">
591
+ <!ENTITY % RecordReference "">
592
+ <!ENTITY % NotificationType "">
593
+ <!ENTITY % RecordSourceType "">
594
+ <!ENTITY % RecordSourceIdentifierType "">
595
+ <!ENTITY % RecordSourceIdentifier "">
596
+ <!ENTITY % RecordSourceName "">
597
+ <!ENTITY % DeletionCode "">
598
+ <!ENTITY % DeletionText "">
599
+ <!ENTITY % ISBN "">
600
+ <!ENTITY % EAN13 "">
601
+ <!ENTITY % UPC "">
602
+ <!ENTITY % PublisherProductNo "">
603
+ <!ENTITY % ISMN "">
604
+ <!ENTITY % DOI "">
605
+ <!ENTITY % ProductIdentifier "">
606
+ <!ENTITY % ProductIDType "">
607
+ <!ENTITY % IDTypeName "">
608
+ <!ENTITY % IDValue "">
609
+ <!ENTITY % Barcode "">
610
+ <!ENTITY % ReplacesISBN "">
611
+ <!ENTITY % ReplacesEAN13 "">
612
+ <!ENTITY % ProductForm "">
613
+ <!ENTITY % ProductFormDetail "">
614
+ <!ENTITY % ProductFormFeature "">
615
+ <!ENTITY % ProductFormFeatureType "">
616
+ <!ENTITY % ProductFormFeatureValue "">
617
+ <!ENTITY % ProductFormFeatureDescription "">
618
+ <!ENTITY % BookFormDetail "">
619
+ <!ENTITY % ProductPackaging "">
620
+ <!ENTITY % TradeCategory "">
621
+ <!ENTITY % ProductContentType "">
622
+ <!ENTITY % ProductFormDescription "">
623
+ <!ENTITY % ContainedItem "">
624
+ <!ENTITY % NumberOfPieces "">
625
+ <!ENTITY % ItemQuantity "">
626
+ <!ENTITY % ProductClassification "">
627
+ <!ENTITY % ProductClassificationType "">
628
+ <!ENTITY % ProductClassificationCode "">
629
+ <!ENTITY % Percent "">
630
+ <!ENTITY % EpubType "">
631
+ <!ENTITY % EpubTypeVersion "">
632
+ <!ENTITY % EpubTypeDescription "">
633
+ <!ENTITY % EpubFormat "">
634
+ <!ENTITY % EpubFormatVersion "">
635
+ <!ENTITY % EpubFormatDescription "">
636
+ <!ENTITY % EpubSource "">
637
+ <!ENTITY % EpubSourceVersion "">
638
+ <!ENTITY % EpubSourceDescription "">
639
+ <!ENTITY % EpubTypeNote "">
640
+ <!ENTITY % Series "">
641
+ <!ENTITY % NoSeries "">
642
+ <!ENTITY % SeriesISSN "">
643
+ <!ENTITY % PublisherSeriesCode "">
644
+ <!ENTITY % SeriesIdentifier "">
645
+ <!ENTITY % SeriesIDType "">
646
+ <!ENTITY % TitleOfSeries "">
647
+ <!ENTITY % NumberWithinSeries "">
648
+ <!ENTITY % YearOfAnnual "">
649
+ <!ENTITY % Set "">
650
+ <!ENTITY % ISBNOfSet "">
651
+ <!ENTITY % EAN13OfSet "">
652
+ <!ENTITY % TitleOfSet "">
653
+ <!ENTITY % SetPartNumber "">
654
+ <!ENTITY % SetPartTitle "">
655
+ <!ENTITY % ItemNumberWithinSet "">
656
+ <!ENTITY % SetItemTitle "">
657
+ <!ENTITY % TextCaseFlag "">
658
+ <!ENTITY % DistinctiveTitle "">
659
+ <!ENTITY % Subtitle "">
660
+ <!ENTITY % TitlePrefix "">
661
+ <!ENTITY % TitleWithoutPrefix "">
662
+ <!ENTITY % TranslationOfTitle "">
663
+ <!ENTITY % FormerTitle "">
664
+ <!ENTITY % Title "">
665
+ <!ENTITY % TitleType "">
666
+ <!ENTITY % AbbreviatedLength "">
667
+ <!ENTITY % TitleText "">
668
+ <!ENTITY % WorkIdentifier "">
669
+ <!ENTITY % WorkIDType "">
670
+ <!ENTITY % Website "">
671
+ <!ENTITY % WebsiteRole "">
672
+ <!ENTITY % WebsiteDescription "">
673
+ <!ENTITY % WebsiteLink "">
674
+ <!ENTITY % ThesisType "">
675
+ <!ENTITY % ThesisPresentedTo "">
676
+ <!ENTITY % ThesisYear "">
677
+ <!ENTITY % Contributor "">
678
+ <!ENTITY % SequenceNumber "">
679
+ <!ENTITY % ContributorRole "">
680
+ <!ENTITY % LanguageCode "">
681
+ <!ENTITY % SequenceNumberWithinRole "">
682
+ <!ENTITY % PersonName "">
683
+ <!ENTITY % PersonNameInverted "">
684
+ <!ENTITY % TitlesBeforeNames "">
685
+ <!ENTITY % NamesBeforeKey "">
686
+ <!ENTITY % PrefixToKey "">
687
+ <!ENTITY % SuffixToKey "">
688
+ <!ENTITY % KeyNames "">
689
+ <!ENTITY % NamesAfterKey "">
690
+ <!ENTITY % LettersAfterNames "">
691
+ <!ENTITY % TitlesAfterNames "">
692
+ <!ENTITY % Name "">
693
+ <!ENTITY % PersonNameType "">
694
+ <!ENTITY % PersonNameIdentifier "">
695
+ <!ENTITY % PersonNameIDType "">
696
+ <!ENTITY % PersonDate "">
697
+ <!ENTITY % PersonDateRole "">
698
+ <!ENTITY % Date "">
699
+ <!ENTITY % BiographicalNote "">
700
+ <!ENTITY % ProfessionalAffiliation "">
701
+ <!ENTITY % ProfessionalPosition "">
702
+ <!ENTITY % Affiliation "">
703
+ <!ENTITY % CorporateName "">
704
+ <!ENTITY % ContributorDescription "">
705
+ <!ENTITY % UnnamedPersons "">
706
+ <!ENTITY % RegionCode "">
707
+ <!ENTITY % NoContributor "">
708
+ <!ENTITY % ContributorStatement "">
709
+ <!ENTITY % ConferenceDescription "">
710
+ <!ENTITY % ConferenceRole "">
711
+ <!ENTITY % ConferenceName "">
712
+ <!ENTITY % ConferenceNumber "">
713
+ <!ENTITY % ConferenceDate "">
714
+ <!ENTITY % ConferencePlace "">
715
+ <!ENTITY % Conference "">
716
+ <!ENTITY % ConferenceAcronym "">
717
+ <!ENTITY % ConferenceTheme "">
718
+ <!ENTITY % ConferenceSponsor "">
719
+ <!ENTITY % ConferenceSponsorIdentifier "">
720
+ <!ENTITY % ConferenceSponsorIDType "">
721
+ <!ENTITY % EditionTypeCode "">
722
+ <!ENTITY % EditionNumber "">
723
+ <!ENTITY % EditionVersionNumber "">
724
+ <!ENTITY % EditionStatement "">
725
+ <!ENTITY % NoEdition "">
726
+ <!ENTITY % ReligiousText "">
727
+ <!ENTITY % Bible "">
728
+ <!ENTITY % BibleContents "">
729
+ <!ENTITY % BibleVersion "">
730
+ <!ENTITY % StudyBibleType "">
731
+ <!ENTITY % BiblePurpose "">
732
+ <!ENTITY % BibleTextOrganization "">
733
+ <!ENTITY % BibleReferenceLocation "">
734
+ <!ENTITY % BibleTextFeature "">
735
+ <!ENTITY % ReligiousTextID "">
736
+ <!ENTITY % ReligiousTextFeature "">
737
+ <!ENTITY % ReligiousTextFeatureType "">
738
+ <!ENTITY % ReligiousTextFeatureCode "">
739
+ <!ENTITY % ReligiousTextFeatureDescription "">
740
+ <!ENTITY % LanguageOfText "">
741
+ <!ENTITY % OriginalLanguage "">
742
+ <!ENTITY % Language "">
743
+ <!ENTITY % LanguageRole "">
744
+ <!ENTITY % CountryCode "">
745
+ <!ENTITY % NumberOfPages "">
746
+ <!ENTITY % PagesRoman "">
747
+ <!ENTITY % PagesArabic "">
748
+ <!ENTITY % NumberOfIllustrations "">
749
+ <!ENTITY % IllustrationsNote "">
750
+ <!ENTITY % Illustrations "">
751
+ <!ENTITY % IllustrationType "">
752
+ <!ENTITY % IllustrationTypeDescription "">
753
+ <!ENTITY % Number "">
754
+ <!ENTITY % MapScale "">
755
+ <!ENTITY % Extent "">
756
+ <!ENTITY % ExtentType "">
757
+ <!ENTITY % ExtentValue "">
758
+ <!ENTITY % ExtentUnit "">
759
+ <!ENTITY % BASICMainSubject "">
760
+ <!ENTITY % BASICVersion "">
761
+ <!ENTITY % BICMainSubject "">
762
+ <!ENTITY % BICVersion "">
763
+ <!ENTITY % MainSubject "">
764
+ <!ENTITY % MainSubjectSchemeIdentifier "">
765
+ <!ENTITY % Subject "">
766
+ <!ENTITY % SubjectSchemeIdentifier "">
767
+ <!ENTITY % SubjectSchemeName "">
768
+ <!ENTITY % SubjectSchemeVersion "">
769
+ <!ENTITY % SubjectCode "">
770
+ <!ENTITY % SubjectHeadingText "">
771
+ <!ENTITY % PersonAsSubject "">
772
+ <!ENTITY % CorporateBodyAsSubject "">
773
+ <!ENTITY % PlaceAsSubject "">
774
+ <!ENTITY % Audience "">
775
+ <!ENTITY % AudienceCodeType "">
776
+ <!ENTITY % AudienceCodeTypeName "">
777
+ <!ENTITY % AudienceCode "">
778
+ <!ENTITY % AudienceCodeValue "">
779
+ <!ENTITY % USSchoolGrade "">
780
+ <!ENTITY % InterestAge "">
781
+ <!ENTITY % AudienceRange "">
782
+ <!ENTITY % AudienceRangeQualifier "">
783
+ <!ENTITY % AudienceRangePrecision "">
784
+ <!ENTITY % AudienceRangeValue "">
785
+ <!ENTITY % AudienceDescription "">
786
+ <!ENTITY % Complexity "">
787
+ <!ENTITY % ComplexitySchemeIdentifier "">
788
+ <!ENTITY % ComplexityCode "">
789
+ <!ENTITY % ImprintName "">
790
+ <!ENTITY % PublisherName "">
791
+ <!ENTITY % PublishingRole "">
792
+ <!ENTITY % Imprint "">
793
+ <!ENTITY % Publisher "">
794
+ <!ENTITY % NameCodeType "">
795
+ <!ENTITY % NameCodeTypeName "">
796
+ <!ENTITY % NameCodeValue "">
797
+ <!ENTITY % CityOfPublication "">
798
+ <!ENTITY % CountryOfPublication "">
799
+ <!ENTITY % CopublisherName "">
800
+ <!ENTITY % SponsorName "">
801
+ <!ENTITY % OriginalPublisher "">
802
+ <!ENTITY % PublishingStatus "">
803
+ <!ENTITY % PublishingStatusNote "">
804
+ <!ENTITY % AnnouncementDate "">
805
+ <!ENTITY % TradeAnnouncementDate "">
806
+ <!ENTITY % PublicationDate "">
807
+ <!ENTITY % CopyrightYear "">
808
+ <!ENTITY % YearFirstPublished "">
809
+ <!ENTITY % CopyrightStatement "">
810
+ <!ENTITY % CopyrightOwner "">
811
+ <!ENTITY % CopyrightOwnerIdentifier "">
812
+ <!ENTITY % CopyrightOwnerIDType "">
813
+ <!ENTITY % SalesRights "">
814
+ <!ENTITY % NotForSale "">
815
+ <!ENTITY % SalesRightsType "">
816
+ <!ENTITY % RightsCountry "">
817
+ <!ENTITY % RightsTerritory "">
818
+ <!ENTITY % RightsRegion "">
819
+ <!ENTITY % SalesRestriction "">
820
+ <!ENTITY % SalesRestrictionType "">
821
+ <!ENTITY % SalesOutlet "">
822
+ <!ENTITY % SalesOutletIdentifier "">
823
+ <!ENTITY % SalesOutletIDType "">
824
+ <!ENTITY % SalesOutletName "">
825
+ <!ENTITY % SalesRestrictionDetail "">
826
+ <!ENTITY % Measure "">
827
+ <!ENTITY % MeasureTypeCode "">
828
+ <!ENTITY % Measurement "">
829
+ <!ENTITY % MeasureUnitCode "">
830
+ <!ENTITY % Height "">
831
+ <!ENTITY % Width "">
832
+ <!ENTITY % Thickness "">
833
+ <!ENTITY % Weight "">
834
+ <!ENTITY % Dimensions "">
835
+ <!ENTITY % Annotation "">
836
+ <!ENTITY % MainDescription "">
837
+ <!ENTITY % OtherText "">
838
+ <!ENTITY % TextTypeCode "">
839
+ <!ENTITY % TextFormat "">
840
+ <!ENTITY % Text "">
841
+ <!ENTITY % TextLinkType "">
842
+ <!ENTITY % TextLink "">
843
+ <!ENTITY % TextAuthor "">
844
+ <!ENTITY % TextSourceCorporate "">
845
+ <!ENTITY % TextSourceTitle "">
846
+ <!ENTITY % TextPublicationDate "">
847
+ <!ENTITY % StartDate "">
848
+ <!ENTITY % EndDate "">
849
+ <!ENTITY % ReviewQuote "">
850
+ <!ENTITY % CoverImageFormatCode "">
851
+ <!ENTITY % CoverImageLinkTypeCode "">
852
+ <!ENTITY % CoverImageLink "">
853
+ <!ENTITY % MediaFile "">
854
+ <!ENTITY % MediaFileTypeCode "">
855
+ <!ENTITY % MediaFileFormatCode "">
856
+ <!ENTITY % ImageResolution "">
857
+ <!ENTITY % MediaFileLinkTypeCode "">
858
+ <!ENTITY % MediaFileLink "">
859
+ <!ENTITY % TextWithDownload "">
860
+ <!ENTITY % DownloadCaption "">
861
+ <!ENTITY % DownloadCredit "">
862
+ <!ENTITY % DownloadCopyrightNotice "">
863
+ <!ENTITY % DownloadTerms "">
864
+ <!ENTITY % MediaFileDate "">
865
+ <!ENTITY % ProductWebsite "">
866
+ <!ENTITY % ProductWebsiteDescription "">
867
+ <!ENTITY % ProductWebsiteLink "">
868
+ <!ENTITY % PrizesDescription "">
869
+ <!ENTITY % Prize "">
870
+ <!ENTITY % PrizeName "">
871
+ <!ENTITY % PrizeYear "">
872
+ <!ENTITY % PrizeCountry "">
873
+ <!ENTITY % PrizeCode "">
874
+ <!ENTITY % PrizeJury "">
875
+ <!ENTITY % ContentItem "">
876
+ <!ENTITY % LevelSequenceNumber "">
877
+ <!ENTITY % TextItem "">
878
+ <!ENTITY % TextItemType "">
879
+ <!ENTITY % TextItemIdentifier "">
880
+ <!ENTITY % TextItemIDType "">
881
+ <!ENTITY % FirstPageNumber "">
882
+ <!ENTITY % LastPageNumber "">
883
+ <!ENTITY % PageRun "">
884
+ <!ENTITY % ComponentTypeName "">
885
+ <!ENTITY % ComponentNumber "">
886
+ <!ENTITY % ReplacedByISBN "">
887
+ <!ENTITY % ReplacedByEAN13 "">
888
+ <!ENTITY % RelatedProduct "">
889
+ <!ENTITY % RelationCode "">
890
+ <!ENTITY % AlternativeFormatISBN "">
891
+ <!ENTITY % AlternativeFormatEAN13 "">
892
+ <!ENTITY % AlternativeProductISBN "">
893
+ <!ENTITY % AlternativeProductEAN13 "">
894
+ <!ENTITY % OutOfPrintDate "">
895
+ <!ENTITY % SupplyDetail "">
896
+ <!ENTITY % SupplierEANLocationNumber "">
897
+ <!ENTITY % SupplierSAN "">
898
+ <!ENTITY % SupplierIdentifier "">
899
+ <!ENTITY % SupplierIDType "">
900
+ <!ENTITY % SupplierName "">
901
+ <!ENTITY % TelephoneNumber "">
902
+ <!ENTITY % FaxNumber "">
903
+ <!ENTITY % EmailAddress "">
904
+ <!ENTITY % SupplierRole "">
905
+ <!ENTITY % SupplyToCountry "">
906
+ <!ENTITY % SupplyToRegion "">
907
+ <!ENTITY % SupplyToTerritory "">
908
+ <!ENTITY % SupplyToCountryExcluded "">
909
+ <!ENTITY % SupplyRestrictionDetail "">
910
+ <!ENTITY % ReturnsCodeType "">
911
+ <!ENTITY % ReturnsCode "">
912
+ <!ENTITY % LastDateForReturns "">
913
+ <!ENTITY % AvailabilityCode "">
914
+ <!ENTITY % ProductAvailability "">
915
+ <!ENTITY % IntermediaryAvailabilityCode "">
916
+ <!ENTITY % NewSupplier "">
917
+ <!ENTITY % Stock "">
918
+ <!ENTITY % LocationIdentifier "">
919
+ <!ENTITY % LocationIDType "">
920
+ <!ENTITY % LocationName "">
921
+ <!ENTITY % StockQuantityCoded "">
922
+ <!ENTITY % StockQuantityCodeType "">
923
+ <!ENTITY % StockQuantityCodeTypeName "">
924
+ <!ENTITY % StockQuantityCode "">
925
+ <!ENTITY % OnHand "">
926
+ <!ENTITY % OnOrder "">
927
+ <!ENTITY % CBO "">
928
+ <!ENTITY % OnOrderDetail "">
929
+ <!ENTITY % ExpectedDate "">
930
+ <!ENTITY % DateFormat "">
931
+ <!ENTITY % ExpectedShipDate "">
932
+ <!ENTITY % OnSaleDate "">
933
+ <!ENTITY % OrderTime "">
934
+ <!ENTITY % PackQuantity "">
935
+ <!ENTITY % AudienceRestrictionFlag "">
936
+ <!ENTITY % AudienceRestrictionNote "">
937
+ <!ENTITY % Price "">
938
+ <!ENTITY % PriceTypeCode "">
939
+ <!ENTITY % PriceQualifier "">
940
+ <!ENTITY % PriceTypeDescription "">
941
+ <!ENTITY % PricePer "">
942
+ <!ENTITY % MinimumOrderQuantity "">
943
+ <!ENTITY % BatchBonus "">
944
+ <!ENTITY % BatchQuantity "">
945
+ <!ENTITY % FreeQuantity "">
946
+ <!ENTITY % ClassOfTrade "">
947
+ <!ENTITY % BICDiscountGroupCode "">
948
+ <!ENTITY % DiscountCoded "">
949
+ <!ENTITY % DiscountCodeType "">
950
+ <!ENTITY % DiscountCodeTypeName "">
951
+ <!ENTITY % DiscountCode "">
952
+ <!ENTITY % DiscountPercent "">
953
+ <!ENTITY % PriceStatus "">
954
+ <!ENTITY % PriceAmount "">
955
+ <!ENTITY % UnpricedItemType "">
956
+ <!ENTITY % CurrencyCode "">
957
+ <!ENTITY % Territory "">
958
+ <!ENTITY % CountryExcluded "">
959
+ <!ENTITY % TerritoryExcluded "">
960
+ <!ENTITY % TaxRateCode1 "">
961
+ <!ENTITY % TaxRatePercent1 "">
962
+ <!ENTITY % TaxableAmount1 "">
963
+ <!ENTITY % TaxAmount1 "">
964
+ <!ENTITY % TaxRateCode2 "">
965
+ <!ENTITY % TaxRatePercent2 "">
966
+ <!ENTITY % TaxableAmount2 "">
967
+ <!ENTITY % TaxAmount2 "">
968
+ <!ENTITY % Reissue "">
969
+ <!ENTITY % ReissueDate "">
970
+ <!ENTITY % ReissueDescription "">
971
+ <!ENTITY % PriceEffectiveFrom "">
972
+ <!ENTITY % PriceEffectiveUntil "">
973
+ <!ENTITY % MarketRepresentation "">
974
+ <!ENTITY % AgentIdentifier "">
975
+ <!ENTITY % AgentIDType "">
976
+ <!ENTITY % AgentName "">
977
+ <!ENTITY % AgentRole "">
978
+ <!ENTITY % MarketCountry "">
979
+ <!ENTITY % MarketTerritory "">
980
+ <!ENTITY % MarketCountryExcluded "">
981
+ <!ENTITY % MarketRestrictionDetail "">
982
+ <!ENTITY % MarketPublishingStatus "">
983
+ <!ENTITY % MarketDate "">
984
+ <!ENTITY % MarketDateRole "">
985
+ <!ENTITY % PromotionCampaign "">
986
+ <!ENTITY % PromotionContact "">
987
+ <!ENTITY % InitialPrintRun "">
988
+ <!ENTITY % ReprintDetail "">
989
+ <!ENTITY % CopiesSold "">
990
+ <!ENTITY % BookClubAdoption "">
991
+ <!ENTITY % SubordinateEntries "">
992
+ <!ENTITY % ParentIdentifier "">
993
+ <!ENTITY % SeriesPartName "">
994
+ <!ENTITY % FromEANNumber "">
995
+ <!ENTITY % FromSAN "">
996
+ <!ENTITY % FromCompany "">
997
+ <!ENTITY % FromPerson "">
998
+ <!ENTITY % FromEmail "">
999
+ <!ENTITY % ToEANNumber "">
1000
+ <!ENTITY % ToSAN "">
1001
+ <!ENTITY % ToCompany "">
1002
+ <!ENTITY % ToPerson "">
1003
+ <!ENTITY % MessageNumber "">
1004
+ <!ENTITY % MessageRepeat "">
1005
+ <!ENTITY % SentDate "">
1006
+ <!ENTITY % MessageNote "">
1007
+ <!ENTITY % DefaultLanguageOfText "">
1008
+ <!ENTITY % DefaultPriceTypeCode "">
1009
+ <!ENTITY % DefaultCurrencyCode "">
1010
+ <!ENTITY % DefaultLinearUnit "">
1011
+ <!ENTITY % DefaultWeightUnit "">
1012
+ <!ENTITY % DefaultClassOfTrade "">
1013
+ <!ENTITY % SenderIdentifier "">
1014
+ <!ENTITY % AddresseeIdentifier "">
1015
+ <!ENTITY % SenderIDType "">
1016
+ <!ENTITY % AddresseeIDType "">
1017
+ <!ENTITY % Header "">
1018
+ <!ENTITY % PubSequenceNumberWithinSeries "">
1019
+ <!ENTITY % Contact "">
1020
+ <!ENTITY % ContactCompany "">
1021
+ <!ENTITY % ContactName "">
1022
+ <!ENTITY % ContactEmail "">
1023
+ ]]>
1024
+ <!-- This comment inserted as a work-around for a known bug in XML Spy -->
1025
+ %MainModule;