cacofonix-dtds 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (172) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +11 -0
  3. data/.rspec +3 -0
  4. data/.travis.yml +7 -0
  5. data/CHANGELOG.md +10 -0
  6. data/CODE_OF_CONDUCT.md +74 -0
  7. data/Gemfile +4 -0
  8. data/Gemfile.lock +35 -0
  9. data/LICENSE.txt +21 -0
  10. data/README.md +70 -0
  11. data/Rakefile +6 -0
  12. data/bin/console +14 -0
  13. data/bin/setup +8 -0
  14. data/cacofonix-dtds.gemspec +34 -0
  15. data/data/2.0/onix-international.dtd +625 -0
  16. data/data/2.0/onix-international.elt +3267 -0
  17. data/data/2.0/xhtml-lat1.ent +196 -0
  18. data/data/2.0/xhtml-special.ent +79 -0
  19. data/data/2.0/xhtml-symbol.ent +242 -0
  20. data/data/2.1r1/iso-amsa.ent +173 -0
  21. data/data/2.1r1/iso-amsb.ent +146 -0
  22. data/data/2.1r1/iso-amsc.ent +49 -0
  23. data/data/2.1r1/iso-amsn.ent +117 -0
  24. data/data/2.1r1/iso-amso.ent +77 -0
  25. data/data/2.1r1/iso-amsr.ent +205 -0
  26. data/data/2.1r1/iso-box.ent +67 -0
  27. data/data/2.1r1/iso-cyr1.ent +94 -0
  28. data/data/2.1r1/iso-cyr2.ent +53 -0
  29. data/data/2.1r1/iso-dia.ent +41 -0
  30. data/data/2.1r1/iso-grk3.ent +70 -0
  31. data/data/2.1r1/iso-lat1.ent +89 -0
  32. data/data/2.1r1/iso-lat2.ent +148 -0
  33. data/data/2.1r1/iso-mfrk.ent +79 -0
  34. data/data/2.1r1/iso-mopf.ent +53 -0
  35. data/data/2.1r1/iso-mscr.ent +79 -0
  36. data/data/2.1r1/iso-num.ent +103 -0
  37. data/data/2.1r1/iso-pub.ent +110 -0
  38. data/data/2.1r1/iso-tech.ent +183 -0
  39. data/data/2.1r1/onix-international.dtd +953 -0
  40. data/data/2.1r1/onix-xhtml.elt +672 -0
  41. data/data/2.1r1/reference.elt +4504 -0
  42. data/data/2.1r1/xhtml-special.ent +79 -0
  43. data/data/2.1r1/xhtml-symbol.ent +242 -0
  44. data/data/2.1r2/iso-amsa.ent +173 -0
  45. data/data/2.1r2/iso-amsb.ent +146 -0
  46. data/data/2.1r2/iso-amsc.ent +49 -0
  47. data/data/2.1r2/iso-amsn.ent +117 -0
  48. data/data/2.1r2/iso-amso.ent +77 -0
  49. data/data/2.1r2/iso-amsr.ent +205 -0
  50. data/data/2.1r2/iso-box.ent +67 -0
  51. data/data/2.1r2/iso-cyr1.ent +94 -0
  52. data/data/2.1r2/iso-cyr2.ent +53 -0
  53. data/data/2.1r2/iso-dia.ent +41 -0
  54. data/data/2.1r2/iso-grk3.ent +70 -0
  55. data/data/2.1r2/iso-lat1.ent +89 -0
  56. data/data/2.1r2/iso-lat2.ent +148 -0
  57. data/data/2.1r2/iso-mfrk.ent +79 -0
  58. data/data/2.1r2/iso-mopf.ent +53 -0
  59. data/data/2.1r2/iso-mscr.ent +79 -0
  60. data/data/2.1r2/iso-num.ent +103 -0
  61. data/data/2.1r2/iso-pub.ent +110 -0
  62. data/data/2.1r2/iso-tech.ent +183 -0
  63. data/data/2.1r2/onix-international.dtd +987 -0
  64. data/data/2.1r2/onix-xhtml.elt +672 -0
  65. data/data/2.1r2/reference.elt +4664 -0
  66. data/data/2.1r2/xhtml-special.ent +79 -0
  67. data/data/2.1r2/xhtml-symbol.ent +242 -0
  68. data/data/2.1r3/reference/iso-amsa.ent +173 -0
  69. data/data/2.1r3/reference/iso-amsb.ent +146 -0
  70. data/data/2.1r3/reference/iso-amsc.ent +49 -0
  71. data/data/2.1r3/reference/iso-amsn.ent +117 -0
  72. data/data/2.1r3/reference/iso-amso.ent +77 -0
  73. data/data/2.1r3/reference/iso-amsr.ent +205 -0
  74. data/data/2.1r3/reference/iso-box.ent +67 -0
  75. data/data/2.1r3/reference/iso-cyr1.ent +94 -0
  76. data/data/2.1r3/reference/iso-cyr2.ent +53 -0
  77. data/data/2.1r3/reference/iso-dia.ent +41 -0
  78. data/data/2.1r3/reference/iso-grk3.ent +70 -0
  79. data/data/2.1r3/reference/iso-lat1.ent +89 -0
  80. data/data/2.1r3/reference/iso-lat2.ent +148 -0
  81. data/data/2.1r3/reference/iso-mfrk.ent +79 -0
  82. data/data/2.1r3/reference/iso-mopf.ent +53 -0
  83. data/data/2.1r3/reference/iso-mscr.ent +79 -0
  84. data/data/2.1r3/reference/iso-num.ent +103 -0
  85. data/data/2.1r3/reference/iso-num.old.ent +103 -0
  86. data/data/2.1r3/reference/iso-pub.ent +110 -0
  87. data/data/2.1r3/reference/iso-tech.ent +183 -0
  88. data/data/2.1r3/reference/onix-international.dtd +1012 -0
  89. data/data/2.1r3/reference/onix-xhtml.elt +672 -0
  90. data/data/2.1r3/reference/reference.elt +4758 -0
  91. data/data/2.1r3/reference/xhtml-special.ent +79 -0
  92. data/data/2.1r3/reference/xhtml-symbol.ent +242 -0
  93. data/data/2.1r3/short/iso-amsa.ent +173 -0
  94. data/data/2.1r3/short/iso-amsb.ent +146 -0
  95. data/data/2.1r3/short/iso-amsc.ent +49 -0
  96. data/data/2.1r3/short/iso-amsn.ent +117 -0
  97. data/data/2.1r3/short/iso-amso.ent +77 -0
  98. data/data/2.1r3/short/iso-amsr.ent +205 -0
  99. data/data/2.1r3/short/iso-box.ent +67 -0
  100. data/data/2.1r3/short/iso-cyr1.ent +94 -0
  101. data/data/2.1r3/short/iso-cyr2.ent +53 -0
  102. data/data/2.1r3/short/iso-dia.ent +41 -0
  103. data/data/2.1r3/short/iso-grk3.ent +70 -0
  104. data/data/2.1r3/short/iso-lat1.ent +89 -0
  105. data/data/2.1r3/short/iso-lat2.ent +148 -0
  106. data/data/2.1r3/short/iso-mfrk.ent +79 -0
  107. data/data/2.1r3/short/iso-mopf.ent +53 -0
  108. data/data/2.1r3/short/iso-mscr.ent +79 -0
  109. data/data/2.1r3/short/iso-num.ent +103 -0
  110. data/data/2.1r3/short/iso-num.old.ent +103 -0
  111. data/data/2.1r3/short/iso-pub.ent +110 -0
  112. data/data/2.1r3/short/iso-tech.ent +183 -0
  113. data/data/2.1r3/short/onix-international.dtd +1013 -0
  114. data/data/2.1r3/short/onix-xhtml.elt +672 -0
  115. data/data/2.1r3/short/short.elt +4758 -0
  116. data/data/2.1r3/short/xhtml-special.ent +79 -0
  117. data/data/2.1r3/short/xhtml-symbol.ent +242 -0
  118. data/data/2.1r4/reference/iso-amsa.ent +173 -0
  119. data/data/2.1r4/reference/iso-amsb.ent +146 -0
  120. data/data/2.1r4/reference/iso-amsc.ent +49 -0
  121. data/data/2.1r4/reference/iso-amsn.ent +117 -0
  122. data/data/2.1r4/reference/iso-amso.ent +77 -0
  123. data/data/2.1r4/reference/iso-amsr.ent +205 -0
  124. data/data/2.1r4/reference/iso-box.ent +67 -0
  125. data/data/2.1r4/reference/iso-cyr1.ent +94 -0
  126. data/data/2.1r4/reference/iso-cyr2.ent +53 -0
  127. data/data/2.1r4/reference/iso-dia.ent +41 -0
  128. data/data/2.1r4/reference/iso-grk3.ent +70 -0
  129. data/data/2.1r4/reference/iso-lat1.ent +89 -0
  130. data/data/2.1r4/reference/iso-lat2.ent +148 -0
  131. data/data/2.1r4/reference/iso-mfrk.ent +79 -0
  132. data/data/2.1r4/reference/iso-mopf.ent +53 -0
  133. data/data/2.1r4/reference/iso-mscr.ent +79 -0
  134. data/data/2.1r4/reference/iso-num.ent +103 -0
  135. data/data/2.1r4/reference/iso-num.old.ent +103 -0
  136. data/data/2.1r4/reference/iso-pub.ent +110 -0
  137. data/data/2.1r4/reference/iso-tech.ent +183 -0
  138. data/data/2.1r4/reference/onix-international.dtd +1024 -0
  139. data/data/2.1r4/reference/onix-xhtml.elt +699 -0
  140. data/data/2.1r4/reference/reference.elt +4801 -0
  141. data/data/2.1r4/reference/xhtml-special.ent +79 -0
  142. data/data/2.1r4/reference/xhtml-symbol.ent +242 -0
  143. data/data/2.1r4/short/iso-amsa.ent +173 -0
  144. data/data/2.1r4/short/iso-amsb.ent +146 -0
  145. data/data/2.1r4/short/iso-amsc.ent +49 -0
  146. data/data/2.1r4/short/iso-amsn.ent +117 -0
  147. data/data/2.1r4/short/iso-amso.ent +77 -0
  148. data/data/2.1r4/short/iso-amsr.ent +205 -0
  149. data/data/2.1r4/short/iso-box.ent +67 -0
  150. data/data/2.1r4/short/iso-cyr1.ent +94 -0
  151. data/data/2.1r4/short/iso-cyr2.ent +53 -0
  152. data/data/2.1r4/short/iso-dia.ent +41 -0
  153. data/data/2.1r4/short/iso-grk3.ent +70 -0
  154. data/data/2.1r4/short/iso-lat1.ent +89 -0
  155. data/data/2.1r4/short/iso-lat2.ent +148 -0
  156. data/data/2.1r4/short/iso-mfrk.ent +79 -0
  157. data/data/2.1r4/short/iso-mopf.ent +53 -0
  158. data/data/2.1r4/short/iso-mscr.ent +79 -0
  159. data/data/2.1r4/short/iso-num.ent +103 -0
  160. data/data/2.1r4/short/iso-num.old.ent +103 -0
  161. data/data/2.1r4/short/iso-pub.ent +110 -0
  162. data/data/2.1r4/short/iso-tech.ent +183 -0
  163. data/data/2.1r4/short/onix-international.dtd +1025 -0
  164. data/data/2.1r4/short/onix-xhtml.elt +699 -0
  165. data/data/2.1r4/short/short.elt +4801 -0
  166. data/data/2.1r4/short/xhtml-special.ent +79 -0
  167. data/data/2.1r4/short/xhtml-symbol.ent +242 -0
  168. data/data/catalog.xml +25 -0
  169. data/lib/cacofonix-dtds.rb +3 -0
  170. data/lib/cacofonix/dtds.rb +25 -0
  171. data/lib/cacofonix/dtds/version.rb +7 -0
  172. metadata +258 -0
