cacofonix-dtds 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +11 -0
- data/.rspec +3 -0
- data/.travis.yml +7 -0
- data/CHANGELOG.md +10 -0
- data/CODE_OF_CONDUCT.md +74 -0
- data/Gemfile +4 -0
- data/Gemfile.lock +35 -0
- data/LICENSE.txt +21 -0
- data/README.md +70 -0
- data/Rakefile +6 -0
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/cacofonix-dtds.gemspec +34 -0
- data/data/2.0/onix-international.dtd +625 -0
- data/data/2.0/onix-international.elt +3267 -0
- data/data/2.0/xhtml-lat1.ent +196 -0
- data/data/2.0/xhtml-special.ent +79 -0
- data/data/2.0/xhtml-symbol.ent +242 -0
- data/data/2.1r1/iso-amsa.ent +173 -0
- data/data/2.1r1/iso-amsb.ent +146 -0
- data/data/2.1r1/iso-amsc.ent +49 -0
- data/data/2.1r1/iso-amsn.ent +117 -0
- data/data/2.1r1/iso-amso.ent +77 -0
- data/data/2.1r1/iso-amsr.ent +205 -0
- data/data/2.1r1/iso-box.ent +67 -0
- data/data/2.1r1/iso-cyr1.ent +94 -0
- data/data/2.1r1/iso-cyr2.ent +53 -0
- data/data/2.1r1/iso-dia.ent +41 -0
- data/data/2.1r1/iso-grk3.ent +70 -0
- data/data/2.1r1/iso-lat1.ent +89 -0
- data/data/2.1r1/iso-lat2.ent +148 -0
- data/data/2.1r1/iso-mfrk.ent +79 -0
- data/data/2.1r1/iso-mopf.ent +53 -0
- data/data/2.1r1/iso-mscr.ent +79 -0
- data/data/2.1r1/iso-num.ent +103 -0
- data/data/2.1r1/iso-pub.ent +110 -0
- data/data/2.1r1/iso-tech.ent +183 -0
- data/data/2.1r1/onix-international.dtd +953 -0
- data/data/2.1r1/onix-xhtml.elt +672 -0
- data/data/2.1r1/reference.elt +4504 -0
- data/data/2.1r1/xhtml-special.ent +79 -0
- data/data/2.1r1/xhtml-symbol.ent +242 -0
- data/data/2.1r2/iso-amsa.ent +173 -0
- data/data/2.1r2/iso-amsb.ent +146 -0
- data/data/2.1r2/iso-amsc.ent +49 -0
- data/data/2.1r2/iso-amsn.ent +117 -0
- data/data/2.1r2/iso-amso.ent +77 -0
- data/data/2.1r2/iso-amsr.ent +205 -0
- data/data/2.1r2/iso-box.ent +67 -0
- data/data/2.1r2/iso-cyr1.ent +94 -0
- data/data/2.1r2/iso-cyr2.ent +53 -0
- data/data/2.1r2/iso-dia.ent +41 -0
- data/data/2.1r2/iso-grk3.ent +70 -0
- data/data/2.1r2/iso-lat1.ent +89 -0
- data/data/2.1r2/iso-lat2.ent +148 -0
- data/data/2.1r2/iso-mfrk.ent +79 -0
- data/data/2.1r2/iso-mopf.ent +53 -0
- data/data/2.1r2/iso-mscr.ent +79 -0
- data/data/2.1r2/iso-num.ent +103 -0
- data/data/2.1r2/iso-pub.ent +110 -0
- data/data/2.1r2/iso-tech.ent +183 -0
- data/data/2.1r2/onix-international.dtd +987 -0
- data/data/2.1r2/onix-xhtml.elt +672 -0
- data/data/2.1r2/reference.elt +4664 -0
- data/data/2.1r2/xhtml-special.ent +79 -0
- data/data/2.1r2/xhtml-symbol.ent +242 -0
- data/data/2.1r3/reference/iso-amsa.ent +173 -0
- data/data/2.1r3/reference/iso-amsb.ent +146 -0
- data/data/2.1r3/reference/iso-amsc.ent +49 -0
- data/data/2.1r3/reference/iso-amsn.ent +117 -0
- data/data/2.1r3/reference/iso-amso.ent +77 -0
- data/data/2.1r3/reference/iso-amsr.ent +205 -0
- data/data/2.1r3/reference/iso-box.ent +67 -0
- data/data/2.1r3/reference/iso-cyr1.ent +94 -0
- data/data/2.1r3/reference/iso-cyr2.ent +53 -0
- data/data/2.1r3/reference/iso-dia.ent +41 -0
- data/data/2.1r3/reference/iso-grk3.ent +70 -0
- data/data/2.1r3/reference/iso-lat1.ent +89 -0
- data/data/2.1r3/reference/iso-lat2.ent +148 -0
- data/data/2.1r3/reference/iso-mfrk.ent +79 -0
- data/data/2.1r3/reference/iso-mopf.ent +53 -0
- data/data/2.1r3/reference/iso-mscr.ent +79 -0
- data/data/2.1r3/reference/iso-num.ent +103 -0
- data/data/2.1r3/reference/iso-num.old.ent +103 -0
- data/data/2.1r3/reference/iso-pub.ent +110 -0
- data/data/2.1r3/reference/iso-tech.ent +183 -0
- data/data/2.1r3/reference/onix-international.dtd +1012 -0
- data/data/2.1r3/reference/onix-xhtml.elt +672 -0
- data/data/2.1r3/reference/reference.elt +4758 -0
- data/data/2.1r3/reference/xhtml-special.ent +79 -0
- data/data/2.1r3/reference/xhtml-symbol.ent +242 -0
- data/data/2.1r3/short/iso-amsa.ent +173 -0
- data/data/2.1r3/short/iso-amsb.ent +146 -0
- data/data/2.1r3/short/iso-amsc.ent +49 -0
- data/data/2.1r3/short/iso-amsn.ent +117 -0
- data/data/2.1r3/short/iso-amso.ent +77 -0
- data/data/2.1r3/short/iso-amsr.ent +205 -0
- data/data/2.1r3/short/iso-box.ent +67 -0
- data/data/2.1r3/short/iso-cyr1.ent +94 -0
- data/data/2.1r3/short/iso-cyr2.ent +53 -0
- data/data/2.1r3/short/iso-dia.ent +41 -0
- data/data/2.1r3/short/iso-grk3.ent +70 -0
- data/data/2.1r3/short/iso-lat1.ent +89 -0
- data/data/2.1r3/short/iso-lat2.ent +148 -0
- data/data/2.1r3/short/iso-mfrk.ent +79 -0
- data/data/2.1r3/short/iso-mopf.ent +53 -0
- data/data/2.1r3/short/iso-mscr.ent +79 -0
- data/data/2.1r3/short/iso-num.ent +103 -0
- data/data/2.1r3/short/iso-num.old.ent +103 -0
- data/data/2.1r3/short/iso-pub.ent +110 -0
- data/data/2.1r3/short/iso-tech.ent +183 -0
- data/data/2.1r3/short/onix-international.dtd +1013 -0
- data/data/2.1r3/short/onix-xhtml.elt +672 -0
- data/data/2.1r3/short/short.elt +4758 -0
- data/data/2.1r3/short/xhtml-special.ent +79 -0
- data/data/2.1r3/short/xhtml-symbol.ent +242 -0
- data/data/2.1r4/reference/iso-amsa.ent +173 -0
- data/data/2.1r4/reference/iso-amsb.ent +146 -0
- data/data/2.1r4/reference/iso-amsc.ent +49 -0
- data/data/2.1r4/reference/iso-amsn.ent +117 -0
- data/data/2.1r4/reference/iso-amso.ent +77 -0
- data/data/2.1r4/reference/iso-amsr.ent +205 -0
- data/data/2.1r4/reference/iso-box.ent +67 -0
- data/data/2.1r4/reference/iso-cyr1.ent +94 -0
- data/data/2.1r4/reference/iso-cyr2.ent +53 -0
- data/data/2.1r4/reference/iso-dia.ent +41 -0
- data/data/2.1r4/reference/iso-grk3.ent +70 -0
- data/data/2.1r4/reference/iso-lat1.ent +89 -0
- data/data/2.1r4/reference/iso-lat2.ent +148 -0
- data/data/2.1r4/reference/iso-mfrk.ent +79 -0
- data/data/2.1r4/reference/iso-mopf.ent +53 -0
- data/data/2.1r4/reference/iso-mscr.ent +79 -0
- data/data/2.1r4/reference/iso-num.ent +103 -0
- data/data/2.1r4/reference/iso-num.old.ent +103 -0
- data/data/2.1r4/reference/iso-pub.ent +110 -0
- data/data/2.1r4/reference/iso-tech.ent +183 -0
- data/data/2.1r4/reference/onix-international.dtd +1024 -0
- data/data/2.1r4/reference/onix-xhtml.elt +699 -0
- data/data/2.1r4/reference/reference.elt +4801 -0
- data/data/2.1r4/reference/xhtml-special.ent +79 -0
- data/data/2.1r4/reference/xhtml-symbol.ent +242 -0
- data/data/2.1r4/short/iso-amsa.ent +173 -0
- data/data/2.1r4/short/iso-amsb.ent +146 -0
- data/data/2.1r4/short/iso-amsc.ent +49 -0
- data/data/2.1r4/short/iso-amsn.ent +117 -0
- data/data/2.1r4/short/iso-amso.ent +77 -0
- data/data/2.1r4/short/iso-amsr.ent +205 -0
- data/data/2.1r4/short/iso-box.ent +67 -0
- data/data/2.1r4/short/iso-cyr1.ent +94 -0
- data/data/2.1r4/short/iso-cyr2.ent +53 -0
- data/data/2.1r4/short/iso-dia.ent +41 -0
- data/data/2.1r4/short/iso-grk3.ent +70 -0
- data/data/2.1r4/short/iso-lat1.ent +89 -0
- data/data/2.1r4/short/iso-lat2.ent +148 -0
- data/data/2.1r4/short/iso-mfrk.ent +79 -0
- data/data/2.1r4/short/iso-mopf.ent +53 -0
- data/data/2.1r4/short/iso-mscr.ent +79 -0
- data/data/2.1r4/short/iso-num.ent +103 -0
- data/data/2.1r4/short/iso-num.old.ent +103 -0
- data/data/2.1r4/short/iso-pub.ent +110 -0
- data/data/2.1r4/short/iso-tech.ent +183 -0
- data/data/2.1r4/short/onix-international.dtd +1025 -0
- data/data/2.1r4/short/onix-xhtml.elt +699 -0
- data/data/2.1r4/short/short.elt +4801 -0
- data/data/2.1r4/short/xhtml-special.ent +79 -0
- data/data/2.1r4/short/xhtml-symbol.ent +242 -0
- data/data/catalog.xml +25 -0
- data/lib/cacofonix-dtds.rb +3 -0
- data/lib/cacofonix/dtds.rb +25 -0
- data/lib/cacofonix/dtds/version.rb +7 -0
- 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 "∿" ><!--ac current -->
|
29
|
+
<!ENTITY aleph "ℵ" ><!--/aleph aleph, Hebrew -->
|
30
|
+
<!ENTITY and "∧" ><!--/wedge /land B: logical and -->
|
31
|
+
<!ENTITY And "⩓" ><!--dbl logical and -->
|
32
|
+
<!ENTITY andand "⩕" ><!--two logical and -->
|
33
|
+
<!ENTITY andd "⩜" ><!--and, horizontal dash -->
|
34
|
+
<!ENTITY andslope "⩘" ><!--sloping large and -->
|
35
|
+
<!ENTITY andv "⩚" ><!--and with middle stem -->
|
36
|
+
<!ENTITY angrt "∟" ><!--right (90 degree) angle -->
|
37
|
+
<!ENTITY angsph "∢" ><!--/sphericalangle angle-spherical -->
|
38
|
+
<!ENTITY angst "Å" ><!--Angstrom capital A, ring -->
|
39
|
+
<!ENTITY ap "≈" ><!--/approx R: approximate -->
|
40
|
+
<!ENTITY apacir "⩯" ><!--approximate, circumflex accent -->
|
41
|
+
<!ENTITY awconint "∳" ><!--contour integral, anti-clockwise -->
|
42
|
+
<!ENTITY awint "⨑" ><!--anti clock-wise integration -->
|
43
|
+
<!ENTITY becaus "∵" ><!--/because R: because -->
|
44
|
+
<!ENTITY bernou "ℬ" ><!--Bernoulli function (script capital B) -->
|
45
|
+
<!ENTITY bne "=⃥" ><!--reverse not equal -->
|
46
|
+
<!ENTITY bnequiv "≡⃥" ><!--reverse not equivalent -->
|
47
|
+
<!ENTITY bnot "⌐" ><!--reverse not -->
|
48
|
+
<!ENTITY bNot "⫭" ><!--reverse not with two horizontal strokes -->
|
49
|
+
<!ENTITY bottom "⊥" ><!--/bot bottom -->
|
50
|
+
<!ENTITY cap "∩" ><!--/cap B: intersection -->
|
51
|
+
<!ENTITY Cconint "∰" ><!--triple contour integral operator -->
|
52
|
+
<!ENTITY cirfnint "⨐" ><!--circulation function -->
|
53
|
+
<!ENTITY compfn "∘" ><!--/circ B: composite function (small circle) -->
|
54
|
+
<!ENTITY cong "≅" ><!--/cong R: congruent with -->
|
55
|
+
<!ENTITY conint "∮" ><!--/oint L: contour integral operator -->
|
56
|
+
<!ENTITY Conint "∯" ><!--double contour integral operator -->
|
57
|
+
<!ENTITY ctdot "⋯" ><!--/cdots, three dots, centered -->
|
58
|
+
<!ENTITY cup "∪" ><!--/cup B: union or logical sum -->
|
59
|
+
<!ENTITY cwconint "∲" ><!--contour integral, clockwise -->
|
60
|
+
<!ENTITY cwint "∱" ><!--clockwise integral -->
|
61
|
+
<!ENTITY cylcty "⌭" ><!--cylindricity -->
|
62
|
+
<!ENTITY disin "⋲" ><!--set membership, long horizontal stroke -->
|
63
|
+
<!ENTITY Dot "¨" ><!--dieresis or umlaut mark -->
|
64
|
+
<!ENTITY DotDot "⃜" ><!--four dots above -->
|
65
|
+
<!ENTITY dsol "⧶" ><!--solidus, bar above -->
|
66
|
+
<!ENTITY dtdot "⋱" ><!--/ddots, three dots, descending -->
|
67
|
+
<!ENTITY dwangle "⦦" ><!--large downward pointing angle -->
|
68
|
+
<!ENTITY epar "⋕" ><!--parallel, equal; equal or parallel -->
|
69
|
+
<!ENTITY eparsl "⧣" ><!--parallel, slanted, equal; homothetically congruent to -->
|
70
|
+
<!ENTITY equiv "≡" ><!--/equiv R: identical with -->
|
71
|
+
<!ENTITY eqvparsl "⧥" ><!--equivalent, equal; congruent and parallel -->
|
72
|
+
<!ENTITY exist "∃" ><!--/exists at least one exists -->
|
73
|
+
<!ENTITY fnof "ƒ" ><!--function of (italic small f) -->
|
74
|
+
<!ENTITY forall "∀" ><!--/forall for all -->
|
75
|
+
<!ENTITY fpartint "⨍" ><!--finite part integral -->
|
76
|
+
<!ENTITY ge "≥" ><!--/geq /ge R: greater-than-or-equal -->
|
77
|
+
<!ENTITY hamilt "ℋ" ><!--Hamiltonian (script capital H) -->
|
78
|
+
<!ENTITY iff "⇔" ><!--/iff if and only if -->
|
79
|
+
<!ENTITY iinfin "⧜" ><!--infinity sign, incomplete -->
|
80
|
+
<!ENTITY imped "𝕃" ><!--impedance -->
|
81
|
+
<!ENTITY infin "∞" ><!--/infty infinity -->
|
82
|
+
<!ENTITY int "∫" ><!--/int L: integral operator -->
|
83
|
+
<!ENTITY Int "∬" ><!--double integral operator -->
|
84
|
+
<!ENTITY intlarhk "⨗" ><!--integral, left arrow with hook -->
|
85
|
+
<!ENTITY isin "∈" ><!--/in R: set membership -->
|
86
|
+
<!ENTITY isindot "⋵" ><!--set membership, dot above -->
|
87
|
+
<!ENTITY isinE "⋹" ><!--set membership, two horizontal strokes -->
|
88
|
+
<!ENTITY isins "⋴" ><!--set membership, vertical bar on horizontal stroke -->
|
89
|
+
<!ENTITY isinsv "⋳" ><!--large set membership, vertical bar on horizontal stroke -->
|
90
|
+
<!ENTITY isinv "∈" ><!--set membership, variant -->
|
91
|
+
<!ENTITY lagran "ℒ" ><!--Lagrangian (script capital L) -->
|
92
|
+
<!ENTITY lang "〈" ><!--/langle O: left angle bracket -->
|
93
|
+
<!ENTITY Lang "《" ><!--left angle bracket, double -->
|
94
|
+
<!ENTITY lArr "⇐" ><!--/Leftarrow A: is implied by -->
|
95
|
+
<!ENTITY lbbrk "〔" ><!--left broken bracket -->
|
96
|
+
<!ENTITY le "≤" ><!--/leq /le R: less-than-or-equal -->
|
97
|
+
<!ENTITY loang "" ><!--left open angular bracket -->
|
98
|
+
<!ENTITY lobrk "〚" ><!--left open bracket -->
|
99
|
+
<!ENTITY lopar "〘" ><!--left open parenthesis -->
|
100
|
+
<!ENTITY lowast "∗" ><!--low asterisk -->
|
101
|
+
<!ENTITY minus "−" ><!--B: minus sign -->
|
102
|
+
<!ENTITY mnplus "∓" ><!--/mp B: minus-or-plus sign -->
|
103
|
+
<!ENTITY nabla "∇" ><!--/nabla del, Hamilton operator -->
|
104
|
+
<!ENTITY ne "≠" ><!--/ne /neq R: not equal -->
|
105
|
+
<!ENTITY nedot "≠︀" ><!--not equal, dot -->
|
106
|
+
<!ENTITY nhpar "⫲" ><!--not, horizontal, parallel -->
|
107
|
+
<!ENTITY ni "∋" ><!--/ni /owns R: contains -->
|
108
|
+
<!ENTITY nis "⋼" ><!--contains, vertical bar on horizontal stroke -->
|
109
|
+
<!ENTITY nisd "⋺" ><!--contains, long horizontal stroke -->
|
110
|
+
<!ENTITY niv "∋" ><!--contains, variant -->
|
111
|
+
<!ENTITY Not "⫬" ><!--not with two horizontal strokes -->
|
112
|
+
<!ENTITY notin "∉" ><!--/notin N: negated set membership -->
|
113
|
+
<!ENTITY notindot "⋶︀" ><!--negated set membership, dot above -->
|
114
|
+
<!ENTITY notinva "∉̸" ><!--negated set membership, variant -->
|
115
|
+
<!ENTITY notinvb "⋷" ><!--negated set membership, variant -->
|
116
|
+
<!ENTITY notinvc "⋶" ><!--negated set membership, variant -->
|
117
|
+
<!ENTITY notni "∌" ><!--negated contains -->
|
118
|
+
<!ENTITY notniva "∌" ><!--negated contains, variant -->
|
119
|
+
<!ENTITY notnivb "⋾" ><!--contains, variant -->
|
120
|
+
<!ENTITY notnivc "⋽" ><!--contains, variant -->
|
121
|
+
<!ENTITY nparsl "∥︀⃥" ><!--not parallel, slanted -->
|
122
|
+
<!ENTITY npart "∂̸" ><!--not partial differential -->
|
123
|
+
<!ENTITY npolint "⨔" ><!--line integration, not including the pole -->
|
124
|
+
<!ENTITY nvinfin "⧞" ><!--not, vert, infinity -->
|
125
|
+
<!ENTITY olcross "⦻" ><!--circle, cross -->
|
126
|
+
<!ENTITY or "∨" ><!--/vee /lor B: logical or -->
|
127
|
+
<!ENTITY Or "⩔" ><!--dbl logical or -->
|
128
|
+
<!ENTITY ord "⩝" ><!--or, horizontal dash -->
|
129
|
+
<!ENTITY order "ℴ" ><!--order of (script small o) -->
|
130
|
+
<!ENTITY oror "⩖" ><!--two logical or -->
|
131
|
+
<!ENTITY orslope "⩗" ><!--sloping large or -->
|
132
|
+
<!ENTITY orv "⩛" ><!--or with middle stem -->
|
133
|
+
<!ENTITY par "∥" ><!--/parallel R: parallel -->
|
134
|
+
<!ENTITY parsl "∥︀" ><!--parallel, slanted -->
|
135
|
+
<!ENTITY part "∂" ><!--/partial partial differential -->
|
136
|
+
<!ENTITY permil "‰" ><!--per thousand -->
|
137
|
+
<!ENTITY perp "⊥" ><!--/perp R: perpendicular -->
|
138
|
+
<!ENTITY pertenk "‱" ><!--per 10 thousand -->
|
139
|
+
<!ENTITY phmmat "ℳ" ><!--physics M-matrix (script capital M) -->
|
140
|
+
<!ENTITY pointint "⨕" ><!--integral around a point operator -->
|
141
|
+
<!ENTITY prime "′" ><!--/prime prime or minute -->
|
142
|
+
<!ENTITY Prime "″" ><!--double prime or second -->
|
143
|
+
<!ENTITY profalar "⌮" ><!--all-around profile -->
|
144
|
+
<!ENTITY profline "⌒" ><!--profile of a line -->
|
145
|
+
<!ENTITY profsurf "⌓" ><!--profile of a surface -->
|
146
|
+
<!ENTITY prop "∝" ><!--/propto R: is proportional to -->
|
147
|
+
<!ENTITY qint "⨌" ><!--/iiiint quadruple integral operator -->
|
148
|
+
<!ENTITY qprime "⁗" ><!--quadruple prime -->
|
149
|
+
<!ENTITY quatint "⨖" ><!--quaternion integral operator -->
|
150
|
+
<!ENTITY radic "√" ><!--/surd radical -->
|
151
|
+
<!ENTITY rang "〉" ><!--/rangle C: right angle bracket -->
|
152
|
+
<!ENTITY Rang "》" ><!--right angle bracket, double -->
|
153
|
+
<!ENTITY rArr "⇒" ><!--/Rightarrow A: implies -->
|
154
|
+
<!ENTITY rbbrk "〕" ><!--right broken bracket -->
|
155
|
+
<!ENTITY roang "" ><!--right open angular bracket -->
|
156
|
+
<!ENTITY robrk "〛" ><!--right open bracket -->
|
157
|
+
<!ENTITY ropar "〙" ><!--right open parenthesis -->
|
158
|
+
<!ENTITY rppolint "⨒" ><!--line integration, rectangular path around pole -->
|
159
|
+
<!ENTITY scpolint "⨓" ><!--line integration, semi-circular path around pole -->
|
160
|
+
<!ENTITY sim "∼" ><!--/sim R: similar -->
|
161
|
+
<!ENTITY simdot "⩪" ><!--similar, dot -->
|
162
|
+
<!ENTITY sime "≃" ><!--/simeq R: similar, equals -->
|
163
|
+
<!ENTITY smeparsl "⧤" ><!--similar, parallel, slanted, equal -->
|
164
|
+
<!ENTITY square "□" ><!--/square, square -->
|
165
|
+
<!ENTITY squarf "▪" ><!--/blacksquare, square, filled -->
|
166
|
+
<!ENTITY sub "⊂" ><!--/subset R: subset or is implied by -->
|
167
|
+
<!ENTITY sube "⊆" ><!--/subseteq R: subset, equals -->
|
168
|
+
<!ENTITY sup "⊃" ><!--/supset R: superset or implies -->
|
169
|
+
<!ENTITY supe "⊇" ><!--/supseteq R: superset, equals -->
|
170
|
+
<!ENTITY tdot "⃛" ><!--three dots above -->
|
171
|
+
<!ENTITY there4 "∴" ><!--/therefore R: therefore -->
|
172
|
+
<!ENTITY tint "∭" ><!--/iiint triple integral operator -->
|
173
|
+
<!ENTITY top "⊤" ><!--/top top -->
|
174
|
+
<!ENTITY topbot "⌶" ><!--top and bottom -->
|
175
|
+
<!ENTITY topcir "⫱" ><!--top, circle below -->
|
176
|
+
<!ENTITY tprime "‴" ><!--triple prime -->
|
177
|
+
<!ENTITY utdot "⋰" ><!--three dots, ascending -->
|
178
|
+
<!ENTITY uwangle "⦧" ><!--large upward pointing angle -->
|
179
|
+
<!ENTITY vangrt "⊾" ><!--right angle, variant -->
|
180
|
+
<!ENTITY veeeq "≚" ><!--logical or, equals -->
|
181
|
+
<!ENTITY Verbar "‖" ><!--/Vert dbl vertical bar -->
|
182
|
+
<!ENTITY wedgeq "≙" ><!--/wedgeq R: corresponds to (wedge, equals) -->
|
183
|
+
<!ENTITY xnis "⋻" ><!--large contains, vertical bar on horizontal stroke -->
|
@@ -0,0 +1,1024 @@
|
|
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 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 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.
|
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 "reference.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
|
+
* LOCAL NAMES TEMPLATE *
|
568
|
+
* *
|
569
|
+
**************************************************
|
570
|
+
|
571
|
+
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.
|
572
|
+
|
573
|
+
<!ENTITY % ISBN "LocalNameForISBN">
|
574
|
+
|
575
|
+
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.
|
576
|
+
|
577
|
+
-->
|
578
|
+
<!--
|
579
|
+
|
580
|
+
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".
|
581
|
+
|
582
|
+
-->
|
583
|
+
<!-- DO NOT DELETE THE FOLLOWING LINE! -->
|
584
|
+
<!ENTITY % UsingLocalNames "IGNORE">
|
585
|
+
<![%UsingLocalNames;[
|
586
|
+
<!ENTITY % ONIXMessage "">
|
587
|
+
<!ENTITY % Product "">
|
588
|
+
<!ENTITY % MainSeriesRecord "">
|
589
|
+
<!ENTITY % SubSeriesRecord "">
|
590
|
+
<!ENTITY % RecordReference "">
|
591
|
+
<!ENTITY % NotificationType "">
|
592
|
+
<!ENTITY % RecordSourceType "">
|
593
|
+
<!ENTITY % RecordSourceIdentifierType "">
|
594
|
+
<!ENTITY % RecordSourceIdentifier "">
|
595
|
+
<!ENTITY % RecordSourceName "">
|
596
|
+
<!ENTITY % DeletionCode "">
|
597
|
+
<!ENTITY % DeletionText "">
|
598
|
+
<!ENTITY % ISBN "">
|
599
|
+
<!ENTITY % EAN13 "">
|
600
|
+
<!ENTITY % UPC "">
|
601
|
+
<!ENTITY % PublisherProductNo "">
|
602
|
+
<!ENTITY % ISMN "">
|
603
|
+
<!ENTITY % DOI "">
|
604
|
+
<!ENTITY % ProductIdentifier "">
|
605
|
+
<!ENTITY % ProductIDType "">
|
606
|
+
<!ENTITY % IDTypeName "">
|
607
|
+
<!ENTITY % IDValue "">
|
608
|
+
<!ENTITY % Barcode "">
|
609
|
+
<!ENTITY % ReplacesISBN "">
|
610
|
+
<!ENTITY % ReplacesEAN13 "">
|
611
|
+
<!ENTITY % ProductForm "">
|
612
|
+
<!ENTITY % ProductFormDetail "">
|
613
|
+
<!ENTITY % ProductFormFeature "">
|
614
|
+
<!ENTITY % ProductFormFeatureType "">
|
615
|
+
<!ENTITY % ProductFormFeatureValue "">
|
616
|
+
<!ENTITY % ProductFormFeatureDescription "">
|
617
|
+
<!ENTITY % BookFormDetail "">
|
618
|
+
<!ENTITY % ProductPackaging "">
|
619
|
+
<!ENTITY % TradeCategory "">
|
620
|
+
<!ENTITY % ProductContentType "">
|
621
|
+
<!ENTITY % ProductFormDescription "">
|
622
|
+
<!ENTITY % ContainedItem "">
|
623
|
+
<!ENTITY % NumberOfPieces "">
|
624
|
+
<!ENTITY % ItemQuantity "">
|
625
|
+
<!ENTITY % ProductClassification "">
|
626
|
+
<!ENTITY % ProductClassificationType "">
|
627
|
+
<!ENTITY % ProductClassificationCode "">
|
628
|
+
<!ENTITY % Percent "">
|
629
|
+
<!ENTITY % EpubType "">
|
630
|
+
<!ENTITY % EpubTypeVersion "">
|
631
|
+
<!ENTITY % EpubTypeDescription "">
|
632
|
+
<!ENTITY % EpubFormat "">
|
633
|
+
<!ENTITY % EpubFormatVersion "">
|
634
|
+
<!ENTITY % EpubFormatDescription "">
|
635
|
+
<!ENTITY % EpubSource "">
|
636
|
+
<!ENTITY % EpubSourceVersion "">
|
637
|
+
<!ENTITY % EpubSourceDescription "">
|
638
|
+
<!ENTITY % EpubTypeNote "">
|
639
|
+
<!ENTITY % Series "">
|
640
|
+
<!ENTITY % NoSeries "">
|
641
|
+
<!ENTITY % SeriesISSN "">
|
642
|
+
<!ENTITY % PublisherSeriesCode "">
|
643
|
+
<!ENTITY % SeriesIdentifier "">
|
644
|
+
<!ENTITY % SeriesIDType "">
|
645
|
+
<!ENTITY % TitleOfSeries "">
|
646
|
+
<!ENTITY % NumberWithinSeries "">
|
647
|
+
<!ENTITY % YearOfAnnual "">
|
648
|
+
<!ENTITY % Set "">
|
649
|
+
<!ENTITY % ISBNOfSet "">
|
650
|
+
<!ENTITY % EAN13OfSet "">
|
651
|
+
<!ENTITY % TitleOfSet "">
|
652
|
+
<!ENTITY % SetPartNumber "">
|
653
|
+
<!ENTITY % SetPartTitle "">
|
654
|
+
<!ENTITY % ItemNumberWithinSet "">
|
655
|
+
<!ENTITY % SetItemTitle "">
|
656
|
+
<!ENTITY % TextCaseFlag "">
|
657
|
+
<!ENTITY % DistinctiveTitle "">
|
658
|
+
<!ENTITY % Subtitle "">
|
659
|
+
<!ENTITY % TitlePrefix "">
|
660
|
+
<!ENTITY % TitleWithoutPrefix "">
|
661
|
+
<!ENTITY % TranslationOfTitle "">
|
662
|
+
<!ENTITY % FormerTitle "">
|
663
|
+
<!ENTITY % Title "">
|
664
|
+
<!ENTITY % TitleType "">
|
665
|
+
<!ENTITY % AbbreviatedLength "">
|
666
|
+
<!ENTITY % TitleText "">
|
667
|
+
<!ENTITY % WorkIdentifier "">
|
668
|
+
<!ENTITY % WorkIDType "">
|
669
|
+
<!ENTITY % Website "">
|
670
|
+
<!ENTITY % WebsiteRole "">
|
671
|
+
<!ENTITY % WebsiteDescription "">
|
672
|
+
<!ENTITY % WebsiteLink "">
|
673
|
+
<!ENTITY % ThesisType "">
|
674
|
+
<!ENTITY % ThesisPresentedTo "">
|
675
|
+
<!ENTITY % ThesisYear "">
|
676
|
+
<!ENTITY % Contributor "">
|
677
|
+
<!ENTITY % SequenceNumber "">
|
678
|
+
<!ENTITY % ContributorRole "">
|
679
|
+
<!ENTITY % LanguageCode "">
|
680
|
+
<!ENTITY % SequenceNumberWithinRole "">
|
681
|
+
<!ENTITY % PersonName "">
|
682
|
+
<!ENTITY % PersonNameInverted "">
|
683
|
+
<!ENTITY % TitlesBeforeNames "">
|
684
|
+
<!ENTITY % NamesBeforeKey "">
|
685
|
+
<!ENTITY % PrefixToKey "">
|
686
|
+
<!ENTITY % SuffixToKey "">
|
687
|
+
<!ENTITY % KeyNames "">
|
688
|
+
<!ENTITY % NamesAfterKey "">
|
689
|
+
<!ENTITY % LettersAfterNames "">
|
690
|
+
<!ENTITY % TitlesAfterNames "">
|
691
|
+
<!ENTITY % Name "">
|
692
|
+
<!ENTITY % PersonNameType "">
|
693
|
+
<!ENTITY % PersonNameIdentifier "">
|
694
|
+
<!ENTITY % PersonNameIDType "">
|
695
|
+
<!ENTITY % PersonDate "">
|
696
|
+
<!ENTITY % PersonDateRole "">
|
697
|
+
<!ENTITY % Date "">
|
698
|
+
<!ENTITY % BiographicalNote "">
|
699
|
+
<!ENTITY % ProfessionalAffiliation "">
|
700
|
+
<!ENTITY % ProfessionalPosition "">
|
701
|
+
<!ENTITY % Affiliation "">
|
702
|
+
<!ENTITY % CorporateName "">
|
703
|
+
<!ENTITY % ContributorDescription "">
|
704
|
+
<!ENTITY % UnnamedPersons "">
|
705
|
+
<!ENTITY % RegionCode "">
|
706
|
+
<!ENTITY % NoContributor "">
|
707
|
+
<!ENTITY % ContributorStatement "">
|
708
|
+
<!ENTITY % ConferenceDescription "">
|
709
|
+
<!ENTITY % ConferenceRole "">
|
710
|
+
<!ENTITY % ConferenceName "">
|
711
|
+
<!ENTITY % ConferenceNumber "">
|
712
|
+
<!ENTITY % ConferenceDate "">
|
713
|
+
<!ENTITY % ConferencePlace "">
|
714
|
+
<!ENTITY % Conference "">
|
715
|
+
<!ENTITY % ConferenceAcronym "">
|
716
|
+
<!ENTITY % ConferenceTheme "">
|
717
|
+
<!ENTITY % ConferenceSponsor "">
|
718
|
+
<!ENTITY % ConferenceSponsorIdentifier "">
|
719
|
+
<!ENTITY % ConferenceSponsorIDType "">
|
720
|
+
<!ENTITY % EditionTypeCode "">
|
721
|
+
<!ENTITY % EditionNumber "">
|
722
|
+
<!ENTITY % EditionVersionNumber "">
|
723
|
+
<!ENTITY % EditionStatement "">
|
724
|
+
<!ENTITY % NoEdition "">
|
725
|
+
<!ENTITY % ReligiousText "">
|
726
|
+
<!ENTITY % Bible "">
|
727
|
+
<!ENTITY % BibleContents "">
|
728
|
+
<!ENTITY % BibleVersion "">
|
729
|
+
<!ENTITY % StudyBibleType "">
|
730
|
+
<!ENTITY % BiblePurpose "">
|
731
|
+
<!ENTITY % BibleTextOrganization "">
|
732
|
+
<!ENTITY % BibleReferenceLocation "">
|
733
|
+
<!ENTITY % BibleTextFeature "">
|
734
|
+
<!ENTITY % ReligiousTextID "">
|
735
|
+
<!ENTITY % ReligiousTextFeature "">
|
736
|
+
<!ENTITY % ReligiousTextFeatureType "">
|
737
|
+
<!ENTITY % ReligiousTextFeatureCode "">
|
738
|
+
<!ENTITY % ReligiousTextFeatureDescription "">
|
739
|
+
<!ENTITY % LanguageOfText "">
|
740
|
+
<!ENTITY % OriginalLanguage "">
|
741
|
+
<!ENTITY % Language "">
|
742
|
+
<!ENTITY % LanguageRole "">
|
743
|
+
<!ENTITY % CountryCode "">
|
744
|
+
<!ENTITY % NumberOfPages "">
|
745
|
+
<!ENTITY % PagesRoman "">
|
746
|
+
<!ENTITY % PagesArabic "">
|
747
|
+
<!ENTITY % NumberOfIllustrations "">
|
748
|
+
<!ENTITY % IllustrationsNote "">
|
749
|
+
<!ENTITY % Illustrations "">
|
750
|
+
<!ENTITY % IllustrationType "">
|
751
|
+
<!ENTITY % IllustrationTypeDescription "">
|
752
|
+
<!ENTITY % Number "">
|
753
|
+
<!ENTITY % MapScale "">
|
754
|
+
<!ENTITY % Extent "">
|
755
|
+
<!ENTITY % ExtentType "">
|
756
|
+
<!ENTITY % ExtentValue "">
|
757
|
+
<!ENTITY % ExtentUnit "">
|
758
|
+
<!ENTITY % BASICMainSubject "">
|
759
|
+
<!ENTITY % BASICVersion "">
|
760
|
+
<!ENTITY % BICMainSubject "">
|
761
|
+
<!ENTITY % BICVersion "">
|
762
|
+
<!ENTITY % MainSubject "">
|
763
|
+
<!ENTITY % MainSubjectSchemeIdentifier "">
|
764
|
+
<!ENTITY % Subject "">
|
765
|
+
<!ENTITY % SubjectSchemeIdentifier "">
|
766
|
+
<!ENTITY % SubjectSchemeName "">
|
767
|
+
<!ENTITY % SubjectSchemeVersion "">
|
768
|
+
<!ENTITY % SubjectCode "">
|
769
|
+
<!ENTITY % SubjectHeadingText "">
|
770
|
+
<!ENTITY % PersonAsSubject "">
|
771
|
+
<!ENTITY % CorporateBodyAsSubject "">
|
772
|
+
<!ENTITY % PlaceAsSubject "">
|
773
|
+
<!ENTITY % Audience "">
|
774
|
+
<!ENTITY % AudienceCodeType "">
|
775
|
+
<!ENTITY % AudienceCodeTypeName "">
|
776
|
+
<!ENTITY % AudienceCode "">
|
777
|
+
<!ENTITY % AudienceCodeValue "">
|
778
|
+
<!ENTITY % USSchoolGrade "">
|
779
|
+
<!ENTITY % InterestAge "">
|
780
|
+
<!ENTITY % AudienceRange "">
|
781
|
+
<!ENTITY % AudienceRangeQualifier "">
|
782
|
+
<!ENTITY % AudienceRangePrecision "">
|
783
|
+
<!ENTITY % AudienceRangeValue "">
|
784
|
+
<!ENTITY % AudienceDescription "">
|
785
|
+
<!ENTITY % Complexity "">
|
786
|
+
<!ENTITY % ComplexitySchemeIdentifier "">
|
787
|
+
<!ENTITY % ComplexityCode "">
|
788
|
+
<!ENTITY % ImprintName "">
|
789
|
+
<!ENTITY % PublisherName "">
|
790
|
+
<!ENTITY % PublishingRole "">
|
791
|
+
<!ENTITY % Imprint "">
|
792
|
+
<!ENTITY % Publisher "">
|
793
|
+
<!ENTITY % NameCodeType "">
|
794
|
+
<!ENTITY % NameCodeTypeName "">
|
795
|
+
<!ENTITY % NameCodeValue "">
|
796
|
+
<!ENTITY % CityOfPublication "">
|
797
|
+
<!ENTITY % CountryOfPublication "">
|
798
|
+
<!ENTITY % CopublisherName "">
|
799
|
+
<!ENTITY % SponsorName "">
|
800
|
+
<!ENTITY % OriginalPublisher "">
|
801
|
+
<!ENTITY % PublishingStatus "">
|
802
|
+
<!ENTITY % PublishingStatusNote "">
|
803
|
+
<!ENTITY % AnnouncementDate "">
|
804
|
+
<!ENTITY % TradeAnnouncementDate "">
|
805
|
+
<!ENTITY % PublicationDate "">
|
806
|
+
<!ENTITY % CopyrightYear "">
|
807
|
+
<!ENTITY % YearFirstPublished "">
|
808
|
+
<!ENTITY % CopyrightStatement "">
|
809
|
+
<!ENTITY % CopyrightOwner "">
|
810
|
+
<!ENTITY % CopyrightOwnerIdentifier "">
|
811
|
+
<!ENTITY % CopyrightOwnerIDType "">
|
812
|
+
<!ENTITY % SalesRights "">
|
813
|
+
<!ENTITY % NotForSale "">
|
814
|
+
<!ENTITY % SalesRightsType "">
|
815
|
+
<!ENTITY % RightsCountry "">
|
816
|
+
<!ENTITY % RightsTerritory "">
|
817
|
+
<!ENTITY % RightsRegion "">
|
818
|
+
<!ENTITY % SalesRestriction "">
|
819
|
+
<!ENTITY % SalesRestrictionType "">
|
820
|
+
<!ENTITY % SalesOutlet "">
|
821
|
+
<!ENTITY % SalesOutletIdentifier "">
|
822
|
+
<!ENTITY % SalesOutletIDType "">
|
823
|
+
<!ENTITY % SalesOutletName "">
|
824
|
+
<!ENTITY % SalesRestrictionDetail "">
|
825
|
+
<!ENTITY % Measure "">
|
826
|
+
<!ENTITY % MeasureTypeCode "">
|
827
|
+
<!ENTITY % Measurement "">
|
828
|
+
<!ENTITY % MeasureUnitCode "">
|
829
|
+
<!ENTITY % Height "">
|
830
|
+
<!ENTITY % Width "">
|
831
|
+
<!ENTITY % Thickness "">
|
832
|
+
<!ENTITY % Weight "">
|
833
|
+
<!ENTITY % Dimensions "">
|
834
|
+
<!ENTITY % Annotation "">
|
835
|
+
<!ENTITY % MainDescription "">
|
836
|
+
<!ENTITY % OtherText "">
|
837
|
+
<!ENTITY % TextTypeCode "">
|
838
|
+
<!ENTITY % TextFormat "">
|
839
|
+
<!ENTITY % Text "">
|
840
|
+
<!ENTITY % TextLinkType "">
|
841
|
+
<!ENTITY % TextLink "">
|
842
|
+
<!ENTITY % TextAuthor "">
|
843
|
+
<!ENTITY % TextSourceCorporate "">
|
844
|
+
<!ENTITY % TextSourceTitle "">
|
845
|
+
<!ENTITY % TextPublicationDate "">
|
846
|
+
<!ENTITY % StartDate "">
|
847
|
+
<!ENTITY % EndDate "">
|
848
|
+
<!ENTITY % ReviewQuote "">
|
849
|
+
<!ENTITY % CoverImageFormatCode "">
|
850
|
+
<!ENTITY % CoverImageLinkTypeCode "">
|
851
|
+
<!ENTITY % CoverImageLink "">
|
852
|
+
<!ENTITY % MediaFile "">
|
853
|
+
<!ENTITY % MediaFileTypeCode "">
|
854
|
+
<!ENTITY % MediaFileFormatCode "">
|
855
|
+
<!ENTITY % ImageResolution "">
|
856
|
+
<!ENTITY % MediaFileLinkTypeCode "">
|
857
|
+
<!ENTITY % MediaFileLink "">
|
858
|
+
<!ENTITY % TextWithDownload "">
|
859
|
+
<!ENTITY % DownloadCaption "">
|
860
|
+
<!ENTITY % DownloadCredit "">
|
861
|
+
<!ENTITY % DownloadCopyrightNotice "">
|
862
|
+
<!ENTITY % DownloadTerms "">
|
863
|
+
<!ENTITY % MediaFileDate "">
|
864
|
+
<!ENTITY % ProductWebsite "">
|
865
|
+
<!ENTITY % ProductWebsiteDescription "">
|
866
|
+
<!ENTITY % ProductWebsiteLink "">
|
867
|
+
<!ENTITY % PrizesDescription "">
|
868
|
+
<!ENTITY % Prize "">
|
869
|
+
<!ENTITY % PrizeName "">
|
870
|
+
<!ENTITY % PrizeYear "">
|
871
|
+
<!ENTITY % PrizeCountry "">
|
872
|
+
<!ENTITY % PrizeCode "">
|
873
|
+
<!ENTITY % PrizeJury "">
|
874
|
+
<!ENTITY % ContentItem "">
|
875
|
+
<!ENTITY % LevelSequenceNumber "">
|
876
|
+
<!ENTITY % TextItem "">
|
877
|
+
<!ENTITY % TextItemType "">
|
878
|
+
<!ENTITY % TextItemIdentifier "">
|
879
|
+
<!ENTITY % TextItemIDType "">
|
880
|
+
<!ENTITY % FirstPageNumber "">
|
881
|
+
<!ENTITY % LastPageNumber "">
|
882
|
+
<!ENTITY % PageRun "">
|
883
|
+
<!ENTITY % ComponentTypeName "">
|
884
|
+
<!ENTITY % ComponentNumber "">
|
885
|
+
<!ENTITY % ReplacedByISBN "">
|
886
|
+
<!ENTITY % ReplacedByEAN13 "">
|
887
|
+
<!ENTITY % RelatedProduct "">
|
888
|
+
<!ENTITY % RelationCode "">
|
889
|
+
<!ENTITY % AlternativeFormatISBN "">
|
890
|
+
<!ENTITY % AlternativeFormatEAN13 "">
|
891
|
+
<!ENTITY % AlternativeProductISBN "">
|
892
|
+
<!ENTITY % AlternativeProductEAN13 "">
|
893
|
+
<!ENTITY % OutOfPrintDate "">
|
894
|
+
<!ENTITY % SupplyDetail "">
|
895
|
+
<!ENTITY % SupplierEANLocationNumber "">
|
896
|
+
<!ENTITY % SupplierSAN "">
|
897
|
+
<!ENTITY % SupplierIdentifier "">
|
898
|
+
<!ENTITY % SupplierIDType "">
|
899
|
+
<!ENTITY % SupplierName "">
|
900
|
+
<!ENTITY % TelephoneNumber "">
|
901
|
+
<!ENTITY % FaxNumber "">
|
902
|
+
<!ENTITY % EmailAddress "">
|
903
|
+
<!ENTITY % SupplierRole "">
|
904
|
+
<!ENTITY % SupplyToCountry "">
|
905
|
+
<!ENTITY % SupplyToRegion "">
|
906
|
+
<!ENTITY % SupplyToTerritory "">
|
907
|
+
<!ENTITY % SupplyToCountryExcluded "">
|
908
|
+
<!ENTITY % SupplyRestrictionDetail "">
|
909
|
+
<!ENTITY % ReturnsCodeType "">
|
910
|
+
<!ENTITY % ReturnsCode "">
|
911
|
+
<!ENTITY % LastDateForReturns "">
|
912
|
+
<!ENTITY % AvailabilityCode "">
|
913
|
+
<!ENTITY % ProductAvailability "">
|
914
|
+
<!ENTITY % IntermediaryAvailabilityCode "">
|
915
|
+
<!ENTITY % NewSupplier "">
|
916
|
+
<!ENTITY % Stock "">
|
917
|
+
<!ENTITY % LocationIdentifier "">
|
918
|
+
<!ENTITY % LocationIDType "">
|
919
|
+
<!ENTITY % LocationName "">
|
920
|
+
<!ENTITY % StockQuantityCoded "">
|
921
|
+
<!ENTITY % StockQuantityCodeType "">
|
922
|
+
<!ENTITY % StockQuantityCodeTypeName "">
|
923
|
+
<!ENTITY % StockQuantityCode "">
|
924
|
+
<!ENTITY % OnHand "">
|
925
|
+
<!ENTITY % OnOrder "">
|
926
|
+
<!ENTITY % CBO "">
|
927
|
+
<!ENTITY % OnOrderDetail "">
|
928
|
+
<!ENTITY % ExpectedDate "">
|
929
|
+
<!ENTITY % DateFormat "">
|
930
|
+
<!ENTITY % ExpectedShipDate "">
|
931
|
+
<!ENTITY % OnSaleDate "">
|
932
|
+
<!ENTITY % OrderTime "">
|
933
|
+
<!ENTITY % PackQuantity "">
|
934
|
+
<!ENTITY % AudienceRestrictionFlag "">
|
935
|
+
<!ENTITY % AudienceRestrictionNote "">
|
936
|
+
<!ENTITY % Price "">
|
937
|
+
<!ENTITY % PriceTypeCode "">
|
938
|
+
<!ENTITY % PriceQualifier "">
|
939
|
+
<!ENTITY % PriceTypeDescription "">
|
940
|
+
<!ENTITY % PricePer "">
|
941
|
+
<!ENTITY % MinimumOrderQuantity "">
|
942
|
+
<!ENTITY % BatchBonus "">
|
943
|
+
<!ENTITY % BatchQuantity "">
|
944
|
+
<!ENTITY % FreeQuantity "">
|
945
|
+
<!ENTITY % ClassOfTrade "">
|
946
|
+
<!ENTITY % BICDiscountGroupCode "">
|
947
|
+
<!ENTITY % DiscountCoded "">
|
948
|
+
<!ENTITY % DiscountCodeType "">
|
949
|
+
<!ENTITY % DiscountCodeTypeName "">
|
950
|
+
<!ENTITY % DiscountCode "">
|
951
|
+
<!ENTITY % DiscountPercent "">
|
952
|
+
<!ENTITY % PriceStatus "">
|
953
|
+
<!ENTITY % PriceAmount "">
|
954
|
+
<!ENTITY % UnpricedItemType "">
|
955
|
+
<!ENTITY % CurrencyCode "">
|
956
|
+
<!ENTITY % Territory "">
|
957
|
+
<!ENTITY % CountryExcluded "">
|
958
|
+
<!ENTITY % TerritoryExcluded "">
|
959
|
+
<!ENTITY % TaxRateCode1 "">
|
960
|
+
<!ENTITY % TaxRatePercent1 "">
|
961
|
+
<!ENTITY % TaxableAmount1 "">
|
962
|
+
<!ENTITY % TaxAmount1 "">
|
963
|
+
<!ENTITY % TaxRateCode2 "">
|
964
|
+
<!ENTITY % TaxRatePercent2 "">
|
965
|
+
<!ENTITY % TaxableAmount2 "">
|
966
|
+
<!ENTITY % TaxAmount2 "">
|
967
|
+
<!ENTITY % Reissue "">
|
968
|
+
<!ENTITY % ReissueDate "">
|
969
|
+
<!ENTITY % ReissueDescription "">
|
970
|
+
<!ENTITY % PriceEffectiveFrom "">
|
971
|
+
<!ENTITY % PriceEffectiveUntil "">
|
972
|
+
<!ENTITY % MarketRepresentation "">
|
973
|
+
<!ENTITY % AgentIdentifier "">
|
974
|
+
<!ENTITY % AgentIDType "">
|
975
|
+
<!ENTITY % AgentName "">
|
976
|
+
<!ENTITY % AgentRole "">
|
977
|
+
<!ENTITY % MarketCountry "">
|
978
|
+
<!ENTITY % MarketTerritory "">
|
979
|
+
<!ENTITY % MarketCountryExcluded "">
|
980
|
+
<!ENTITY % MarketRestrictionDetail "">
|
981
|
+
<!ENTITY % MarketPublishingStatus "">
|
982
|
+
<!ENTITY % MarketDate "">
|
983
|
+
<!ENTITY % MarketDateRole "">
|
984
|
+
<!ENTITY % PromotionCampaign "">
|
985
|
+
<!ENTITY % PromotionContact "">
|
986
|
+
<!ENTITY % InitialPrintRun "">
|
987
|
+
<!ENTITY % ReprintDetail "">
|
988
|
+
<!ENTITY % CopiesSold "">
|
989
|
+
<!ENTITY % BookClubAdoption "">
|
990
|
+
<!ENTITY % SubordinateEntries "">
|
991
|
+
<!ENTITY % ParentIdentifier "">
|
992
|
+
<!ENTITY % SeriesPartName "">
|
993
|
+
<!ENTITY % FromEANNumber "">
|
994
|
+
<!ENTITY % FromSAN "">
|
995
|
+
<!ENTITY % FromCompany "">
|
996
|
+
<!ENTITY % FromPerson "">
|
997
|
+
<!ENTITY % FromEmail "">
|
998
|
+
<!ENTITY % ToEANNumber "">
|
999
|
+
<!ENTITY % ToSAN "">
|
1000
|
+
<!ENTITY % ToCompany "">
|
1001
|
+
<!ENTITY % ToPerson "">
|
1002
|
+
<!ENTITY % MessageNumber "">
|
1003
|
+
<!ENTITY % MessageRepeat "">
|
1004
|
+
<!ENTITY % SentDate "">
|
1005
|
+
<!ENTITY % MessageNote "">
|
1006
|
+
<!ENTITY % DefaultLanguageOfText "">
|
1007
|
+
<!ENTITY % DefaultPriceTypeCode "">
|
1008
|
+
<!ENTITY % DefaultCurrencyCode "">
|
1009
|
+
<!ENTITY % DefaultLinearUnit "">
|
1010
|
+
<!ENTITY % DefaultWeightUnit "">
|
1011
|
+
<!ENTITY % DefaultClassOfTrade "">
|
1012
|
+
<!ENTITY % SenderIdentifier "">
|
1013
|
+
<!ENTITY % AddresseeIdentifier "">
|
1014
|
+
<!ENTITY % SenderIDType "">
|
1015
|
+
<!ENTITY % AddresseeIDType "">
|
1016
|
+
<!ENTITY % Header "">
|
1017
|
+
<!ENTITY % PubSequenceNumberWithinSeries "">
|
1018
|
+
<!ENTITY % Contact "">
|
1019
|
+
<!ENTITY % ContactCompany "">
|
1020
|
+
<!ENTITY % ContactName "">
|
1021
|
+
<!ENTITY % ContactEmail "">
|
1022
|
+
]]>
|
1023
|
+
<!-- This comment inserted as a work-around for a known bug in XML Spy -->
|
1024
|
+
%MainModule;
|