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