@@ -0,0 +1,3267 @@
1
+ <!--
2
+ **************************************************
3
+ * *
4
+ * ONIX INTERNATIONAL *
5
+ * *
6
+ * XML DTD *
7
+ * MAIN MODULE *
8
+ * *
9
+ * Original filename: ONIX-INTERNATIONAL.ELT *
10
+ * *
11
+ * Original author: Francis Cave *
12
+ * *
13
+ * Version 2.0 *
14
+ * Revision 00 *
15
+ * Status: PUBLIC *
16
+ * Release date: 2001-07-25 *
17
+ * *
18
+ * (c) 2000, 2001 EDItEUR *
19
+ * http://www.editeur.org/ *
20
+ * *
21
+ **************************************************
22
+
23
+ THIS MODULE IS ONE OF FIVE THAT COMPRISES THE ONIX INTERNATIONAL XML DTD.
24
+ IN XML PROCESSING TERMS IT FOLLOWS THE LOCAL TAG NAMES DEFINITION MODULE
25
+ (ORIGINAL FILENAME: ONIX-INTERNATIONAL.DTD), WHICH CONTAINS A REFERENCE
26
+ LINK TO THIS MODULE. THE OTHER THREE MODULES DEFINE SPECIAL CHARACTERS
27
+ AND ARE IDENTICAL TO THOSE USED IN THE W3C XHTML 1.0 DTD.
28
+
29
+
30
+
31
+ TERMS AND CONDITIONS OF USE
32
+
33
+ All ONIX International standards and documentation are copyright
34
+ materials. If you use the ONIX International DTD, you will be deemed to
35
+ have accepted these terms and conditions:
36
+
37
+ 1. You agree that you will not add to, delete from, amend, or copy for
38
+ use outside of the ONIX International DTD, any part of the DTD except in
39
+ those ways which are expressly described in ONIX documentation.
40
+
41
+ 2. You agree that if you wish to use supergroup "Z" which is provided
42
+ for local extensions, you will in the first instance notify EDItEUR and
43
+ allow EDItEUR to review and comment on your proposed use.
44
+
45
+ 3. You further agree that if, in the light of EDItEUR comments, you
46
+ proceed to develop an application of supergroup "Z", you will provide
47
+ EDItEUR with a copy of your extended ONIX International DTD, including
48
+ any supporting documentation that is required to understand fully the
49
+ nature and application of the extension, and EDItEUR will be free to
50
+ make such use as it sees fit of any part of your application for the
51
+ future development of ONIX International.
52
+
53
+ If you do not accept these terms, you must not use this DTD.
54
+
55
+
56
+
57
+ Full copies of the latest release of this DTD and all associated
58
+ documentation are available from the EDItEUR web site, where may also
59
+ be found details of how to contact EDItEUR for advice on the use of
60
+ this DTD. The URL for the EDItEUR web site is:
61
+
62
+ http://www.editeur.org/
63
+
64
+
65
+
66
+ MODULE REVISION HISTORY (IN REVERSE CHRONOLOGICAL ORDER)
67
+
68
+ 2001-07-25: Major revision of Release 1.2.1 for Release 2.0
69
+
70
+ 1. New record-level elements added with verbose names "MainSeriesRecord" and "SubSeriesRecord".
71
+ 2. New attributes "textformat", "language", "transliteration", "datestamp", "sourcetype" and
72
+ "sourcename" added to all element types.
73
+ 3. All SuperGroups except SuperGroup Z removed.
74
+ 4. Groups re-ordered as follows:
75
+ Group 0 becomes Message Header Group MH6
76
+ Groups 1 - 3 become Product Groups PR1 - PR3
77
+ Groups 4 - 13 become Product Groups PR5 - PR14
78
+ Groups 18 - 20 become Product Groups PR15 - PR17
79
+ Groups 14 - 17 become Product Groups PR19 - PR22
80
+ Groups 21 - 23 become Product Groups PR23 - PR25.
81
+ Several Product Groups have revised descriptive names.
82
+ 5. New Product Groups PR4 (Epublication detail) and PR18 (Content items) added.
83
+ 6. New composite element added to Group PR2 with verbose name "ProductIdentifier",
84
+ to contain new data elements with verbose names "ProductIDType", "IDTypeName", and
85
+ "IDValue" and short tag names "b221", "b233" and "b244" respectively.
86
+ 7. New data element added to Group PR2 with verbose name "Barcode"
87
+ and short name "b246".
88
+ 8. New composite element added to Group PR3 with verbose name "ProductClassification",
89
+ to contain new data elements with verbose names "ProductClassificationType" and
90
+ "ProductClassificationCode" and short tag names "b274" and "b275" respectively.
91
+ 9. New data elements added to new Group PR4 with verbose names "EpubType",
92
+ "EpubTypeVersion", "EpubTypeDescription", "EpubFormat", "EpubFormatVersion",
93
+ "EpubFormatDescription", "EpubSource", "EpubSourceVersion", "EpubSourceDescription"
94
+ and "EpubTypeNote", and short tag names "b212", "b213", "b214", "b215", "b216",
95
+ "b278", "b279", "b280" and "b277" respectively.
96
+ 10. New composite element added to Group PR5 with verbose name "SeriesIdentifier",
97
+ to contain new data element with verbose name "SeriesIDType" and short tag name
98
+ "b273".
99
+ 11. Content model for series in Group PR5 modified to include composite element
100
+ %Contributor;, to be optional and repeatable following %TitleOfSeries;.
101
+ 12. Verbose name "ItemNumberWithinSeries" renamed "NumberWithinSeries".
102
+ 13. Content model for set in Group PR6 modified to include composite element
103
+ %ProductIdentifier;, to be optional and repeatable before %TitleOfSet;, and
104
+ to contain new data element at end with verbose name "SetItemTitle" and short
105
+ tag name "b281".
106
+ 14. New composite element added to Group PR7 with verbose name "Title", to contain
107
+ new data elements with verbose names "TitleType", "AbbreviatedLength" and "TitleText"
108
+ and short tag names "b202", "b276" and "b203" respectively.
109
+ 15. New composite element added to Group PR7 with verbose name "WorkIdentifier", to
110
+ contain new data element with verbose name "WorkIDType" and short tag name "b201".
111
+ 16. Verbose name "ContributorSequenceNumber" renamed "SequenceNumber".
112
+ 17. New data element added to content model of %Contributor; in Group PR8
113
+ with verbose name "LanguageCode" and short tag name "b252".
114
+ 18. New data elements added to structured name model in Group PR8 with verbose names
115
+ "PrefixToKey" and "SuffixToKey" and short tag names "b247" and "b248" respectively.
116
+ 19. New composite element added to content model of composite element %Contributor; in
117
+ Group PR8 with verbose name "Name", to contain a new data element with verbose name
118
+ "PersonNameType" and short tag name "b250".
119
+ 20. New data element added to content model of composite element %Contributor; in
120
+ Group PR8 with verbose name "UnnamedPersons" and short tag name "b249".
121
+ 21. New data element added to Group PR10 with verbose name "EditionVersionNumber" and
122
+ short tag name "b217".
123
+ 22. New composite element added to Group PR11 with verbose name "Language", to contain
124
+ new data elements with verbose names "LanguageRole" and "CountryCode"
125
+ amd short tag names "b253" and "b251" respectively.
126
+ 23. New data elements added to Group PR12 with verbose names "PagesRoman" and "PagesArabic"
127
+ and short tag names "b254" and "b255" respectively.
128
+ 24. New composite element added to Group PR12 with verbose name "Illustrations", to contain
129
+ new data elements with verbose names "IllustrationType" and "Number" and short tag names
130
+ "b256" and "b257".
131
+ 25. Composite element %Name; and data element %CorporateName; added to content models of
132
+ composite elements %Imprint; and %Publisher; in Group PR19.
133
+ 26. Verbose names "Rights" and "RightsTypeCode" renamed "SalesRights" and
134
+ "SalesRightsType" respectively.
135
+ 27. New data element added to Group PR22 with verbose name "Dimensions" and short tag name
136
+ "c258".
137
+ 28. Composite element %ProductIdentifier; added to content model of composite element
138
+ %RelatedProduct; in Group PR23.
139
+ 29. Data elements for epublications added to content model of %RelatedProduct; in Group PR23.
140
+ 30. New data elements added to content model of composite element %SupplyDetail; in Group
141
+ PR24, with verbose names "TelephoneNumber", "FaxNumber" and "EmailAddress" and short tag
142
+ names "j270", "j271" and "j272" respectively.
143
+ 31. New data elements added to content model of %SupplyDetail; with verbose names
144
+ "ReturnsCodeType" and "ReturnsCode" and short tag names "j268" and "j269" respectively.
145
+ 32. New composite element added to content model of %SupplyDetail; with verbose name "NewSupplier".
146
+ 33. New data element added to content model of %SupplyDetail; with verbose name "DateFormat"
147
+ and short tag name "j260".
148
+ 34. New data elements added to content model of composite element %Price; in Group PR24 with
149
+ verbose names "PriceQualifier" and "PriceTypeDescription" and short tag names "j261" and
150
+ "j262" respectively.
151
+ 35. New data element added to content model of %Price; with verbose name "MinimumOrderQuantity"
152
+ and short tag name "j263".
153
+ 36. New composite element added with verbose name "BatchBonus", to contain new data elements
154
+ with verbose names "BatchQuantity" and "FreeQuantity" and short tag names "j264" and
155
+ "j265" respectively.
156
+ 37. Verbose name "DiscountGroupCode" renamed "BICDiscountGroupCode".
157
+ 38. New data elements added to the content model of %Price; with verbose names
158
+ "DiscountPercent" and "PriceStatus" and short tag names "j267" and "j266"
159
+ respectively.
160
+ 39. Data element %CountryCode; added to content model of %Price;.
161
+ 40. New Groups MS1 - MS6 added for %MainSeriesRecord; records.
162
+ 41. New Groups SS1 - SS7 added for %SubSeriesRecord; records.
163
+ 40. New data element added to new Group MS6 with verbose name "SubordinateEntries"
164
+ and short tag name "a245".
165
+ 41. New composite element added to new Group SS2 with verbose name "ParentIdentifier".
166
+ 42. New data elements added to new Group SS3 with verbose names "LevelSequenceNumber"
167
+ and "SeriesPartName" and short tag names "b284" and "b282" respectively.
168
+ 43. New data element added to composite element %Publisher; in Group PR19 with verbose
169
+ name "PublishingRole" and short tag name "b291".
170
+ 44. New composite element added to new Group PR18 with verbose name "ContentItem", to
171
+ contain new composite elements with verbose names "TextItem" and
172
+ "TextItemIdentifier" and new data elements with verbose names
173
+ "TextItemType", "TextItemIDType", "FirstPageNumber", "LastPageNumber",
174
+ "ComponentTypeName" and "ComponentNumber" and short tag names "b290", "b285", "b286",
175
+ "b287", "b288" and "b289" respectively.
176
+ 45. New data element added to Group MH6 with verbose name "FromEmail" and short tag
177
+ name "m283".
178
+ 46. Group PR1 content model changed to move %DeletionCode; and %DeletionText; to
179
+ immediately after %NotificationType;.
180
+ 47. Content model of composite element %PersonAsSubject; in Group PR13 changed for
181
+ the sake of consistency to use %StructuredNameModel; from Group PR8.
182
+ 48. Verbose names "Rights" and "RightsTypeCode" renamed "SalesRights" and
183
+ "SalesRightsType".
184
+ 49. New data element added to content model of composite element %MediaFile; in Group
185
+ PR16 with verbose name "ImageResolution" and short tag name "f259".
186
+
187
+ 2001-04-11: Amendment of Release 1.2 for Release 1.2.1
188
+
189
+ 1. Content model of composite element %AudienceRange; in Group 13 corrected to allow
190
+ two occurrences of %AudienceRangePrecision; and %AudienceRangeValue;.
191
+ 2. Group 16 content model corrected to allow three occurrences of composite element
192
+ %Rights;.
193
+ 3. New composite element added to Group 14 with verbose name "Imprint", to contain
194
+ new data elements with verbose names "NameCodeType", "NameCodeTypeName" and
195
+ "NameCodeValue" and short tag names "b241", "b242" and "b243" respectively.
196
+ 4. New composite element added to Group 14 with verbose name "Publisher", to contain
197
+ the same data elements as the new composite element "Publisher".
198
+ 5. Removed data elements with verbose names "ImprintCode" and "PublisherCode".
199
+ 6. New data element added to Group 14 with verbose name "OriginalPublisher" and short
200
+ tag name "b240".
201
+ 7. New data element added to composite element %Price; in Group 22, with verbose name
202
+ "PricePer" and short tag name "j239".
203
+ 8. New composite element added with verbose name "Header", to contain existing
204
+ header elements in Group 0, to enable the header data elements to be grouped within
205
+ a composite structure.
206
+
207
+ 2000-11-27: Amendment of Revision 03c for Release 1.2
208
+
209
+ 1. A new version and revision numbering system has been introduced. In future the
210
+ DTD version number will match the public release number and the revision number
211
+ will be incremented by one for each revision of the DTD that is publicly
212
+ released, however minor. Revision numbers will be kept in step on both this
213
+ file and ONIX-INTERNATIONAL.DTD. If at a future time the DTD is replaced by a
214
+ Schema, it is anticipated that revisions of code lists will use the same release
215
+ number but will not carry a revision number, as only the most recently-issued
216
+ version is expected to be valid.
217
+ 2. Marked sections have been added using the parameter entity %GroupsAsElements; to
218
+ enable a version of the DTD to be generated that contains all Groups and
219
+ SuperGroups declared as elements instead of simply as parameter entities
220
+ containing content model fragments. This device has been added to facilitate the
221
+ generation of graphical views of the DTD for use in the ONIX Level 2 Guide.
222
+ 3. New elements added to Group 1 to indicate the source of a record, with verbose
223
+ names "RecordSourceType", "RecordSourceIdentifierType", "RecordSourceIdentifier"
224
+ and "RecordSourceName"
225
+ 4. New elements added to Group 1 to indicate why a record has been deleted, with
226
+ verbose names "DeletionCode" and "DeletionText"
227
+ 5. Verbose name "ProductFormDetail" in Group 3 renamed "BookFormDetail" and made
228
+ repeatable in Group 3 content model
229
+ 6. New element added to Group 3 and to %ContainedItem;, to represent the number of
230
+ pieces in a product or contained item within a product, with verbose name
231
+ "NumberOfPieces"
232
+ 7. Element %ContributorRole; made repeatable in Group 7 content model
233
+ 8. New composite element added to Group 11 with verbose name "Extent", to contain
234
+ new data elements with verbose names "ExtentType", "ExtentValue" and "ExtentUnit"
235
+ 9. New element added to Group 12 to represent the BASIC subject categories version
236
+ number, with verbose name "BASICVersion"
237
+ 10. New composite element added to Group 13 with verbose name "Audience", to contain
238
+ new data elements with verbose names "AudienceCodeType", "AudienceCodeTypeName"
239
+ and "AudienceCodeValue"
240
+ 11. New element added to Group 13 with verbose name "AudienceDescription"
241
+ 12. Group 16 content model changed so that %Rights; may only occur up to twice
242
+ 13. Element with verbose name "RightsRegion" (formerly "Region") reinstated in
243
+ composite in Group 16, forming part of a content model fragment contained in a
244
+ new parameter entity %TerritoriesModel;
245
+ 14. New composite element added to Group 16 with verbose name "NotForSale"
246
+ 15. New composite element added with verbose name "RelatedProduct", to contain
247
+ new data element with verbose name "RelationCode" and other existing data
248
+ elements %ISBN; %EAN13;, %ProductForm;, %BookFormDetail; and %ProductFormDescription;
249
+ 16. Group 12 content model of corrected to remove redundant "?" after %BICMainSubject;
250
+
251
+ 2000-09-01: Amendment of Revision 03b following user test results (NO REVISION RELEASED)
252
+
253
+ 1. Content model of %MediaFile; changed to make element
254
+ %MediaFileFormatType; optional
255
+ 2. Content model of %MediaFile; changed to allow optionally either
256
+ %TextWithDownload; or any of %DownloadCaption;, %DownloadCredit;
257
+ or %DownloadCopyrightNotice;, and to make the inclusion of
258
+ %DownloadTerms; independent of them
259
+ 3. Short tag name of element %Prize; changed from "Prize" to "prize"
260
+ 4. Short tag names moved into this module.
261
+
262
+ 2000-08-08: Alteration of Revision 03a to enable use with Icon XML Spy
263
+
264
+ 1. Parentheses added around %PriceAmount; and %UnpricedItemType;
265
+ in content model of %SupplyDetail;
266
+
267
+ 2000-08-01: Correction to Revision 03 to enable use with Microsoft IE 5.x
268
+
269
+ 1. Parentheses added around %BICMainSubject; in Group 12 content model
270
+
271
+ 2000-07-25: Amendments to Revision 02 for Release 1.1 of ONIX International
272
+
273
+ 1. Element %BiographicalNote; made optional after %CorporateName;
274
+ in content model of %Contributor;
275
+ 2. Element %PackQuantity; added to content model of %SupplyDetail;
276
+ 3. Element %TaxRateCode2; added to content model of %Price;
277
+ 4. Entities declared and referenced for the special character entity sets
278
+ XHTML-LAT1.ENT, XHTML-SPECIAL.ENT and XHTML-SYMBOL.ENT
279
+ 5. Group 14 model changed to allow %PublisherName; or %PublisherCode;
280
+ to occur without %ImprintName; or %ImprintCode;
281
+ 6. Content model of %subject; changed to allow %SubjectHeadingText;
282
+ following %SubjectCode;
283
+ 7. Default namespace attribute declaration removed for %ONIXmessage;
284
+ 8. Group 2, %ContainedItem;, %SetModel; and Group 21 models changed to
285
+ put all ISBN elements before EAN13 elements
286
+ 9. Group 7 model changed to allow any combination of %PersonName;,
287
+ %PersonNameInverted; and %StructuredNameModel; (a new parameter entity
288
+ containing the six structured name elements)
289
+ 10. New element added to Group 22 for prices specified as "free of charge"
290
+ and "to be announced", with entity and verbose name "UnpricedItemType",
291
+ and included as an alternative to %PriceAmount;, but only when used
292
+ outside the composite %Price;
293
+ 11. New composite added to Group 12 for Main subject, with entity and verbose
294
+ name "MainSubject" and short tag name "mainsubject", to be an alternative to
295
+ %BASICMainSubject; and %BICMainSubject;
296
+ 12. New element added to Group 12 for Main subject scheme identifier with entity
297
+ and verbose name "MainSubjectSchemeIdentifier", and included in the new
298
+ composite %MainSubject;
299
+ 13. Group 12 model changed so that any combination of single instances of
300
+ %BASICMainSubject;, %BICMainSubject; and %MainSubject;, or none of these, is valid
301
+ 14. Mechanism added for including an extension module that defines an
302
+ additional supergroup Z containing additional elements required for
303
+ local use; where used, supergroup Z forms the final structure within the
304
+ element %Product;
305
+ 15. Reference name "ClassOfTradeCode" changed to "ClassOfTrade"
306
+ 16. Fixed attribute added to element %ONIXMessage; to contain DTD release number "1.1"
307
+ 17. Group 6 model changed to allow %FormerTitle; to be repeatable
308
+ 18. Group 7 model changed to make %Contributor; non-mandatory
309
+ 19. Content model of %Contributor; changed to make %ContributorRole; mandatory
310
+ 20. Group 16 model changed to allow %Rights; to be repeated only three times
311
+ 21. New element added to Group 0 for default class of trade with entity and verbose
312
+ name "DefaultClassOfTrade"
313
+ 22. Group 22 model changed so that %ClassOfTrade; may only occur in the composite
314
+ %Price;
315
+
316
+ 2000-05-20: Amendments to Revision 01 for Release 1.0 of ONIX International
317
+
318
+ 1. Removed elements with verbose names "multiple", "quantity" and "tradeonly"
319
+ 2. Amended content model of %ContainedItem; in Group 3 to include
320
+ %ProductForm;, %ProductFormDetail; and %Productionformdescription;
321
+ 3. Corrected content model of %ContainedItem; - %quantity; replaced by %ItemQuantity;
322
+ 4. Amended Group 3 model so that %ProductForm; is not repeatable
323
+ 5. Entity and verbose names for Series ISSN changed
324
+ from "issn" to "SeriesISSN"
325
+ 6. Entity and verbose names for Contributor sequence number changed
326
+ from "contributornumber" to "ContributorSequenceNumber"
327
+ 7. New element added to Group 11 for Number of illustrations
328
+ with entity and verbose name "NumberOfIllustrations"
329
+ 8. Entity and verbose names "lexilecode" and "lexilenumber" replaced by
330
+ "ComplexitySchemeIdentifier" and "ComplexityCode"
331
+ 9. New composite added to Group 13 for Complexity with tag name "Complexity"
332
+ 10. Removed elements from Group 16 with verbose names "region" and "countryexcluded"
333
+ 11. Amended Group 18 so that %ReviewQuote; is repeatable
334
+ 12. New element added to Group 19 for Product website composite with name "ProductWebsite"
335
+ and made repeatable in place of %ProductWebsiteLink; which it now contains
336
+ 13. New element added to Group 19 for Product website description with entity and verbose
337
+ name "ProductWebsiteDescription", for inclusion in composite %ProductWebsite;
338
+ 14. New elements added to Group 21 for Other alternative Product ISBN and Other alternative Product EAN-13
339
+ with entity and verbose names "AlternativeProductISBN" and "AlternativeProductEAN13"
340
+ 15. Added new Group 23 Sales promotion information
341
+ 16. New elements added to Group 23 for Promotion campaign information, Promotion contact details,
342
+ Initial print run, Copies sold and Book Club adoption, with entity and verbose names
343
+ "PromotionCampaign", "PromotionContact", "InitialPrintRun", "CopiesSold" and "BookClubAdoption"
344
+ 17. Added new Supergroup K containing Group 23 elements
345
+ 18. Changed all other names to UpperCamelCase
346
+ 19. New element added to Group 12 (subject composite) for Proprietary subject scheme name,
347
+ with entity and verbose name "SubjectSchemeName"
348
+ 20. New Group 0 added, containing the following message elements:
349
+ ELEMENT TITLE: ENTITY AND VERBOSE NAME:
350
+ Sender EAN number FromEANNumber
351
+ Sender SAN FromSAN
352
+ Sender company name FromCompany
353
+ Sender contact FromPerson
354
+ Addressee EAN number ToEANNumber
355
+ Addressee SAN ToSAN
356
+ Addressee company name ToCompany
357
+ Addressee contact ToPerson
358
+ Message sequence number MessageNumber
359
+ Message repeat number MessageRepeat
360
+ Transmission date SentDate
361
+ Message note MessageNote
362
+ Default language of text DefaultLanguageOfText
363
+ Default price type DefaultPriceTypeCode
364
+ Default currency DefaultCurrencyCode
365
+ Default linear unit DefaultLinearUnit
366
+ Default unit of weight DefaultWeightUnit
367
+ 21. %publicationdate; moved from Group 1 to Group 15
368
+ 22. Amended content model for %ContainedItem; in Group 3 so that it doesn't need
369
+ to have either an %ISBN; or an %EAN13;
370
+ 23. Top-level element entity and verbose name changed from "Message" to "ONIXMessage"
371
+ 24. Amended content model for %SupplyDetail; to make %PriceAmount; and
372
+ %ClassOfTradeCode; available outside the %Price; composite (for Level 1)
373
+ 25. Removed elements from Group 17 with entity and verbose names "PageTrimHeight"
374
+ and "PageTrimWidth"
375
+ 26. Added new composite element to Group 17 with entity and verbose name "Measure"
376
+ 27. Added new elements to Group 17 with entity and verbose names "MeasureTypeCode"
377
+ and "Measurement"
378
+ 28. Added new elements to Group 13 with entity and verbose names "USSchoolGrade"
379
+ and "InterestAge", outside composite %AudienceRange;
380
+ 29. Changed entity and verbose names "SalesRestrictionFlag" and "SalesRestrictionNote"
381
+ in Group 22 to "AudienceRestrictionFlag" and "AudienceRestrictionNote"
382
+ 30. Default namespace declaration attribute added to %ONIXmessage;
383
+
384
+ 2000-05-04: First draft of Version 1 released
385
+
386
+ -->
387
+ <!--
388
+ **************************************************
389
+ * *
390
+ * A BRIEF GUIDE TO XML SYNTAX *
391
+ * *
392
+ **************************************************
393
+
394
+
395
+ <!ELEMENT ...> declares an XML element
396
+
397
+ <!ENTITY % ...> declares a "parameter entity" to be either a literal string or the content of an external file
398
+
399
+ %name; inserts the content of the string or external file that parameter entity "name" refers to
400
+
401
+ <!ATTLIST name ...> declares attributes for the element "name"
402
+
403
+ In element declarations:
404
+
405
+ (...) contains the structural model of the content of the element, or some part of it if nested
406
+
407
+ and within the model
408
+
409
+ , = "followed by"
410
+
411
+ | = "exclusive or"
412
+
413
+ ? = "0 or 1"
414
+
415
+ * = "0 or more"
416
+
417
+ + = "1 or more"
418
+
419
+ #PCDATA = "parsed character data", i.e. unstructured Text
420
+
421
+ -->
422
+ <!--
423
+ **************************************************
424
+ * *
425
+ * !!! WARNING !!! WARNING !!! WARNING !!! *
426
+ * *
427
+ **************************************************
428
+
429
+ THIS FILE IS NOT TO BE EDITED! CHANGES TO THIS FILE WILL RESULT IN ERRORS IN ONIX MESSAGE VERIFICATION!
430
+
431
+ -->
432
+
433
+ <![%UsingReferenceNames;[
434
+ <!ENTITY % UsingShortNames "IGNORE" >
435
+ ]]>
436
+ <!ENTITY % UsingShortNames "INCLUDE">
437
+
438
+ <!--
439
+ **************************************************
440
+ * *
441
+ * SHORT TAG NAMES *
442
+ * *
443
+ **************************************************
444
+
445
+ Declared below are the names to be used by default in ONIX International applications. If the replacement value of the parameter entity %UsingReferenceNames; is set to "INCLUDE" (in the local names definition module), the reference names are used in their place. Alternatively a list of local names is defined and activated in the local names template at the top of this file by defining a complete set of local names and by setting the replacement value of the parameter entity %UsingLocalNames; to "INCLUDE".
446
+
447
+ -->
448
+ <![%UsingShortNames;[
449
+
450
+ <!ENTITY % ONIXMessage "ONIXmessage">
451
+ <!ENTITY % Product "product">
452
+ <!ENTITY % MainSeriesRecord "mainseriesrecord">
453
+ <!ENTITY % SubSeriesRecord "subseriesrecord">
454
+ <!ENTITY % RecordReference "a001">
455
+ <!ENTITY % NotificationType "a002">
456
+ <!ENTITY % RecordSourceType "a194">
457
+ <!ENTITY % RecordSourceIdentifierType "a195">
458
+ <!ENTITY % RecordSourceIdentifier "a196">
459
+ <!ENTITY % RecordSourceName "a197">
460
+ <!ENTITY % DeletionCode "a198">
461
+ <!ENTITY % DeletionText "a199">
462
+ <!ENTITY % ISBN "b004">
463
+ <!ENTITY % EAN13 "b005">
464
+ <!ENTITY % UPC "b006">
465
+ <!ENTITY % PublisherProductNo "b007">
466
+ <!ENTITY % ISMN "b008">
467
+ <!ENTITY % DOI "b009">
468
+ <!ENTITY % ProductIdentifier "productidentifier">
469
+ <!ENTITY % ProductIDType "b221">
470
+ <!ENTITY % IDTypeName "b233">
471
+ <!ENTITY % IDValue "b244">
472
+ <!ENTITY % Barcode "b246">
473
+ <!ENTITY % ReplacesISBN "b010">
474
+ <!ENTITY % ReplacesEAN13 "b011">
475
+ <!ENTITY % ProductForm "b012">
476
+ <!ENTITY % BookFormDetail "b013">
477
+ <!ENTITY % ProductFormDescription "b014">
478
+ <!ENTITY % ContainedItem "containeditem">
479
+ <!ENTITY % NumberOfPieces "b210">
480
+ <!ENTITY % ItemQuantity "b015">
481
+ <!ENTITY % ProductClassification "productclassification">
482
+ <!ENTITY % ProductClassificationType "b274">
483
+ <!ENTITY % ProductClassificationCode "b275">
484
+ <!ENTITY % EpubType "b211">
485
+ <!ENTITY % EpubTypeVersion "b212">
486
+ <!ENTITY % EpubTypeDescription "b213">
487
+ <!ENTITY % EpubFormat "b214">
488
+ <!ENTITY % EpubFormatVersion "b215">
489
+ <!ENTITY % EpubFormatDescription "b216">
490
+ <!ENTITY % EpubSource "b278">
491
+ <!ENTITY % EpubSourceVersion "b279">
492
+ <!ENTITY % EpubSourceDescription "b280">
493
+ <!ENTITY % EpubTypeNote "b277">
494
+ <!ENTITY % Series "series">
495
+ <!ENTITY % SeriesISSN "b016">
496
+ <!ENTITY % PublisherSeriesCode "b017">
497
+ <!ENTITY % SeriesIdentifier "seriesidentifier">
498
+ <!ENTITY % SeriesIDType "b273">
499
+ <!ENTITY % TitleOfSeries "b018">
500
+ <!ENTITY % NumberWithinSeries "b019">
501
+ <!ENTITY % YearOfAnnual "b020">
502
+ <!ENTITY % Set "set">
503
+ <!ENTITY % ISBNOfSet "b021">
504
+ <!ENTITY % EAN13OfSet "b022">
505
+ <!ENTITY % TitleOfSet "b023">
506
+ <!ENTITY % SetPartNumber "b024">
507
+ <!ENTITY % SetPartTitle "b025">
508
+ <!ENTITY % ItemNumberWithinSet "b026">
509
+ <!ENTITY % SetItemTitle "b281">
510
+ <!ENTITY % TextCaseFlag "b027">
511
+ <!ENTITY % DistinctiveTitle "b028">
512
+ <!ENTITY % Subtitle "b029">
513
+ <!ENTITY % TitlePrefix "b030">
514
+ <!ENTITY % TitleWithoutPrefix "b031">
515
+ <!ENTITY % TranslationOfTitle "b032">
516
+ <!ENTITY % FormerTitle "b033">
517
+ <!ENTITY % Title "title">
518
+ <!ENTITY % TitleType "b202">
519
+ <!ENTITY % AbbreviatedLength "b276">
520
+ <!ENTITY % TitleText "b203">
521
+ <!ENTITY % WorkIdentifier "workidentifier">
522
+ <!ENTITY % WorkIDType "b201">
523
+ <!ENTITY % Contributor "contributor">
524
+ <!ENTITY % SequenceNumber "b034">
525
+ <!ENTITY % ContributorRole "b035">
526
+ <!ENTITY % LanguageCode "b252">
527
+ <!ENTITY % PersonName "b036">
528
+ <!ENTITY % PersonNameInverted "b037">
529
+ <!ENTITY % TitlesBeforeNames "b038">
530
+ <!ENTITY % NamesBeforeKey "b039">
531
+ <!ENTITY % PrefixToKey "b247">
532
+ <!ENTITY % SuffixToKey "b248">
533
+ <!ENTITY % KeyNames "b040">
534
+ <!ENTITY % NamesAfterKey "b041">
535
+ <!ENTITY % LettersAfterNames "b042">
536
+ <!ENTITY % TitlesAfterNames "b043">
537
+ <!ENTITY % Name "name">
538
+ <!ENTITY % PersonNameType "b250">
539
+ <!ENTITY % BiographicalNote "b044">
540
+ <!ENTITY % ProfessionalPosition "b045">
541
+ <!ENTITY % Affiliation "b046">
542
+ <!ENTITY % CorporateName "b047">
543
+ <!ENTITY % ContributorDescription "b048">
544
+ <!ENTITY % UnnamedPersons "b249">
545
+ <!ENTITY % ContributorStatement "b049">
546
+ <!ENTITY % ConferenceDescription "b050">
547
+ <!ENTITY % ConferenceRole "b051">
548
+ <!ENTITY % ConferenceName "b052">
549
+ <!ENTITY % ConferenceNumber "b053">
550
+ <!ENTITY % ConferenceDate "b054">
551
+ <!ENTITY % ConferencePlace "b055">
552
+ <!ENTITY % EditionTypeCode "b056">
553
+ <!ENTITY % EditionNumber "b057">
554
+ <!ENTITY % EditionVersionNumber "b217">
555
+ <!ENTITY % EditionStatement "b058">
556
+ <!ENTITY % LanguageOfText "b059">
557
+ <!ENTITY % OriginalLanguage "b060">
558
+ <!ENTITY % Language "language">
559
+ <!ENTITY % LanguageRole "b253">
560
+ <!ENTITY % CountryCode "b251">
561
+ <!ENTITY % NumberOfPages "b061">
562
+ <!ENTITY % PagesRoman "b254">
563
+ <!ENTITY % PagesArabic "b255">
564
+ <!ENTITY % NumberOfIllustrations "b125">
565
+ <!ENTITY % IllustrationsNote "b062">
566
+ <!ENTITY % Illustrations "illustrations">
567
+ <!ENTITY % IllustrationType "b256">
568
+ <!ENTITY % Number "b257">
569
+ <!ENTITY % MapScale "b063">
570
+ <!ENTITY % Extent "extent">
571
+ <!ENTITY % ExtentType "b218">
572
+ <!ENTITY % ExtentValue "b219">
573
+ <!ENTITY % ExtentUnit "b220">
574
+ <!ENTITY % BASICMainSubject "b064">
575
+ <!ENTITY % BASICVersion "b200">
576
+ <!ENTITY % BICMainSubject "b065">
577
+ <!ENTITY % BICVersion "b066">
578
+ <!ENTITY % MainSubject "mainsubject">
579
+ <!ENTITY % MainSubjectSchemeIdentifier "b191">
580
+ <!ENTITY % Subject "subject">
581
+ <!ENTITY % SubjectSchemeIdentifier "b067">
582
+ <!ENTITY % SubjectSchemeName "b171">
583
+ <!ENTITY % SubjectSchemeVersion "b068">
584
+ <!ENTITY % SubjectCode "b069">
585
+ <!ENTITY % SubjectHeadingText "b070">
586
+ <!ENTITY % PersonAsSubject "personassubject">
587
+ <!ENTITY % CorporateBodyAsSubject "b071">
588
+ <!ENTITY % PlaceAsSubject "b072">
589
+ <!ENTITY % AudienceCode "b073">
590
+ <!ENTITY % Audience "audience">
591
+ <!ENTITY % AudienceCodeType "b204">
592
+ <!ENTITY % AudienceCodeTypeName "b205">
593
+ <!ENTITY % AudienceCodeValue "b206">
594
+ <!ENTITY % USSchoolGrade "b189">
595
+ <!ENTITY % InterestAge "b190">
596
+ <!ENTITY % AudienceRange "audiencerange">
597
+ <!ENTITY % AudienceRangeQualifier "b074">
598
+ <!ENTITY % AudienceRangePrecision "b075">
599
+ <!ENTITY % AudienceRangeValue "b076">
600
+ <!ENTITY % AudienceDescription "b207">
601
+ <!ENTITY % Complexity "complexity">
602
+ <!ENTITY % ComplexitySchemeIdentifier "b077">
603
+ <!ENTITY % ComplexityCode "b078">
604
+ <!ENTITY % ImprintName "b079">
605
+ <!ENTITY % PublisherName "b081">
606
+ <!ENTITY % PublishingRole "b291">
607
+ <!ENTITY % Imprint "imprint">
608
+ <!ENTITY % Publisher "publisher">
609
+ <!ENTITY % NameCodeType "b241">
610
+ <!ENTITY % NameCodeTypeName "b242">
611
+ <!ENTITY % NameCodeValue "b243">
612
+ <!ENTITY % CityOfPublication "b209">
613
+ <!ENTITY % CountryOfPublication "b083">
614
+ <!ENTITY % CopublisherName "b084">
615
+ <!ENTITY % SponsorName "b085">
616
+ <!ENTITY % OriginalPublisher "b240">
617
+ <!ENTITY % AnnouncementDate "b086">
618
+ <!ENTITY % PublicationDate "b003">
619
+ <!ENTITY % CopyrightYear "b087">
620
+ <!ENTITY % YearFirstPublished "b088">
621
+ <!ENTITY % SalesRights "salesrights">
622
+ <!ENTITY % NotForSale "notforsale">
623
+ <!ENTITY % SalesRightsType "b089">
624
+ <!ENTITY % RightsCountry "b090">
625
+ <!ENTITY % RightsRegion "b091">
626
+ <!ENTITY % Measure "measure">
627
+ <!ENTITY % MeasureTypeCode "c093">
628
+ <!ENTITY % Measurement "c094">
629
+ <!ENTITY % MeasureUnitCode "c095">
630
+ <!ENTITY % Height "c096">
631
+ <!ENTITY % Width "c097">
632
+ <!ENTITY % Thickness "c098">
633
+ <!ENTITY % Weight "c099">
634
+ <!ENTITY % Dimensions "c258">
635
+ <!ENTITY % Annotation "d100">
636
+ <!ENTITY % MainDescription "d101">
637
+ <!ENTITY % OtherText "othertext">
638
+ <!ENTITY % TextTypeCode "d102">
639
+ <!ENTITY % TextFormat "d103">
640
+ <!ENTITY % Text "d104">
641
+ <!ENTITY % TextLinkType "d105">
642
+ <!ENTITY % TextLink "d106">
643
+ <!ENTITY % TextAuthor "d107">
644
+ <!ENTITY % TextSourceTitle "d108">
645
+ <!ENTITY % TextPublicationDate "d109">
646
+ <!ENTITY % ReviewQuote "e110">
647
+ <!ENTITY % CoverImageFormatCode "f111">
648
+ <!ENTITY % CoverImageLinkTypeCode "f112">
649
+ <!ENTITY % CoverImageLink "f113">
650
+ <!ENTITY % MediaFile "mediafile">
651
+ <!ENTITY % MediaFileTypeCode "f114">
652
+ <!ENTITY % MediaFileFormatCode "f115">
653
+ <!ENTITY % ImageResolution "f259">
654
+ <!ENTITY % MediaFileLinkTypeCode "f116">
655
+ <!ENTITY % MediaFileLink "f117">
656
+ <!ENTITY % TextWithDownload "f118">
657
+ <!ENTITY % DownloadCaption "f119">
658
+ <!ENTITY % DownloadCredit "f120">
659
+ <!ENTITY % DownloadCopyrightNotice "f121">
660
+ <!ENTITY % DownloadTerms "f122">
661
+ <!ENTITY % ProductWebsite "productwebsite">
662
+ <!ENTITY % ProductWebsiteDescription "f170">
663
+ <!ENTITY % ProductWebsiteLink "f123">
664
+ <!ENTITY % PrizesDescription "g124">
665
+ <!ENTITY % Prize "prize">
666
+ <!ENTITY % PrizeName "g126">
667
+ <!ENTITY % PrizeYear "g127">
668
+ <!ENTITY % PrizeCountry "g128">
669
+ <!ENTITY % PrizeCode "g129">
670
+ <!ENTITY % ContentItem "contentitem">
671
+ <!ENTITY % LevelSequenceNumber "b284">
672
+ <!ENTITY % TextItem "textitem">
673
+ <!ENTITY % TextItemType "b290">
674
+ <!ENTITY % TextItemIdentifier "textitemidentifier">
675
+ <!ENTITY % TextItemIDType "b285">
676
+ <!ENTITY % FirstPageNumber "b286">
677
+ <!ENTITY % LastPageNumber "b287">
678
+ <!ENTITY % ComponentTypeName "b288">
679
+ <!ENTITY % ComponentNumber "b289">
680
+ <!ENTITY % ReplacedByISBN "h130">
681
+ <!ENTITY % ReplacedByEAN13 "h131">
682
+ <!ENTITY % RelatedProduct "relatedproduct">
683
+ <!ENTITY % RelationCode "h208">
684
+ <!ENTITY % AlternativeFormatISBN "h132">
685
+ <!ENTITY % AlternativeFormatEAN13 "h133">
686
+ <!ENTITY % AlternativeProductISBN "h163">
687
+ <!ENTITY % AlternativeProductEAN13 "h164">
688
+ <!ENTITY % OutOfPrintDate "h134">
689
+ <!ENTITY % SupplyDetail "supplydetail">
690
+ <!ENTITY % SupplierEANLocationNumber "j135">
691
+ <!ENTITY % SupplierSAN "j136">
692
+ <!ENTITY % SupplierName "j137">
693
+ <!ENTITY % TelephoneNumber "j270">
694
+ <!ENTITY % FaxNumber "j271">
695
+ <!ENTITY % EmailAddress "j272">
696
+ <!ENTITY % SupplyToCountry "j138">
697
+ <!ENTITY % SupplyToRegion "j139">
698
+ <!ENTITY % SupplyToCountryExcluded "j140">
699
+ <!ENTITY % ReturnsCodeType "j268">
700
+ <!ENTITY % ReturnsCode "j269">
701
+ <!ENTITY % AvailabilityCode "j141">
702
+ <!ENTITY % NewSupplier "newsupplier">
703
+ <!ENTITY % DateFormat "j260">
704
+ <!ENTITY % ExpectedShipDate "j142">
705
+ <!ENTITY % OnSaleDate "j143">
706
+ <!ENTITY % OrderTime "j144">
707
+ <!ENTITY % PackQuantity "j145">
708
+ <!ENTITY % AudienceRestrictionFlag "j146">
709
+ <!ENTITY % AudienceRestrictionNote "j147">
710
+ <!ENTITY % Price "price">
711
+ <!ENTITY % PriceTypeCode "j148">
712
+ <!ENTITY % PriceQualifier "j261">
713
+ <!ENTITY % PriceTypeDescription "j262">
714
+ <!ENTITY % PricePer "j239">
715
+ <!ENTITY % MinimumOrderQuantity "j263">
716
+ <!ENTITY % BatchBonus "batchbonus">
717
+ <!ENTITY % BatchQuantity "j264">
718
+ <!ENTITY % FreeQuantity "j265">
719
+ <!ENTITY % ClassOfTrade "j149">
720
+ <!ENTITY % BICDiscountGroupCode "j150">
721
+ <!ENTITY % DiscountPercent "j267">
722
+ <!ENTITY % PriceStatus "j266">
723
+ <!ENTITY % PriceAmount "j151">
724
+ <!ENTITY % UnpricedItemType "j192">
725
+ <!ENTITY % CurrencyCode "j152">
726
+ <!ENTITY % TaxRateCode1 "j153">
727
+ <!ENTITY % TaxRatePercent1 "j154">
728
+ <!ENTITY % TaxableAmount1 "j155">
729
+ <!ENTITY % TaxAmount1 "j156">
730
+ <!ENTITY % TaxRateCode2 "j157">
731
+ <!ENTITY % TaxRatePercent2 "j158">
732
+ <!ENTITY % TaxableAmount2 "j159">
733
+ <!ENTITY % TaxAmount2 "j160">
734
+ <!ENTITY % PriceEffectiveFrom "j161">
735
+ <!ENTITY % PriceEffectiveUntil "j162">
736
+ <!ENTITY % PromotionCampaign "k165">
737
+ <!ENTITY % PromotionContact "k166">
738
+ <!ENTITY % InitialPrintRun "k167">
739
+ <!ENTITY % CopiesSold "k168">
740
+ <!ENTITY % BookClubAdoption "k169">
741
+ <!ENTITY % SubordinateEntries "a245">
742
+ <!ENTITY % ParentIdentifier "parentidentifier">
743
+ <!ENTITY % SeriesPartName "b282">
744
+ <!ENTITY % FromEANNumber "m172">
745
+ <!ENTITY % FromSAN "m173">
746
+ <!ENTITY % FromCompany "m174">
747
+ <!ENTITY % FromPerson "m175">
748
+ <!ENTITY % FromEmail "m283">
749
+ <!ENTITY % ToEANNumber "m176">
750
+ <!ENTITY % ToSAN "m177">
751
+ <!ENTITY % ToCompany "m178">
752
+ <!ENTITY % ToPerson "m179">
753
+ <!ENTITY % MessageNumber "m180">
754
+ <!ENTITY % MessageRepeat "m181">
755
+ <!ENTITY % SentDate "m182">
756
+ <!ENTITY % MessageNote "m183">
757
+ <!ENTITY % DefaultLanguageOfText "m184">
758
+ <!ENTITY % DefaultPriceTypeCode "m185">
759
+ <!ENTITY % DefaultCurrencyCode "m186">
760
+ <!ENTITY % DefaultLinearUnit "m187">
761
+ <!ENTITY % DefaultWeightUnit "m188">
762
+ <!ENTITY % DefaultClassOfTrade "m193">
763
+ <!ENTITY % Header "header">
764
+
765
+ ]]>
766
+ <!--
767
+ **************************************************
768
+ * *
769
+ * REFERENCE TAG NAMES *
770
+ * *
771
+ **************************************************
772
+ -->
773
+
774
+ <!-- The reference names are defined here and are used unless substituted by local names within the Local Name Definitions Module. Even if the names are changed, the reference names are still available to an XML application as fixed attributes of each element.
775
+ -->
776
+
777
+ <!-- The strings used in reference names are actually defined here -->
778
+
779
+ <!ENTITY % ref.ONIXMessage "ONIXMessage">
780
+ <!ENTITY % ref.Product "Product">
781
+ <!ENTITY % ref.MainSeriesRecord "MainSeriesRecord">
782
+ <!ENTITY % ref.SubSeriesRecord "SubSeriesRecord">
783
+ <!ENTITY % ref.RecordReference "RecordReference">
784
+ <!ENTITY % ref.NotificationType "NotificationType">
785
+ <!ENTITY % ref.RecordSourceType "RecordSourceType">
786
+ <!ENTITY % ref.RecordSourceIdentifierType "RecordSourceIdentifierType">
787
+ <!ENTITY % ref.RecordSourceIdentifier "RecordSourceIdentifier">
788
+ <!ENTITY % ref.RecordSourceName "RecordSourceName">
789
+ <!ENTITY % ref.DeletionCode "DeletionCode">
790
+ <!ENTITY % ref.DeletionText "DeletionText">
791
+ <!ENTITY % ref.ISBN "ISBN">
792
+ <!ENTITY % ref.EAN13 "EAN13">
793
+ <!ENTITY % ref.UPC "UPC">
794
+ <!ENTITY % ref.PublisherProductNo "PublisherProductNo">
795
+ <!ENTITY % ref.ISMN "ISMN">
796
+ <!ENTITY % ref.DOI "DOI">
797
+ <!ENTITY % ref.ProductIdentifier "ProductIdentifier">
798
+ <!ENTITY % ref.ProductIDType "ProductIDType">
799
+ <!ENTITY % ref.IDTypeName "IDTypeName">
800
+ <!ENTITY % ref.IDValue "IDValue">
801
+ <!ENTITY % ref.Barcode "Barcode">
802
+ <!ENTITY % ref.ReplacesISBN "ReplacesISBN">
803
+ <!ENTITY % ref.ReplacesEAN13 "ReplacesEAN13">
804
+ <!ENTITY % ref.ProductForm "ProductForm">
805
+ <!ENTITY % ref.BookFormDetail "BookFormDetail">
806
+ <!ENTITY % ref.ProductFormDescription "ProductFormDescription">
807
+ <!ENTITY % ref.ContainedItem "ContainedItem">
808
+ <!ENTITY % ref.NumberOfPieces "NumberOfPieces">
809
+ <!ENTITY % ref.ItemQuantity "ItemQuantity">
810
+ <!ENTITY % ref.ProductClassification "ProductClassification">
811
+ <!ENTITY % ref.ProductClassificationType "ProductClassificationType">
812
+ <!ENTITY % ref.ProductClassificationCode "ProductClassificationCode">
813
+ <!ENTITY % ref.EpubType "EpubType">
814
+ <!ENTITY % ref.EpubTypeVersion "EpubTypeVersion">
815
+ <!ENTITY % ref.EpubTypeDescription "EpubTypeDescription">
816
+ <!ENTITY % ref.EpubFormat "EpubFormat">
817
+ <!ENTITY % ref.EpubFormatVersion "EpubFormatVersion">
818
+ <!ENTITY % ref.EpubFormatDescription "EpubFormatDescription">
819
+ <!ENTITY % ref.EpubSource "EpubSource">
820
+ <!ENTITY % ref.EpubSourceVersion "EpubSourceVersion">
821
+ <!ENTITY % ref.EpubSourceDescription "EpubSourceDescription">
822
+ <!ENTITY % ref.EpubTypeNote "EpubTypeNote">
823
+ <!ENTITY % ref.Series "Series">
824
+ <!ENTITY % ref.SeriesISSN "SeriesISSN">
825
+ <!ENTITY % ref.PublisherSeriesCode "PublisherSeriesCode">
826
+ <!ENTITY % ref.SeriesIdentifier "SeriesIdentifier">
827
+ <!ENTITY % ref.SeriesIDType "SeriesIDType">
828
+ <!ENTITY % ref.TitleOfSeries "TitleOfSeries">
829
+ <!ENTITY % ref.NumberWithinSeries "NumberWithinSeries">
830
+ <!ENTITY % ref.YearOfAnnual "YearOfAnnual">
831
+ <!ENTITY % ref.Set "Set">
832
+ <!ENTITY % ref.ISBNOfSet "ISBNOfSet">
833
+ <!ENTITY % ref.EAN13OfSet "EAN13OfSet">
834
+ <!ENTITY % ref.TitleOfSet "TitleOfSet">
835
+ <!ENTITY % ref.SetPartNumber "SetPartNumber">
836
+ <!ENTITY % ref.SetPartTitle "SetPartTitle">
837
+ <!ENTITY % ref.ItemNumberWithinSet "ItemNumberWithinSet">
838
+ <!ENTITY % ref.SetItemTitle "SetItemTitle">
839
+ <!ENTITY % ref.TextCaseFlag "TextCaseFlag">
840
+ <!ENTITY % ref.DistinctiveTitle "DistinctiveTitle">
841
+ <!ENTITY % ref.Subtitle "Subtitle">
842
+ <!ENTITY % ref.TitlePrefix "TitlePrefix">
843
+ <!ENTITY % ref.TitleWithoutPrefix "TitleWithoutPrefix">
844
+ <!ENTITY % ref.TranslationOfTitle "TranslationOfTitle">
845
+ <!ENTITY % ref.FormerTitle "FormerTitle">
846
+ <!ENTITY % ref.Title "Title">
847
+ <!ENTITY % ref.TitleType "TitleType">
848
+ <!ENTITY % ref.AbbreviatedLength "AbbreviatedLength">
849
+ <!ENTITY % ref.TitleText "TitleText">
850
+ <!ENTITY % ref.WorkIdentifier "WorkIdentifier">
851
+ <!ENTITY % ref.WorkIDType "WorkIDType">
852
+ <!ENTITY % ref.Contributor "Contributor">
853
+ <!ENTITY % ref.SequenceNumber "SequenceNumber">
854
+ <!ENTITY % ref.ContributorRole "ContributorRole">
855
+ <!ENTITY % ref.LanguageCode "LanguageCode">
856
+ <!ENTITY % ref.PersonName "PersonName">
857
+ <!ENTITY % ref.PersonNameInverted "PersonNameInverted">
858
+ <!ENTITY % ref.TitlesBeforeNames "TitlesBeforeNames">
859
+ <!ENTITY % ref.NamesBeforeKey "NamesBeforeKey">
860
+ <!ENTITY % ref.PrefixToKey "PrefixToKey">
861
+ <!ENTITY % ref.SuffixToKey "SuffixToKey">
862
+ <!ENTITY % ref.KeyNames "KeyNames">
863
+ <!ENTITY % ref.NamesAfterKey "NamesAfterKey">
864
+ <!ENTITY % ref.LettersAfterNames "LettersAfterNames">
865
+ <!ENTITY % ref.TitlesAfterNames "TitlesAfterNames">
866
+ <!ENTITY % ref.Name "Name">
867
+ <!ENTITY % ref.PersonNameType "PersonNameType">
868
+ <!ENTITY % ref.BiographicalNote "BiographicalNote">
869
+ <!ENTITY % ref.ProfessionalPosition "ProfessionalPosition">
870
+ <!ENTITY % ref.Affiliation "Affiliation">
871
+ <!ENTITY % ref.CorporateName "CorporateName">
872
+ <!ENTITY % ref.ContributorDescription "ContributorDescription">
873
+ <!ENTITY % ref.UnnamedPersons "UnnamedPersons">
874
+ <!ENTITY % ref.ContributorStatement "ContributorStatement">
875
+ <!ENTITY % ref.ConferenceDescription "ConferenceDescription">
876
+ <!ENTITY % ref.ConferenceRole "ConferenceRole">
877
+ <!ENTITY % ref.ConferenceName "ConferenceName">
878
+ <!ENTITY % ref.ConferenceNumber "ConferenceNumber">
879
+ <!ENTITY % ref.ConferenceDate "ConferenceDate">
880
+ <!ENTITY % ref.ConferencePlace "ConferencePlace">
881
+ <!ENTITY % ref.EditionTypeCode "EditionTypeCode">
882
+ <!ENTITY % ref.EditionNumber "EditionNumber">
883
+ <!ENTITY % ref.EditionVersionNumber "EditionVersionNumber">
884
+ <!ENTITY % ref.EditionStatement "EditionStatement">
885
+ <!ENTITY % ref.LanguageOfText "LanguageOfText">
886
+ <!ENTITY % ref.OriginalLanguage "OriginalLanguage">
887
+ <!ENTITY % ref.Language "Language">
888
+ <!ENTITY % ref.LanguageRole "LanguageRole">
889
+ <!ENTITY % ref.CountryCode "CountryCode">
890
+ <!ENTITY % ref.NumberOfPages "NumberOfPages">
891
+ <!ENTITY % ref.PagesRoman "PagesRoman">
892
+ <!ENTITY % ref.PagesArabic "PagesArabic">
893
+ <!ENTITY % ref.NumberOfIllustrations "NumberOfIllustrations">
894
+ <!ENTITY % ref.IllustrationsNote "IllustrationsNote">
895
+ <!ENTITY % ref.Illustrations "Illustrations">
896
+ <!ENTITY % ref.IllustrationType "IllustrationType">
897
+ <!ENTITY % ref.Number "Number">
898
+ <!ENTITY % ref.MapScale "MapScale">
899
+ <!ENTITY % ref.Extent "Extent">
900
+ <!ENTITY % ref.ExtentType "ExtentType">
901
+ <!ENTITY % ref.ExtentValue "ExtentValue">
902
+ <!ENTITY % ref.ExtentUnit "ExtentUnit">
903
+ <!ENTITY % ref.BASICMainSubject "BASICMainSubject">
904
+ <!ENTITY % ref.BASICVersion "BASICVersion">
905
+ <!ENTITY % ref.BICMainSubject "BICMainSubject">
906
+ <!ENTITY % ref.BICVersion "BICVersion">
907
+ <!ENTITY % ref.MainSubject "MainSubject">
908
+ <!ENTITY % ref.MainSubjectSchemeIdentifier "MainSubjectSchemeIdentifier">
909
+ <!ENTITY % ref.Subject "Subject">
910
+ <!ENTITY % ref.SubjectSchemeIdentifier "SubjectSchemeIdentifier">
911
+ <!ENTITY % ref.SubjectSchemeName "SubjectSchemeName">
912
+ <!ENTITY % ref.SubjectSchemeVersion "SubjectSchemeVersion">
913
+ <!ENTITY % ref.SubjectCode "SubjectCode">
914
+ <!ENTITY % ref.SubjectHeadingText "SubjectHeadingText">
915
+ <!ENTITY % ref.PersonAsSubject "PersonAsSubject">
916
+ <!ENTITY % ref.CorporateBodyAsSubject "CorporateBodyAsSubject">
917
+ <!ENTITY % ref.PlaceAsSubject "PlaceAsSubject">
918
+ <!ENTITY % ref.AudienceCode "AudienceCode">
919
+ <!ENTITY % ref.Audience "Audience">
920
+ <!ENTITY % ref.AudienceCodeType "AudienceCodeType">
921
+ <!ENTITY % ref.AudienceCodeTypeName "AudienceCodeTypeName">
922
+ <!ENTITY % ref.AudienceCodeValue "AudienceCodeValue">
923
+ <!ENTITY % ref.USSchoolGrade "USSchoolGrade">
924
+ <!ENTITY % ref.InterestAge "InterestAge">
925
+ <!ENTITY % ref.AudienceRange "AudienceRange">
926
+ <!ENTITY % ref.AudienceRangeQualifier "AudienceRangeQualifier">
927
+ <!ENTITY % ref.AudienceRangePrecision "AudienceRangePrecision">
928
+ <!ENTITY % ref.AudienceRangeValue "AudienceRangeValue">
929
+ <!ENTITY % ref.AudienceDescription "AudienceDescription">
930
+ <!ENTITY % ref.Complexity "Complexity">
931
+ <!ENTITY % ref.ComplexitySchemeIdentifier "ComplexitySchemeIdentifier">
932
+ <!ENTITY % ref.ComplexityCode "ComplexityCode">
933
+ <!ENTITY % ref.ImprintName "ImprintName">
934
+ <!ENTITY % ref.PublisherName "PublisherName">
935
+ <!ENTITY % ref.PublishingRole "PublishingRole">
936
+ <!ENTITY % ref.Imprint "Imprint">
937
+ <!ENTITY % ref.Publisher "Publisher">
938
+ <!ENTITY % ref.NameCodeType "NameCodeType">
939
+ <!ENTITY % ref.NameCodeTypeName "NameCodeTypeName">
940
+ <!ENTITY % ref.NameCodeValue "NameCodeValue">
941
+ <!ENTITY % ref.CityOfPublication "CityOfPublication">
942
+ <!ENTITY % ref.CountryOfPublication "CountryOfPublication">
943
+ <!ENTITY % ref.CopublisherName "CopublisherName">
944
+ <!ENTITY % ref.SponsorName "SponsorName">
945
+ <!ENTITY % ref.OriginalPublisher "OriginalPublisher">
946
+ <!ENTITY % ref.AnnouncementDate "AnnouncementDate">
947
+ <!ENTITY % ref.PublicationDate "PublicationDate">
948
+ <!ENTITY % ref.CopyrightYear "CopyrightYear">
949
+ <!ENTITY % ref.YearFirstPublished "YearFirstPublished">
950
+ <!ENTITY % ref.SalesRights "SalesRights">
951
+ <!ENTITY % ref.NotForSale "NotForSale">
952
+ <!ENTITY % ref.SalesRightsType "SalesRightsType">
953
+ <!ENTITY % ref.RightsCountry "RightsCountry">
954
+ <!ENTITY % ref.RightsRegion "RightsRegion">
955
+ <!ENTITY % ref.Measure "Measure">
956
+ <!ENTITY % ref.MeasureTypeCode "MeasureTypeCode">
957
+ <!ENTITY % ref.Measurement "Measurement">
958
+ <!ENTITY % ref.MeasureUnitCode "MeasureUnitCode">
959
+ <!ENTITY % ref.Height "Height">
960
+ <!ENTITY % ref.Width "Width">
961
+ <!ENTITY % ref.Thickness "Thickness">
962
+ <!ENTITY % ref.Weight "Weight">
963
+ <!ENTITY % ref.Dimensions "Dimensions">
964
+ <!ENTITY % ref.Annotation "Annotation">
965
+ <!ENTITY % ref.MainDescription "MainDescription">
966
+ <!ENTITY % ref.OtherText "OtherText">
967
+ <!ENTITY % ref.TextTypeCode "TextTypeCode">
968
+ <!ENTITY % ref.TextFormat "TextFormat">
969
+ <!ENTITY % ref.Text "Text">
970
+ <!ENTITY % ref.TextLinkType "TextLinkType">
971
+ <!ENTITY % ref.TextLink "TextLink">
972
+ <!ENTITY % ref.TextAuthor "TextAuthor">
973
+ <!ENTITY % ref.TextSourceTitle "TextSourceTitle">
974
+ <!ENTITY % ref.TextPublicationDate "TextPublicationDate">
975
+ <!ENTITY % ref.ReviewQuote "ReviewQuote">
976
+ <!ENTITY % ref.CoverImageFormatCode "CoverImageFormatCode">
977
+ <!ENTITY % ref.CoverImageLinkTypeCode "CoverImageLinkTypeCode">
978
+ <!ENTITY % ref.CoverImageLink "CoverImageLink">
979
+ <!ENTITY % ref.MediaFile "MediaFile">
980
+ <!ENTITY % ref.MediaFileTypeCode "MediaFileTypeCode">
981
+ <!ENTITY % ref.MediaFileFormatCode "MediaFileFormatCode">
982
+ <!ENTITY % ref.ImageResolution "ImageResolution">
983
+ <!ENTITY % ref.MediaFileLinkTypeCode "MediaFileLinkTypeCode">
984
+ <!ENTITY % ref.MediaFileLink "MediaFileLink">
985
+ <!ENTITY % ref.TextWithDownload "TextWithDownload">
986
+ <!ENTITY % ref.DownloadCaption "DownloadCaption">
987
+ <!ENTITY % ref.DownloadCredit "DownloadCredit">
988
+ <!ENTITY % ref.DownloadCopyrightNotice "DownloadCopyrightNotice">
989
+ <!ENTITY % ref.DownloadTerms "DownloadTerms">
990
+ <!ENTITY % ref.ProductWebsite "ProductWebsite">
991
+ <!ENTITY % ref.ProductWebsiteDescription "ProductWebsiteDescription">
992
+ <!ENTITY % ref.ProductWebsiteLink "ProductWebsiteLink">
993
+ <!ENTITY % ref.PrizesDescription "PrizesDescription">
994
+ <!ENTITY % ref.Prize "Prize">
995
+ <!ENTITY % ref.PrizeName "PrizeName">
996
+ <!ENTITY % ref.PrizeYear "PrizeYear">
997
+ <!ENTITY % ref.PrizeCountry "PrizeCountry">
998
+ <!ENTITY % ref.PrizeCode "PrizeCode">
999
+ <!ENTITY % ref.ContentItem "ContentItem">
1000
+ <!ENTITY % ref.LevelSequenceNumber "LevelSequenceNumber">
1001
+ <!ENTITY % ref.TextItem "TextItem">
1002
+ <!ENTITY % ref.TextItemType "TextItemType">
1003
+ <!ENTITY % ref.TextItemIdentifier "TextItemIdentifier">
1004
+ <!ENTITY % ref.TextItemIDType "TextItemIDType">
1005
+ <!ENTITY % ref.FirstPageNumber "FirstPageNumber">
1006
+ <!ENTITY % ref.LastPageNumber "LastPageNumber">
1007
+ <!ENTITY % ref.ComponentTypeName "ComponentTypeName">
1008
+ <!ENTITY % ref.ComponentNumber "ComponentNumber">
1009
+ <!ENTITY % ref.ReplacedByISBN "ReplacedByISBN">
1010
+ <!ENTITY % ref.ReplacedByEAN13 "ReplacedByEAN13">
1011
+ <!ENTITY % ref.RelatedProduct "RelatedProduct">
1012
+ <!ENTITY % ref.RelationCode "RelationCode">
1013
+ <!ENTITY % ref.AlternativeFormatISBN "AlternativeFormatISBN">
1014
+ <!ENTITY % ref.AlternativeFormatEAN13 "AlternativeFormatEAN13">
1015
+ <!ENTITY % ref.AlternativeProductISBN "AlternativeProductISBN">
1016
+ <!ENTITY % ref.AlternativeProductEAN13 "AlternativeProductEAN13">
1017
+ <!ENTITY % ref.OutOfPrintDate "OutOfPrintDate">
1018
+ <!ENTITY % ref.SupplyDetail "SupplyDetail">
1019
+ <!ENTITY % ref.SupplierEANLocationNumber "SupplierEANLocationNumber">
1020
+ <!ENTITY % ref.SupplierSAN "SupplierSAN">
1021
+ <!ENTITY % ref.SupplierName "SupplierName">
1022
+ <!ENTITY % ref.TelephoneNumber "TelephoneNumber">
1023
+ <!ENTITY % ref.FaxNumber "FaxNumber">
1024
+ <!ENTITY % ref.EmailAddress "EmailAddress">
1025
+ <!ENTITY % ref.SupplyToCountry "SupplyToCountry">
1026
+ <!ENTITY % ref.SupplyToRegion "SupplyToRegion">
1027
+ <!ENTITY % ref.SupplyToCountryExcluded "SupplyToCountryExcluded">
1028
+ <!ENTITY % ref.ReturnsCodeType "ReturnsCodeType">
1029
+ <!ENTITY % ref.ReturnsCode "ReturnsCode">
1030
+ <!ENTITY % ref.AvailabilityCode "AvailabilityCode">
1031
+ <!ENTITY % ref.NewSupplier "NewSupplier">
1032
+ <!ENTITY % ref.DateFormat "DateFormat">
1033
+ <!ENTITY % ref.ExpectedShipDate "ExpectedShipDate">
1034
+ <!ENTITY % ref.OnSaleDate "OnSaleDate">
1035
+ <!ENTITY % ref.OrderTime "OrderTime">
1036
+ <!ENTITY % ref.PackQuantity "PackQuantity">
1037
+ <!ENTITY % ref.AudienceRestrictionFlag "AudienceRestrictionFlag">
1038
+ <!ENTITY % ref.AudienceRestrictionNote "AudienceRestrictionNote">
1039
+ <!ENTITY % ref.Price "Price">
1040
+ <!ENTITY % ref.PriceTypeCode "PriceTypeCode">
1041
+ <!ENTITY % ref.PriceQualifier "PriceQualifier">
1042
+ <!ENTITY % ref.PriceTypeDescription "PriceTypeDescription">
1043
+ <!ENTITY % ref.PricePer "PricePer">
1044
+ <!ENTITY % ref.MinimumOrderQuantity "MinimumOrderQuantity">
1045
+ <!ENTITY % ref.BatchBonus "BatchBonus">
1046
+ <!ENTITY % ref.BatchQuantity "BatchQuantity">
1047
+ <!ENTITY % ref.FreeQuantity "FreeQuantity">
1048
+ <!ENTITY % ref.ClassOfTrade "ClassOfTrade">
1049
+ <!ENTITY % ref.BICDiscountGroupCode "BICDiscountGroupCode">
1050
+ <!ENTITY % ref.DiscountPercent "DiscountPercent">
1051
+ <!ENTITY % ref.PriceStatus "PriceStatus">
1052
+ <!ENTITY % ref.PriceAmount "PriceAmount">
1053
+ <!ENTITY % ref.UnpricedItemType "UnpricedItemType">
1054
+ <!ENTITY % ref.CurrencyCode "CurrencyCode">
1055
+ <!ENTITY % ref.TaxRateCode1 "TaxRateCode1">
1056
+ <!ENTITY % ref.TaxRatePercent1 "TaxRatePercent1">
1057
+ <!ENTITY % ref.TaxableAmount1 "TaxableAmount1">
1058
+ <!ENTITY % ref.TaxAmount1 "TaxAmount1">
1059
+ <!ENTITY % ref.TaxRateCode2 "TaxRateCode2">
1060
+ <!ENTITY % ref.TaxRatePercent2 "TaxRatePercent2">
1061
+ <!ENTITY % ref.TaxableAmount2 "TaxableAmount2">
1062
+ <!ENTITY % ref.TaxAmount2 "TaxAmount2">
1063
+ <!ENTITY % ref.PriceEffectiveFrom "PriceEffectiveFrom">
1064
+ <!ENTITY % ref.PriceEffectiveUntil "PriceEffectiveUntil">
1065
+ <!ENTITY % ref.PromotionCampaign "PromotionCampaign">
1066
+ <!ENTITY % ref.PromotionContact "PromotionContact">
1067
+ <!ENTITY % ref.InitialPrintRun "InitialPrintRun">
1068
+ <!ENTITY % ref.CopiesSold "CopiesSold">
1069
+ <!ENTITY % ref.BookClubAdoption "BookClubAdoption">
1070
+ <!ENTITY % ref.SubordinateEntries "SubordinateEntries">
1071
+ <!ENTITY % ref.ParentIdentifier "ParentIdentifier">
1072
+ <!ENTITY % ref.SeriesPartName "SeriesPartName">
1073
+ <!ENTITY % ref.FromEANNumber "FromEANNumber">
1074
+ <!ENTITY % ref.FromSAN "FromSAN">
1075
+ <!ENTITY % ref.FromCompany "FromCompany">
1076
+ <!ENTITY % ref.FromPerson "FromPerson">
1077
+ <!ENTITY % ref.FromEmail "FromEmail">
1078
+ <!ENTITY % ref.ToEANNumber "ToEANNumber">
1079
+ <!ENTITY % ref.ToSAN "ToSAN">
1080
+ <!ENTITY % ref.ToCompany "ToCompany">
1081
+ <!ENTITY % ref.ToPerson "ToPerson">
1082
+ <!ENTITY % ref.MessageNumber "MessageNumber">
1083
+ <!ENTITY % ref.MessageRepeat "MessageRepeat">
1084
+ <!ENTITY % ref.SentDate "SentDate">
1085
+ <!ENTITY % ref.MessageNote "MessageNote">
1086
+ <!ENTITY % ref.DefaultLanguageOfText "DefaultLanguageOfText">
1087
+ <!ENTITY % ref.DefaultPriceTypeCode "DefaultPriceTypeCode">
1088
+ <!ENTITY % ref.DefaultCurrencyCode "DefaultCurrencyCode">
1089
+ <!ENTITY % ref.DefaultLinearUnit "DefaultLinearUnit">
1090
+ <!ENTITY % ref.DefaultWeightUnit "DefaultWeightUnit">
1091
+ <!ENTITY % ref.DefaultClassOfTrade "DefaultClassOfTrade">
1092
+ <!ENTITY % ref.Header "Header">
1093
+
1094
+ <!-- The reference tag names are defined here -->
1095
+
1096
+ <!ENTITY % ONIXMessage "%ref.ONIXMessage;">
1097
+ <!ENTITY % Product "%ref.Product;">
1098
+ <!ENTITY % MainSeriesRecord "%ref.MainSeriesRecord;">
1099
+ <!ENTITY % SubSeriesRecord "%ref.SubSeriesRecord;">
1100
+ <!ENTITY % RecordReference "%ref.RecordReference;">
1101
+ <!ENTITY % NotificationType "%ref.NotificationType;">
1102
+ <!ENTITY % RecordSourceType "%ref.RecordSourceType;">
1103
+ <!ENTITY % RecordSourceIdentifierType "%ref.RecordSourceIdentifierType;">
1104
+ <!ENTITY % RecordSourceIdentifier "%ref.RecordSourceIdentifier;">
1105
+ <!ENTITY % RecordSourceName "%ref.RecordSourceName;">
1106
+ <!ENTITY % DeletionCode "%ref.DeletionCode;">
1107
+ <!ENTITY % DeletionText "%ref.DeletionText;">
1108
+ <!ENTITY % ISBN "%ref.ISBN;">
1109
+ <!ENTITY % EAN13 "%ref.EAN13;">
1110
+ <!ENTITY % UPC "%ref.UPC;">
1111
+ <!ENTITY % PublisherProductNo "%ref.PublisherProductNo;">
1112
+ <!ENTITY % ISMN "%ref.ISMN;">
1113
+ <!ENTITY % DOI "%ref.DOI;">
1114
+ <!ENTITY % ProductIdentifier "%ref.ProductIdentifier;">
1115
+ <!ENTITY % ProductIDType "%ref.ProductIDType;">
1116
+ <!ENTITY % IDTypeName "%ref.IDTypeName;">
1117
+ <!ENTITY % IDValue "%ref.IDValue;">
1118
+ <!ENTITY % Barcode "%ref.Barcode;">
1119
+ <!ENTITY % ReplacesISBN "%ref.ReplacesISBN;">
1120
+ <!ENTITY % ReplacesEAN13 "%ref.ReplacesEAN13;">
1121
+ <!ENTITY % ProductForm "%ref.ProductForm;">
1122
+ <!ENTITY % BookFormDetail "%ref.BookFormDetail;">
1123
+ <!ENTITY % ProductFormDescription "%ref.ProductFormDescription;">
1124
+ <!ENTITY % ContainedItem "%ref.ContainedItem;">
1125
+ <!ENTITY % NumberOfPieces "%ref.NumberOfPieces;">
1126
+ <!ENTITY % ItemQuantity "%ref.ItemQuantity;">
1127
+ <!ENTITY % ProductClassification "%ref.ProductClassification;">
1128
+ <!ENTITY % ProductClassificationType "%ref.ProductClassificationType;">
1129
+ <!ENTITY % ProductClassificationCode "%ref.ProductClassificationCode;">
1130
+ <!ENTITY % EpubType "%ref.EpubType;">
1131
+ <!ENTITY % EpubTypeVersion "%ref.EpubTypeVersion;">
1132
+ <!ENTITY % EpubTypeDescription "%ref.EpubTypeDescription;">
1133
+ <!ENTITY % EpubFormat "%ref.EpubFormat;">
1134
+ <!ENTITY % EpubFormatVersion "%ref.EpubFormatVersion;">
1135
+ <!ENTITY % EpubFormatDescription "%ref.EpubFormatDescription;">
1136
+ <!ENTITY % EpubSource "%ref.EpubSource;">
1137
+ <!ENTITY % EpubSourceVersion "%ref.EpubSourceVersion;">
1138
+ <!ENTITY % EpubSourceDescription "%ref.EpubSourceDescription;">
1139
+ <!ENTITY % EpubTypeNote "%ref.EpubTypeNote;">
1140
+ <!ENTITY % Series "%ref.Series;">
1141
+ <!ENTITY % SeriesISSN "%ref.SeriesISSN;">
1142
+ <!ENTITY % PublisherSeriesCode "%ref.PublisherSeriesCode;">
1143
+ <!ENTITY % SeriesIdentifier "%ref.SeriesIdentifier;">
1144
+ <!ENTITY % SeriesIDType "%ref.SeriesIDType;">
1145
+ <!ENTITY % TitleOfSeries "%ref.TitleOfSeries;">
1146
+ <!ENTITY % NumberWithinSeries "%ref.NumberWithinSeries;">
1147
+ <!ENTITY % YearOfAnnual "%ref.YearOfAnnual;">
1148
+ <!ENTITY % Set "%ref.Set;">
1149
+ <!ENTITY % ISBNOfSet "%ref.ISBNOfSet;">
1150
+ <!ENTITY % EAN13OfSet "%ref.EAN13OfSet;">
1151
+ <!ENTITY % TitleOfSet "%ref.TitleOfSet;">
1152
+ <!ENTITY % SetPartNumber "%ref.SetPartNumber;">
1153
+ <!ENTITY % SetPartTitle "%ref.SetPartTitle;">
1154
+ <!ENTITY % ItemNumberWithinSet "%ref.ItemNumberWithinSet;">
1155
+ <!ENTITY % SetItemTitle "%ref.SetItemTitle;">
1156
+ <!ENTITY % TextCaseFlag "%ref.TextCaseFlag;">
1157
+ <!ENTITY % DistinctiveTitle "%ref.DistinctiveTitle;">
1158
+ <!ENTITY % Subtitle "%ref.Subtitle;">
1159
+ <!ENTITY % TitlePrefix "%ref.TitlePrefix;">
1160
+ <!ENTITY % TitleWithoutPrefix "%ref.TitleWithoutPrefix;">
1161
+ <!ENTITY % TranslationOfTitle "%ref.TranslationOfTitle;">
1162
+ <!ENTITY % FormerTitle "%ref.FormerTitle;">
1163
+ <!ENTITY % Title "%ref.Title;">
1164
+ <!ENTITY % TitleType "%ref.TitleType;">
1165
+ <!ENTITY % AbbreviatedLength "%ref.AbbreviatedLength;">
1166
+ <!ENTITY % TitleText "%ref.TitleText;">
1167
+ <!ENTITY % WorkIdentifier "%ref.WorkIdentifier;">
1168
+ <!ENTITY % WorkIDType "%ref.WorkIDType;">
1169
+ <!ENTITY % Contributor "%ref.Contributor;">
1170
+ <!ENTITY % SequenceNumber "%ref.SequenceNumber;">
1171
+ <!ENTITY % ContributorRole "%ref.ContributorRole;">
1172
+ <!ENTITY % LanguageCode "%ref.LanguageCode;">
1173
+ <!ENTITY % PersonName "%ref.PersonName;">
1174
+ <!ENTITY % PersonNameInverted "%ref.PersonNameInverted;">
1175
+ <!ENTITY % TitlesBeforeNames "%ref.TitlesBeforeNames;">
1176
+ <!ENTITY % NamesBeforeKey "%ref.NamesBeforeKey;">
1177
+ <!ENTITY % PrefixToKey "%ref.PrefixToKey;">
1178
+ <!ENTITY % SuffixToKey "%ref.SuffixToKey;">
1179
+ <!ENTITY % KeyNames "%ref.KeyNames;">
1180
+ <!ENTITY % NamesAfterKey "%ref.NamesAfterKey;">
1181
+ <!ENTITY % LettersAfterNames "%ref.LettersAfterNames;">
1182
+ <!ENTITY % TitlesAfterNames "%ref.TitlesAfterNames;">
1183
+ <!ENTITY % Name "%ref.Name;">
1184
+ <!ENTITY % PersonNameType "%ref.PersonNameType;">
1185
+ <!ENTITY % BiographicalNote "%ref.BiographicalNote;">
1186
+ <!ENTITY % ProfessionalPosition "%ref.ProfessionalPosition;">
1187
+ <!ENTITY % Affiliation "%ref.Affiliation;">
1188
+ <!ENTITY % CorporateName "%ref.CorporateName;">
1189
+ <!ENTITY % ContributorDescription "%ref.ContributorDescription;">
1190
+ <!ENTITY % UnnamedPersons "%ref.UnnamedPersons;">
1191
+ <!ENTITY % ContributorStatement "%ref.ContributorStatement;">
1192
+ <!ENTITY % ConferenceDescription "%ref.ConferenceDescription;">
1193
+ <!ENTITY % ConferenceRole "%ref.ConferenceRole;">
1194
+ <!ENTITY % ConferenceName "%ref.ConferenceName;">
1195
+ <!ENTITY % ConferenceNumber "%ref.ConferenceNumber;">
1196
+ <!ENTITY % ConferenceDate "%ref.ConferenceDate;">
1197
+ <!ENTITY % ConferencePlace "%ref.ConferencePlace;">
1198
+ <!ENTITY % EditionTypeCode "%ref.EditionTypeCode;">
1199
+ <!ENTITY % EditionNumber "%ref.EditionNumber;">
1200
+ <!ENTITY % EditionVersionNumber "%ref.EditionVersionNumber;">
1201
+ <!ENTITY % EditionStatement "%ref.EditionStatement;">
1202
+ <!ENTITY % LanguageOfText "%ref.LanguageOfText;">
1203
+ <!ENTITY % OriginalLanguage "%ref.OriginalLanguage;">
1204
+ <!ENTITY % Language "%ref.Language;">
1205
+ <!ENTITY % LanguageRole "%ref.LanguageRole;">
1206
+ <!ENTITY % CountryCode "%ref.CountryCode;">
1207
+ <!ENTITY % NumberOfPages "%ref.NumberOfPages;">
1208
+ <!ENTITY % PagesRoman "%ref.PagesRoman;">
1209
+ <!ENTITY % PagesArabic "%ref.PagesArabic;">
1210
+ <!ENTITY % NumberOfIllustrations "%ref.NumberOfIllustrations;">
1211
+ <!ENTITY % IllustrationsNote "%ref.IllustrationsNote;">
1212
+ <!ENTITY % Illustrations "%ref.Illustrations;">
1213
+ <!ENTITY % IllustrationType "%ref.IllustrationType;">
1214
+ <!ENTITY % Number "%ref.Number;">
1215
+ <!ENTITY % MapScale "%ref.MapScale;">
1216
+ <!ENTITY % Extent "%ref.Extent;">
1217
+ <!ENTITY % ExtentType "%ref.ExtentType;">
1218
+ <!ENTITY % ExtentValue "%ref.ExtentValue;">
1219
+ <!ENTITY % ExtentUnit "%ref.ExtentUnit;">
1220
+ <!ENTITY % BASICMainSubject "%ref.BASICMainSubject;">
1221
+ <!ENTITY % BASICVersion "%ref.BASICVersion;">
1222
+ <!ENTITY % BICMainSubject "%ref.BICMainSubject;">
1223
+ <!ENTITY % BICVersion "%ref.BICVersion;">
1224
+ <!ENTITY % MainSubject "%ref.MainSubject;">
1225
+ <!ENTITY % MainSubjectSchemeIdentifier "%ref.MainSubjectSchemeIdentifier;">
1226
+ <!ENTITY % Subject "%ref.Subject;">
1227
+ <!ENTITY % SubjectSchemeIdentifier "%ref.SubjectSchemeIdentifier;">
1228
+ <!ENTITY % SubjectSchemeName "%ref.SubjectSchemeName;">
1229
+ <!ENTITY % SubjectSchemeVersion "%ref.SubjectSchemeVersion;">
1230
+ <!ENTITY % SubjectCode "%ref.SubjectCode;">
1231
+ <!ENTITY % SubjectHeadingText "%ref.SubjectHeadingText;">
1232
+ <!ENTITY % PersonAsSubject "%ref.PersonAsSubject;">
1233
+ <!ENTITY % CorporateBodyAsSubject "%ref.CorporateBodyAsSubject;">
1234
+ <!ENTITY % PlaceAsSubject "%ref.PlaceAsSubject;">
1235
+ <!ENTITY % AudienceCode "%ref.AudienceCode;">
1236
+ <!ENTITY % Audience "%ref.Audience;">
1237
+ <!ENTITY % AudienceCodeType "%ref.AudienceCodeType;">
1238
+ <!ENTITY % AudienceCodeTypeName "%ref.AudienceCodeTypeName;">
1239
+ <!ENTITY % AudienceCodeValue "%ref.AudienceCodeValue;">
1240
+ <!ENTITY % AudienceDescription "%ref.AudienceDescription;">
1241
+ <!ENTITY % USSchoolGrade "%ref.USSchoolGrade;">
1242
+ <!ENTITY % InterestAge "%ref.InterestAge;">
1243
+ <!ENTITY % AudienceRange "%ref.AudienceRange;">
1244
+ <!ENTITY % AudienceRangeQualifier "%ref.AudienceRangeQualifier;">
1245
+ <!ENTITY % AudienceRangePrecision "%ref.AudienceRangePrecision;">
1246
+ <!ENTITY % AudienceRangeValue "%ref.AudienceRangeValue;">
1247
+ <!ENTITY % Complexity "%ref.Complexity;">
1248
+ <!ENTITY % ComplexitySchemeIdentifier "%ref.ComplexitySchemeIdentifier;">
1249
+ <!ENTITY % ComplexityCode "%ref.ComplexityCode;">
1250
+ <!ENTITY % ImprintName "%ref.ImprintName;">
1251
+ <!ENTITY % PublisherName "%ref.PublisherName;">
1252
+ <!ENTITY % PublishingRole "%ref.PublishingRole;">
1253
+ <!ENTITY % Imprint "%ref.Imprint;">
1254
+ <!ENTITY % Publisher "%ref.Publisher;">
1255
+ <!ENTITY % NameCodeType "%ref.NameCodeType;">
1256
+ <!ENTITY % NameCodeTypeName "%ref.NameCodeTypeName;">
1257
+ <!ENTITY % NameCodeValue "%ref.NameCodeValue;">
1258
+ <!ENTITY % CityOfPublication "%ref.CityOfPublication;">
1259
+ <!ENTITY % CountryOfPublication "%ref.CountryOfPublication;">
1260
+ <!ENTITY % CopublisherName "%ref.CopublisherName;">
1261
+ <!ENTITY % SponsorName "%ref.SponsorName;">
1262
+ <!ENTITY % OriginalPublisher "%ref.OriginalPublisher;">
1263
+ <!ENTITY % AnnouncementDate "%ref.AnnouncementDate;">
1264
+ <!ENTITY % PublicationDate "%ref.PublicationDate;">
1265
+ <!ENTITY % CopyrightYear "%ref.CopyrightYear;">
1266
+ <!ENTITY % YearFirstPublished "%ref.YearFirstPublished;">
1267
+ <!ENTITY % SalesRights "%ref.SalesRights;">
1268
+ <!ENTITY % NotForSale "%ref.NotForSale;">
1269
+ <!ENTITY % SalesRightsType "%ref.SalesRightsType;">
1270
+ <!ENTITY % RightsCountry "%ref.RightsCountry;">
1271
+ <!ENTITY % RightsRegion "%ref.RightsRegion;">
1272
+ <!ENTITY % Measure "%ref.Measure;">
1273
+ <!ENTITY % MeasureTypeCode "%ref.MeasureTypeCode;">
1274
+ <!ENTITY % Measurement "%ref.Measurement;">
1275
+ <!ENTITY % MeasureUnitCode "%ref.MeasureUnitCode;">
1276
+ <!ENTITY % Height "%ref.Height;">
1277
+ <!ENTITY % Width "%ref.Width;">
1278
+ <!ENTITY % Thickness "%ref.Thickness;">
1279
+ <!ENTITY % Weight "%ref.Weight;">
1280
+ <!ENTITY % Dimensions "%ref.Dimensions;">
1281
+ <!ENTITY % Annotation "%ref.Annotation;">
1282
+ <!ENTITY % MainDescription "%ref.MainDescription;">
1283
+ <!ENTITY % OtherText "%ref.OtherText;">
1284
+ <!ENTITY % TextTypeCode "%ref.TextTypeCode;">
1285
+ <!ENTITY % TextFormat "%ref.TextFormat;">
1286
+ <!ENTITY % Text "%ref.Text;">
1287
+ <!ENTITY % TextLinkType "%ref.TextLinkType;">
1288
+ <!ENTITY % TextLink "%ref.TextLink;">
1289
+ <!ENTITY % TextAuthor "%ref.TextAuthor;">
1290
+ <!ENTITY % TextSourceTitle "%ref.TextSourceTitle;">
1291
+ <!ENTITY % TextPublicationDate "%ref.TextPublicationDate;">
1292
+ <!ENTITY % ReviewQuote "%ref.ReviewQuote;">
1293
+ <!ENTITY % CoverImageFormatCode "%ref.CoverImageFormatCode;">
1294
+ <!ENTITY % CoverImageLinkTypeCode "%ref.CoverImageLinkTypeCode;">
1295
+ <!ENTITY % CoverImageLink "%ref.CoverImageLink;">
1296
+ <!ENTITY % MediaFile "%ref.MediaFile;">
1297
+ <!ENTITY % MediaFileTypeCode "%ref.MediaFileTypeCode;">
1298
+ <!ENTITY % MediaFileFormatCode "%ref.MediaFileFormatCode;">
1299
+ <!ENTITY % ImageResolution "%ref.ImageResolution;">
1300
+ <!ENTITY % MediaFileLinkTypeCode "%ref.MediaFileLinkTypeCode;">
1301
+ <!ENTITY % MediaFileLink "%ref.MediaFileLink;">
1302
+ <!ENTITY % TextWithDownload "%ref.TextWithDownload;">
1303
+ <!ENTITY % DownloadCaption "%ref.DownloadCaption;">
1304
+ <!ENTITY % DownloadCredit "%ref.DownloadCredit;">
1305
+ <!ENTITY % DownloadCopyrightNotice "%ref.DownloadCopyrightNotice;">
1306
+ <!ENTITY % DownloadTerms "%ref.DownloadTerms;">
1307
+ <!ENTITY % ProductWebsite "%ref.ProductWebsite;">
1308
+ <!ENTITY % ProductWebsiteDescription "%ref.ProductWebsiteDescription;">
1309
+ <!ENTITY % ProductWebsiteLink "%ref.ProductWebsiteLink;">
1310
+ <!ENTITY % PrizesDescription "%ref.PrizesDescription;">
1311
+ <!ENTITY % Prize "%ref.Prize;">
1312
+ <!ENTITY % PrizeName "%ref.PrizeName;">
1313
+ <!ENTITY % PrizeYear "%ref.PrizeYear;">
1314
+ <!ENTITY % PrizeCountry "%ref.PrizeCountry;">
1315
+ <!ENTITY % PrizeCode "%ref.PrizeCode;">
1316
+ <!ENTITY % ContentItem "%ref.ContentItem;">
1317
+ <!ENTITY % LevelSequenceNumber "%ref.LevelSequenceNumber;">
1318
+ <!ENTITY % TextItem "%ref.TextItem;">
1319
+ <!ENTITY % TextItemType "%ref.TextItemType;">
1320
+ <!ENTITY % TextItemIdentifier "%ref.TextItemIdentifier;">
1321
+ <!ENTITY % TextItemIDType "%ref.TextItemIDType;">
1322
+ <!ENTITY % FirstPageNumber "%ref.FirstPageNumber;">
1323
+ <!ENTITY % LastPageNumber "%ref.LastPageNumber;">
1324
+ <!ENTITY % ComponentTypeName "%ref.ComponentTypeName;">
1325
+ <!ENTITY % ComponentNumber "%ref.ComponentNumber;">
1326
+ <!ENTITY % ReplacedByISBN "%ref.ReplacedByISBN;">
1327
+ <!ENTITY % ReplacedByEAN13 "%ref.ReplacedByEAN13;">
1328
+ <!ENTITY % RelatedProduct "%ref.RelatedProduct;">
1329
+ <!ENTITY % RelationCode "%ref.RelationCode;">
1330
+ <!ENTITY % AlternativeFormatISBN "%ref.AlternativeFormatISBN;">
1331
+ <!ENTITY % AlternativeFormatEAN13 "%ref.AlternativeFormatEAN13;">
1332
+ <!ENTITY % AlternativeProductISBN "%ref.AlternativeProductISBN;">
1333
+ <!ENTITY % AlternativeProductEAN13 "%ref.AlternativeProductEAN13;">
1334
+ <!ENTITY % OutOfPrintDate "%ref.OutOfPrintDate;">
1335
+ <!ENTITY % SupplyDetail "%ref.SupplyDetail;">
1336
+ <!ENTITY % SupplierEANLocationNumber "%ref.SupplierEANLocationNumber;">
1337
+ <!ENTITY % SupplierSAN "%ref.SupplierSAN;">
1338
+ <!ENTITY % SupplierName "%ref.SupplierName;">
1339
+ <!ENTITY % TelephoneNumber "%ref.TelephoneNumber;">
1340
+ <!ENTITY % FaxNumber "%ref.FaxNumber;">
1341
+ <!ENTITY % EmailAddress "%ref.EmailAddress;">
1342
+ <!ENTITY % SupplyToCountry "%ref.SupplyToCountry;">
1343
+ <!ENTITY % SupplyToRegion "%ref.SupplyToRegion;">
1344
+ <!ENTITY % SupplyToCountryExcluded "%ref.SupplyToCountryExcluded;">
1345
+ <!ENTITY % ReturnsCodeType "%ref.ReturnsCodeType;">
1346
+ <!ENTITY % ReturnsCode "%ref.ReturnsCode;">
1347
+ <!ENTITY % AvailabilityCode "%ref.AvailabilityCode;">
1348
+ <!ENTITY % NewSupplier "%ref.NewSupplier;">
1349
+ <!ENTITY % DateFormat "%ref.DateFormat;">
1350
+ <!ENTITY % ExpectedShipDate "%ref.ExpectedShipDate;">
1351
+ <!ENTITY % OnSaleDate "%ref.OnSaleDate;">
1352
+ <!ENTITY % OrderTime "%ref.OrderTime;">
1353
+ <!ENTITY % PackQuantity "%ref.PackQuantity;">
1354
+ <!ENTITY % AudienceRestrictionFlag "%ref.AudienceRestrictionFlag;">
1355
+ <!ENTITY % AudienceRestrictionNote "%ref.AudienceRestrictionNote;">
1356
+ <!ENTITY % Price "%ref.Price;">
1357
+ <!ENTITY % PriceTypeCode "%ref.PriceTypeCode;">
1358
+ <!ENTITY % PriceQualifier "%ref.PriceQualifier;">
1359
+ <!ENTITY % PriceTypeDescription "%ref.PriceTypeDescription;">
1360
+ <!ENTITY % PricePer "%ref.PricePer;">
1361
+ <!ENTITY % MinimumOrderQuantity "%ref.MinimumOrderQuantity;">
1362
+ <!ENTITY % BatchBonus "%ref.BatchBonus;">
1363
+ <!ENTITY % BatchQuantity "%ref.BatchQuantity;">
1364
+ <!ENTITY % FreeQuantity "%ref.FreeQuantity;">
1365
+ <!ENTITY % ClassOfTrade "%ref.ClassOfTrade;">
1366
+ <!ENTITY % BICDiscountGroupCode "%ref.BICDiscountGroupCode;">
1367
+ <!ENTITY % DiscountPercent "%ref.DiscountPercent;">
1368
+ <!ENTITY % PriceStatus "%ref.PriceStatus;">
1369
+ <!ENTITY % PriceAmount "%ref.PriceAmount;">
1370
+ <!ENTITY % UnpricedItemType "%ref.UnpricedItemType;">
1371
+ <!ENTITY % CurrencyCode "%ref.CurrencyCode;">
1372
+ <!ENTITY % TaxRateCode1 "%ref.TaxRateCode1;">
1373
+ <!ENTITY % TaxRatePercent1 "%ref.TaxRatePercent1;">
1374
+ <!ENTITY % TaxableAmount1 "%ref.TaxableAmount1;">
1375
+ <!ENTITY % TaxAmount1 "%ref.TaxAmount1;">
1376
+ <!ENTITY % TaxRateCode2 "%ref.TaxRateCode2;">
1377
+ <!ENTITY % TaxRatePercent2 "%ref.TaxRatePercent2;">
1378
+ <!ENTITY % TaxableAmount2 "%ref.TaxableAmount2;">
1379
+ <!ENTITY % TaxAmount2 "%ref.TaxAmount2;">
1380
+ <!ENTITY % PriceEffectiveFrom "%ref.PriceEffectiveFrom;">
1381
+ <!ENTITY % PriceEffectiveUntil "%ref.PriceEffectiveUntil;">
1382
+ <!ENTITY % PromotionCampaign "%ref.PromotionCampaign;">
1383
+ <!ENTITY % PromotionContact "%ref.PromotionContact;">
1384
+ <!ENTITY % InitialPrintRun "%ref.InitialPrintRun;">
1385
+ <!ENTITY % CopiesSold "%ref.CopiesSold;">
1386
+ <!ENTITY % BookClubAdoption "%ref.BookClubAdoption;">
1387
+ <!ENTITY % SubordinateEntries "%ref.SubordinateEntries;">
1388
+ <!ENTITY % ParentIdentifier "%ref.ParentIdentifier;">
1389
+ <!ENTITY % SeriesPartName "%ref.SeriesPartName;">
1390
+ <!ENTITY % FromEANNumber "%ref.FromEANNumber;">
1391
+ <!ENTITY % FromSAN "%ref.FromSAN;">
1392
+ <!ENTITY % FromCompany "%ref.FromCompany;">
1393
+ <!ENTITY % FromPerson "%ref.FromPerson;">
1394
+ <!ENTITY % FromEmail "%ref.FromEmail;">
1395
+ <!ENTITY % ToEANNumber "%ref.ToEANNumber;">
1396
+ <!ENTITY % ToSAN "%ref.ToSAN;">
1397
+ <!ENTITY % ToCompany "%ref.ToCompany;">
1398
+ <!ENTITY % ToPerson "%ref.ToPerson;">
1399
+ <!ENTITY % MessageNumber "%ref.MessageNumber;">
1400
+ <!ENTITY % MessageRepeat "%ref.MessageRepeat;">
1401
+ <!ENTITY % SentDate "%ref.SentDate;">
1402
+ <!ENTITY % MessageNote "%ref.MessageNote;">
1403
+ <!ENTITY % DefaultLanguageOfText "%ref.DefaultLanguageOfText;">
1404
+ <!ENTITY % DefaultPriceTypeCode "%ref.DefaultPriceTypeCode;">
1405
+ <!ENTITY % DefaultCurrencyCode "%ref.DefaultCurrencyCode;">
1406
+ <!ENTITY % DefaultLinearUnit "%ref.DefaultLinearUnit;">
1407
+ <!ENTITY % DefaultWeightUnit "%ref.DefaultWeightUnit;">
1408
+ <!ENTITY % DefaultClassOfTrade "%ref.DefaultClassOfTrade;">
1409
+ <!ENTITY % Header "%ref.Header;">
1410
+
1411
+ <!-- The fixed attribute specifications are defined here -->
1412
+
1413
+ <!ENTITY % common.atts "textformat CDATA #IMPLIED
1414
+ language CDATA #IMPLIED
1415
+ transliteration CDATA #IMPLIED
1416
+ datestamp CDATA #IMPLIED
1417
+ sourcetype CDATA #IMPLIED
1418
+ sourcename CDATA #IMPLIED
1419
+ refname NMTOKEN #FIXED">
1420
+
1421
+ <!ENTITY % ONIXMessage.attspec '%common.atts; "%ref.ONIXMessage;"'>
1422
+ <!ENTITY % Product.attspec '%common.atts; "%ref.Product;"'>
1423
+ <!ENTITY % MainSeriesRecord.attspec '%common.atts; "%ref.MainSeriesRecord;"'>
1424
+ <!ENTITY % SubSeriesRecord.attspec '%common.atts; "%ref.SubSeriesRecord;"'>
1425
+ <!ENTITY % RecordReference.attspec '%common.atts; "%ref.RecordReference;"'>
1426
+ <!ENTITY % NotificationType.attspec '%common.atts; "%ref.NotificationType;"'>
1427
+ <!ENTITY % RecordSourceType.attspec '%common.atts; "%ref.RecordSourceType;"'>
1428
+ <!ENTITY % RecordSourceIdentifierType.attspec '%common.atts; "%ref.RecordSourceIdentifierType;"'>
1429
+ <!ENTITY % RecordSourceIdentifier.attspec '%common.atts; "%ref.RecordSourceIdentifier;"'>
1430
+ <!ENTITY % RecordSourceName.attspec '%common.atts; "%ref.RecordSourceName;"'>
1431
+ <!ENTITY % DeletionCode.attspec '%common.atts; "%ref.DeletionCode;"'>
1432
+ <!ENTITY % DeletionText.attspec '%common.atts; "%ref.DeletionText;"'>
1433
+ <!ENTITY % ISBN.attspec '%common.atts; "%ref.ISBN;"'>
1434
+ <!ENTITY % EAN13.attspec '%common.atts; "%ref.EAN13;"'>
1435
+ <!ENTITY % UPC.attspec '%common.atts; "%ref.UPC;"'>
1436
+ <!ENTITY % PublisherProductNo.attspec '%common.atts; "%ref.PublisherProductNo;"'>
1437
+ <!ENTITY % ISMN.attspec '%common.atts; "%ref.ISMN;"'>
1438
+ <!ENTITY % DOI.attspec '%common.atts; "%ref.DOI;"'>
1439
+ <!ENTITY % ProductIdentifier.attspec '%common.atts; "%ref.ProductIdentifier;"'>
1440
+ <!ENTITY % ProductIDType.attspec '%common.atts; "%ref.ProductIDType;"'>
1441
+ <!ENTITY % IDTypeName.attspec '%common.atts; "%ref.IDTypeName;"'>
1442
+ <!ENTITY % IDValue.attspec '%common.atts; "%ref.IDValue;"'>
1443
+ <!ENTITY % Barcode.attspec '%common.atts; "%ref.Barcode;"'>
1444
+ <!ENTITY % ReplacesISBN.attspec '%common.atts; "%ref.ReplacesISBN;"'>
1445
+ <!ENTITY % ReplacesEAN13.attspec '%common.atts; "%ref.ReplacesEAN13;"'>
1446
+ <!ENTITY % ProductForm.attspec '%common.atts; "%ref.ProductForm;"'>
1447
+ <!ENTITY % BookFormDetail.attspec '%common.atts; "%ref.BookFormDetail;"'>
1448
+ <!ENTITY % ProductFormDescription.attspec '%common.atts; "%ref.ProductFormDescription;"'>
1449
+ <!ENTITY % ContainedItem.attspec '%common.atts; "%ref.ContainedItem;"'>
1450
+ <!ENTITY % NumberOfPieces.attspec '%common.atts; "%ref.NumberOfPieces;"'>
1451
+ <!ENTITY % ItemQuantity.attspec '%common.atts; "%ref.ItemQuantity;"'>
1452
+ <!ENTITY % ProductClassification.attspec '%common.atts; "%ref.ProductClassification;"'>
1453
+ <!ENTITY % ProductClassificationType.attspec '%common.atts; "%ref.ProductClassificationType;"'>
1454
+ <!ENTITY % ProductClassificationCode.attspec '%common.atts; "%ref.ProductClassificationCode;"'>
1455
+ <!ENTITY % EpubType.attspec '%common.atts; "%ref.EpubType;"'>
1456
+ <!ENTITY % EpubTypeVersion.attspec '%common.atts; "%ref.EpubTypeVersion;"'>
1457
+ <!ENTITY % EpubTypeDescription.attspec '%common.atts; "%ref.EpubTypeDescription;"'>
1458
+ <!ENTITY % EpubFormat.attspec '%common.atts; "%ref.EpubFormat;"'>
1459
+ <!ENTITY % EpubFormatVersion.attspec '%common.atts; "%ref.EpubFormatVersion;"'>
1460
+ <!ENTITY % EpubFormatDescription.attspec '%common.atts; "%ref.EpubFormatDescription;"'>
1461
+ <!ENTITY % EpubSource.attspec '%common.atts; "%ref.EpubSource;"'>
1462
+ <!ENTITY % EpubSourceVersion.attspec '%common.atts; "%ref.EpubSourceVersion;"'>
1463
+ <!ENTITY % EpubSourceDescription.attspec '%common.atts; "%ref.EpubSourceDescription;"'>
1464
+ <!ENTITY % EpubTypeNote.attspec '%common.atts; "%ref.EpubTypeNote;"'>
1465
+ <!ENTITY % Series.attspec '%common.atts; "%ref.Series;"'>
1466
+ <!ENTITY % SeriesISSN.attspec '%common.atts; "%ref.SeriesISSN;"'>
1467
+ <!ENTITY % PublisherSeriesCode.attspec '%common.atts; "%ref.PublisherSeriesCode;"'>
1468
+ <!ENTITY % SeriesIdentifier.attspec '%common.atts; "%ref.SeriesIdentifier;"'>
1469
+ <!ENTITY % SeriesIDType.attspec '%common.atts; "%ref.SeriesIDType;"'>
1470
+ <!ENTITY % TitleOfSeries.attspec '%common.atts; "%ref.TitleOfSeries;"'>
1471
+ <!ENTITY % NumberWithinSeries.attspec '%common.atts; "%ref.NumberWithinSeries;"'>
1472
+ <!ENTITY % YearOfAnnual.attspec '%common.atts; "%ref.YearOfAnnual;"'>
1473
+ <!ENTITY % Set.attspec '%common.atts; "%ref.Set;"'>
1474
+ <!ENTITY % ISBNOfSet.attspec '%common.atts; "%ref.ISBNOfSet;"'>
1475
+ <!ENTITY % EAN13OfSet.attspec '%common.atts; "%ref.EAN13OfSet;"'>
1476
+ <!ENTITY % TitleOfSet.attspec '%common.atts; "%ref.TitleOfSet;"'>
1477
+ <!ENTITY % SetPartNumber.attspec '%common.atts; "%ref.SetPartNumber;"'>
1478
+ <!ENTITY % SetPartTitle.attspec '%common.atts; "%ref.SetPartTitle;"'>
1479
+ <!ENTITY % ItemNumberWithinSet.attspec '%common.atts; "%ref.ItemNumberWithinSet;"'>
1480
+ <!ENTITY % SetItemTitle.attspec '%common.atts; "%ref.SetItemTitle;"'>
1481
+ <!ENTITY % TextCaseFlag.attspec '%common.atts; "%ref.TextCaseFlag;"'>
1482
+ <!ENTITY % DistinctiveTitle.attspec '%common.atts; "%ref.DistinctiveTitle;"'>
1483
+ <!ENTITY % Subtitle.attspec '%common.atts; "%ref.Subtitle;"'>
1484
+ <!ENTITY % TitlePrefix.attspec '%common.atts; "%ref.TitlePrefix;"'>
1485
+ <!ENTITY % TitleWithoutPrefix.attspec '%common.atts; "%ref.TitleWithoutPrefix;"'>
1486
+ <!ENTITY % TranslationOfTitle.attspec '%common.atts; "%ref.TranslationOfTitle;"'>
1487
+ <!ENTITY % FormerTitle.attspec '%common.atts; "%ref.FormerTitle;"'>
1488
+ <!ENTITY % Title.attspec '%common.atts; "%ref.Title;"'>
1489
+ <!ENTITY % TitleType.attspec '%common.atts; "%ref.TitleType;"'>
1490
+ <!ENTITY % AbbreviatedLength.attspec '%common.atts; "%ref.AbbreviatedLength;"'>
1491
+ <!ENTITY % TitleText.attspec '%common.atts; "%ref.TitleText;"'>
1492
+ <!ENTITY % WorkIdentifier.attspec '%common.atts; "%ref.WorkIdentifier;"'>
1493
+ <!ENTITY % WorkIDType.attspec '%common.atts; "%ref.WorkIDType;"'>
1494
+ <!ENTITY % Contributor.attspec '%common.atts; "%ref.Contributor;"'>
1495
+ <!ENTITY % SequenceNumber.attspec '%common.atts; "%ref.SequenceNumber;"'>
1496
+ <!ENTITY % ContributorRole.attspec '%common.atts; "%ref.ContributorRole;"'>
1497
+ <!ENTITY % LanguageCode.attspec '%common.atts; "%ref.LanguageCode;"'>
1498
+ <!ENTITY % PersonName.attspec '%common.atts; "%ref.PersonName;"'>
1499
+ <!ENTITY % PersonNameInverted.attspec '%common.atts; "%ref.PersonNameInverted;"'>
1500
+ <!ENTITY % TitlesBeforeNames.attspec '%common.atts; "%ref.TitlesBeforeNames;"'>
1501
+ <!ENTITY % NamesBeforeKey.attspec '%common.atts; "%ref.NamesBeforeKey;"'>
1502
+ <!ENTITY % PrefixToKey.attspec '%common.atts; "%ref.PrefixToKey;"'>
1503
+ <!ENTITY % SuffixToKey.attspec '%common.atts; "%ref.SuffixToKey;"'>
1504
+ <!ENTITY % KeyNames.attspec '%common.atts; "%ref.KeyNames;"'>
1505
+ <!ENTITY % NamesAfterKey.attspec '%common.atts; "%ref.NamesAfterKey;"'>
1506
+ <!ENTITY % LettersAfterNames.attspec '%common.atts; "%ref.LettersAfterNames;"'>
1507
+ <!ENTITY % TitlesAfterNames.attspec '%common.atts; "%ref.TitlesAfterNames;"'>
1508
+ <!ENTITY % Name.attspec '%common.atts; "%ref.Name;"'>
1509
+ <!ENTITY % PersonNameType.attspec '%common.atts; "%ref.PersonNameType;"'>
1510
+ <!ENTITY % BiographicalNote.attspec '%common.atts; "%ref.BiographicalNote;"'>
1511
+ <!ENTITY % ProfessionalPosition.attspec '%common.atts; "%ref.ProfessionalPosition;"'>
1512
+ <!ENTITY % Affiliation.attspec '%common.atts; "%ref.Affiliation;"'>
1513
+ <!ENTITY % CorporateName.attspec '%common.atts; "%ref.CorporateName;"'>
1514
+ <!ENTITY % ContributorDescription.attspec '%common.atts; "%ref.ContributorDescription;"'>
1515
+ <!ENTITY % UnnamedPersons.attspec '%common.atts; "%ref.UnnamedPersons;"'>
1516
+ <!ENTITY % ContributorStatement.attspec '%common.atts; "%ref.ContributorStatement;"'>
1517
+ <!ENTITY % ConferenceDescription.attspec '%common.atts; "%ref.ConferenceDescription;"'>
1518
+ <!ENTITY % ConferenceRole.attspec '%common.atts; "%ref.ConferenceRole;"'>
1519
+ <!ENTITY % ConferenceName.attspec '%common.atts; "%ref.ConferenceName;"'>
1520
+ <!ENTITY % ConferenceNumber.attspec '%common.atts; "%ref.ConferenceNumber;"'>
1521
+ <!ENTITY % ConferenceDate.attspec '%common.atts; "%ref.ConferenceDate;"'>
1522
+ <!ENTITY % ConferencePlace.attspec '%common.atts; "%ref.ConferencePlace;"'>
1523
+ <!ENTITY % EditionTypeCode.attspec '%common.atts; "%ref.EditionTypeCode;"'>
1524
+ <!ENTITY % EditionNumber.attspec '%common.atts; "%ref.EditionNumber;"'>
1525
+ <!ENTITY % EditionVersionNumber.attspec '%common.atts; "%ref.EditionVersionNumber;"'>
1526
+ <!ENTITY % EditionStatement.attspec '%common.atts; "%ref.EditionStatement;"'>
1527
+ <!ENTITY % LanguageOfText.attspec '%common.atts; "%ref.LanguageOfText;"'>
1528
+ <!ENTITY % OriginalLanguage.attspec '%common.atts; "%ref.OriginalLanguage;"'>
1529
+ <!ENTITY % Language.attspec '%common.atts; "%ref.Language;"'>
1530
+ <!ENTITY % LanguageRole.attspec '%common.atts; "%ref.LanguageRole;"'>
1531
+ <!ENTITY % CountryCode.attspec '%common.atts; "%ref.CountryCode;"'>
1532
+ <!ENTITY % NumberOfPages.attspec '%common.atts; "%ref.NumberOfPages;"'>
1533
+ <!ENTITY % PagesRoman.attspec '%common.atts; "%ref.PagesRoman;"'>
1534
+ <!ENTITY % PagesArabic.attspec '%common.atts; "%ref.PagesArabic;"'>
1535
+ <!ENTITY % NumberOfIllustrations.attspec '%common.atts; "%ref.NumberOfIllustrations;"'>
1536
+ <!ENTITY % IllustrationsNote.attspec '%common.atts; "%ref.IllustrationsNote;"'>
1537
+ <!ENTITY % Illustrations.attspec '%common.atts; "%ref.Illustrations;"'>
1538
+ <!ENTITY % IllustrationType.attspec '%common.atts; "%ref.IllustrationType;"'>
1539
+ <!ENTITY % Number.attspec '%common.atts; "%ref.Number;"'>
1540
+ <!ENTITY % MapScale.attspec '%common.atts; "%ref.MapScale;"'>
1541
+ <!ENTITY % Extent.attspec '%common.atts; "%ref.Extent;"'>
1542
+ <!ENTITY % ExtentType.attspec '%common.atts; "%ref.ExtentType;"'>
1543
+ <!ENTITY % ExtentValue.attspec '%common.atts; "%ref.ExtentValue;"'>
1544
+ <!ENTITY % ExtentUnit.attspec '%common.atts; "%ref.ExtentUnit;"'>
1545
+ <!ENTITY % BASICMainSubject.attspec '%common.atts; "%ref.BASICMainSubject;"'>
1546
+ <!ENTITY % BASICVersion.attspec '%common.atts; "%ref.BASICVersion;"'>
1547
+ <!ENTITY % BICMainSubject.attspec '%common.atts; "%ref.BICMainSubject;"'>
1548
+ <!ENTITY % BICVersion.attspec '%common.atts; "%ref.BICVersion;"'>
1549
+ <!ENTITY % MainSubject.attspec '%common.atts; "%ref.MainSubject;"'>
1550
+ <!ENTITY % MainSubjectSchemeIdentifier.attspec '%common.atts; "%ref.MainSubjectSchemeIdentifier;"'>
1551
+ <!ENTITY % Subject.attspec '%common.atts; "%ref.Subject;"'>
1552
+ <!ENTITY % SubjectSchemeIdentifier.attspec '%common.atts; "%ref.SubjectSchemeIdentifier;"'>
1553
+ <!ENTITY % SubjectSchemeName.attspec '%common.atts; "%ref.SubjectSchemeName;"'>
1554
+ <!ENTITY % SubjectSchemeVersion.attspec '%common.atts; "%ref.SubjectSchemeVersion;"'>
1555
+ <!ENTITY % SubjectCode.attspec '%common.atts; "%ref.SubjectCode;"'>
1556
+ <!ENTITY % SubjectHeadingText.attspec '%common.atts; "%ref.SubjectHeadingText;"'>
1557
+ <!ENTITY % PersonAsSubject.attspec '%common.atts; "%ref.PersonAsSubject;"'>
1558
+ <!ENTITY % CorporateBodyAsSubject.attspec '%common.atts; "%ref.CorporateBodyAsSubject;"'>
1559
+ <!ENTITY % PlaceAsSubject.attspec '%common.atts; "%ref.PlaceAsSubject;"'>
1560
+ <!ENTITY % AudienceCode.attspec '%common.atts; "%ref.AudienceCode;"'>
1561
+ <!ENTITY % Audience.attspec '%common.atts; "%ref.Audience;"'>
1562
+ <!ENTITY % AudienceCodeType.attspec '%common.atts; "%ref.AudienceCodeType;"'>
1563
+ <!ENTITY % AudienceCodeTypeName.attspec '%common.atts; "%ref.AudienceCodeTypeName;"'>
1564
+ <!ENTITY % AudienceCodeValue.attspec '%common.atts; "%ref.AudienceCodeValue;"'>
1565
+ <!ENTITY % USSchoolGrade.attspec '%common.atts; "%ref.USSchoolGrade;"'>
1566
+ <!ENTITY % InterestAge.attspec '%common.atts; "%ref.InterestAge;"'>
1567
+ <!ENTITY % AudienceRange.attspec '%common.atts; "%ref.AudienceRange;"'>
1568
+ <!ENTITY % AudienceRangeQualifier.attspec '%common.atts; "%ref.AudienceRangeQualifier;"'>
1569
+ <!ENTITY % AudienceRangePrecision.attspec '%common.atts; "%ref.AudienceRangePrecision;"'>
1570
+ <!ENTITY % AudienceRangeValue.attspec '%common.atts; "%ref.AudienceRangeValue;"'>
1571
+ <!ENTITY % AudienceDescription.attspec '%common.atts; "%ref.AudienceDescription;"'>
1572
+ <!ENTITY % Complexity.attspec '%common.atts; "%ref.Complexity;"'>
1573
+ <!ENTITY % ComplexitySchemeIdentifier.attspec '%common.atts; "%ref.ComplexitySchemeIdentifier;"'>
1574
+ <!ENTITY % ComplexityCode.attspec '%common.atts; "%ref.ComplexityCode;"'>
1575
+ <!ENTITY % ImprintName.attspec '%common.atts; "%ref.ImprintName;"'>
1576
+ <!ENTITY % PublisherName.attspec '%common.atts; "%ref.PublisherName;"'>
1577
+ <!ENTITY % PublishingRole.attspec '%common.atts; "%ref.PublishingRole;"'>
1578
+ <!ENTITY % Imprint.attspec '%common.atts; "%ref.Imprint;"'>
1579
+ <!ENTITY % Publisher.attspec '%common.atts; "%ref.Publisher;"'>
1580
+ <!ENTITY % NameCodeType.attspec '%common.atts; "%ref.NameCodeType;"'>
1581
+ <!ENTITY % NameCodeTypeName.attspec '%common.atts; "%ref.NameCodeTypeName;"'>
1582
+ <!ENTITY % NameCodeValue.attspec '%common.atts; "%ref.NameCodeValue;"'>
1583
+ <!ENTITY % CityOfPublication.attspec '%common.atts; "%ref.CityOfPublication;"'>
1584
+ <!ENTITY % CountryOfPublication.attspec '%common.atts; "%ref.CountryOfPublication;"'>
1585
+ <!ENTITY % CopublisherName.attspec '%common.atts; "%ref.CopublisherName;"'>
1586
+ <!ENTITY % SponsorName.attspec '%common.atts; "%ref.SponsorName;"'>
1587
+ <!ENTITY % OriginalPublisher.attspec '%common.atts; "%ref.OriginalPublisher;"'>
1588
+ <!ENTITY % AnnouncementDate.attspec '%common.atts; "%ref.AnnouncementDate;"'>
1589
+ <!ENTITY % PublicationDate.attspec '%common.atts; "%ref.PublicationDate;"'>
1590
+ <!ENTITY % CopyrightYear.attspec '%common.atts; "%ref.CopyrightYear;"'>
1591
+ <!ENTITY % YearFirstPublished.attspec '%common.atts; "%ref.YearFirstPublished;"'>
1592
+ <!ENTITY % SalesRights.attspec '%common.atts; "%ref.SalesRights;"'>
1593
+ <!ENTITY % NotForSale.attspec '%common.atts; "%ref.NotForSale;"'>
1594
+ <!ENTITY % SalesRightsType.attspec '%common.atts; "%ref.SalesRightsType;"'>
1595
+ <!ENTITY % RightsCountry.attspec '%common.atts; "%ref.RightsCountry;"'>
1596
+ <!ENTITY % RightsRegion.attspec '%common.atts; "%ref.RightsRegion;"'>
1597
+ <!ENTITY % Measure.attspec '%common.atts; "%ref.Measure;"'>
1598
+ <!ENTITY % MeasureTypeCode.attspec '%common.atts; "%ref.MeasureTypeCode;"'>
1599
+ <!ENTITY % Measurement.attspec '%common.atts; "%ref.Measurement;"'>
1600
+ <!ENTITY % MeasureUnitCode.attspec '%common.atts; "%ref.MeasureUnitCode;"'>
1601
+ <!ENTITY % Height.attspec '%common.atts; "%ref.Height;"'>
1602
+ <!ENTITY % Width.attspec '%common.atts; "%ref.Width;"'>
1603
+ <!ENTITY % Thickness.attspec '%common.atts; "%ref.Thickness;"'>
1604
+ <!ENTITY % Weight.attspec '%common.atts; "%ref.Weight;"'>
1605
+ <!ENTITY % Dimensions.attspec '%common.atts; "%ref.Dimensions;"'>
1606
+ <!ENTITY % Annotation.attspec '%common.atts; "%ref.Annotation;"'>
1607
+ <!ENTITY % MainDescription.attspec '%common.atts; "%ref.MainDescription;"'>
1608
+ <!ENTITY % OtherText.attspec '%common.atts; "%ref.OtherText;"'>
1609
+ <!ENTITY % TextTypeCode.attspec '%common.atts; "%ref.TextTypeCode;"'>
1610
+ <!ENTITY % TextFormat.attspec '%common.atts; "%ref.TextFormat;"'>
1611
+ <!ENTITY % Text.attspec '%common.atts; "%ref.Text;"'>
1612
+ <!ENTITY % TextLinkType.attspec '%common.atts; "%ref.TextLinkType;"'>
1613
+ <!ENTITY % TextLink.attspec '%common.atts; "%ref.TextLink;"'>
1614
+ <!ENTITY % TextAuthor.attspec '%common.atts; "%ref.TextAuthor;"'>
1615
+ <!ENTITY % TextSourceTitle.attspec '%common.atts; "%ref.TextSourceTitle;"'>
1616
+ <!ENTITY % TextPublicationDate.attspec '%common.atts; "%ref.TextPublicationDate;"'>
1617
+ <!ENTITY % ReviewQuote.attspec '%common.atts; "%ref.ReviewQuote;"'>
1618
+ <!ENTITY % CoverImageFormatCode.attspec '%common.atts; "%ref.CoverImageFormatCode;"'>
1619
+ <!ENTITY % CoverImageLinkTypeCode.attspec '%common.atts; "%ref.CoverImageLinkTypeCode;"'>
1620
+ <!ENTITY % CoverImageLink.attspec '%common.atts; "%ref.CoverImageLink;"'>
1621
+ <!ENTITY % MediaFile.attspec '%common.atts; "%ref.MediaFile;"'>
1622
+ <!ENTITY % MediaFileTypeCode.attspec '%common.atts; "%ref.MediaFileTypeCode;"'>
1623
+ <!ENTITY % MediaFileFormatCode.attspec '%common.atts; "%ref.MediaFileFormatCode;"'>
1624
+ <!ENTITY % ImageResolution.attspec '%common.atts; "%ref.ImageResolution;"'>
1625
+ <!ENTITY % MediaFileLinkTypeCode.attspec '%common.atts; "%ref.MediaFileLinkTypeCode;"'>
1626
+ <!ENTITY % MediaFileLink.attspec '%common.atts; "%ref.MediaFileLink;"'>
1627
+ <!ENTITY % TextWithDownload.attspec '%common.atts; "%ref.TextWithDownload;"'>
1628
+ <!ENTITY % DownloadCaption.attspec '%common.atts; "%ref.DownloadCaption;"'>
1629
+ <!ENTITY % DownloadCredit.attspec '%common.atts; "%ref.DownloadCredit;"'>
1630
+ <!ENTITY % DownloadCopyrightNotice.attspec '%common.atts; "%ref.DownloadCopyrightNotice;"'>
1631
+ <!ENTITY % DownloadTerms.attspec '%common.atts; "%ref.DownloadTerms;"'>
1632
+ <!ENTITY % ProductWebsite.attspec '%common.atts; "%ref.ProductWebsite;"'>
1633
+ <!ENTITY % ProductWebsiteDescription.attspec '%common.atts; "%ref.ProductWebsiteDescription;"'>
1634
+ <!ENTITY % ProductWebsiteLink.attspec '%common.atts; "%ref.ProductWebsiteLink;"'>
1635
+ <!ENTITY % PrizesDescription.attspec '%common.atts; "%ref.PrizesDescription;"'>
1636
+ <!ENTITY % Prize.attspec '%common.atts; "%ref.Prize;"'>
1637
+ <!ENTITY % PrizeName.attspec '%common.atts; "%ref.PrizeName;"'>
1638
+ <!ENTITY % PrizeYear.attspec '%common.atts; "%ref.PrizeYear;"'>
1639
+ <!ENTITY % PrizeCountry.attspec '%common.atts; "%ref.PrizeCountry;"'>
1640
+ <!ENTITY % PrizeCode.attspec '%common.atts; "%ref.PrizeCode;"'>
1641
+ <!ENTITY % ContentItem.attspec '%common.atts; "%ref.ContentItem;"'>
1642
+ <!ENTITY % LevelSequenceNumber.attspec '%common.atts; "%ref.LevelSequenceNumber;"'>
1643
+ <!ENTITY % TextItem.attspec '%common.atts; "%ref.TextItem;"'>
1644
+ <!ENTITY % TextItemType.attspec '%common.atts; "%ref.TextItemType;"'>
1645
+ <!ENTITY % TextItemIdentifier.attspec '%common.atts; "%ref.TextItemIdentifier;"'>
1646
+ <!ENTITY % TextItemIDType.attspec '%common.atts; "%ref.TextItemIDType;"'>
1647
+ <!ENTITY % FirstPageNumber.attspec '%common.atts; "%ref.FirstPageNumber;"'>
1648
+ <!ENTITY % LastPageNumber.attspec '%common.atts; "%ref.LastPageNumber;"'>
1649
+ <!ENTITY % ComponentTypeName.attspec '%common.atts; "%ref.ComponentTypeName;"'>
1650
+ <!ENTITY % ComponentNumber.attspec '%common.atts; "%ref.ComponentNumber;"'>
1651
+ <!ENTITY % ReplacedByISBN.attspec '%common.atts; "%ref.ReplacedByISBN;"'>
1652
+ <!ENTITY % ReplacedByEAN13.attspec '%common.atts; "%ref.ReplacedByEAN13;"'>
1653
+ <!ENTITY % RelatedProduct.attspec '%common.atts; "%ref.RelatedProduct;"'>
1654
+ <!ENTITY % RelationCode.attspec '%common.atts; "%ref.RelationCode;"'>
1655
+ <!ENTITY % AlternativeFormatISBN.attspec '%common.atts; "%ref.AlternativeFormatISBN;"'>
1656
+ <!ENTITY % AlternativeFormatEAN13.attspec '%common.atts; "%ref.AlternativeFormatEAN13;"'>
1657
+ <!ENTITY % AlternativeProductISBN.attspec '%common.atts; "%ref.AlternativeProductISBN;"'>
1658
+ <!ENTITY % AlternativeProductEAN13.attspec '%common.atts; "%ref.AlternativeProductEAN13;"'>
1659
+ <!ENTITY % OutOfPrintDate.attspec '%common.atts; "%ref.OutOfPrintDate;"'>
1660
+ <!ENTITY % SupplyDetail.attspec '%common.atts; "%ref.SupplyDetail;"'>
1661
+ <!ENTITY % SupplierEANLocationNumber.attspec '%common.atts; "%ref.SupplierEANLocationNumber;"'>
1662
+ <!ENTITY % SupplierSAN.attspec '%common.atts; "%ref.SupplierSAN;"'>
1663
+ <!ENTITY % SupplierName.attspec '%common.atts; "%ref.SupplierName;"'>
1664
+ <!ENTITY % TelephoneNumber.attspec '%common.atts; "%ref.TelephoneNumber;"'>
1665
+ <!ENTITY % FaxNumber.attspec '%common.atts; "%ref.FaxNumber;"'>
1666
+ <!ENTITY % EmailAddress.attspec '%common.atts; "%ref.EmailAddress;"'>
1667
+ <!ENTITY % SupplyToCountry.attspec '%common.atts; "%ref.SupplyToCountry;"'>
1668
+ <!ENTITY % SupplyToRegion.attspec '%common.atts; "%ref.SupplyToRegion;"'>
1669
+ <!ENTITY % SupplyToCountryExcluded.attspec '%common.atts; "%ref.SupplyToCountryExcluded;"'>
1670
+ <!ENTITY % ReturnsCodeType.attspec '%common.atts; "%ref.ReturnsCodeType;"'>
1671
+ <!ENTITY % ReturnsCode.attspec '%common.atts; "%ref.ReturnsCode;"'>
1672
+ <!ENTITY % AvailabilityCode.attspec '%common.atts; "%ref.AvailabilityCode;"'>
1673
+ <!ENTITY % NewSupplier.attspec '%common.atts; "%ref.NewSupplier;"'>
1674
+ <!ENTITY % DateFormat.attspec '%common.atts; "%ref.DateFormat;"'>
1675
+ <!ENTITY % ExpectedShipDate.attspec '%common.atts; "%ref.ExpectedShipDate;"'>
1676
+ <!ENTITY % OnSaleDate.attspec '%common.atts; "%ref.OnSaleDate;"'>
1677
+ <!ENTITY % OrderTime.attspec '%common.atts; "%ref.OrderTime;"'>
1678
+ <!ENTITY % PackQuantity.attspec '%common.atts; "%ref.PackQuantity;"'>
1679
+ <!ENTITY % AudienceRestrictionFlag.attspec '%common.atts; "%ref.AudienceRestrictionFlag;"'>
1680
+ <!ENTITY % AudienceRestrictionNote.attspec '%common.atts; "%ref.AudienceRestrictionNote;"'>
1681
+ <!ENTITY % Price.attspec '%common.atts; "%ref.Price;"'>
1682
+ <!ENTITY % PriceTypeCode.attspec '%common.atts; "%ref.PriceTypeCode;"'>
1683
+ <!ENTITY % PriceQualifier.attspec '%common.atts; "%ref.PriceQualifier;"'>
1684
+ <!ENTITY % PriceTypeDescription.attspec '%common.atts; "%ref.PriceTypeDescription;"'>
1685
+ <!ENTITY % PricePer.attspec '%common.atts; "%ref.PricePer;"'>
1686
+ <!ENTITY % MinimumOrderQuantity.attspec '%common.atts; "%ref.MinimumOrderQuantity;"'>
1687
+ <!ENTITY % BatchBonus.attspec '%common.atts; "%ref.BatchBonus;"'>
1688
+ <!ENTITY % BatchQuantity.attspec '%common.atts; "%ref.BatchQuantity;"'>
1689
+ <!ENTITY % FreeQuantity.attspec '%common.atts; "%ref.FreeQuantity;"'>
1690
+ <!ENTITY % ClassOfTrade.attspec '%common.atts; "%ref.ClassOfTrade;"'>
1691
+ <!ENTITY % BICDiscountGroupCode.attspec '%common.atts; "%ref.BICDiscountGroupCode;"'>
1692
+ <!ENTITY % DiscountPercent.attspec '%common.atts; "%ref.DiscountPercent;"'>
1693
+ <!ENTITY % PriceStatus.attspec '%common.atts; "%ref.PriceStatus;"'>
1694
+ <!ENTITY % PriceAmount.attspec '%common.atts; "%ref.PriceAmount;"'>
1695
+ <!ENTITY % UnpricedItemType.attspec '%common.atts; "%ref.UnpricedItemType;"'>
1696
+ <!ENTITY % CurrencyCode.attspec '%common.atts; "%ref.CurrencyCode;"'>
1697
+ <!ENTITY % TaxRateCode1.attspec '%common.atts; "%ref.TaxRateCode1;"'>
1698
+ <!ENTITY % TaxRatePercent1.attspec '%common.atts; "%ref.TaxRatePercent1;"'>
1699
+ <!ENTITY % TaxableAmount1.attspec '%common.atts; "%ref.TaxableAmount1;"'>
1700
+ <!ENTITY % TaxAmount1.attspec '%common.atts; "%ref.TaxAmount1;"'>
1701
+ <!ENTITY % TaxRateCode2.attspec '%common.atts; "%ref.TaxRateCode2;"'>
1702
+ <!ENTITY % TaxRatePercent2.attspec '%common.atts; "%ref.TaxRatePercent2;"'>
1703
+ <!ENTITY % TaxableAmount2.attspec '%common.atts; "%ref.TaxableAmount2;"'>
1704
+ <!ENTITY % TaxAmount2.attspec '%common.atts; "%ref.TaxAmount2;"'>
1705
+ <!ENTITY % PriceEffectiveFrom.attspec '%common.atts; "%ref.PriceEffectiveFrom;"'>
1706
+ <!ENTITY % PriceEffectiveUntil.attspec '%common.atts; "%ref.PriceEffectiveUntil;"'>
1707
+ <!ENTITY % PromotionCampaign.attspec '%common.atts; "%ref.PromotionCampaign;"'>
1708
+ <!ENTITY % PromotionContact.attspec '%common.atts; "%ref.PromotionContact;"'>
1709
+ <!ENTITY % InitialPrintRun.attspec '%common.atts; "%ref.InitialPrintRun;"'>
1710
+ <!ENTITY % CopiesSold.attspec '%common.atts; "%ref.CopiesSold;"'>
1711
+ <!ENTITY % BookClubAdoption.attspec '%common.atts; "%ref.BookClubAdoption;"'>
1712
+ <!ENTITY % SubordinateEntries.attspec '%common.atts; "%ref.SubordinateEntries;"'>
1713
+ <!ENTITY % ParentIdentifier.attspec '%common.atts; "%ref.ParentIdentifier;"'>
1714
+ <!ENTITY % SeriesPartName.attspec '%common.atts; "%ref.SeriesPartName;"'>
1715
+ <!ENTITY % FromEANNumber.attspec '%common.atts; "%ref.FromEANNumber;"'>
1716
+ <!ENTITY % FromSAN.attspec '%common.atts; "%ref.FromSAN;"'>
1717
+ <!ENTITY % FromCompany.attspec '%common.atts; "%ref.FromCompany;"'>
1718
+ <!ENTITY % FromPerson.attspec '%common.atts; "%ref.FromPerson;"'>
1719
+ <!ENTITY % FromEmail.attspec '%common.atts; "%ref.FromEmail;"'>
1720
+ <!ENTITY % ToEANNumber.attspec '%common.atts; "%ref.ToEANNumber;"'>
1721
+ <!ENTITY % ToSAN.attspec '%common.atts; "%ref.ToSAN;"'>
1722
+ <!ENTITY % ToCompany.attspec '%common.atts; "%ref.ToCompany;"'>
1723
+ <!ENTITY % ToPerson.attspec '%common.atts; "%ref.ToPerson;"'>
1724
+ <!ENTITY % MessageNumber.attspec '%common.atts; "%ref.MessageNumber;"'>
1725
+ <!ENTITY % MessageRepeat.attspec '%common.atts; "%ref.MessageRepeat;"'>
1726
+ <!ENTITY % SentDate.attspec '%common.atts; "%ref.SentDate;"'>
1727
+ <!ENTITY % MessageNote.attspec '%common.atts; "%ref.MessageNote;"'>
1728
+ <!ENTITY % DefaultLanguageOfText.attspec '%common.atts; "%ref.DefaultLanguageOfText;"'>
1729
+ <!ENTITY % DefaultPriceTypeCode.attspec '%common.atts; "%ref.DefaultPriceTypeCode;"'>
1730
+ <!ENTITY % DefaultCurrencyCode.attspec '%common.atts; "%ref.DefaultCurrencyCode;"'>
1731
+ <!ENTITY % DefaultLinearUnit.attspec '%common.atts; "%ref.DefaultLinearUnit;"'>
1732
+ <!ENTITY % DefaultWeightUnit.attspec '%common.atts; "%ref.DefaultWeightUnit;"'>
1733
+ <!ENTITY % DefaultClassOfTrade.attspec '%common.atts; "%ref.DefaultClassOfTrade;"'>
1734
+ <!ENTITY % Header.attspec '%common.atts; "%ref.Header;"'>
1735
+
1736
+ <!-- The fixed attributes for each element are declared here -->
1737
+
1738
+ <!ATTLIST %ONIXMessage; %ONIXMessage.attspec;>
1739
+ <!ATTLIST %Product; %Product.attspec;>
1740
+ <!ATTLIST %MainSeriesRecord; %MainSeriesRecord.attspec;>
1741
+ <!ATTLIST %SubSeriesRecord; %SubSeriesRecord.attspec;>
1742
+ <!ATTLIST %RecordReference; %RecordReference.attspec;>
1743
+ <!ATTLIST %NotificationType; %NotificationType.attspec;>
1744
+ <!ATTLIST %RecordSourceType; %RecordSourceType.attspec;>
1745
+ <!ATTLIST %RecordSourceIdentifierType; %RecordSourceIdentifierType.attspec;>
1746
+ <!ATTLIST %RecordSourceIdentifier; %RecordSourceIdentifier.attspec;>
1747
+ <!ATTLIST %RecordSourceName; %RecordSourceName.attspec;>
1748
+ <!ATTLIST %DeletionCode; %DeletionCode.attspec;>
1749
+ <!ATTLIST %DeletionText; %DeletionText.attspec;>
1750
+ <!ATTLIST %ISBN; %ISBN.attspec;>
1751
+ <!ATTLIST %EAN13; %EAN13.attspec;>
1752
+ <!ATTLIST %UPC; %UPC.attspec;>
1753
+ <!ATTLIST %PublisherProductNo; %PublisherProductNo.attspec;>
1754
+ <!ATTLIST %ISMN; %ISMN.attspec;>
1755
+ <!ATTLIST %DOI; %DOI.attspec;>
1756
+ <!ATTLIST %ProductIdentifier; %ProductIdentifier.attspec;>
1757
+ <!ATTLIST %ProductIDType; %ProductIDType.attspec;>
1758
+ <!ATTLIST %IDTypeName; %IDTypeName.attspec;>
1759
+ <!ATTLIST %IDValue; %IDValue.attspec;>
1760
+ <!ATTLIST %Barcode; %Barcode.attspec;>
1761
+ <!ATTLIST %ReplacesISBN; %ReplacesISBN.attspec;>
1762
+ <!ATTLIST %ReplacesEAN13; %ReplacesEAN13.attspec;>
1763
+ <!ATTLIST %ProductForm; %ProductForm.attspec;>
1764
+ <!ATTLIST %BookFormDetail; %BookFormDetail.attspec;>
1765
+ <!ATTLIST %ProductFormDescription; %ProductFormDescription.attspec;>
1766
+ <!ATTLIST %ContainedItem; %ContainedItem.attspec;>
1767
+ <!ATTLIST %NumberOfPieces; %NumberOfPieces.attspec;>
1768
+ <!ATTLIST %ItemQuantity; %ItemQuantity.attspec;>
1769
+ <!ATTLIST %ProductClassification; %ProductClassification.attspec;>
1770
+ <!ATTLIST %ProductClassificationType; %ProductClassificationType.attspec;>
1771
+ <!ATTLIST %ProductClassificationCode; %ProductClassificationCode.attspec;>
1772
+ <!ATTLIST %EpubType; %EpubType.attspec;>
1773
+ <!ATTLIST %EpubTypeVersion; %EpubTypeVersion.attspec;>
1774
+ <!ATTLIST %EpubTypeDescription; %EpubTypeDescription.attspec;>
1775
+ <!ATTLIST %EpubFormat; %EpubFormat.attspec;>
1776
+ <!ATTLIST %EpubFormatVersion; %EpubFormatVersion.attspec;>
1777
+ <!ATTLIST %EpubFormatDescription; %EpubFormatDescription.attspec;>
1778
+ <!ATTLIST %EpubSource; %EpubSource.attspec;>
1779
+ <!ATTLIST %EpubSourceVersion; %EpubSourceVersion.attspec;>
1780
+ <!ATTLIST %EpubSourceDescription; %EpubSourceDescription.attspec;>
1781
+ <!ATTLIST %EpubTypeNote; %EpubTypeNote.attspec;>
1782
+ <!ATTLIST %Series; %Series.attspec;>
1783
+ <!ATTLIST %SeriesISSN; %SeriesISSN.attspec;>
1784
+ <!ATTLIST %PublisherSeriesCode; %PublisherSeriesCode.attspec;>
1785
+ <!ATTLIST %SeriesIdentifier; %SeriesIdentifier.attspec;>
1786
+ <!ATTLIST %SeriesIDType; %SeriesIDType.attspec;>
1787
+ <!ATTLIST %TitleOfSeries; %TitleOfSeries.attspec;>
1788
+ <!ATTLIST %NumberWithinSeries; %NumberWithinSeries.attspec;>
1789
+ <!ATTLIST %YearOfAnnual; %YearOfAnnual.attspec;>
1790
+ <!ATTLIST %Set; %Set.attspec;>
1791
+ <!ATTLIST %ISBNOfSet; %ISBNOfSet.attspec;>
1792
+ <!ATTLIST %EAN13OfSet; %EAN13OfSet.attspec;>
1793
+ <!ATTLIST %TitleOfSet; %TitleOfSet.attspec;>
1794
+ <!ATTLIST %SetPartNumber; %SetPartNumber.attspec;>
1795
+ <!ATTLIST %SetPartTitle; %SetPartTitle.attspec;>
1796
+ <!ATTLIST %ItemNumberWithinSet; %ItemNumberWithinSet.attspec;>
1797
+ <!ATTLIST %SetItemTitle; %SetItemTitle.attspec;>
1798
+ <!ATTLIST %TextCaseFlag; %TextCaseFlag.attspec;>
1799
+ <!ATTLIST %DistinctiveTitle; %DistinctiveTitle.attspec;>
1800
+ <!ATTLIST %Subtitle; %Subtitle.attspec;>
1801
+ <!ATTLIST %TitlePrefix; %TitlePrefix.attspec;>
1802
+ <!ATTLIST %TitleWithoutPrefix; %TitleWithoutPrefix.attspec;>
1803
+ <!ATTLIST %TranslationOfTitle; %TranslationOfTitle.attspec;>
1804
+ <!ATTLIST %FormerTitle; %FormerTitle.attspec;>
1805
+ <!ATTLIST %Title; %Title.attspec;>
1806
+ <!ATTLIST %TitleType; %TitleType.attspec;>
1807
+ <!ATTLIST %AbbreviatedLength; %AbbreviatedLength.attspec;>
1808
+ <!ATTLIST %TitleText; %TitleText.attspec;>
1809
+ <!ATTLIST %WorkIdentifier; %WorkIdentifier.attspec;>
1810
+ <!ATTLIST %WorkIDType; %WorkIDType.attspec;>
1811
+ <!ATTLIST %Contributor; %Contributor.attspec;>
1812
+ <!ATTLIST %SequenceNumber; %SequenceNumber.attspec;>
1813
+ <!ATTLIST %ContributorRole; %ContributorRole.attspec;>
1814
+ <!ATTLIST %LanguageCode; %LanguageCode.attspec;>
1815
+ <!ATTLIST %PersonName; %PersonName.attspec;>
1816
+ <!ATTLIST %PersonNameInverted; %PersonNameInverted.attspec;>
1817
+ <!ATTLIST %TitlesBeforeNames; %TitlesBeforeNames.attspec;>
1818
+ <!ATTLIST %NamesBeforeKey; %NamesBeforeKey.attspec;>
1819
+ <!ATTLIST %PrefixToKey; %PrefixToKey.attspec;>
1820
+ <!ATTLIST %SuffixToKey; %SuffixToKey.attspec;>
1821
+ <!ATTLIST %KeyNames; %KeyNames.attspec;>
1822
+ <!ATTLIST %NamesAfterKey; %NamesAfterKey.attspec;>
1823
+ <!ATTLIST %LettersAfterNames; %LettersAfterNames.attspec;>
1824
+ <!ATTLIST %TitlesAfterNames; %TitlesAfterNames.attspec;>
1825
+ <!ATTLIST %Name; %Name.attspec;>
1826
+ <!ATTLIST %PersonNameType; %PersonNameType.attspec;>
1827
+ <!ATTLIST %BiographicalNote; %BiographicalNote.attspec;>
1828
+ <!ATTLIST %ProfessionalPosition; %ProfessionalPosition.attspec;>
1829
+ <!ATTLIST %Affiliation; %Affiliation.attspec;>
1830
+ <!ATTLIST %CorporateName; %CorporateName.attspec;>
1831
+ <!ATTLIST %ContributorDescription; %ContributorDescription.attspec;>
1832
+ <!ATTLIST %UnnamedPersons; %UnnamedPersons.attspec;>
1833
+ <!ATTLIST %ContributorStatement; %ContributorStatement.attspec;>
1834
+ <!ATTLIST %ConferenceDescription; %ConferenceDescription.attspec;>
1835
+ <!ATTLIST %ConferenceRole; %ConferenceRole.attspec;>
1836
+ <!ATTLIST %ConferenceName; %ConferenceName.attspec;>
1837
+ <!ATTLIST %ConferenceNumber; %ConferenceNumber.attspec;>
1838
+ <!ATTLIST %ConferenceDate; %ConferenceDate.attspec;>
1839
+ <!ATTLIST %ConferencePlace; %ConferencePlace.attspec;>
1840
+ <!ATTLIST %EditionTypeCode; %EditionTypeCode.attspec;>
1841
+ <!ATTLIST %EditionNumber; %EditionNumber.attspec;>
1842
+ <!ATTLIST %EditionVersionNumber; %EditionVersionNumber.attspec;>
1843
+ <!ATTLIST %EditionStatement; %EditionStatement.attspec;>
1844
+ <!ATTLIST %LanguageOfText; %LanguageOfText.attspec;>
1845
+ <!ATTLIST %OriginalLanguage; %OriginalLanguage.attspec;>
1846
+ <!ATTLIST %Language; %Language.attspec;>
1847
+ <!ATTLIST %LanguageRole; %LanguageRole.attspec;>
1848
+ <!ATTLIST %CountryCode; %CountryCode.attspec;>
1849
+ <!ATTLIST %NumberOfPages; %NumberOfPages.attspec;>
1850
+ <!ATTLIST %PagesRoman; %PagesRoman.attspec;>
1851
+ <!ATTLIST %PagesArabic; %PagesArabic.attspec;>
1852
+ <!ATTLIST %NumberOfIllustrations; %NumberOfIllustrations.attspec;>
1853
+ <!ATTLIST %IllustrationsNote; %IllustrationsNote.attspec;>
1854
+ <!ATTLIST %Illustrations; %Illustrations.attspec;>
1855
+ <!ATTLIST %IllustrationType; %IllustrationType.attspec;>
1856
+ <!ATTLIST %Number; %Number.attspec;>
1857
+ <!ATTLIST %MapScale; %MapScale.attspec;>
1858
+ <!ATTLIST %Extent; %Extent.attspec;>
1859
+ <!ATTLIST %ExtentType; %ExtentType.attspec;>
1860
+ <!ATTLIST %ExtentValue; %ExtentValue.attspec;>
1861
+ <!ATTLIST %ExtentUnit; %ExtentUnit.attspec;>
1862
+ <!ATTLIST %BASICMainSubject; %BASICMainSubject.attspec;>
1863
+ <!ATTLIST %BASICVersion; %BASICVersion.attspec;>
1864
+ <!ATTLIST %BICMainSubject; %BICMainSubject.attspec;>
1865
+ <!ATTLIST %BICVersion; %BICVersion.attspec;>
1866
+ <!ATTLIST %MainSubject; %MainSubject.attspec;>
1867
+ <!ATTLIST %MainSubjectSchemeIdentifier; %MainSubjectSchemeIdentifier.attspec;>
1868
+ <!ATTLIST %Subject; %Subject.attspec;>
1869
+ <!ATTLIST %SubjectSchemeIdentifier; %SubjectSchemeIdentifier.attspec;>
1870
+ <!ATTLIST %SubjectSchemeName; %SubjectSchemeName.attspec;>
1871
+ <!ATTLIST %SubjectSchemeVersion; %SubjectSchemeVersion.attspec;>
1872
+ <!ATTLIST %SubjectCode; %SubjectCode.attspec;>
1873
+ <!ATTLIST %SubjectHeadingText; %SubjectHeadingText.attspec;>
1874
+ <!ATTLIST %PersonAsSubject; %PersonAsSubject.attspec;>
1875
+ <!ATTLIST %CorporateBodyAsSubject; %CorporateBodyAsSubject.attspec;>
1876
+ <!ATTLIST %PlaceAsSubject; %PlaceAsSubject.attspec;>
1877
+ <!ATTLIST %AudienceCode; %AudienceCode.attspec;>
1878
+ <!ATTLIST %Audience; %Audience.attspec;>
1879
+ <!ATTLIST %AudienceCodeType; %AudienceCodeType.attspec;>
1880
+ <!ATTLIST %AudienceCodeTypeName; %AudienceCodeTypeName.attspec;>
1881
+ <!ATTLIST %AudienceCodeValue; %AudienceCodeValue.attspec;>
1882
+ <!ATTLIST %USSchoolGrade; %USSchoolGrade.attspec;>
1883
+ <!ATTLIST %InterestAge; %InterestAge.attspec;>
1884
+ <!ATTLIST %AudienceRange; %AudienceRange.attspec;>
1885
+ <!ATTLIST %AudienceRangeQualifier; %AudienceRangeQualifier.attspec;>
1886
+ <!ATTLIST %AudienceRangePrecision; %AudienceRangePrecision.attspec;>
1887
+ <!ATTLIST %AudienceRangeValue; %AudienceRangeValue.attspec;>
1888
+ <!ATTLIST %AudienceDescription; %AudienceDescription.attspec;>
1889
+ <!ATTLIST %Complexity; %Complexity.attspec;>
1890
+ <!ATTLIST %ComplexitySchemeIdentifier; %ComplexitySchemeIdentifier.attspec;>
1891
+ <!ATTLIST %ComplexityCode; %ComplexityCode.attspec;>
1892
+ <!ATTLIST %ImprintName; %ImprintName.attspec;>
1893
+ <!ATTLIST %PublisherName; %PublisherName.attspec;>
1894
+ <!ATTLIST %PublishingRole; %PublishingRole.attspec;>
1895
+ <!ATTLIST %Imprint; %Imprint.attspec;>
1896
+ <!ATTLIST %Publisher; %Publisher.attspec;>
1897
+ <!ATTLIST %NameCodeType; %NameCodeType.attspec;>
1898
+ <!ATTLIST %NameCodeTypeName; %NameCodeTypeName.attspec;>
1899
+ <!ATTLIST %NameCodeValue; %NameCodeValue.attspec;>
1900
+ <!ATTLIST %CityOfPublication; %CityOfPublication.attspec;>
1901
+ <!ATTLIST %CountryOfPublication; %CountryOfPublication.attspec;>
1902
+ <!ATTLIST %CopublisherName; %CopublisherName.attspec;>
1903
+ <!ATTLIST %SponsorName; %SponsorName.attspec;>
1904
+ <!ATTLIST %OriginalPublisher; %OriginalPublisher.attspec;>
1905
+ <!ATTLIST %AnnouncementDate; %AnnouncementDate.attspec;>
1906
+ <!ATTLIST %PublicationDate; %PublicationDate.attspec;>
1907
+ <!ATTLIST %CopyrightYear; %CopyrightYear.attspec;>
1908
+ <!ATTLIST %YearFirstPublished; %YearFirstPublished.attspec;>
1909
+ <!ATTLIST %SalesRights; %SalesRights.attspec;>
1910
+ <!ATTLIST %NotForSale; %NotForSale.attspec;>
1911
+ <!ATTLIST %SalesRightsType; %SalesRightsType.attspec;>
1912
+ <!ATTLIST %RightsCountry; %RightsCountry.attspec;>
1913
+ <!ATTLIST %RightsRegion; %RightsRegion.attspec;>
1914
+ <!ATTLIST %Measure; %Measure.attspec;>
1915
+ <!ATTLIST %MeasureTypeCode; %MeasureTypeCode.attspec;>
1916
+ <!ATTLIST %Measurement; %Measurement.attspec;>
1917
+ <!ATTLIST %MeasureUnitCode; %MeasureUnitCode.attspec;>
1918
+ <!ATTLIST %Height; %Height.attspec;>
1919
+ <!ATTLIST %Width; %Width.attspec;>
1920
+ <!ATTLIST %Thickness; %Thickness.attspec;>
1921
+ <!ATTLIST %Weight; %Weight.attspec;>
1922
+ <!ATTLIST %Dimensions; %Dimensions.attspec;>
1923
+ <!ATTLIST %Annotation; %Annotation.attspec;>
1924
+ <!ATTLIST %MainDescription; %MainDescription.attspec;>
1925
+ <!ATTLIST %OtherText; %OtherText.attspec;>
1926
+ <!ATTLIST %TextTypeCode; %TextTypeCode.attspec;>
1927
+ <!ATTLIST %TextFormat; %TextFormat.attspec;>
1928
+ <!ATTLIST %Text; %Text.attspec;>
1929
+ <!ATTLIST %TextLinkType; %TextLinkType.attspec;>
1930
+ <!ATTLIST %TextLink; %TextLink.attspec;>
1931
+ <!ATTLIST %TextAuthor; %TextAuthor.attspec;>
1932
+ <!ATTLIST %TextSourceTitle; %TextSourceTitle.attspec;>
1933
+ <!ATTLIST %TextPublicationDate; %TextPublicationDate.attspec;>
1934
+ <!ATTLIST %ReviewQuote; %ReviewQuote.attspec;>
1935
+ <!ATTLIST %CoverImageFormatCode; %CoverImageFormatCode.attspec;>
1936
+ <!ATTLIST %CoverImageLinkTypeCode; %CoverImageLinkTypeCode.attspec;>
1937
+ <!ATTLIST %CoverImageLink; %CoverImageLink.attspec;>
1938
+ <!ATTLIST %MediaFile; %MediaFile.attspec;>
1939
+ <!ATTLIST %MediaFileTypeCode; %MediaFileTypeCode.attspec;>
1940
+ <!ATTLIST %MediaFileFormatCode; %MediaFileFormatCode.attspec;>
1941
+ <!ATTLIST %ImageResolution; %ImageResolution.attspec;>
1942
+ <!ATTLIST %MediaFileLinkTypeCode; %MediaFileLinkTypeCode.attspec;>
1943
+ <!ATTLIST %MediaFileLink; %MediaFileLink.attspec;>
1944
+ <!ATTLIST %TextWithDownload; %TextWithDownload.attspec;>
1945
+ <!ATTLIST %DownloadCaption; %DownloadCaption.attspec;>
1946
+ <!ATTLIST %DownloadCredit; %DownloadCredit.attspec;>
1947
+ <!ATTLIST %DownloadCopyrightNotice; %DownloadCopyrightNotice.attspec;>
1948
+ <!ATTLIST %DownloadTerms; %DownloadTerms.attspec;>
1949
+ <!ATTLIST %ProductWebsite; %ProductWebsite.attspec;>
1950
+ <!ATTLIST %ProductWebsiteDescription; %ProductWebsiteDescription.attspec;>
1951
+ <!ATTLIST %ProductWebsiteLink; %ProductWebsiteLink.attspec;>
1952
+ <!ATTLIST %PrizesDescription; %PrizesDescription.attspec;>
1953
+ <!ATTLIST %Prize; %Prize.attspec;>
1954
+ <!ATTLIST %PrizeName; %PrizeName.attspec;>
1955
+ <!ATTLIST %PrizeYear; %PrizeYear.attspec;>
1956
+ <!ATTLIST %PrizeCountry; %PrizeCountry.attspec;>
1957
+ <!ATTLIST %PrizeCode; %PrizeCode.attspec;>
1958
+ <!ATTLIST %ContentItem; %ContentItem.attspec; >
1959
+ <!ATTLIST %LevelSequenceNumber; %LevelSequenceNumber.attspec;>
1960
+ <!ATTLIST %TextItem; %TextItem.attspec; >
1961
+ <!ATTLIST %TextItemType; %TextItemType.attspec; >
1962
+ <!ATTLIST %TextItemIdentifier; %TextItemIdentifier.attspec; >
1963
+ <!ATTLIST %TextItemIDType; %TextItemIDType.attspec; >
1964
+ <!ATTLIST %FirstPageNumber; %FirstPageNumber.attspec; >
1965
+ <!ATTLIST %LastPageNumber; %LastPageNumber.attspec; >
1966
+ <!ATTLIST %ComponentTypeName; %ComponentTypeName.attspec; >
1967
+ <!ATTLIST %ComponentNumber; %ComponentNumber.attspec; >
1968
+ <!ATTLIST %ReplacedByISBN; %ReplacedByISBN.attspec;>
1969
+ <!ATTLIST %ReplacedByEAN13; %ReplacedByEAN13.attspec;>
1970
+ <!ATTLIST %RelatedProduct; %RelatedProduct.attspec;>
1971
+ <!ATTLIST %RelationCode; %RelationCode.attspec;>
1972
+ <!ATTLIST %AlternativeFormatISBN; %AlternativeFormatISBN.attspec;>
1973
+ <!ATTLIST %AlternativeFormatEAN13; %AlternativeFormatEAN13.attspec;>
1974
+ <!ATTLIST %AlternativeProductISBN; %AlternativeProductISBN.attspec;>
1975
+ <!ATTLIST %AlternativeProductEAN13; %AlternativeProductEAN13.attspec;>
1976
+ <!ATTLIST %OutOfPrintDate; %OutOfPrintDate.attspec;>
1977
+ <!ATTLIST %SupplyDetail; %SupplyDetail.attspec;>
1978
+ <!ATTLIST %SupplierEANLocationNumber; %SupplierEANLocationNumber.attspec;>
1979
+ <!ATTLIST %SupplierSAN; %SupplierSAN.attspec;>
1980
+ <!ATTLIST %SupplierName; %SupplierName.attspec;>
1981
+ <!ATTLIST %TelephoneNumber; %TelephoneNumber.attspec;>
1982
+ <!ATTLIST %FaxNumber; %FaxNumber.attspec;>
1983
+ <!ATTLIST %EmailAddress; %EmailAddress.attspec;>
1984
+ <!ATTLIST %SupplyToCountry; %SupplyToCountry.attspec;>
1985
+ <!ATTLIST %SupplyToRegion; %SupplyToRegion.attspec;>
1986
+ <!ATTLIST %SupplyToCountryExcluded; %SupplyToCountryExcluded.attspec;>
1987
+ <!ATTLIST %ReturnsCodeType; %ReturnsCodeType.attspec;>
1988
+ <!ATTLIST %ReturnsCode; %ReturnsCode.attspec;>
1989
+ <!ATTLIST %AvailabilityCode; %AvailabilityCode.attspec;>
1990
+ <!ATTLIST %NewSupplier; %NewSupplier.attspec;>
1991
+ <!ATTLIST %DateFormat; %DateFormat.attspec;>
1992
+ <!ATTLIST %ExpectedShipDate; %ExpectedShipDate.attspec;>
1993
+ <!ATTLIST %OnSaleDate; %OnSaleDate.attspec;>
1994
+ <!ATTLIST %OrderTime; %OrderTime.attspec;>
1995
+ <!ATTLIST %PackQuantity; %PackQuantity.attspec;>
1996
+ <!ATTLIST %AudienceRestrictionFlag; %AudienceRestrictionFlag.attspec;>
1997
+ <!ATTLIST %AudienceRestrictionNote; %AudienceRestrictionNote.attspec;>
1998
+ <!ATTLIST %Price; %Price.attspec;>
1999
+ <!ATTLIST %PriceTypeCode; %PriceTypeCode.attspec;>
2000
+ <!ATTLIST %PriceQualifier; %PriceQualifier.attspec;>
2001
+ <!ATTLIST %PriceTypeDescription; %PriceTypeDescription.attspec;>
2002
+ <!ATTLIST %PricePer; %PricePer.attspec;>
2003
+ <!ATTLIST %MinimumOrderQuantity; %MinimumOrderQuantity.attspec;>
2004
+ <!ATTLIST %BatchBonus; %BatchBonus.attspec;>
2005
+ <!ATTLIST %BatchQuantity; %BatchQuantity.attspec;>
2006
+ <!ATTLIST %FreeQuantity; %FreeQuantity.attspec;>
2007
+ <!ATTLIST %ClassOfTrade; %ClassOfTrade.attspec;>
2008
+ <!ATTLIST %BICDiscountGroupCode; %BICDiscountGroupCode.attspec;>
2009
+ <!ATTLIST %DiscountPercent; %DiscountPercent.attspec;>
2010
+ <!ATTLIST %PriceStatus; %PriceStatus.attspec;>
2011
+ <!ATTLIST %PriceAmount; %PriceAmount.attspec;>
2012
+ <!ATTLIST %UnpricedItemType; %UnpricedItemType.attspec;>
2013
+ <!ATTLIST %CurrencyCode; %CurrencyCode.attspec;>
2014
+ <!ATTLIST %TaxRateCode1; %TaxRateCode1.attspec;>
2015
+ <!ATTLIST %TaxRatePercent1; %TaxRatePercent1.attspec;>
2016
+ <!ATTLIST %TaxableAmount1; %TaxableAmount1.attspec;>
2017
+ <!ATTLIST %TaxAmount1; %TaxAmount1.attspec;>
2018
+ <!ATTLIST %TaxRateCode2; %TaxRateCode2.attspec;>
2019
+ <!ATTLIST %TaxRatePercent2; %TaxRatePercent2.attspec;>
2020
+ <!ATTLIST %TaxableAmount2; %TaxableAmount2.attspec;>
2021
+ <!ATTLIST %TaxAmount2; %TaxAmount2.attspec;>
2022
+ <!ATTLIST %PriceEffectiveFrom; %PriceEffectiveFrom.attspec;>
2023
+ <!ATTLIST %PriceEffectiveUntil; %PriceEffectiveUntil.attspec;>
2024
+ <!ATTLIST %PromotionCampaign; %PromotionCampaign.attspec;>
2025
+ <!ATTLIST %PromotionContact; %PromotionContact.attspec;>
2026
+ <!ATTLIST %InitialPrintRun; %InitialPrintRun.attspec;>
2027
+ <!ATTLIST %CopiesSold; %CopiesSold.attspec;>
2028
+ <!ATTLIST %BookClubAdoption; %BookClubAdoption.attspec;>
2029
+ <!ATTLIST %SubordinateEntries; %SubordinateEntries.attspec;>
2030
+ <!ATTLIST %ParentIdentifier; %ParentIdentifier.attspec;>
2031
+ <!ATTLIST %SeriesPartName; %SeriesPartName.attspec;>
2032
+ <!ATTLIST %FromEANNumber; %FromEANNumber.attspec;>
2033
+ <!ATTLIST %FromSAN; %FromSAN.attspec;>
2034
+ <!ATTLIST %FromCompany; %FromCompany.attspec;>
2035
+ <!ATTLIST %FromPerson; %FromPerson.attspec;>
2036
+ <!ATTLIST %FromEmail; %FromEmail.attspec;>
2037
+ <!ATTLIST %ToEANNumber; %ToEANNumber.attspec;>
2038
+ <!ATTLIST %ToSAN; %ToSAN.attspec;>
2039
+ <!ATTLIST %ToCompany; %ToCompany.attspec;>
2040
+ <!ATTLIST %ToPerson; %ToPerson.attspec;>
2041
+ <!ATTLIST %MessageNumber; %MessageNumber.attspec;>
2042
+ <!ATTLIST %MessageRepeat; %MessageRepeat.attspec;>
2043
+ <!ATTLIST %SentDate; %SentDate.attspec;>
2044
+ <!ATTLIST %MessageNote; %MessageNote.attspec;>
2045
+ <!ATTLIST %DefaultLanguageOfText; %DefaultLanguageOfText.attspec;>
2046
+ <!ATTLIST %DefaultPriceTypeCode; %DefaultPriceTypeCode.attspec;>
2047
+ <!ATTLIST %DefaultCurrencyCode; %DefaultCurrencyCode.attspec;>
2048
+ <!ATTLIST %DefaultLinearUnit; %DefaultLinearUnit.attspec;>
2049
+ <!ATTLIST %DefaultWeightUnit; %DefaultWeightUnit.attspec;>
2050
+ <!ATTLIST %DefaultClassOfTrade; %DefaultClassOfTrade.attspec;>
2051
+ <!ATTLIST %Header; %Header.attspec;>
2052
+
2053
+ <!-- SPECIAL CHARACTER ENTITY SETS DECLARED AND REFERENCED HERE -->
2054
+ <!ENTITY % xhtml-lat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN"
2055
+ "xhtml-lat1.ent">
2056
+ %xhtml-lat1;
2057
+ <!ENTITY % xhtml-special PUBLIC "-//W3C//ENTITIES Special for XHTML//EN"
2058
+ "xhtml-special.ent">
2059
+ %xhtml-special;
2060
+ <!ENTITY % xhtml-symbol PUBLIC "-//W3C//ENTITIES Symbols for XHTML//EN"
2061
+ "xhtml-symbol.ent">
2062
+ %xhtml-symbol;
2063
+
2064
+ <!ENTITY % GroupsAsElements "IGNORE">
2065
+
2066
+ <!--
2067
+ **************************************************
2068
+ * *
2069
+ * GROUP MH6 *
2070
+ * MESSAGE HEADER ELEMENTS *
2071
+ * *
2072
+ **************************************************
2073
+ -->
2074
+
2075
+ <!ELEMENT %FromEANNumber; (#PCDATA)>
2076
+ <!ELEMENT %FromSAN; (#PCDATA)>
2077
+ <!ELEMENT %FromCompany; (#PCDATA)>
2078
+ <!ELEMENT %FromPerson; (#PCDATA)>
2079
+ <!ELEMENT %FromEmail; (#PCDATA)>
2080
+ <!ELEMENT %ToEANNumber; (#PCDATA)>
2081
+ <!ELEMENT %ToSAN; (#PCDATA)>
2082
+ <!ELEMENT %ToCompany; (#PCDATA)>
2083
+ <!ELEMENT %ToPerson; (#PCDATA)>
2084
+ <!ELEMENT %MessageNumber; (#PCDATA)>
2085
+ <!ELEMENT %MessageRepeat; (#PCDATA)>
2086
+ <!ELEMENT %SentDate; (#PCDATA)>
2087
+ <!ELEMENT %MessageNote; (#PCDATA)>
2088
+ <!ELEMENT %DefaultLanguageOfText; (#PCDATA)>
2089
+ <!ELEMENT %DefaultPriceTypeCode; (#PCDATA)>
2090
+ <!ELEMENT %DefaultCurrencyCode; (#PCDATA)>
2091
+ <!ELEMENT %DefaultLinearUnit; (#PCDATA)>
2092
+ <!ELEMENT %DefaultWeightUnit; (#PCDATA)>
2093
+ <!ELEMENT %DefaultClassOfTrade; (#PCDATA)>
2094
+
2095
+ <!ENTITY % HeaderModel "(((%FromEANNumber; | %FromSAN;), (%FromCompany;)?) | %FromCompany;),
2096
+ %FromPerson;, (%FromEmail;)?, (%ToEANNumber;)?, (%ToSAN;)?, (%ToCompany;)?,
2097
+ (%ToPerson;)?, (%MessageNumber;)?, (%MessageRepeat;)?, %SentDate;, (%MessageNote;)?,
2098
+ (%DefaultLanguageOfText;)?, (%DefaultPriceTypeCode;)?, (%DefaultCurrencyCode;)?,
2099
+ (%DefaultLinearUnit;)?, (%DefaultWeightUnit;)?, (%DefaultClassOfTrade;)?">
2100
+
2101
+ <!ELEMENT %Header; (%HeaderModel;)>
2102
+
2103
+ <!ENTITY % Group-MH6-mod "((%HeaderModel;) | %Header;)">
2104
+
2105
+ <![%GroupsAsElements;[
2106
+ <!ENTITY % Group-MH6 "Group-MH6">
2107
+ <!ELEMENT %Group-MH6; (%Group-MH6-mod;)>
2108
+ ]]>
2109
+ <!ENTITY % Group-MH6 "%Group-MH6-mod;">
2110
+
2111
+ <!--
2112
+ **************************************************
2113
+ * *
2114
+ * GROUP PR1 *
2115
+ * RECORD REFERENCE NUMBER, TYPE AND SOURCE *
2116
+ * *
2117
+ **************************************************
2118
+ -->
2119
+
2120
+ <!ELEMENT %RecordReference; (#PCDATA)>
2121
+ <!ELEMENT %NotificationType; (#PCDATA)>
2122
+ <!ELEMENT %DeletionCode; (#PCDATA)>
2123
+ <!ELEMENT %DeletionText; (#PCDATA)>
2124
+ <!ELEMENT %RecordSourceType; (#PCDATA)>
2125
+ <!ELEMENT %RecordSourceIdentifierType; (#PCDATA)>
2126
+ <!ELEMENT %RecordSourceIdentifier; (#PCDATA)>
2127
+ <!ELEMENT %RecordSourceName; (#PCDATA)>
2128
+
2129
+ <!ENTITY % Group-PR1-mod "%RecordReference;, %NotificationType;, (%DeletionCode;)?,
2130
+ (%DeletionText;)?, (%RecordSourceType;)?,
2131
+ (%RecordSourceIdentifierType;, %RecordSourceIdentifier;)?,
2132
+ (%RecordSourceName;)?">
2133
+
2134
+ <![%GroupsAsElements;[
2135
+ <!ENTITY % Group-PR1 "Group-PR1">
2136
+ <!ELEMENT %Group-PR1; (%Group-PR1-mod;)>
2137
+ ]]>
2138
+ <!ENTITY % Group-PR1 "%Group-PR1-mod;">
2139
+
2140
+ <!--
2141
+ **************************************************
2142
+ * *
2143
+ * GROUP PR2 *
2144
+ * PRODUCT NUMBERS *
2145
+ * *
2146
+ **************************************************
2147
+ -->
2148
+
2149
+ <!ELEMENT %EAN13; (#PCDATA)>
2150
+ <!ELEMENT %ISBN; (#PCDATA)>
2151
+ <!ELEMENT %UPC; (#PCDATA)>
2152
+ <!ELEMENT %PublisherProductNo; (#PCDATA)>
2153
+ <!ELEMENT %ISMN; (#PCDATA)>
2154
+ <!ELEMENT %DOI; (#PCDATA)>
2155
+ <!ELEMENT %ProductIDType; (#PCDATA)>
2156
+ <!ELEMENT %IDTypeName; (#PCDATA)>
2157
+ <!ELEMENT %IDValue; (#PCDATA)>
2158
+ <!ELEMENT %Barcode; (#PCDATA)>
2159
+ <!ELEMENT %ReplacesEAN13; (#PCDATA)>
2160
+ <!ELEMENT %ReplacesISBN; (#PCDATA)>
2161
+
2162
+ <!ELEMENT %ProductIdentifier; (%ProductIDType;, (%IDTypeName;)?, %IDValue;)>
2163
+
2164
+ <!ENTITY % Group-PR2-mod
2165
+ "((%ISBN;, (%EAN13;)?, (%UPC;)?, (%PublisherProductNo;)?, (%ISMN;)?, (%DOI;)?, (%ProductIdentifier;)*) |
2166
+ (%EAN13;, (%UPC;)?, (%PublisherProductNo;)?, (%ISMN;)?, (%DOI;)?, (%ProductIdentifier;)*) |
2167
+ (%UPC;, (%PublisherProductNo;)?, (%ISMN;)?, (%DOI;)?, (%ProductIdentifier;)*) |
2168
+ (%PublisherProductNo;, (%ISMN;)?, (%DOI;)?, (%ProductIdentifier;)*) |
2169
+ (%ISMN;, (%DOI;)?, (%ProductIdentifier;)*) | (%DOI;, (%ProductIdentifier;)*) | (%ProductIdentifier;)+),
2170
+ (%Barcode;)?, (%ReplacesISBN;)?, (%ReplacesEAN13;)?">
2171
+
2172
+ <![%GroupsAsElements;[
2173
+ <!ENTITY % Group-PR2 "Group-PR2">
2174
+ <!ELEMENT %Group-PR2; (%Group-PR2-mod;)>
2175
+ ]]>
2176
+ <!ENTITY % Group-PR2 "%Group-PR2-mod;">
2177
+
2178
+ <!--
2179
+ **************************************************
2180
+ * *
2181
+ * GROUP PR3 *
2182
+ * PRODUCT FORM *
2183
+ * *
2184
+ **************************************************
2185
+ -->
2186
+
2187
+ <!ELEMENT %ProductForm; (#PCDATA)>
2188
+ <!ELEMENT %BookFormDetail; (#PCDATA)>
2189
+ <!ELEMENT %ProductFormDescription; (#PCDATA)>
2190
+ <!ELEMENT %NumberOfPieces; (#PCDATA)>
2191
+ <!ELEMENT %ItemQuantity; (#PCDATA)>
2192
+ <!ELEMENT %ProductClassificationType; (#PCDATA)>
2193
+ <!ELEMENT %ProductClassificationCode; (#PCDATA)>
2194
+
2195
+ <!ELEMENT %ContainedItem; ((%ISBN;)?, (%EAN13;)?, %ProductForm;, (%BookFormDetail;)*,
2196
+ (%ProductFormDescription;)?, (%NumberOfPieces;)?, (%ItemQuantity;)?)>
2197
+
2198
+ <!ELEMENT %ProductClassification; (%ProductClassificationType;, %ProductClassificationCode;)>
2199
+
2200
+ <!ENTITY % Group-PR3-mod "%ProductForm;, (%BookFormDetail;)*,
2201
+ (%ProductFormDescription;)?, (%NumberOfPieces;)?,
2202
+ (%ContainedItem;)*, (%ProductClassification;)*">
2203
+
2204
+ <![%GroupsAsElements;[
2205
+ <!ENTITY % Group-PR3 "Group-PR3">
2206
+ <!ELEMENT %Group-PR3; (%Group-PR3-mod;)>
2207
+ ]]>
2208
+ <!ENTITY % Group-PR3 "%Group-PR3-mod;">
2209
+
2210
+ <!--
2211
+ **************************************************
2212
+ * *
2213
+ * GROUP PR4 *
2214
+ * EPUBLICATION DETAIL *
2215
+ * *
2216
+ **************************************************
2217
+ -->
2218
+
2219
+ <!ELEMENT %EpubType; (#PCDATA)>
2220
+ <!ELEMENT %EpubTypeVersion; (#PCDATA)>
2221
+ <!ELEMENT %EpubTypeDescription; (#PCDATA)>
2222
+ <!ELEMENT %EpubFormat; (#PCDATA)>
2223
+ <!ELEMENT %EpubFormatVersion; (#PCDATA)>
2224
+ <!ELEMENT %EpubFormatDescription; (#PCDATA)>
2225
+ <!ELEMENT %EpubSource; (#PCDATA)>
2226
+ <!ELEMENT %EpubSourceVersion; (#PCDATA)>
2227
+ <!ELEMENT %EpubSourceDescription; (#PCDATA)>
2228
+ <!ELEMENT %EpubTypeNote; (#PCDATA)>
2229
+
2230
+ <!ENTITY % Group-PR4-mod "(%EpubType;, (%EpubTypeVersion;)?, (%EpubTypeDescription;)?,
2231
+ (%EpubFormat;, (%EpubFormatVersion;)?)?, (%EpubFormatDescription;)?,
2232
+ (%EpubSource;, (%EpubSourceVersion;)?)?, (%EpubSourceDescription;)?,
2233
+ (%EpubTypeNote;)?)?">
2234
+
2235
+ <![%GroupsAsElements;[
2236
+ <!ENTITY % Group-PR4 "Group-PR4">
2237
+ <!ELEMENT %Group-PR4; (%Group-PR4-mod;)>
2238
+ ]]>
2239
+ <!ENTITY % Group-PR4 "%Group-PR4-mod;">
2240
+
2241
+ <!--
2242
+ **************************************************
2243
+ * *
2244
+ * GROUP PR5 *
2245
+ * SERIES *
2246
+ * *
2247
+ **************************************************
2248
+ -->
2249
+
2250
+ <!ELEMENT %SeriesISSN; (#PCDATA)>
2251
+ <!ELEMENT %PublisherSeriesCode; (#PCDATA)>
2252
+ <!ELEMENT %SeriesIDType; (#PCDATA)>
2253
+ <!ELEMENT %TitleOfSeries; (#PCDATA)>
2254
+ <!ELEMENT %NumberWithinSeries; (#PCDATA)>
2255
+ <!ELEMENT %YearOfAnnual; (#PCDATA)>
2256
+
2257
+ <!ELEMENT %SeriesIdentifier; (%SeriesIDType;, (%IDTypeName;)?, %IDValue;)>
2258
+
2259
+ <!ENTITY % SeriesModel "(%SeriesISSN;)?, (%PublisherSeriesCode;)?, (%SeriesIdentifier;)*,
2260
+ %TitleOfSeries;, (%Contributor;)*, (%NumberWithinSeries;)?,
2261
+ (%YearOfAnnual;)?">
2262
+
2263
+ <!ELEMENT %Series; (%SeriesModel;)>
2264
+
2265
+ <!ENTITY % Group-PR5-mod "((%SeriesModel;) | (%Series;)+)?">
2266
+
2267
+ <![%GroupsAsElements;[
2268
+ <!ENTITY % Group-PR5 "Group-PR5">
2269
+ <!ELEMENT %Group-PR5; (%Group-PR5-mod;)>
2270
+ ]]>
2271
+ <!ENTITY % Group-PR5 "%Group-PR5-mod;">
2272
+
2273
+ <!--
2274
+ **************************************************
2275
+ * *
2276
+ * GROUP PR6 *
2277
+ * SET *
2278
+ * *
2279
+ **************************************************
2280
+ -->
2281
+
2282
+ <!ELEMENT %EAN13OfSet; (#PCDATA)>
2283
+ <!ELEMENT %ISBNOfSet; (#PCDATA)>
2284
+ <!ELEMENT %TitleOfSet; (#PCDATA)>
2285
+ <!ELEMENT %SetPartNumber; (#PCDATA)>
2286
+ <!ELEMENT %SetPartTitle; (#PCDATA)>
2287
+ <!ELEMENT %ItemNumberWithinSet; (#PCDATA)>
2288
+ <!ELEMENT %SetItemTitle; (#PCDATA)>
2289
+
2290
+ <!ENTITY % SetModel "(%ISBNOfSet;)?, (%EAN13OfSet;)?, (%ProductIdentifier;)*,
2291
+ %TitleOfSet;, (%SetPartNumber;)?, (%SetPartTitle;)?,
2292
+ (%ItemNumberWithinSet;)?, (%SetItemTitle;)?">
2293
+
2294
+ <!ELEMENT %Set; (%SetModel;)>
2295
+
2296
+ <!ENTITY % Group-PR6-mod "((%SetModel;) | (%Set;)+)?">
2297
+
2298
+ <![%GroupsAsElements;[
2299
+ <!ENTITY % Group-PR6 "Group-PR6">
2300
+ <!ELEMENT %Group-PR6; (%Group-PR6-mod;)>
2301
+ ]]>
2302
+ <!ENTITY % Group-PR6 "%Group-PR6-mod;">
2303
+
2304
+ <!--
2305
+ **************************************************
2306
+ * *
2307
+ * GROUP PR7 *
2308
+ * TITLE *
2309
+ * *
2310
+ **************************************************
2311
+ -->
2312
+
2313
+ <!ELEMENT %TextCaseFlag; (#PCDATA)>
2314
+ <!ELEMENT %DistinctiveTitle; (#PCDATA)>
2315
+ <!ELEMENT %Subtitle; (#PCDATA)>
2316
+ <!ELEMENT %TitlePrefix; (#PCDATA)>
2317
+ <!ELEMENT %TitleWithoutPrefix; (#PCDATA)>
2318
+ <!ELEMENT %TranslationOfTitle; (#PCDATA)>
2319
+ <!ELEMENT %FormerTitle; (#PCDATA)>
2320
+ <!ELEMENT %TitleType; (#PCDATA)>
2321
+ <!ELEMENT %AbbreviatedLength; (#PCDATA)>
2322
+ <!ELEMENT %TitleText; (#PCDATA)>
2323
+ <!ELEMENT %WorkIDType; (#PCDATA)>
2324
+
2325
+ <!ELEMENT %Title; (%TitleType;, (%AbbreviatedLength;)?, (%TextCaseFlag;)?, %TitleText;, (%Subtitle;)?)>
2326
+
2327
+ <!ELEMENT %WorkIdentifier; (%WorkIDType;, (%IDTypeName;)?, %IDValue;)>
2328
+
2329
+ <!ENTITY % Group-PR7-mod "(%TextCaseFlag;)?,
2330
+ (%DistinctiveTitle; | (%TitlePrefix;, %TitleWithoutPrefix;)),
2331
+ (%Subtitle;)?, (%TranslationOfTitle;)?, (%FormerTitle;)*,
2332
+ (%Title;)*, (%WorkIdentifier;)*">
2333
+
2334
+ <![%GroupsAsElements;[
2335
+ <!ENTITY % Group-PR7 "Group-PR7">
2336
+ <!ELEMENT %Group-PR7; (%Group-PR7-mod;)>
2337
+ ]]>
2338
+ <!ENTITY % Group-PR7 "%Group-PR7-mod;">
2339
+
2340
+ <!--
2341
+ **************************************************
2342
+ * *
2343
+ * GROUP PR8 *
2344
+ * AUTHORSHIP *
2345
+ * *
2346
+ **************************************************
2347
+ -->
2348
+
2349
+ <!ELEMENT %SequenceNumber; (#PCDATA)>
2350
+ <!ELEMENT %ContributorRole; (#PCDATA)>
2351
+ <!ELEMENT %LanguageCode; (#PCDATA)>
2352
+ <!ELEMENT %PersonName; (#PCDATA)>
2353
+ <!ELEMENT %PersonNameInverted; (#PCDATA)>
2354
+ <!ELEMENT %TitlesBeforeNames; (#PCDATA)>
2355
+ <!ELEMENT %NamesBeforeKey; (#PCDATA)>
2356
+ <!ELEMENT %PrefixToKey; (#PCDATA)>
2357
+ <!ELEMENT %SuffixToKey; (#PCDATA)>
2358
+ <!ELEMENT %KeyNames; (#PCDATA)>
2359
+ <!ELEMENT %NamesAfterKey; (#PCDATA)>
2360
+ <!ELEMENT %LettersAfterNames; (#PCDATA)>
2361
+ <!ELEMENT %TitlesAfterNames; (#PCDATA)>
2362
+ <!ELEMENT %PersonNameType; (#PCDATA)>
2363
+ <!ELEMENT %BiographicalNote; (#PCDATA)>
2364
+ <!ELEMENT %ProfessionalPosition; (#PCDATA)>
2365
+ <!ELEMENT %Affiliation; (#PCDATA)>
2366
+ <!ELEMENT %CorporateName; (#PCDATA)>
2367
+ <!ELEMENT %ContributorDescription; (#PCDATA)>
2368
+ <!ELEMENT %UnnamedPersons; (#PCDATA)>
2369
+ <!ELEMENT %ContributorStatement; (#PCDATA)>
2370
+
2371
+ <!ENTITY % StructuredNameModel "(%TitlesBeforeNames;)?, (%NamesBeforeKey;)?, (%PrefixToKey;)?,
2372
+ %KeyNames;, (%NamesAfterKey;)?, (%SuffixToKey;)?,
2373
+ (%LettersAfterNames;)?, (%TitlesAfterNames;)?">
2374
+
2375
+ <!ELEMENT %Name; (%PersonNameType;, %StructuredNameModel;)>
2376
+
2377
+ <!ELEMENT %Contributor; ((%SequenceNumber;)?, (%ContributorRole;, (%LanguageCode;)?)+,
2378
+ ((((%CorporateName;, (%BiographicalNote;)?) |
2379
+ (((%PersonName;, (%PersonNameInverted;)?, (%StructuredNameModel;)?) |
2380
+ (%PersonNameInverted;, (%StructuredNameModel;)?) |
2381
+ (%StructuredNameModel;)),
2382
+ (%Name;)*, (%BiographicalNote;)?, (%ProfessionalPosition;)?,
2383
+ (%Affiliation;)?)), (%ContributorDescription;)?) |
2384
+ (%UnnamedPersons;)))>
2385
+
2386
+ <!ENTITY % Group-PR8-mod "(%Contributor;)*, (%ContributorStatement;)?">
2387
+
2388
+ <![%GroupsAsElements;[
2389
+ <!ENTITY % Group-PR8 "Group-PR8">
2390
+ <!ELEMENT %Group-PR8; (%Group-PR8-mod;)>
2391
+ ]]>
2392
+ <!ENTITY % Group-PR8 "%Group-PR8-mod;">
2393
+
2394
+ <!--
2395
+ **************************************************
2396
+ * *
2397
+ * GROUP PR9 *
2398
+ * CONFERENCE *
2399
+ * *
2400
+ **************************************************
2401
+ -->
2402
+
2403
+ <!ELEMENT %ConferenceDescription; (#PCDATA)>
2404
+ <!ELEMENT %ConferenceRole; (#PCDATA)>
2405
+ <!ELEMENT %ConferenceName; (#PCDATA)>
2406
+ <!ELEMENT %ConferenceNumber; (#PCDATA)>
2407
+ <!ELEMENT %ConferenceDate; (#PCDATA)>
2408
+ <!ELEMENT %ConferencePlace; (#PCDATA)>
2409
+
2410
+ <!ENTITY % Group-PR9-mod "(%ConferenceDescription; |
2411
+ ((%ConferenceRole;)?, %ConferenceName;, (%ConferenceNumber;)?,
2412
+ (%ConferenceDate;)?, (%ConferencePlace;)?))?">
2413
+
2414
+ <![%GroupsAsElements;[
2415
+ <!ENTITY % Group-PR9 "Group-PR9">
2416
+ <!ELEMENT %Group-PR9; (%Group-PR9-mod;)>
2417
+ ]]>
2418
+ <!ENTITY % Group-PR9 "%Group-PR9-mod;">
2419
+
2420
+ <!--
2421
+ **************************************************
2422
+ * *
2423
+ * GROUP PR10 *
2424
+ * EDITION *
2425
+ * *
2426
+ **************************************************
2427
+ -->
2428
+
2429
+ <!ELEMENT %EditionTypeCode; (#PCDATA)>
2430
+ <!ELEMENT %EditionNumber; (#PCDATA)>
2431
+ <!ELEMENT %EditionVersionNumber; (#PCDATA)>
2432
+ <!ELEMENT %EditionStatement; (#PCDATA)>
2433
+
2434
+ <!ENTITY % Group-PR10-mod "(%EditionTypeCode;)*, (%EditionNumber;)?, (%EditionVersionNumber;)?,
2435
+ (%EditionStatement;)?">
2436
+
2437
+ <![%GroupsAsElements;[
2438
+ <!ENTITY % Group-PR10 "Group-PR10">
2439
+ <!ELEMENT %Group-PR10; (%Group-PR10-mod;)>
2440
+ ]]>
2441
+ <!ENTITY % Group-PR10 "%Group-PR10-mod;">
2442
+
2443
+ <!--
2444
+ **************************************************
2445
+ * *
2446
+ * GROUP PR11 *
2447
+ * LANGUAGE *
2448
+ * *
2449
+ **************************************************
2450
+ -->
2451
+
2452
+ <!ELEMENT %LanguageOfText; (#PCDATA)>
2453
+ <!ELEMENT %OriginalLanguage; (#PCDATA)>
2454
+ <!ELEMENT %LanguageRole; (#PCDATA)>
2455
+ <!ELEMENT %CountryCode; (#PCDATA)>
2456
+
2457
+ <!ELEMENT %Language; (%LanguageRole;, %LanguageCode;, (%CountryCode;)?)>
2458
+
2459
+ <!ENTITY % Group-PR11-mod "(%LanguageOfText;)*, (%OriginalLanguage;)?, (%Language;)*">
2460
+
2461
+ <![%GroupsAsElements;[
2462
+ <!ENTITY % Group-PR11 "Group-PR11">
2463
+ <!ELEMENT %Group-PR11; (%Group-PR11-mod;)>
2464
+ ]]>
2465
+ <!ENTITY % Group-PR11 "%Group-PR11-mod;">
2466
+
2467
+ <!--
2468
+ **************************************************
2469
+ * *
2470
+ * GROUP PR12 *
2471
+ * EXTENTS AND OTHER CONTENT *
2472
+ * *
2473
+ **************************************************
2474
+ -->
2475
+
2476
+ <!ELEMENT %NumberOfPages; (#PCDATA)>
2477
+ <!ELEMENT %PagesRoman; (#PCDATA)>
2478
+ <!ELEMENT %PagesArabic; (#PCDATA)>
2479
+ <!ELEMENT %NumberOfIllustrations; (#PCDATA)>
2480
+ <!ELEMENT %IllustrationsNote; (#PCDATA)>
2481
+ <!ELEMENT %IllustrationType; (#PCDATA)>
2482
+ <!ELEMENT %Number; (#PCDATA)>
2483
+ <!ELEMENT %MapScale; (#PCDATA)>
2484
+ <!ELEMENT %ExtentType; (#PCDATA)>
2485
+ <!ELEMENT %ExtentValue; (#PCDATA)>
2486
+ <!ELEMENT %ExtentUnit; (#PCDATA)>
2487
+
2488
+ <!ELEMENT %Illustrations; (%IllustrationType;, %Number;)>
2489
+
2490
+ <!ELEMENT %Extent; (%ExtentType;, %ExtentValue;, (%ExtentUnit;)?)>
2491
+
2492
+ <!ENTITY % Group-PR12-mod "(%NumberOfPages;)?, (%PagesRoman;)?, (%PagesArabic;)?, (%Extent;)*,
2493
+ (%NumberOfIllustrations;)?, (%IllustrationsNote;)?, (%Illustrations;)*,
2494
+ (%MapScale;)?">
2495
+
2496
+ <![%GroupsAsElements;[
2497
+ <!ENTITY % Group-PR12 "Group-PR12">
2498
+ <!ELEMENT %Group-PR12; (%Group-PR12-mod;)>
2499
+ ]]>
2500
+ <!ENTITY % Group-PR12 "%Group-PR12-mod;">
2501
+
2502
+ <!--
2503
+ **************************************************
2504
+ * *
2505
+ * GROUP PR13 *
2506
+ * SUBJECT *
2507
+ * *
2508
+ **************************************************
2509
+ -->
2510
+
2511
+ <!ELEMENT %BASICMainSubject; (#PCDATA)>
2512
+ <!ELEMENT %BASICVersion; (#PCDATA)>
2513
+ <!ELEMENT %BICMainSubject; (#PCDATA)>
2514
+ <!ELEMENT %BICVersion; (#PCDATA)>
2515
+ <!ELEMENT %MainSubjectSchemeIdentifier; (#PCDATA)>
2516
+ <!ELEMENT %SubjectSchemeIdentifier; (#PCDATA)>
2517
+ <!ELEMENT %SubjectSchemeName; (#PCDATA)>
2518
+ <!ELEMENT %SubjectSchemeVersion; (#PCDATA)>
2519
+ <!ELEMENT %SubjectCode; (#PCDATA)>
2520
+ <!ELEMENT %SubjectHeadingText; (#PCDATA)>
2521
+ <!ELEMENT %CorporateBodyAsSubject; (#PCDATA)>
2522
+ <!ELEMENT %PlaceAsSubject; (#PCDATA)>
2523
+
2524
+ <!ELEMENT %MainSubject; (%MainSubjectSchemeIdentifier;, (%SubjectSchemeVersion;)?,
2525
+ ((%SubjectCode;, (%SubjectHeadingText;)?) | %SubjectHeadingText;))>
2526
+
2527
+ <!ELEMENT %Subject; (%SubjectSchemeIdentifier;, (%SubjectSchemeName;)?, (%SubjectSchemeVersion;)?,
2528
+ ((%SubjectCode;, (%SubjectHeadingText;)?) | %SubjectHeadingText;))>
2529
+
2530
+ <!ELEMENT %PersonAsSubject; (%PersonName; | %PersonNameInverted; |
2531
+ (%StructuredNameModel;))>
2532
+
2533
+ <!ENTITY % Group-PR13-mod "(%BASICMainSubject;, (%BASICVersion;)?)?, (%BICMainSubject;, (%BICVersion;)?)?,
2534
+ (%MainSubject;)?, (%Subject;)*, (%PersonAsSubject;)*, (%CorporateBodyAsSubject;)*,
2535
+ (%PlaceAsSubject;)*">
2536
+
2537
+ <![%GroupsAsElements;[
2538
+ <!ENTITY % Group-PR13 "Group-PR13">
2539
+ <!ELEMENT %Group-PR13; (%Group-PR13-mod;)>
2540
+ ]]>
2541
+ <!ENTITY % Group-PR13 "%Group-PR13-mod;">
2542
+
2543
+ <!--
2544
+ **************************************************
2545
+ * *
2546
+ * GROUP PR14 *
2547
+ * AUDIENCE *
2548
+ * *
2549
+ **************************************************
2550
+ -->
2551
+
2552
+ <!ELEMENT %AudienceCodeType; (#PCDATA)>
2553
+ <!ELEMENT %AudienceCodeTypeName; (#PCDATA)>
2554
+ <!ELEMENT %AudienceCodeValue; (#PCDATA)>
2555
+ <!ELEMENT %AudienceCode; (#PCDATA)>
2556
+ <!ELEMENT %USSchoolGrade; (#PCDATA)>
2557
+ <!ELEMENT %InterestAge; (#PCDATA)>
2558
+ <!ELEMENT %AudienceRangeQualifier; (#PCDATA)>
2559
+ <!ELEMENT %AudienceRangePrecision; (#PCDATA)>
2560
+ <!ELEMENT %AudienceRangeValue; (#PCDATA)>
2561
+ <!ELEMENT %AudienceDescription; (#PCDATA)>
2562
+ <!ELEMENT %ComplexitySchemeIdentifier; (#PCDATA)>
2563
+ <!ELEMENT %ComplexityCode; (#PCDATA)>
2564
+
2565
+ <!ELEMENT %Audience; (%AudienceCodeType;, (%AudienceCodeTypeName;)?, %AudienceCodeValue;)>
2566
+
2567
+ <!ELEMENT %AudienceRange; ((%AudienceRangeQualifier;)?, %AudienceRangePrecision;,
2568
+ %AudienceRangeValue;, (%AudienceRangePrecision;, %AudienceRangeValue;)?)>
2569
+
2570
+ <!ELEMENT %Complexity; ((%ComplexitySchemeIdentifier;), (%ComplexityCode;))>
2571
+
2572
+ <!ENTITY % Group-PR14-mod "(%AudienceCode;)*, (%Audience;)*, (%USSchoolGrade;)?, (%InterestAge;)?,
2573
+ (%AudienceRange;)*, (%AudienceDescription;)?, (%Complexity;)*">
2574
+
2575
+ <![%GroupsAsElements;[
2576
+ <!ENTITY % Group-PR14 "Group-PR14">
2577
+ <!ELEMENT %Group-PR14; (%Group-PR14-mod;)>
2578
+ ]]>
2579
+ <!ENTITY % Group-PR14 "%Group-PR14-mod;">
2580
+
2581
+ <!--
2582
+ **************************************************
2583
+ * *
2584
+ * GROUP PR15 *
2585
+ * DESCRIPTIONS AND OTHER SUPPORTING TEXT *
2586
+ * *
2587
+ **************************************************
2588
+ -->
2589
+
2590
+ <!ELEMENT %Annotation; (#PCDATA)>
2591
+ <!ELEMENT %MainDescription; (#PCDATA)>
2592
+ <!ELEMENT %TextTypeCode; (#PCDATA)>
2593
+ <!ELEMENT %TextFormat; (#PCDATA)>
2594
+ <!ELEMENT %Text; (#PCDATA)>
2595
+ <!ELEMENT %TextLinkType; (#PCDATA)>
2596
+ <!ELEMENT %TextLink; (#PCDATA)>
2597
+ <!ELEMENT %TextAuthor; (#PCDATA)>
2598
+ <!ELEMENT %TextSourceTitle; (#PCDATA)>
2599
+ <!ELEMENT %TextPublicationDate; (#PCDATA)>
2600
+ <!ELEMENT %ReviewQuote; (#PCDATA)>
2601
+
2602
+ <!ELEMENT %OtherText; ((%TextTypeCode;)?, (%TextFormat;)?, (%Text; | (%TextLinkType;, %TextLink;)),
2603
+ (%TextAuthor;)?, (%TextSourceTitle;)?, (%TextPublicationDate;)?)>
2604
+
2605
+ <!ENTITY % Group-PR15-mod "(%Annotation;)?, (%MainDescription;)?, (%OtherText;)*, (%ReviewQuote;)*">
2606
+
2607
+ <![%GroupsAsElements;[
2608
+ <!ENTITY % Group-PR15 "Group-PR15">
2609
+ <!ELEMENT %Group-PR15; (%Group-PR15-mod;)>
2610
+ ]]>
2611
+ <!ENTITY % Group-PR15 "%Group-PR15-mod;">
2612
+
2613
+ <!--
2614
+ **************************************************
2615
+ * *
2616
+ * GROUP PR16 *
2617
+ * LINKS TO IMAGE / AUDIO / VIDEO FILES *
2618
+ * *
2619
+ **************************************************
2620
+ -->
2621
+
2622
+ <!ELEMENT %CoverImageFormatCode; (#PCDATA)>
2623
+ <!ELEMENT %CoverImageLinkTypeCode; (#PCDATA)>
2624
+ <!ELEMENT %CoverImageLink; (#PCDATA)>
2625
+ <!ELEMENT %MediaFileTypeCode; (#PCDATA)>
2626
+ <!ELEMENT %MediaFileFormatCode; (#PCDATA)>
2627
+ <!ELEMENT %ImageResolution; (#PCDATA)>
2628
+ <!ELEMENT %MediaFileLinkTypeCode; (#PCDATA)>
2629
+ <!ELEMENT %MediaFileLink; (#PCDATA)>
2630
+ <!ELEMENT %TextWithDownload; (#PCDATA)>
2631
+ <!ELEMENT %DownloadCaption; (#PCDATA)>
2632
+ <!ELEMENT %DownloadCredit; (#PCDATA)>
2633
+ <!ELEMENT %DownloadCopyrightNotice; (#PCDATA)>
2634
+ <!ELEMENT %DownloadTerms; (#PCDATA)>
2635
+ <!ELEMENT %ProductWebsiteDescription; (#PCDATA)>
2636
+ <!ELEMENT %ProductWebsiteLink; (#PCDATA)>
2637
+
2638
+ <!ELEMENT %MediaFile; (%MediaFileTypeCode;, (%MediaFileFormatCode;)?, (%ImageResolution;)?,
2639
+ %MediaFileLinkTypeCode;, %MediaFileLink;,
2640
+ ((%TextWithDownload;) |
2641
+ (%DownloadCaption;, (%DownloadCredit;)?, (%DownloadCopyrightNotice;)?) |
2642
+ (%DownloadCredit;, (%DownloadCopyrightNotice;)?) | %DownloadCopyrightNotice;)?,
2643
+ (%DownloadTerms;)?)>
2644
+
2645
+ <!ELEMENT %ProductWebsite; ((%ProductWebsiteDescription;)?, %ProductWebsiteLink;)>
2646
+
2647
+ <!ENTITY % Group-PR16-mod "(%CoverImageFormatCode;, %CoverImageLinkTypeCode;, %CoverImageLink;)?,
2648
+ (%MediaFile;)*, (%ProductWebsite;)*">
2649
+
2650
+ <![%GroupsAsElements;[
2651
+ <!ENTITY % Group-PR16 "Group-PR16">
2652
+ <!ELEMENT %Group-PR16; (%Group-PR16-mod;)>
2653
+ ]]>
2654
+ <!ENTITY % Group-PR16 "%Group-PR16-mod;">
2655
+
2656
+ <!--
2657
+ **************************************************
2658
+ * *
2659
+ * GROUP PR17 *
2660
+ * PRIZES *
2661
+ * *
2662
+ **************************************************
2663
+ -->
2664
+
2665
+ <!ELEMENT %PrizesDescription; (#PCDATA)>
2666
+ <!ELEMENT %PrizeName; (#PCDATA)>
2667
+ <!ELEMENT %PrizeYear; (#PCDATA)>
2668
+ <!ELEMENT %PrizeCountry; (#PCDATA)>
2669
+ <!ELEMENT %PrizeCode; (#PCDATA)>
2670
+
2671
+ <!ELEMENT %Prize; (%PrizeName;, (%PrizeYear;)?, (%PrizeCountry;)?, (%PrizeCode;)?)>
2672
+
2673
+ <!ENTITY % Group-PR17-mod "(%PrizesDescription; | (%Prize;)+)?">
2674
+
2675
+ <![%GroupsAsElements;[
2676
+ <!ENTITY % Group-PR17 "Group-PR17">
2677
+ <!ELEMENT %Group-PR17; (%Group-PR17-mod;)>
2678
+ ]]>
2679
+ <!ENTITY % Group-PR17 "%Group-PR17-mod;">
2680
+
2681
+ <!--
2682
+ **************************************************
2683
+ * *
2684
+ * GROUP PR18 *
2685
+ * CONTENT ITEMS *
2686
+ * *
2687
+ **************************************************
2688
+ -->
2689
+
2690
+ <!ELEMENT %TextItemType; (#PCDATA)>
2691
+ <!ELEMENT %TextItemIDType; (#PCDATA)>
2692
+ <!ELEMENT %FirstPageNumber; (#PCDATA)>
2693
+ <!ELEMENT %LastPageNumber; (#PCDATA)>
2694
+ <!ELEMENT %ComponentTypeName; (#PCDATA)>
2695
+ <!ELEMENT %ComponentNumber; (#PCDATA)>
2696
+
2697
+ <!ELEMENT %TextItemIdentifier; (%TextItemIDType;, (%IDTypeName;)?, %IDValue;)>
2698
+
2699
+ <!ELEMENT %TextItem; (%TextItemType;, (%TextItemIdentifier;)*, (%FirstPageNumber;)?,
2700
+ (%LastPageNumber;)?, (%NumberOfPages;)?)>
2701
+
2702
+ <!ELEMENT %ContentItem; ((%LevelSequenceNumber;)?, %TextItem;,
2703
+ ((%ComponentTypeName;, (%ComponentNumber;)?, (%DistinctiveTitle;)?) |
2704
+ (%DistinctiveTitle;)), (%Title;)*, (%Contributor;)*)>
2705
+
2706
+ <!ENTITY % Group-PR18-mod "(%ContentItem;)*">
2707
+
2708
+ <![%GroupsAsElements;[
2709
+ <!ENTITY % Group-PR18 "Group-PR18">
2710
+ <!ELEMENT %Group-PR18; (%Group-PR18-mod;)>
2711
+ ]]>
2712
+ <!ENTITY % Group-PR18 "%Group-PR18-mod;">
2713
+
2714
+ <!--
2715
+ **************************************************
2716
+ * *
2717
+ * GROUP PR19 *
2718
+ * PUBLISHER INFORMATION *
2719
+ * *
2720
+ **************************************************
2721
+ -->
2722
+
2723
+ <!ELEMENT %ImprintName; (#PCDATA)>
2724
+ <!ELEMENT %PublisherName; (#PCDATA)>
2725
+ <!ELEMENT %PublishingRole; (#PCDATA)>
2726
+ <!ELEMENT %NameCodeType; (#PCDATA)>
2727
+ <!ELEMENT %NameCodeTypeName; (#PCDATA)>
2728
+ <!ELEMENT %NameCodeValue; (#PCDATA)>
2729
+ <!ELEMENT %CityOfPublication; (#PCDATA)>
2730
+ <!ELEMENT %CountryOfPublication; (#PCDATA)>
2731
+ <!ELEMENT %CopublisherName; (#PCDATA)>
2732
+ <!ELEMENT %SponsorName; (#PCDATA)>
2733
+ <!ELEMENT %OriginalPublisher; (#PCDATA)>
2734
+
2735
+ <!ELEMENT %Imprint; (%NameCodeType;, (%NameCodeTypeName;)?, %NameCodeValue;, (%ImprintName;)?)>
2736
+
2737
+ <!ELEMENT %Publisher; ((%PublishingRole;)?, %NameCodeType;, (%NameCodeTypeName;)?, %NameCodeValue;, (%PublisherName;)?)>
2738
+ <!ENTITY % Group-PR19-mod "((%ImprintName;, (%Imprint;)*, (%PublisherName;)?, (%Publisher;)?) |
2739
+ ((%Imprint;)*, %PublisherName;, (%Publisher;)?)),
2740
+ (%CityOfPublication;)*, (%CountryOfPublication;)?,
2741
+ (%CopublisherName;)*, (%SponsorName;)*, (%OriginalPublisher;)?">
2742
+
2743
+ <![%GroupsAsElements;[
2744
+ <!ENTITY % Group-PR19 "Group-PR19">
2745
+ <!ELEMENT %Group-PR19; (%Group-PR19-mod;)>
2746
+ ]]>
2747
+ <!ENTITY % Group-PR19 "%Group-PR19-mod;">
2748
+
2749
+ <!--
2750
+ **************************************************
2751
+ * *
2752
+ * GROUP PR20 *
2753
+ * PUBLISHING DATES *
2754
+ * *
2755
+ **************************************************
2756
+ -->
2757
+
2758
+ <!ELEMENT %AnnouncementDate; (#PCDATA)>
2759
+ <!ELEMENT %PublicationDate; (#PCDATA)>
2760
+ <!ELEMENT %CopyrightYear; (#PCDATA)>
2761
+ <!ELEMENT %YearFirstPublished; (#PCDATA)>
2762
+
2763
+ <!ENTITY % Group-PR20-mod "(%AnnouncementDate;)?, (%PublicationDate;)?, (%CopyrightYear;)?,
2764
+ (%YearFirstPublished;)?">
2765
+
2766
+ <![%GroupsAsElements;[
2767
+ <!ENTITY % Group-PR20 "Group-PR20">
2768
+ <!ELEMENT %Group-PR20; (%Group-PR20-mod;)>
2769
+ ]]>
2770
+ <!ENTITY % Group-PR20 "%Group-PR20-mod;">
2771
+
2772
+ <!--
2773
+ **************************************************
2774
+ * *
2775
+ * GROUP PR21 *
2776
+ * TERRITORIAL RIGHTS *
2777
+ * *
2778
+ **************************************************
2779
+ -->
2780
+
2781
+ <!ELEMENT %SalesRightsType; (#PCDATA)>
2782
+ <!ELEMENT %RightsCountry; (#PCDATA)>
2783
+ <!ELEMENT %RightsRegion; (#PCDATA)>
2784
+
2785
+ <!ENTITY % TerritoriesModel "(((%RightsCountry;)+, (%RightsRegion;)*) | (%RightsRegion;)+)">
2786
+
2787
+ <!ELEMENT %SalesRights; (%SalesRightsType;, %TerritoriesModel;)>
2788
+
2789
+ <!ELEMENT %NotForSale; (%TerritoriesModel;, (%ISBN;)?, (%EAN13;)?, (%PublisherName;)?)>
2790
+
2791
+ <!ENTITY % Group-PR21-mod "(%SalesRights;, (%SalesRights;, (%SalesRights;)?)?)?, (%NotForSale;)*">
2792
+
2793
+ <![%GroupsAsElements;[
2794
+ <!ENTITY % Group-PR21 "Group-PR21">
2795
+ <!ELEMENT %Group-PR21; (%Group-PR21-mod;)>
2796
+ ]]>
2797
+ <!ENTITY % Group-PR21 "%Group-PR21-mod;">
2798
+
2799
+ <!--
2800
+ **************************************************
2801
+ * *
2802
+ * GROUP PR22 *
2803
+ * DIMENSIONS *
2804
+ * *
2805
+ **************************************************
2806
+ -->
2807
+
2808
+ <!ELEMENT %MeasureTypeCode; (#PCDATA)>
2809
+ <!ELEMENT %Measurement; (#PCDATA)>
2810
+ <!ELEMENT %MeasureUnitCode; (#PCDATA)>
2811
+ <!ELEMENT %Height; (#PCDATA)>
2812
+ <!ELEMENT %Width; (#PCDATA)>
2813
+ <!ELEMENT %Thickness; (#PCDATA)>
2814
+ <!ELEMENT %Weight; (#PCDATA)>
2815
+ <!ELEMENT %Dimensions; (#PCDATA)>
2816
+
2817
+ <!ENTITY % DimensionsUsingDefaults "(((%Height;, (%Width;)?, (%Thickness;)?), (%Weight;)?) | (%Weight;))">
2818
+
2819
+ <!ELEMENT %Measure; (%MeasureTypeCode;, %Measurement;, %MeasureUnitCode;)>
2820
+
2821
+ <!ENTITY % Group-PR22-mod "(((%DimensionsUsingDefaults; | (%Measure;)+), (%Dimensions;)?) | %Dimensions;)?">
2822
+
2823
+ <![%GroupsAsElements;[
2824
+ <!ENTITY % Group-PR22 "Group-PR22">
2825
+ <!ELEMENT %Group-PR22; (%Group-PR22-mod;)>
2826
+ ]]>
2827
+ <!ENTITY % Group-PR22 "%Group-PR22-mod;">
2828
+
2829
+ <!--
2830
+ **************************************************
2831
+ * *
2832
+ * GROUP PR23 *
2833
+ * RELATED PRODUCTS *
2834
+ * *
2835
+ **************************************************
2836
+ -->
2837
+
2838
+ <!ELEMENT %ReplacedByEAN13; (#PCDATA)>
2839
+ <!ELEMENT %ReplacedByISBN; (#PCDATA)>
2840
+ <!ELEMENT %RelationCode; (#PCDATA)>
2841
+ <!ELEMENT %AlternativeFormatEAN13; (#PCDATA)>
2842
+ <!ELEMENT %AlternativeFormatISBN; (#PCDATA)>
2843
+ <!ELEMENT %AlternativeProductISBN; (#PCDATA)>
2844
+ <!ELEMENT %AlternativeProductEAN13; (#PCDATA)>
2845
+ <!ELEMENT %OutOfPrintDate; (#PCDATA)>
2846
+
2847
+ <!ENTITY % RelatedEpub "%EpubType;, (%EpubTypeVersion;)?, (%EpubTypeDescription;)?,
2848
+ (%EpubFormat;, (%EpubFormatVersion;)?)?, (%EpubFormatDescription;)?,
2849
+ (%EpubTypeNote;)?">
2850
+
2851
+ <!ELEMENT %RelatedProduct; (%RelationCode;,
2852
+ ((%ISBN;, (%EAN13;)?, (%ProductIdentifier;)*) |
2853
+ (%EAN13;, (%ProductIdentifier;)*) | (%ProductIdentifier;)+),
2854
+ %ProductForm;, (%BookFormDetail;)*, (%ProductFormDescription;)?, (%RelatedEpub;)?)>
2855
+
2856
+ <!ENTITY % Group-PR23-mod "(%ReplacedByISBN;)?, (%ReplacedByEAN13;)?,
2857
+ (%AlternativeFormatISBN;)?, (%AlternativeFormatEAN13;)?,
2858
+ (%AlternativeProductISBN;)?, (%AlternativeProductEAN13;)?,
2859
+ (%RelatedProduct;)*, (%OutOfPrintDate;)?">
2860
+
2861
+ <![%GroupsAsElements;[
2862
+ <!ENTITY % Group-PR23 "Group-PR23">
2863
+ <!ELEMENT %Group-PR23; (%Group-PR23-mod;)>
2864
+ ]]>
2865
+ <!ENTITY % Group-PR23 "%Group-PR23-mod;">
2866
+
2867
+ <!--
2868
+ **************************************************
2869
+ * *
2870
+ * GROUP PR24 *
2871
+ * SUPPLIER, AVAILABILITY AND PRICES *
2872
+ * *
2873
+ **************************************************
2874
+ -->
2875
+
2876
+ <!ELEMENT %SupplierEANLocationNumber; (#PCDATA)>
2877
+ <!ELEMENT %SupplierSAN; (#PCDATA)>
2878
+ <!ELEMENT %SupplierName; (#PCDATA)>
2879
+ <!ELEMENT %TelephoneNumber; (#PCDATA)>
2880
+ <!ELEMENT %FaxNumber; (#PCDATA)>
2881
+ <!ELEMENT %EmailAddress; (#PCDATA)>
2882
+ <!ELEMENT %SupplyToCountry; (#PCDATA)>
2883
+ <!ELEMENT %SupplyToRegion; (#PCDATA)>
2884
+ <!ELEMENT %SupplyToCountryExcluded; (#PCDATA)>
2885
+ <!ELEMENT %ReturnsCodeType; (#PCDATA)>
2886
+ <!ELEMENT %ReturnsCode; (#PCDATA)>
2887
+ <!ELEMENT %AvailabilityCode; (#PCDATA)>
2888
+ <!ELEMENT %DateFormat; (#PCDATA)>
2889
+ <!ELEMENT %ExpectedShipDate; (#PCDATA)>
2890
+ <!ELEMENT %OnSaleDate; (#PCDATA)>
2891
+ <!ELEMENT %OrderTime; (#PCDATA)>
2892
+ <!ELEMENT %PackQuantity; (#PCDATA)>
2893
+ <!ELEMENT %AudienceRestrictionFlag; (#PCDATA)>
2894
+ <!ELEMENT %AudienceRestrictionNote; (#PCDATA)>
2895
+ <!ELEMENT %PriceTypeCode; (#PCDATA)>
2896
+ <!ELEMENT %PriceQualifier; (#PCDATA)>
2897
+ <!ELEMENT %PriceTypeDescription; (#PCDATA)>
2898
+ <!ELEMENT %PricePer; (#PCDATA)>
2899
+ <!ELEMENT %MinimumOrderQuantity; (#PCDATA)>
2900
+ <!ELEMENT %BatchQuantity; (#PCDATA)>
2901
+ <!ELEMENT %FreeQuantity; (#PCDATA)>
2902
+ <!ELEMENT %ClassOfTrade; (#PCDATA)>
2903
+ <!ELEMENT %BICDiscountGroupCode; (#PCDATA)>
2904
+ <!ELEMENT %DiscountPercent; (#PCDATA)>
2905
+ <!ELEMENT %PriceStatus; (#PCDATA)>
2906
+ <!ELEMENT %PriceAmount; (#PCDATA)>
2907
+ <!ELEMENT %UnpricedItemType; (#PCDATA)>
2908
+ <!ELEMENT %CurrencyCode; (#PCDATA)>
2909
+ <!ELEMENT %TaxRateCode1; (#PCDATA)>
2910
+ <!ELEMENT %TaxRatePercent1; (#PCDATA)>
2911
+ <!ELEMENT %TaxableAmount1; (#PCDATA)>
2912
+ <!ELEMENT %TaxAmount1; (#PCDATA)>
2913
+ <!ELEMENT %TaxRateCode2; (#PCDATA)>
2914
+ <!ELEMENT %TaxRatePercent2; (#PCDATA)>
2915
+ <!ELEMENT %TaxableAmount2; (#PCDATA)>
2916
+ <!ELEMENT %TaxAmount2; (#PCDATA)>
2917
+ <!ELEMENT %PriceEffectiveFrom; (#PCDATA)>
2918
+ <!ELEMENT %PriceEffectiveUntil; (#PCDATA)>
2919
+
2920
+ <!ELEMENT %NewSupplier; ((((%SupplierEANLocationNumber; | %SupplierSAN;), (%SupplierName;)?) | %SupplierName;),
2921
+ (%TelephoneNumber;)*, (%FaxNumber;)*, (%EmailAddress;)*)>
2922
+
2923
+ <!ELEMENT %BatchBonus; (%BatchQuantity;, %FreeQuantity;)>
2924
+
2925
+ <!ELEMENT %Price; (%PriceTypeCode;, (%PriceQualifier;)?, (%PriceTypeDescription;)?, (%PricePer;)?,
2926
+ (%MinimumOrderQuantity;)?, (%BatchBonus;)*, (%ClassOfTrade;)?, (%BICDiscountGroupCode;)?,
2927
+ (%DiscountPercent;)?, (%PriceStatus;)?, %PriceAmount;, (%CurrencyCode;)?, (%CountryCode;)*,
2928
+ (%TaxRateCode1;, (%TaxRatePercent1;, %TaxableAmount1;, %TaxAmount1;)?,
2929
+ (%TaxRateCode2;, (%TaxRatePercent2;, %TaxableAmount2;, %TaxAmount2;)?)?)?,
2930
+ (%PriceEffectiveFrom;)?, (%PriceEffectiveUntil;)?)>
2931
+
2932
+ <!ELEMENT %SupplyDetail; ((((%SupplierEANLocationNumber; | %SupplierSAN;), (%SupplierName;)?) | %SupplierName;),
2933
+ (%TelephoneNumber;)*, (%FaxNumber;)*, (%EmailAddress;)*,
2934
+ ((%SupplyToCountry; | %SupplyToRegion;)+, (%SupplyToCountryExcluded;)*)?,
2935
+ (%ReturnsCodeType;, %ReturnsCode;)?, %AvailabilityCode;, (%NewSupplier;)?,
2936
+ ((%DateFormat;)?, %ExpectedShipDate;)?, (%OnSaleDate;)?, (%OrderTime;)?,
2937
+ (%PackQuantity;)?, (%AudienceRestrictionFlag;)?, (%AudienceRestrictionNote;)?,
2938
+ ((%PriceAmount;) | (%UnpricedItemType;) | (%Price;)+))>
2939
+
2940
+ <!ENTITY % Group-PR24-mod "(%SupplyDetail;)*">
2941
+
2942
+ <![%GroupsAsElements;[
2943
+ <!ENTITY % Group-PR24 "Group-PR24">
2944
+ <!ELEMENT %Group-PR24; (%Group-PR24-mod;)>
2945
+ ]]>
2946
+ <!ENTITY % Group-PR24 "%Group-PR24-mod;">
2947
+
2948
+ <!--
2949
+ **************************************************
2950
+ * *
2951
+ * GROUP PR25 *
2952
+ * SALES PROMOTION INFORMATION *
2953
+ * *
2954
+ **************************************************
2955
+ -->
2956
+
2957
+ <!ELEMENT %PromotionCampaign; (#PCDATA)>
2958
+ <!ELEMENT %PromotionContact; (#PCDATA)>
2959
+ <!ELEMENT %InitialPrintRun; (#PCDATA)>
2960
+ <!ELEMENT %CopiesSold; (#PCDATA)>
2961
+ <!ELEMENT %BookClubAdoption; (#PCDATA)>
2962
+
2963
+ <!ENTITY % Group-PR25-mod "(%PromotionCampaign;)?, (%PromotionContact;)?, (%InitialPrintRun;)?,
2964
+ (%CopiesSold;)?, (%BookClubAdoption;)?">
2965
+
2966
+ <![%GroupsAsElements;[
2967
+ <!ENTITY % Group-PR25 "Group-PR25">
2968
+ <!ELEMENT %Group-PR25; (%Group-PR25-mod;)>
2969
+ ]]>
2970
+ <!ENTITY % Group-PR25 "%Group-PR25-mod;">
2971
+
2972
+ <!--
2973
+ **************************************************
2974
+ * *
2975
+ * GROUP MS1 *
2976
+ * RECORD REFERENCE NUMBER, TYPE AND SOURCE *
2977
+ * *
2978
+ **************************************************
2979
+ -->
2980
+
2981
+ <!-- Group MS1 is identical to Group PR1 -->
2982
+
2983
+ <![%GroupsAsElements;[
2984
+ <!ENTITY % Group-MS1 "Group-MS1">
2985
+ <!ELEMENT %Group-MS1; (%Group-PR1-mod;)>
2986
+ ]]>
2987
+ <!ENTITY % Group-MS1 "%Group-PR1-mod;">
2988
+
2989
+ <!--
2990
+ **************************************************
2991
+ * *
2992
+ * GROUP MS2 *
2993
+ * MAIN SERIES IDENTIFIERS *
2994
+ * *
2995
+ **************************************************
2996
+ -->
2997
+
2998
+ <!-- See Group PR5 for details of element type %SeriesIdentifier; -->
2999
+
3000
+ <!ENTITY % Group-MS2-mod "(%SeriesIdentifier;)+">
3001
+
3002
+ <![%GroupsAsElements;[
3003
+ <!ENTITY % Group-MS2 "Group-MS2">
3004
+ <!ELEMENT %Group-MS2; (%Group-MS2-mod;)>
3005
+ ]]>
3006
+ <!ENTITY % Group-MS2 "%Group-MS2-mod;">
3007
+
3008
+ <!--
3009
+ **************************************************
3010
+ * *
3011
+ * GROUP MS3 *
3012
+ * MAIN SERIES TITLE *
3013
+ * *
3014
+ **************************************************
3015
+ -->
3016
+
3017
+ <!-- See Group PR7 for details of element type %Title; -->
3018
+
3019
+ <!ENTITY % Group-MS3-mod "(%Title;)+">
3020
+
3021
+ <![%GroupsAsElements;[
3022
+ <!ENTITY % Group-MS3 "Group-MS3">
3023
+ <!ELEMENT %Group-MS3; (%Group-MS3-mod;)>
3024
+ ]]>
3025
+ <!ENTITY % Group-MS3 "%Group-MS3-mod;">
3026
+
3027
+ <!--
3028
+ **************************************************
3029
+ * *
3030
+ * GROUP MS4 *
3031
+ * MAIN SERIES CONTRIBUTORS *
3032
+ * *
3033
+ **************************************************
3034
+ -->
3035
+
3036
+ <!-- See Group PR8 for details of element type %Contributor; -->
3037
+
3038
+ <!ENTITY % Group-MS4-mod "(%Contributor;)*">
3039
+
3040
+ <![%GroupsAsElements;[
3041
+ <!ENTITY % Group-MS4 "Group-MS4">
3042
+ <!ELEMENT %Group-MS4; (%Group-MS4-mod;)>
3043
+ ]]>
3044
+ <!ENTITY % Group-MS4 "%Group-MS4-mod;">
3045
+
3046
+ <!--
3047
+ **************************************************
3048
+ * *
3049
+ * GROUP MS5 *
3050
+ * MAIN SERIES TEXT ELEMENTS *
3051
+ * *
3052
+ **************************************************
3053
+ -->
3054
+
3055
+ <!-- See Group PR15 for details of element type %OtherText; -->
3056
+
3057
+ <!ENTITY % Group-MS5-mod "(%OtherText;)*">
3058
+
3059
+ <![%GroupsAsElements;[
3060
+ <!ENTITY % Group-MS5 "Group-MS5">
3061
+ <!ELEMENT %Group-MS5; (%Group-MS5-mod;)>
3062
+ ]]>
3063
+ <!ENTITY % Group-MS5 "%Group-MS5-mod;">
3064
+
3065
+ <!--
3066
+ **************************************************
3067
+ * *
3068
+ * GROUP MS6 *
3069
+ * NUMBER OF SUBORDINATE ENTRIES *
3070
+ * *
3071
+ **************************************************
3072
+ -->
3073
+
3074
+ <!ELEMENT %SubordinateEntries; (#PCDATA)>
3075
+
3076
+ <!ENTITY % Group-MS6-mod "(%SubordinateEntries;)?">
3077
+
3078
+ <![%GroupsAsElements;[
3079
+ <!ENTITY % Group-MS6 "Group-MS6">
3080
+ <!ELEMENT %Group-MS6; (%Group-MS6-mod;)>
3081
+ ]]>
3082
+ <!ENTITY % Group-MS6 "%Group-MS6-mod;">
3083
+
3084
+ <!--
3085
+ **************************************************
3086
+ * *
3087
+ * GROUP SS1 *
3088
+ * RECORD REFERENCE NUMBER, TYPE AND SOURCE *
3089
+ * *
3090
+ **************************************************
3091
+ -->
3092
+
3093
+ <!-- Group SS1 is identical to Group PR1 -->
3094
+
3095
+ <![%GroupsAsElements;[
3096
+ <!ENTITY % Group-SS1 "Group-SS1">
3097
+ <!ELEMENT %Group-SS1; (%Group-PR1-mod;)>
3098
+ ]]>
3099
+ <!ENTITY % Group-SS1 "%Group-PR1-mod;">
3100
+
3101
+ <!--
3102
+ **************************************************
3103
+ * *
3104
+ * GROUP SS2 *
3105
+ * SubSeriesRecord IDENTIFIERS *
3106
+ * *
3107
+ **************************************************
3108
+ -->
3109
+
3110
+ <!-- See Group PR5 for details of element type %SeriesIdentifier; -->
3111
+
3112
+ <!ELEMENT %ParentIdentifier; (%SeriesIDType;, (%IDTypeName;)?, %IDValue;)>
3113
+
3114
+ <!ENTITY % Group-SS2-mod "(%SeriesIdentifier;)+, %ParentIdentifier;">
3115
+
3116
+ <![%GroupsAsElements;[
3117
+ <!ENTITY % Group-SS2 "Group-SS2">
3118
+ <!ELEMENT %Group-SS2; (%Group-SS2-mod;)>
3119
+ ]]>
3120
+ <!ENTITY % Group-SS2 "%Group-SS2-mod;">
3121
+
3122
+ <!--
3123
+ **************************************************
3124
+ * *
3125
+ * GROUP SS3 *
3126
+ * SubSeriesRecord VOLUME OR PART DETAIL *
3127
+ * *
3128
+ **************************************************
3129
+ -->
3130
+
3131
+ <!ELEMENT %LevelSequenceNumber; (#PCDATA)>
3132
+ <!ELEMENT %SeriesPartName; (#PCDATA)>
3133
+
3134
+ <!ENTITY % Group-SS3-mod "%LevelSequenceNumber;, ((%SeriesPartName;)?, %NumberWithinSeries;)?">
3135
+
3136
+ <![%GroupsAsElements;[
3137
+ <!ENTITY % Group-SS3 "Group-SS3">
3138
+ <!ELEMENT %Group-SS3; (%Group-SS3-mod;)>
3139
+ ]]>
3140
+ <!ENTITY % Group-SS3 "%Group-SS3-mod;">
3141
+
3142
+ <!--
3143
+ **************************************************
3144
+ * *
3145
+ * GROUP SS4 *
3146
+ * SubSeriesRecord TITLE *
3147
+ * *
3148
+ **************************************************
3149
+ -->
3150
+
3151
+ <!-- See Group PR7 for details of element type %Title; -->
3152
+
3153
+ <!ENTITY % Group-SS4-mod "(%Title;)+">
3154
+
3155
+ <![%GroupsAsElements;[
3156
+ <!ENTITY % Group-SS4 "Group-SS4">
3157
+ <!ELEMENT %Group-SS4; (%Group-SS4-mod;)>
3158
+ ]]>
3159
+ <!ENTITY % Group-SS4 "%Group-SS4-mod;">
3160
+
3161
+ <!--
3162
+ **************************************************
3163
+ * *
3164
+ * GROUP SS5 *
3165
+ * SubSeriesRecord CONTRIBUTORS *
3166
+ * *
3167
+ **************************************************
3168
+ -->
3169
+
3170
+ <!-- See Group PR8 for details of element type %Contributor; -->
3171
+
3172
+ <!ENTITY % Group-SS5-mod "(%Contributor;)*">
3173
+
3174
+ <![%GroupsAsElements;[
3175
+ <!ENTITY % Group-SS5 "Group-SS5">
3176
+ <!ELEMENT %Group-SS5; (%Group-SS5-mod;)>
3177
+ ]]>
3178
+ <!ENTITY % Group-SS5 "%Group-SS5-mod;">
3179
+
3180
+ <!--
3181
+ **************************************************
3182
+ * *
3183
+ * GROUP SS6 *
3184
+ * SubSeriesRecord TEXT ELEMENTS *
3185
+ * *
3186
+ **************************************************
3187
+ -->
3188
+
3189
+ <!-- See Group PR15 for details of element type %OtherText; -->
3190
+
3191
+ <!ENTITY % Group-SS6-mod "(%OtherText;)*">
3192
+
3193
+ <![%GroupsAsElements;[
3194
+ <!ENTITY % Group-SS6 "Group-SS6">
3195
+ <!ELEMENT %Group-SS6; (%Group-SS6-mod;)>
3196
+ ]]>
3197
+ <!ENTITY % Group-SS6 "%Group-SS6-mod;">
3198
+
3199
+ <!--
3200
+ **************************************************
3201
+ * *
3202
+ * GROUP SS7 *
3203
+ * NUMBER OF SUBORDINATE ENTRIES *
3204
+ * *
3205
+ **************************************************
3206
+ -->
3207
+
3208
+ <!-- See Group MS6 for details of element type %SubordinateEntries; -->
3209
+
3210
+ <!ENTITY % Group-SS7-mod "(%SubordinateEntries;)?">
3211
+
3212
+ <![%GroupsAsElements;[
3213
+ <!ENTITY % Group-SS7 "Group-SS7">
3214
+ <!ELEMENT %Group-SS7; (%Group-SS7-mod;)>
3215
+ ]]>
3216
+ <!ENTITY % Group-SS7 "%Group-SS7-mod;">
3217
+
3218
+ <!--
3219
+ **************************************************
3220
+ * *
3221
+ * TOP-LEVEL MESSAGE STRUCTURE *
3222
+ * *
3223
+ **************************************************
3224
+ -->
3225
+
3226
+ <!ELEMENT %ONIXMessage; (%Group-MH6;, (%Product; | %MainSeriesRecord; | %SubSeriesRecord;)+)>
3227
+
3228
+ <!-- DTD RELEASE NUMBER -->
3229
+
3230
+ <!ATTLIST %ONIXMessage; release CDATA #FIXED "2.0">
3231
+
3232
+ <![%ExtendedProductModel;[
3233
+
3234
+ <!ENTITY % ExtendedModelDeclarations SYSTEM "onix-extended.elt">
3235
+
3236
+ <!ELEMENT %Product; (%Group-PR1;,
3237
+ (%Group-PR2;, %Group-PR3;, %Group-PR4;, %Group-PR5;, %Group-PR6;,
3238
+ %Group-PR7;, %Group-PR8;, %Group-PR9;, %Group-PR10;,
3239
+ %Group-PR11;, %Group-PR12;, %Group-PR13;, %Group-PR14;,
3240
+ %Group-PR15;, %Group-PR16;, %Group-PR17;, %Group-PR18;,
3241
+ %Group-PR19;, %Group-PR20;, %Group-PR21;)?,
3242
+ (%Group-PR22;)?, (%Group-PR23;)?, (%Group-PR24;)?, (%Group-PR25;)?,
3243
+ %SuperGroup-Z;)>
3244
+
3245
+ <!ENTITY % UnextendedProductModel "IGNORE" >
3246
+
3247
+ ]]>
3248
+ <!ENTITY % ExtendedModelDeclarations " ">
3249
+ %ExtendedModelDeclarations;
3250
+
3251
+ <!ENTITY % UnextendedProductModel "INCLUDE">
3252
+
3253
+ <![%UnextendedProductModel;[
3254
+
3255
+ <!ELEMENT %Product; (%Group-PR1;,
3256
+ (%Group-PR2;, %Group-PR3;, %Group-PR4;, %Group-PR5;, %Group-PR6;,
3257
+ %Group-PR7;, %Group-PR8;, %Group-PR9;, %Group-PR10;,
3258
+ %Group-PR11;, %Group-PR12;, %Group-PR13;, %Group-PR14;,
3259
+ %Group-PR15;, %Group-PR16;, %Group-PR17;, %Group-PR18;,
3260
+ %Group-PR19;, %Group-PR20;, %Group-PR21;)?,
3261
+ (%Group-PR22;)?, (%Group-PR23;)?, (%Group-PR24;)?, (%Group-PR25;)?)>
3262
+
3263
+ ]]>
3264
+
3265
+ <!ELEMENT %MainSeriesRecord; (%Group-MS1;, %Group-MS2;, %Group-MS3;, %Group-MS4;, %Group-MS5;, %Group-MS6;)>
3266
+
3267
+ <!ELEMENT %SubSeriesRecord; (%Group-SS1;, %Group-SS2;, %Group-SS3;, %Group-SS4;, %Group-SS5;, %Group-SS6;, %Group-SS7;)>