cacofonix-dtds 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (172) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +11 -0
  3. data/.rspec +3 -0
  4. data/.travis.yml +7 -0
  5. data/CHANGELOG.md +10 -0
  6. data/CODE_OF_CONDUCT.md +74 -0
  7. data/Gemfile +4 -0
  8. data/Gemfile.lock +35 -0
  9. data/LICENSE.txt +21 -0
  10. data/README.md +70 -0
  11. data/Rakefile +6 -0
  12. data/bin/console +14 -0
  13. data/bin/setup +8 -0
  14. data/cacofonix-dtds.gemspec +34 -0
  15. data/data/2.0/onix-international.dtd +625 -0
  16. data/data/2.0/onix-international.elt +3267 -0
  17. data/data/2.0/xhtml-lat1.ent +196 -0
  18. data/data/2.0/xhtml-special.ent +79 -0
  19. data/data/2.0/xhtml-symbol.ent +242 -0
  20. data/data/2.1r1/iso-amsa.ent +173 -0
  21. data/data/2.1r1/iso-amsb.ent +146 -0
  22. data/data/2.1r1/iso-amsc.ent +49 -0
  23. data/data/2.1r1/iso-amsn.ent +117 -0
  24. data/data/2.1r1/iso-amso.ent +77 -0
  25. data/data/2.1r1/iso-amsr.ent +205 -0
  26. data/data/2.1r1/iso-box.ent +67 -0
  27. data/data/2.1r1/iso-cyr1.ent +94 -0
  28. data/data/2.1r1/iso-cyr2.ent +53 -0
  29. data/data/2.1r1/iso-dia.ent +41 -0
  30. data/data/2.1r1/iso-grk3.ent +70 -0
  31. data/data/2.1r1/iso-lat1.ent +89 -0
  32. data/data/2.1r1/iso-lat2.ent +148 -0
  33. data/data/2.1r1/iso-mfrk.ent +79 -0
  34. data/data/2.1r1/iso-mopf.ent +53 -0
  35. data/data/2.1r1/iso-mscr.ent +79 -0
  36. data/data/2.1r1/iso-num.ent +103 -0
  37. data/data/2.1r1/iso-pub.ent +110 -0
  38. data/data/2.1r1/iso-tech.ent +183 -0
  39. data/data/2.1r1/onix-international.dtd +953 -0
  40. data/data/2.1r1/onix-xhtml.elt +672 -0
  41. data/data/2.1r1/reference.elt +4504 -0
  42. data/data/2.1r1/xhtml-special.ent +79 -0
  43. data/data/2.1r1/xhtml-symbol.ent +242 -0
  44. data/data/2.1r2/iso-amsa.ent +173 -0
  45. data/data/2.1r2/iso-amsb.ent +146 -0
  46. data/data/2.1r2/iso-amsc.ent +49 -0
  47. data/data/2.1r2/iso-amsn.ent +117 -0
  48. data/data/2.1r2/iso-amso.ent +77 -0
  49. data/data/2.1r2/iso-amsr.ent +205 -0
  50. data/data/2.1r2/iso-box.ent +67 -0
  51. data/data/2.1r2/iso-cyr1.ent +94 -0
  52. data/data/2.1r2/iso-cyr2.ent +53 -0
  53. data/data/2.1r2/iso-dia.ent +41 -0
  54. data/data/2.1r2/iso-grk3.ent +70 -0
  55. data/data/2.1r2/iso-lat1.ent +89 -0
  56. data/data/2.1r2/iso-lat2.ent +148 -0
  57. data/data/2.1r2/iso-mfrk.ent +79 -0
  58. data/data/2.1r2/iso-mopf.ent +53 -0
  59. data/data/2.1r2/iso-mscr.ent +79 -0
  60. data/data/2.1r2/iso-num.ent +103 -0
  61. data/data/2.1r2/iso-pub.ent +110 -0
  62. data/data/2.1r2/iso-tech.ent +183 -0
  63. data/data/2.1r2/onix-international.dtd +987 -0
  64. data/data/2.1r2/onix-xhtml.elt +672 -0
  65. data/data/2.1r2/reference.elt +4664 -0
  66. data/data/2.1r2/xhtml-special.ent +79 -0
  67. data/data/2.1r2/xhtml-symbol.ent +242 -0
  68. data/data/2.1r3/reference/iso-amsa.ent +173 -0
  69. data/data/2.1r3/reference/iso-amsb.ent +146 -0
  70. data/data/2.1r3/reference/iso-amsc.ent +49 -0
  71. data/data/2.1r3/reference/iso-amsn.ent +117 -0
  72. data/data/2.1r3/reference/iso-amso.ent +77 -0
  73. data/data/2.1r3/reference/iso-amsr.ent +205 -0
  74. data/data/2.1r3/reference/iso-box.ent +67 -0
  75. data/data/2.1r3/reference/iso-cyr1.ent +94 -0
  76. data/data/2.1r3/reference/iso-cyr2.ent +53 -0
  77. data/data/2.1r3/reference/iso-dia.ent +41 -0
  78. data/data/2.1r3/reference/iso-grk3.ent +70 -0
  79. data/data/2.1r3/reference/iso-lat1.ent +89 -0
  80. data/data/2.1r3/reference/iso-lat2.ent +148 -0
  81. data/data/2.1r3/reference/iso-mfrk.ent +79 -0
  82. data/data/2.1r3/reference/iso-mopf.ent +53 -0
  83. data/data/2.1r3/reference/iso-mscr.ent +79 -0
  84. data/data/2.1r3/reference/iso-num.ent +103 -0
  85. data/data/2.1r3/reference/iso-num.old.ent +103 -0
  86. data/data/2.1r3/reference/iso-pub.ent +110 -0
  87. data/data/2.1r3/reference/iso-tech.ent +183 -0
  88. data/data/2.1r3/reference/onix-international.dtd +1012 -0
  89. data/data/2.1r3/reference/onix-xhtml.elt +672 -0
  90. data/data/2.1r3/reference/reference.elt +4758 -0
  91. data/data/2.1r3/reference/xhtml-special.ent +79 -0
  92. data/data/2.1r3/reference/xhtml-symbol.ent +242 -0
  93. data/data/2.1r3/short/iso-amsa.ent +173 -0
  94. data/data/2.1r3/short/iso-amsb.ent +146 -0
  95. data/data/2.1r3/short/iso-amsc.ent +49 -0
  96. data/data/2.1r3/short/iso-amsn.ent +117 -0
  97. data/data/2.1r3/short/iso-amso.ent +77 -0
  98. data/data/2.1r3/short/iso-amsr.ent +205 -0
  99. data/data/2.1r3/short/iso-box.ent +67 -0
  100. data/data/2.1r3/short/iso-cyr1.ent +94 -0
  101. data/data/2.1r3/short/iso-cyr2.ent +53 -0
  102. data/data/2.1r3/short/iso-dia.ent +41 -0
  103. data/data/2.1r3/short/iso-grk3.ent +70 -0
  104. data/data/2.1r3/short/iso-lat1.ent +89 -0
  105. data/data/2.1r3/short/iso-lat2.ent +148 -0
  106. data/data/2.1r3/short/iso-mfrk.ent +79 -0
  107. data/data/2.1r3/short/iso-mopf.ent +53 -0
  108. data/data/2.1r3/short/iso-mscr.ent +79 -0
  109. data/data/2.1r3/short/iso-num.ent +103 -0
  110. data/data/2.1r3/short/iso-num.old.ent +103 -0
  111. data/data/2.1r3/short/iso-pub.ent +110 -0
  112. data/data/2.1r3/short/iso-tech.ent +183 -0
  113. data/data/2.1r3/short/onix-international.dtd +1013 -0
  114. data/data/2.1r3/short/onix-xhtml.elt +672 -0
  115. data/data/2.1r3/short/short.elt +4758 -0
  116. data/data/2.1r3/short/xhtml-special.ent +79 -0
  117. data/data/2.1r3/short/xhtml-symbol.ent +242 -0
  118. data/data/2.1r4/reference/iso-amsa.ent +173 -0
  119. data/data/2.1r4/reference/iso-amsb.ent +146 -0
  120. data/data/2.1r4/reference/iso-amsc.ent +49 -0
  121. data/data/2.1r4/reference/iso-amsn.ent +117 -0
  122. data/data/2.1r4/reference/iso-amso.ent +77 -0
  123. data/data/2.1r4/reference/iso-amsr.ent +205 -0
  124. data/data/2.1r4/reference/iso-box.ent +67 -0
  125. data/data/2.1r4/reference/iso-cyr1.ent +94 -0
  126. data/data/2.1r4/reference/iso-cyr2.ent +53 -0
  127. data/data/2.1r4/reference/iso-dia.ent +41 -0
  128. data/data/2.1r4/reference/iso-grk3.ent +70 -0
  129. data/data/2.1r4/reference/iso-lat1.ent +89 -0
  130. data/data/2.1r4/reference/iso-lat2.ent +148 -0
  131. data/data/2.1r4/reference/iso-mfrk.ent +79 -0
  132. data/data/2.1r4/reference/iso-mopf.ent +53 -0
  133. data/data/2.1r4/reference/iso-mscr.ent +79 -0
  134. data/data/2.1r4/reference/iso-num.ent +103 -0
  135. data/data/2.1r4/reference/iso-num.old.ent +103 -0
  136. data/data/2.1r4/reference/iso-pub.ent +110 -0
  137. data/data/2.1r4/reference/iso-tech.ent +183 -0
  138. data/data/2.1r4/reference/onix-international.dtd +1024 -0
  139. data/data/2.1r4/reference/onix-xhtml.elt +699 -0
  140. data/data/2.1r4/reference/reference.elt +4801 -0
  141. data/data/2.1r4/reference/xhtml-special.ent +79 -0
  142. data/data/2.1r4/reference/xhtml-symbol.ent +242 -0
  143. data/data/2.1r4/short/iso-amsa.ent +173 -0
  144. data/data/2.1r4/short/iso-amsb.ent +146 -0
  145. data/data/2.1r4/short/iso-amsc.ent +49 -0
  146. data/data/2.1r4/short/iso-amsn.ent +117 -0
  147. data/data/2.1r4/short/iso-amso.ent +77 -0
  148. data/data/2.1r4/short/iso-amsr.ent +205 -0
  149. data/data/2.1r4/short/iso-box.ent +67 -0
  150. data/data/2.1r4/short/iso-cyr1.ent +94 -0
  151. data/data/2.1r4/short/iso-cyr2.ent +53 -0
  152. data/data/2.1r4/short/iso-dia.ent +41 -0
  153. data/data/2.1r4/short/iso-grk3.ent +70 -0
  154. data/data/2.1r4/short/iso-lat1.ent +89 -0
  155. data/data/2.1r4/short/iso-lat2.ent +148 -0
  156. data/data/2.1r4/short/iso-mfrk.ent +79 -0
  157. data/data/2.1r4/short/iso-mopf.ent +53 -0
  158. data/data/2.1r4/short/iso-mscr.ent +79 -0
  159. data/data/2.1r4/short/iso-num.ent +103 -0
  160. data/data/2.1r4/short/iso-num.old.ent +103 -0
  161. data/data/2.1r4/short/iso-pub.ent +110 -0
  162. data/data/2.1r4/short/iso-tech.ent +183 -0
  163. data/data/2.1r4/short/onix-international.dtd +1025 -0
  164. data/data/2.1r4/short/onix-xhtml.elt +699 -0
  165. data/data/2.1r4/short/short.elt +4801 -0
  166. data/data/2.1r4/short/xhtml-special.ent +79 -0
  167. data/data/2.1r4/short/xhtml-symbol.ent +242 -0
  168. data/data/catalog.xml +25 -0
  169. data/lib/cacofonix-dtds.rb +3 -0
  170. data/lib/cacofonix/dtds.rb +25 -0
  171. data/lib/cacofonix/dtds/version.rb +7 -0
  172. metadata +258 -0
@@ -0,0 +1,4504 @@
1
+ <!--
2
+ **************************************************
3
+ * *
4
+ * ONIX INTERNATIONAL *
5
+ * *
6
+ * XML DTD *
7
+ * MAIN MODULE *
8
+ * REFERENCE TAG VERSION *
9
+ * *
10
+ * Original filename: REFERENCE.ELT *
11
+ * *
12
+ * Original author: Francis Cave *
13
+ * *
14
+ * Version 2.1 *
15
+ * Revision 01 *
16
+ * Status: RELEASED *
17
+ * Release date: 2004-03-16 *
18
+ * *
19
+ * (c) 2000-2003 EDItEUR *
20
+ * http://www.editeur.org/ *
21
+ * *
22
+ **************************************************
23
+
24
+ THIS MODULE IS ONE OF 24 FILES THAT COMPRISES THE ONIX INTERNATIONAL XML DTD.
25
+ IN XML PROCESSING TERMS IT FOLLOWS THE LOCAL TAG NAMES DEFINITION MODULE
26
+ (ORIGINAL FILENAME: ONIX-INTERNATIONAL.DTD), WHICH CONTAINS A REFERENCE
27
+ LINK TO THIS MODULE. THE XHTML MODULE CONTAINS A SUBSET OF THE W3C
28
+ XHTML 1.0 DTD THAT MAY BE USED IN SOME DATA ELEMENTS. THE OTHER 21
29
+ MODULES DEFINES NAMED ENTITIES FOR A WIDE RANGE OF SPECIAL CHARACTERS
30
+ USED IN TECHNICAL, SCIENTIFIC AND MATHEMATICAL EXPRESSIONS.
31
+
32
+
33
+
34
+ TERMS AND CONDITIONS OF USE OF THE ONIX PRODUCT INFORMATION XML DTD
35
+
36
+ All ONIX standards and documentation are copyright materials, made available
37
+ free of charge for general use. If you use the ONIX Product Information
38
+ Message DTD, you will be deemed to have accepted these terms and conditions:
39
+
40
+ 1. You agree that you will not add to, delete from, amend, or copy for use
41
+ outside of the ONIX Product Information Message DTD, any part of the DTD
42
+ except for strictly internal use in your own organisation.
43
+
44
+ 2. You agree that if you wish to add to, amend, or make extracts of the
45
+ DTD for any purpose that is not strictly internal to your own organisation,
46
+ you will in the first instance notify EDItEUR and allow EDItEUR to review
47
+ and comment on your proposed use, in the interest of securing an orderly
48
+ development of the DTD for the benefit of other users.
49
+
50
+ If you do not accept these terms, you must not use the ONIX Product Information
51
+ Message DTD.
52
+
53
+
54
+
55
+ Full copies of the latest release of this DTD and all associated documentation
56
+ are available from the EDItEUR web site, where may also be found details of
57
+ how to contact EDItEUR for advice on the use of this DTD. The URL for the
58
+ EDItEUR web site is:
59
+
60
+ http://www.editeur.org/
61
+
62
+
63
+
64
+ MODULE REVISION HISTORY (IN REVERSE CHRONOLOGICAL ORDER)
65
+
66
+ 2004-03-16: Release 2.1 Revision 01 - corrections
67
+
68
+ 1. Element %Percentage; renamed %Percent; to be consistent with
69
+ documentation.
70
+ 2. Content model for Group PR.20 corrected so that %YearFirstPublished;
71
+ is not repeatable.
72
+
73
+ 2003-12-29: Release 2.1 Revision 01
74
+
75
+ New elements:
76
+
77
+ 1. (PR.20) New elements added with reference tag names 'PublishingStatus'
78
+ and 'PublishingStatusNote' and short tag
79
+ names 'b394' and 'b395' respectively.
80
+ 2. (PR.24) New element added to content model of %SupplyDetail; with
81
+ reference tag name 'ProductAvailability' and short tag name 'j396'.
82
+ 3. (PR.24) New element added to content model of %SupplyDetail; with
83
+ reference tag name 'LastDateForReturns' and short tag name 'j387'.
84
+
85
+ Corrections:
86
+
87
+ 1. Element %Barcode; made repeatable in Group PR2.
88
+ 2. Element %ProductFormDetail; made repeatable in all contexts.
89
+ 3. Element %ProductContentType; made repeatable in all contexts.
90
+ 4. Element %Title; added to content model %Set.mod;
91
+ 5. Element %LevelSequenceNumber; added to content model %Set.mod;
92
+ (added to original Release 2.1 but not documented)
93
+ 6. Content model of %Contributor; changed so that there can only
94
+ be one %ContributorRole; with %SequenceNumberWithinRole;
95
+ 7. Element %MainSubject; made repeatable in Group PR13.
96
+ 8. Content model of %NotForSale; changed to include %ProductIdentifier;.
97
+ 9. Element %BibleContents; made repeatable in the content model of
98
+ %Bible;.
99
+ 10. Element %RightsTerritory; made non-repeatable in the content models
100
+ of %SalesRights; and %NotForSale;.
101
+ 11. Short tag name of %SupplyToTerritory; changed to 'j397'.
102
+ 12. Element %SupplyToCountryExcluded; reinstated in content model of
103
+ %SupplyDetail;.
104
+ 13. Element %CopyrightStatement; made repeatable in Group PR20.
105
+ 14. Content model of %Name; changed to include %PersonName; and
106
+ %PersonNameInverted;.
107
+ 15. Content model of %Reissue; changed to make %MediaFile; repeatable.
108
+
109
+ 2003-06-20: Major revision of Release 2.0 for Release 2.1
110
+
111
+ GENERAL
112
+
113
+ 1. Introduction of parameter entities for content models of all
114
+ composite elements, with associated general renaming of PEs for
115
+ content models generally to use the ".mod" suffix. This avoids
116
+ some DTD interpretation problems with certain tools.
117
+ 2. Removal of conditional sections for switching between reference
118
+ and short tag versions of the DTD. Conditional sections are
119
+ retained for defining Groups as elements for documentation
120
+ purposes. A conditional section is also retained for use of
121
+ extended model declarations (may not in practice be used, but
122
+ retained for backwards compatibility).
123
+ 3. Subset of the XHTML 1.0 Strict DTD included.
124
+ 4. 19 ISO special character entity sets added.
125
+ 5. Content models of the following element types changed to allow
126
+ the inclusion of XHTML elements:
127
+ PR.7 WebsiteDescription
128
+ PR.8 BiographicalNote
129
+ PR.15 Annotation
130
+ MainDescription
131
+ Text
132
+ ReviewQuote
133
+ PR.16 TextWithDownload
134
+ DownloadCaption
135
+ DownloadCredit
136
+ DownloadCopyrightNotice
137
+ DownloadTerms
138
+ ProductWebsiteDescription
139
+ PR.17 PrizeJury
140
+
141
+ PR.3
142
+
143
+ 6. New data elements added with reference tag names 'ProductFormDetail',
144
+ 'ProductPackaging', 'TradeCategory' and 'ProductContentType' and
145
+ short tag names 'b333', 'b225', 'b384' and 'b385' respectively.
146
+ 7. New composite element added with reference tag name 'ProductFormFeature'
147
+ and short tag name 'productformfeature', containing new elements with
148
+ reference tag names 'ProductFormFeatureType', 'ProductFormFeatureValue'
149
+ and 'ProductFormFeatureDescription' and short tag names 'b334', 'b335'
150
+ and 'b336' respectively.
151
+ 8. Content model of composite element %ContainedItem; modified to
152
+ include existing composite element %ProductIdentifier; and to make
153
+ %ProductForm; non-mandatory.
154
+ 9. Content model of composite element %ProductClassification; modified
155
+ to include a new data element with reference tag name 'Percentage'
156
+ and short tag name 'b337'.
157
+
158
+ PR.5
159
+
160
+ 10. New empty element added with reference tag name 'NoSeries' and short
161
+ tag name 'n338'.
162
+ 11. Content model of %Series; modified to include %Title; as an alternative
163
+ to %TitleOfSeries;.
164
+
165
+ PR.7
166
+
167
+ 12. Group content model revised so that both %DistinctiveTitle; and
168
+ %TitleWithoutPrefix; can be included and so that %DistinctiveTitle; and
169
+ %TitleWithoutPrefix; can both be omitted if %Title; is included.
170
+ 13. Content model of composite element %Title; modified to allow either
171
+ or both %TitleText; and %TitleWithoutPrefix; to be included.
172
+ 14. Group content model modified to include a new composite element with
173
+ reference tag name 'Website' and short tag name 'website', to contain
174
+ new data elements with reference tag names 'WebsiteRole',
175
+ 'WebsiteDescription' and 'WebsiteLink' and short tag names 'b367',
176
+ 'b294' and 'b295' respectively.
177
+ 15. New data elements added with reference tag names 'ThesisType',
178
+ 'ThesisPresentedTo' and 'ThesisYear' and short tag names 'b368',
179
+ 'b369' and 'b370' respectively.
180
+
181
+ PR.8
182
+
183
+ 16. Content model of composite element %Contributor modified to include
184
+ a new data element with reference tag name 'SequenceNumberWithinRole'
185
+ and short tag name 'b340'.
186
+ 17. Content model of composite element %Contributor; modified to include
187
+ a new composite element with reference tag name 'PersonNameIdentifier'
188
+ and short tag name 'personnameidentifier', containing new
189
+ data element with reference tag name 'PersonNameIDType' and
190
+ short tag name 'b390' and other existing data elements.
191
+ 18. Content model of composite element %Name; modified to include
192
+ %PersonNameIdentifier;.
193
+ 19. Content model of composite element %Contributor; modified to include
194
+ a new composite element with reference tag name 'PersonDate' and short
195
+ tag name 'persondate', containing new data elements with reference
196
+ tag names 'PersonDateRole' and 'Date' and short tag names 'b305'
197
+ and 'b306' respectively.
198
+ 20. Content model of composite element %Contributor; modified to include
199
+ composite element %Website; and new composite element with reference
200
+ tag name 'ProfessionalAffiliation' and short tag name 'professionalaffiliation'.
201
+ 21. New empty element added with reference tag name 'NoContributor' and
202
+ short tag name 'n339'.
203
+
204
+ PR.9
205
+
206
+ 22. New composite element added with reference tag name 'Conference' and
207
+ short tag name 'conference', containing some existing data elements
208
+ plus new data elements with reference tag names 'ConferenceAcronym'
209
+ and 'ConferenceTheme', with short tag names 'b341' and 'b342' respectively,
210
+ and a new composite element with reference tag name 'ConferenceSponsor'
211
+ and short tag name 'conferencesponsor', containing some existing data
212
+ elements and a new composite element with reference tag name
213
+ 'ConferenceSponsorIdentifier' and short tag name 'conferencesponsoridentifier',
214
+ containing a new data element with reference tag name 'ConferenceSponsorIDType'
215
+ and short tag name 'b391' and other existing data elements.
216
+
217
+ PR.10
218
+
219
+ 23. New empty data element added with reference tag name 'NoEdition'
220
+ and short tag name 'n386'. New composite element added with reference
221
+ tag name 'ReligiousText' and short tag name 'religioustext'.
222
+ 24. New composite element added to content model of %ReligiousText; with
223
+ reference tag name 'Bible' and short tag name 'bible', containing new
224
+ data elements with reference tag names 'BibleContents', 'BibleVersion',
225
+ 'StudyBibleType', 'BiblePurpose', 'BibleTextOrganization', 'BibleReferenceLocation'
226
+ and 'BibleTextFeature' and short tag names 'b352', 'b353', 'b389', 'b354',
227
+ 'b355', 'b356' and 'b357' respectively.
228
+ 25. New data element added to content model of %ReligiousText; with reference
229
+ tag name 'ReligiousTextID' and short tag name 'b376'.
230
+ 26. New composite element added to content model of %ReligiousText; with
231
+ reference tag name 'ReligiousTextFeature' and short tag name
232
+ 'religioustextfeature' containing new data elements with reference tag
233
+ names 'ReligiousTextFeature', 'ReligiousTextFeatureCode' and
234
+ 'ReligiousTextFeatureDescription' and short tag names 'b358', 'b359'
235
+ and 'b360' respectively.
236
+
237
+ PR.12
238
+
239
+ 27. Content model of composite element %Illustrations; modified to include
240
+ a new data element with reference tag name 'IllustrationTypeDescription'
241
+ and short tag name 'b361'. Content model of %Illustrations; further
242
+ modified to make %Number; optional.
243
+ 28. Group content model modified to make %MapScale; repeatable.
244
+ 29. Content model of composite element %Extent; modified to make %ExtentUnit;
245
+ mandatory.
246
+
247
+ PR.13
248
+
249
+ 30. Content model of composite element %PersonAsSubject; modified to include
250
+ %PersonNameIdentifier;.
251
+
252
+ PR.14
253
+
254
+ 31. Group content model modified to make %AudienceRangeQualifier; mandatory.
255
+
256
+ PR.15
257
+
258
+ 32. Content model of composite element %OtherText; modified to include
259
+ new data elements with reference tag names 'StartDate', 'EndDate'
260
+ and 'TextSourceCorporate' and short tag names 'b324', 'b325' and
261
+ 'b374' respectively. Content model of %OtherText; further modified to
262
+ make %TextTypeCode; mandatory.
263
+
264
+ PR.16
265
+
266
+ 33. Content model of composite element %MediaFile; modified to include a
267
+ new data element with reference tag name 'MediaFileDate' and short tag
268
+ name 'f373'.
269
+ 34. Content model of composite element %ProductWebsite; modified to include
270
+ data element %WebsiteRole;.
271
+
272
+ PR.17
273
+
274
+ 35. Content model of composite element %Prize; modified to include a new
275
+ data element with reference tag name 'PrizeJury' and short tag name 'g343'.
276
+
277
+ PR.18
278
+
279
+ 36. Content model of composite element %TextItem; modified to include a
280
+ new composite element with reference tag name 'PageRun' and short tag
281
+ name 'pagerun', containing existing data elements %FirstPageNumber;
282
+ and %LastPageNumber;.
283
+ 37. Content model of composite element %ContentItem; modified to include
284
+ the composite element %Website; and various composite and data elements
285
+ from PR.7 (%WorkIdentifier;), PR.8 (%ContributorStatement;),
286
+ PR.13 (%Subject;, %PersonAsSubject;, %CorporateBodyAsSubject;,
287
+ %PlaceAsSubject;), PR.15 (%OtherText;) and PR.16 (%MediaFile;). Content
288
+ model of %ContentItem; further modified to allow %Title; as an
289
+ alternative to %DistinctiveTitle;.
290
+
291
+ PR.19
292
+
293
+ 38. Group content model modified so that the composite elements %Imprint;
294
+ and %Publisher; can be used in place of the data elements %ImprintName;
295
+ and %PublisherName;, and so that the composite element %Publisher;
296
+ is repeatable. Content models of composite elements %Imprint; and
297
+ %Publisher; modified so that they do not have to contain %NameCodeType;
298
+ and %NameCodeValue;.
299
+
300
+ PR.20
301
+
302
+ 39. New data element added with reference tag name 'TradeAnnouncementDate'
303
+ and short tag name 'b362'.
304
+ 40. New composite element added with reference tag name 'CopyrightStatement'
305
+ and short tag name 'copyrightstatement', containing a new composite
306
+ with reference tag name 'CopyrightOwner' and short tag name
307
+ 'copyrightowner', containing existing elements.
308
+
309
+ PR.21
310
+
311
+ 41. New composite element added with reference tag name 'SalesRestriction'
312
+ and short tag name 'salesrestriction', containing new data elements
313
+ with reference tag names 'SalesRestrictionType' and 'SalesRestrictionDetail'
314
+ and short tag names 'b381' and 'b383' respectively and a new composite
315
+ element with reference tag name 'SalesOutlet' and short tag name 'salesoutlet',
316
+ containing a new data element with reference tag name 'SalesOutletName'
317
+ and short tag name 'b382' and a new composite element with reference
318
+ tag name 'SalesOutletIdentifier' and short tag name 'salesoutletidentifier',
319
+ containing a new data element with reference tag name 'SalesOutletIDType'
320
+ and short tag name 'b393'.
321
+ 42. Content models of %SalesRights; and %NotForSale; modified to include
322
+ a new data element with reference tag name 'RightsTerritory' and
323
+ short tag name 'b388'. Content model of %NotForSale; modified to
324
+ remove %RightsRegion;. Parameter entity %Territories.mod; removed.
325
+
326
+ PR.23
327
+
328
+ 43. Content model of composite element %RelatedProduct; modified so that
329
+ %ProductForm; is no longer mandatory, provided there is an identifier
330
+ element.
331
+ 44. Content model of composite element %RelatedProduct; further modified
332
+ to include %Website;, %ProductFormDetail;, %ProductFormFeature; and
333
+ %Publisher;.
334
+
335
+ PR.24
336
+
337
+ 45. Content model of composite element %SupplyDetail; modified so that both
338
+ %SupplierSAN; and %SupplierEANLocationNumber; can be included.
339
+ 46. Content model of composite element %SupplyDetail; further modified to
340
+ include a new composite element with reference tag name 'SupplierIdentifier'
341
+ and short tag name 'supplieridentifier', containing a new data element
342
+ with reference tag name 'SupplierIDType' and short tag name 'j345'.
343
+ A corresponding modification has also been made to the composite
344
+ element 'NewSupplier'.
345
+ 47. Content model of composite element %SupplyDetail; further modified to
346
+ include the composite element %Website;.
347
+ 48. Content model of composite element %SupplyDetail; further modified to
348
+ include new data elements with reference tag names 'SupplierRole',
349
+ 'SupplyToTerritory' and 'IntermediaryAvailabilityCode' and short
350
+ tag names 'j292', 'j388' and 'j348' respectively.
351
+ 49. Content model of composite element %SupplyDetail; further modified to
352
+ include a new composite element with reference tag name 'Stock' and
353
+ short tag name 'stock', itself containing a new composite element
354
+ with reference tag name 'LocationIdentifier' and short tag name
355
+ 'locationidentifier', and new data elements with reference tag names
356
+ 'LocationName', 'OnHand','OnOrder' and 'CBO' and short tag names
357
+ 'j349', 'j350', 'j351' and 'j375' respectively.
358
+ 50. Content model of composite element %LocationIdentifier; to contain a
359
+ new data element with reference tag name 'LocationIDType' and short
360
+ tag name 'j377'.
361
+ 51. Content model of composite element %Price; modified so that %PriceTypeCode;
362
+ is optional and to allow greater flexibility in the inclusion of
363
+ tax data elements.
364
+ 52. Content model of composite element %Price; further modified to
365
+ include a new composite element with reference tag name 'DiscountCoded'
366
+ and short tag name 'discountcoded', itself containing new data elements
367
+ with reference tag names 'DiscountCodeType', 'DiscountCodeTypeName'
368
+ and 'DiscountCode' and short tag names 'j363', 'j378' and 'j364'
369
+ respectively.
370
+ 53. Content model of composite element %SupplyDetail; further modified to
371
+ include a new composite element with reference tag name 'Reissue' and
372
+ short tag name 'reissue', containing new data elements with reference
373
+ tag names 'ReissueDate' and 'ReissueDescription' and short tag names
374
+ 'j365' and 'j366' respectively.
375
+
376
+ MS6, MS7 and SS7, SS8
377
+
378
+ 54. New groups MS6 and SS7 added to the %MainSeries; and %SubSeries; records
379
+ respectively, each including the %Publisher; composite. Existing groups
380
+ MS6 and SS7 have been renamed MS7 and SS8 respectively.
381
+
382
+ MH (Message Header)
383
+
384
+ 55. New composites added with reference tag names 'SenderIdentifier'
385
+ and 'AddresseeIdentifier' and short tag names 'senderidentifier'
386
+ and 'addresseeidentifier' respectively, containing respectively
387
+ new data elements with reference tag names 'SenderIDType' and
388
+ 'AddresseeIDType' and short tag names 'm379' and 'm380' respectively.
389
+ 56. Content model of header (both as composite %Header; and ungrouped)
390
+ changed so that %FromPerson; is optional.
391
+
392
+ ATTRIBUTES
393
+
394
+ 57. New attribute 'textcase' added to all elements.
395
+
396
+
397
+ 2002-03-21: Correction of fault in position of parameter entity reference
398
+ %ExtendedModelDeclarations;
399
+
400
+ 2001-07-25: Major revision of Release 1.2.1 for Release 2.0
401
+
402
+ 1. New record-level elements added with verbose names "MainSeriesRecord" and "SubSeriesRecord".
403
+ 2. New attributes "textformat", "language", "transliteration", "datestamp", "sourcetype" and
404
+ "sourcename" added to all element types.
405
+ 3. All SuperGroups except SuperGroup Z removed.
406
+ 4. Groups re-ordered as follows:
407
+ Group 0 becomes Message Header Group MH6
408
+ Groups 1 - 3 become Product Groups PR1 - PR3
409
+ Groups 4 - 13 become Product Groups PR5 - PR14
410
+ Groups 18 - 20 become Product Groups PR15 - PR17
411
+ Groups 14 - 17 become Product Groups PR19 - PR22
412
+ Groups 21 - 23 become Product Groups PR23 - PR25.
413
+ Several Product Groups have revised descriptive names.
414
+ 5. New Product Groups PR4 (Epublication detail) and PR18 (Content items) added.
415
+ 6. New composite element added to Group PR2 with verbose name "ProductIdentifier",
416
+ to contain new data elements with verbose names "ProductIDType", "IDTypeName", and
417
+ "IDValue" and short tag names "b221", "b233" and "b244" respectively.
418
+ 7. New data element added to Group PR2 with verbose name "Barcode"
419
+ and short name "b246".
420
+ 8. New composite element added to Group PR3 with verbose name "ProductClassification",
421
+ to contain new data elements with verbose names "ProductClassificationType" and
422
+ "ProductClassificationCode" and short tag names "b274" and "b275" respectively.
423
+ 9. New data elements added to new Group PR4 with verbose names "EpubType",
424
+ "EpubTypeVersion", "EpubTypeDescription", "EpubFormat", "EpubFormatVersion",
425
+ "EpubFormatDescription", "EpubSource", "EpubSourceVersion", "EpubSourceDescription"
426
+ and "EpubTypeNote", and short tag names "b212", "b213", "b214", "b215", "b216",
427
+ "b278", "b279", "b280" and "b277" respectively.
428
+ 10. New composite element added to Group PR5 with verbose name "SeriesIdentifier",
429
+ to contain new data element with verbose name "SeriesIDType" and short tag name
430
+ "b273".
431
+ 11. Content model for series in Group PR5 modified to include composite element
432
+ %Contributor;, to be optional and repeatable following %TitleOfSeries;.
433
+ 12. Verbose name "ItemNumberWithinSeries" renamed "NumberWithinSeries".
434
+ 13. Content model for set in Group PR6 modified to include composite element
435
+ %ProductIdentifier;, to be optional and repeatable before %TitleOfSet;, and
436
+ to contain new data element at end with verbose name "SetItemTitle" and short
437
+ tag name "b281".
438
+ 14. New composite element added to Group PR7 with verbose name "Title", to contain
439
+ new data elements with verbose names "TitleType", "AbbreviatedLength" and "TitleText"
440
+ and short tag names "b202", "b276" and "b203" respectively.
441
+ 15. New composite element added to Group PR7 with verbose name "WorkIdentifier", to
442
+ contain new data element with verbose name "WorkIDType" and short tag name "b201".
443
+ 16. Verbose name "ContributorSequenceNumber" renamed "SequenceNumber".
444
+ 17. New data element added to content model of %Contributor; in Group PR8
445
+ with verbose name "LanguageCode" and short tag name "b252".
446
+ 18. New data elements added to structured name model in Group PR8 with verbose names
447
+ "PrefixToKey" and "SuffixToKey" and short tag names "b247" and "b248" respectively.
448
+ 19. New composite element added to content model of composite element %Contributor; in
449
+ Group PR8 with verbose name "Name", to contain a new data element with verbose name
450
+ "PersonNameType" and short tag name "b250".
451
+ 20. New data element added to content model of composite element %Contributor; in
452
+ Group PR8 with verbose name "UnnamedPersons" and short tag name "b249".
453
+ 21. New data element added to Group PR10 with verbose name "EditionVersionNumber" and
454
+ short tag name "b217".
455
+ 22. New composite element added to Group PR11 with verbose name "Language", to contain
456
+ new data elements with verbose names "LanguageRole" and "CountryCode"
457
+ amd short tag names "b253" and "b251" respectively.
458
+ 23. New data elements added to Group PR12 with verbose names "PagesRoman" and "PagesArabic"
459
+ and short tag names "b254" and "b255" respectively.
460
+ 24. New composite element added to Group PR12 with verbose name "Illustrations", to contain
461
+ new data elements with verbose names "IllustrationType" and "Number" and short tag names
462
+ "b256" and "b257".
463
+ 25. Composite element %Name; and data element %CorporateName; added to content models of
464
+ composite elements %Imprint; and %Publisher; in Group PR19.
465
+ 26. Verbose names "Rights" and "RightsTypeCode" renamed "SalesRights" and
466
+ "SalesRightsType" respectively.
467
+ 27. New data element added to Group PR22 with verbose name "Dimensions" and short tag name
468
+ "c258".
469
+ 28. Composite element %ProductIdentifier; added to content model of composite element
470
+ %RelatedProduct; in Group PR23.
471
+ 29. Data elements for epublications added to content model of %RelatedProduct; in Group PR23.
472
+ 30. New data elements added to content model of composite element %SupplyDetail; in Group
473
+ PR24, with verbose names "TelephoneNumber", "FaxNumber" and "EmailAddress" and short tag
474
+ names "j270", "j271" and "j272" respectively.
475
+ 31. New data elements added to content model of %SupplyDetail; with verbose names
476
+ "ReturnsCodeType" and "ReturnsCode" and short tag names "j268" and "j269" respectively.
477
+ 32. New composite element added to content model of %SupplyDetail; with verbose name "NewSupplier".
478
+ 33. New data element added to content model of %SupplyDetail; with verbose name "DateFormat"
479
+ and short tag name "j260".
480
+ 34. New data elements added to content model of composite element %Price; in Group PR24 with
481
+ verbose names "PriceQualifier" and "PriceTypeDescription" and short tag names "j261" and
482
+ "j262" respectively.
483
+ 35. New data element added to content model of %Price; with verbose name "MinimumOrderQuantity"
484
+ and short tag name "j263".
485
+ 36. New composite element added with verbose name "BatchBonus", to contain new data elements
486
+ with verbose names "BatchQuantity" and "FreeQuantity" and short tag names "j264" and
487
+ "j265" respectively.
488
+ 37. Verbose name "DiscountGroupCode" renamed "BICDiscountGroupCode".
489
+ 38. New data elements added to the content model of %Price; with verbose names
490
+ "DiscountPercent" and "PriceStatus" and short tag names "j267" and "j266"
491
+ respectively.
492
+ 39. Data element %CountryCode; added to content model of %Price;.
493
+ 40. New Groups MS1 - MS6 added for %MainSeriesRecord; records.
494
+ 41. New Groups SS1 - SS7 added for %SubSeriesRecord; records.
495
+ 40. New data element added to new Group MS6 with verbose name "SubordinateEntries"
496
+ and short tag name "a245".
497
+ 41. New composite element added to new Group SS2 with verbose name "ParentIdentifier".
498
+ 42. New data elements added to new Group SS3 with verbose names "LevelSequenceNumber"
499
+ and "SeriesPartName" and short tag names "b284" and "b282" respectively.
500
+ 43. New data element added to composite element %Publisher; in Group PR19 with verbose
501
+ name "PublishingRole" and short tag name "b291".
502
+ 44. New composite element added to new Group PR18 with verbose name "ContentItem", to
503
+ contain new composite elements with verbose names "TextItem" and
504
+ "TextItemIdentifier" and new data elements with verbose names
505
+ "TextItemType", "TextItemIDType", "FirstPageNumber", "LastPageNumber",
506
+ "ComponentTypeName" and "ComponentNumber" and short tag names "b290", "b285", "b286",
507
+ "b287", "b288" and "b289" respectively.
508
+ 45. New data element added to Group MH6 with verbose name "FromEmail" and short tag
509
+ name "m283".
510
+ 46. Group PR1 content model changed to move %DeletionCode; and %DeletionText; to
511
+ immediately after %NotificationType;.
512
+ 47. Content model of composite element %PersonAsSubject; in Group PR13 changed for
513
+ the sake of consistency to use %StructuredNameModel; from Group PR8.
514
+ 48. Verbose names "Rights" and "RightsTypeCode" renamed "SalesRights" and
515
+ "SalesRightsType".
516
+ 49. New data element added to content model of composite element %MediaFile; in Group
517
+ PR16 with verbose name "ImageResolution" and short tag name "f259".
518
+
519
+ 2001-04-11: Amendment of Release 1.2 for Release 1.2.1
520
+
521
+ 1. Content model of composite element %AudienceRange; in Group 13 corrected to allow
522
+ two occurrences of %AudienceRangePrecision; and %AudienceRangeValue;.
523
+ 2. Group 16 content model corrected to allow three occurrences of composite element
524
+ %Rights;.
525
+ 3. New composite element added to Group 14 with verbose name "Imprint", to contain
526
+ new data elements with verbose names "NameCodeType", "NameCodeTypeName" and
527
+ "NameCodeValue" and short tag names "b241", "b242" and "b243" respectively.
528
+ 4. New composite element added to Group 14 with verbose name "Publisher", to contain
529
+ the same data elements as the new composite element "Publisher".
530
+ 5. Removed data elements with verbose names "ImprintCode" and "PublisherCode".
531
+ 6. New data element added to Group 14 with verbose name "OriginalPublisher" and short
532
+ tag name "b240".
533
+ 7. New data element added to composite element %Price; in Group 22, with verbose name
534
+ "PricePer" and short tag name "j239".
535
+ 8. New composite element added with verbose name "Header", to contain existing
536
+ header elements in Group 0, to enable the header data elements to be grouped within
537
+ a composite structure.
538
+
539
+ 2000-11-27: Amendment of Revision 03c for Release 1.2
540
+
541
+ 1. A new version and revision numbering system has been introduced. In future the
542
+ DTD version number will match the public release number and the revision number
543
+ will be incremented by one for each revision of the DTD that is publicly
544
+ released, however minor. Revision numbers will be kept in step on both this
545
+ file and ONIX-INTERNATIONAL.DTD. If at a future time the DTD is replaced by a
546
+ Schema, it is anticipated that revisions of code lists will use the same release
547
+ number but will not carry a revision number, as only the most recently-issued
548
+ version is expected to be valid.
549
+ 2. Marked sections have been added using the parameter entity %GroupsAsElements; to
550
+ enable a version of the DTD to be generated that contains all Groups and
551
+ SuperGroups declared as elements instead of simply as parameter entities
552
+ containing content model fragments. This device has been added to facilitate the
553
+ generation of graphical views of the DTD for use in the ONIX Level 2 Guide.
554
+ 3. New elements added to Group 1 to indicate the source of a record, with verbose
555
+ names "RecordSourceType", "RecordSourceIdentifierType", "RecordSourceIdentifier"
556
+ and "RecordSourceName"
557
+ 4. New elements added to Group 1 to indicate why a record has been deleted, with
558
+ verbose names "DeletionCode" and "DeletionText"
559
+ 5. Verbose name "ProductFormDetail" in Group 3 renamed "BookFormDetail" and made
560
+ repeatable in Group 3 content model
561
+ 6. New element added to Group 3 and to %ContainedItem;, to represent the number of
562
+ pieces in a product or contained item within a product, with verbose name
563
+ "NumberOfPieces"
564
+ 7. Element %ContributorRole; made repeatable in Group 7 content model
565
+ 8. New composite element added to Group 11 with verbose name "Extent", to contain
566
+ new data elements with verbose names "ExtentType", "ExtentValue" and "ExtentUnit"
567
+ 9. New element added to Group 12 to represent the BASIC subject categories version
568
+ number, with verbose name "BASICVersion"
569
+ 10. New composite element added to Group 13 with verbose name "Audience", to contain
570
+ new data elements with verbose names "AudienceCodeType", "AudienceCodeTypeName"
571
+ and "AudienceCodeValue"
572
+ 11. New element added to Group 13 with verbose name "AudienceDescription"
573
+ 12. Group 16 content model changed so that %Rights; may only occur up to twice
574
+ 13. Element with verbose name "RightsRegion" (formerly "Region") reinstated in
575
+ composite in Group 16, forming part of a content model fragment contained in a
576
+ new parameter entity %TerritoriesModel;
577
+ 14. New composite element added to Group 16 with verbose name "NotForSale"
578
+ 15. New composite element added with verbose name "RelatedProduct", to contain
579
+ new data element with verbose name "RelationCode" and other existing data
580
+ elements %ISBN; %EAN13;, %ProductForm;, %BookFormDetail; and %ProductFormDescription;
581
+ 16. Group 12 content model of corrected to remove redundant "?" after %BICMainSubject;
582
+
583
+ 2000-09-01: Amendment of Revision 03b following user test results (NO REVISION RELEASED)
584
+
585
+ 1. Content model of %MediaFile; changed to make element
586
+ %MediaFileFormatType; optional
587
+ 2. Content model of %MediaFile; changed to allow optionally either
588
+ %TextWithDownload; or any of %DownloadCaption;, %DownloadCredit;
589
+ or %DownloadCopyrightNotice;, and to make the inclusion of
590
+ %DownloadTerms; independent of them
591
+ 3. Short tag name of element %Prize; changed from "Prize" to "prize"
592
+ 4. Short tag names moved into this module.
593
+
594
+ 2000-08-08: Alteration of Revision 03a to enable use with Icon XML Spy
595
+
596
+ 1. Parentheses added around %PriceAmount; and %UnpricedItemType;
597
+ in content model of %SupplyDetail;
598
+
599
+ 2000-08-01: Correction to Revision 03 to enable use with Microsoft IE 5.x
600
+
601
+ 1. Parentheses added around %BICMainSubject; in Group 12 content model
602
+
603
+ 2000-07-25: Amendments to Revision 02 for Release 1.1 of ONIX International
604
+
605
+ 1. Element %BiographicalNote; made optional after %CorporateName;
606
+ in content model of %Contributor;
607
+ 2. Element %PackQuantity; added to content model of %SupplyDetail;
608
+ 3. Element %TaxRateCode2; added to content model of %Price;
609
+ 4. Entities declared and referenced for the special character entity sets
610
+ XHTML-LAT1.ENT, XHTML-SPECIAL.ENT and XHTML-SYMBOL.ENT
611
+ 5. Group 14 model changed to allow %PublisherName; or %PublisherCode;
612
+ to occur without %ImprintName; or %ImprintCode;
613
+ 6. Content model of %subject; changed to allow %SubjectHeadingText;
614
+ following %SubjectCode;
615
+ 7. Default namespace attribute declaration removed for %ONIXmessage;
616
+ 8. Group 2, %ContainedItem;, %SetModel; and Group 21 models changed to
617
+ put all ISBN elements before EAN13 elements
618
+ 9. Group 7 model changed to allow any combination of %PersonName;,
619
+ %PersonNameInverted; and %StructuredNameModel; (a new parameter entity
620
+ containing the six structured name elements)
621
+ 10. New element added to Group 22 for prices specified as "free of charge"
622
+ and "to be announced", with entity and verbose name "UnpricedItemType",
623
+ and included as an alternative to %PriceAmount;, but only when used
624
+ outside the composite %Price;
625
+ 11. New composite added to Group 12 for Main subject, with entity and verbose
626
+ name "MainSubject" and short tag name "mainsubject", to be an alternative to
627
+ %BASICMainSubject; and %BICMainSubject;
628
+ 12. New element added to Group 12 for Main subject scheme identifier with entity
629
+ and verbose name "MainSubjectSchemeIdentifier", and included in the new
630
+ composite %MainSubject;
631
+ 13. Group 12 model changed so that any combination of single instances of
632
+ %BASICMainSubject;, %BICMainSubject; and %MainSubject;, or none of these, is valid
633
+ 14. Mechanism added for including an extension module that defines an
634
+ additional supergroup Z containing additional elements required for
635
+ local use; where used, supergroup Z forms the final structure within the
636
+ element %Product;
637
+ 15. Reference name "ClassOfTradeCode" changed to "ClassOfTrade"
638
+ 16. Fixed attribute added to element %ONIXMessage; to contain DTD release number "1.1"
639
+ 17. Group 6 model changed to allow %FormerTitle; to be repeatable
640
+ 18. Group 7 model changed to make %Contributor; non-mandatory
641
+ 19. Content model of %Contributor; changed to make %ContributorRole; mandatory
642
+ 20. Group 16 model changed to allow %Rights; to be repeated only three times
643
+ 21. New element added to Group 0 for default class of trade with entity and verbose
644
+ name "DefaultClassOfTrade"
645
+ 22. Group 22 model changed so that %ClassOfTrade; may only occur in the composite
646
+ %Price;
647
+
648
+ 2000-05-20: Amendments to Revision 01 for Release 1.0 of ONIX International
649
+
650
+ 1. Removed elements with verbose names "multiple", "quantity" and "tradeonly"
651
+ 2. Amended content model of %ContainedItem; in Group 3 to include
652
+ %ProductForm;, %ProductFormDetail; and %Productionformdescription;
653
+ 3. Corrected content model of %ContainedItem; - %quantity; replaced by %ItemQuantity;
654
+ 4. Amended Group 3 model so that %ProductForm; is not repeatable
655
+ 5. Entity and verbose names for Series ISSN changed
656
+ from "issn" to "SeriesISSN"
657
+ 6. Entity and verbose names for Contributor sequence number changed
658
+ from "contributornumber" to "ContributorSequenceNumber"
659
+ 7. New element added to Group 11 for Number of illustrations
660
+ with entity and verbose name "NumberOfIllustrations"
661
+ 8. Entity and verbose names "lexilecode" and "lexilenumber" replaced by
662
+ "ComplexitySchemeIdentifier" and "ComplexityCode"
663
+ 9. New composite added to Group 13 for Complexity with tag name "Complexity"
664
+ 10. Removed elements from Group 16 with verbose names "region" and "countryexcluded"
665
+ 11. Amended Group 18 so that %ReviewQuote; is repeatable
666
+ 12. New element added to Group 19 for Product website composite with name "ProductWebsite"
667
+ and made repeatable in place of %ProductWebsiteLink; which it now contains
668
+ 13. New element added to Group 19 for Product website description with entity and verbose
669
+ name "ProductWebsiteDescription", for inclusion in composite %ProductWebsite;
670
+ 14. New elements added to Group 21 for Other alternative Product ISBN and Other alternative Product EAN-13
671
+ with entity and verbose names "AlternativeProductISBN" and "AlternativeProductEAN13"
672
+ 15. Added new Group 23 Sales promotion information
673
+ 16. New elements added to Group 23 for Promotion campaign information, Promotion contact details,
674
+ Initial print run, Copies sold and Book Club adoption, with entity and verbose names
675
+ "PromotionCampaign", "PromotionContact", "InitialPrintRun", "CopiesSold" and "BookClubAdoption"
676
+ 17. Added new Supergroup K containing Group 23 elements
677
+ 18. Changed all other names to UpperCamelCase
678
+ 19. New element added to Group 12 (subject composite) for Proprietary subject scheme name,
679
+ with entity and verbose name "SubjectSchemeName"
680
+ 20. New Group 0 added, containing the following message elements:
681
+ ELEMENT TITLE: ENTITY AND VERBOSE NAME:
682
+ Sender EAN number FromEANNumber
683
+ Sender SAN FromSAN
684
+ Sender company name FromCompany
685
+ Sender contact FromPerson
686
+ Addressee EAN number ToEANNumber
687
+ Addressee SAN ToSAN
688
+ Addressee company name ToCompany
689
+ Addressee contact ToPerson
690
+ Message sequence number MessageNumber
691
+ Message repeat number MessageRepeat
692
+ Transmission date SentDate
693
+ Message note MessageNote
694
+ Default language of text DefaultLanguageOfText
695
+ Default price type DefaultPriceTypeCode
696
+ Default currency DefaultCurrencyCode
697
+ Default linear unit DefaultLinearUnit
698
+ Default unit of weight DefaultWeightUnit
699
+ 21. %publicationdate; moved from Group 1 to Group 15
700
+ 22. Amended content model for %ContainedItem; in Group 3 so that it doesn't need
701
+ to have either an %ISBN; or an %EAN13;
702
+ 23. Top-level element entity and verbose name changed from "Message" to "ONIXMessage"
703
+ 24. Amended content model for %SupplyDetail; to make %PriceAmount; and
704
+ %ClassOfTradeCode; available outside the %Price; composite (for Level 1)
705
+ 25. Removed elements from Group 17 with entity and verbose names "PageTrimHeight"
706
+ and "PageTrimWidth"
707
+ 26. Added new composite element to Group 17 with entity and verbose name "Measure"
708
+ 27. Added new elements to Group 17 with entity and verbose names "MeasureTypeCode"
709
+ and "Measurement"
710
+ 28. Added new elements to Group 13 with entity and verbose names "USSchoolGrade"
711
+ and "InterestAge", outside composite %AudienceRange;
712
+ 29. Changed entity and verbose names "SalesRestrictionFlag" and "SalesRestrictionNote"
713
+ in Group 22 to "AudienceRestrictionFlag" and "AudienceRestrictionNote"
714
+ 30. Default namespace declaration attribute added to %ONIXmessage;
715
+
716
+ 2000-05-04: First draft of Version 1 released
717
+
718
+ -->
719
+ <!--
720
+ **************************************************
721
+ * *
722
+ * A BRIEF GUIDE TO XML SYNTAX *
723
+ * *
724
+ **************************************************
725
+
726
+
727
+ <!ELEMENT ...> declares an XML element
728
+
729
+ <!ENTITY % ...> declares a "parameter entity" to be either a literal string or the content of an external file
730
+
731
+ %name; inserts the content of the string or external file that parameter entity "name" refers to
732
+
733
+ <!ATTLIST name ...> declares attributes for the element "name"
734
+
735
+ In element declarations:
736
+
737
+ (...) contains the structural model of the content of the element, or some part of it if nested
738
+
739
+ and within the model
740
+
741
+ , = "followed by"
742
+
743
+ | = "exclusive or"
744
+
745
+ ? = "0 or 1"
746
+
747
+ * = "0 or more"
748
+
749
+ + = "1 or more"
750
+
751
+ #PCDATA = "parsed character data", i.e. unstructured Text
752
+
753
+ -->
754
+ <!--
755
+ **************************************************
756
+ * *
757
+ * !!! WARNING !!! WARNING !!! WARNING !!! *
758
+ * *
759
+ **************************************************
760
+
761
+ THIS FILE IS NOT TO BE EDITED! CHANGES TO THIS FILE WILL RESULT IN ERRORS IN ONIX MESSAGE VERIFICATION!
762
+
763
+ -->
764
+
765
+ <!--
766
+ **************************************************
767
+ * *
768
+ * REFERENCE TAG NAMES *
769
+ * *
770
+ **************************************************
771
+
772
+ Two versions of the DTD are available, one defining meaningful
773
+ English-language names - the reference names - and the other defining
774
+ short tags - four character alphanumerics which, although they carried
775
+ some significance in the first ONIX releases, should now be regarded as
776
+ arbitrary. The appropriate version of the DTD must be referenced in the
777
+ document type declaration included at the start of each ONIX message.
778
+
779
+ Both versions of the DTD include both reference and short tag names as
780
+ fixed attributes of each element type, to aid conversion between the two
781
+ versions and for compatibility with previous releases.
782
+
783
+ Neither version has in the past been recommended in preference to the
784
+ other. Initially, a majority of ONIX implementations seem to have used
785
+ the short tags. It is noticeable, however, that as ONIX moves into new
786
+ areas of application, and as XML itself becomes more widely used and
787
+ accepted, more implementors are choosing the reference names, to the
788
+ point that some have questioned the desirability of maintaining the
789
+ short tags.
790
+
791
+ There is no possibility that the short tags could be withdrawn from ONIX
792
+ for Books in the near-term, or in any event without full consultation
793
+ with ONIX national groups and the ONIX International Steering Committee.
794
+ However, it is possible that some new ONIX applications (eg for Serials)
795
+ may use reference names only; and the ONIX support team would encourage
796
+ new implementors of any ONIX format to use reference names unless they
797
+ have a strong reason for doing otherwise.
798
+
799
+ -->
800
+
801
+ <!-- The strings used in reference names are actually defined here -->
802
+
803
+ <!ENTITY % ref.ONIXMessage "ONIXMessage">
804
+ <!ENTITY % ref.Product "Product">
805
+ <!ENTITY % ref.MainSeriesRecord "MainSeriesRecord">
806
+ <!ENTITY % ref.SubSeriesRecord "SubSeriesRecord">
807
+ <!ENTITY % ref.RecordReference "RecordReference">
808
+ <!ENTITY % ref.NotificationType "NotificationType">
809
+ <!ENTITY % ref.RecordSourceType "RecordSourceType">
810
+ <!ENTITY % ref.RecordSourceIdentifierType "RecordSourceIdentifierType">
811
+ <!ENTITY % ref.RecordSourceIdentifier "RecordSourceIdentifier">
812
+ <!ENTITY % ref.RecordSourceName "RecordSourceName">
813
+ <!ENTITY % ref.DeletionCode "DeletionCode">
814
+ <!ENTITY % ref.DeletionText "DeletionText">
815
+ <!ENTITY % ref.ISBN "ISBN">
816
+ <!ENTITY % ref.EAN13 "EAN13">
817
+ <!ENTITY % ref.UPC "UPC">
818
+ <!ENTITY % ref.PublisherProductNo "PublisherProductNo">
819
+ <!ENTITY % ref.ISMN "ISMN">
820
+ <!ENTITY % ref.DOI "DOI">
821
+ <!ENTITY % ref.ProductIdentifier "ProductIdentifier">
822
+ <!ENTITY % ref.ProductIDType "ProductIDType">
823
+ <!ENTITY % ref.IDTypeName "IDTypeName">
824
+ <!ENTITY % ref.IDValue "IDValue">
825
+ <!ENTITY % ref.Barcode "Barcode">
826
+ <!ENTITY % ref.ReplacesISBN "ReplacesISBN">
827
+ <!ENTITY % ref.ReplacesEAN13 "ReplacesEAN13">
828
+ <!ENTITY % ref.ProductForm "ProductForm">
829
+ <!ENTITY % ref.ProductFormDetail "ProductFormDetail">
830
+ <!ENTITY % ref.ProductFormFeature "ProductFormFeature">
831
+ <!ENTITY % ref.ProductFormFeatureType "ProductFormFeatureType">
832
+ <!ENTITY % ref.ProductFormFeatureValue "ProductFormFeatureValue">
833
+ <!ENTITY % ref.ProductFormFeatureDescription "ProductFormFeatureDescription">
834
+ <!ENTITY % ref.BookFormDetail "BookFormDetail">
835
+ <!ENTITY % ref.ProductPackaging "ProductPackaging">
836
+ <!ENTITY % ref.TradeCategory "TradeCategory">
837
+ <!ENTITY % ref.ProductContentType "ProductContentType">
838
+ <!ENTITY % ref.ProductFormDescription "ProductFormDescription">
839
+ <!ENTITY % ref.ContainedItem "ContainedItem">
840
+ <!ENTITY % ref.NumberOfPieces "NumberOfPieces">
841
+ <!ENTITY % ref.ItemQuantity "ItemQuantity">
842
+ <!ENTITY % ref.ProductClassification "ProductClassification">
843
+ <!ENTITY % ref.ProductClassificationType "ProductClassificationType">
844
+ <!ENTITY % ref.ProductClassificationCode "ProductClassificationCode">
845
+ <!ENTITY % ref.Percent "Percent">
846
+ <!ENTITY % ref.EpubType "EpubType">
847
+ <!ENTITY % ref.EpubTypeVersion "EpubTypeVersion">
848
+ <!ENTITY % ref.EpubTypeDescription "EpubTypeDescription">
849
+ <!ENTITY % ref.EpubFormat "EpubFormat">
850
+ <!ENTITY % ref.EpubFormatVersion "EpubFormatVersion">
851
+ <!ENTITY % ref.EpubFormatDescription "EpubFormatDescription">
852
+ <!ENTITY % ref.EpubSource "EpubSource">
853
+ <!ENTITY % ref.EpubSourceVersion "EpubSourceVersion">
854
+ <!ENTITY % ref.EpubSourceDescription "EpubSourceDescription">
855
+ <!ENTITY % ref.EpubTypeNote "EpubTypeNote">
856
+ <!ENTITY % ref.Series "Series">
857
+ <!ENTITY % ref.NoSeries "NoSeries">
858
+ <!ENTITY % ref.SeriesISSN "SeriesISSN">
859
+ <!ENTITY % ref.PublisherSeriesCode "PublisherSeriesCode">
860
+ <!ENTITY % ref.SeriesIdentifier "SeriesIdentifier">
861
+ <!ENTITY % ref.SeriesIDType "SeriesIDType">
862
+ <!ENTITY % ref.TitleOfSeries "TitleOfSeries">
863
+ <!ENTITY % ref.NumberWithinSeries "NumberWithinSeries">
864
+ <!ENTITY % ref.YearOfAnnual "YearOfAnnual">
865
+ <!ENTITY % ref.Set "Set">
866
+ <!ENTITY % ref.ISBNOfSet "ISBNOfSet">
867
+ <!ENTITY % ref.EAN13OfSet "EAN13OfSet">
868
+ <!ENTITY % ref.TitleOfSet "TitleOfSet">
869
+ <!ENTITY % ref.SetPartNumber "SetPartNumber">
870
+ <!ENTITY % ref.SetPartTitle "SetPartTitle">
871
+ <!ENTITY % ref.ItemNumberWithinSet "ItemNumberWithinSet">
872
+ <!ENTITY % ref.SetItemTitle "SetItemTitle">
873
+ <!ENTITY % ref.TextCaseFlag "TextCaseFlag">
874
+ <!ENTITY % ref.DistinctiveTitle "DistinctiveTitle">
875
+ <!ENTITY % ref.Subtitle "Subtitle">
876
+ <!ENTITY % ref.TitlePrefix "TitlePrefix">
877
+ <!ENTITY % ref.TitleWithoutPrefix "TitleWithoutPrefix">
878
+ <!ENTITY % ref.TranslationOfTitle "TranslationOfTitle">
879
+ <!ENTITY % ref.FormerTitle "FormerTitle">
880
+ <!ENTITY % ref.Title "Title">
881
+ <!ENTITY % ref.TitleType "TitleType">
882
+ <!ENTITY % ref.AbbreviatedLength "AbbreviatedLength">
883
+ <!ENTITY % ref.TitleText "TitleText">
884
+ <!ENTITY % ref.WorkIdentifier "WorkIdentifier">
885
+ <!ENTITY % ref.WorkIDType "WorkIDType">
886
+ <!ENTITY % ref.Website "Website">
887
+ <!ENTITY % ref.WebsiteRole "WebsiteRole">
888
+ <!ENTITY % ref.WebsiteDescription "WebsiteDescription">
889
+ <!ENTITY % ref.WebsiteLink "WebsiteLink">
890
+ <!ENTITY % ref.ThesisType "ThesisType">
891
+ <!ENTITY % ref.ThesisPresentedTo "ThesisPresentedTo">
892
+ <!ENTITY % ref.ThesisYear "ThesisYear">
893
+ <!ENTITY % ref.Contributor "Contributor">
894
+ <!ENTITY % ref.SequenceNumber "SequenceNumber">
895
+ <!ENTITY % ref.ContributorRole "ContributorRole">
896
+ <!ENTITY % ref.LanguageCode "LanguageCode">
897
+ <!ENTITY % ref.SequenceNumberWithinRole "SequenceNumberWithinRole">
898
+ <!ENTITY % ref.PersonName "PersonName">
899
+ <!ENTITY % ref.PersonNameInverted "PersonNameInverted">
900
+ <!ENTITY % ref.TitlesBeforeNames "TitlesBeforeNames">
901
+ <!ENTITY % ref.NamesBeforeKey "NamesBeforeKey">
902
+ <!ENTITY % ref.PrefixToKey "PrefixToKey">
903
+ <!ENTITY % ref.SuffixToKey "SuffixToKey">
904
+ <!ENTITY % ref.KeyNames "KeyNames">
905
+ <!ENTITY % ref.NamesAfterKey "NamesAfterKey">
906
+ <!ENTITY % ref.LettersAfterNames "LettersAfterNames">
907
+ <!ENTITY % ref.TitlesAfterNames "TitlesAfterNames">
908
+ <!ENTITY % ref.Name "Name">
909
+ <!ENTITY % ref.PersonNameType "PersonNameType">
910
+ <!ENTITY % ref.PersonNameIdentifier "PersonNameIdentifier">
911
+ <!ENTITY % ref.PersonNameIDType "PersonNameIDType">
912
+ <!ENTITY % ref.PersonDate "PersonDate">
913
+ <!ENTITY % ref.PersonDateRole "PersonDateRole">
914
+ <!ENTITY % ref.Date "Date">
915
+ <!ENTITY % ref.BiographicalNote "BiographicalNote">
916
+ <!ENTITY % ref.ProfessionalAffiliation "ProfessionalAffiliation">
917
+ <!ENTITY % ref.ProfessionalPosition "ProfessionalPosition">
918
+ <!ENTITY % ref.Affiliation "Affiliation">
919
+ <!ENTITY % ref.CorporateName "CorporateName">
920
+ <!ENTITY % ref.ContributorDescription "ContributorDescription">
921
+ <!ENTITY % ref.UnnamedPersons "UnnamedPersons">
922
+ <!ENTITY % ref.NoContributor "NoContributor">
923
+ <!ENTITY % ref.ContributorStatement "ContributorStatement">
924
+ <!ENTITY % ref.ConferenceDescription "ConferenceDescription">
925
+ <!ENTITY % ref.ConferenceRole "ConferenceRole">
926
+ <!ENTITY % ref.ConferenceName "ConferenceName">
927
+ <!ENTITY % ref.ConferenceNumber "ConferenceNumber">
928
+ <!ENTITY % ref.ConferenceDate "ConferenceDate">
929
+ <!ENTITY % ref.ConferencePlace "ConferencePlace">
930
+ <!ENTITY % ref.Conference "Conference">
931
+ <!ENTITY % ref.ConferenceAcronym "ConferenceAcronym">
932
+ <!ENTITY % ref.ConferenceTheme "ConferenceTheme">
933
+ <!ENTITY % ref.ConferenceSponsor "ConferenceSponsor">
934
+ <!ENTITY % ref.ConferenceSponsorIdentifier "ConferenceSponsorIdentifier">
935
+ <!ENTITY % ref.ConferenceSponsorIDType "ConferenceSponsorIDType">
936
+ <!ENTITY % ref.EditionTypeCode "EditionTypeCode">
937
+ <!ENTITY % ref.EditionNumber "EditionNumber">
938
+ <!ENTITY % ref.EditionVersionNumber "EditionVersionNumber">
939
+ <!ENTITY % ref.EditionStatement "EditionStatement">
940
+ <!ENTITY % ref.NoEdition "NoEdition">
941
+ <!ENTITY % ref.ReligiousText "ReligiousText">
942
+ <!ENTITY % ref.Bible "Bible">
943
+ <!ENTITY % ref.BibleContents "BibleContents">
944
+ <!ENTITY % ref.BibleVersion "BibleVersion">
945
+ <!ENTITY % ref.StudyBibleType "StudyBibleType">
946
+ <!ENTITY % ref.BiblePurpose "BiblePurpose">
947
+ <!ENTITY % ref.BibleTextOrganization "BibleTextOrganization">
948
+ <!ENTITY % ref.BibleReferenceLocation "BibleReferenceLocation">
949
+ <!ENTITY % ref.BibleTextFeature "BibleTextFeature">
950
+ <!ENTITY % ref.ReligiousTextID "ReligiousTextID">
951
+ <!ENTITY % ref.ReligiousTextFeature "ReligiousTextFeature">
952
+ <!ENTITY % ref.ReligiousTextFeatureType "ReligiousTextFeatureType">
953
+ <!ENTITY % ref.ReligiousTextFeatureCode "ReligiousTextFeatureCode">
954
+ <!ENTITY % ref.ReligiousTextFeatureDescription "ReligiousTextFeatureDescription">
955
+ <!ENTITY % ref.LanguageOfText "LanguageOfText">
956
+ <!ENTITY % ref.OriginalLanguage "OriginalLanguage">
957
+ <!ENTITY % ref.Language "Language">
958
+ <!ENTITY % ref.LanguageRole "LanguageRole">
959
+ <!ENTITY % ref.CountryCode "CountryCode">
960
+ <!ENTITY % ref.NumberOfPages "NumberOfPages">
961
+ <!ENTITY % ref.PagesRoman "PagesRoman">
962
+ <!ENTITY % ref.PagesArabic "PagesArabic">
963
+ <!ENTITY % ref.NumberOfIllustrations "NumberOfIllustrations">
964
+ <!ENTITY % ref.IllustrationsNote "IllustrationsNote">
965
+ <!ENTITY % ref.Illustrations "Illustrations">
966
+ <!ENTITY % ref.IllustrationType "IllustrationType">
967
+ <!ENTITY % ref.IllustrationTypeDescription "IllustrationTypeDescription">
968
+ <!ENTITY % ref.Number "Number">
969
+ <!ENTITY % ref.MapScale "MapScale">
970
+ <!ENTITY % ref.Extent "Extent">
971
+ <!ENTITY % ref.ExtentType "ExtentType">
972
+ <!ENTITY % ref.ExtentValue "ExtentValue">
973
+ <!ENTITY % ref.ExtentUnit "ExtentUnit">
974
+ <!ENTITY % ref.BASICMainSubject "BASICMainSubject">
975
+ <!ENTITY % ref.BASICVersion "BASICVersion">
976
+ <!ENTITY % ref.BICMainSubject "BICMainSubject">
977
+ <!ENTITY % ref.BICVersion "BICVersion">
978
+ <!ENTITY % ref.MainSubject "MainSubject">
979
+ <!ENTITY % ref.MainSubjectSchemeIdentifier "MainSubjectSchemeIdentifier">
980
+ <!ENTITY % ref.Subject "Subject">
981
+ <!ENTITY % ref.SubjectSchemeIdentifier "SubjectSchemeIdentifier">
982
+ <!ENTITY % ref.SubjectSchemeName "SubjectSchemeName">
983
+ <!ENTITY % ref.SubjectSchemeVersion "SubjectSchemeVersion">
984
+ <!ENTITY % ref.SubjectCode "SubjectCode">
985
+ <!ENTITY % ref.SubjectHeadingText "SubjectHeadingText">
986
+ <!ENTITY % ref.PersonAsSubject "PersonAsSubject">
987
+ <!ENTITY % ref.CorporateBodyAsSubject "CorporateBodyAsSubject">
988
+ <!ENTITY % ref.PlaceAsSubject "PlaceAsSubject">
989
+ <!ENTITY % ref.AudienceCode "AudienceCode">
990
+ <!ENTITY % ref.Audience "Audience">
991
+ <!ENTITY % ref.AudienceCodeType "AudienceCodeType">
992
+ <!ENTITY % ref.AudienceCodeTypeName "AudienceCodeTypeName">
993
+ <!ENTITY % ref.AudienceCodeValue "AudienceCodeValue">
994
+ <!ENTITY % ref.USSchoolGrade "USSchoolGrade">
995
+ <!ENTITY % ref.InterestAge "InterestAge">
996
+ <!ENTITY % ref.AudienceRange "AudienceRange">
997
+ <!ENTITY % ref.AudienceRangeQualifier "AudienceRangeQualifier">
998
+ <!ENTITY % ref.AudienceRangePrecision "AudienceRangePrecision">
999
+ <!ENTITY % ref.AudienceRangeValue "AudienceRangeValue">
1000
+ <!ENTITY % ref.AudienceDescription "AudienceDescription">
1001
+ <!ENTITY % ref.Complexity "Complexity">
1002
+ <!ENTITY % ref.ComplexitySchemeIdentifier "ComplexitySchemeIdentifier">
1003
+ <!ENTITY % ref.ComplexityCode "ComplexityCode">
1004
+ <!ENTITY % ref.ImprintName "ImprintName">
1005
+ <!ENTITY % ref.PublisherName "PublisherName">
1006
+ <!ENTITY % ref.PublishingRole "PublishingRole">
1007
+ <!ENTITY % ref.Imprint "Imprint">
1008
+ <!ENTITY % ref.Publisher "Publisher">
1009
+ <!ENTITY % ref.NameCodeType "NameCodeType">
1010
+ <!ENTITY % ref.NameCodeTypeName "NameCodeTypeName">
1011
+ <!ENTITY % ref.NameCodeValue "NameCodeValue">
1012
+ <!ENTITY % ref.CityOfPublication "CityOfPublication">
1013
+ <!ENTITY % ref.CountryOfPublication "CountryOfPublication">
1014
+ <!ENTITY % ref.CopublisherName "CopublisherName">
1015
+ <!ENTITY % ref.SponsorName "SponsorName">
1016
+ <!ENTITY % ref.OriginalPublisher "OriginalPublisher">
1017
+ <!ENTITY % ref.PublishingStatus "PublishingStatus">
1018
+ <!ENTITY % ref.PublishingStatusNote "PublishingStatusNote">
1019
+ <!ENTITY % ref.AnnouncementDate "AnnouncementDate">
1020
+ <!ENTITY % ref.TradeAnnouncementDate "TradeAnnouncementDate">
1021
+ <!ENTITY % ref.PublicationDate "PublicationDate">
1022
+ <!ENTITY % ref.CopyrightYear "CopyrightYear">
1023
+ <!ENTITY % ref.YearFirstPublished "YearFirstPublished">
1024
+ <!ENTITY % ref.CopyrightStatement "CopyrightStatement">
1025
+ <!ENTITY % ref.CopyrightOwner "CopyrightOwner">
1026
+ <!ENTITY % ref.CopyrightOwnerIdentifier "CopyrightOwnerIdentifier">
1027
+ <!ENTITY % ref.CopyrightOwnerIDType "CopyrightOwnerIDType">
1028
+ <!ENTITY % ref.SalesRights "SalesRights">
1029
+ <!ENTITY % ref.NotForSale "NotForSale">
1030
+ <!ENTITY % ref.SalesRightsType "SalesRightsType">
1031
+ <!ENTITY % ref.RightsCountry "RightsCountry">
1032
+ <!ENTITY % ref.RightsTerritory "RightsTerritory">
1033
+ <!ENTITY % ref.RightsRegion "RightsRegion">
1034
+ <!ENTITY % ref.SalesRestriction "SalesRestriction">
1035
+ <!ENTITY % ref.SalesRestrictionType "SalesRestrictionType">
1036
+ <!ENTITY % ref.SalesOutlet "SalesOutlet">
1037
+ <!ENTITY % ref.SalesOutletIdentifier "SalesOutletIdentifier">
1038
+ <!ENTITY % ref.SalesOutletIDType "SalesOutletIDType">
1039
+ <!ENTITY % ref.SalesOutletName "SalesOutletName">
1040
+ <!ENTITY % ref.SalesRestrictionDetail "SalesRestrictionDetail">
1041
+ <!ENTITY % ref.Measure "Measure">
1042
+ <!ENTITY % ref.MeasureTypeCode "MeasureTypeCode">
1043
+ <!ENTITY % ref.Measurement "Measurement">
1044
+ <!ENTITY % ref.MeasureUnitCode "MeasureUnitCode">
1045
+ <!ENTITY % ref.Height "Height">
1046
+ <!ENTITY % ref.Width "Width">
1047
+ <!ENTITY % ref.Thickness "Thickness">
1048
+ <!ENTITY % ref.Weight "Weight">
1049
+ <!ENTITY % ref.Dimensions "Dimensions">
1050
+ <!ENTITY % ref.Annotation "Annotation">
1051
+ <!ENTITY % ref.MainDescription "MainDescription">
1052
+ <!ENTITY % ref.OtherText "OtherText">
1053
+ <!ENTITY % ref.TextTypeCode "TextTypeCode">
1054
+ <!ENTITY % ref.TextFormat "TextFormat">
1055
+ <!ENTITY % ref.Text "Text">
1056
+ <!ENTITY % ref.TextLinkType "TextLinkType">
1057
+ <!ENTITY % ref.TextLink "TextLink">
1058
+ <!ENTITY % ref.TextAuthor "TextAuthor">
1059
+ <!ENTITY % ref.TextSourceCorporate "TextSourceCorporate">
1060
+ <!ENTITY % ref.TextSourceTitle "TextSourceTitle">
1061
+ <!ENTITY % ref.TextPublicationDate "TextPublicationDate">
1062
+ <!ENTITY % ref.StartDate "StartDate">
1063
+ <!ENTITY % ref.EndDate "EndDate">
1064
+ <!ENTITY % ref.ReviewQuote "ReviewQuote">
1065
+ <!ENTITY % ref.CoverImageFormatCode "CoverImageFormatCode">
1066
+ <!ENTITY % ref.CoverImageLinkTypeCode "CoverImageLinkTypeCode">
1067
+ <!ENTITY % ref.CoverImageLink "CoverImageLink">
1068
+ <!ENTITY % ref.MediaFile "MediaFile">
1069
+ <!ENTITY % ref.MediaFileTypeCode "MediaFileTypeCode">
1070
+ <!ENTITY % ref.MediaFileFormatCode "MediaFileFormatCode">
1071
+ <!ENTITY % ref.ImageResolution "ImageResolution">
1072
+ <!ENTITY % ref.MediaFileLinkTypeCode "MediaFileLinkTypeCode">
1073
+ <!ENTITY % ref.MediaFileLink "MediaFileLink">
1074
+ <!ENTITY % ref.TextWithDownload "TextWithDownload">
1075
+ <!ENTITY % ref.DownloadCaption "DownloadCaption">
1076
+ <!ENTITY % ref.DownloadCredit "DownloadCredit">
1077
+ <!ENTITY % ref.DownloadCopyrightNotice "DownloadCopyrightNotice">
1078
+ <!ENTITY % ref.DownloadTerms "DownloadTerms">
1079
+ <!ENTITY % ref.MediaFileDate "MediaFileDate">
1080
+ <!ENTITY % ref.ProductWebsite "ProductWebsite">
1081
+ <!ENTITY % ref.ProductWebsiteDescription "ProductWebsiteDescription">
1082
+ <!ENTITY % ref.ProductWebsiteLink "ProductWebsiteLink">
1083
+ <!ENTITY % ref.PrizesDescription "PrizesDescription">
1084
+ <!ENTITY % ref.Prize "Prize">
1085
+ <!ENTITY % ref.PrizeName "PrizeName">
1086
+ <!ENTITY % ref.PrizeYear "PrizeYear">
1087
+ <!ENTITY % ref.PrizeCountry "PrizeCountry">
1088
+ <!ENTITY % ref.PrizeCode "PrizeCode">
1089
+ <!ENTITY % ref.PrizeJury "PrizeJury">
1090
+ <!ENTITY % ref.ContentItem "ContentItem">
1091
+ <!ENTITY % ref.LevelSequenceNumber "LevelSequenceNumber">
1092
+ <!ENTITY % ref.TextItem "TextItem">
1093
+ <!ENTITY % ref.TextItemType "TextItemType">
1094
+ <!ENTITY % ref.TextItemIdentifier "TextItemIdentifier">
1095
+ <!ENTITY % ref.TextItemIDType "TextItemIDType">
1096
+ <!ENTITY % ref.FirstPageNumber "FirstPageNumber">
1097
+ <!ENTITY % ref.LastPageNumber "LastPageNumber">
1098
+ <!ENTITY % ref.PageRun "PageRun">
1099
+ <!ENTITY % ref.ComponentTypeName "ComponentTypeName">
1100
+ <!ENTITY % ref.ComponentNumber "ComponentNumber">
1101
+ <!ENTITY % ref.ReplacedByISBN "ReplacedByISBN">
1102
+ <!ENTITY % ref.ReplacedByEAN13 "ReplacedByEAN13">
1103
+ <!ENTITY % ref.RelatedProduct "RelatedProduct">
1104
+ <!ENTITY % ref.RelationCode "RelationCode">
1105
+ <!ENTITY % ref.AlternativeFormatISBN "AlternativeFormatISBN">
1106
+ <!ENTITY % ref.AlternativeFormatEAN13 "AlternativeFormatEAN13">
1107
+ <!ENTITY % ref.AlternativeProductISBN "AlternativeProductISBN">
1108
+ <!ENTITY % ref.AlternativeProductEAN13 "AlternativeProductEAN13">
1109
+ <!ENTITY % ref.OutOfPrintDate "OutOfPrintDate">
1110
+ <!ENTITY % ref.SupplyDetail "SupplyDetail">
1111
+ <!ENTITY % ref.SupplierEANLocationNumber "SupplierEANLocationNumber">
1112
+ <!ENTITY % ref.SupplierSAN "SupplierSAN">
1113
+ <!ENTITY % ref.SupplierIdentifier "SupplierIdentifier">
1114
+ <!ENTITY % ref.SupplierIDType "SupplierIDType">
1115
+ <!ENTITY % ref.SupplierName "SupplierName">
1116
+ <!ENTITY % ref.TelephoneNumber "TelephoneNumber">
1117
+ <!ENTITY % ref.FaxNumber "FaxNumber">
1118
+ <!ENTITY % ref.EmailAddress "EmailAddress">
1119
+ <!ENTITY % ref.SupplierRole "SupplierRole">
1120
+ <!ENTITY % ref.SupplyToCountry "SupplyToCountry">
1121
+ <!ENTITY % ref.SupplyToRegion "SupplyToRegion">
1122
+ <!ENTITY % ref.SupplyToTerritory "SupplyToTerritory">
1123
+ <!ENTITY % ref.SupplyToCountryExcluded "SupplyToCountryExcluded">
1124
+ <!ENTITY % ref.ReturnsCodeType "ReturnsCodeType">
1125
+ <!ENTITY % ref.ReturnsCode "ReturnsCode">
1126
+ <!ENTITY % ref.LastDateForReturns "LastDateForReturns">
1127
+ <!ENTITY % ref.AvailabilityCode "AvailabilityCode">
1128
+ <!ENTITY % ref.ProductAvailability "ProductAvailability">
1129
+ <!ENTITY % ref.IntermediaryAvailabilityCode "IntermediaryAvailabilityCode">
1130
+ <!ENTITY % ref.NewSupplier "NewSupplier">
1131
+ <!ENTITY % ref.Stock "Stock">
1132
+ <!ENTITY % ref.LocationIdentifier "LocationIdentifier">
1133
+ <!ENTITY % ref.LocationIDType "LocationIDType">
1134
+ <!ENTITY % ref.LocationName "LocationName">
1135
+ <!ENTITY % ref.OnHand "OnHand">
1136
+ <!ENTITY % ref.OnOrder "OnOrder">
1137
+ <!ENTITY % ref.CBO "CBO">
1138
+ <!ENTITY % ref.DateFormat "DateFormat">
1139
+ <!ENTITY % ref.ExpectedShipDate "ExpectedShipDate">
1140
+ <!ENTITY % ref.OnSaleDate "OnSaleDate">
1141
+ <!ENTITY % ref.OrderTime "OrderTime">
1142
+ <!ENTITY % ref.PackQuantity "PackQuantity">
1143
+ <!ENTITY % ref.AudienceRestrictionFlag "AudienceRestrictionFlag">
1144
+ <!ENTITY % ref.AudienceRestrictionNote "AudienceRestrictionNote">
1145
+ <!ENTITY % ref.Price "Price">
1146
+ <!ENTITY % ref.PriceTypeCode "PriceTypeCode">
1147
+ <!ENTITY % ref.PriceQualifier "PriceQualifier">
1148
+ <!ENTITY % ref.PriceTypeDescription "PriceTypeDescription">
1149
+ <!ENTITY % ref.PricePer "PricePer">
1150
+ <!ENTITY % ref.MinimumOrderQuantity "MinimumOrderQuantity">
1151
+ <!ENTITY % ref.BatchBonus "BatchBonus">
1152
+ <!ENTITY % ref.BatchQuantity "BatchQuantity">
1153
+ <!ENTITY % ref.FreeQuantity "FreeQuantity">
1154
+ <!ENTITY % ref.ClassOfTrade "ClassOfTrade">
1155
+ <!ENTITY % ref.BICDiscountGroupCode "BICDiscountGroupCode">
1156
+ <!ENTITY % ref.DiscountCoded "DiscountCoded">
1157
+ <!ENTITY % ref.DiscountCodeType "DiscountCodeType">
1158
+ <!ENTITY % ref.DiscountCodeTypeName "DiscountCodeTypeName">
1159
+ <!ENTITY % ref.DiscountCode "DiscountCode">
1160
+ <!ENTITY % ref.DiscountPercent "DiscountPercent">
1161
+ <!ENTITY % ref.PriceStatus "PriceStatus">
1162
+ <!ENTITY % ref.PriceAmount "PriceAmount">
1163
+ <!ENTITY % ref.UnpricedItemType "UnpricedItemType">
1164
+ <!ENTITY % ref.CurrencyCode "CurrencyCode">
1165
+ <!ENTITY % ref.TaxRateCode1 "TaxRateCode1">
1166
+ <!ENTITY % ref.TaxRatePercent1 "TaxRatePercent1">
1167
+ <!ENTITY % ref.TaxableAmount1 "TaxableAmount1">
1168
+ <!ENTITY % ref.TaxAmount1 "TaxAmount1">
1169
+ <!ENTITY % ref.TaxRateCode2 "TaxRateCode2">
1170
+ <!ENTITY % ref.TaxRatePercent2 "TaxRatePercent2">
1171
+ <!ENTITY % ref.TaxableAmount2 "TaxableAmount2">
1172
+ <!ENTITY % ref.TaxAmount2 "TaxAmount2">
1173
+ <!ENTITY % ref.Reissue "Reissue">
1174
+ <!ENTITY % ref.ReissueDate "ReissueDate">
1175
+ <!ENTITY % ref.ReissueDescription "ReissueDescription">
1176
+ <!ENTITY % ref.PriceEffectiveFrom "PriceEffectiveFrom">
1177
+ <!ENTITY % ref.PriceEffectiveUntil "PriceEffectiveUntil">
1178
+ <!ENTITY % ref.PromotionCampaign "PromotionCampaign">
1179
+ <!ENTITY % ref.PromotionContact "PromotionContact">
1180
+ <!ENTITY % ref.InitialPrintRun "InitialPrintRun">
1181
+ <!ENTITY % ref.CopiesSold "CopiesSold">
1182
+ <!ENTITY % ref.BookClubAdoption "BookClubAdoption">
1183
+ <!ENTITY % ref.SubordinateEntries "SubordinateEntries">
1184
+ <!ENTITY % ref.ParentIdentifier "ParentIdentifier">
1185
+ <!ENTITY % ref.SeriesPartName "SeriesPartName">
1186
+ <!ENTITY % ref.FromEANNumber "FromEANNumber">
1187
+ <!ENTITY % ref.FromSAN "FromSAN">
1188
+ <!ENTITY % ref.FromCompany "FromCompany">
1189
+ <!ENTITY % ref.FromPerson "FromPerson">
1190
+ <!ENTITY % ref.FromEmail "FromEmail">
1191
+ <!ENTITY % ref.ToEANNumber "ToEANNumber">
1192
+ <!ENTITY % ref.ToSAN "ToSAN">
1193
+ <!ENTITY % ref.ToCompany "ToCompany">
1194
+ <!ENTITY % ref.ToPerson "ToPerson">
1195
+ <!ENTITY % ref.MessageNumber "MessageNumber">
1196
+ <!ENTITY % ref.MessageRepeat "MessageRepeat">
1197
+ <!ENTITY % ref.SentDate "SentDate">
1198
+ <!ENTITY % ref.MessageNote "MessageNote">
1199
+ <!ENTITY % ref.DefaultLanguageOfText "DefaultLanguageOfText">
1200
+ <!ENTITY % ref.DefaultPriceTypeCode "DefaultPriceTypeCode">
1201
+ <!ENTITY % ref.DefaultCurrencyCode "DefaultCurrencyCode">
1202
+ <!ENTITY % ref.DefaultLinearUnit "DefaultLinearUnit">
1203
+ <!ENTITY % ref.DefaultWeightUnit "DefaultWeightUnit">
1204
+ <!ENTITY % ref.DefaultClassOfTrade "DefaultClassOfTrade">
1205
+ <!ENTITY % ref.SenderIdentifier "SenderIdentifier">
1206
+ <!ENTITY % ref.AddresseeIdentifier "AddresseeIdentifier">
1207
+ <!ENTITY % ref.SenderIDType "SenderIDType">
1208
+ <!ENTITY % ref.AddresseeIDType "AddresseeIDType">
1209
+ <!ENTITY % ref.Header "Header">
1210
+
1211
+ <!--
1212
+ **************************************************
1213
+ * *
1214
+ * SHORT TAG NAMES *
1215
+ * *
1216
+ **************************************************
1217
+ -->
1218
+
1219
+ <!ENTITY % short.ONIXMessage "ONIXmessage">
1220
+ <!ENTITY % short.Product "product">
1221
+ <!ENTITY % short.MainSeriesRecord "mainseriesrecord">
1222
+ <!ENTITY % short.SubSeriesRecord "subseriesrecord">
1223
+ <!ENTITY % short.RecordReference "a001">
1224
+ <!ENTITY % short.NotificationType "a002">
1225
+ <!ENTITY % short.RecordSourceType "a194">
1226
+ <!ENTITY % short.RecordSourceIdentifierType "a195">
1227
+ <!ENTITY % short.RecordSourceIdentifier "a196">
1228
+ <!ENTITY % short.RecordSourceName "a197">
1229
+ <!ENTITY % short.DeletionCode "a198">
1230
+ <!ENTITY % short.DeletionText "a199">
1231
+ <!ENTITY % short.ISBN "b004">
1232
+ <!ENTITY % short.EAN13 "b005">
1233
+ <!ENTITY % short.UPC "b006">
1234
+ <!ENTITY % short.PublisherProductNo "b007">
1235
+ <!ENTITY % short.ISMN "b008">
1236
+ <!ENTITY % short.DOI "b009">
1237
+ <!ENTITY % short.ProductIdentifier "productidentifier">
1238
+ <!ENTITY % short.ProductIDType "b221">
1239
+ <!ENTITY % short.IDTypeName "b233">
1240
+ <!ENTITY % short.IDValue "b244">
1241
+ <!ENTITY % short.Barcode "b246">
1242
+ <!ENTITY % short.ReplacesISBN "b010">
1243
+ <!ENTITY % short.ReplacesEAN13 "b011">
1244
+ <!ENTITY % short.ProductForm "b012">
1245
+ <!ENTITY % short.ProductFormDetail "b333">
1246
+ <!ENTITY % short.ProductFormFeature "productformfeature">
1247
+ <!ENTITY % short.ProductFormFeatureType "b334">
1248
+ <!ENTITY % short.ProductFormFeatureValue "b335">
1249
+ <!ENTITY % short.ProductFormFeatureDescription "b336">
1250
+ <!ENTITY % short.BookFormDetail "b013">
1251
+ <!ENTITY % short.ProductPackaging "b225">
1252
+ <!ENTITY % short.TradeCategory "b384">
1253
+ <!ENTITY % short.ProductContentType "b385">
1254
+ <!ENTITY % short.ProductFormDescription "b014">
1255
+ <!ENTITY % short.ContainedItem "containeditem">
1256
+ <!ENTITY % short.NumberOfPieces "b210">
1257
+ <!ENTITY % short.ItemQuantity "b015">
1258
+ <!ENTITY % short.ProductClassification "productclassification">
1259
+ <!ENTITY % short.ProductClassificationType "b274">
1260
+ <!ENTITY % short.ProductClassificationCode "b275">
1261
+ <!ENTITY % short.Percent "b337">
1262
+ <!ENTITY % short.EpubType "b211">
1263
+ <!ENTITY % short.EpubTypeVersion "b212">
1264
+ <!ENTITY % short.EpubTypeDescription "b213">
1265
+ <!ENTITY % short.EpubFormat "b214">
1266
+ <!ENTITY % short.EpubFormatVersion "b215">
1267
+ <!ENTITY % short.EpubFormatDescription "b216">
1268
+ <!ENTITY % short.EpubSource "b278">
1269
+ <!ENTITY % short.EpubSourceVersion "b279">
1270
+ <!ENTITY % short.EpubSourceDescription "b280">
1271
+ <!ENTITY % short.EpubTypeNote "b277">
1272
+ <!ENTITY % short.Series "series">
1273
+ <!ENTITY % short.NoSeries "n338">
1274
+ <!ENTITY % short.SeriesISSN "b016">
1275
+ <!ENTITY % short.PublisherSeriesCode "b017">
1276
+ <!ENTITY % short.SeriesIdentifier "seriesidentifier">
1277
+ <!ENTITY % short.SeriesIDType "b273">
1278
+ <!ENTITY % short.TitleOfSeries "b018">
1279
+ <!ENTITY % short.NumberWithinSeries "b019">
1280
+ <!ENTITY % short.YearOfAnnual "b020">
1281
+ <!ENTITY % short.Set "set">
1282
+ <!ENTITY % short.ISBNOfSet "b021">
1283
+ <!ENTITY % short.EAN13OfSet "b022">
1284
+ <!ENTITY % short.TitleOfSet "b023">
1285
+ <!ENTITY % short.SetPartNumber "b024">
1286
+ <!ENTITY % short.SetPartTitle "b025">
1287
+ <!ENTITY % short.ItemNumberWithinSet "b026">
1288
+ <!ENTITY % short.SetItemTitle "b281">
1289
+ <!ENTITY % short.TextCaseFlag "b027">
1290
+ <!ENTITY % short.DistinctiveTitle "b028">
1291
+ <!ENTITY % short.Subtitle "b029">
1292
+ <!ENTITY % short.TitlePrefix "b030">
1293
+ <!ENTITY % short.TitleWithoutPrefix "b031">
1294
+ <!ENTITY % short.TranslationOfTitle "b032">
1295
+ <!ENTITY % short.FormerTitle "b033">
1296
+ <!ENTITY % short.Title "title">
1297
+ <!ENTITY % short.TitleType "b202">
1298
+ <!ENTITY % short.AbbreviatedLength "b276">
1299
+ <!ENTITY % short.TitleText "b203">
1300
+ <!ENTITY % short.WorkIdentifier "workidentifier">
1301
+ <!ENTITY % short.WorkIDType "b201">
1302
+ <!ENTITY % short.Website "website">
1303
+ <!ENTITY % short.WebsiteRole "b367">
1304
+ <!ENTITY % short.WebsiteDescription "b294">
1305
+ <!ENTITY % short.WebsiteLink "b295">
1306
+ <!ENTITY % short.ThesisType "b368">
1307
+ <!ENTITY % short.ThesisPresentedTo "b369">
1308
+ <!ENTITY % short.ThesisYear "b370">
1309
+ <!ENTITY % short.Contributor "contributor">
1310
+ <!ENTITY % short.SequenceNumber "b034">
1311
+ <!ENTITY % short.ContributorRole "b035">
1312
+ <!ENTITY % short.LanguageCode "b252">
1313
+ <!ENTITY % short.SequenceNumberWithinRole "b340">
1314
+ <!ENTITY % short.PersonName "b036">
1315
+ <!ENTITY % short.PersonNameInverted "b037">
1316
+ <!ENTITY % short.TitlesBeforeNames "b038">
1317
+ <!ENTITY % short.NamesBeforeKey "b039">
1318
+ <!ENTITY % short.PrefixToKey "b247">
1319
+ <!ENTITY % short.SuffixToKey "b248">
1320
+ <!ENTITY % short.KeyNames "b040">
1321
+ <!ENTITY % short.NamesAfterKey "b041">
1322
+ <!ENTITY % short.LettersAfterNames "b042">
1323
+ <!ENTITY % short.TitlesAfterNames "b043">
1324
+ <!ENTITY % short.Name "name">
1325
+ <!ENTITY % short.PersonNameType "b250">
1326
+ <!ENTITY % short.PersonNameIdentifier "personnameidentifier">
1327
+ <!ENTITY % short.PersonNameIDType "b390">
1328
+ <!ENTITY % short.PersonDate "persondate">
1329
+ <!ENTITY % short.PersonDateRole "b305">
1330
+ <!ENTITY % short.Date "b306">
1331
+ <!ENTITY % short.BiographicalNote "b044">
1332
+ <!ENTITY % short.ProfessionalAffiliation "professionalaffiliation">
1333
+ <!ENTITY % short.ProfessionalPosition "b045">
1334
+ <!ENTITY % short.Affiliation "b046">
1335
+ <!ENTITY % short.CorporateName "b047">
1336
+ <!ENTITY % short.ContributorDescription "b048">
1337
+ <!ENTITY % short.UnnamedPersons "b249">
1338
+ <!ENTITY % short.NoContributor "n339">
1339
+ <!ENTITY % short.ContributorStatement "b049">
1340
+ <!ENTITY % short.ConferenceDescription "b050">
1341
+ <!ENTITY % short.ConferenceRole "b051">
1342
+ <!ENTITY % short.ConferenceName "b052">
1343
+ <!ENTITY % short.ConferenceNumber "b053">
1344
+ <!ENTITY % short.ConferenceDate "b054">
1345
+ <!ENTITY % short.ConferencePlace "b055">
1346
+ <!ENTITY % short.Conference "conference">
1347
+ <!ENTITY % short.ConferenceAcronym "b341">
1348
+ <!ENTITY % short.ConferenceTheme "b342">
1349
+ <!ENTITY % short.ConferenceSponsor "conferencesponsor">
1350
+ <!ENTITY % short.ConferenceSponsorIdentifier "conferencesponsoridentifier">
1351
+ <!ENTITY % short.ConferenceSponsorIDType "b391">
1352
+ <!ENTITY % short.EditionTypeCode "b056">
1353
+ <!ENTITY % short.EditionNumber "b057">
1354
+ <!ENTITY % short.EditionVersionNumber "b217">
1355
+ <!ENTITY % short.EditionStatement "b058">
1356
+ <!ENTITY % short.NoEdition "n386">
1357
+ <!ENTITY % short.ReligiousText "religioustext">
1358
+ <!ENTITY % short.Bible "bible">
1359
+ <!ENTITY % short.BibleContents "b352">
1360
+ <!ENTITY % short.BibleVersion "b353">
1361
+ <!ENTITY % short.StudyBibleType "b389">
1362
+ <!ENTITY % short.BiblePurpose "b354">
1363
+ <!ENTITY % short.BibleTextOrganization "b355">
1364
+ <!ENTITY % short.BibleReferenceLocation "b356">
1365
+ <!ENTITY % short.BibleTextFeature "b357">
1366
+ <!ENTITY % short.ReligiousTextID "b376">
1367
+ <!ENTITY % short.ReligiousTextFeature "religioustextfeature">
1368
+ <!ENTITY % short.ReligiousTextFeatureType "b358">
1369
+ <!ENTITY % short.ReligiousTextFeatureCode "b359">
1370
+ <!ENTITY % short.ReligiousTextFeatureDescription "b360">
1371
+ <!ENTITY % short.LanguageOfText "b059">
1372
+ <!ENTITY % short.OriginalLanguage "b060">
1373
+ <!ENTITY % short.Language "language">
1374
+ <!ENTITY % short.LanguageRole "b253">
1375
+ <!ENTITY % short.CountryCode "b251">
1376
+ <!ENTITY % short.NumberOfPages "b061">
1377
+ <!ENTITY % short.PagesRoman "b254">
1378
+ <!ENTITY % short.PagesArabic "b255">
1379
+ <!ENTITY % short.NumberOfIllustrations "b125">
1380
+ <!ENTITY % short.IllustrationsNote "b062">
1381
+ <!ENTITY % short.Illustrations "illustrations">
1382
+ <!ENTITY % short.IllustrationType "b256">
1383
+ <!ENTITY % short.IllustrationTypeDescription "b361">
1384
+ <!ENTITY % short.Number "b257">
1385
+ <!ENTITY % short.MapScale "b063">
1386
+ <!ENTITY % short.Extent "extent">
1387
+ <!ENTITY % short.ExtentType "b218">
1388
+ <!ENTITY % short.ExtentValue "b219">
1389
+ <!ENTITY % short.ExtentUnit "b220">
1390
+ <!ENTITY % short.BASICMainSubject "b064">
1391
+ <!ENTITY % short.BASICVersion "b200">
1392
+ <!ENTITY % short.BICMainSubject "b065">
1393
+ <!ENTITY % short.BICVersion "b066">
1394
+ <!ENTITY % short.MainSubject "mainsubject">
1395
+ <!ENTITY % short.MainSubjectSchemeIdentifier "b191">
1396
+ <!ENTITY % short.Subject "subject">
1397
+ <!ENTITY % short.SubjectSchemeIdentifier "b067">
1398
+ <!ENTITY % short.SubjectSchemeName "b171">
1399
+ <!ENTITY % short.SubjectSchemeVersion "b068">
1400
+ <!ENTITY % short.SubjectCode "b069">
1401
+ <!ENTITY % short.SubjectHeadingText "b070">
1402
+ <!ENTITY % short.PersonAsSubject "personassubject">
1403
+ <!ENTITY % short.CorporateBodyAsSubject "b071">
1404
+ <!ENTITY % short.PlaceAsSubject "b072">
1405
+ <!ENTITY % short.AudienceCode "b073">
1406
+ <!ENTITY % short.Audience "audience">
1407
+ <!ENTITY % short.AudienceCodeType "b204">
1408
+ <!ENTITY % short.AudienceCodeTypeName "b205">
1409
+ <!ENTITY % short.AudienceCodeValue "b206">
1410
+ <!ENTITY % short.USSchoolGrade "b189">
1411
+ <!ENTITY % short.InterestAge "b190">
1412
+ <!ENTITY % short.AudienceRange "audiencerange">
1413
+ <!ENTITY % short.AudienceRangeQualifier "b074">
1414
+ <!ENTITY % short.AudienceRangePrecision "b075">
1415
+ <!ENTITY % short.AudienceRangeValue "b076">
1416
+ <!ENTITY % short.AudienceDescription "b207">
1417
+ <!ENTITY % short.Complexity "complexity">
1418
+ <!ENTITY % short.ComplexitySchemeIdentifier "b077">
1419
+ <!ENTITY % short.ComplexityCode "b078">
1420
+ <!ENTITY % short.ImprintName "b079">
1421
+ <!ENTITY % short.PublisherName "b081">
1422
+ <!ENTITY % short.PublishingRole "b291">
1423
+ <!ENTITY % short.Imprint "imprint">
1424
+ <!ENTITY % short.Publisher "publisher">
1425
+ <!ENTITY % short.NameCodeType "b241">
1426
+ <!ENTITY % short.NameCodeTypeName "b242">
1427
+ <!ENTITY % short.NameCodeValue "b243">
1428
+ <!ENTITY % short.CityOfPublication "b209">
1429
+ <!ENTITY % short.CountryOfPublication "b083">
1430
+ <!ENTITY % short.CopublisherName "b084">
1431
+ <!ENTITY % short.SponsorName "b085">
1432
+ <!ENTITY % short.OriginalPublisher "b240">
1433
+ <!ENTITY % short.PublishingStatus "b394">
1434
+ <!ENTITY % short.PublishingStatusNote "b395">
1435
+ <!ENTITY % short.AnnouncementDate "b086">
1436
+ <!ENTITY % short.TradeAnnouncementDate "b362">
1437
+ <!ENTITY % short.PublicationDate "b003">
1438
+ <!ENTITY % short.CopyrightYear "b087">
1439
+ <!ENTITY % short.YearFirstPublished "b088">
1440
+ <!ENTITY % short.CopyrightStatement "copyrightstatement">
1441
+ <!ENTITY % short.CopyrightOwner "copyrightowner">
1442
+ <!ENTITY % short.CopyrightOwnerIdentifier "copyrightowneridentifier">
1443
+ <!ENTITY % short.CopyrightOwnerIDType "b392">
1444
+ <!ENTITY % short.SalesRights "salesrights">
1445
+ <!ENTITY % short.NotForSale "notforsale">
1446
+ <!ENTITY % short.SalesRightsType "b089">
1447
+ <!ENTITY % short.RightsCountry "b090">
1448
+ <!ENTITY % short.RightsTerritory "b388">
1449
+ <!ENTITY % short.RightsRegion "b091">
1450
+ <!ENTITY % short.SalesRestriction "salesrestriction">
1451
+ <!ENTITY % short.SalesRestrictionType "b381">
1452
+ <!ENTITY % short.SalesOutlet "salesoutlet">
1453
+ <!ENTITY % short.SalesOutletIdentifier "salesoutletidentifier">
1454
+ <!ENTITY % short.SalesOutletIDType "b393">
1455
+ <!ENTITY % short.SalesOutletName "b382">
1456
+ <!ENTITY % short.SalesRestrictionDetail "b383">
1457
+ <!ENTITY % short.Measure "measure">
1458
+ <!ENTITY % short.MeasureTypeCode "c093">
1459
+ <!ENTITY % short.Measurement "c094">
1460
+ <!ENTITY % short.MeasureUnitCode "c095">
1461
+ <!ENTITY % short.Height "c096">
1462
+ <!ENTITY % short.Width "c097">
1463
+ <!ENTITY % short.Thickness "c098">
1464
+ <!ENTITY % short.Weight "c099">
1465
+ <!ENTITY % short.Dimensions "c258">
1466
+ <!ENTITY % short.Annotation "d100">
1467
+ <!ENTITY % short.MainDescription "d101">
1468
+ <!ENTITY % short.OtherText "othertext">
1469
+ <!ENTITY % short.TextTypeCode "d102">
1470
+ <!ENTITY % short.TextFormat "d103">
1471
+ <!ENTITY % short.Text "d104">
1472
+ <!ENTITY % short.TextLinkType "d105">
1473
+ <!ENTITY % short.TextLink "d106">
1474
+ <!ENTITY % short.TextAuthor "d107">
1475
+ <!ENTITY % short.TextSourceCorporate "b374">
1476
+ <!ENTITY % short.TextSourceTitle "d108">
1477
+ <!ENTITY % short.TextPublicationDate "d109">
1478
+ <!ENTITY % short.StartDate "b324">
1479
+ <!ENTITY % short.EndDate "b325">
1480
+ <!ENTITY % short.ReviewQuote "e110">
1481
+ <!ENTITY % short.CoverImageFormatCode "f111">
1482
+ <!ENTITY % short.CoverImageLinkTypeCode "f112">
1483
+ <!ENTITY % short.CoverImageLink "f113">
1484
+ <!ENTITY % short.MediaFile "mediafile">
1485
+ <!ENTITY % short.MediaFileTypeCode "f114">
1486
+ <!ENTITY % short.MediaFileFormatCode "f115">
1487
+ <!ENTITY % short.ImageResolution "f259">
1488
+ <!ENTITY % short.MediaFileLinkTypeCode "f116">
1489
+ <!ENTITY % short.MediaFileLink "f117">
1490
+ <!ENTITY % short.TextWithDownload "f118">
1491
+ <!ENTITY % short.DownloadCaption "f119">
1492
+ <!ENTITY % short.DownloadCredit "f120">
1493
+ <!ENTITY % short.DownloadCopyrightNotice "f121">
1494
+ <!ENTITY % short.DownloadTerms "f122">
1495
+ <!ENTITY % short.MediaFileDate "f373">
1496
+ <!ENTITY % short.ProductWebsite "productwebsite">
1497
+ <!ENTITY % short.ProductWebsiteDescription "f170">
1498
+ <!ENTITY % short.ProductWebsiteLink "f123">
1499
+ <!ENTITY % short.PrizesDescription "g124">
1500
+ <!ENTITY % short.Prize "prize">
1501
+ <!ENTITY % short.PrizeName "g126">
1502
+ <!ENTITY % short.PrizeYear "g127">
1503
+ <!ENTITY % short.PrizeCountry "g128">
1504
+ <!ENTITY % short.PrizeCode "g129">
1505
+ <!ENTITY % short.PrizeJury "g343">
1506
+ <!ENTITY % short.ContentItem "contentitem">
1507
+ <!ENTITY % short.LevelSequenceNumber "b284">
1508
+ <!ENTITY % short.TextItem "textitem">
1509
+ <!ENTITY % short.TextItemType "b290">
1510
+ <!ENTITY % short.TextItemIdentifier "textitemidentifier">
1511
+ <!ENTITY % short.TextItemIDType "b285">
1512
+ <!ENTITY % short.FirstPageNumber "b286">
1513
+ <!ENTITY % short.LastPageNumber "b287">
1514
+ <!ENTITY % short.PageRun "pagerun">
1515
+ <!ENTITY % short.ComponentTypeName "b288">
1516
+ <!ENTITY % short.ComponentNumber "b289">
1517
+ <!ENTITY % short.ReplacedByISBN "h130">
1518
+ <!ENTITY % short.ReplacedByEAN13 "h131">
1519
+ <!ENTITY % short.RelatedProduct "relatedproduct">
1520
+ <!ENTITY % short.RelationCode "h208">
1521
+ <!ENTITY % short.AlternativeFormatISBN "h132">
1522
+ <!ENTITY % short.AlternativeFormatEAN13 "h133">
1523
+ <!ENTITY % short.AlternativeProductISBN "h163">
1524
+ <!ENTITY % short.AlternativeProductEAN13 "h164">
1525
+ <!ENTITY % short.OutOfPrintDate "h134">
1526
+ <!ENTITY % short.SupplyDetail "supplydetail">
1527
+ <!ENTITY % short.SupplierEANLocationNumber "j135">
1528
+ <!ENTITY % short.SupplierSAN "j136">
1529
+ <!ENTITY % short.SupplierIdentifier "supplieridentifier">
1530
+ <!ENTITY % short.SupplierIDType "j345">
1531
+ <!ENTITY % short.SupplierName "j137">
1532
+ <!ENTITY % short.TelephoneNumber "j270">
1533
+ <!ENTITY % short.FaxNumber "j271">
1534
+ <!ENTITY % short.EmailAddress "j272">
1535
+ <!ENTITY % short.SupplierRole "j292">
1536
+ <!ENTITY % short.SupplyToCountry "j138">
1537
+ <!ENTITY % short.SupplyToRegion "j139">
1538
+ <!ENTITY % short.SupplyToTerritory "j397">
1539
+ <!ENTITY % short.SupplyToCountryExcluded "j140">
1540
+ <!ENTITY % short.ReturnsCodeType "j268">
1541
+ <!ENTITY % short.ReturnsCode "j269">
1542
+ <!ENTITY % short.LastDateForReturns "j387">
1543
+ <!ENTITY % short.AvailabilityCode "j141">
1544
+ <!ENTITY % short.ProductAvailability "j396">
1545
+ <!ENTITY % short.IntermediaryAvailabilityCode "j348">
1546
+ <!ENTITY % short.NewSupplier "newsupplier">
1547
+ <!ENTITY % short.Stock "stock">
1548
+ <!ENTITY % short.LocationIdentifier "locationidentifier">
1549
+ <!ENTITY % short.LocationIDType "j377">
1550
+ <!ENTITY % short.LocationName "j349">
1551
+ <!ENTITY % short.OnHand "j350">
1552
+ <!ENTITY % short.OnOrder "j351">
1553
+ <!ENTITY % short.CBO "j375">
1554
+ <!ENTITY % short.DateFormat "j260">
1555
+ <!ENTITY % short.ExpectedShipDate "j142">
1556
+ <!ENTITY % short.OnSaleDate "j143">
1557
+ <!ENTITY % short.OrderTime "j144">
1558
+ <!ENTITY % short.PackQuantity "j145">
1559
+ <!ENTITY % short.AudienceRestrictionFlag "j146">
1560
+ <!ENTITY % short.AudienceRestrictionNote "j147">
1561
+ <!ENTITY % short.Price "price">
1562
+ <!ENTITY % short.PriceTypeCode "j148">
1563
+ <!ENTITY % short.PriceQualifier "j261">
1564
+ <!ENTITY % short.PriceTypeDescription "j262">
1565
+ <!ENTITY % short.PricePer "j239">
1566
+ <!ENTITY % short.MinimumOrderQuantity "j263">
1567
+ <!ENTITY % short.BatchBonus "batchbonus">
1568
+ <!ENTITY % short.BatchQuantity "j264">
1569
+ <!ENTITY % short.FreeQuantity "j265">
1570
+ <!ENTITY % short.ClassOfTrade "j149">
1571
+ <!ENTITY % short.BICDiscountGroupCode "j150">
1572
+ <!ENTITY % short.DiscountCoded "discountcoded">
1573
+ <!ENTITY % short.DiscountCodeType "j363">
1574
+ <!ENTITY % short.DiscountCodeTypeName "j378">
1575
+ <!ENTITY % short.DiscountCode "j364">
1576
+ <!ENTITY % short.DiscountPercent "j267">
1577
+ <!ENTITY % short.PriceStatus "j266">
1578
+ <!ENTITY % short.PriceAmount "j151">
1579
+ <!ENTITY % short.UnpricedItemType "j192">
1580
+ <!ENTITY % short.CurrencyCode "j152">
1581
+ <!ENTITY % short.TaxRateCode1 "j153">
1582
+ <!ENTITY % short.TaxRatePercent1 "j154">
1583
+ <!ENTITY % short.TaxableAmount1 "j155">
1584
+ <!ENTITY % short.TaxAmount1 "j156">
1585
+ <!ENTITY % short.TaxRateCode2 "j157">
1586
+ <!ENTITY % short.TaxRatePercent2 "j158">
1587
+ <!ENTITY % short.TaxableAmount2 "j159">
1588
+ <!ENTITY % short.TaxAmount2 "j160">
1589
+ <!ENTITY % short.Reissue "reissue">
1590
+ <!ENTITY % short.ReissueDate "j365">
1591
+ <!ENTITY % short.ReissueDescription "j366">
1592
+ <!ENTITY % short.PriceEffectiveFrom "j161">
1593
+ <!ENTITY % short.PriceEffectiveUntil "j162">
1594
+ <!ENTITY % short.PromotionCampaign "k165">
1595
+ <!ENTITY % short.PromotionContact "k166">
1596
+ <!ENTITY % short.InitialPrintRun "k167">
1597
+ <!ENTITY % short.CopiesSold "k168">
1598
+ <!ENTITY % short.BookClubAdoption "k169">
1599
+ <!ENTITY % short.SubordinateEntries "a245">
1600
+ <!ENTITY % short.ParentIdentifier "parentidentifier">
1601
+ <!ENTITY % short.SeriesPartName "b282">
1602
+ <!ENTITY % short.FromEANNumber "m172">
1603
+ <!ENTITY % short.FromSAN "m173">
1604
+ <!ENTITY % short.FromCompany "m174">
1605
+ <!ENTITY % short.FromPerson "m175">
1606
+ <!ENTITY % short.FromEmail "m283">
1607
+ <!ENTITY % short.ToEANNumber "m176">
1608
+ <!ENTITY % short.ToSAN "m177">
1609
+ <!ENTITY % short.ToCompany "m178">
1610
+ <!ENTITY % short.ToPerson "m179">
1611
+ <!ENTITY % short.MessageNumber "m180">
1612
+ <!ENTITY % short.MessageRepeat "m181">
1613
+ <!ENTITY % short.SentDate "m182">
1614
+ <!ENTITY % short.MessageNote "m183">
1615
+ <!ENTITY % short.DefaultLanguageOfText "m184">
1616
+ <!ENTITY % short.DefaultPriceTypeCode "m185">
1617
+ <!ENTITY % short.DefaultCurrencyCode "m186">
1618
+ <!ENTITY % short.DefaultLinearUnit "m187">
1619
+ <!ENTITY % short.DefaultWeightUnit "m188">
1620
+ <!ENTITY % short.DefaultClassOfTrade "m193">
1621
+ <!ENTITY % short.SenderIdentifier "senderidentifier">
1622
+ <!ENTITY % short.AddresseeIdentifier "addresseeidentifier">
1623
+ <!ENTITY % short.SenderIDType "m379">
1624
+ <!ENTITY % short.AddresseeIDType "m380">
1625
+ <!ENTITY % short.Header "header">
1626
+
1627
+ <!-- The names used in this version of the DTD are defined here. -->
1628
+
1629
+ <!ENTITY % ONIXMessage "%ref.ONIXMessage;">
1630
+ <!ENTITY % Product "%ref.Product;">
1631
+ <!ENTITY % MainSeriesRecord "%ref.MainSeriesRecord;">
1632
+ <!ENTITY % SubSeriesRecord "%ref.SubSeriesRecord;">
1633
+ <!ENTITY % RecordReference "%ref.RecordReference;">
1634
+ <!ENTITY % NotificationType "%ref.NotificationType;">
1635
+ <!ENTITY % RecordSourceType "%ref.RecordSourceType;">
1636
+ <!ENTITY % RecordSourceIdentifierType "%ref.RecordSourceIdentifierType;">
1637
+ <!ENTITY % RecordSourceIdentifier "%ref.RecordSourceIdentifier;">
1638
+ <!ENTITY % RecordSourceName "%ref.RecordSourceName;">
1639
+ <!ENTITY % DeletionCode "%ref.DeletionCode;">
1640
+ <!ENTITY % DeletionText "%ref.DeletionText;">
1641
+ <!ENTITY % ISBN "%ref.ISBN;">
1642
+ <!ENTITY % EAN13 "%ref.EAN13;">
1643
+ <!ENTITY % UPC "%ref.UPC;">
1644
+ <!ENTITY % PublisherProductNo "%ref.PublisherProductNo;">
1645
+ <!ENTITY % ISMN "%ref.ISMN;">
1646
+ <!ENTITY % DOI "%ref.DOI;">
1647
+ <!ENTITY % ProductIdentifier "%ref.ProductIdentifier;">
1648
+ <!ENTITY % ProductIDType "%ref.ProductIDType;">
1649
+ <!ENTITY % IDTypeName "%ref.IDTypeName;">
1650
+ <!ENTITY % IDValue "%ref.IDValue;">
1651
+ <!ENTITY % Barcode "%ref.Barcode;">
1652
+ <!ENTITY % ReplacesISBN "%ref.ReplacesISBN;">
1653
+ <!ENTITY % ReplacesEAN13 "%ref.ReplacesEAN13;">
1654
+ <!ENTITY % ProductForm "%ref.ProductForm;">
1655
+ <!ENTITY % ProductFormDetail "%ref.ProductFormDetail;">
1656
+ <!ENTITY % ProductFormFeature "%ref.ProductFormFeature;">
1657
+ <!ENTITY % ProductFormFeatureType "%ref.ProductFormFeatureType;">
1658
+ <!ENTITY % ProductFormFeatureValue "%ref.ProductFormFeatureValue;">
1659
+ <!ENTITY % ProductFormFeatureDescription "%ref.ProductFormFeatureDescription;">
1660
+ <!ENTITY % BookFormDetail "%ref.BookFormDetail;">
1661
+ <!ENTITY % ProductPackaging "%ref.ProductPackaging;">
1662
+ <!ENTITY % TradeCategory "%ref.TradeCategory;">
1663
+ <!ENTITY % ProductContentType "%ref.ProductContentType;">
1664
+ <!ENTITY % ProductFormDescription "%ref.ProductFormDescription;">
1665
+ <!ENTITY % ContainedItem "%ref.ContainedItem;">
1666
+ <!ENTITY % NumberOfPieces "%ref.NumberOfPieces;">
1667
+ <!ENTITY % ItemQuantity "%ref.ItemQuantity;">
1668
+ <!ENTITY % ProductClassification "%ref.ProductClassification;">
1669
+ <!ENTITY % ProductClassificationType "%ref.ProductClassificationType;">
1670
+ <!ENTITY % ProductClassificationCode "%ref.ProductClassificationCode;">
1671
+ <!ENTITY % Percent "%ref.Percent;">
1672
+ <!ENTITY % EpubType "%ref.EpubType;">
1673
+ <!ENTITY % EpubTypeVersion "%ref.EpubTypeVersion;">
1674
+ <!ENTITY % EpubTypeDescription "%ref.EpubTypeDescription;">
1675
+ <!ENTITY % EpubFormat "%ref.EpubFormat;">
1676
+ <!ENTITY % EpubFormatVersion "%ref.EpubFormatVersion;">
1677
+ <!ENTITY % EpubFormatDescription "%ref.EpubFormatDescription;">
1678
+ <!ENTITY % EpubSource "%ref.EpubSource;">
1679
+ <!ENTITY % EpubSourceVersion "%ref.EpubSourceVersion;">
1680
+ <!ENTITY % EpubSourceDescription "%ref.EpubSourceDescription;">
1681
+ <!ENTITY % EpubTypeNote "%ref.EpubTypeNote;">
1682
+ <!ENTITY % Series "%ref.Series;">
1683
+ <!ENTITY % NoSeries "%ref.NoSeries;">
1684
+ <!ENTITY % SeriesISSN "%ref.SeriesISSN;">
1685
+ <!ENTITY % PublisherSeriesCode "%ref.PublisherSeriesCode;">
1686
+ <!ENTITY % SeriesIdentifier "%ref.SeriesIdentifier;">
1687
+ <!ENTITY % SeriesIDType "%ref.SeriesIDType;">
1688
+ <!ENTITY % TitleOfSeries "%ref.TitleOfSeries;">
1689
+ <!ENTITY % NumberWithinSeries "%ref.NumberWithinSeries;">
1690
+ <!ENTITY % YearOfAnnual "%ref.YearOfAnnual;">
1691
+ <!ENTITY % Set "%ref.Set;">
1692
+ <!ENTITY % ISBNOfSet "%ref.ISBNOfSet;">
1693
+ <!ENTITY % EAN13OfSet "%ref.EAN13OfSet;">
1694
+ <!ENTITY % TitleOfSet "%ref.TitleOfSet;">
1695
+ <!ENTITY % SetPartNumber "%ref.SetPartNumber;">
1696
+ <!ENTITY % SetPartTitle "%ref.SetPartTitle;">
1697
+ <!ENTITY % ItemNumberWithinSet "%ref.ItemNumberWithinSet;">
1698
+ <!ENTITY % SetItemTitle "%ref.SetItemTitle;">
1699
+ <!ENTITY % TextCaseFlag "%ref.TextCaseFlag;">
1700
+ <!ENTITY % DistinctiveTitle "%ref.DistinctiveTitle;">
1701
+ <!ENTITY % Subtitle "%ref.Subtitle;">
1702
+ <!ENTITY % TitlePrefix "%ref.TitlePrefix;">
1703
+ <!ENTITY % TitleWithoutPrefix "%ref.TitleWithoutPrefix;">
1704
+ <!ENTITY % TranslationOfTitle "%ref.TranslationOfTitle;">
1705
+ <!ENTITY % FormerTitle "%ref.FormerTitle;">
1706
+ <!ENTITY % Title "%ref.Title;">
1707
+ <!ENTITY % TitleType "%ref.TitleType;">
1708
+ <!ENTITY % AbbreviatedLength "%ref.AbbreviatedLength;">
1709
+ <!ENTITY % TitleText "%ref.TitleText;">
1710
+ <!ENTITY % WorkIdentifier "%ref.WorkIdentifier;">
1711
+ <!ENTITY % WorkIDType "%ref.WorkIDType;">
1712
+ <!ENTITY % Website "%ref.Website;">
1713
+ <!ENTITY % WebsiteRole "%ref.WebsiteRole;">
1714
+ <!ENTITY % WebsiteDescription "%ref.WebsiteDescription;">
1715
+ <!ENTITY % WebsiteLink "%ref.WebsiteLink;">
1716
+ <!ENTITY % ThesisType "%ref.ThesisType;">
1717
+ <!ENTITY % ThesisPresentedTo "%ref.ThesisPresentedTo;">
1718
+ <!ENTITY % ThesisYear "%ref.ThesisYear;">
1719
+ <!ENTITY % Contributor "%ref.Contributor;">
1720
+ <!ENTITY % SequenceNumber "%ref.SequenceNumber;">
1721
+ <!ENTITY % ContributorRole "%ref.ContributorRole;">
1722
+ <!ENTITY % LanguageCode "%ref.LanguageCode;">
1723
+ <!ENTITY % SequenceNumberWithinRole "%ref.SequenceNumberWithinRole;">
1724
+ <!ENTITY % PersonName "%ref.PersonName;">
1725
+ <!ENTITY % PersonNameInverted "%ref.PersonNameInverted;">
1726
+ <!ENTITY % TitlesBeforeNames "%ref.TitlesBeforeNames;">
1727
+ <!ENTITY % NamesBeforeKey "%ref.NamesBeforeKey;">
1728
+ <!ENTITY % PrefixToKey "%ref.PrefixToKey;">
1729
+ <!ENTITY % SuffixToKey "%ref.SuffixToKey;">
1730
+ <!ENTITY % KeyNames "%ref.KeyNames;">
1731
+ <!ENTITY % NamesAfterKey "%ref.NamesAfterKey;">
1732
+ <!ENTITY % LettersAfterNames "%ref.LettersAfterNames;">
1733
+ <!ENTITY % TitlesAfterNames "%ref.TitlesAfterNames;">
1734
+ <!ENTITY % Name "%ref.Name;">
1735
+ <!ENTITY % PersonNameType "%ref.PersonNameType;">
1736
+ <!ENTITY % PersonNameIdentifier "%ref.PersonNameIdentifier;">
1737
+ <!ENTITY % PersonNameIDType "%ref.PersonNameIDType;">
1738
+ <!ENTITY % PersonDate "%ref.PersonDate;">
1739
+ <!ENTITY % PersonDateRole "%ref.PersonDateRole;">
1740
+ <!ENTITY % Date "%ref.Date;">
1741
+ <!ENTITY % BiographicalNote "%ref.BiographicalNote;">
1742
+ <!ENTITY % ProfessionalAffiliation "%ref.ProfessionalAffiliation;">
1743
+ <!ENTITY % ProfessionalPosition "%ref.ProfessionalPosition;">
1744
+ <!ENTITY % Affiliation "%ref.Affiliation;">
1745
+ <!ENTITY % CorporateName "%ref.CorporateName;">
1746
+ <!ENTITY % ContributorDescription "%ref.ContributorDescription;">
1747
+ <!ENTITY % UnnamedPersons "%ref.UnnamedPersons;">
1748
+ <!ENTITY % NoContributor "%ref.NoContributor;">
1749
+ <!ENTITY % ContributorStatement "%ref.ContributorStatement;">
1750
+ <!ENTITY % ConferenceDescription "%ref.ConferenceDescription;">
1751
+ <!ENTITY % ConferenceRole "%ref.ConferenceRole;">
1752
+ <!ENTITY % ConferenceName "%ref.ConferenceName;">
1753
+ <!ENTITY % ConferenceNumber "%ref.ConferenceNumber;">
1754
+ <!ENTITY % ConferenceDate "%ref.ConferenceDate;">
1755
+ <!ENTITY % ConferencePlace "%ref.ConferencePlace;">
1756
+ <!ENTITY % Conference "%ref.Conference;">
1757
+ <!ENTITY % ConferenceAcronym "%ref.ConferenceAcronym;">
1758
+ <!ENTITY % ConferenceTheme "%ref.ConferenceTheme;">
1759
+ <!ENTITY % ConferenceSponsor "%ref.ConferenceSponsor;">
1760
+ <!ENTITY % ConferenceSponsorIdentifier "%ref.ConferenceSponsorIdentifier;">
1761
+ <!ENTITY % ConferenceSponsorIDType "%ref.ConferenceSponsorIDType;">
1762
+ <!ENTITY % EditionTypeCode "%ref.EditionTypeCode;">
1763
+ <!ENTITY % EditionNumber "%ref.EditionNumber;">
1764
+ <!ENTITY % EditionVersionNumber "%ref.EditionVersionNumber;">
1765
+ <!ENTITY % EditionStatement "%ref.EditionStatement;">
1766
+ <!ENTITY % NoEdition "%ref.NoEdition;">
1767
+ <!ENTITY % ReligiousText "%ref.ReligiousText;">
1768
+ <!ENTITY % Bible "%ref.Bible;">
1769
+ <!ENTITY % BibleContents "%ref.BibleContents;">
1770
+ <!ENTITY % BibleVersion "%ref.BibleVersion;">
1771
+ <!ENTITY % StudyBibleType "%ref.StudyBibleType;">
1772
+ <!ENTITY % BiblePurpose "%ref.BiblePurpose;">
1773
+ <!ENTITY % BibleTextOrganization "%ref.BibleTextOrganization;">
1774
+ <!ENTITY % BibleReferenceLocation "%ref.BibleReferenceLocation;">
1775
+ <!ENTITY % BibleTextFeature "%ref.BibleTextFeature;">
1776
+ <!ENTITY % ReligiousTextID "%ref.ReligiousTextID;">
1777
+ <!ENTITY % ReligiousTextFeature "%ref.ReligiousTextFeature;">
1778
+ <!ENTITY % ReligiousTextFeatureType "%ref.ReligiousTextFeatureType;">
1779
+ <!ENTITY % ReligiousTextFeatureCode "%ref.ReligiousTextFeatureCode;">
1780
+ <!ENTITY % ReligiousTextFeatureDescription "%ref.ReligiousTextFeatureDescription;">
1781
+ <!ENTITY % LanguageOfText "%ref.LanguageOfText;">
1782
+ <!ENTITY % OriginalLanguage "%ref.OriginalLanguage;">
1783
+ <!ENTITY % Language "%ref.Language;">
1784
+ <!ENTITY % LanguageRole "%ref.LanguageRole;">
1785
+ <!ENTITY % CountryCode "%ref.CountryCode;">
1786
+ <!ENTITY % NumberOfPages "%ref.NumberOfPages;">
1787
+ <!ENTITY % PagesRoman "%ref.PagesRoman;">
1788
+ <!ENTITY % PagesArabic "%ref.PagesArabic;">
1789
+ <!ENTITY % NumberOfIllustrations "%ref.NumberOfIllustrations;">
1790
+ <!ENTITY % IllustrationsNote "%ref.IllustrationsNote;">
1791
+ <!ENTITY % Illustrations "%ref.Illustrations;">
1792
+ <!ENTITY % IllustrationType "%ref.IllustrationType;">
1793
+ <!ENTITY % IllustrationTypeDescription "%ref.IllustrationTypeDescription;">
1794
+ <!ENTITY % Number "%ref.Number;">
1795
+ <!ENTITY % MapScale "%ref.MapScale;">
1796
+ <!ENTITY % Extent "%ref.Extent;">
1797
+ <!ENTITY % ExtentType "%ref.ExtentType;">
1798
+ <!ENTITY % ExtentValue "%ref.ExtentValue;">
1799
+ <!ENTITY % ExtentUnit "%ref.ExtentUnit;">
1800
+ <!ENTITY % BASICMainSubject "%ref.BASICMainSubject;">
1801
+ <!ENTITY % BASICVersion "%ref.BASICVersion;">
1802
+ <!ENTITY % BICMainSubject "%ref.BICMainSubject;">
1803
+ <!ENTITY % BICVersion "%ref.BICVersion;">
1804
+ <!ENTITY % MainSubject "%ref.MainSubject;">
1805
+ <!ENTITY % MainSubjectSchemeIdentifier "%ref.MainSubjectSchemeIdentifier;">
1806
+ <!ENTITY % Subject "%ref.Subject;">
1807
+ <!ENTITY % SubjectSchemeIdentifier "%ref.SubjectSchemeIdentifier;">
1808
+ <!ENTITY % SubjectSchemeName "%ref.SubjectSchemeName;">
1809
+ <!ENTITY % SubjectSchemeVersion "%ref.SubjectSchemeVersion;">
1810
+ <!ENTITY % SubjectCode "%ref.SubjectCode;">
1811
+ <!ENTITY % SubjectHeadingText "%ref.SubjectHeadingText;">
1812
+ <!ENTITY % PersonAsSubject "%ref.PersonAsSubject;">
1813
+ <!ENTITY % CorporateBodyAsSubject "%ref.CorporateBodyAsSubject;">
1814
+ <!ENTITY % PlaceAsSubject "%ref.PlaceAsSubject;">
1815
+ <!ENTITY % AudienceCode "%ref.AudienceCode;">
1816
+ <!ENTITY % Audience "%ref.Audience;">
1817
+ <!ENTITY % AudienceCodeType "%ref.AudienceCodeType;">
1818
+ <!ENTITY % AudienceCodeTypeName "%ref.AudienceCodeTypeName;">
1819
+ <!ENTITY % AudienceCodeValue "%ref.AudienceCodeValue;">
1820
+ <!ENTITY % USSchoolGrade "%ref.USSchoolGrade;">
1821
+ <!ENTITY % InterestAge "%ref.InterestAge;">
1822
+ <!ENTITY % AudienceRange "%ref.AudienceRange;">
1823
+ <!ENTITY % AudienceRangeQualifier "%ref.AudienceRangeQualifier;">
1824
+ <!ENTITY % AudienceRangePrecision "%ref.AudienceRangePrecision;">
1825
+ <!ENTITY % AudienceRangeValue "%ref.AudienceRangeValue;">
1826
+ <!ENTITY % AudienceDescription "%ref.AudienceDescription;">
1827
+ <!ENTITY % Complexity "%ref.Complexity;">
1828
+ <!ENTITY % ComplexitySchemeIdentifier "%ref.ComplexitySchemeIdentifier;">
1829
+ <!ENTITY % ComplexityCode "%ref.ComplexityCode;">
1830
+ <!ENTITY % ImprintName "%ref.ImprintName;">
1831
+ <!ENTITY % PublisherName "%ref.PublisherName;">
1832
+ <!ENTITY % PublishingRole "%ref.PublishingRole;">
1833
+ <!ENTITY % Imprint "%ref.Imprint;">
1834
+ <!ENTITY % Publisher "%ref.Publisher;">
1835
+ <!ENTITY % NameCodeType "%ref.NameCodeType;">
1836
+ <!ENTITY % NameCodeTypeName "%ref.NameCodeTypeName;">
1837
+ <!ENTITY % NameCodeValue "%ref.NameCodeValue;">
1838
+ <!ENTITY % CityOfPublication "%ref.CityOfPublication;">
1839
+ <!ENTITY % CountryOfPublication "%ref.CountryOfPublication;">
1840
+ <!ENTITY % CopublisherName "%ref.CopublisherName;">
1841
+ <!ENTITY % SponsorName "%ref.SponsorName;">
1842
+ <!ENTITY % OriginalPublisher "%ref.OriginalPublisher;">
1843
+ <!ENTITY % PublishingStatus "%ref.PublishingStatus;">
1844
+ <!ENTITY % PublishingStatusNote "%ref.PublishingStatusNote;">
1845
+ <!ENTITY % AnnouncementDate "%ref.AnnouncementDate;">
1846
+ <!ENTITY % TradeAnnouncementDate "%ref.TradeAnnouncementDate;">
1847
+ <!ENTITY % PublicationDate "%ref.PublicationDate;">
1848
+ <!ENTITY % CopyrightYear "%ref.CopyrightYear;">
1849
+ <!ENTITY % YearFirstPublished "%ref.YearFirstPublished;">
1850
+ <!ENTITY % CopyrightStatement "%ref.CopyrightStatement;">
1851
+ <!ENTITY % CopyrightOwner "%ref.CopyrightOwner;">
1852
+ <!ENTITY % CopyrightOwnerIdentifier "%ref.CopyrightOwnerIdentifier;">
1853
+ <!ENTITY % CopyrightOwnerIDType "%ref.CopyrightOwnerIDType;">
1854
+ <!ENTITY % SalesRights "%ref.SalesRights;">
1855
+ <!ENTITY % NotForSale "%ref.NotForSale;">
1856
+ <!ENTITY % SalesRightsType "%ref.SalesRightsType;">
1857
+ <!ENTITY % RightsCountry "%ref.RightsCountry;">
1858
+ <!ENTITY % RightsTerritory "%ref.RightsTerritory;">
1859
+ <!ENTITY % RightsRegion "%ref.RightsRegion;">
1860
+ <!ENTITY % SalesRestriction "%ref.SalesRestriction;">
1861
+ <!ENTITY % SalesRestrictionType "%ref.SalesRestrictionType;">
1862
+ <!ENTITY % SalesOutlet "%ref.SalesOutlet;">
1863
+ <!ENTITY % SalesOutletIdentifier "%ref.SalesOutletIdentifier;">
1864
+ <!ENTITY % SalesOutletIDType "%ref.SalesOutletIDType;">
1865
+ <!ENTITY % SalesOutletName "%ref.SalesOutletName;">
1866
+ <!ENTITY % SalesRestrictionDetail "%ref.SalesRestrictionDetail;">
1867
+ <!ENTITY % Measure "%ref.Measure;">
1868
+ <!ENTITY % MeasureTypeCode "%ref.MeasureTypeCode;">
1869
+ <!ENTITY % Measurement "%ref.Measurement;">
1870
+ <!ENTITY % MeasureUnitCode "%ref.MeasureUnitCode;">
1871
+ <!ENTITY % Height "%ref.Height;">
1872
+ <!ENTITY % Width "%ref.Width;">
1873
+ <!ENTITY % Thickness "%ref.Thickness;">
1874
+ <!ENTITY % Weight "%ref.Weight;">
1875
+ <!ENTITY % Dimensions "%ref.Dimensions;">
1876
+ <!ENTITY % Annotation "%ref.Annotation;">
1877
+ <!ENTITY % MainDescription "%ref.MainDescription;">
1878
+ <!ENTITY % OtherText "%ref.OtherText;">
1879
+ <!ENTITY % TextTypeCode "%ref.TextTypeCode;">
1880
+ <!ENTITY % TextFormat "%ref.TextFormat;">
1881
+ <!ENTITY % Text "%ref.Text;">
1882
+ <!ENTITY % TextLinkType "%ref.TextLinkType;">
1883
+ <!ENTITY % TextLink "%ref.TextLink;">
1884
+ <!ENTITY % TextAuthor "%ref.TextAuthor;">
1885
+ <!ENTITY % TextSourceCorporate "%ref.TextSourceCorporate;">
1886
+ <!ENTITY % TextSourceTitle "%ref.TextSourceTitle;">
1887
+ <!ENTITY % TextPublicationDate "%ref.TextPublicationDate;">
1888
+ <!ENTITY % StartDate "%ref.StartDate;">
1889
+ <!ENTITY % EndDate "%ref.EndDate;">
1890
+ <!ENTITY % ReviewQuote "%ref.ReviewQuote;">
1891
+ <!ENTITY % CoverImageFormatCode "%ref.CoverImageFormatCode;">
1892
+ <!ENTITY % CoverImageLinkTypeCode "%ref.CoverImageLinkTypeCode;">
1893
+ <!ENTITY % CoverImageLink "%ref.CoverImageLink;">
1894
+ <!ENTITY % MediaFile "%ref.MediaFile;">
1895
+ <!ENTITY % MediaFileTypeCode "%ref.MediaFileTypeCode;">
1896
+ <!ENTITY % MediaFileFormatCode "%ref.MediaFileFormatCode;">
1897
+ <!ENTITY % ImageResolution "%ref.ImageResolution;">
1898
+ <!ENTITY % MediaFileLinkTypeCode "%ref.MediaFileLinkTypeCode;">
1899
+ <!ENTITY % MediaFileLink "%ref.MediaFileLink;">
1900
+ <!ENTITY % TextWithDownload "%ref.TextWithDownload;">
1901
+ <!ENTITY % DownloadCaption "%ref.DownloadCaption;">
1902
+ <!ENTITY % DownloadCredit "%ref.DownloadCredit;">
1903
+ <!ENTITY % DownloadCopyrightNotice "%ref.DownloadCopyrightNotice;">
1904
+ <!ENTITY % DownloadTerms "%ref.DownloadTerms;">
1905
+ <!ENTITY % MediaFileDate "%ref.MediaFileDate;">
1906
+ <!ENTITY % ProductWebsite "%ref.ProductWebsite;">
1907
+ <!ENTITY % ProductWebsiteDescription "%ref.ProductWebsiteDescription;">
1908
+ <!ENTITY % ProductWebsiteLink "%ref.ProductWebsiteLink;">
1909
+ <!ENTITY % PrizesDescription "%ref.PrizesDescription;">
1910
+ <!ENTITY % Prize "%ref.Prize;">
1911
+ <!ENTITY % PrizeName "%ref.PrizeName;">
1912
+ <!ENTITY % PrizeYear "%ref.PrizeYear;">
1913
+ <!ENTITY % PrizeCountry "%ref.PrizeCountry;">
1914
+ <!ENTITY % PrizeCode "%ref.PrizeCode;">
1915
+ <!ENTITY % PrizeJury "%ref.PrizeJury;">
1916
+ <!ENTITY % ContentItem "%ref.ContentItem;">
1917
+ <!ENTITY % LevelSequenceNumber "%ref.LevelSequenceNumber;">
1918
+ <!ENTITY % TextItem "%ref.TextItem;">
1919
+ <!ENTITY % TextItemType "%ref.TextItemType;">
1920
+ <!ENTITY % TextItemIdentifier "%ref.TextItemIdentifier;">
1921
+ <!ENTITY % TextItemIDType "%ref.TextItemIDType;">
1922
+ <!ENTITY % FirstPageNumber "%ref.FirstPageNumber;">
1923
+ <!ENTITY % LastPageNumber "%ref.LastPageNumber;">
1924
+ <!ENTITY % PageRun "%ref.PageRun;">
1925
+ <!ENTITY % ComponentTypeName "%ref.ComponentTypeName;">
1926
+ <!ENTITY % ComponentNumber "%ref.ComponentNumber;">
1927
+ <!ENTITY % ReplacedByISBN "%ref.ReplacedByISBN;">
1928
+ <!ENTITY % ReplacedByEAN13 "%ref.ReplacedByEAN13;">
1929
+ <!ENTITY % RelatedProduct "%ref.RelatedProduct;">
1930
+ <!ENTITY % RelationCode "%ref.RelationCode;">
1931
+ <!ENTITY % AlternativeFormatISBN "%ref.AlternativeFormatISBN;">
1932
+ <!ENTITY % AlternativeFormatEAN13 "%ref.AlternativeFormatEAN13;">
1933
+ <!ENTITY % AlternativeProductISBN "%ref.AlternativeProductISBN;">
1934
+ <!ENTITY % AlternativeProductEAN13 "%ref.AlternativeProductEAN13;">
1935
+ <!ENTITY % OutOfPrintDate "%ref.OutOfPrintDate;">
1936
+ <!ENTITY % SupplyDetail "%ref.SupplyDetail;">
1937
+ <!ENTITY % SupplierEANLocationNumber "%ref.SupplierEANLocationNumber;">
1938
+ <!ENTITY % SupplierSAN "%ref.SupplierSAN;">
1939
+ <!ENTITY % SupplierIdentifier "%ref.SupplierIdentifier;">
1940
+ <!ENTITY % SupplierIDType "%ref.SupplierIDType;">
1941
+ <!ENTITY % SupplierName "%ref.SupplierName;">
1942
+ <!ENTITY % TelephoneNumber "%ref.TelephoneNumber;">
1943
+ <!ENTITY % FaxNumber "%ref.FaxNumber;">
1944
+ <!ENTITY % EmailAddress "%ref.EmailAddress;">
1945
+ <!ENTITY % SupplierRole "%ref.SupplierRole;">
1946
+ <!ENTITY % SupplyToCountry "%ref.SupplyToCountry;">
1947
+ <!ENTITY % SupplyToRegion "%ref.SupplyToRegion;">
1948
+ <!ENTITY % SupplyToTerritory "%ref.SupplyToTerritory;">
1949
+ <!ENTITY % SupplyToCountryExcluded "%ref.SupplyToCountryExcluded;">
1950
+ <!ENTITY % ReturnsCodeType "%ref.ReturnsCodeType;">
1951
+ <!ENTITY % ReturnsCode "%ref.ReturnsCode;">
1952
+ <!ENTITY % LastDateForReturns "%ref.LastDateForReturns;">
1953
+ <!ENTITY % AvailabilityCode "%ref.AvailabilityCode;">
1954
+ <!ENTITY % ProductAvailability "%ref.ProductAvailability;">
1955
+ <!ENTITY % IntermediaryAvailabilityCode "%ref.IntermediaryAvailabilityCode;">
1956
+ <!ENTITY % NewSupplier "%ref.NewSupplier;">
1957
+ <!ENTITY % Stock "%ref.Stock;">
1958
+ <!ENTITY % LocationIdentifier "%ref.LocationIdentifier;">
1959
+ <!ENTITY % LocationIDType "%ref.LocationIDType;">
1960
+ <!ENTITY % LocationName "%ref.LocationName;">
1961
+ <!ENTITY % OnHand "%ref.OnHand;">
1962
+ <!ENTITY % OnOrder "%ref.OnOrder;">
1963
+ <!ENTITY % CBO "%ref.CBO;">
1964
+ <!ENTITY % DateFormat "%ref.DateFormat;">
1965
+ <!ENTITY % ExpectedShipDate "%ref.ExpectedShipDate;">
1966
+ <!ENTITY % OnSaleDate "%ref.OnSaleDate;">
1967
+ <!ENTITY % OrderTime "%ref.OrderTime;">
1968
+ <!ENTITY % PackQuantity "%ref.PackQuantity;">
1969
+ <!ENTITY % AudienceRestrictionFlag "%ref.AudienceRestrictionFlag;">
1970
+ <!ENTITY % AudienceRestrictionNote "%ref.AudienceRestrictionNote;">
1971
+ <!ENTITY % Price "%ref.Price;">
1972
+ <!ENTITY % PriceTypeCode "%ref.PriceTypeCode;">
1973
+ <!ENTITY % PriceQualifier "%ref.PriceQualifier;">
1974
+ <!ENTITY % PriceTypeDescription "%ref.PriceTypeDescription;">
1975
+ <!ENTITY % PricePer "%ref.PricePer;">
1976
+ <!ENTITY % MinimumOrderQuantity "%ref.MinimumOrderQuantity;">
1977
+ <!ENTITY % BatchBonus "%ref.BatchBonus;">
1978
+ <!ENTITY % BatchQuantity "%ref.BatchQuantity;">
1979
+ <!ENTITY % FreeQuantity "%ref.FreeQuantity;">
1980
+ <!ENTITY % ClassOfTrade "%ref.ClassOfTrade;">
1981
+ <!ENTITY % BICDiscountGroupCode "%ref.BICDiscountGroupCode;">
1982
+ <!ENTITY % DiscountCoded "%ref.DiscountCoded;">
1983
+ <!ENTITY % DiscountCodeType "%ref.DiscountCodeType;">
1984
+ <!ENTITY % DiscountCodeTypeName "%ref.DiscountCodeTypeName;">
1985
+ <!ENTITY % DiscountCode "%ref.DiscountCode;">
1986
+ <!ENTITY % DiscountPercent "%ref.DiscountPercent;">
1987
+ <!ENTITY % PriceStatus "%ref.PriceStatus;">
1988
+ <!ENTITY % PriceAmount "%ref.PriceAmount;">
1989
+ <!ENTITY % UnpricedItemType "%ref.UnpricedItemType;">
1990
+ <!ENTITY % CurrencyCode "%ref.CurrencyCode;">
1991
+ <!ENTITY % TaxRateCode1 "%ref.TaxRateCode1;">
1992
+ <!ENTITY % TaxRatePercent1 "%ref.TaxRatePercent1;">
1993
+ <!ENTITY % TaxableAmount1 "%ref.TaxableAmount1;">
1994
+ <!ENTITY % TaxAmount1 "%ref.TaxAmount1;">
1995
+ <!ENTITY % TaxRateCode2 "%ref.TaxRateCode2;">
1996
+ <!ENTITY % TaxRatePercent2 "%ref.TaxRatePercent2;">
1997
+ <!ENTITY % TaxableAmount2 "%ref.TaxableAmount2;">
1998
+ <!ENTITY % TaxAmount2 "%ref.TaxAmount2;">
1999
+ <!ENTITY % Reissue "%ref.Reissue;">
2000
+ <!ENTITY % ReissueDate "%ref.ReissueDate;">
2001
+ <!ENTITY % ReissueDescription "%ref.ReissueDescription;">
2002
+ <!ENTITY % PriceEffectiveFrom "%ref.PriceEffectiveFrom;">
2003
+ <!ENTITY % PriceEffectiveUntil "%ref.PriceEffectiveUntil;">
2004
+ <!ENTITY % PromotionCampaign "%ref.PromotionCampaign;">
2005
+ <!ENTITY % PromotionContact "%ref.PromotionContact;">
2006
+ <!ENTITY % InitialPrintRun "%ref.InitialPrintRun;">
2007
+ <!ENTITY % CopiesSold "%ref.CopiesSold;">
2008
+ <!ENTITY % BookClubAdoption "%ref.BookClubAdoption;">
2009
+ <!ENTITY % SubordinateEntries "%ref.SubordinateEntries;">
2010
+ <!ENTITY % ParentIdentifier "%ref.ParentIdentifier;">
2011
+ <!ENTITY % SeriesPartName "%ref.SeriesPartName;">
2012
+ <!ENTITY % FromEANNumber "%ref.FromEANNumber;">
2013
+ <!ENTITY % FromSAN "%ref.FromSAN;">
2014
+ <!ENTITY % FromCompany "%ref.FromCompany;">
2015
+ <!ENTITY % FromPerson "%ref.FromPerson;">
2016
+ <!ENTITY % FromEmail "%ref.FromEmail;">
2017
+ <!ENTITY % ToEANNumber "%ref.ToEANNumber;">
2018
+ <!ENTITY % ToSAN "%ref.ToSAN;">
2019
+ <!ENTITY % ToCompany "%ref.ToCompany;">
2020
+ <!ENTITY % ToPerson "%ref.ToPerson;">
2021
+ <!ENTITY % MessageNumber "%ref.MessageNumber;">
2022
+ <!ENTITY % MessageRepeat "%ref.MessageRepeat;">
2023
+ <!ENTITY % SentDate "%ref.SentDate;">
2024
+ <!ENTITY % MessageNote "%ref.MessageNote;">
2025
+ <!ENTITY % DefaultLanguageOfText "%ref.DefaultLanguageOfText;">
2026
+ <!ENTITY % DefaultPriceTypeCode "%ref.DefaultPriceTypeCode;">
2027
+ <!ENTITY % DefaultCurrencyCode "%ref.DefaultCurrencyCode;">
2028
+ <!ENTITY % DefaultLinearUnit "%ref.DefaultLinearUnit;">
2029
+ <!ENTITY % DefaultWeightUnit "%ref.DefaultWeightUnit;">
2030
+ <!ENTITY % DefaultClassOfTrade "%ref.DefaultClassOfTrade;">
2031
+ <!ENTITY % SenderIdentifier "%ref.SenderIdentifier;">
2032
+ <!ENTITY % AddresseeIdentifier "%ref.AddresseeIdentifier;">
2033
+ <!ENTITY % SenderIDType "%ref.SenderIDType;">
2034
+ <!ENTITY % AddresseeIDType "%ref.AddresseeIDType;">
2035
+ <!ENTITY % Header "%ref.Header;">
2036
+
2037
+ <!-- The fixed attribute specifications are defined here -->
2038
+
2039
+ <!ENTITY % common.atts "textcase CDATA #IMPLIED
2040
+ textformat CDATA #IMPLIED
2041
+ language CDATA #IMPLIED
2042
+ transliteration CDATA #IMPLIED
2043
+ datestamp CDATA #IMPLIED
2044
+ sourcetype CDATA #IMPLIED
2045
+ sourcename CDATA #IMPLIED
2046
+ refname NMTOKEN #FIXED">
2047
+ <!ENTITY % more.atts "shortname NMTOKEN #FIXED">
2048
+
2049
+ <!ENTITY % ONIXMessage.attspec '%common.atts; "%ref.ONIXMessage;" %more.atts; "%short.ONIXMessage;"'>
2050
+ <!ENTITY % Product.attspec '%common.atts; "%ref.Product;" %more.atts; "%short.Product;"'>
2051
+ <!ENTITY % MainSeriesRecord.attspec '%common.atts; "%ref.MainSeriesRecord;" %more.atts; "%short.MainSeriesRecord;"'>
2052
+ <!ENTITY % SubSeriesRecord.attspec '%common.atts; "%ref.SubSeriesRecord;" %more.atts; "%short.SubSeriesRecord;"'>
2053
+ <!ENTITY % RecordReference.attspec '%common.atts; "%ref.RecordReference;" %more.atts; "%short.RecordReference;"'>
2054
+ <!ENTITY % NotificationType.attspec '%common.atts; "%ref.NotificationType;" %more.atts; "%short.NotificationType;"'>
2055
+ <!ENTITY % RecordSourceType.attspec '%common.atts; "%ref.RecordSourceType;" %more.atts; "%short.RecordSourceType;"'>
2056
+ <!ENTITY % RecordSourceIdentifierType.attspec '%common.atts; "%ref.RecordSourceIdentifierType;" %more.atts; "%short.RecordSourceIdentifierType;"'>
2057
+ <!ENTITY % RecordSourceIdentifier.attspec '%common.atts; "%ref.RecordSourceIdentifier;" %more.atts; "%short.RecordSourceIdentifier;"'>
2058
+ <!ENTITY % RecordSourceName.attspec '%common.atts; "%ref.RecordSourceName;" %more.atts; "%short.RecordSourceName;"'>
2059
+ <!ENTITY % DeletionCode.attspec '%common.atts; "%ref.DeletionCode;" %more.atts; "%short.DeletionCode;"'>
2060
+ <!ENTITY % DeletionText.attspec '%common.atts; "%ref.DeletionText;" %more.atts; "%short.DeletionText;"'>
2061
+ <!ENTITY % ISBN.attspec '%common.atts; "%ref.ISBN;" %more.atts; "%short.ISBN;"'>
2062
+ <!ENTITY % EAN13.attspec '%common.atts; "%ref.EAN13;" %more.atts; "%short.EAN13;"'>
2063
+ <!ENTITY % UPC.attspec '%common.atts; "%ref.UPC;" %more.atts; "%short.UPC;"'>
2064
+ <!ENTITY % PublisherProductNo.attspec '%common.atts; "%ref.PublisherProductNo;" %more.atts; "%short.PublisherProductNo;"'>
2065
+ <!ENTITY % ISMN.attspec '%common.atts; "%ref.ISMN;" %more.atts; "%short.ISMN;"'>
2066
+ <!ENTITY % DOI.attspec '%common.atts; "%ref.DOI;" %more.atts; "%short.DOI;"'>
2067
+ <!ENTITY % ProductIdentifier.attspec '%common.atts; "%ref.ProductIdentifier;" %more.atts; "%short.ProductIdentifier;"'>
2068
+ <!ENTITY % ProductIDType.attspec '%common.atts; "%ref.ProductIDType;" %more.atts; "%short.ProductIDType;"'>
2069
+ <!ENTITY % IDTypeName.attspec '%common.atts; "%ref.IDTypeName;" %more.atts; "%short.IDTypeName;"'>
2070
+ <!ENTITY % IDValue.attspec '%common.atts; "%ref.IDValue;" %more.atts; "%short.IDValue;"'>
2071
+ <!ENTITY % Barcode.attspec '%common.atts; "%ref.Barcode;" %more.atts; "%short.Barcode;"'>
2072
+ <!ENTITY % ReplacesISBN.attspec '%common.atts; "%ref.ReplacesISBN;" %more.atts; "%short.ReplacesISBN;"'>
2073
+ <!ENTITY % ReplacesEAN13.attspec '%common.atts; "%ref.ReplacesEAN13;" %more.atts; "%short.ReplacesEAN13;"'>
2074
+ <!ENTITY % ProductForm.attspec '%common.atts; "%ref.ProductForm;" %more.atts; "%short.ProductForm;"'>
2075
+ <!ENTITY % ProductFormDetail.attspec '%common.atts; "%ref.ProductFormDetail;" %more.atts; "%short.ProductFormDetail;"'>
2076
+ <!ENTITY % ProductFormFeature.attspec '%common.atts; "%ref.ProductFormFeature;" %more.atts; "%short.ProductFormFeature;"'>
2077
+ <!ENTITY % ProductFormFeatureType.attspec '%common.atts; "%ref.ProductFormFeatureType;" %more.atts; "%short.ProductFormFeatureType;"'>
2078
+ <!ENTITY % ProductFormFeatureValue.attspec '%common.atts; "%ref.ProductFormFeatureValue;" %more.atts; "%short.ProductFormFeatureValue;"'>
2079
+ <!ENTITY % ProductFormFeatureDescription.attspec '%common.atts; "%ref.ProductFormFeatureDescription;" %more.atts; "%short.ProductFormFeatureDescription;"'>
2080
+ <!ENTITY % BookFormDetail.attspec '%common.atts; "%ref.BookFormDetail;" %more.atts; "%short.BookFormDetail;"'>
2081
+ <!ENTITY % ProductPackaging.attspec '%common.atts; "%ref.ProductPackaging;" %more.atts; "%short.ProductPackaging;"'>
2082
+ <!ENTITY % TradeCategory.attspec '%common.atts; "%ref.TradeCategory;" %more.atts; "%short.TradeCategory;"'>
2083
+ <!ENTITY % ProductContentType.attspec '%common.atts; "%ref.ProductContentType;" %more.atts; "%short.ProductContentType;"'>
2084
+ <!ENTITY % ProductFormDescription.attspec '%common.atts; "%ref.ProductFormDescription;" %more.atts; "%short.ProductFormDescription;"'>
2085
+ <!ENTITY % ContainedItem.attspec '%common.atts; "%ref.ContainedItem;" %more.atts; "%short.ContainedItem;"'>
2086
+ <!ENTITY % NumberOfPieces.attspec '%common.atts; "%ref.NumberOfPieces;" %more.atts; "%short.NumberOfPieces;"'>
2087
+ <!ENTITY % ItemQuantity.attspec '%common.atts; "%ref.ItemQuantity;" %more.atts; "%short.ItemQuantity;"'>
2088
+ <!ENTITY % ProductClassification.attspec '%common.atts; "%ref.ProductClassification;" %more.atts; "%short.ProductClassification;"'>
2089
+ <!ENTITY % ProductClassificationType.attspec '%common.atts; "%ref.ProductClassificationType;" %more.atts; "%short.ProductClassificationType;"'>
2090
+ <!ENTITY % ProductClassificationCode.attspec '%common.atts; "%ref.ProductClassificationCode;" %more.atts; "%short.ProductClassificationCode;"'>
2091
+ <!ENTITY % Percent.attspec '%common.atts; "%ref.Percent;" %more.atts; "%short.Percent;"'>
2092
+ <!ENTITY % EpubType.attspec '%common.atts; "%ref.EpubType;" %more.atts; "%short.EpubType;"'>
2093
+ <!ENTITY % EpubTypeVersion.attspec '%common.atts; "%ref.EpubTypeVersion;" %more.atts; "%short.EpubTypeVersion;"'>
2094
+ <!ENTITY % EpubTypeDescription.attspec '%common.atts; "%ref.EpubTypeDescription;" %more.atts; "%short.EpubTypeDescription;"'>
2095
+ <!ENTITY % EpubFormat.attspec '%common.atts; "%ref.EpubFormat;" %more.atts; "%short.EpubFormat;"'>
2096
+ <!ENTITY % EpubFormatVersion.attspec '%common.atts; "%ref.EpubFormatVersion;" %more.atts; "%short.EpubFormatVersion;"'>
2097
+ <!ENTITY % EpubFormatDescription.attspec '%common.atts; "%ref.EpubFormatDescription;" %more.atts; "%short.EpubFormatDescription;"'>
2098
+ <!ENTITY % EpubSource.attspec '%common.atts; "%ref.EpubSource;" %more.atts; "%short.EpubSource;"'>
2099
+ <!ENTITY % EpubSourceVersion.attspec '%common.atts; "%ref.EpubSourceVersion;" %more.atts; "%short.EpubSourceVersion;"'>
2100
+ <!ENTITY % EpubSourceDescription.attspec '%common.atts; "%ref.EpubSourceDescription;" %more.atts; "%short.EpubSourceDescription;"'>
2101
+ <!ENTITY % EpubTypeNote.attspec '%common.atts; "%ref.EpubTypeNote;" %more.atts; "%short.EpubTypeNote;"'>
2102
+ <!ENTITY % Series.attspec '%common.atts; "%ref.Series;" %more.atts; "%short.Series;"'>
2103
+ <!ENTITY % NoSeries.attspec '%common.atts; "%ref.NoSeries;" %more.atts; "%short.NoSeries;"'>
2104
+ <!ENTITY % SeriesISSN.attspec '%common.atts; "%ref.SeriesISSN;" %more.atts; "%short.SeriesISSN;"'>
2105
+ <!ENTITY % PublisherSeriesCode.attspec '%common.atts; "%ref.PublisherSeriesCode;" %more.atts; "%short.PublisherSeriesCode;"'>
2106
+ <!ENTITY % SeriesIdentifier.attspec '%common.atts; "%ref.SeriesIdentifier;" %more.atts; "%short.SeriesIdentifier;"'>
2107
+ <!ENTITY % SeriesIDType.attspec '%common.atts; "%ref.SeriesIDType;" %more.atts; "%short.SeriesIDType;"'>
2108
+ <!ENTITY % TitleOfSeries.attspec '%common.atts; "%ref.TitleOfSeries;" %more.atts; "%short.TitleOfSeries;"'>
2109
+ <!ENTITY % NumberWithinSeries.attspec '%common.atts; "%ref.NumberWithinSeries;" %more.atts; "%short.NumberWithinSeries;"'>
2110
+ <!ENTITY % YearOfAnnual.attspec '%common.atts; "%ref.YearOfAnnual;" %more.atts; "%short.YearOfAnnual;"'>
2111
+ <!ENTITY % Set.attspec '%common.atts; "%ref.Set;" %more.atts; "%short.Set;"'>
2112
+ <!ENTITY % ISBNOfSet.attspec '%common.atts; "%ref.ISBNOfSet;" %more.atts; "%short.ISBNOfSet;"'>
2113
+ <!ENTITY % EAN13OfSet.attspec '%common.atts; "%ref.EAN13OfSet;" %more.atts; "%short.EAN13OfSet;"'>
2114
+ <!ENTITY % TitleOfSet.attspec '%common.atts; "%ref.TitleOfSet;" %more.atts; "%short.TitleOfSet;"'>
2115
+ <!ENTITY % SetPartNumber.attspec '%common.atts; "%ref.SetPartNumber;" %more.atts; "%short.SetPartNumber;"'>
2116
+ <!ENTITY % SetPartTitle.attspec '%common.atts; "%ref.SetPartTitle;" %more.atts; "%short.SetPartTitle;"'>
2117
+ <!ENTITY % ItemNumberWithinSet.attspec '%common.atts; "%ref.ItemNumberWithinSet;" %more.atts; "%short.ItemNumberWithinSet;"'>
2118
+ <!ENTITY % SetItemTitle.attspec '%common.atts; "%ref.SetItemTitle;" %more.atts; "%short.SetItemTitle;"'>
2119
+ <!ENTITY % TextCaseFlag.attspec '%common.atts; "%ref.TextCaseFlag;" %more.atts; "%short.TextCaseFlag;"'>
2120
+ <!ENTITY % DistinctiveTitle.attspec '%common.atts; "%ref.DistinctiveTitle;" %more.atts; "%short.DistinctiveTitle;"'>
2121
+ <!ENTITY % Subtitle.attspec '%common.atts; "%ref.Subtitle;" %more.atts; "%short.Subtitle;"'>
2122
+ <!ENTITY % TitlePrefix.attspec '%common.atts; "%ref.TitlePrefix;" %more.atts; "%short.TitlePrefix;"'>
2123
+ <!ENTITY % TitleWithoutPrefix.attspec '%common.atts; "%ref.TitleWithoutPrefix;" %more.atts; "%short.TitleWithoutPrefix;"'>
2124
+ <!ENTITY % TranslationOfTitle.attspec '%common.atts; "%ref.TranslationOfTitle;" %more.atts; "%short.TranslationOfTitle;"'>
2125
+ <!ENTITY % FormerTitle.attspec '%common.atts; "%ref.FormerTitle;" %more.atts; "%short.FormerTitle;"'>
2126
+ <!ENTITY % Title.attspec '%common.atts; "%ref.Title;" %more.atts; "%short.Title;"'>
2127
+ <!ENTITY % TitleType.attspec '%common.atts; "%ref.TitleType;" %more.atts; "%short.TitleType;"'>
2128
+ <!ENTITY % AbbreviatedLength.attspec '%common.atts; "%ref.AbbreviatedLength;" %more.atts; "%short.AbbreviatedLength;"'>
2129
+ <!ENTITY % TitleText.attspec '%common.atts; "%ref.TitleText;" %more.atts; "%short.TitleText;"'>
2130
+ <!ENTITY % WorkIdentifier.attspec '%common.atts; "%ref.WorkIdentifier;" %more.atts; "%short.WorkIdentifier;"'>
2131
+ <!ENTITY % WorkIDType.attspec '%common.atts; "%ref.WorkIDType;" %more.atts; "%short.WorkIDType;"'>
2132
+ <!ENTITY % Website.attspec '%common.atts; "%ref.Website;" %more.atts; "%short.Website;"'>
2133
+ <!ENTITY % WebsiteRole.attspec '%common.atts; "%ref.WebsiteRole;" %more.atts; "%short.WebsiteRole;"'>
2134
+ <!ENTITY % WebsiteDescription.attspec '%common.atts; "%ref.WebsiteDescription;" %more.atts; "%short.WebsiteDescription;"'>
2135
+ <!ENTITY % WebsiteLink.attspec '%common.atts; "%ref.WebsiteLink;" %more.atts; "%short.WebsiteLink;"'>
2136
+ <!ENTITY % ThesisType.attspec '%common.atts; "%ref.ThesisType;" %more.atts; "%short.ThesisType;"'>
2137
+ <!ENTITY % ThesisPresentedTo.attspec '%common.atts; "%ref.ThesisPresentedTo;" %more.atts; "%short.ThesisPresentedTo;"'>
2138
+ <!ENTITY % ThesisYear.attspec '%common.atts; "%ref.ThesisYear;" %more.atts; "%short.ThesisYear;"'>
2139
+ <!ENTITY % Contributor.attspec '%common.atts; "%ref.Contributor;" %more.atts; "%short.Contributor;"'>
2140
+ <!ENTITY % SequenceNumber.attspec '%common.atts; "%ref.SequenceNumber;" %more.atts; "%short.SequenceNumber;"'>
2141
+ <!ENTITY % ContributorRole.attspec '%common.atts; "%ref.ContributorRole;" %more.atts; "%short.ContributorRole;"'>
2142
+ <!ENTITY % LanguageCode.attspec '%common.atts; "%ref.LanguageCode;" %more.atts; "%short.LanguageCode;"'>
2143
+ <!ENTITY % SequenceNumberWithinRole.attspec '%common.atts; "%ref.SequenceNumberWithinRole;" %more.atts; "%short.SequenceNumberWithinRole;"'>
2144
+ <!ENTITY % PersonName.attspec '%common.atts; "%ref.PersonName;" %more.atts; "%short.PersonName;"'>
2145
+ <!ENTITY % PersonNameInverted.attspec '%common.atts; "%ref.PersonNameInverted;" %more.atts; "%short.PersonNameInverted;"'>
2146
+ <!ENTITY % TitlesBeforeNames.attspec '%common.atts; "%ref.TitlesBeforeNames;" %more.atts; "%short.TitlesBeforeNames;"'>
2147
+ <!ENTITY % NamesBeforeKey.attspec '%common.atts; "%ref.NamesBeforeKey;" %more.atts; "%short.NamesBeforeKey;"'>
2148
+ <!ENTITY % PrefixToKey.attspec '%common.atts; "%ref.PrefixToKey;" %more.atts; "%short.PrefixToKey;"'>
2149
+ <!ENTITY % SuffixToKey.attspec '%common.atts; "%ref.SuffixToKey;" %more.atts; "%short.SuffixToKey;"'>
2150
+ <!ENTITY % KeyNames.attspec '%common.atts; "%ref.KeyNames;" %more.atts; "%short.KeyNames;"'>
2151
+ <!ENTITY % NamesAfterKey.attspec '%common.atts; "%ref.NamesAfterKey;" %more.atts; "%short.NamesAfterKey;"'>
2152
+ <!ENTITY % LettersAfterNames.attspec '%common.atts; "%ref.LettersAfterNames;" %more.atts; "%short.LettersAfterNames;"'>
2153
+ <!ENTITY % TitlesAfterNames.attspec '%common.atts; "%ref.TitlesAfterNames;" %more.atts; "%short.TitlesAfterNames;"'>
2154
+ <!ENTITY % Name.attspec '%common.atts; "%ref.Name;" %more.atts; "%short.Name;"'>
2155
+ <!ENTITY % PersonNameType.attspec '%common.atts; "%ref.PersonNameType;" %more.atts; "%short.PersonNameType;"'>
2156
+ <!ENTITY % PersonNameIdentifier.attspec '%common.atts; "%ref.PersonNameIdentifier;" %more.atts; "%short.PersonNameIdentifier;"'>
2157
+ <!ENTITY % PersonNameIDType.attspec '%common.atts; "%ref.PersonNameIDType;" %more.atts; "%short.PersonNameIDType;"'>
2158
+ <!ENTITY % PersonDate.attspec '%common.atts; "%ref.PersonDate;" %more.atts; "%short.PersonDate;"'>
2159
+ <!ENTITY % PersonDateRole.attspec '%common.atts; "%ref.PersonDateRole;" %more.atts; "%short.PersonDateRole;"'>
2160
+ <!ENTITY % Date.attspec '%common.atts; "%ref.Date;" %more.atts; "%short.Date;"'>
2161
+ <!ENTITY % BiographicalNote.attspec '%common.atts; "%ref.BiographicalNote;" %more.atts; "%short.BiographicalNote;"'>
2162
+ <!ENTITY % ProfessionalAffiliation.attspec '%common.atts; "%ref.ProfessionalAffiliation;" %more.atts; "%short.ProfessionalAffiliation;"'>
2163
+ <!ENTITY % ProfessionalPosition.attspec '%common.atts; "%ref.ProfessionalPosition;" %more.atts; "%short.ProfessionalPosition;"'>
2164
+ <!ENTITY % Affiliation.attspec '%common.atts; "%ref.Affiliation;" %more.atts; "%short.Affiliation;"'>
2165
+ <!ENTITY % CorporateName.attspec '%common.atts; "%ref.CorporateName;" %more.atts; "%short.CorporateName;"'>
2166
+ <!ENTITY % ContributorDescription.attspec '%common.atts; "%ref.ContributorDescription;" %more.atts; "%short.ContributorDescription;"'>
2167
+ <!ENTITY % UnnamedPersons.attspec '%common.atts; "%ref.UnnamedPersons;" %more.atts; "%short.UnnamedPersons;"'>
2168
+ <!ENTITY % NoContributor.attspec '%common.atts; "%ref.NoContributor;" %more.atts; "%short.NoContributor;"'>
2169
+ <!ENTITY % ContributorStatement.attspec '%common.atts; "%ref.ContributorStatement;" %more.atts; "%short.ContributorStatement;"'>
2170
+ <!ENTITY % ConferenceDescription.attspec '%common.atts; "%ref.ConferenceDescription;" %more.atts; "%short.ConferenceDescription;"'>
2171
+ <!ENTITY % ConferenceRole.attspec '%common.atts; "%ref.ConferenceRole;" %more.atts; "%short.ConferenceRole;"'>
2172
+ <!ENTITY % ConferenceName.attspec '%common.atts; "%ref.ConferenceName;" %more.atts; "%short.ConferenceName;"'>
2173
+ <!ENTITY % ConferenceNumber.attspec '%common.atts; "%ref.ConferenceNumber;" %more.atts; "%short.ConferenceNumber;"'>
2174
+ <!ENTITY % ConferenceDate.attspec '%common.atts; "%ref.ConferenceDate;" %more.atts; "%short.ConferenceDate;"'>
2175
+ <!ENTITY % ConferencePlace.attspec '%common.atts; "%ref.ConferencePlace;" %more.atts; "%short.ConferencePlace;"'>
2176
+ <!ENTITY % Conference.attspec '%common.atts; "%ref.Conference;" %more.atts; "%short.Conference;"'>
2177
+ <!ENTITY % ConferenceAcronym.attspec '%common.atts; "%ref.ConferenceAcronym;" %more.atts; "%short.ConferenceAcronym;"'>
2178
+ <!ENTITY % ConferenceTheme.attspec '%common.atts; "%ref.ConferenceTheme;" %more.atts; "%short.ConferenceTheme;"'>
2179
+ <!ENTITY % ConferenceSponsor.attspec '%common.atts; "%ref.ConferenceSponsor;" %more.atts; "%short.ConferenceSponsor;"'>
2180
+ <!ENTITY % ConferenceSponsorIdentifier.attspec '%common.atts; "%ref.ConferenceSponsorIdentifier;" %more.atts; "%short.ConferenceSponsorIdentifier;"'>
2181
+ <!ENTITY % ConferenceSponsorIDType.attspec '%common.atts; "%ref.ConferenceSponsorIDType;" %more.atts; "%short.ConferenceSponsorIDType;"'>
2182
+ <!ENTITY % EditionTypeCode.attspec '%common.atts; "%ref.EditionTypeCode;" %more.atts; "%short.EditionTypeCode;"'>
2183
+ <!ENTITY % EditionNumber.attspec '%common.atts; "%ref.EditionNumber;" %more.atts; "%short.EditionNumber;"'>
2184
+ <!ENTITY % EditionVersionNumber.attspec '%common.atts; "%ref.EditionVersionNumber;" %more.atts; "%short.EditionVersionNumber;"'>
2185
+ <!ENTITY % EditionStatement.attspec '%common.atts; "%ref.EditionStatement;" %more.atts; "%short.EditionStatement;"'>
2186
+ <!ENTITY % NoEdition.attspec '%common.atts; "%ref.NoEdition;" %more.atts; "%short.NoEdition;"'>
2187
+ <!ENTITY % ReligiousText.attspec '%common.atts; "%ref.ReligiousText;" %more.atts; "%short.ReligiousText;"'>
2188
+ <!ENTITY % Bible.attspec '%common.atts; "%ref.Bible;" %more.atts; "%short.Bible;"'>
2189
+ <!ENTITY % BibleContents.attspec '%common.atts; "%ref.BibleContents;" %more.atts; "%short.BibleContents;"'>
2190
+ <!ENTITY % BibleVersion.attspec '%common.atts; "%ref.BibleVersion;" %more.atts; "%short.BibleVersion;"'>
2191
+ <!ENTITY % StudyBibleType.attspec '%common.atts; "%ref.StudyBibleType;" %more.atts; "%short.StudyBibleType;"'>
2192
+ <!ENTITY % BiblePurpose.attspec '%common.atts; "%ref.BiblePurpose;" %more.atts; "%short.BiblePurpose;"'>
2193
+ <!ENTITY % BibleTextOrganization.attspec '%common.atts; "%ref.BibleTextOrganization;" %more.atts; "%short.BibleTextOrganization;"'>
2194
+ <!ENTITY % BibleReferenceLocation.attspec '%common.atts; "%ref.BibleReferenceLocation;" %more.atts; "%short.BibleReferenceLocation;"'>
2195
+ <!ENTITY % BibleTextFeature.attspec '%common.atts; "%ref.BibleTextFeature;" %more.atts; "%short.BibleTextFeature;"'>
2196
+ <!ENTITY % ReligiousTextID.attspec '%common.atts; "%ref.ReligiousTextID;" %more.atts; "%short.ReligiousTextID;"'>
2197
+ <!ENTITY % ReligiousTextFeature.attspec '%common.atts; "%ref.ReligiousTextFeature;" %more.atts; "%short.ReligiousTextFeature;"'>
2198
+ <!ENTITY % ReligiousTextFeatureType.attspec '%common.atts; "%ref.ReligiousTextFeatureType;" %more.atts; "%short.ReligiousTextFeatureType;"'>
2199
+ <!ENTITY % ReligiousTextFeatureCode.attspec '%common.atts; "%ref.ReligiousTextFeatureCode;" %more.atts; "%short.ReligiousTextFeatureCode;"'>
2200
+ <!ENTITY % ReligiousTextFeatureDescription.attspec '%common.atts; "%ref.ReligiousTextFeatureDescription;" %more.atts; "%short.ReligiousTextFeatureDescription;"'>
2201
+ <!ENTITY % LanguageOfText.attspec '%common.atts; "%ref.LanguageOfText;" %more.atts; "%short.LanguageOfText;"'>
2202
+ <!ENTITY % OriginalLanguage.attspec '%common.atts; "%ref.OriginalLanguage;" %more.atts; "%short.OriginalLanguage;"'>
2203
+ <!ENTITY % Language.attspec '%common.atts; "%ref.Language;" %more.atts; "%short.Language;"'>
2204
+ <!ENTITY % LanguageRole.attspec '%common.atts; "%ref.LanguageRole;" %more.atts; "%short.LanguageRole;"'>
2205
+ <!ENTITY % CountryCode.attspec '%common.atts; "%ref.CountryCode;" %more.atts; "%short.CountryCode;"'>
2206
+ <!ENTITY % NumberOfPages.attspec '%common.atts; "%ref.NumberOfPages;" %more.atts; "%short.NumberOfPages;"'>
2207
+ <!ENTITY % PagesRoman.attspec '%common.atts; "%ref.PagesRoman;" %more.atts; "%short.PagesRoman;"'>
2208
+ <!ENTITY % PagesArabic.attspec '%common.atts; "%ref.PagesArabic;" %more.atts; "%short.PagesArabic;"'>
2209
+ <!ENTITY % NumberOfIllustrations.attspec '%common.atts; "%ref.NumberOfIllustrations;" %more.atts; "%short.NumberOfIllustrations;"'>
2210
+ <!ENTITY % IllustrationsNote.attspec '%common.atts; "%ref.IllustrationsNote;" %more.atts; "%short.IllustrationsNote;"'>
2211
+ <!ENTITY % Illustrations.attspec '%common.atts; "%ref.Illustrations;" %more.atts; "%short.Illustrations;"'>
2212
+ <!ENTITY % IllustrationType.attspec '%common.atts; "%ref.IllustrationType;" %more.atts; "%short.IllustrationType;"'>
2213
+ <!ENTITY % IllustrationTypeDescription.attspec '%common.atts; "%ref.IllustrationTypeDescription;" %more.atts; "%short.IllustrationTypeDescription;"'>
2214
+ <!ENTITY % Number.attspec '%common.atts; "%ref.Number;" %more.atts; "%short.Number;"'>
2215
+ <!ENTITY % MapScale.attspec '%common.atts; "%ref.MapScale;" %more.atts; "%short.MapScale;"'>
2216
+ <!ENTITY % Extent.attspec '%common.atts; "%ref.Extent;" %more.atts; "%short.Extent;"'>
2217
+ <!ENTITY % ExtentType.attspec '%common.atts; "%ref.ExtentType;" %more.atts; "%short.ExtentType;"'>
2218
+ <!ENTITY % ExtentValue.attspec '%common.atts; "%ref.ExtentValue;" %more.atts; "%short.ExtentValue;"'>
2219
+ <!ENTITY % ExtentUnit.attspec '%common.atts; "%ref.ExtentUnit;" %more.atts; "%short.ExtentUnit;"'>
2220
+ <!ENTITY % BASICMainSubject.attspec '%common.atts; "%ref.BASICMainSubject;" %more.atts; "%short.BASICMainSubject;"'>
2221
+ <!ENTITY % BASICVersion.attspec '%common.atts; "%ref.BASICVersion;" %more.atts; "%short.BASICVersion;"'>
2222
+ <!ENTITY % BICMainSubject.attspec '%common.atts; "%ref.BICMainSubject;" %more.atts; "%short.BICMainSubject;"'>
2223
+ <!ENTITY % BICVersion.attspec '%common.atts; "%ref.BICVersion;" %more.atts; "%short.BICVersion;"'>
2224
+ <!ENTITY % MainSubject.attspec '%common.atts; "%ref.MainSubject;" %more.atts; "%short.MainSubject;"'>
2225
+ <!ENTITY % MainSubjectSchemeIdentifier.attspec '%common.atts; "%ref.MainSubjectSchemeIdentifier;" %more.atts; "%short.MainSubjectSchemeIdentifier;"'>
2226
+ <!ENTITY % Subject.attspec '%common.atts; "%ref.Subject;" %more.atts; "%short.Subject;"'>
2227
+ <!ENTITY % SubjectSchemeIdentifier.attspec '%common.atts; "%ref.SubjectSchemeIdentifier;" %more.atts; "%short.SubjectSchemeIdentifier;"'>
2228
+ <!ENTITY % SubjectSchemeName.attspec '%common.atts; "%ref.SubjectSchemeName;" %more.atts; "%short.SubjectSchemeName;"'>
2229
+ <!ENTITY % SubjectSchemeVersion.attspec '%common.atts; "%ref.SubjectSchemeVersion;" %more.atts; "%short.SubjectSchemeVersion;"'>
2230
+ <!ENTITY % SubjectCode.attspec '%common.atts; "%ref.SubjectCode;" %more.atts; "%short.SubjectCode;"'>
2231
+ <!ENTITY % SubjectHeadingText.attspec '%common.atts; "%ref.SubjectHeadingText;" %more.atts; "%short.SubjectHeadingText;"'>
2232
+ <!ENTITY % PersonAsSubject.attspec '%common.atts; "%ref.PersonAsSubject;" %more.atts; "%short.PersonAsSubject;"'>
2233
+ <!ENTITY % CorporateBodyAsSubject.attspec '%common.atts; "%ref.CorporateBodyAsSubject;" %more.atts; "%short.CorporateBodyAsSubject;"'>
2234
+ <!ENTITY % PlaceAsSubject.attspec '%common.atts; "%ref.PlaceAsSubject;" %more.atts; "%short.PlaceAsSubject;"'>
2235
+ <!ENTITY % AudienceCode.attspec '%common.atts; "%ref.AudienceCode;" %more.atts; "%short.AudienceCode;"'>
2236
+ <!ENTITY % Audience.attspec '%common.atts; "%ref.Audience;" %more.atts; "%short.Audience;"'>
2237
+ <!ENTITY % AudienceCodeType.attspec '%common.atts; "%ref.AudienceCodeType;" %more.atts; "%short.AudienceCodeType;"'>
2238
+ <!ENTITY % AudienceCodeTypeName.attspec '%common.atts; "%ref.AudienceCodeTypeName;" %more.atts; "%short.AudienceCodeTypeName;"'>
2239
+ <!ENTITY % AudienceCodeValue.attspec '%common.atts; "%ref.AudienceCodeValue;" %more.atts; "%short.AudienceCodeValue;"'>
2240
+ <!ENTITY % USSchoolGrade.attspec '%common.atts; "%ref.USSchoolGrade;" %more.atts; "%short.USSchoolGrade;"'>
2241
+ <!ENTITY % InterestAge.attspec '%common.atts; "%ref.InterestAge;" %more.atts; "%short.InterestAge;"'>
2242
+ <!ENTITY % AudienceRange.attspec '%common.atts; "%ref.AudienceRange;" %more.atts; "%short.AudienceRange;"'>
2243
+ <!ENTITY % AudienceRangeQualifier.attspec '%common.atts; "%ref.AudienceRangeQualifier;" %more.atts; "%short.AudienceRangeQualifier;"'>
2244
+ <!ENTITY % AudienceRangePrecision.attspec '%common.atts; "%ref.AudienceRangePrecision;" %more.atts; "%short.AudienceRangePrecision;"'>
2245
+ <!ENTITY % AudienceRangeValue.attspec '%common.atts; "%ref.AudienceRangeValue;" %more.atts; "%short.AudienceRangeValue;"'>
2246
+ <!ENTITY % AudienceDescription.attspec '%common.atts; "%ref.AudienceDescription;" %more.atts; "%short.AudienceDescription;"'>
2247
+ <!ENTITY % Complexity.attspec '%common.atts; "%ref.Complexity;" %more.atts; "%short.Complexity;"'>
2248
+ <!ENTITY % ComplexitySchemeIdentifier.attspec '%common.atts; "%ref.ComplexitySchemeIdentifier;" %more.atts; "%short.ComplexitySchemeIdentifier;"'>
2249
+ <!ENTITY % ComplexityCode.attspec '%common.atts; "%ref.ComplexityCode;" %more.atts; "%short.ComplexityCode;"'>
2250
+ <!ENTITY % ImprintName.attspec '%common.atts; "%ref.ImprintName;" %more.atts; "%short.ImprintName;"'>
2251
+ <!ENTITY % PublisherName.attspec '%common.atts; "%ref.PublisherName;" %more.atts; "%short.PublisherName;"'>
2252
+ <!ENTITY % PublishingRole.attspec '%common.atts; "%ref.PublishingRole;" %more.atts; "%short.PublishingRole;"'>
2253
+ <!ENTITY % Imprint.attspec '%common.atts; "%ref.Imprint;" %more.atts; "%short.Imprint;"'>
2254
+ <!ENTITY % Publisher.attspec '%common.atts; "%ref.Publisher;" %more.atts; "%short.Publisher;"'>
2255
+ <!ENTITY % NameCodeType.attspec '%common.atts; "%ref.NameCodeType;" %more.atts; "%short.NameCodeType;"'>
2256
+ <!ENTITY % NameCodeTypeName.attspec '%common.atts; "%ref.NameCodeTypeName;" %more.atts; "%short.NameCodeTypeName;"'>
2257
+ <!ENTITY % NameCodeValue.attspec '%common.atts; "%ref.NameCodeValue;" %more.atts; "%short.NameCodeValue;"'>
2258
+ <!ENTITY % CityOfPublication.attspec '%common.atts; "%ref.CityOfPublication;" %more.atts; "%short.CityOfPublication;"'>
2259
+ <!ENTITY % CountryOfPublication.attspec '%common.atts; "%ref.CountryOfPublication;" %more.atts; "%short.CountryOfPublication;"'>
2260
+ <!ENTITY % CopublisherName.attspec '%common.atts; "%ref.CopublisherName;" %more.atts; "%short.CopublisherName;"'>
2261
+ <!ENTITY % SponsorName.attspec '%common.atts; "%ref.SponsorName;" %more.atts; "%short.SponsorName;"'>
2262
+ <!ENTITY % OriginalPublisher.attspec '%common.atts; "%ref.OriginalPublisher;" %more.atts; "%short.OriginalPublisher;"'>
2263
+ <!ENTITY % PublishingStatus.attspec '%common.atts; "%ref.PublishingStatus;" %more.atts; "%short.PublishingStatus;"'>
2264
+ <!ENTITY % PublishingStatusNote.attspec '%common.atts; "%ref.PublishingStatusNote;" %more.atts; "%short.PublishingStatusNote;"'>
2265
+ <!ENTITY % AnnouncementDate.attspec '%common.atts; "%ref.AnnouncementDate;" %more.atts; "%short.AnnouncementDate;"'>
2266
+ <!ENTITY % TradeAnnouncementDate.attspec '%common.atts; "%ref.TradeAnnouncementDate;" %more.atts; "%short.TradeAnnouncementDate;"'>
2267
+ <!ENTITY % PublicationDate.attspec '%common.atts; "%ref.PublicationDate;" %more.atts; "%short.PublicationDate;"'>
2268
+ <!ENTITY % CopyrightYear.attspec '%common.atts; "%ref.CopyrightYear;" %more.atts; "%short.CopyrightYear;"'>
2269
+ <!ENTITY % YearFirstPublished.attspec '%common.atts; "%ref.YearFirstPublished;" %more.atts; "%short.YearFirstPublished;"'>
2270
+ <!ENTITY % CopyrightStatement.attspec '%common.atts; "%ref.CopyrightStatement;" %more.atts; "%short.CopyrightStatement;"'>
2271
+ <!ENTITY % CopyrightOwner.attspec '%common.atts; "%ref.CopyrightOwner;" %more.atts; "%short.CopyrightOwner;"'>
2272
+ <!ENTITY % CopyrightOwnerIdentifier.attspec '%common.atts; "%ref.CopyrightOwnerIdentifier;" %more.atts; "%short.CopyrightOwnerIdentifier;"'>
2273
+ <!ENTITY % CopyrightOwnerIDType.attspec '%common.atts; "%ref.CopyrightOwnerIDType;" %more.atts; "%short.CopyrightOwnerIDType;"'>
2274
+ <!ENTITY % SalesRights.attspec '%common.atts; "%ref.SalesRights;" %more.atts; "%short.SalesRights;"'>
2275
+ <!ENTITY % NotForSale.attspec '%common.atts; "%ref.NotForSale;" %more.atts; "%short.NotForSale;"'>
2276
+ <!ENTITY % SalesRightsType.attspec '%common.atts; "%ref.SalesRightsType;" %more.atts; "%short.SalesRightsType;"'>
2277
+ <!ENTITY % RightsCountry.attspec '%common.atts; "%ref.RightsCountry;" %more.atts; "%short.RightsCountry;"'>
2278
+ <!ENTITY % RightsTerritory.attspec '%common.atts; "%ref.RightsTerritory;" %more.atts; "%short.RightsTerritory;"'>
2279
+ <!ENTITY % RightsRegion.attspec '%common.atts; "%ref.RightsRegion;" %more.atts; "%short.RightsRegion;"'>
2280
+ <!ENTITY % SalesRestriction.attspec '%common.atts; "%ref.SalesRestriction;" %more.atts; "%short.SalesRestriction;"'>
2281
+ <!ENTITY % SalesRestrictionType.attspec '%common.atts; "%ref.SalesRestrictionType;" %more.atts; "%short.SalesRestrictionType;"'>
2282
+ <!ENTITY % SalesOutlet.attspec '%common.atts; "%ref.SalesOutlet;" %more.atts; "%short.SalesOutlet;"'>
2283
+ <!ENTITY % SalesOutletIdentifier.attspec '%common.atts; "%ref.SalesOutletIdentifier;" %more.atts; "%short.SalesOutletIdentifier;"'>
2284
+ <!ENTITY % SalesOutletIDType.attspec '%common.atts; "%ref.SalesOutletIDType;" %more.atts; "%short.SalesOutletIDType;"'>
2285
+ <!ENTITY % SalesOutletName.attspec '%common.atts; "%ref.SalesOutletName;" %more.atts; "%short.SalesOutletName;"'>
2286
+ <!ENTITY % SalesRestrictionDetail.attspec '%common.atts; "%ref.SalesRestrictionDetail;" %more.atts; "%short.SalesRestrictionDetail;"'>
2287
+ <!ENTITY % Measure.attspec '%common.atts; "%ref.Measure;" %more.atts; "%short.Measure;"'>
2288
+ <!ENTITY % MeasureTypeCode.attspec '%common.atts; "%ref.MeasureTypeCode;" %more.atts; "%short.MeasureTypeCode;"'>
2289
+ <!ENTITY % Measurement.attspec '%common.atts; "%ref.Measurement;" %more.atts; "%short.Measurement;"'>
2290
+ <!ENTITY % MeasureUnitCode.attspec '%common.atts; "%ref.MeasureUnitCode;" %more.atts; "%short.MeasureUnitCode;"'>
2291
+ <!ENTITY % Height.attspec '%common.atts; "%ref.Height;" %more.atts; "%short.Height;"'>
2292
+ <!ENTITY % Width.attspec '%common.atts; "%ref.Width;" %more.atts; "%short.Width;"'>
2293
+ <!ENTITY % Thickness.attspec '%common.atts; "%ref.Thickness;" %more.atts; "%short.Thickness;"'>
2294
+ <!ENTITY % Weight.attspec '%common.atts; "%ref.Weight;" %more.atts; "%short.Weight;"'>
2295
+ <!ENTITY % Dimensions.attspec '%common.atts; "%ref.Dimensions;" %more.atts; "%short.Dimensions;"'>
2296
+ <!ENTITY % Annotation.attspec '%common.atts; "%ref.Annotation;" %more.atts; "%short.Annotation;"'>
2297
+ <!ENTITY % MainDescription.attspec '%common.atts; "%ref.MainDescription;" %more.atts; "%short.MainDescription;"'>
2298
+ <!ENTITY % OtherText.attspec '%common.atts; "%ref.OtherText;" %more.atts; "%short.OtherText;"'>
2299
+ <!ENTITY % TextTypeCode.attspec '%common.atts; "%ref.TextTypeCode;" %more.atts; "%short.TextTypeCode;"'>
2300
+ <!ENTITY % TextFormat.attspec '%common.atts; "%ref.TextFormat;" %more.atts; "%short.TextFormat;"'>
2301
+ <!ENTITY % Text.attspec '%common.atts; "%ref.Text;" %more.atts; "%short.Text;"'>
2302
+ <!ENTITY % TextLinkType.attspec '%common.atts; "%ref.TextLinkType;" %more.atts; "%short.TextLinkType;"'>
2303
+ <!ENTITY % TextLink.attspec '%common.atts; "%ref.TextLink;" %more.atts; "%short.TextLink;"'>
2304
+ <!ENTITY % TextAuthor.attspec '%common.atts; "%ref.TextAuthor;" %more.atts; "%short.TextAuthor;"'>
2305
+ <!ENTITY % TextSourceCorporate.attspec '%common.atts; "%ref.TextSourceCorporate;" %more.atts; "%short.TextSourceCorporate;"'>
2306
+ <!ENTITY % TextSourceTitle.attspec '%common.atts; "%ref.TextSourceTitle;" %more.atts; "%short.TextSourceTitle;"'>
2307
+ <!ENTITY % TextPublicationDate.attspec '%common.atts; "%ref.TextPublicationDate;" %more.atts; "%short.TextPublicationDate;"'>
2308
+ <!ENTITY % StartDate.attspec '%common.atts; "%ref.StartDate;" %more.atts; "%short.StartDate;"'>
2309
+ <!ENTITY % EndDate.attspec '%common.atts; "%ref.EndDate;" %more.atts; "%short.EndDate;"'>
2310
+ <!ENTITY % ReviewQuote.attspec '%common.atts; "%ref.ReviewQuote;" %more.atts; "%short.ReviewQuote;"'>
2311
+ <!ENTITY % CoverImageFormatCode.attspec '%common.atts; "%ref.CoverImageFormatCode;" %more.atts; "%short.CoverImageFormatCode;"'>
2312
+ <!ENTITY % CoverImageLinkTypeCode.attspec '%common.atts; "%ref.CoverImageLinkTypeCode;" %more.atts; "%short.CoverImageLinkTypeCode;"'>
2313
+ <!ENTITY % CoverImageLink.attspec '%common.atts; "%ref.CoverImageLink;" %more.atts; "%short.CoverImageLink;"'>
2314
+ <!ENTITY % MediaFile.attspec '%common.atts; "%ref.MediaFile;" %more.atts; "%short.MediaFile;"'>
2315
+ <!ENTITY % MediaFileTypeCode.attspec '%common.atts; "%ref.MediaFileTypeCode;" %more.atts; "%short.MediaFileTypeCode;"'>
2316
+ <!ENTITY % MediaFileFormatCode.attspec '%common.atts; "%ref.MediaFileFormatCode;" %more.atts; "%short.MediaFileFormatCode;"'>
2317
+ <!ENTITY % ImageResolution.attspec '%common.atts; "%ref.ImageResolution;" %more.atts; "%short.ImageResolution;"'>
2318
+ <!ENTITY % MediaFileLinkTypeCode.attspec '%common.atts; "%ref.MediaFileLinkTypeCode;" %more.atts; "%short.MediaFileLinkTypeCode;"'>
2319
+ <!ENTITY % MediaFileLink.attspec '%common.atts; "%ref.MediaFileLink;" %more.atts; "%short.MediaFileLink;"'>
2320
+ <!ENTITY % TextWithDownload.attspec '%common.atts; "%ref.TextWithDownload;" %more.atts; "%short.TextWithDownload;"'>
2321
+ <!ENTITY % DownloadCaption.attspec '%common.atts; "%ref.DownloadCaption;" %more.atts; "%short.DownloadCaption;"'>
2322
+ <!ENTITY % DownloadCredit.attspec '%common.atts; "%ref.DownloadCredit;" %more.atts; "%short.DownloadCredit;"'>
2323
+ <!ENTITY % DownloadCopyrightNotice.attspec '%common.atts; "%ref.DownloadCopyrightNotice;" %more.atts; "%short.DownloadCopyrightNotice;"'>
2324
+ <!ENTITY % DownloadTerms.attspec '%common.atts; "%ref.DownloadTerms;" %more.atts; "%short.DownloadTerms;"'>
2325
+ <!ENTITY % MediaFileDate.attspec '%common.atts; "%ref.MediaFileDate;" %more.atts; "%short.MediaFileDate;"'>
2326
+ <!ENTITY % ProductWebsite.attspec '%common.atts; "%ref.ProductWebsite;" %more.atts; "%short.ProductWebsite;"'>
2327
+ <!ENTITY % ProductWebsiteDescription.attspec '%common.atts; "%ref.ProductWebsiteDescription;" %more.atts; "%short.ProductWebsiteDescription;"'>
2328
+ <!ENTITY % ProductWebsiteLink.attspec '%common.atts; "%ref.ProductWebsiteLink;" %more.atts; "%short.ProductWebsiteLink;"'>
2329
+ <!ENTITY % PrizesDescription.attspec '%common.atts; "%ref.PrizesDescription;" %more.atts; "%short.PrizesDescription;"'>
2330
+ <!ENTITY % Prize.attspec '%common.atts; "%ref.Prize;" %more.atts; "%short.Prize;"'>
2331
+ <!ENTITY % PrizeName.attspec '%common.atts; "%ref.PrizeName;" %more.atts; "%short.PrizeName;"'>
2332
+ <!ENTITY % PrizeYear.attspec '%common.atts; "%ref.PrizeYear;" %more.atts; "%short.PrizeYear;"'>
2333
+ <!ENTITY % PrizeCountry.attspec '%common.atts; "%ref.PrizeCountry;" %more.atts; "%short.PrizeCountry;"'>
2334
+ <!ENTITY % PrizeCode.attspec '%common.atts; "%ref.PrizeCode;" %more.atts; "%short.PrizeCode;"'>
2335
+ <!ENTITY % PrizeJury.attspec '%common.atts; "%ref.PrizeJury;" %more.atts; "%short.PrizeJury;"'>
2336
+ <!ENTITY % ContentItem.attspec '%common.atts; "%ref.ContentItem;" %more.atts; "%short.ContentItem;"'>
2337
+ <!ENTITY % LevelSequenceNumber.attspec '%common.atts; "%ref.LevelSequenceNumber;" %more.atts; "%short.LevelSequenceNumber;"'>
2338
+ <!ENTITY % TextItem.attspec '%common.atts; "%ref.TextItem;" %more.atts; "%short.TextItem;"'>
2339
+ <!ENTITY % TextItemType.attspec '%common.atts; "%ref.TextItemType;" %more.atts; "%short.TextItemType;"'>
2340
+ <!ENTITY % TextItemIdentifier.attspec '%common.atts; "%ref.TextItemIdentifier;" %more.atts; "%short.TextItemIdentifier;"'>
2341
+ <!ENTITY % TextItemIDType.attspec '%common.atts; "%ref.TextItemIDType;" %more.atts; "%short.TextItemIDType;"'>
2342
+ <!ENTITY % FirstPageNumber.attspec '%common.atts; "%ref.FirstPageNumber;" %more.atts; "%short.FirstPageNumber;"'>
2343
+ <!ENTITY % LastPageNumber.attspec '%common.atts; "%ref.LastPageNumber;" %more.atts; "%short.LastPageNumber;"'>
2344
+ <!ENTITY % PageRun.attspec '%common.atts; "%ref.PageRun;" %more.atts; "%short.PageRun;"'>
2345
+ <!ENTITY % ComponentTypeName.attspec '%common.atts; "%ref.ComponentTypeName;" %more.atts; "%short.ComponentTypeName;"'>
2346
+ <!ENTITY % ComponentNumber.attspec '%common.atts; "%ref.ComponentNumber;" %more.atts; "%short.ComponentNumber;"'>
2347
+ <!ENTITY % ReplacedByISBN.attspec '%common.atts; "%ref.ReplacedByISBN;" %more.atts; "%short.ReplacedByISBN;"'>
2348
+ <!ENTITY % ReplacedByEAN13.attspec '%common.atts; "%ref.ReplacedByEAN13;" %more.atts; "%short.ReplacedByEAN13;"'>
2349
+ <!ENTITY % RelatedProduct.attspec '%common.atts; "%ref.RelatedProduct;" %more.atts; "%short.RelatedProduct;"'>
2350
+ <!ENTITY % RelationCode.attspec '%common.atts; "%ref.RelationCode;" %more.atts; "%short.RelationCode;"'>
2351
+ <!ENTITY % AlternativeFormatISBN.attspec '%common.atts; "%ref.AlternativeFormatISBN;" %more.atts; "%short.AlternativeFormatISBN;"'>
2352
+ <!ENTITY % AlternativeFormatEAN13.attspec '%common.atts; "%ref.AlternativeFormatEAN13;" %more.atts; "%short.AlternativeFormatEAN13;"'>
2353
+ <!ENTITY % AlternativeProductISBN.attspec '%common.atts; "%ref.AlternativeProductISBN;" %more.atts; "%short.AlternativeProductISBN;"'>
2354
+ <!ENTITY % AlternativeProductEAN13.attspec '%common.atts; "%ref.AlternativeProductEAN13;" %more.atts; "%short.AlternativeProductEAN13;"'>
2355
+ <!ENTITY % OutOfPrintDate.attspec '%common.atts; "%ref.OutOfPrintDate;" %more.atts; "%short.OutOfPrintDate;"'>
2356
+ <!ENTITY % SupplyDetail.attspec '%common.atts; "%ref.SupplyDetail;" %more.atts; "%short.SupplyDetail;"'>
2357
+ <!ENTITY % SupplierEANLocationNumber.attspec '%common.atts; "%ref.SupplierEANLocationNumber;" %more.atts; "%short.SupplierEANLocationNumber;"'>
2358
+ <!ENTITY % SupplierSAN.attspec '%common.atts; "%ref.SupplierSAN;" %more.atts; "%short.SupplierSAN;"'>
2359
+ <!ENTITY % SupplierIdentifier.attspec '%common.atts; "%ref.SupplierIdentifier;" %more.atts; "%short.SupplierIdentifier;"'>
2360
+ <!ENTITY % SupplierIDType.attspec '%common.atts; "%ref.SupplierIDType;" %more.atts; "%short.SupplierIDType;"'>
2361
+ <!ENTITY % SupplierName.attspec '%common.atts; "%ref.SupplierName;" %more.atts; "%short.SupplierName;"'>
2362
+ <!ENTITY % TelephoneNumber.attspec '%common.atts; "%ref.TelephoneNumber;" %more.atts; "%short.TelephoneNumber;"'>
2363
+ <!ENTITY % FaxNumber.attspec '%common.atts; "%ref.FaxNumber;" %more.atts; "%short.FaxNumber;"'>
2364
+ <!ENTITY % EmailAddress.attspec '%common.atts; "%ref.EmailAddress;" %more.atts; "%short.EmailAddress;"'>
2365
+ <!ENTITY % SupplierRole.attspec '%common.atts; "%ref.SupplierRole;" %more.atts; "%short.SupplierRole;"'>
2366
+ <!ENTITY % SupplyToCountry.attspec '%common.atts; "%ref.SupplyToCountry;" %more.atts; "%short.SupplyToCountry;"'>
2367
+ <!ENTITY % SupplyToRegion.attspec '%common.atts; "%ref.SupplyToRegion;" %more.atts; "%short.SupplyToRegion;"'>
2368
+ <!ENTITY % SupplyToTerritory.attspec '%common.atts; "%ref.SupplyToTerritory;" %more.atts; "%short.SupplyToTerritory;"'>
2369
+ <!ENTITY % SupplyToCountryExcluded.attspec '%common.atts; "%ref.SupplyToCountryExcluded;" %more.atts; "%short.SupplyToCountryExcluded;"'>
2370
+ <!ENTITY % ReturnsCodeType.attspec '%common.atts; "%ref.ReturnsCodeType;" %more.atts; "%short.ReturnsCodeType;"'>
2371
+ <!ENTITY % ReturnsCode.attspec '%common.atts; "%ref.ReturnsCode;" %more.atts; "%short.ReturnsCode;"'>
2372
+ <!ENTITY % LastDateForReturns.attspec '%common.atts; "%ref.LastDateForReturns;" %more.atts; "%short.LastDateForReturns;"'>
2373
+ <!ENTITY % AvailabilityCode.attspec '%common.atts; "%ref.AvailabilityCode;" %more.atts; "%short.AvailabilityCode;"'>
2374
+ <!ENTITY % ProductAvailability.attspec '%common.atts; "%ref.ProductAvailability;" %more.atts; "%short.ProductAvailability;"'>
2375
+ <!ENTITY % IntermediaryAvailabilityCode.attspec '%common.atts; "%ref.IntermediaryAvailabilityCode;" %more.atts; "%short.IntermediaryAvailabilityCode;"'>
2376
+ <!ENTITY % NewSupplier.attspec '%common.atts; "%ref.NewSupplier;" %more.atts; "%short.NewSupplier;"'>
2377
+ <!ENTITY % Stock.attspec '%common.atts; "%ref.Stock;" %more.atts; "%short.Stock;"'>
2378
+ <!ENTITY % LocationIdentifier.attspec '%common.atts; "%ref.LocationIdentifier;" %more.atts; "%short.LocationIdentifier;"'>
2379
+ <!ENTITY % LocationIDType.attspec '%common.atts; "%ref.LocationIDType;" %more.atts; "%short.LocationIDType;"'>
2380
+ <!ENTITY % LocationName.attspec '%common.atts; "%ref.LocationName;" %more.atts; "%short.LocationName;"'>
2381
+ <!ENTITY % OnHand.attspec '%common.atts; "%ref.OnHand;" %more.atts; "%short.OnHand;"'>
2382
+ <!ENTITY % OnOrder.attspec '%common.atts; "%ref.OnOrder;" %more.atts; "%short.OnOrder;"'>
2383
+ <!ENTITY % CBO.attspec '%common.atts; "%ref.CBO;" %more.atts; "%short.CBO;"'>
2384
+ <!ENTITY % DateFormat.attspec '%common.atts; "%ref.DateFormat;" %more.atts; "%short.DateFormat;"'>
2385
+ <!ENTITY % ExpectedShipDate.attspec '%common.atts; "%ref.ExpectedShipDate;" %more.atts; "%short.ExpectedShipDate;"'>
2386
+ <!ENTITY % OnSaleDate.attspec '%common.atts; "%ref.OnSaleDate;" %more.atts; "%short.OnSaleDate;"'>
2387
+ <!ENTITY % OrderTime.attspec '%common.atts; "%ref.OrderTime;" %more.atts; "%short.OrderTime;"'>
2388
+ <!ENTITY % PackQuantity.attspec '%common.atts; "%ref.PackQuantity;" %more.atts; "%short.PackQuantity;"'>
2389
+ <!ENTITY % AudienceRestrictionFlag.attspec '%common.atts; "%ref.AudienceRestrictionFlag;" %more.atts; "%short.AudienceRestrictionFlag;"'>
2390
+ <!ENTITY % AudienceRestrictionNote.attspec '%common.atts; "%ref.AudienceRestrictionNote;" %more.atts; "%short.AudienceRestrictionNote;"'>
2391
+ <!ENTITY % Price.attspec '%common.atts; "%ref.Price;" %more.atts; "%short.Price;"'>
2392
+ <!ENTITY % PriceTypeCode.attspec '%common.atts; "%ref.PriceTypeCode;" %more.atts; "%short.PriceTypeCode;"'>
2393
+ <!ENTITY % PriceQualifier.attspec '%common.atts; "%ref.PriceQualifier;" %more.atts; "%short.PriceQualifier;"'>
2394
+ <!ENTITY % PriceTypeDescription.attspec '%common.atts; "%ref.PriceTypeDescription;" %more.atts; "%short.PriceTypeDescription;"'>
2395
+ <!ENTITY % PricePer.attspec '%common.atts; "%ref.PricePer;" %more.atts; "%short.PricePer;"'>
2396
+ <!ENTITY % MinimumOrderQuantity.attspec '%common.atts; "%ref.MinimumOrderQuantity;" %more.atts; "%short.MinimumOrderQuantity;"'>
2397
+ <!ENTITY % BatchBonus.attspec '%common.atts; "%ref.BatchBonus;" %more.atts; "%short.BatchBonus;"'>
2398
+ <!ENTITY % BatchQuantity.attspec '%common.atts; "%ref.BatchQuantity;" %more.atts; "%short.BatchQuantity;"'>
2399
+ <!ENTITY % FreeQuantity.attspec '%common.atts; "%ref.FreeQuantity;" %more.atts; "%short.FreeQuantity;"'>
2400
+ <!ENTITY % ClassOfTrade.attspec '%common.atts; "%ref.ClassOfTrade;" %more.atts; "%short.ClassOfTrade;"'>
2401
+ <!ENTITY % BICDiscountGroupCode.attspec '%common.atts; "%ref.BICDiscountGroupCode;" %more.atts; "%short.BICDiscountGroupCode;"'>
2402
+ <!ENTITY % DiscountCoded.attspec '%common.atts; "%ref.DiscountCoded;" %more.atts; "%short.DiscountCoded;"'>
2403
+ <!ENTITY % DiscountCodeType.attspec '%common.atts; "%ref.DiscountCodeType;" %more.atts; "%short.DiscountCodeType;"'>
2404
+ <!ENTITY % DiscountCodeTypeName.attspec '%common.atts; "%ref.DiscountCodeTypeName;" %more.atts; "%short.DiscountCodeTypeName;"'>
2405
+ <!ENTITY % DiscountCode.attspec '%common.atts; "%ref.DiscountCode;" %more.atts; "%short.DiscountCode;"'>
2406
+ <!ENTITY % DiscountPercent.attspec '%common.atts; "%ref.DiscountPercent;" %more.atts; "%short.DiscountPercent;"'>
2407
+ <!ENTITY % PriceStatus.attspec '%common.atts; "%ref.PriceStatus;" %more.atts; "%short.PriceStatus;"'>
2408
+ <!ENTITY % PriceAmount.attspec '%common.atts; "%ref.PriceAmount;" %more.atts; "%short.PriceAmount;"'>
2409
+ <!ENTITY % UnpricedItemType.attspec '%common.atts; "%ref.UnpricedItemType;" %more.atts; "%short.UnpricedItemType;"'>
2410
+ <!ENTITY % CurrencyCode.attspec '%common.atts; "%ref.CurrencyCode;" %more.atts; "%short.CurrencyCode;"'>
2411
+ <!ENTITY % TaxRateCode1.attspec '%common.atts; "%ref.TaxRateCode1;" %more.atts; "%short.TaxRateCode1;"'>
2412
+ <!ENTITY % TaxRatePercent1.attspec '%common.atts; "%ref.TaxRatePercent1;" %more.atts; "%short.TaxRatePercent1;"'>
2413
+ <!ENTITY % TaxableAmount1.attspec '%common.atts; "%ref.TaxableAmount1;" %more.atts; "%short.TaxableAmount1;"'>
2414
+ <!ENTITY % TaxAmount1.attspec '%common.atts; "%ref.TaxAmount1;" %more.atts; "%short.TaxAmount1;"'>
2415
+ <!ENTITY % TaxRateCode2.attspec '%common.atts; "%ref.TaxRateCode2;" %more.atts; "%short.TaxRateCode2;"'>
2416
+ <!ENTITY % TaxRatePercent2.attspec '%common.atts; "%ref.TaxRatePercent2;" %more.atts; "%short.TaxRatePercent2;"'>
2417
+ <!ENTITY % TaxableAmount2.attspec '%common.atts; "%ref.TaxableAmount2;" %more.atts; "%short.TaxableAmount2;"'>
2418
+ <!ENTITY % TaxAmount2.attspec '%common.atts; "%ref.TaxAmount2;" %more.atts; "%short.TaxAmount2;"'>
2419
+ <!ENTITY % Reissue.attspec '%common.atts; "%ref.Reissue;" %more.atts; "%short.Reissue;"'>
2420
+ <!ENTITY % ReissueDate.attspec '%common.atts; "%ref.ReissueDate;" %more.atts; "%short.ReissueDate;"'>
2421
+ <!ENTITY % ReissueDescription.attspec '%common.atts; "%ref.ReissueDescription;" %more.atts; "%short.ReissueDescription;"'>
2422
+ <!ENTITY % PriceEffectiveFrom.attspec '%common.atts; "%ref.PriceEffectiveFrom;" %more.atts; "%short.PriceEffectiveFrom;"'>
2423
+ <!ENTITY % PriceEffectiveUntil.attspec '%common.atts; "%ref.PriceEffectiveUntil;" %more.atts; "%short.PriceEffectiveUntil;"'>
2424
+ <!ENTITY % PromotionCampaign.attspec '%common.atts; "%ref.PromotionCampaign;" %more.atts; "%short.PromotionCampaign;"'>
2425
+ <!ENTITY % PromotionContact.attspec '%common.atts; "%ref.PromotionContact;" %more.atts; "%short.PromotionContact;"'>
2426
+ <!ENTITY % InitialPrintRun.attspec '%common.atts; "%ref.InitialPrintRun;" %more.atts; "%short.InitialPrintRun;"'>
2427
+ <!ENTITY % CopiesSold.attspec '%common.atts; "%ref.CopiesSold;" %more.atts; "%short.CopiesSold;"'>
2428
+ <!ENTITY % BookClubAdoption.attspec '%common.atts; "%ref.BookClubAdoption;" %more.atts; "%short.BookClubAdoption;"'>
2429
+ <!ENTITY % SubordinateEntries.attspec '%common.atts; "%ref.SubordinateEntries;" %more.atts; "%short.SubordinateEntries;"'>
2430
+ <!ENTITY % ParentIdentifier.attspec '%common.atts; "%ref.ParentIdentifier;" %more.atts; "%short.ParentIdentifier;"'>
2431
+ <!ENTITY % SeriesPartName.attspec '%common.atts; "%ref.SeriesPartName;" %more.atts; "%short.SeriesPartName;"'>
2432
+ <!ENTITY % FromEANNumber.attspec '%common.atts; "%ref.FromEANNumber;" %more.atts; "%short.FromEANNumber;"'>
2433
+ <!ENTITY % FromSAN.attspec '%common.atts; "%ref.FromSAN;" %more.atts; "%short.FromSAN;"'>
2434
+ <!ENTITY % FromCompany.attspec '%common.atts; "%ref.FromCompany;" %more.atts; "%short.FromCompany;"'>
2435
+ <!ENTITY % FromPerson.attspec '%common.atts; "%ref.FromPerson;" %more.atts; "%short.FromPerson;"'>
2436
+ <!ENTITY % FromEmail.attspec '%common.atts; "%ref.FromEmail;" %more.atts; "%short.FromEmail;"'>
2437
+ <!ENTITY % ToEANNumber.attspec '%common.atts; "%ref.ToEANNumber;" %more.atts; "%short.ToEANNumber;"'>
2438
+ <!ENTITY % ToSAN.attspec '%common.atts; "%ref.ToSAN;" %more.atts; "%short.ToSAN;"'>
2439
+ <!ENTITY % ToCompany.attspec '%common.atts; "%ref.ToCompany;" %more.atts; "%short.ToCompany;"'>
2440
+ <!ENTITY % ToPerson.attspec '%common.atts; "%ref.ToPerson;" %more.atts; "%short.ToPerson;"'>
2441
+ <!ENTITY % MessageNumber.attspec '%common.atts; "%ref.MessageNumber;" %more.atts; "%short.MessageNumber;"'>
2442
+ <!ENTITY % MessageRepeat.attspec '%common.atts; "%ref.MessageRepeat;" %more.atts; "%short.MessageRepeat;"'>
2443
+ <!ENTITY % SentDate.attspec '%common.atts; "%ref.SentDate;" %more.atts; "%short.SentDate;"'>
2444
+ <!ENTITY % MessageNote.attspec '%common.atts; "%ref.MessageNote;" %more.atts; "%short.MessageNote;"'>
2445
+ <!ENTITY % DefaultLanguageOfText.attspec '%common.atts; "%ref.DefaultLanguageOfText;" %more.atts; "%short.DefaultLanguageOfText;"'>
2446
+ <!ENTITY % DefaultPriceTypeCode.attspec '%common.atts; "%ref.DefaultPriceTypeCode;" %more.atts; "%short.DefaultPriceTypeCode;"'>
2447
+ <!ENTITY % DefaultCurrencyCode.attspec '%common.atts; "%ref.DefaultCurrencyCode;" %more.atts; "%short.DefaultCurrencyCode;"'>
2448
+ <!ENTITY % DefaultLinearUnit.attspec '%common.atts; "%ref.DefaultLinearUnit;" %more.atts; "%short.DefaultLinearUnit;"'>
2449
+ <!ENTITY % DefaultWeightUnit.attspec '%common.atts; "%ref.DefaultWeightUnit;" %more.atts; "%short.DefaultWeightUnit;"'>
2450
+ <!ENTITY % DefaultClassOfTrade.attspec '%common.atts; "%ref.DefaultClassOfTrade;" %more.atts; "%short.DefaultClassOfTrade;"'>
2451
+ <!ENTITY % SenderIdentifier.attspec '%common.atts; "%ref.SenderIdentifier;" %more.atts; "%short.SenderIdentifier;"'>
2452
+ <!ENTITY % AddresseeIdentifier.attspec '%common.atts; "%ref.AddresseeIdentifier;" %more.atts; "%short.AddresseeIdentifier;"'>
2453
+ <!ENTITY % SenderIDType.attspec '%common.atts; "%ref.SenderIDType;" %more.atts; "%short.SenderIDType;"'>
2454
+ <!ENTITY % AddresseeIDType.attspec '%common.atts; "%ref.AddresseeIDType;" %more.atts; "%short.AddresseeIDType;"'>
2455
+ <!ENTITY % Header.attspec '%common.atts; "%ref.Header;" %more.atts; "%short.Header;"'>
2456
+
2457
+ <!-- The fixed attributes for each element are declared here -->
2458
+
2459
+ <!ATTLIST %ONIXMessage; %ONIXMessage.attspec;>
2460
+ <!ATTLIST %Product; %Product.attspec;>
2461
+ <!ATTLIST %MainSeriesRecord; %MainSeriesRecord.attspec;>
2462
+ <!ATTLIST %SubSeriesRecord; %SubSeriesRecord.attspec;>
2463
+ <!ATTLIST %RecordReference; %RecordReference.attspec;>
2464
+ <!ATTLIST %NotificationType; %NotificationType.attspec;>
2465
+ <!ATTLIST %RecordSourceType; %RecordSourceType.attspec;>
2466
+ <!ATTLIST %RecordSourceIdentifierType; %RecordSourceIdentifierType.attspec;>
2467
+ <!ATTLIST %RecordSourceIdentifier; %RecordSourceIdentifier.attspec;>
2468
+ <!ATTLIST %RecordSourceName; %RecordSourceName.attspec;>
2469
+ <!ATTLIST %DeletionCode; %DeletionCode.attspec;>
2470
+ <!ATTLIST %DeletionText; %DeletionText.attspec;>
2471
+ <!ATTLIST %ISBN; %ISBN.attspec;>
2472
+ <!ATTLIST %EAN13; %EAN13.attspec;>
2473
+ <!ATTLIST %UPC; %UPC.attspec;>
2474
+ <!ATTLIST %PublisherProductNo; %PublisherProductNo.attspec;>
2475
+ <!ATTLIST %ISMN; %ISMN.attspec;>
2476
+ <!ATTLIST %DOI; %DOI.attspec;>
2477
+ <!ATTLIST %ProductIdentifier; %ProductIdentifier.attspec;>
2478
+ <!ATTLIST %ProductIDType; %ProductIDType.attspec;>
2479
+ <!ATTLIST %IDTypeName; %IDTypeName.attspec;>
2480
+ <!ATTLIST %IDValue; %IDValue.attspec;>
2481
+ <!ATTLIST %Barcode; %Barcode.attspec;>
2482
+ <!ATTLIST %ReplacesISBN; %ReplacesISBN.attspec;>
2483
+ <!ATTLIST %ReplacesEAN13; %ReplacesEAN13.attspec;>
2484
+ <!ATTLIST %ProductForm; %ProductForm.attspec;>
2485
+ <!ATTLIST %ProductFormDetail; %ProductFormDetail.attspec;>
2486
+ <!ATTLIST %ProductFormFeature; %ProductFormFeature.attspec;>
2487
+ <!ATTLIST %ProductFormFeatureType; %ProductFormFeatureType.attspec;>
2488
+ <!ATTLIST %ProductFormFeatureValue; %ProductFormFeatureValue.attspec;>
2489
+ <!ATTLIST %ProductFormFeatureDescription; %ProductFormFeatureDescription.attspec;>
2490
+ <!ATTLIST %BookFormDetail; %BookFormDetail.attspec;>
2491
+ <!ATTLIST %ProductPackaging; %ProductPackaging.attspec;>
2492
+ <!ATTLIST %TradeCategory; %TradeCategory.attspec;>
2493
+ <!ATTLIST %ProductContentType; %ProductContentType.attspec;>
2494
+ <!ATTLIST %ProductFormDescription; %ProductFormDescription.attspec;>
2495
+ <!ATTLIST %ContainedItem; %ContainedItem.attspec;>
2496
+ <!ATTLIST %NumberOfPieces; %NumberOfPieces.attspec;>
2497
+ <!ATTLIST %ItemQuantity; %ItemQuantity.attspec;>
2498
+ <!ATTLIST %ProductClassification; %ProductClassification.attspec;>
2499
+ <!ATTLIST %ProductClassificationType; %ProductClassificationType.attspec;>
2500
+ <!ATTLIST %ProductClassificationCode; %ProductClassificationCode.attspec;>
2501
+ <!ATTLIST %Percent; %Percent.attspec;>
2502
+ <!ATTLIST %EpubType; %EpubType.attspec;>
2503
+ <!ATTLIST %EpubTypeVersion; %EpubTypeVersion.attspec;>
2504
+ <!ATTLIST %EpubTypeDescription; %EpubTypeDescription.attspec;>
2505
+ <!ATTLIST %EpubFormat; %EpubFormat.attspec;>
2506
+ <!ATTLIST %EpubFormatVersion; %EpubFormatVersion.attspec;>
2507
+ <!ATTLIST %EpubFormatDescription; %EpubFormatDescription.attspec;>
2508
+ <!ATTLIST %EpubSource; %EpubSource.attspec;>
2509
+ <!ATTLIST %EpubSourceVersion; %EpubSourceVersion.attspec;>
2510
+ <!ATTLIST %EpubSourceDescription; %EpubSourceDescription.attspec;>
2511
+ <!ATTLIST %EpubTypeNote; %EpubTypeNote.attspec;>
2512
+ <!ATTLIST %Series; %Series.attspec;>
2513
+ <!ATTLIST %NoSeries; %NoSeries.attspec;>
2514
+ <!ATTLIST %SeriesISSN; %SeriesISSN.attspec;>
2515
+ <!ATTLIST %PublisherSeriesCode; %PublisherSeriesCode.attspec;>
2516
+ <!ATTLIST %SeriesIdentifier; %SeriesIdentifier.attspec;>
2517
+ <!ATTLIST %SeriesIDType; %SeriesIDType.attspec;>
2518
+ <!ATTLIST %TitleOfSeries; %TitleOfSeries.attspec;>
2519
+ <!ATTLIST %NumberWithinSeries; %NumberWithinSeries.attspec;>
2520
+ <!ATTLIST %YearOfAnnual; %YearOfAnnual.attspec;>
2521
+ <!ATTLIST %Set; %Set.attspec;>
2522
+ <!ATTLIST %ISBNOfSet; %ISBNOfSet.attspec;>
2523
+ <!ATTLIST %EAN13OfSet; %EAN13OfSet.attspec;>
2524
+ <!ATTLIST %TitleOfSet; %TitleOfSet.attspec;>
2525
+ <!ATTLIST %SetPartNumber; %SetPartNumber.attspec;>
2526
+ <!ATTLIST %SetPartTitle; %SetPartTitle.attspec;>
2527
+ <!ATTLIST %ItemNumberWithinSet; %ItemNumberWithinSet.attspec;>
2528
+ <!ATTLIST %SetItemTitle; %SetItemTitle.attspec;>
2529
+ <!ATTLIST %TextCaseFlag; %TextCaseFlag.attspec;>
2530
+ <!ATTLIST %DistinctiveTitle; %DistinctiveTitle.attspec;>
2531
+ <!ATTLIST %Subtitle; %Subtitle.attspec;>
2532
+ <!ATTLIST %TitlePrefix; %TitlePrefix.attspec;>
2533
+ <!ATTLIST %TitleWithoutPrefix; %TitleWithoutPrefix.attspec;>
2534
+ <!ATTLIST %TranslationOfTitle; %TranslationOfTitle.attspec;>
2535
+ <!ATTLIST %FormerTitle; %FormerTitle.attspec;>
2536
+ <!ATTLIST %Title; %Title.attspec;>
2537
+ <!ATTLIST %TitleType; %TitleType.attspec;>
2538
+ <!ATTLIST %AbbreviatedLength; %AbbreviatedLength.attspec;>
2539
+ <!ATTLIST %TitleText; %TitleText.attspec;>
2540
+ <!ATTLIST %WorkIdentifier; %WorkIdentifier.attspec;>
2541
+ <!ATTLIST %WorkIDType; %WorkIDType.attspec;>
2542
+ <!ATTLIST %Website; %Website.attspec;>
2543
+ <!ATTLIST %WebsiteRole; %WebsiteRole.attspec;>
2544
+ <!ATTLIST %WebsiteDescription; %WebsiteDescription.attspec;>
2545
+ <!ATTLIST %WebsiteLink; %WebsiteLink.attspec;>
2546
+ <!ATTLIST %ThesisType; %ThesisType.attspec;>
2547
+ <!ATTLIST %ThesisPresentedTo; %ThesisPresentedTo.attspec;>
2548
+ <!ATTLIST %ThesisYear; %ThesisYear.attspec;>
2549
+ <!ATTLIST %Contributor; %Contributor.attspec;>
2550
+ <!ATTLIST %SequenceNumber; %SequenceNumber.attspec;>
2551
+ <!ATTLIST %ContributorRole; %ContributorRole.attspec;>
2552
+ <!ATTLIST %LanguageCode; %LanguageCode.attspec;>
2553
+ <!ATTLIST %SequenceNumberWithinRole; %SequenceNumberWithinRole.attspec;>
2554
+ <!ATTLIST %PersonName; %PersonName.attspec;>
2555
+ <!ATTLIST %PersonNameInverted; %PersonNameInverted.attspec;>
2556
+ <!ATTLIST %TitlesBeforeNames; %TitlesBeforeNames.attspec;>
2557
+ <!ATTLIST %NamesBeforeKey; %NamesBeforeKey.attspec;>
2558
+ <!ATTLIST %PrefixToKey; %PrefixToKey.attspec;>
2559
+ <!ATTLIST %SuffixToKey; %SuffixToKey.attspec;>
2560
+ <!ATTLIST %KeyNames; %KeyNames.attspec;>
2561
+ <!ATTLIST %NamesAfterKey; %NamesAfterKey.attspec;>
2562
+ <!ATTLIST %LettersAfterNames; %LettersAfterNames.attspec;>
2563
+ <!ATTLIST %TitlesAfterNames; %TitlesAfterNames.attspec;>
2564
+ <!ATTLIST %Name; %Name.attspec;>
2565
+ <!ATTLIST %PersonNameType; %PersonNameType.attspec;>
2566
+ <!ATTLIST %PersonNameIdentifier; %PersonNameIdentifier.attspec;>
2567
+ <!ATTLIST %PersonNameIDType; %PersonNameIDType.attspec; >
2568
+ <!ATTLIST %PersonDate; %PersonDate.attspec;>
2569
+ <!ATTLIST %PersonDateRole; %PersonDateRole.attspec;>
2570
+ <!ATTLIST %Date; %Date.attspec;>
2571
+ <!ATTLIST %BiographicalNote; %BiographicalNote.attspec;>
2572
+ <!ATTLIST %ProfessionalAffiliation; %ProfessionalAffiliation.attspec;>
2573
+ <!ATTLIST %ProfessionalPosition; %ProfessionalPosition.attspec;>
2574
+ <!ATTLIST %Affiliation; %Affiliation.attspec;>
2575
+ <!ATTLIST %CorporateName; %CorporateName.attspec;>
2576
+ <!ATTLIST %ContributorDescription; %ContributorDescription.attspec;>
2577
+ <!ATTLIST %UnnamedPersons; %UnnamedPersons.attspec;>
2578
+ <!ATTLIST %NoContributor; %NoContributor.attspec;>
2579
+ <!ATTLIST %ContributorStatement; %ContributorStatement.attspec;>
2580
+ <!ATTLIST %ConferenceDescription; %ConferenceDescription.attspec;>
2581
+ <!ATTLIST %ConferenceRole; %ConferenceRole.attspec;>
2582
+ <!ATTLIST %ConferenceName; %ConferenceName.attspec;>
2583
+ <!ATTLIST %ConferenceNumber; %ConferenceNumber.attspec;>
2584
+ <!ATTLIST %ConferenceDate; %ConferenceDate.attspec;>
2585
+ <!ATTLIST %ConferencePlace; %ConferencePlace.attspec;>
2586
+ <!ATTLIST %Conference; %Conference.attspec;>
2587
+ <!ATTLIST %ConferenceAcronym; %ConferenceAcronym.attspec;>
2588
+ <!ATTLIST %ConferenceTheme; %ConferenceTheme.attspec;>
2589
+ <!ATTLIST %ConferenceSponsor; %ConferenceSponsor.attspec;>
2590
+ <!ATTLIST %ConferenceSponsorIdentifier; %ConferenceSponsorIdentifier.attspec;>
2591
+ <!ATTLIST %ConferenceSponsorIDType; %ConferenceSponsorIDType.attspec;>
2592
+ <!ATTLIST %EditionTypeCode; %EditionTypeCode.attspec;>
2593
+ <!ATTLIST %EditionNumber; %EditionNumber.attspec;>
2594
+ <!ATTLIST %EditionVersionNumber; %EditionVersionNumber.attspec;>
2595
+ <!ATTLIST %EditionStatement; %EditionStatement.attspec;>
2596
+ <!ATTLIST %NoEdition; %NoEdition.attspec;>
2597
+ <!ATTLIST %ReligiousText; %ReligiousText.attspec;>
2598
+ <!ATTLIST %Bible; %Bible.attspec;>
2599
+ <!ATTLIST %BibleContents; %BibleContents.attspec;>
2600
+ <!ATTLIST %BibleVersion; %BibleVersion.attspec;>
2601
+ <!ATTLIST %StudyBibleType; %StudyBibleType.attspec;>
2602
+ <!ATTLIST %BiblePurpose; %BiblePurpose.attspec;>
2603
+ <!ATTLIST %BibleTextOrganization; %BibleTextOrganization.attspec;>
2604
+ <!ATTLIST %BibleReferenceLocation; %BibleReferenceLocation.attspec;>
2605
+ <!ATTLIST %BibleTextFeature; %BibleTextFeature.attspec;>
2606
+ <!ATTLIST %ReligiousTextID; %ReligiousTextID.attspec;>
2607
+ <!ATTLIST %ReligiousTextFeature; %ReligiousTextFeature.attspec;>
2608
+ <!ATTLIST %ReligiousTextFeatureType; %ReligiousTextFeatureType.attspec;>
2609
+ <!ATTLIST %ReligiousTextFeatureCode; %ReligiousTextFeatureCode.attspec;>
2610
+ <!ATTLIST %ReligiousTextFeatureDescription; %ReligiousTextFeatureDescription.attspec;>
2611
+ <!ATTLIST %LanguageOfText; %LanguageOfText.attspec;>
2612
+ <!ATTLIST %OriginalLanguage; %OriginalLanguage.attspec;>
2613
+ <!ATTLIST %Language; %Language.attspec;>
2614
+ <!ATTLIST %LanguageRole; %LanguageRole.attspec;>
2615
+ <!ATTLIST %CountryCode; %CountryCode.attspec;>
2616
+ <!ATTLIST %NumberOfPages; %NumberOfPages.attspec;>
2617
+ <!ATTLIST %PagesRoman; %PagesRoman.attspec;>
2618
+ <!ATTLIST %PagesArabic; %PagesArabic.attspec;>
2619
+ <!ATTLIST %NumberOfIllustrations; %NumberOfIllustrations.attspec;>
2620
+ <!ATTLIST %IllustrationsNote; %IllustrationsNote.attspec;>
2621
+ <!ATTLIST %Illustrations; %Illustrations.attspec;>
2622
+ <!ATTLIST %IllustrationType; %IllustrationType.attspec;>
2623
+ <!ATTLIST %IllustrationTypeDescription; %IllustrationTypeDescription.attspec;>
2624
+ <!ATTLIST %Number; %Number.attspec;>
2625
+ <!ATTLIST %MapScale; %MapScale.attspec;>
2626
+ <!ATTLIST %Extent; %Extent.attspec;>
2627
+ <!ATTLIST %ExtentType; %ExtentType.attspec;>
2628
+ <!ATTLIST %ExtentValue; %ExtentValue.attspec;>
2629
+ <!ATTLIST %ExtentUnit; %ExtentUnit.attspec;>
2630
+ <!ATTLIST %BASICMainSubject; %BASICMainSubject.attspec;>
2631
+ <!ATTLIST %BASICVersion; %BASICVersion.attspec;>
2632
+ <!ATTLIST %BICMainSubject; %BICMainSubject.attspec;>
2633
+ <!ATTLIST %BICVersion; %BICVersion.attspec;>
2634
+ <!ATTLIST %MainSubject; %MainSubject.attspec;>
2635
+ <!ATTLIST %MainSubjectSchemeIdentifier; %MainSubjectSchemeIdentifier.attspec;>
2636
+ <!ATTLIST %Subject; %Subject.attspec;>
2637
+ <!ATTLIST %SubjectSchemeIdentifier; %SubjectSchemeIdentifier.attspec;>
2638
+ <!ATTLIST %SubjectSchemeName; %SubjectSchemeName.attspec;>
2639
+ <!ATTLIST %SubjectSchemeVersion; %SubjectSchemeVersion.attspec;>
2640
+ <!ATTLIST %SubjectCode; %SubjectCode.attspec;>
2641
+ <!ATTLIST %SubjectHeadingText; %SubjectHeadingText.attspec;>
2642
+ <!ATTLIST %PersonAsSubject; %PersonAsSubject.attspec;>
2643
+ <!ATTLIST %CorporateBodyAsSubject; %CorporateBodyAsSubject.attspec;>
2644
+ <!ATTLIST %PlaceAsSubject; %PlaceAsSubject.attspec;>
2645
+ <!ATTLIST %AudienceCode; %AudienceCode.attspec;>
2646
+ <!ATTLIST %Audience; %Audience.attspec;>
2647
+ <!ATTLIST %AudienceCodeType; %AudienceCodeType.attspec;>
2648
+ <!ATTLIST %AudienceCodeTypeName; %AudienceCodeTypeName.attspec;>
2649
+ <!ATTLIST %AudienceCodeValue; %AudienceCodeValue.attspec;>
2650
+ <!ATTLIST %USSchoolGrade; %USSchoolGrade.attspec;>
2651
+ <!ATTLIST %InterestAge; %InterestAge.attspec;>
2652
+ <!ATTLIST %AudienceRange; %AudienceRange.attspec;>
2653
+ <!ATTLIST %AudienceRangeQualifier; %AudienceRangeQualifier.attspec;>
2654
+ <!ATTLIST %AudienceRangePrecision; %AudienceRangePrecision.attspec;>
2655
+ <!ATTLIST %AudienceRangeValue; %AudienceRangeValue.attspec;>
2656
+ <!ATTLIST %AudienceDescription; %AudienceDescription.attspec;>
2657
+ <!ATTLIST %Complexity; %Complexity.attspec;>
2658
+ <!ATTLIST %ComplexitySchemeIdentifier; %ComplexitySchemeIdentifier.attspec;>
2659
+ <!ATTLIST %ComplexityCode; %ComplexityCode.attspec;>
2660
+ <!ATTLIST %ImprintName; %ImprintName.attspec;>
2661
+ <!ATTLIST %PublisherName; %PublisherName.attspec;>
2662
+ <!ATTLIST %PublishingRole; %PublishingRole.attspec;>
2663
+ <!ATTLIST %Imprint; %Imprint.attspec;>
2664
+ <!ATTLIST %Publisher; %Publisher.attspec;>
2665
+ <!ATTLIST %NameCodeType; %NameCodeType.attspec;>
2666
+ <!ATTLIST %NameCodeTypeName; %NameCodeTypeName.attspec;>
2667
+ <!ATTLIST %NameCodeValue; %NameCodeValue.attspec;>
2668
+ <!ATTLIST %CityOfPublication; %CityOfPublication.attspec;>
2669
+ <!ATTLIST %CountryOfPublication; %CountryOfPublication.attspec;>
2670
+ <!ATTLIST %CopublisherName; %CopublisherName.attspec;>
2671
+ <!ATTLIST %SponsorName; %SponsorName.attspec;>
2672
+ <!ATTLIST %OriginalPublisher; %OriginalPublisher.attspec;>
2673
+ <!ATTLIST %PublishingStatus; %PublishingStatus.attspec;>
2674
+ <!ATTLIST %PublishingStatusNote; %PublishingStatusNote.attspec;>
2675
+ <!ATTLIST %AnnouncementDate; %AnnouncementDate.attspec;>
2676
+ <!ATTLIST %TradeAnnouncementDate; %TradeAnnouncementDate.attspec;>
2677
+ <!ATTLIST %PublicationDate; %PublicationDate.attspec;>
2678
+ <!ATTLIST %CopyrightYear; %CopyrightYear.attspec;>
2679
+ <!ATTLIST %YearFirstPublished; %YearFirstPublished.attspec;>
2680
+ <!ATTLIST %CopyrightStatement; %CopyrightStatement.attspec;>
2681
+ <!ATTLIST %CopyrightOwner; %CopyrightOwner.attspec;>
2682
+ <!ATTLIST %CopyrightOwnerIdentifier; %CopyrightOwnerIdentifier.attspec;>
2683
+ <!ATTLIST %CopyrightOwnerIDType; %CopyrightOwnerIDType.attspec;>
2684
+ <!ATTLIST %SalesRights; %SalesRights.attspec;>
2685
+ <!ATTLIST %NotForSale; %NotForSale.attspec;>
2686
+ <!ATTLIST %SalesRightsType; %SalesRightsType.attspec;>
2687
+ <!ATTLIST %RightsCountry; %RightsCountry.attspec;>
2688
+ <!ATTLIST %RightsTerritory; %RightsTerritory.attspec;>
2689
+ <!ATTLIST %RightsRegion; %RightsRegion.attspec;>
2690
+ <!ATTLIST %SalesRestriction; %SalesRestriction.attspec;>
2691
+ <!ATTLIST %SalesRestrictionType; %SalesRestrictionType.attspec;>
2692
+ <!ATTLIST %SalesOutlet; %SalesOutlet.attspec;>
2693
+ <!ATTLIST %SalesOutletIdentifier; %SalesOutletIdentifier.attspec; >
2694
+ <!ATTLIST %SalesOutletIDType; %SalesOutletIDType.attspec; >
2695
+ <!ATTLIST %SalesOutletName; %SalesOutletName.attspec;>
2696
+ <!ATTLIST %SalesRestrictionDetail; %SalesRestrictionDetail.attspec;>
2697
+ <!ATTLIST %Measure; %Measure.attspec;>
2698
+ <!ATTLIST %MeasureTypeCode; %MeasureTypeCode.attspec;>
2699
+ <!ATTLIST %Measurement; %Measurement.attspec;>
2700
+ <!ATTLIST %MeasureUnitCode; %MeasureUnitCode.attspec;>
2701
+ <!ATTLIST %Height; %Height.attspec;>
2702
+ <!ATTLIST %Width; %Width.attspec;>
2703
+ <!ATTLIST %Thickness; %Thickness.attspec;>
2704
+ <!ATTLIST %Weight; %Weight.attspec;>
2705
+ <!ATTLIST %Dimensions; %Dimensions.attspec;>
2706
+ <!ATTLIST %Annotation; %Annotation.attspec;>
2707
+ <!ATTLIST %MainDescription; %MainDescription.attspec;>
2708
+ <!ATTLIST %OtherText; %OtherText.attspec;>
2709
+ <!ATTLIST %TextTypeCode; %TextTypeCode.attspec;>
2710
+ <!ATTLIST %TextFormat; %TextFormat.attspec;>
2711
+ <!ATTLIST %Text; %Text.attspec;>
2712
+ <!ATTLIST %TextLinkType; %TextLinkType.attspec;>
2713
+ <!ATTLIST %TextLink; %TextLink.attspec;>
2714
+ <!ATTLIST %TextAuthor; %TextAuthor.attspec;>
2715
+ <!ATTLIST %TextSourceCorporate; %TextSourceCorporate.attspec;>
2716
+ <!ATTLIST %TextSourceTitle; %TextSourceTitle.attspec;>
2717
+ <!ATTLIST %TextPublicationDate; %TextPublicationDate.attspec;>
2718
+ <!ATTLIST %StartDate; %StartDate.attspec;>
2719
+ <!ATTLIST %EndDate; %EndDate.attspec;>
2720
+ <!ATTLIST %ReviewQuote; %ReviewQuote.attspec;>
2721
+ <!ATTLIST %CoverImageFormatCode; %CoverImageFormatCode.attspec;>
2722
+ <!ATTLIST %CoverImageLinkTypeCode; %CoverImageLinkTypeCode.attspec;>
2723
+ <!ATTLIST %CoverImageLink; %CoverImageLink.attspec;>
2724
+ <!ATTLIST %MediaFile; %MediaFile.attspec;>
2725
+ <!ATTLIST %MediaFileTypeCode; %MediaFileTypeCode.attspec;>
2726
+ <!ATTLIST %MediaFileFormatCode; %MediaFileFormatCode.attspec;>
2727
+ <!ATTLIST %ImageResolution; %ImageResolution.attspec;>
2728
+ <!ATTLIST %MediaFileLinkTypeCode; %MediaFileLinkTypeCode.attspec;>
2729
+ <!ATTLIST %MediaFileLink; %MediaFileLink.attspec;>
2730
+ <!ATTLIST %TextWithDownload; %TextWithDownload.attspec;>
2731
+ <!ATTLIST %DownloadCaption; %DownloadCaption.attspec;>
2732
+ <!ATTLIST %DownloadCredit; %DownloadCredit.attspec;>
2733
+ <!ATTLIST %DownloadCopyrightNotice; %DownloadCopyrightNotice.attspec;>
2734
+ <!ATTLIST %DownloadTerms; %DownloadTerms.attspec;>
2735
+ <!ATTLIST %MediaFileDate; %MediaFileDate.attspec;>
2736
+ <!ATTLIST %ProductWebsite; %ProductWebsite.attspec;>
2737
+ <!ATTLIST %ProductWebsiteDescription; %ProductWebsiteDescription.attspec;>
2738
+ <!ATTLIST %ProductWebsiteLink; %ProductWebsiteLink.attspec;>
2739
+ <!ATTLIST %PrizesDescription; %PrizesDescription.attspec;>
2740
+ <!ATTLIST %Prize; %Prize.attspec;>
2741
+ <!ATTLIST %PrizeName; %PrizeName.attspec;>
2742
+ <!ATTLIST %PrizeYear; %PrizeYear.attspec;>
2743
+ <!ATTLIST %PrizeCountry; %PrizeCountry.attspec;>
2744
+ <!ATTLIST %PrizeCode; %PrizeCode.attspec;>
2745
+ <!ATTLIST %PrizeJury; %PrizeJury.attspec;>
2746
+ <!ATTLIST %ContentItem; %ContentItem.attspec;>
2747
+ <!ATTLIST %LevelSequenceNumber; %LevelSequenceNumber.attspec;>
2748
+ <!ATTLIST %TextItem; %TextItem.attspec;>
2749
+ <!ATTLIST %TextItemType; %TextItemType.attspec;>
2750
+ <!ATTLIST %TextItemIdentifier; %TextItemIdentifier.attspec;>
2751
+ <!ATTLIST %TextItemIDType; %TextItemIDType.attspec;>
2752
+ <!ATTLIST %FirstPageNumber; %FirstPageNumber.attspec;>
2753
+ <!ATTLIST %LastPageNumber; %LastPageNumber.attspec;>
2754
+ <!ATTLIST %PageRun; %PageRun.attspec;>
2755
+ <!ATTLIST %ComponentTypeName; %ComponentTypeName.attspec;>
2756
+ <!ATTLIST %ComponentNumber; %ComponentNumber.attspec;>
2757
+ <!ATTLIST %ReplacedByISBN; %ReplacedByISBN.attspec;>
2758
+ <!ATTLIST %ReplacedByEAN13; %ReplacedByEAN13.attspec;>
2759
+ <!ATTLIST %RelatedProduct; %RelatedProduct.attspec;>
2760
+ <!ATTLIST %RelationCode; %RelationCode.attspec;>
2761
+ <!ATTLIST %AlternativeFormatISBN; %AlternativeFormatISBN.attspec;>
2762
+ <!ATTLIST %AlternativeFormatEAN13; %AlternativeFormatEAN13.attspec;>
2763
+ <!ATTLIST %AlternativeProductISBN; %AlternativeProductISBN.attspec;>
2764
+ <!ATTLIST %AlternativeProductEAN13; %AlternativeProductEAN13.attspec;>
2765
+ <!ATTLIST %OutOfPrintDate; %OutOfPrintDate.attspec;>
2766
+ <!ATTLIST %SupplyDetail; %SupplyDetail.attspec;>
2767
+ <!ATTLIST %SupplierEANLocationNumber; %SupplierEANLocationNumber.attspec;>
2768
+ <!ATTLIST %SupplierSAN; %SupplierSAN.attspec;>
2769
+ <!ATTLIST %SupplierIdentifier; %SupplierIdentifier.attspec;>
2770
+ <!ATTLIST %SupplierIDType; %SupplierIDType.attspec;>
2771
+ <!ATTLIST %SupplierName; %SupplierName.attspec;>
2772
+ <!ATTLIST %TelephoneNumber; %TelephoneNumber.attspec;>
2773
+ <!ATTLIST %FaxNumber; %FaxNumber.attspec;>
2774
+ <!ATTLIST %EmailAddress; %EmailAddress.attspec;>
2775
+ <!ATTLIST %SupplierRole; %SupplierRole.attspec;>
2776
+ <!ATTLIST %SupplyToCountry; %SupplyToCountry.attspec;>
2777
+ <!ATTLIST %SupplyToRegion; %SupplyToRegion.attspec;>
2778
+ <!ATTLIST %SupplyToTerritory; %SupplyToTerritory.attspec;>
2779
+ <!ATTLIST %SupplyToCountryExcluded; %SupplyToCountryExcluded.attspec;>
2780
+ <!ATTLIST %ReturnsCodeType; %ReturnsCodeType.attspec;>
2781
+ <!ATTLIST %ReturnsCode; %ReturnsCode.attspec;>
2782
+ <!ATTLIST %LastDateForReturns; %LastDateForReturns.attspec; >
2783
+ <!ATTLIST %AvailabilityCode; %AvailabilityCode.attspec;>
2784
+ <!ATTLIST %ProductAvailability; %ProductAvailability.attspec;>
2785
+ <!ATTLIST %IntermediaryAvailabilityCode; %IntermediaryAvailabilityCode.attspec;>
2786
+ <!ATTLIST %NewSupplier; %NewSupplier.attspec;>
2787
+ <!ATTLIST %Stock; %Stock.attspec;>
2788
+ <!ATTLIST %LocationIdentifier; %LocationIdentifier.attspec;>
2789
+ <!ATTLIST %LocationIDType; %LocationIDType.attspec;>
2790
+ <!ATTLIST %LocationName; %LocationName.attspec;>
2791
+ <!ATTLIST %OnHand; %OnHand.attspec;>
2792
+ <!ATTLIST %OnOrder; %OnOrder.attspec;>
2793
+ <!ATTLIST %CBO; %CBO.attspec;>
2794
+ <!ATTLIST %DateFormat; %DateFormat.attspec;>
2795
+ <!ATTLIST %ExpectedShipDate; %ExpectedShipDate.attspec;>
2796
+ <!ATTLIST %OnSaleDate; %OnSaleDate.attspec;>
2797
+ <!ATTLIST %OrderTime; %OrderTime.attspec;>
2798
+ <!ATTLIST %PackQuantity; %PackQuantity.attspec;>
2799
+ <!ATTLIST %AudienceRestrictionFlag; %AudienceRestrictionFlag.attspec;>
2800
+ <!ATTLIST %AudienceRestrictionNote; %AudienceRestrictionNote.attspec;>
2801
+ <!ATTLIST %Price; %Price.attspec;>
2802
+ <!ATTLIST %PriceTypeCode; %PriceTypeCode.attspec;>
2803
+ <!ATTLIST %PriceQualifier; %PriceQualifier.attspec;>
2804
+ <!ATTLIST %PriceTypeDescription; %PriceTypeDescription.attspec;>
2805
+ <!ATTLIST %PricePer; %PricePer.attspec;>
2806
+ <!ATTLIST %MinimumOrderQuantity; %MinimumOrderQuantity.attspec;>
2807
+ <!ATTLIST %BatchBonus; %BatchBonus.attspec;>
2808
+ <!ATTLIST %BatchQuantity; %BatchQuantity.attspec;>
2809
+ <!ATTLIST %FreeQuantity; %FreeQuantity.attspec;>
2810
+ <!ATTLIST %ClassOfTrade; %ClassOfTrade.attspec;>
2811
+ <!ATTLIST %BICDiscountGroupCode; %BICDiscountGroupCode.attspec;>
2812
+ <!ATTLIST %DiscountCoded; %DiscountCoded.attspec;>
2813
+ <!ATTLIST %DiscountCodeType; %DiscountCodeType.attspec;>
2814
+ <!ATTLIST %DiscountCodeTypeName; %DiscountCodeTypeName.attspec;>
2815
+ <!ATTLIST %DiscountCode; %DiscountCode.attspec;>
2816
+ <!ATTLIST %DiscountPercent; %DiscountPercent.attspec;>
2817
+ <!ATTLIST %PriceStatus; %PriceStatus.attspec;>
2818
+ <!ATTLIST %PriceAmount; %PriceAmount.attspec;>
2819
+ <!ATTLIST %UnpricedItemType; %UnpricedItemType.attspec;>
2820
+ <!ATTLIST %CurrencyCode; %CurrencyCode.attspec;>
2821
+ <!ATTLIST %TaxRateCode1; %TaxRateCode1.attspec;>
2822
+ <!ATTLIST %TaxRatePercent1; %TaxRatePercent1.attspec;>
2823
+ <!ATTLIST %TaxableAmount1; %TaxableAmount1.attspec;>
2824
+ <!ATTLIST %TaxAmount1; %TaxAmount1.attspec;>
2825
+ <!ATTLIST %TaxRateCode2; %TaxRateCode2.attspec;>
2826
+ <!ATTLIST %TaxRatePercent2; %TaxRatePercent2.attspec;>
2827
+ <!ATTLIST %TaxableAmount2; %TaxableAmount2.attspec;>
2828
+ <!ATTLIST %TaxAmount2; %TaxAmount2.attspec;>
2829
+ <!ATTLIST %Reissue; %Reissue.attspec;>
2830
+ <!ATTLIST %ReissueDate; %ReissueDate.attspec;>
2831
+ <!ATTLIST %ReissueDescription; %ReissueDescription.attspec;>
2832
+ <!ATTLIST %PriceEffectiveFrom; %PriceEffectiveFrom.attspec;>
2833
+ <!ATTLIST %PriceEffectiveUntil; %PriceEffectiveUntil.attspec;>
2834
+ <!ATTLIST %PromotionCampaign; %PromotionCampaign.attspec;>
2835
+ <!ATTLIST %PromotionContact; %PromotionContact.attspec;>
2836
+ <!ATTLIST %InitialPrintRun; %InitialPrintRun.attspec;>
2837
+ <!ATTLIST %CopiesSold; %CopiesSold.attspec;>
2838
+ <!ATTLIST %BookClubAdoption; %BookClubAdoption.attspec;>
2839
+ <!ATTLIST %SubordinateEntries; %SubordinateEntries.attspec;>
2840
+ <!ATTLIST %ParentIdentifier; %ParentIdentifier.attspec;>
2841
+ <!ATTLIST %SeriesPartName; %SeriesPartName.attspec;>
2842
+ <!ATTLIST %FromEANNumber; %FromEANNumber.attspec;>
2843
+ <!ATTLIST %FromSAN; %FromSAN.attspec;>
2844
+ <!ATTLIST %FromCompany; %FromCompany.attspec;>
2845
+ <!ATTLIST %FromPerson; %FromPerson.attspec;>
2846
+ <!ATTLIST %FromEmail; %FromEmail.attspec;>
2847
+ <!ATTLIST %ToEANNumber; %ToEANNumber.attspec;>
2848
+ <!ATTLIST %ToSAN; %ToSAN.attspec;>
2849
+ <!ATTLIST %ToCompany; %ToCompany.attspec;>
2850
+ <!ATTLIST %ToPerson; %ToPerson.attspec;>
2851
+ <!ATTLIST %MessageNumber; %MessageNumber.attspec;>
2852
+ <!ATTLIST %MessageRepeat; %MessageRepeat.attspec;>
2853
+ <!ATTLIST %SentDate; %SentDate.attspec;>
2854
+ <!ATTLIST %MessageNote; %MessageNote.attspec;>
2855
+ <!ATTLIST %DefaultLanguageOfText; %DefaultLanguageOfText.attspec;>
2856
+ <!ATTLIST %DefaultPriceTypeCode; %DefaultPriceTypeCode.attspec;>
2857
+ <!ATTLIST %DefaultCurrencyCode; %DefaultCurrencyCode.attspec;>
2858
+ <!ATTLIST %DefaultLinearUnit; %DefaultLinearUnit.attspec;>
2859
+ <!ATTLIST %DefaultWeightUnit; %DefaultWeightUnit.attspec;>
2860
+ <!ATTLIST %DefaultClassOfTrade; %DefaultClassOfTrade.attspec;>
2861
+ <!ATTLIST %SenderIdentifier; %SenderIdentifier.attspec;>
2862
+ <!ATTLIST %AddresseeIdentifier; %AddresseeIdentifier.attspec;>
2863
+ <!ATTLIST %SenderIDType; %SenderIDType.attspec;>
2864
+ <!ATTLIST %AddresseeIDType; %AddresseeIDType.attspec;>
2865
+ <!ATTLIST %Header; %Header.attspec;>
2866
+
2867
+ <!-- SUBSET OF THE XHTML 1.0 DTD DECLARED AND REFERENCED HERE -->
2868
+ <!ENTITY % onix-xhtml SYSTEM "onix-xhtml.elt">
2869
+ %onix-xhtml;
2870
+
2871
+ <!-- SPECIAL CHARACTER ENTITY SETS DECLARED AND REFERENCED HERE -->
2872
+
2873
+ <!-- Entity sets from ISO Technical Report 9573-13 ..... -->
2874
+
2875
+ <!ENTITY % ent-isoamsa
2876
+ PUBLIC "-//W3C//ENTITIES Added Math Symbols: Arrow Relations for MathML 2.0//EN"
2877
+ "iso-amsa.ent" >
2878
+ %ent-isoamsa;
2879
+
2880
+ <!ENTITY % ent-isoamsb
2881
+ PUBLIC "-//W3C//ENTITIES Added Math Symbols: Binary Operators for MathML 2.0//EN"
2882
+ "iso-amsb.ent" >
2883
+ %ent-isoamsb;
2884
+
2885
+ <!ENTITY % ent-isoamsc
2886
+ PUBLIC "-//W3C//ENTITIES Added Math Symbols: Delimiters for MathML 2.0//EN"
2887
+ "iso-amsc.ent" >
2888
+ %ent-isoamsc;
2889
+
2890
+ <!ENTITY % ent-isoamsn
2891
+ PUBLIC "-//W3C//ENTITIES Added Math Symbols: Negated Relations for MathML 2.0//EN"
2892
+ "iso-amsn.ent" >
2893
+ %ent-isoamsn;
2894
+
2895
+ <!ENTITY % ent-isoamso
2896
+ PUBLIC "-//W3C//ENTITIES Added Math Symbols: Ordinary for MathML 2.0//EN"
2897
+ "iso-amso.ent" >
2898
+ %ent-isoamso;
2899
+
2900
+ <!ENTITY % ent-isoamsr
2901
+ PUBLIC "-//W3C//ENTITIES Added Math Symbols: Relations for MathML 2.0//EN"
2902
+ "iso-amsr.ent" >
2903
+ %ent-isoamsr;
2904
+
2905
+ <!ENTITY % ent-isogrk3
2906
+ PUBLIC "-//W3C//ENTITIES Greek Symbols for MathML 2.0//EN"
2907
+ "iso-grk3.ent" >
2908
+ %ent-isogrk3;
2909
+
2910
+ <!ENTITY % ent-isomfrk
2911
+ PUBLIC "-//W3C//ENTITIES Math Alphabets: Fraktur for MathML 2.0//EN"
2912
+ "iso-mfrk.ent" >
2913
+ %ent-isomfrk;
2914
+
2915
+ <!ENTITY % ent-isomopf
2916
+ PUBLIC "-//W3C//ENTITIES Math Alphabets: Open Face for MathML 2.0//EN"
2917
+ "iso-mopf.ent" >
2918
+ %ent-isomopf;
2919
+
2920
+ <!ENTITY % ent-isomscr
2921
+ PUBLIC "-//W3C//ENTITIES Math Alphabets: Script for MathML 2.0//EN"
2922
+ "iso-mscr.ent" >
2923
+ %ent-isomscr;
2924
+
2925
+ <!ENTITY % ent-isotech
2926
+ PUBLIC "-//W3C//ENTITIES General Technical for MathML 2.0//EN"
2927
+ "iso-tech.ent" >
2928
+ %ent-isotech;
2929
+
2930
+ <!-- Entity sets from informative annex to ISO 8879:1986 (SGML) ....... -->
2931
+
2932
+ <!ENTITY % ent-isobox
2933
+ PUBLIC "-//W3C//ENTITIES Box and Line Drawing for MathML 2.0//EN"
2934
+ "iso-box.ent" >
2935
+ %ent-isobox;
2936
+
2937
+ <!ENTITY % ent-isocyr1
2938
+ PUBLIC "-//W3C//ENTITIES Russian Cyrillic for MathML 2.0//EN"
2939
+ "iso-cyr1.ent" >
2940
+ %ent-isocyr1;
2941
+
2942
+ <!ENTITY % ent-isocyr2
2943
+ PUBLIC "-//W3C//ENTITIES Non-Russian Cyrillic for MathML 2.0//EN"
2944
+ "iso-cyr2.ent" >
2945
+ %ent-isocyr2;
2946
+
2947
+ <!ENTITY % ent-isodia
2948
+ PUBLIC "-//W3C//ENTITIES Diacritical Marks for MathML 2.0//EN"
2949
+ "iso-dia.ent" >
2950
+ %ent-isodia;
2951
+
2952
+ <!ENTITY % ent-isolat1
2953
+ PUBLIC "-//W3C//ENTITIES Added Latin 1 for MathML 2.0//EN"
2954
+ "iso-lat1.ent" >
2955
+ %ent-isolat1;
2956
+
2957
+ <!ENTITY % ent-isolat2
2958
+ PUBLIC "-//W3C//ENTITIES Added Latin 2 for MathML 2.0//EN"
2959
+ "iso-lat2.ent" >
2960
+ %ent-isolat2;
2961
+
2962
+ <!ENTITY % ent-isonum
2963
+ PUBLIC "-//W3C//ENTITIES Numeric and Special Graphic for MathML 2.0//EN"
2964
+ "iso-num.ent" >
2965
+ %ent-isonum;
2966
+
2967
+ <!ENTITY % ent-isopub
2968
+ PUBLIC "-//W3C//ENTITIES Publishing for MathML 2.0//EN"
2969
+ "iso-pub.ent" >
2970
+ %ent-isopub;
2971
+
2972
+ <!ENTITY % GroupsAsElements "IGNORE">
2973
+
2974
+ <!--
2975
+ **************************************************
2976
+ * *
2977
+ * GROUP MH *
2978
+ * MESSAGE HEADER ELEMENTS *
2979
+ * *
2980
+ **************************************************
2981
+ -->
2982
+
2983
+ <!ELEMENT %FromEANNumber; (#PCDATA)>
2984
+ <!ELEMENT %FromSAN; (#PCDATA)>
2985
+ <!ELEMENT %FromCompany; (#PCDATA)>
2986
+ <!ELEMENT %FromPerson; (#PCDATA)>
2987
+ <!ELEMENT %FromEmail; (#PCDATA)>
2988
+ <!ELEMENT %ToEANNumber; (#PCDATA)>
2989
+ <!ELEMENT %ToSAN; (#PCDATA)>
2990
+ <!ELEMENT %ToCompany; (#PCDATA)>
2991
+ <!ELEMENT %ToPerson; (#PCDATA)>
2992
+ <!ELEMENT %MessageNumber; (#PCDATA)>
2993
+ <!ELEMENT %MessageRepeat; (#PCDATA)>
2994
+ <!ELEMENT %SentDate; (#PCDATA)>
2995
+ <!ELEMENT %MessageNote; (#PCDATA)>
2996
+ <!ELEMENT %DefaultLanguageOfText; (#PCDATA)>
2997
+ <!ELEMENT %DefaultPriceTypeCode; (#PCDATA)>
2998
+ <!ELEMENT %DefaultCurrencyCode; (#PCDATA)>
2999
+ <!ELEMENT %DefaultLinearUnit; (#PCDATA)>
3000
+ <!ELEMENT %DefaultWeightUnit; (#PCDATA)>
3001
+ <!ELEMENT %DefaultClassOfTrade; (#PCDATA)>
3002
+ <!ELEMENT %SenderIDType; (#PCDATA)>
3003
+ <!ELEMENT %AddresseeIDType; (#PCDATA)>
3004
+
3005
+ <!ENTITY % SenderIdentifier.mod "(%SenderIDType;, (%IDTypeName;)?, %IDValue;)">
3006
+
3007
+ <!ELEMENT %SenderIdentifier; %SenderIdentifier.mod;>
3008
+
3009
+ <!ENTITY % AddresseeIdentifier.mod "(%AddresseeIDType;, (%IDTypeName;)?, %IDValue;)">
3010
+
3011
+ <!ELEMENT %AddresseeIdentifier; %AddresseeIdentifier.mod;>
3012
+
3013
+ <!ENTITY % Header.mod "(((%FromEANNumber;, (%FromSAN;)?, (%SenderIdentifier;)*, (%FromCompany;)?) |
3014
+ (%FromSAN;, (%SenderIdentifier;)*, (%FromCompany;)?) |
3015
+ ((%SenderIdentifier;)+, (%FromCompany;)?) | %FromCompany;),
3016
+ (%FromPerson;)?, (%FromEmail;)?, (%ToEANNumber;)?, (%ToSAN;)?,
3017
+ (%AddresseeIdentifier;)*, (%ToCompany;)?,
3018
+ (%ToPerson;)?, (%MessageNumber;)?, (%MessageRepeat;)?, %SentDate;, (%MessageNote;)?,
3019
+ (%DefaultLanguageOfText;)?, (%DefaultPriceTypeCode;)?, (%DefaultCurrencyCode;)?,
3020
+ (%DefaultLinearUnit;)?, (%DefaultWeightUnit;)?, (%DefaultClassOfTrade;)?)">
3021
+
3022
+ <!ELEMENT %Header; %Header.mod;>
3023
+
3024
+ <!ENTITY % Group-MH6.mod "(%Header.mod; | %Header;)">
3025
+
3026
+ <![%GroupsAsElements;[
3027
+ <!ENTITY % Group-MH6 "Group-MH6">
3028
+ <!ELEMENT %Group-MH6; (%Group-MH6.mod;)>
3029
+ ]]>
3030
+ <!ENTITY % Group-MH6 "%Group-MH6.mod;">
3031
+
3032
+ <!--
3033
+ **************************************************
3034
+ * *
3035
+ * GROUP PR1 *
3036
+ * RECORD REFERENCE NUMBER, TYPE AND SOURCE *
3037
+ * *
3038
+ **************************************************
3039
+ -->
3040
+
3041
+ <!ELEMENT %RecordReference; (#PCDATA)>
3042
+ <!ELEMENT %NotificationType; (#PCDATA)>
3043
+ <!ELEMENT %DeletionCode; (#PCDATA)>
3044
+ <!ELEMENT %DeletionText; (#PCDATA)>
3045
+ <!ELEMENT %RecordSourceType; (#PCDATA)>
3046
+ <!ELEMENT %RecordSourceIdentifierType; (#PCDATA)>
3047
+ <!ELEMENT %RecordSourceIdentifier; (#PCDATA)>
3048
+ <!ELEMENT %RecordSourceName; (#PCDATA)>
3049
+
3050
+ <!ENTITY % Group-PR1.mod "%RecordReference;, %NotificationType;, (%DeletionCode;)?,
3051
+ (%DeletionText;)?, (%RecordSourceType;)?,
3052
+ (%RecordSourceIdentifierType;, %RecordSourceIdentifier;)?,
3053
+ (%RecordSourceName;)?">
3054
+
3055
+ <![%GroupsAsElements;[
3056
+ <!ENTITY % Group-PR1 "Group-PR1">
3057
+ <!ELEMENT %Group-PR1; (%Group-PR1.mod;)>
3058
+ ]]>
3059
+ <!ENTITY % Group-PR1 "%Group-PR1.mod;">
3060
+
3061
+ <!--
3062
+ **************************************************
3063
+ * *
3064
+ * GROUP PR2 *
3065
+ * PRODUCT NUMBERS *
3066
+ * *
3067
+ **************************************************
3068
+ -->
3069
+
3070
+ <!ELEMENT %EAN13; (#PCDATA)>
3071
+ <!ELEMENT %ISBN; (#PCDATA)>
3072
+ <!ELEMENT %UPC; (#PCDATA)>
3073
+ <!ELEMENT %PublisherProductNo; (#PCDATA)>
3074
+ <!ELEMENT %ISMN; (#PCDATA)>
3075
+ <!ELEMENT %DOI; (#PCDATA)>
3076
+ <!ELEMENT %ProductIDType; (#PCDATA)>
3077
+ <!ELEMENT %IDTypeName; (#PCDATA)>
3078
+ <!ELEMENT %IDValue; (#PCDATA)>
3079
+ <!ELEMENT %Barcode; (#PCDATA)>
3080
+ <!ELEMENT %ReplacesEAN13; (#PCDATA)>
3081
+ <!ELEMENT %ReplacesISBN; (#PCDATA)>
3082
+
3083
+ <!ENTITY % ProductIdentifier.mod "(%ProductIDType;, (%IDTypeName;)?, %IDValue;)">
3084
+
3085
+ <!ELEMENT %ProductIdentifier; %ProductIdentifier.mod;>
3086
+
3087
+ <!ENTITY % Group-PR2.mod
3088
+ "((%ISBN;, (%EAN13;)?, (%UPC;)?, (%PublisherProductNo;)?, (%ISMN;)?, (%DOI;)?, (%ProductIdentifier;)*) |
3089
+ (%EAN13;, (%UPC;)?, (%PublisherProductNo;)?, (%ISMN;)?, (%DOI;)?, (%ProductIdentifier;)*) |
3090
+ (%UPC;, (%PublisherProductNo;)?, (%ISMN;)?, (%DOI;)?, (%ProductIdentifier;)*) |
3091
+ (%PublisherProductNo;, (%ISMN;)?, (%DOI;)?, (%ProductIdentifier;)*) |
3092
+ (%ISMN;, (%DOI;)?, (%ProductIdentifier;)*) | (%DOI;, (%ProductIdentifier;)*) | (%ProductIdentifier;)+),
3093
+ (%Barcode;)*, (%ReplacesISBN;)?, (%ReplacesEAN13;)?">
3094
+
3095
+ <![%GroupsAsElements;[
3096
+ <!ENTITY % Group-PR2 "Group-PR2">
3097
+ <!ELEMENT %Group-PR2; (%Group-PR2.mod;)>
3098
+ ]]>
3099
+ <!ENTITY % Group-PR2 "%Group-PR2.mod;">
3100
+
3101
+ <!--
3102
+ **************************************************
3103
+ * *
3104
+ * GROUP PR3 *
3105
+ * PRODUCT FORM *
3106
+ * *
3107
+ **************************************************
3108
+ -->
3109
+
3110
+ <!ELEMENT %ProductForm; (#PCDATA)>
3111
+ <!ELEMENT %ProductFormDetail; (#PCDATA)>
3112
+ <!ELEMENT %ProductFormFeatureType; (#PCDATA)>
3113
+ <!ELEMENT %ProductFormFeatureValue; (#PCDATA)>
3114
+ <!ELEMENT %ProductFormFeatureDescription; (#PCDATA)>
3115
+ <!ELEMENT %BookFormDetail; (#PCDATA)>
3116
+ <!ELEMENT %ProductPackaging; (#PCDATA)>
3117
+ <!ELEMENT %ProductFormDescription; (#PCDATA)>
3118
+ <!ELEMENT %NumberOfPieces; (#PCDATA)>
3119
+ <!ELEMENT %TradeCategory; (#PCDATA)>
3120
+ <!ELEMENT %ProductContentType; (#PCDATA)>
3121
+ <!ELEMENT %ItemQuantity; (#PCDATA)>
3122
+ <!ELEMENT %ProductClassificationType; (#PCDATA)>
3123
+ <!ELEMENT %ProductClassificationCode; (#PCDATA)>
3124
+ <!ELEMENT %Percent; (#PCDATA)>
3125
+
3126
+ <!ENTITY % ProductFormFeature.mod "(%ProductFormFeatureType;, (%ProductFormFeatureValue;)?,
3127
+ (%ProductFormFeatureDescription;)?)">
3128
+
3129
+ <!ELEMENT %ProductFormFeature; %ProductFormFeature.mod;>
3130
+
3131
+ <!ENTITY % ProductForm.mod "%ProductForm;, (%ProductFormDetail;)*, (%ProductFormFeature;)*,
3132
+ (%BookFormDetail;)*, (%ProductPackaging;)?, (%ProductFormDescription;)?">
3133
+
3134
+ <!ENTITY % ContainedItem.mod "(((%ISBN;, (%EAN13;)?, (%ProductIdentifier;)*, (%ProductForm.mod;)?) |
3135
+ (%EAN13;, (%ProductIdentifier;)*, (%ProductForm.mod;)?) |
3136
+ ((%ProductIdentifier;)+, (%ProductForm.mod;)?) |
3137
+ (%ProductForm.mod;)),
3138
+ (%NumberOfPieces;)?, (%TradeCategory;)?, (%ProductContentType;)*,
3139
+ (%ItemQuantity;)?)">
3140
+
3141
+ <!ELEMENT %ContainedItem; %ContainedItem.mod;>
3142
+
3143
+ <!ENTITY % ProductClassification.mod "(%ProductClassificationType;, %ProductClassificationCode;,
3144
+ (%Percent;)?)">
3145
+
3146
+ <!ELEMENT %ProductClassification; %ProductClassification.mod;>
3147
+
3148
+ <!ENTITY % Group-PR3.mod "%ProductForm.mod;, (%NumberOfPieces;)?, (%TradeCategory;)?,
3149
+ (%ProductContentType;)*, (%ContainedItem;)*, (%ProductClassification;)*">
3150
+
3151
+ <![%GroupsAsElements;[
3152
+ <!ENTITY % Group-PR3 "Group-PR3">
3153
+ <!ELEMENT %Group-PR3; (%Group-PR3.mod;)>
3154
+ ]]>
3155
+ <!ENTITY % Group-PR3 "%Group-PR3.mod;">
3156
+
3157
+ <!--
3158
+ **************************************************
3159
+ * *
3160
+ * GROUP PR4 *
3161
+ * EPUBLICATION DETAIL *
3162
+ * *
3163
+ **************************************************
3164
+ -->
3165
+
3166
+ <!ELEMENT %EpubType; (#PCDATA)>
3167
+ <!ELEMENT %EpubTypeVersion; (#PCDATA)>
3168
+ <!ELEMENT %EpubTypeDescription; (#PCDATA)>
3169
+ <!ELEMENT %EpubFormat; (#PCDATA)>
3170
+ <!ELEMENT %EpubFormatVersion; (#PCDATA)>
3171
+ <!ELEMENT %EpubFormatDescription; (#PCDATA)>
3172
+ <!ELEMENT %EpubSource; (#PCDATA)>
3173
+ <!ELEMENT %EpubSourceVersion; (#PCDATA)>
3174
+ <!ELEMENT %EpubSourceDescription; (#PCDATA)>
3175
+ <!ELEMENT %EpubTypeNote; (#PCDATA)>
3176
+
3177
+ <!ENTITY % Group-PR4.mod "(%EpubType;, (%EpubTypeVersion;)?, (%EpubTypeDescription;)?,
3178
+ (%EpubFormat;, (%EpubFormatVersion;)?)?, (%EpubFormatDescription;)?,
3179
+ (%EpubSource;, (%EpubSourceVersion;)?)?, (%EpubSourceDescription;)?,
3180
+ (%EpubTypeNote;)?)?">
3181
+
3182
+ <![%GroupsAsElements;[
3183
+ <!ENTITY % Group-PR4 "Group-PR4">
3184
+ <!ELEMENT %Group-PR4; (%Group-PR4.mod;)>
3185
+ ]]>
3186
+ <!ENTITY % Group-PR4 "%Group-PR4.mod;">
3187
+
3188
+ <!--
3189
+ **************************************************
3190
+ * *
3191
+ * GROUP PR5 *
3192
+ * SERIES *
3193
+ * *
3194
+ **************************************************
3195
+ -->
3196
+
3197
+ <!ELEMENT %NoSeries; EMPTY >
3198
+ <!ELEMENT %SeriesISSN; (#PCDATA)>
3199
+ <!ELEMENT %PublisherSeriesCode; (#PCDATA)>
3200
+ <!ELEMENT %SeriesIDType; (#PCDATA)>
3201
+ <!ELEMENT %TitleOfSeries; (#PCDATA)>
3202
+ <!ELEMENT %NumberWithinSeries; (#PCDATA)>
3203
+ <!ELEMENT %YearOfAnnual; (#PCDATA)>
3204
+
3205
+ <!ENTITY % SeriesIdentifier.mod "(%SeriesIDType;, (%IDTypeName;)?, %IDValue;)">
3206
+
3207
+ <!ELEMENT %SeriesIdentifier; %SeriesIdentifier.mod;>
3208
+
3209
+ <!ENTITY % Series.mod "((%SeriesISSN;)?, (%PublisherSeriesCode;)?, (%SeriesIdentifier;)*,
3210
+ ((%TitleOfSeries;, (%Title;)*) | (%Title;)+), (%Contributor;)*,
3211
+ (%NumberWithinSeries;)?, (%YearOfAnnual;)?)">
3212
+
3213
+ <!ELEMENT %Series; %Series.mod;>
3214
+
3215
+ <!ENTITY % Group-PR5.mod "(%Series.mod; | (%Series;)+ | %NoSeries;)?">
3216
+
3217
+ <![%GroupsAsElements;[
3218
+ <!ENTITY % Group-PR5 "Group-PR5">
3219
+ <!ELEMENT %Group-PR5; (%Group-PR5.mod;)>
3220
+ ]]>
3221
+ <!ENTITY % Group-PR5 "%Group-PR5.mod;">
3222
+
3223
+ <!--
3224
+ **************************************************
3225
+ * *
3226
+ * GROUP PR6 *
3227
+ * SET *
3228
+ * *
3229
+ **************************************************
3230
+ -->
3231
+
3232
+ <!ELEMENT %EAN13OfSet; (#PCDATA)>
3233
+ <!ELEMENT %ISBNOfSet; (#PCDATA)>
3234
+ <!ELEMENT %TitleOfSet; (#PCDATA)>
3235
+ <!ELEMENT %SetPartNumber; (#PCDATA)>
3236
+ <!ELEMENT %SetPartTitle; (#PCDATA)>
3237
+ <!ELEMENT %ItemNumberWithinSet; (#PCDATA)>
3238
+ <!ELEMENT %SetItemTitle; (#PCDATA)>
3239
+
3240
+ <!ENTITY % Set.mod "((%ISBNOfSet;)?, (%EAN13OfSet;)?, (%ProductIdentifier;)*,
3241
+ ((%TitleOfSet;, (%Title;)*) | (%Title;)+), (%SetPartNumber;)?,
3242
+ (%SetPartTitle;)?, (%ItemNumberWithinSet;)?, (%LevelSequenceNumber;)?,
3243
+ (%SetItemTitle;)?)">
3244
+
3245
+ <!ELEMENT %Set; %Set.mod;>
3246
+
3247
+ <!ENTITY % Group-PR6.mod "(%Set.mod; | (%Set;)+)?">
3248
+
3249
+ <![%GroupsAsElements;[
3250
+ <!ENTITY % Group-PR6 "Group-PR6">
3251
+ <!ELEMENT %Group-PR6; (%Group-PR6.mod;)>
3252
+ ]]>
3253
+ <!ENTITY % Group-PR6 "%Group-PR6.mod;">
3254
+
3255
+ <!--
3256
+ **************************************************
3257
+ * *
3258
+ * GROUP PR7 *
3259
+ * TITLE *
3260
+ * *
3261
+ **************************************************
3262
+ -->
3263
+
3264
+ <!ELEMENT %TextCaseFlag; (#PCDATA)>
3265
+ <!ELEMENT %DistinctiveTitle; (#PCDATA)>
3266
+ <!ELEMENT %Subtitle; (#PCDATA)>
3267
+ <!ELEMENT %TitlePrefix; (#PCDATA)>
3268
+ <!ELEMENT %TitleWithoutPrefix; (#PCDATA)>
3269
+ <!ELEMENT %TranslationOfTitle; (#PCDATA)>
3270
+ <!ELEMENT %FormerTitle; (#PCDATA)>
3271
+ <!ELEMENT %TitleType; (#PCDATA)>
3272
+ <!ELEMENT %AbbreviatedLength; (#PCDATA)>
3273
+ <!ELEMENT %TitleText; (#PCDATA)>
3274
+ <!ELEMENT %WorkIDType; (#PCDATA)>
3275
+ <!ELEMENT %WebsiteRole; (#PCDATA)>
3276
+ <!ELEMENT %WebsiteDescription; %Flow;>
3277
+ <!ELEMENT %WebsiteLink; (#PCDATA)>
3278
+ <!ELEMENT %ThesisType; (#PCDATA)>
3279
+ <!ELEMENT %ThesisPresentedTo; (#PCDATA)>
3280
+ <!ELEMENT %ThesisYear; (#PCDATA)>
3281
+
3282
+ <!ENTITY % Title.mod "(%TitleType;, (%AbbreviatedLength;)?, (%TextCaseFlag;)?,
3283
+ ((%TitleText;, (%TitlePrefix;, %TitleWithoutPrefix;)?) |
3284
+ (%TitlePrefix;, %TitleWithoutPrefix;)), (%Subtitle;)?)">
3285
+
3286
+ <!ELEMENT %Title; %Title.mod;>
3287
+
3288
+ <!ENTITY % WorkIdentifier.mod "(%WorkIDType;, (%IDTypeName;)?, %IDValue;)">
3289
+
3290
+ <!ELEMENT %WorkIdentifier; %WorkIdentifier.mod;>
3291
+
3292
+ <!ENTITY % Website.mod "((%WebsiteRole;)?, (%WebsiteDescription;)?, %WebsiteLink;)">
3293
+
3294
+ <!ELEMENT %Website; %Website.mod;>
3295
+
3296
+ <!ENTITY % Group-PR7.mod "(%TextCaseFlag;)?,
3297
+ ((((%DistinctiveTitle;, (%TitlePrefix;, %TitleWithoutPrefix;)?) |
3298
+ (%TitlePrefix;, %TitleWithoutPrefix;)),
3299
+ (%Subtitle;)?, (%TranslationOfTitle;)?, (%FormerTitle;)*,
3300
+ (%Title;)*) | (%Title;)+ ), (%WorkIdentifier;)*, (%Website;)*,
3301
+ (%ThesisType;, (%ThesisPresentedTo;)?, (%ThesisYear;)?)?">
3302
+
3303
+ <![%GroupsAsElements;[
3304
+ <!ENTITY % Group-PR7 "Group-PR7">
3305
+ <!ELEMENT %Group-PR7; (%Group-PR7.mod;)>
3306
+ ]]>
3307
+ <!ENTITY % Group-PR7 "%Group-PR7.mod;">
3308
+
3309
+ <!--
3310
+ **************************************************
3311
+ * *
3312
+ * GROUP PR8 *
3313
+ * AUTHORSHIP *
3314
+ * *
3315
+ **************************************************
3316
+ -->
3317
+
3318
+ <!ELEMENT %SequenceNumber; (#PCDATA)>
3319
+ <!ELEMENT %ContributorRole; (#PCDATA)>
3320
+ <!ELEMENT %LanguageCode; (#PCDATA)>
3321
+ <!ELEMENT %SequenceNumberWithinRole; (#PCDATA)>
3322
+ <!ELEMENT %PersonName; (#PCDATA)>
3323
+ <!ELEMENT %PersonNameInverted; (#PCDATA)>
3324
+ <!ELEMENT %TitlesBeforeNames; (#PCDATA)>
3325
+ <!ELEMENT %NamesBeforeKey; (#PCDATA)>
3326
+ <!ELEMENT %PrefixToKey; (#PCDATA)>
3327
+ <!ELEMENT %SuffixToKey; (#PCDATA)>
3328
+ <!ELEMENT %KeyNames; (#PCDATA)>
3329
+ <!ELEMENT %NamesAfterKey; (#PCDATA)>
3330
+ <!ELEMENT %LettersAfterNames; (#PCDATA)>
3331
+ <!ELEMENT %TitlesAfterNames; (#PCDATA)>
3332
+ <!ELEMENT %PersonNameType; (#PCDATA)>
3333
+ <!ELEMENT %PersonNameIDType; (#PCDATA)>
3334
+ <!ELEMENT %PersonDateRole; (#PCDATA)>
3335
+ <!ELEMENT %Date; (#PCDATA)>
3336
+ <!ELEMENT %BiographicalNote; %Flow;>
3337
+ <!ELEMENT %ProfessionalPosition; (#PCDATA)>
3338
+ <!ELEMENT %Affiliation; (#PCDATA)>
3339
+ <!ELEMENT %CorporateName; (#PCDATA)>
3340
+ <!ELEMENT %ContributorDescription; (#PCDATA)>
3341
+ <!ELEMENT %UnnamedPersons; (#PCDATA)>
3342
+ <!ELEMENT %NoContributor; EMPTY >
3343
+ <!ELEMENT %ContributorStatement; (#PCDATA)>
3344
+
3345
+ <!ENTITY % StructuredName.mod "(%TitlesBeforeNames;)?, (%NamesBeforeKey;)?, (%PrefixToKey;)?,
3346
+ %KeyNames;, (%NamesAfterKey;)?, (%SuffixToKey;)?,
3347
+ (%LettersAfterNames;)?, (%TitlesAfterNames;)?">
3348
+
3349
+ <!ENTITY % PersonNameIdentifier.mod "(%PersonNameIDType;, (%IDTypeName;)?, %IDValue;)">
3350
+
3351
+ <!ELEMENT %PersonNameIdentifier; %PersonNameIdentifier.mod;>
3352
+
3353
+ <!ENTITY % PersonDate.mod "(%PersonDateRole;, (%DateFormat;)?, %Date;)">
3354
+
3355
+ <!ELEMENT %PersonDate; %PersonDate.mod;>
3356
+
3357
+ <!ENTITY % Name.mod "(%PersonNameType;,
3358
+ ((%PersonName;, (%PersonNameInverted;)?, (%StructuredName.mod;)?, (%PersonNameIdentifier;)*) |
3359
+ (%PersonNameInverted;, (%StructuredName.mod;)?, (%PersonNameIdentifier;)*) |
3360
+ (%StructuredName.mod;, (%PersonNameIdentifier;)*) | (%PersonNameIdentifier;)+))">
3361
+
3362
+ <!ELEMENT %Name; %Name.mod;>
3363
+
3364
+ <!ENTITY % ProfessionalAffiliation.mod "((%ProfessionalPosition;, (%Affiliation;)?) | %Affiliation;)">
3365
+
3366
+ <!ELEMENT %ProfessionalAffiliation; %ProfessionalAffiliation.mod;>
3367
+
3368
+ <!ENTITY % PersonalName.mod "((%PersonName;, (%PersonNameInverted;)?, (%StructuredName.mod;)?, (%Name;)*,
3369
+ (%PersonNameIdentifier;)*) |
3370
+ (%PersonNameInverted;, (%StructuredName.mod;)?, (%Name;)*, (%PersonNameIdentifier;)*) |
3371
+ (%StructuredName.mod;, (%Name;)*, (%PersonNameIdentifier;)*) |
3372
+ ((%Name;)+, (%PersonNameIdentifier;)*) |
3373
+ (%PersonNameIdentifier;)+)">
3374
+
3375
+ <!ENTITY % Contributor.mod "((%SequenceNumber;)?,
3376
+ %ContributorRole;, (%LanguageCode;)?,
3377
+ (%SequenceNumberWithinRole; | (%ContributorRole;, (%LanguageCode;)?)+)?,
3378
+ ((((%PersonalName.mod;, (%PersonDate;)*, (%ProfessionalAffiliation;)*) |
3379
+ %CorporateName;), (%BiographicalNote;)?, (%Website;)*,
3380
+ (%ProfessionalPosition;)?, (%Affiliation;)?, (%ContributorDescription;)?) |
3381
+ %UnnamedPersons;))">
3382
+
3383
+ <!ELEMENT %Contributor; %Contributor.mod;>
3384
+
3385
+ <!ENTITY % Group-PR8.mod "(((%Contributor;)+, (%ContributorStatement;)?) | %NoContributor;)?">
3386
+
3387
+ <![%GroupsAsElements;[
3388
+ <!ENTITY % Group-PR8 "Group-PR8">
3389
+ <!ELEMENT %Group-PR8; (%Group-PR8.mod;)>
3390
+ ]]>
3391
+ <!ENTITY % Group-PR8 "%Group-PR8.mod;">
3392
+
3393
+ <!--
3394
+ **************************************************
3395
+ * *
3396
+ * GROUP PR9 *
3397
+ * CONFERENCE *
3398
+ * *
3399
+ **************************************************
3400
+ -->
3401
+
3402
+ <!ELEMENT %ConferenceDescription; (#PCDATA)>
3403
+ <!ELEMENT %ConferenceRole; (#PCDATA)>
3404
+ <!ELEMENT %ConferenceName; (#PCDATA)>
3405
+ <!ELEMENT %ConferenceAcronym; (#PCDATA)>
3406
+ <!ELEMENT %ConferenceNumber; (#PCDATA)>
3407
+ <!ELEMENT %ConferenceTheme; (#PCDATA)>
3408
+ <!ELEMENT %ConferenceDate; (#PCDATA)>
3409
+ <!ELEMENT %ConferencePlace; (#PCDATA)>
3410
+ <!ELEMENT %ConferenceSponsorIDType; (#PCDATA)>
3411
+
3412
+ <!ENTITY % ConferenceSponsorIdentifier.mod "(%ConferenceSponsorIDType;, (%IDTypeName;)?, %IDValue;)">
3413
+
3414
+ <!ELEMENT %ConferenceSponsorIdentifier; %ConferenceSponsorIdentifier.mod;>
3415
+
3416
+ <!ENTITY % ConferenceSponsor.mod "((%ConferenceSponsorIdentifier;, (%PersonName; | %CorporateName;)?) |
3417
+ %PersonName; | %CorporateName;)">
3418
+
3419
+ <!ELEMENT %ConferenceSponsor; %ConferenceSponsor.mod;>
3420
+
3421
+ <!ENTITY % Conference.mod "((%ConferenceRole;)?, %ConferenceName;, (%ConferenceAcronym;)?,
3422
+ (%ConferenceNumber;)?, (%ConferenceTheme;)?, (%ConferenceDate;)?,
3423
+ (%ConferencePlace;)?, (%ConferenceSponsor;)*, (%Website;)*)">
3424
+
3425
+ <!ELEMENT %Conference; %Conference.mod;>
3426
+
3427
+ <!ENTITY % Group-PR9.mod "(%ConferenceDescription; |
3428
+ ((%ConferenceRole;)?, %ConferenceName;, (%ConferenceNumber;)?,
3429
+ (%ConferenceDate;)?, (%ConferencePlace;)?) | (%Conference;)+)?">
3430
+
3431
+ <![%GroupsAsElements;[
3432
+ <!ENTITY % Group-PR9 "Group-PR9">
3433
+ <!ELEMENT %Group-PR9; (%Group-PR9.mod;)>
3434
+ ]]>
3435
+ <!ENTITY % Group-PR9 "%Group-PR9.mod;">
3436
+
3437
+ <!--
3438
+ **************************************************
3439
+ * *
3440
+ * GROUP PR10 *
3441
+ * EDITION *
3442
+ * *
3443
+ **************************************************
3444
+ -->
3445
+
3446
+ <!ELEMENT %EditionTypeCode; (#PCDATA)>
3447
+ <!ELEMENT %EditionNumber; (#PCDATA)>
3448
+ <!ELEMENT %EditionVersionNumber; (#PCDATA)>
3449
+ <!ELEMENT %EditionStatement; (#PCDATA)>
3450
+ <!ELEMENT %NoEdition; EMPTY>
3451
+ <!ELEMENT %BibleContents; (#PCDATA)>
3452
+ <!ELEMENT %BibleVersion; (#PCDATA)>
3453
+ <!ELEMENT %StudyBibleType; (#PCDATA)>
3454
+ <!ELEMENT %BiblePurpose; (#PCDATA)>
3455
+ <!ELEMENT %BibleTextOrganization; (#PCDATA)>
3456
+ <!ELEMENT %BibleReferenceLocation; (#PCDATA)>
3457
+ <!ELEMENT %BibleTextFeature; (#PCDATA)>
3458
+ <!ELEMENT %ReligiousTextID; (#PCDATA)>
3459
+ <!ELEMENT %ReligiousTextFeatureType; (#PCDATA)>
3460
+ <!ELEMENT %ReligiousTextFeatureCode; (#PCDATA)>
3461
+ <!ELEMENT %ReligiousTextFeatureDescription; (#PCDATA)>
3462
+
3463
+ <!ENTITY % Bible.mod "((%BibleContents;)+, (%BibleVersion;)+, (%StudyBibleType;)?, (%BiblePurpose;)*,
3464
+ (%BibleTextOrganization;)?, (%BibleReferenceLocation;)?, (%BibleTextFeature;)*)">
3465
+
3466
+ <!ELEMENT %Bible; %Bible.mod;>
3467
+
3468
+ <!ENTITY % ReligiousTextFeature.mod "(%ReligiousTextFeatureType;, %ReligiousTextFeatureCode;,
3469
+ (%ReligiousTextFeatureDescription;)?)">
3470
+
3471
+ <!ELEMENT %ReligiousTextFeature; %ReligiousTextFeature.mod;>
3472
+
3473
+ <!ENTITY % ReligiousText.mod "(%Bible; | (%ReligiousTextID;, (%ReligiousTextFeature;)+))">
3474
+
3475
+ <!ELEMENT %ReligiousText; %ReligiousText.mod;>
3476
+
3477
+ <!ENTITY % Group-PR10.mod "(((%EditionTypeCode;)*, (%EditionNumber;)?, (%EditionVersionNumber;)?,
3478
+ (%EditionStatement;)?) | %NoEdition;), (%ReligiousText;)?">
3479
+
3480
+ <![%GroupsAsElements;[
3481
+ <!ENTITY % Group-PR10 "Group-PR10">
3482
+ <!ELEMENT %Group-PR10; (%Group-PR10.mod;)>
3483
+ ]]>
3484
+ <!ENTITY % Group-PR10 "%Group-PR10.mod;">
3485
+
3486
+ <!--
3487
+ **************************************************
3488
+ * *
3489
+ * GROUP PR11 *
3490
+ * LANGUAGE *
3491
+ * *
3492
+ **************************************************
3493
+ -->
3494
+
3495
+ <!ELEMENT %LanguageOfText; (#PCDATA)>
3496
+ <!ELEMENT %OriginalLanguage; (#PCDATA)>
3497
+ <!ELEMENT %LanguageRole; (#PCDATA)>
3498
+ <!ELEMENT %CountryCode; (#PCDATA)>
3499
+
3500
+ <!ENTITY % Language.mod "(%LanguageRole;, %LanguageCode;, (%CountryCode;)?)">
3501
+
3502
+ <!ELEMENT %Language; %Language.mod;>
3503
+
3504
+ <!ENTITY % Group-PR11.mod "(%LanguageOfText;)*, (%OriginalLanguage;)?, (%Language;)*">
3505
+
3506
+ <![%GroupsAsElements;[
3507
+ <!ENTITY % Group-PR11 "Group-PR11">
3508
+ <!ELEMENT %Group-PR11; (%Group-PR11.mod;)>
3509
+ ]]>
3510
+ <!ENTITY % Group-PR11 "%Group-PR11.mod;">
3511
+
3512
+ <!--
3513
+ **************************************************
3514
+ * *
3515
+ * GROUP PR12 *
3516
+ * EXTENTS AND OTHER CONTENT *
3517
+ * *
3518
+ **************************************************
3519
+ -->
3520
+
3521
+ <!ELEMENT %NumberOfPages; (#PCDATA)>
3522
+ <!ELEMENT %PagesRoman; (#PCDATA)>
3523
+ <!ELEMENT %PagesArabic; (#PCDATA)>
3524
+ <!ELEMENT %NumberOfIllustrations; (#PCDATA)>
3525
+ <!ELEMENT %IllustrationsNote; (#PCDATA)>
3526
+ <!ELEMENT %IllustrationType; (#PCDATA)>
3527
+ <!ELEMENT %IllustrationTypeDescription; (#PCDATA)>
3528
+ <!ELEMENT %Number; (#PCDATA)>
3529
+ <!ELEMENT %MapScale; (#PCDATA)>
3530
+ <!ELEMENT %ExtentType; (#PCDATA)>
3531
+ <!ELEMENT %ExtentValue; (#PCDATA)>
3532
+ <!ELEMENT %ExtentUnit; (#PCDATA)>
3533
+
3534
+ <!ENTITY % Illustrations.mod "(%IllustrationType;, (%IllustrationTypeDescription;)?, (%Number;)?)">
3535
+
3536
+ <!ELEMENT %Illustrations; %Illustrations.mod;>
3537
+
3538
+ <!ENTITY % Extent.mod "(%ExtentType;, %ExtentValue;, %ExtentUnit;)">
3539
+
3540
+ <!ELEMENT %Extent; %Extent.mod;>
3541
+
3542
+ <!ENTITY % Group-PR12.mod "(%NumberOfPages;)?, (%PagesRoman;)?, (%PagesArabic;)?, (%Extent;)*,
3543
+ (%NumberOfIllustrations;)?, (%IllustrationsNote;)?, (%Illustrations;)*,
3544
+ (%MapScale;)*">
3545
+
3546
+ <![%GroupsAsElements;[
3547
+ <!ENTITY % Group-PR12 "Group-PR12">
3548
+ <!ELEMENT %Group-PR12; (%Group-PR12.mod;)>
3549
+ ]]>
3550
+ <!ENTITY % Group-PR12 "%Group-PR12.mod;">
3551
+
3552
+ <!--
3553
+ **************************************************
3554
+ * *
3555
+ * GROUP PR13 *
3556
+ * SUBJECT *
3557
+ * *
3558
+ **************************************************
3559
+ -->
3560
+
3561
+ <!ELEMENT %BASICMainSubject; (#PCDATA)>
3562
+ <!ELEMENT %BASICVersion; (#PCDATA)>
3563
+ <!ELEMENT %BICMainSubject; (#PCDATA)>
3564
+ <!ELEMENT %BICVersion; (#PCDATA)>
3565
+ <!ELEMENT %MainSubjectSchemeIdentifier; (#PCDATA)>
3566
+ <!ELEMENT %SubjectSchemeIdentifier; (#PCDATA)>
3567
+ <!ELEMENT %SubjectSchemeName; (#PCDATA)>
3568
+ <!ELEMENT %SubjectSchemeVersion; (#PCDATA)>
3569
+ <!ELEMENT %SubjectCode; (#PCDATA)>
3570
+ <!ELEMENT %SubjectHeadingText; (#PCDATA)>
3571
+ <!ELEMENT %CorporateBodyAsSubject; (#PCDATA)>
3572
+ <!ELEMENT %PlaceAsSubject; (#PCDATA)>
3573
+
3574
+ <!ENTITY % MainSubject.mod "(%MainSubjectSchemeIdentifier;, (%SubjectSchemeVersion;)?,
3575
+ ((%SubjectCode;, (%SubjectHeadingText;)?) | %SubjectHeadingText;))">
3576
+
3577
+ <!ELEMENT %MainSubject; %MainSubject.mod;>
3578
+
3579
+ <!ENTITY % Subject.mod "(%SubjectSchemeIdentifier;, (%SubjectSchemeName;)?, (%SubjectSchemeVersion;)?,
3580
+ ((%SubjectCode;, (%SubjectHeadingText;)?) | %SubjectHeadingText;))">
3581
+
3582
+ <!ELEMENT %Subject; %Subject.mod;>
3583
+
3584
+ <!ELEMENT %PersonAsSubject; %PersonalName.mod;>
3585
+
3586
+ <!ENTITY % Group-PR13.mod "(%BASICMainSubject;, (%BASICVersion;)?)?, (%BICMainSubject;, (%BICVersion;)?)?,
3587
+ (%MainSubject;)*, (%Subject;)*, (%PersonAsSubject;)*, (%CorporateBodyAsSubject;)*,
3588
+ (%PlaceAsSubject;)*">
3589
+
3590
+ <![%GroupsAsElements;[
3591
+ <!ENTITY % Group-PR13 "Group-PR13">
3592
+ <!ELEMENT %Group-PR13; (%Group-PR13.mod;)>
3593
+ ]]>
3594
+ <!ENTITY % Group-PR13 "%Group-PR13.mod;">
3595
+
3596
+ <!--
3597
+ **************************************************
3598
+ * *
3599
+ * GROUP PR14 *
3600
+ * AUDIENCE *
3601
+ * *
3602
+ **************************************************
3603
+ -->
3604
+
3605
+ <!ELEMENT %AudienceCodeType; (#PCDATA)>
3606
+ <!ELEMENT %AudienceCodeTypeName; (#PCDATA)>
3607
+ <!ELEMENT %AudienceCodeValue; (#PCDATA)>
3608
+ <!ELEMENT %AudienceCode; (#PCDATA)>
3609
+ <!ELEMENT %USSchoolGrade; (#PCDATA)>
3610
+ <!ELEMENT %InterestAge; (#PCDATA)>
3611
+ <!ELEMENT %AudienceRangeQualifier; (#PCDATA)>
3612
+ <!ELEMENT %AudienceRangePrecision; (#PCDATA)>
3613
+ <!ELEMENT %AudienceRangeValue; (#PCDATA)>
3614
+ <!ELEMENT %AudienceDescription; (#PCDATA)>
3615
+ <!ELEMENT %ComplexitySchemeIdentifier; (#PCDATA)>
3616
+ <!ELEMENT %ComplexityCode; (#PCDATA)>
3617
+
3618
+ <!ENTITY % Audience.mod "(%AudienceCodeType;, (%AudienceCodeTypeName;)?, %AudienceCodeValue;)">
3619
+
3620
+ <!ELEMENT %Audience; %Audience.mod;>
3621
+
3622
+ <!ENTITY % AudienceRange.mod "(%AudienceRangeQualifier;, %AudienceRangePrecision;,
3623
+ %AudienceRangeValue;, (%AudienceRangePrecision;, %AudienceRangeValue;)?)">
3624
+
3625
+ <!ELEMENT %AudienceRange; %AudienceRange.mod;>
3626
+
3627
+ <!ENTITY % Complexity.mod "((%ComplexitySchemeIdentifier;), (%ComplexityCode;))">
3628
+
3629
+ <!ELEMENT %Complexity; %Complexity.mod;>
3630
+
3631
+ <!ENTITY % Group-PR14.mod "(%AudienceCode;)*, (%Audience;)*, (%USSchoolGrade;)?, (%InterestAge;)?,
3632
+ (%AudienceRange;)*, (%AudienceDescription;)?, (%Complexity;)*">
3633
+
3634
+ <![%GroupsAsElements;[
3635
+ <!ENTITY % Group-PR14 "Group-PR14">
3636
+ <!ELEMENT %Group-PR14; (%Group-PR14.mod;)>
3637
+ ]]>
3638
+ <!ENTITY % Group-PR14 "%Group-PR14.mod;">
3639
+
3640
+ <!--
3641
+ **************************************************
3642
+ * *
3643
+ * GROUP PR15 *
3644
+ * DESCRIPTIONS AND OTHER SUPPORTING TEXT *
3645
+ * *
3646
+ **************************************************
3647
+ -->
3648
+
3649
+ <!ELEMENT %Annotation; %Flow;>
3650
+ <!ELEMENT %MainDescription; %Flow;>
3651
+ <!ELEMENT %TextTypeCode; (#PCDATA)>
3652
+ <!ELEMENT %TextFormat; (#PCDATA)>
3653
+ <!ELEMENT %Text; %Flow;>
3654
+ <!ELEMENT %TextLinkType; (#PCDATA)>
3655
+ <!ELEMENT %TextLink; (#PCDATA)>
3656
+ <!ELEMENT %TextAuthor; (#PCDATA)>
3657
+ <!ELEMENT %TextSourceCorporate; (#PCDATA)>
3658
+ <!ELEMENT %TextSourceTitle; (#PCDATA)>
3659
+ <!ELEMENT %TextPublicationDate; (#PCDATA)>
3660
+ <!ELEMENT %StartDate; (#PCDATA)>
3661
+ <!ELEMENT %EndDate; (#PCDATA)>
3662
+ <!ELEMENT %ReviewQuote; %Flow;>
3663
+
3664
+ <!ENTITY % OtherText.mod "(%TextTypeCode;, (%TextFormat;)?,
3665
+ (%Text; | (%TextLinkType;, %TextLink;)), (%TextAuthor;)?,
3666
+ (%TextSourceCorporate;)?, (%TextSourceTitle;)?,
3667
+ (%TextPublicationDate;)?, (%StartDate;, %EndDate;)?)">
3668
+
3669
+ <!ELEMENT %OtherText; %OtherText.mod;>
3670
+
3671
+ <!ENTITY % Group-PR15.mod "(%Annotation;)?, (%MainDescription;)?, (%OtherText;)*, (%ReviewQuote;)*">
3672
+
3673
+ <![%GroupsAsElements;[
3674
+ <!ENTITY % Group-PR15 "Group-PR15">
3675
+ <!ELEMENT %Group-PR15; (%Group-PR15.mod;)>
3676
+ ]]>
3677
+ <!ENTITY % Group-PR15 "%Group-PR15.mod;">
3678
+
3679
+ <!--
3680
+ **************************************************
3681
+ * *
3682
+ * GROUP PR16 *
3683
+ * LINKS TO IMAGE / AUDIO / VIDEO FILES *
3684
+ * *
3685
+ **************************************************
3686
+ -->
3687
+
3688
+ <!ELEMENT %CoverImageFormatCode; (#PCDATA)>
3689
+ <!ELEMENT %CoverImageLinkTypeCode; (#PCDATA)>
3690
+ <!ELEMENT %CoverImageLink; (#PCDATA)>
3691
+ <!ELEMENT %MediaFileTypeCode; (#PCDATA)>
3692
+ <!ELEMENT %MediaFileFormatCode; (#PCDATA)>
3693
+ <!ELEMENT %ImageResolution; (#PCDATA)>
3694
+ <!ELEMENT %MediaFileLinkTypeCode; (#PCDATA)>
3695
+ <!ELEMENT %MediaFileLink; (#PCDATA)>
3696
+ <!ELEMENT %TextWithDownload; %Flow;>
3697
+ <!ELEMENT %DownloadCaption; %Flow;>
3698
+ <!ELEMENT %DownloadCredit; %Flow;>
3699
+ <!ELEMENT %DownloadCopyrightNotice; %Flow;>
3700
+ <!ELEMENT %DownloadTerms; %Flow;>
3701
+ <!ELEMENT %MediaFileDate; (#PCDATA)>
3702
+ <!ELEMENT %ProductWebsiteDescription; %Flow;>
3703
+ <!ELEMENT %ProductWebsiteLink; (#PCDATA)>
3704
+
3705
+ <!ENTITY % MediaFile.mod "(%MediaFileTypeCode;, (%MediaFileFormatCode;)?, (%ImageResolution;)?,
3706
+ %MediaFileLinkTypeCode;, %MediaFileLink;,
3707
+ (%TextWithDownload; |
3708
+ (%DownloadCaption;, (%DownloadCredit;)?, (%DownloadCopyrightNotice;)?) |
3709
+ (%DownloadCredit;, (%DownloadCopyrightNotice;)?) | %DownloadCopyrightNotice;)?,
3710
+ (%DownloadTerms;)?, (%MediaFileDate;)?)">
3711
+
3712
+ <!ELEMENT %MediaFile; %MediaFile.mod;>
3713
+
3714
+ <!ENTITY % ProductWebsite.mod "((%WebsiteRole;)?, (%ProductWebsiteDescription;)?, %ProductWebsiteLink;)">
3715
+
3716
+ <!ELEMENT %ProductWebsite; %ProductWebsite.mod;>
3717
+
3718
+ <!ENTITY % Group-PR16.mod "(%CoverImageFormatCode;, %CoverImageLinkTypeCode;, %CoverImageLink;)?,
3719
+ (%MediaFile;)*, (%ProductWebsite;)*">
3720
+
3721
+ <![%GroupsAsElements;[
3722
+ <!ENTITY % Group-PR16 "Group-PR16">
3723
+ <!ELEMENT %Group-PR16; (%Group-PR16.mod;)>
3724
+ ]]>
3725
+ <!ENTITY % Group-PR16 "%Group-PR16.mod;">
3726
+
3727
+ <!--
3728
+ **************************************************
3729
+ * *
3730
+ * GROUP PR17 *
3731
+ * PRIZES *
3732
+ * *
3733
+ **************************************************
3734
+ -->
3735
+
3736
+ <!ELEMENT %PrizesDescription; (#PCDATA)>
3737
+ <!ELEMENT %PrizeName; (#PCDATA)>
3738
+ <!ELEMENT %PrizeYear; (#PCDATA)>
3739
+ <!ELEMENT %PrizeCountry; (#PCDATA)>
3740
+ <!ELEMENT %PrizeCode; (#PCDATA)>
3741
+ <!ELEMENT %PrizeJury; %Flow;>
3742
+
3743
+ <!ENTITY % Prize.mod "(%PrizeName;, (%PrizeYear;)?, (%PrizeCountry;)?, (%PrizeCode;)?,
3744
+ (%PrizeJury;)?)">
3745
+
3746
+ <!ELEMENT %Prize; %Prize.mod;>
3747
+
3748
+ <!ENTITY % Group-PR17.mod "(%PrizesDescription; | (%Prize;)+)?">
3749
+
3750
+ <![%GroupsAsElements;[
3751
+ <!ENTITY % Group-PR17 "Group-PR17">
3752
+ <!ELEMENT %Group-PR17; (%Group-PR17.mod;)>
3753
+ ]]>
3754
+ <!ENTITY % Group-PR17 "%Group-PR17.mod;">
3755
+
3756
+ <!--
3757
+ **************************************************
3758
+ * *
3759
+ * GROUP PR18 *
3760
+ * CONTENT ITEMS *
3761
+ * *
3762
+ **************************************************
3763
+ -->
3764
+
3765
+ <!ELEMENT %TextItemType; (#PCDATA)>
3766
+ <!ELEMENT %TextItemIDType; (#PCDATA)>
3767
+ <!ELEMENT %FirstPageNumber; (#PCDATA)>
3768
+ <!ELEMENT %LastPageNumber; (#PCDATA)>
3769
+ <!ELEMENT %ComponentTypeName; (#PCDATA)>
3770
+ <!ELEMENT %ComponentNumber; (#PCDATA)>
3771
+
3772
+ <!ENTITY % TextItemIdentifier.mod "(%TextItemIDType;, (%IDTypeName;)?, %IDValue;)">
3773
+
3774
+ <!ELEMENT %TextItemIdentifier; %TextItemIdentifier.mod;>
3775
+
3776
+ <!ENTITY % PageRun.mod "(%FirstPageNumber;, (%LastPageNumber;)?)">
3777
+
3778
+ <!ELEMENT %PageRun; %PageRun.mod;>
3779
+
3780
+ <!ENTITY % TextItem.mod "(%TextItemType;, (%TextItemIdentifier;)*, ((%FirstPageNumber;,
3781
+ (%LastPageNumber;)?) | (%PageRun;)+)?, (%NumberOfPages;)?)">
3782
+
3783
+ <!ELEMENT %TextItem; %TextItem.mod;>
3784
+
3785
+ <!ENTITY % ContentItem.mod "((%LevelSequenceNumber;)?, %TextItem;, (%Website;)*,
3786
+ ((%ComponentTypeName;, (%ComponentNumber;)?, (%DistinctiveTitle;)?, (%Title;)*) |
3787
+ (%DistinctiveTitle;, (%Title;)*) | (%Title;)+), (%WorkIdentifier;)?,
3788
+ ((%Contributor;)+, (%ContributorStatement;)?)?, (%Subject;)*,
3789
+ (%PersonAsSubject;)*, (%CorporateBodyAsSubject;)*, (%PlaceAsSubject;)*,
3790
+ (%OtherText;)*, (%MediaFile;)*)">
3791
+
3792
+ <!ELEMENT %ContentItem; %ContentItem.mod;>
3793
+
3794
+ <!ENTITY % Group-PR18.mod "(%ContentItem;)*">
3795
+
3796
+ <![%GroupsAsElements;[
3797
+ <!ENTITY % Group-PR18 "Group-PR18">
3798
+ <!ELEMENT %Group-PR18; (%Group-PR18.mod;)>
3799
+ ]]>
3800
+ <!ENTITY % Group-PR18 "%Group-PR18.mod;">
3801
+
3802
+ <!--
3803
+ **************************************************
3804
+ * *
3805
+ * GROUP PR19 *
3806
+ * PUBLISHER INFORMATION *
3807
+ * *
3808
+ **************************************************
3809
+ -->
3810
+
3811
+ <!ELEMENT %ImprintName; (#PCDATA)>
3812
+ <!ELEMENT %PublisherName; (#PCDATA)>
3813
+ <!ELEMENT %PublishingRole; (#PCDATA)>
3814
+ <!ELEMENT %NameCodeType; (#PCDATA)>
3815
+ <!ELEMENT %NameCodeTypeName; (#PCDATA)>
3816
+ <!ELEMENT %NameCodeValue; (#PCDATA)>
3817
+ <!ELEMENT %CityOfPublication; (#PCDATA)>
3818
+ <!ELEMENT %CountryOfPublication; (#PCDATA)>
3819
+ <!ELEMENT %CopublisherName; (#PCDATA)>
3820
+ <!ELEMENT %SponsorName; (#PCDATA)>
3821
+ <!ELEMENT %OriginalPublisher; (#PCDATA)>
3822
+
3823
+ <!ENTITY % Imprint.mod "(%ImprintName; |
3824
+ (%NameCodeType;, (%NameCodeTypeName;)?, %NameCodeValue;, (%ImprintName;)?))">
3825
+
3826
+ <!ELEMENT %Imprint; %Imprint.mod;>
3827
+
3828
+ <!ENTITY % Publisher.mod "((%PublishingRole;)?, (%PublisherName; |
3829
+ (%NameCodeType;, (%NameCodeTypeName;)?, %NameCodeValue;, (%PublisherName;)?)),
3830
+ (%Website;)*)">
3831
+
3832
+ <!ELEMENT %Publisher; %Publisher.mod;>
3833
+
3834
+ <!ENTITY % Group-PR19.mod "((%ImprintName;, (%Imprint;)*, (%PublisherName;)?, (%Publisher;)*) |
3835
+ ((%Imprint;)+, (%PublisherName;)?, (%Publisher;)*) |
3836
+ (%PublisherName;, (%Publisher;)*) | (%Publisher;)+),
3837
+ (%CityOfPublication;)*, (%CountryOfPublication;)?,
3838
+ (%CopublisherName;)*, (%SponsorName;)*, (%OriginalPublisher;)?">
3839
+
3840
+ <![%GroupsAsElements;[
3841
+ <!ENTITY % Group-PR19 "Group-PR19">
3842
+ <!ELEMENT %Group-PR19; (%Group-PR19.mod;)>
3843
+ ]]>
3844
+ <!ENTITY % Group-PR19 "%Group-PR19.mod;">
3845
+
3846
+ <!--
3847
+ **************************************************
3848
+ * *
3849
+ * GROUP PR20 *
3850
+ * PUBLISHING STATUS AND DATES *
3851
+ * *
3852
+ **************************************************
3853
+ -->
3854
+
3855
+ <!ELEMENT %PublishingStatus; (#PCDATA)>
3856
+ <!ELEMENT %PublishingStatusNote; (#PCDATA)>
3857
+ <!ELEMENT %AnnouncementDate; (#PCDATA)>
3858
+ <!ELEMENT %TradeAnnouncementDate; (#PCDATA)>
3859
+ <!ELEMENT %PublicationDate; (#PCDATA)>
3860
+ <!ELEMENT %CopyrightYear; (#PCDATA)>
3861
+ <!ELEMENT %YearFirstPublished; (#PCDATA)>
3862
+ <!ELEMENT %CopyrightOwnerIDType; (#PCDATA)>
3863
+
3864
+ <!ENTITY % CopyrightOwnerIdentifier.mod "(%CopyrightOwnerIDType;, (%IDTypeName;)?, %IDValue;)">
3865
+
3866
+ <!ELEMENT %CopyrightOwnerIdentifier; %CopyrightOwnerIdentifier.mod;>
3867
+
3868
+ <!ENTITY % CopyrightOwner.mod "((%CopyrightOwnerIdentifier;, (%PersonName; | %CorporateName;)?) |
3869
+ %PersonName; | %CorporateName;)">
3870
+
3871
+ <!ELEMENT %CopyrightOwner; %CopyrightOwner.mod;>
3872
+
3873
+ <!ENTITY % CopyrightStatement.mod "((%CopyrightYear;)+, (%CopyrightOwner;)+)">
3874
+
3875
+ <!ELEMENT %CopyrightStatement; %CopyrightStatement.mod;>
3876
+
3877
+ <!ENTITY % Group-PR20.mod "(%PublishingStatus;, (%PublishingStatusNote;)?)?, (%AnnouncementDate;)?,
3878
+ (%TradeAnnouncementDate;)?, (%PublicationDate;)?,
3879
+ ((%CopyrightStatement;)+ | %CopyrightYear;)?, (%YearFirstPublished;)?">
3880
+
3881
+ <![%GroupsAsElements;[
3882
+ <!ENTITY % Group-PR20 "Group-PR20">
3883
+ <!ELEMENT %Group-PR20; (%Group-PR20.mod;)>
3884
+ ]]>
3885
+ <!ENTITY % Group-PR20 "%Group-PR20.mod;">
3886
+
3887
+ <!--
3888
+ **************************************************
3889
+ * *
3890
+ * GROUP PR21 *
3891
+ * TERRITORIAL RIGHTS *
3892
+ * AND OTHER SALES RESTRICTIONS *
3893
+ * *
3894
+ **************************************************
3895
+ -->
3896
+
3897
+ <!ELEMENT %SalesRightsType; (#PCDATA)>
3898
+ <!ELEMENT %RightsCountry; (#PCDATA)>
3899
+ <!ELEMENT %RightsTerritory; (#PCDATA)>
3900
+ <!ELEMENT %RightsRegion; (#PCDATA)>
3901
+ <!ELEMENT %SalesRestrictionType; (#PCDATA)>
3902
+ <!ELEMENT %SalesOutletIDType; (#PCDATA)>
3903
+ <!ELEMENT %SalesOutletName; (#PCDATA)>
3904
+ <!ELEMENT %SalesRestrictionDetail; (#PCDATA)>
3905
+
3906
+ <!ENTITY % SalesRights.mod "(%SalesRightsType;,
3907
+ (((%RightsCountry;)+, (%RightsTerritory;)?, (%RightsRegion;)*) |
3908
+ (%RightsTerritory;, (%RightsRegion;)*) | (%RightsRegion;)+))">
3909
+
3910
+ <!ELEMENT %SalesRights; %SalesRights.mod;>
3911
+
3912
+ <!ENTITY % NotForSale.mod "((((%RightsCountry;)+, (%RightsTerritory;)?) | %RightsTerritory;),
3913
+ (%ISBN;)?, (%EAN13;)?, (%ProductIdentifier;)*, (%PublisherName;)?)">
3914
+
3915
+ <!ELEMENT %NotForSale; %NotForSale.mod;>
3916
+
3917
+ <!ATTLIST %SalesOutletIdentifier; %SalesOutletIdentifier.attspec; >
3918
+
3919
+ <!ENTITY % SalesOutletIdentifier.mod "(%SalesOutletIDType;, (%IDTypeName;)?, %IDValue;)">
3920
+
3921
+ <!ELEMENT %SalesOutletIdentifier; %SalesOutletIdentifier.mod;>
3922
+
3923
+ <!ENTITY % SalesOutlet.mod "((%SalesOutletIdentifier;, (%SalesOutletName;)?) | %SalesOutletName;)">
3924
+
3925
+ <!ELEMENT %SalesOutlet; %SalesOutlet.mod;>
3926
+
3927
+ <!ENTITY % SalesRestriction.mod "(%SalesRestrictionType;, (%SalesOutlet;)*, (%SalesRestrictionDetail;)?)">
3928
+
3929
+ <!ELEMENT %SalesRestriction; %SalesRestriction.mod;>
3930
+
3931
+ <!ENTITY % Group-PR21.mod "(%SalesRights;, (%SalesRights;, (%SalesRights;)?)?)?, (%NotForSale;)*,
3932
+ (%SalesRestriction;)*">
3933
+
3934
+ <![%GroupsAsElements;[
3935
+ <!ENTITY % Group-PR21 "Group-PR21">
3936
+ <!ELEMENT %Group-PR21; (%Group-PR21.mod;)>
3937
+ ]]>
3938
+ <!ENTITY % Group-PR21 "%Group-PR21.mod;">
3939
+
3940
+ <!--
3941
+ **************************************************
3942
+ * *
3943
+ * GROUP PR22 *
3944
+ * DIMENSIONS *
3945
+ * *
3946
+ **************************************************
3947
+ -->
3948
+
3949
+ <!ELEMENT %MeasureTypeCode; (#PCDATA)>
3950
+ <!ELEMENT %Measurement; (#PCDATA)>
3951
+ <!ELEMENT %MeasureUnitCode; (#PCDATA)>
3952
+ <!ELEMENT %Height; (#PCDATA)>
3953
+ <!ELEMENT %Width; (#PCDATA)>
3954
+ <!ELEMENT %Thickness; (#PCDATA)>
3955
+ <!ELEMENT %Weight; (#PCDATA)>
3956
+ <!ELEMENT %Dimensions; (#PCDATA)>
3957
+
3958
+ <!ENTITY % DimensionsUsingDefaults.mod "((%Height;, (%Width;)?, (%Thickness;)?), (%Weight;)?) | (%Weight;)">
3959
+
3960
+ <!ENTITY % Measure.mod "(%MeasureTypeCode;, %Measurement;, %MeasureUnitCode;)">
3961
+
3962
+ <!ELEMENT %Measure; %Measure.mod;>
3963
+
3964
+ <!ENTITY % Group-PR22.mod "(((%DimensionsUsingDefaults.mod; | (%Measure;)+), (%Dimensions;)?) | %Dimensions;)?">
3965
+
3966
+ <![%GroupsAsElements;[
3967
+ <!ENTITY % Group-PR22 "Group-PR22">
3968
+ <!ELEMENT %Group-PR22; (%Group-PR22.mod;)>
3969
+ ]]>
3970
+ <!ENTITY % Group-PR22 "%Group-PR22.mod;">
3971
+
3972
+ <!--
3973
+ **************************************************
3974
+ * *
3975
+ * GROUP PR23 *
3976
+ * RELATED PRODUCTS *
3977
+ * *
3978
+ **************************************************
3979
+ -->
3980
+
3981
+ <!ELEMENT %ReplacedByEAN13; (#PCDATA)>
3982
+ <!ELEMENT %ReplacedByISBN; (#PCDATA)>
3983
+ <!ELEMENT %RelationCode; (#PCDATA)>
3984
+ <!ELEMENT %AlternativeFormatEAN13; (#PCDATA)>
3985
+ <!ELEMENT %AlternativeFormatISBN; (#PCDATA)>
3986
+ <!ELEMENT %AlternativeProductISBN; (#PCDATA)>
3987
+ <!ELEMENT %AlternativeProductEAN13; (#PCDATA)>
3988
+ <!ELEMENT %OutOfPrintDate; (#PCDATA)>
3989
+
3990
+ <!ENTITY % RelatedEpub.mod "%EpubType;, (%EpubTypeVersion;)?, (%EpubTypeDescription;)?,
3991
+ (%EpubFormat;, (%EpubFormatVersion;)?)?, (%EpubFormatDescription;)?,
3992
+ (%EpubTypeNote;)?">
3993
+
3994
+ <!ENTITY % RelatedProduct.mod "(%RelationCode;,
3995
+ ((%ISBN;, (%EAN13;)?, (%ProductIdentifier;)*, (%Website;)*, (%ProductForm.mod;)?) |
3996
+ (%EAN13;, (%ProductIdentifier;)*, (%Website;)*, (%ProductForm.mod;)?) |
3997
+ ((%ProductIdentifier;)+, (%Website;)*, (%ProductForm.mod;)?) |
3998
+ ((%Website;)*, %ProductForm.mod;)), (%NumberOfPieces;)?, (%TradeCategory;)?,
3999
+ (%ProductContentType;)*, (%RelatedEpub.mod;)?, (%Publisher;)*)">
4000
+
4001
+ <!ELEMENT %RelatedProduct; %RelatedProduct.mod;>
4002
+
4003
+ <!ENTITY % Group-PR23.mod "(%ReplacedByISBN;)?, (%ReplacedByEAN13;)?,
4004
+ (%AlternativeFormatISBN;)?, (%AlternativeFormatEAN13;)?,
4005
+ (%AlternativeProductISBN;)?, (%AlternativeProductEAN13;)?,
4006
+ (%RelatedProduct;)*, (%OutOfPrintDate;)?">
4007
+
4008
+ <![%GroupsAsElements;[
4009
+ <!ENTITY % Group-PR23 "Group-PR23">
4010
+ <!ELEMENT %Group-PR23; (%Group-PR23.mod;)>
4011
+ ]]>
4012
+ <!ENTITY % Group-PR23 "%Group-PR23.mod;">
4013
+
4014
+ <!--
4015
+ **************************************************
4016
+ * *
4017
+ * GROUP PR24 *
4018
+ * SUPPLIER, AVAILABILITY AND PRICES *
4019
+ * *
4020
+ **************************************************
4021
+ -->
4022
+
4023
+ <!ELEMENT %SupplierEANLocationNumber; (#PCDATA)>
4024
+ <!ELEMENT %SupplierSAN; (#PCDATA)>
4025
+ <!ELEMENT %SupplierIDType; (#PCDATA)>
4026
+ <!ELEMENT %SupplierName; (#PCDATA)>
4027
+ <!ELEMENT %TelephoneNumber; (#PCDATA)>
4028
+ <!ELEMENT %FaxNumber; (#PCDATA)>
4029
+ <!ELEMENT %EmailAddress; (#PCDATA)>
4030
+ <!ELEMENT %SupplierRole; (#PCDATA)>
4031
+ <!ELEMENT %SupplyToCountry; (#PCDATA)>
4032
+ <!ELEMENT %SupplyToRegion; (#PCDATA)>
4033
+ <!ELEMENT %SupplyToTerritory; (#PCDATA)>
4034
+ <!ELEMENT %SupplyToCountryExcluded; (#PCDATA)>
4035
+ <!ELEMENT %ReturnsCodeType; (#PCDATA)>
4036
+ <!ELEMENT %ReturnsCode; (#PCDATA)>
4037
+ <!ELEMENT %LastDateForReturns; (#PCDATA)>
4038
+ <!ELEMENT %AvailabilityCode; (#PCDATA)>
4039
+ <!ELEMENT %ProductAvailability; (#PCDATA)>
4040
+ <!ELEMENT %IntermediaryAvailabilityCode; (#PCDATA)>
4041
+ <!ELEMENT %LocationIDType; (#PCDATA)>
4042
+ <!ELEMENT %LocationName; (#PCDATA)>
4043
+ <!ELEMENT %OnHand; (#PCDATA)>
4044
+ <!ELEMENT %OnOrder; (#PCDATA)>
4045
+ <!ELEMENT %CBO; (#PCDATA)>
4046
+ <!ELEMENT %DateFormat; (#PCDATA)>
4047
+ <!ELEMENT %ExpectedShipDate; (#PCDATA)>
4048
+ <!ELEMENT %OnSaleDate; (#PCDATA)>
4049
+ <!ELEMENT %OrderTime; (#PCDATA)>
4050
+ <!ELEMENT %PackQuantity; (#PCDATA)>
4051
+ <!ELEMENT %AudienceRestrictionFlag; (#PCDATA)>
4052
+ <!ELEMENT %AudienceRestrictionNote; (#PCDATA)>
4053
+ <!ELEMENT %PriceTypeCode; (#PCDATA)>
4054
+ <!ELEMENT %PriceQualifier; (#PCDATA)>
4055
+ <!ELEMENT %PriceTypeDescription; (#PCDATA)>
4056
+ <!ELEMENT %PricePer; (#PCDATA)>
4057
+ <!ELEMENT %MinimumOrderQuantity; (#PCDATA)>
4058
+ <!ELEMENT %BatchQuantity; (#PCDATA)>
4059
+ <!ELEMENT %FreeQuantity; (#PCDATA)>
4060
+ <!ELEMENT %ClassOfTrade; (#PCDATA)>
4061
+ <!ELEMENT %BICDiscountGroupCode; (#PCDATA)>
4062
+ <!ELEMENT %DiscountCodeType; (#PCDATA)>
4063
+ <!ELEMENT %DiscountCodeTypeName; (#PCDATA)>
4064
+ <!ELEMENT %DiscountCode; (#PCDATA)>
4065
+ <!ELEMENT %DiscountPercent; (#PCDATA)>
4066
+ <!ELEMENT %PriceStatus; (#PCDATA)>
4067
+ <!ELEMENT %PriceAmount; (#PCDATA)>
4068
+ <!ELEMENT %UnpricedItemType; (#PCDATA)>
4069
+ <!ELEMENT %CurrencyCode; (#PCDATA)>
4070
+ <!ELEMENT %TaxRateCode1; (#PCDATA)>
4071
+ <!ELEMENT %TaxRatePercent1; (#PCDATA)>
4072
+ <!ELEMENT %TaxableAmount1; (#PCDATA)>
4073
+ <!ELEMENT %TaxAmount1; (#PCDATA)>
4074
+ <!ELEMENT %TaxRateCode2; (#PCDATA)>
4075
+ <!ELEMENT %TaxRatePercent2; (#PCDATA)>
4076
+ <!ELEMENT %TaxableAmount2; (#PCDATA)>
4077
+ <!ELEMENT %TaxAmount2; (#PCDATA)>
4078
+ <!ELEMENT %ReissueDate; (#PCDATA)>
4079
+ <!ELEMENT %ReissueDescription; (#PCDATA)>
4080
+ <!ELEMENT %PriceEffectiveFrom; (#PCDATA)>
4081
+ <!ELEMENT %PriceEffectiveUntil; (#PCDATA)>
4082
+
4083
+ <!ENTITY % SupplierIdentifier.mod "(%SupplierIDType;, (%IDTypeName;)?, %IDValue;)">
4084
+
4085
+ <!ELEMENT %SupplierIdentifier; %SupplierIdentifier.mod;>
4086
+
4087
+ <!ENTITY % NewSupplier.mod "(((((%SupplierIdentifier;)+ | %SupplierSAN; |
4088
+ (%SupplierEANLocationNumber;, (%SupplierSAN;)?)),
4089
+ (%SupplierName;)?) | %SupplierName;),
4090
+ (%TelephoneNumber;)*, (%FaxNumber;)*, (%EmailAddress;)*)">
4091
+
4092
+ <!ELEMENT %NewSupplier; %NewSupplier.mod;>
4093
+
4094
+ <!ENTITY % LocationIdentifier.mod "(%LocationIDType;, (%IDTypeName;)?, %IDValue;)">
4095
+
4096
+ <!ELEMENT %LocationIdentifier; %LocationIdentifier.mod;>
4097
+
4098
+ <!ENTITY % Stock.mod "((%LocationIdentifier;)?, (%LocationName;)?,
4099
+ %OnHand;, (%OnOrder;)?, (%CBO;)?)">
4100
+
4101
+ <!ELEMENT %Stock; %Stock.mod;>
4102
+
4103
+ <!ENTITY % BatchBonus.mod "(%BatchQuantity;, %FreeQuantity;)">
4104
+
4105
+ <!ELEMENT %BatchBonus; %BatchBonus.mod;>
4106
+
4107
+ <!ENTITY % DiscountCoded.mod "(%DiscountCodeType;, (%DiscountCodeTypeName;)?, %DiscountCode;)">
4108
+
4109
+ <!ELEMENT %DiscountCoded; %DiscountCoded.mod;>
4110
+
4111
+ <!ENTITY % Price.mod "((%PriceTypeCode;)?, (%PriceQualifier;)?, (%PriceTypeDescription;)?, (%PricePer;)?,
4112
+ (%MinimumOrderQuantity;)?, (%BatchBonus;)*, (%ClassOfTrade;)?, (%BICDiscountGroupCode;)?,
4113
+ (%DiscountCoded;)*, (%DiscountPercent;)?, (%PriceStatus;)?,
4114
+ %PriceAmount;, (%CurrencyCode;)?, (%CountryCode;)*,
4115
+ (%TaxRateCode1;, (%TaxRatePercent1;)?, (%TaxableAmount1;)?, (%TaxAmount1;)?,
4116
+ (%TaxRateCode2;, (%TaxRatePercent2;)?, (%TaxableAmount2;)?, (%TaxAmount2;)?)?)?,
4117
+ (%PriceEffectiveFrom;)?, (%PriceEffectiveUntil;)?)">
4118
+
4119
+ <!ELEMENT %Price; %Price.mod;>
4120
+
4121
+ <!ENTITY % Reissue.mod "(%ReissueDate;, (%ReissueDescription;)?, (%Price;)*, (%MediaFile;)*)">
4122
+
4123
+ <!ELEMENT %Reissue; %Reissue.mod;>
4124
+
4125
+ <!ENTITY % SupplyDetail.mod "(((((%SupplierIdentifier;)+ | %SupplierSAN; |
4126
+ (%SupplierEANLocationNumber;, (%SupplierSAN;)?)),
4127
+ (%SupplierName;)?) | %SupplierName;), (%TelephoneNumber;)*,
4128
+ (%FaxNumber;)*, (%Website;)*, (%EmailAddress;)*, (%SupplierRole;)?,
4129
+ ((%SupplyToCountry; | %SupplyToTerritory; | %SupplyToRegion;)+,
4130
+ (%SupplyToCountryExcluded;)*)?,
4131
+ (%ReturnsCodeType;, %ReturnsCode;)?, (%LastDateForReturns;)?,
4132
+ ((%AvailabilityCode;, (%ProductAvailability;)?, (%IntermediaryAvailabilityCode;)?) |
4133
+ (%ProductAvailability;, (%IntermediaryAvailabilityCode;)?) |
4134
+ %IntermediaryAvailabilityCode;),
4135
+ (%NewSupplier;)?, ((%DateFormat;)?, %ExpectedShipDate;)?, (%OnSaleDate;)?,
4136
+ (%OrderTime;)?, (%Stock;)*, (%PackQuantity;)?, (%AudienceRestrictionFlag;)?,
4137
+ (%AudienceRestrictionNote;)?, ((%PriceAmount;) | (%UnpricedItemType;) | (%Price;)+),
4138
+ (%Reissue;)?)">
4139
+
4140
+ <!ELEMENT %SupplyDetail; %SupplyDetail.mod;>
4141
+
4142
+ <!ENTITY % Group-PR24.mod "(%SupplyDetail;)*">
4143
+
4144
+ <![%GroupsAsElements;[
4145
+ <!ENTITY % Group-PR24 "Group-PR24">
4146
+ <!ELEMENT %Group-PR24; (%Group-PR24.mod;)>
4147
+ ]]>
4148
+ <!ENTITY % Group-PR24 "%Group-PR24.mod;">
4149
+
4150
+ <!--
4151
+ **************************************************
4152
+ * *
4153
+ * GROUP PR25 *
4154
+ * SALES PROMOTION INFORMATION *
4155
+ * *
4156
+ **************************************************
4157
+ -->
4158
+
4159
+ <!ELEMENT %PromotionCampaign; (#PCDATA)>
4160
+ <!ELEMENT %PromotionContact; (#PCDATA)>
4161
+ <!ELEMENT %InitialPrintRun; (#PCDATA)>
4162
+ <!ELEMENT %CopiesSold; (#PCDATA)>
4163
+ <!ELEMENT %BookClubAdoption; (#PCDATA)>
4164
+
4165
+ <!ENTITY % Group-PR25.mod "(%PromotionCampaign;)?, (%PromotionContact;)?, (%InitialPrintRun;)?,
4166
+ (%CopiesSold;)?, (%BookClubAdoption;)?">
4167
+
4168
+ <![%GroupsAsElements;[
4169
+ <!ENTITY % Group-PR25 "Group-PR25">
4170
+ <!ELEMENT %Group-PR25; (%Group-PR25.mod;)>
4171
+ ]]>
4172
+ <!ENTITY % Group-PR25 "%Group-PR25.mod;">
4173
+
4174
+ <!--
4175
+ **************************************************
4176
+ * *
4177
+ * GROUP MS1 *
4178
+ * RECORD REFERENCE NUMBER, TYPE AND SOURCE *
4179
+ * *
4180
+ **************************************************
4181
+ -->
4182
+
4183
+ <!-- Group MS1 is identical to Group PR1 -->
4184
+
4185
+ <![%GroupsAsElements;[
4186
+ <!ENTITY % Group-MS1 "Group-MS1">
4187
+ <!ELEMENT %Group-MS1; (%Group-PR1.mod;)>
4188
+ ]]>
4189
+ <!ENTITY % Group-MS1 "%Group-PR1.mod;">
4190
+
4191
+ <!--
4192
+ **************************************************
4193
+ * *
4194
+ * GROUP MS2 *
4195
+ * MAIN SERIES IDENTIFIERS *
4196
+ * *
4197
+ **************************************************
4198
+ -->
4199
+
4200
+ <!-- See Group PR5 for details of element type %SeriesIdentifier; -->
4201
+
4202
+ <!ENTITY % Group-MS2.mod "(%SeriesIdentifier;)+">
4203
+
4204
+ <![%GroupsAsElements;[
4205
+ <!ENTITY % Group-MS2 "Group-MS2">
4206
+ <!ELEMENT %Group-MS2; (%Group-MS2.mod;)>
4207
+ ]]>
4208
+ <!ENTITY % Group-MS2 "%Group-MS2.mod;">
4209
+
4210
+ <!--
4211
+ **************************************************
4212
+ * *
4213
+ * GROUP MS3 *
4214
+ * MAIN SERIES TITLE *
4215
+ * *
4216
+ **************************************************
4217
+ -->
4218
+
4219
+ <!-- See Group PR7 for details of element type %Title; -->
4220
+
4221
+ <!ENTITY % Group-MS3.mod "(%Title;)+">
4222
+
4223
+ <![%GroupsAsElements;[
4224
+ <!ENTITY % Group-MS3 "Group-MS3">
4225
+ <!ELEMENT %Group-MS3; (%Group-MS3.mod;)>
4226
+ ]]>
4227
+ <!ENTITY % Group-MS3 "%Group-MS3.mod;">
4228
+
4229
+ <!--
4230
+ **************************************************
4231
+ * *
4232
+ * GROUP MS4 *
4233
+ * MAIN SERIES CONTRIBUTORS *
4234
+ * *
4235
+ **************************************************
4236
+ -->
4237
+
4238
+ <!-- See Group PR8 for details of element type %Contributor; -->
4239
+
4240
+ <!ENTITY % Group-MS4.mod "(%Contributor;)*">
4241
+
4242
+ <![%GroupsAsElements;[
4243
+ <!ENTITY % Group-MS4 "Group-MS4">
4244
+ <!ELEMENT %Group-MS4; (%Group-MS4.mod;)>
4245
+ ]]>
4246
+ <!ENTITY % Group-MS4 "%Group-MS4.mod;">
4247
+
4248
+ <!--
4249
+ **************************************************
4250
+ * *
4251
+ * GROUP MS5 *
4252
+ * MAIN SERIES TEXT ELEMENTS *
4253
+ * *
4254
+ **************************************************
4255
+ -->
4256
+
4257
+ <!-- See Group PR15 for details of element type %OtherText; -->
4258
+
4259
+ <!ENTITY % Group-MS5.mod "(%OtherText;)*">
4260
+
4261
+ <![%GroupsAsElements;[
4262
+ <!ENTITY % Group-MS5 "Group-MS5">
4263
+ <!ELEMENT %Group-MS5; (%Group-MS5.mod;)>
4264
+ ]]>
4265
+ <!ENTITY % Group-MS5 "%Group-MS5.mod;">
4266
+
4267
+ <!--
4268
+ **************************************************
4269
+ * *
4270
+ * GROUP MS6 *
4271
+ * PUBLISHER *
4272
+ * *
4273
+ **************************************************
4274
+ -->
4275
+
4276
+ <!ENTITY % Group-MS6.mod "(%Publisher;)*">
4277
+
4278
+ <![%GroupsAsElements;[
4279
+ <!ENTITY % Group-MS6 "Group-MS6">
4280
+ <!ELEMENT %Group-MS6; (%Group-MS6.mod;)>
4281
+ ]]>
4282
+ <!ENTITY % Group-MS6 "%Group-MS6.mod;">
4283
+
4284
+ <!--
4285
+ **************************************************
4286
+ * *
4287
+ * GROUP MS7 *
4288
+ * NUMBER OF SUBORDINATE ENTRIES *
4289
+ * *
4290
+ **************************************************
4291
+ -->
4292
+
4293
+ <!ELEMENT %SubordinateEntries; (#PCDATA)>
4294
+
4295
+ <!ENTITY % Group-MS7.mod "(%SubordinateEntries;)?">
4296
+
4297
+ <![%GroupsAsElements;[
4298
+ <!ENTITY % Group-MS7 "Group-MS7">
4299
+ <!ELEMENT %Group-MS7; (%Group-MS7.mod;)>
4300
+ ]]>
4301
+ <!ENTITY % Group-MS7 "%Group-MS7.mod;">
4302
+
4303
+ <!--
4304
+ **************************************************
4305
+ * *
4306
+ * GROUP SS1 *
4307
+ * RECORD REFERENCE NUMBER, TYPE AND SOURCE *
4308
+ * *
4309
+ **************************************************
4310
+ -->
4311
+
4312
+ <!-- Group SS1 is identical to Group PR1 -->
4313
+
4314
+ <![%GroupsAsElements;[
4315
+ <!ENTITY % Group-SS1 "Group-SS1">
4316
+ <!ELEMENT %Group-SS1; (%Group-PR1.mod;)>
4317
+ ]]>
4318
+ <!ENTITY % Group-SS1 "%Group-PR1.mod;">
4319
+
4320
+ <!--
4321
+ **************************************************
4322
+ * *
4323
+ * GROUP SS2 *
4324
+ * SubSeriesRecord IDENTIFIERS *
4325
+ * *
4326
+ **************************************************
4327
+ -->
4328
+
4329
+ <!-- See Group PR5 for details of element type %SeriesIdentifier; -->
4330
+
4331
+ <!ELEMENT %ParentIdentifier; (%SeriesIDType;, (%IDTypeName;)?, %IDValue;)>
4332
+
4333
+ <!ENTITY % Group-SS2.mod "(%SeriesIdentifier;)+, %ParentIdentifier;">
4334
+
4335
+ <![%GroupsAsElements;[
4336
+ <!ENTITY % Group-SS2 "Group-SS2">
4337
+ <!ELEMENT %Group-SS2; (%Group-SS2.mod;)>
4338
+ ]]>
4339
+ <!ENTITY % Group-SS2 "%Group-SS2.mod;">
4340
+
4341
+ <!--
4342
+ **************************************************
4343
+ * *
4344
+ * GROUP SS3 *
4345
+ * SubSeriesRecord VOLUME OR PART DETAIL *
4346
+ * *
4347
+ **************************************************
4348
+ -->
4349
+
4350
+ <!ELEMENT %LevelSequenceNumber; (#PCDATA)>
4351
+ <!ELEMENT %SeriesPartName; (#PCDATA)>
4352
+
4353
+ <!ENTITY % Group-SS3.mod "%LevelSequenceNumber;, ((%SeriesPartName;)?, %NumberWithinSeries;)?">
4354
+
4355
+ <![%GroupsAsElements;[
4356
+ <!ENTITY % Group-SS3 "Group-SS3">
4357
+ <!ELEMENT %Group-SS3; (%Group-SS3.mod;)>
4358
+ ]]>
4359
+ <!ENTITY % Group-SS3 "%Group-SS3.mod;">
4360
+
4361
+ <!--
4362
+ **************************************************
4363
+ * *
4364
+ * GROUP SS4 *
4365
+ * SubSeriesRecord TITLE *
4366
+ * *
4367
+ **************************************************
4368
+ -->
4369
+
4370
+ <!-- See Group PR7 for details of element type %Title; -->
4371
+
4372
+ <!ENTITY % Group-SS4.mod "(%Title;)+">
4373
+
4374
+ <![%GroupsAsElements;[
4375
+ <!ENTITY % Group-SS4 "Group-SS4">
4376
+ <!ELEMENT %Group-SS4; (%Group-SS4.mod;)>
4377
+ ]]>
4378
+ <!ENTITY % Group-SS4 "%Group-SS4.mod;">
4379
+
4380
+ <!--
4381
+ **************************************************
4382
+ * *
4383
+ * GROUP SS5 *
4384
+ * SubSeriesRecord CONTRIBUTORS *
4385
+ * *
4386
+ **************************************************
4387
+ -->
4388
+
4389
+ <!-- See Group PR8 for details of element type %Contributor; -->
4390
+
4391
+ <!ENTITY % Group-SS5.mod "(%Contributor;)*">
4392
+
4393
+ <![%GroupsAsElements;[
4394
+ <!ENTITY % Group-SS5 "Group-SS5">
4395
+ <!ELEMENT %Group-SS5; (%Group-SS5.mod;)>
4396
+ ]]>
4397
+ <!ENTITY % Group-SS5 "%Group-SS5.mod;">
4398
+
4399
+ <!--
4400
+ **************************************************
4401
+ * *
4402
+ * GROUP SS6 *
4403
+ * SubSeriesRecord TEXT ELEMENTS *
4404
+ * *
4405
+ **************************************************
4406
+ -->
4407
+
4408
+ <!-- See Group PR15 for details of element type %OtherText; -->
4409
+
4410
+ <!ENTITY % Group-SS6.mod "(%OtherText;)*">
4411
+
4412
+ <![%GroupsAsElements;[
4413
+ <!ENTITY % Group-SS6 "Group-SS6">
4414
+ <!ELEMENT %Group-SS6; (%Group-SS6.mod;)>
4415
+ ]]>
4416
+ <!ENTITY % Group-SS6 "%Group-SS6.mod;">
4417
+
4418
+ <!--
4419
+ **************************************************
4420
+ * *
4421
+ * GROUP SS7 *
4422
+ * PUBLISHER *
4423
+ * *
4424
+ **************************************************
4425
+ -->
4426
+
4427
+ <!ENTITY % Group-SS7.mod "(%Publisher;)*">
4428
+
4429
+ <![%GroupsAsElements;[
4430
+ <!ENTITY % Group-SS7 "Group-SS7">
4431
+ <!ELEMENT %Group-SS7; (%Group-SS7.mod;)>
4432
+ ]]>
4433
+ <!ENTITY % Group-SS7 "%Group-SS7.mod;">
4434
+
4435
+ <!--
4436
+ **************************************************
4437
+ * *
4438
+ * GROUP SS8 *
4439
+ * NUMBER OF SUBORDINATE ENTRIES *
4440
+ * *
4441
+ **************************************************
4442
+ -->
4443
+
4444
+ <!-- See Group MS6 for details of element type %SubordinateEntries; -->
4445
+
4446
+ <!ENTITY % Group-SS8.mod "(%SubordinateEntries;)?">
4447
+
4448
+ <![%GroupsAsElements;[
4449
+ <!ENTITY % Group-SS8 "Group-SS8">
4450
+ <!ELEMENT %Group-SS8; (%Group-SS8.mod;)>
4451
+ ]]>
4452
+ <!ENTITY % Group-SS8 "%Group-SS8.mod;">
4453
+
4454
+ <!--
4455
+ **************************************************
4456
+ * *
4457
+ * TOP-LEVEL MESSAGE STRUCTURE *
4458
+ * *
4459
+ **************************************************
4460
+ -->
4461
+
4462
+ <!ENTITY % ONIXMessage.mod "(%Group-MH6;, (%Product; | %MainSeriesRecord; | %SubSeriesRecord;)+)">
4463
+
4464
+ <!ELEMENT %ONIXMessage; %ONIXMessage.mod;>
4465
+
4466
+ <!-- DTD RELEASE NUMBER -->
4467
+
4468
+ <!ATTLIST %ONIXMessage; release CDATA #FIXED "2.1">
4469
+
4470
+ <![%ExtendedProductModel;[
4471
+
4472
+ <!ENTITY % ExtendedModelDeclarations SYSTEM "onix-extended.elt">
4473
+ %ExtendedModelDeclarations;
4474
+
4475
+ <!ENTITY % Product.mod "(%Group-PR1;,
4476
+ (%Group-PR2;, %Group-PR3;, %Group-PR4;, %Group-PR5;, %Group-PR6;,
4477
+ %Group-PR7;, %Group-PR8;, %Group-PR9;, %Group-PR10;,
4478
+ %Group-PR11;, %Group-PR12;, %Group-PR13;, %Group-PR14;,
4479
+ %Group-PR15;, %Group-PR16;, %Group-PR17;, %Group-PR18;,
4480
+ %Group-PR19;, %Group-PR20;, %Group-PR21;)?,
4481
+ (%Group-PR22;)?, (%Group-PR23;)?, (%Group-PR24;)?, (%Group-PR25;)?,
4482
+ %SuperGroup-Z;)">
4483
+
4484
+ ]]>
4485
+
4486
+ <!ENTITY % Product.mod "(%Group-PR1;,
4487
+ (%Group-PR2;, %Group-PR3;, %Group-PR4;, %Group-PR5;, %Group-PR6;,
4488
+ %Group-PR7;, %Group-PR8;, %Group-PR9;, %Group-PR10;,
4489
+ %Group-PR11;, %Group-PR12;, %Group-PR13;, %Group-PR14;,
4490
+ %Group-PR15;, %Group-PR16;, %Group-PR17;, %Group-PR18;,
4491
+ %Group-PR19;, %Group-PR20;, %Group-PR21;)?,
4492
+ (%Group-PR22;)?, (%Group-PR23;)?, (%Group-PR24;)?, (%Group-PR25;)?)">
4493
+
4494
+ <!ELEMENT %Product; %Product.mod;>
4495
+
4496
+ <!ENTITY % MainSeriesRecord.mod "(%Group-MS1;, %Group-MS2;, %Group-MS3;, %Group-MS4;, %Group-MS5;,
4497
+ %Group-MS6;, %Group-MS7;)">
4498
+
4499
+ <!ELEMENT %MainSeriesRecord; %MainSeriesRecord.mod;>
4500
+
4501
+ <!ENTITY % SubSeriesRecord.mod "(%Group-SS1;, %Group-SS2;, %Group-SS3;, %Group-SS4;, %Group-SS5;, %Group-SS6;,
4502
+ %Group-SS7;, %Group-SS8;)">
4503
+
4504
+ <!ELEMENT %SubSeriesRecord; %SubSeriesRecord.mod;>