amazon_feed_validator 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (95) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +11 -0
  3. data/.rspec +3 -0
  4. data/.rubocop.yml +13 -0
  5. data/.travis.yml +5 -0
  6. data/Amazon.xsd +92 -0
  7. data/CHANGELOG.md +6 -0
  8. data/Gemfile +6 -0
  9. data/Gemfile.lock +72 -0
  10. data/LICENSE.txt +21 -0
  11. data/README.md +43 -0
  12. data/Rakefile +27 -0
  13. data/amazon_feed_validator.gemspec +31 -0
  14. data/bin/console +14 -0
  15. data/bin/setup +8 -0
  16. data/lib/amazon_feed_validator.rb +10 -0
  17. data/lib/amazon_feed_validator/constructor_methods.rb +12 -0
  18. data/lib/amazon_feed_validator/feed_validator.rb +37 -0
  19. data/lib/amazon_feed_validator/version.rb +3 -0
  20. data/lib/rake_tasks.rb +2 -0
  21. data/lib/tasks/amazon.rake +46 -0
  22. data/lib/xsd/AdditionalProductInformation.xsd +23 -0
  23. data/lib/xsd/Amazon.xsd +92 -0
  24. data/lib/xsd/Arts.xsd +144 -0
  25. data/lib/xsd/AutoAccessory.xsd +2103 -0
  26. data/lib/xsd/Baby.xsd +234 -0
  27. data/lib/xsd/Beauty.xsd +1107 -0
  28. data/lib/xsd/Books.xsd +210 -0
  29. data/lib/xsd/CE.xsd +2935 -0
  30. data/lib/xsd/CameraPhoto.xsd +2719 -0
  31. data/lib/xsd/ClothingAccessories.xsd +128 -0
  32. data/lib/xsd/Coins.xsd +129 -0
  33. data/lib/xsd/Collectibles.xsd +83 -0
  34. data/lib/xsd/Computers.xsd +2414 -0
  35. data/lib/xsd/EUCompliance.xsd +24 -0
  36. data/lib/xsd/EducationSupplies.xsd +215 -0
  37. data/lib/xsd/EntertainmentCollectibles.xsd +106 -0
  38. data/lib/xsd/FBA.xsd +28 -0
  39. data/lib/xsd/FoodAndBeverages.xsd +1397 -0
  40. data/lib/xsd/FoodServiceAndJanSan.xsd +216 -0
  41. data/lib/xsd/FulfillmentCenter.xsd +57 -0
  42. data/lib/xsd/Furniture.xsd +98 -0
  43. data/lib/xsd/GiftCards.xsd +102 -0
  44. data/lib/xsd/Gourmet.xsd +100 -0
  45. data/lib/xsd/Health.xsd +1232 -0
  46. data/lib/xsd/Home.xsd +5642 -0
  47. data/lib/xsd/HomeImprovement.xsd +1234 -0
  48. data/lib/xsd/Industrial.xsd +962 -0
  49. data/lib/xsd/Inventory.xsd +49 -0
  50. data/lib/xsd/Jewelry.xsd +1123 -0
  51. data/lib/xsd/LabSupplies.xsd +411 -0
  52. data/lib/xsd/LargeAppliances.xsd +650 -0
  53. data/lib/xsd/Lighting.xsd +278 -0
  54. data/lib/xsd/Listings.xsd +32 -0
  55. data/lib/xsd/Luggage.xsd +121 -0
  56. data/lib/xsd/LuxuryBeauty.xsd +108 -0
  57. data/lib/xsd/MaterialHandling.xsd +112 -0
  58. data/lib/xsd/MechanicalFasteners.xsd +174 -0
  59. data/lib/xsd/Miscellaneous.xsd +157 -0
  60. data/lib/xsd/Motorcycles.xsd +351 -0
  61. data/lib/xsd/Music.xsd +255 -0
  62. data/lib/xsd/MusicalInstruments.xsd +974 -0
  63. data/lib/xsd/Office.xsd +1142 -0
  64. data/lib/xsd/OrderAcknowledgement.xsd +55 -0
  65. data/lib/xsd/OrderAdjustment.xsd +175 -0
  66. data/lib/xsd/OrderFulfillment.xsd +65 -0
  67. data/lib/xsd/Outdoors.xsd +1041 -0
  68. data/lib/xsd/Override.xsd +48 -0
  69. data/lib/xsd/PetSupplies.xsd +216 -0
  70. data/lib/xsd/PowerTransmission.xsd +87 -0
  71. data/lib/xsd/Price.xsd +227 -0
  72. data/lib/xsd/ProcessingReport.xsd +87 -0
  73. data/lib/xsd/Product.xsd +1332 -0
  74. data/lib/xsd/ProductClothing.xsd +334 -0
  75. data/lib/xsd/ProductImage.xsd +57 -0
  76. data/lib/xsd/ProfessionalHealthCare.xsd +135 -0
  77. data/lib/xsd/RawMaterials.xsd +125 -0
  78. data/lib/xsd/Relationship.xsd +47 -0
  79. data/lib/xsd/SWVG.xsd +358 -0
  80. data/lib/xsd/SettlementReport.xsd +258 -0
  81. data/lib/xsd/Shoes.xsd +240 -0
  82. data/lib/xsd/Sports.xsd +790 -0
  83. data/lib/xsd/SportsMemorabilia.xsd +66 -0
  84. data/lib/xsd/ThreeDPrinting.xsd +105 -0
  85. data/lib/xsd/TiresAndWheels.xsd +358 -0
  86. data/lib/xsd/Tools.xsd +84 -0
  87. data/lib/xsd/Toys.xsd +632 -0
  88. data/lib/xsd/ToysBaby.xsd +337 -0
  89. data/lib/xsd/Video.xsd +406 -0
  90. data/lib/xsd/WineAndAlcohol.xsd +197 -0
  91. data/lib/xsd/Wireless.xsd +134 -0
  92. data/lib/xsd/amzn-base.xsd +4845 -0
  93. data/lib/xsd/amzn-envelope.xsd +98 -0
  94. data/lib/xsd/amzn-header.xsd +45 -0
  95. metadata +235 -0
@@ -0,0 +1,278 @@
1
+ <?xml version="1.0"?>
2
+ <!-- Revision="$Revision: #1 $" -->
3
+ <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
4
+ <!--
5
+ $Date: 2007/06/28 $
6
+
7
+ AMAZON.COM CONFIDENTIAL. This document and the information contained in it are
8
+ confidential and proprietary information of Amazon.com and may not be reproduced,
9
+ distributed or used, in whole or in part, for any purpose other than as necessary
10
+ to list products for sale on the www.amazon.com web site pursuant to an agreement
11
+ with Amazon.com.
12
+ -->
13
+ <xsd:include schemaLocation="amzn-base.xsd"/>
14
+ <!--
15
+ Please read the corresponding documentation that contains the recommended values for elements
16
+ of type StringNotNull.
17
+ -->
18
+ <xsd:element name="Lighting">
19
+ <xsd:complexType>
20
+ <xsd:sequence>
21
+ <xsd:element name="ProductType">
22
+ <xsd:complexType>
23
+ <xsd:choice>
24
+ <xsd:element ref="LightsAndFixtures"/>
25
+ <xsd:element ref="LightingAccessories"/>
26
+ <xsd:element ref="LightBulbs"/>
27
+ </xsd:choice>
28
+ </xsd:complexType>
29
+ </xsd:element>
30
+ <xsd:element name="BatteryCellComposition" type="BatteryCellTypeValues" minOccurs="0"/>
31
+ <xsd:element name="ManufacturerWarrantyDescription" minOccurs="0">
32
+ <xsd:simpleType>
33
+ <xsd:restriction base="xsd:normalizedString">
34
+ <xsd:maxLength value="1500"/>
35
+ </xsd:restriction>
36
+ </xsd:simpleType>
37
+ </xsd:element>
38
+ <xsd:element name="ManufacturerSafetyWarning" type="String" minOccurs="0"/>
39
+ <xsd:element name="SellerWarrantyDescription" type="SuperLongStringNotNull" minOccurs="0"/>
40
+ <xsd:element name="WarrantyType" type="String" minOccurs="0"/>
41
+ <xsd:element name="WeeeTaxValue" type="CurencyDimension" minOccurs="0"/>
42
+ </xsd:sequence>
43
+ </xsd:complexType>
44
+ </xsd:element>
45
+ <xsd:element name="LightsAndFixtures">
46
+ <xsd:complexType>
47
+ <xsd:sequence>
48
+ <xsd:element name="VariationData" minOccurs="0">
49
+ <xsd:complexType>
50
+ <xsd:sequence>
51
+ <xsd:element name="Parentage">
52
+ <xsd:simpleType>
53
+ <xsd:restriction base="xsd:string">
54
+ <xsd:enumeration value="parent"/>
55
+ <xsd:enumeration value="child"/>
56
+ </xsd:restriction>
57
+ </xsd:simpleType>
58
+ </xsd:element>
59
+ <xsd:element name="VariationTheme" minOccurs="0">
60
+ <xsd:simpleType>
61
+ <xsd:restriction base="xsd:string">
62
+ <xsd:enumeration value="Color"/>
63
+ </xsd:restriction>
64
+ </xsd:simpleType>
65
+ </xsd:element>
66
+ </xsd:sequence>
67
+ </xsd:complexType>
68
+ </xsd:element>
69
+ <xsd:element name="AirFlowCapacity" type="xsd:positiveInteger" minOccurs="0"/>
70
+ <xsd:element name="BaseDiameter" type="LengthDimension" minOccurs="0"/>
71
+ <xsd:element ref="Battery" minOccurs="0"/>
72
+ <xsd:element name="BulbDiameter" type="LengthDimension" minOccurs="0"/>
73
+ <xsd:element name="BulbLength" type="LengthDimension" minOccurs="0"/>
74
+ <xsd:element name="BulbLifeSpan" type="TimeDimension" minOccurs="0"/>
75
+ <xsd:element name="BulbPowerFactor" type="Dimension" minOccurs="0"/>
76
+ <xsd:element name="BulbSpecialFeatures" type="String" minOccurs="0" maxOccurs="5"/>
77
+ <xsd:element name="BulbSwitchingCycles" type="xsd:positiveInteger" minOccurs="0"/>
78
+ <xsd:element name="BulbType" type="String" minOccurs="0"/>
79
+ <xsd:element name="BulbWattage" type="Dimension" minOccurs="0"/>
80
+ <xsd:element name="CapType" type="String" minOccurs="0"/>
81
+ <xsd:element name="Certification" type="String" minOccurs="0" maxOccurs="4"/>
82
+ <xsd:element name="Collection" type="String" minOccurs="0"/>
83
+ <xsd:element name="Color" type="String" minOccurs="0"/>
84
+ <xsd:element name="ColorMap" type="String" minOccurs="0"/>
85
+ <xsd:element name="ColorRenderingIndex" type="xsd:positiveInteger" minOccurs="0"/>
86
+ <xsd:element name="ColorTemperature" type="TemperatureRatingDimension" minOccurs="0"/>
87
+ <xsd:element name="CountryOfOrigin" type="CountryOfOriginType" minOccurs="0"/>
88
+ <xsd:element name="DisplayDepth" type="LengthDimension" minOccurs="0"/>
89
+ <xsd:element name="DisplayDiameter" type="LengthDimension" minOccurs="0"/>
90
+ <xsd:element name="DisplayHeight" type="LengthDimension" minOccurs="0"/>
91
+ <xsd:element name="DisplayLength" type="LengthDimension" minOccurs="0"/>
92
+ <xsd:element name="DisplayWeight" type="WeightDimension" minOccurs="0"/>
93
+ <xsd:element name="DisplayWidth" type="LengthDimension" minOccurs="0"/>
94
+ <xsd:element name="EnergyEfficiencyRating" type="String" minOccurs="0"/>
95
+ <xsd:element name="FanBladeColor" type="String" minOccurs="0"/>
96
+ <xsd:element name="FinishType" type="String" minOccurs="0"/>
97
+ <xsd:element name="IncandescentEquivalentWattage" type="xsd:positiveInteger" minOccurs="0"/>
98
+ <xsd:element name="IncludedComponent" type="String" minOccurs="0" maxOccurs="5"/>
99
+ <xsd:element name="InternationalProtectionRating" type="String" minOccurs="0"/>
100
+ <xsd:element name="ItemDiameter" type="LengthDimension" minOccurs="0"/>
101
+ <xsd:element name="LampStartupTime" type="MediumStringNotNull" minOccurs="0"/>
102
+ <xsd:element name="LampWarmupTime" type="MediumStringNotNull" minOccurs="0"/>
103
+ <xsd:element name="LightingMethod" type="String" minOccurs="0"/>
104
+ <xsd:element name="LightOutputLuminance" type="LuminanceDimension" minOccurs="0"/>
105
+ <xsd:element name="LithiumBatteryEnergyContent" type="xsd:positiveInteger" minOccurs="0"/>
106
+ <xsd:element name="LithiumBatteryPackaging" minOccurs="0">
107
+ <xsd:simpleType>
108
+ <xsd:restriction base="xsd:string">
109
+ <xsd:enumeration value="batteries_contained_in_equipment"/>
110
+ <xsd:enumeration value="batteries_only"/>
111
+ <xsd:enumeration value="batteries_packed_with_equipment"/>
112
+ </xsd:restriction>
113
+ </xsd:simpleType>
114
+ </xsd:element>
115
+ <xsd:element name="LithiumBatteryVoltage" type="xsd:positiveInteger" minOccurs="0"/>
116
+ <xsd:element name="LithiumBatteryWeight" type="xsd:positiveInteger" minOccurs="0"/>
117
+ <xsd:element name="LumenMaintenanceFactor" type="xsd:decimal" minOccurs="0"/>
118
+ <xsd:element name="LuminousIntensity" type="LuminiousIntensityDimension" minOccurs="0"/>
119
+ <xsd:element name="Material" type="String" minOccurs="0"/>
120
+ <xsd:element name="MaximumCurrent" type="AmperageDimension" minOccurs="0"/>
121
+ <xsd:element name="MaximumSupportedWattage" type="xsd:positiveInteger" minOccurs="0"/>
122
+ <xsd:element name="MercuryContent" type="WeightDimension" minOccurs="0"/>
123
+ <xsd:element name="NumberOfBlades" type="xsd:positiveInteger" minOccurs="0"/>
124
+ <xsd:element name="NumberOfBulbSockets" type="xsd:positiveInteger" minOccurs="0"/>
125
+ <xsd:element name="NumberOfLights" type="xsd:positiveInteger" minOccurs="0"/>
126
+ <xsd:element name="NumberOfLithiumIonCells" type="xsd:positiveInteger" minOccurs="0"/>
127
+ <xsd:element name="NumberOfLithiumMetalCells" type="xsd:positiveInteger" minOccurs="0"/>
128
+ <xsd:element name="PlugType" type="HundredString" minOccurs="0"/>
129
+ <xsd:element name="PowerSource" type="HundredString" minOccurs="0"/>
130
+ <xsd:element name="PPUCount" type="xsd:decimal" minOccurs="0"/>
131
+ <xsd:element name="PPUCountType" type="String" minOccurs="0"/>
132
+ <xsd:element name="ShadeColor" type="String" minOccurs="0"/>
133
+ <xsd:element name="ShadeDiameter" type="LengthDimension" minOccurs="0"/>
134
+ <xsd:element name="ShadeMaterial" type="String" minOccurs="0"/>
135
+ <xsd:element name="SpecialFeatures" type="String" minOccurs="0" maxOccurs="5"/>
136
+ <xsd:element name="SpecificUses" type="String" minOccurs="0" maxOccurs="2"/>
137
+ <xsd:element name="StyleName" type="String" minOccurs="0"/>
138
+ <xsd:element name="SwitchStyle" type="String" minOccurs="0"/>
139
+ <xsd:element name="Voltage" type="VoltageIntegerDimensionOptionalUnit" minOccurs="0"/>
140
+ <xsd:element name="Volume" type="VolumeDimension" minOccurs="0"/>
141
+ <xsd:element name="Wattage" type="Dimension" minOccurs="0"/>
142
+ <xsd:element name="WeightedAnnualEnergyConsumption" type="EnergyConsumptionDimension" minOccurs="0"/>
143
+ <xsd:element name="FixtureType" type="String" minOccurs="0"/>
144
+ <xsd:element name="Efficiency" type="StringNotNull" minOccurs="0"/>
145
+ <xsd:element name="ExternalTestingCertification" type="StringNotNull" minOccurs="0" maxOccurs="2"/>
146
+ <xsd:element name="PowerPlugType" type="PowerPlugType" minOccurs="0"/>
147
+ </xsd:sequence>
148
+ </xsd:complexType>
149
+ </xsd:element>
150
+ <xsd:element name="LightingAccessories">
151
+ <xsd:complexType>
152
+ <xsd:sequence>
153
+ <xsd:element name="BaseDiameter" type="LengthDimension" minOccurs="0"/>
154
+ <xsd:element ref="Battery" minOccurs="0"/>
155
+ <xsd:element name="CircuitBreakerInstallationType" type="String" minOccurs="0"/>
156
+ <xsd:element name="CircuitBreakerType" type="String" minOccurs="0"/>
157
+ <xsd:element name="Color" type="String" minOccurs="0"/>
158
+ <xsd:element name="ColorMap" type="String" minOccurs="0"/>
159
+ <xsd:element name="CountryOfOrigin" type="CountryOfOriginType" minOccurs="0"/>
160
+ <xsd:element name="DisplayDepth" type="LengthDimension" minOccurs="0"/>
161
+ <xsd:element name="DisplayDiameter" type="LengthDimension" minOccurs="0"/>
162
+ <xsd:element name="DisplayHeight" type="LengthDimension" minOccurs="0"/>
163
+ <xsd:element name="DisplayLength" type="LengthDimension" minOccurs="0"/>
164
+ <xsd:element name="DisplayWeight" type="WeightDimension" minOccurs="0"/>
165
+ <xsd:element name="DisplayWidth" type="LengthDimension" minOccurs="0"/>
166
+ <xsd:element name="IncludedComponent" type="String" minOccurs="0" maxOccurs="5"/>
167
+ <xsd:element name="ItemDiameter" type="LengthDimension" minOccurs="0"/>
168
+ <xsd:element name="MaximumCurrent" type="AmperageDimension" minOccurs="0"/>
169
+ <xsd:element name="NumberOfStrands" type="String" minOccurs="0"/>
170
+ <xsd:element name="PlugInstallationType" type="String" minOccurs="0"/>
171
+ <xsd:element name="PlugType" type="HundredString" minOccurs="0"/>
172
+ <xsd:element name="PowerSource" type="HundredString" minOccurs="0"/>
173
+ <xsd:element name="SpecificUses" type="String" minOccurs="0"/>
174
+ <xsd:element name="StrandDiameter" type="LengthDimension" minOccurs="0"/>
175
+ <xsd:element name="SwitchStyle" type="String" minOccurs="0"/>
176
+ <xsd:element name="SwitchType" type="String" minOccurs="0"/>
177
+ <xsd:element name="Voltage" type="VoltageIntegerDimensionOptionalUnit" minOccurs="0"/>
178
+ <xsd:element name="Volume" type="VolumeDimension" minOccurs="0"/>
179
+ <xsd:element name="Wattage" type="Dimension" minOccurs="0"/>
180
+ <xsd:element name="Efficiency" type="StringNotNull" minOccurs="0"/>
181
+ <xsd:element name="BaseWidth" type="LengthDimension" minOccurs="0"/>
182
+ <xsd:element name="NumberOfHoles" type="xsd:positiveInteger" minOccurs="0"/>
183
+ <xsd:element name="IncludedAdditionalItemDescription" type="StringNotNull" minOccurs="0"/>
184
+ </xsd:sequence>
185
+ </xsd:complexType>
186
+ </xsd:element>
187
+ <xsd:element name="LightBulbs">
188
+ <xsd:complexType>
189
+ <xsd:sequence>
190
+ <xsd:element name="VariationData" minOccurs="0">
191
+ <xsd:complexType>
192
+ <xsd:sequence>
193
+ <xsd:element name="Parentage">
194
+ <xsd:simpleType>
195
+ <xsd:restriction base="xsd:string">
196
+ <xsd:enumeration value="parent"/>
197
+ <xsd:enumeration value="child"/>
198
+ </xsd:restriction>
199
+ </xsd:simpleType>
200
+ </xsd:element>
201
+ <xsd:element name="VariationTheme" minOccurs="0">
202
+ <xsd:simpleType>
203
+ <xsd:restriction base="xsd:string">
204
+ <xsd:enumeration value="Wattage"/>
205
+ </xsd:restriction>
206
+ </xsd:simpleType>
207
+ </xsd:element>
208
+ </xsd:sequence>
209
+ </xsd:complexType>
210
+ </xsd:element>
211
+ <xsd:element ref="Battery" minOccurs="0"/>
212
+ <xsd:element name="BeamAngle" type="DegreeDimension" minOccurs="0"/>
213
+ <xsd:element name="BulbDiameter" type="LengthDimension" minOccurs="0"/>
214
+ <xsd:element name="BulbLength" type="LengthDimension" minOccurs="0"/>
215
+ <xsd:element name="BulbLifeSpan" type="TimeDimension" minOccurs="0"/>
216
+ <xsd:element name="BulbPowerFactor" type="Dimension" minOccurs="0"/>
217
+ <xsd:element name="BulbSpecialFeatures" type="String" minOccurs="0" maxOccurs="5"/>
218
+ <xsd:element name="BulbSwitchingCycles" type="xsd:positiveInteger" minOccurs="0"/>
219
+ <xsd:element name="BulbType" type="String" minOccurs="0"/>
220
+ <xsd:element name="BulbWattage" type="Dimension" minOccurs="0"/>
221
+ <xsd:element name="CapType" type="String" minOccurs="0"/>
222
+ <xsd:element name="Certification" type="String" minOccurs="0" maxOccurs="4"/>
223
+ <xsd:element name="Color" type="String" minOccurs="0"/>
224
+ <xsd:element name="ColorMap" type="String" minOccurs="0"/>
225
+ <xsd:element name="ColorRenderingIndex" type="xsd:positiveInteger" minOccurs="0"/>
226
+ <xsd:element name="ColorTemperature" type="TemperatureRatingDimension" minOccurs="0"/>
227
+ <xsd:element name="CountryOfOrigin" type="CountryOfOriginType" minOccurs="0"/>
228
+ <xsd:element name="DisplayDepth" type="LengthDimension" minOccurs="0"/>
229
+ <xsd:element name="DisplayDiameter" type="LengthDimension" minOccurs="0"/>
230
+ <xsd:element name="DisplayHeight" type="LengthDimension" minOccurs="0"/>
231
+ <xsd:element name="DisplayLength" type="LengthDimension" minOccurs="0"/>
232
+ <xsd:element name="DisplayWeight" type="WeightDimension" minOccurs="0"/>
233
+ <xsd:element name="DisplayWidth" type="LengthDimension" minOccurs="0"/>
234
+ <xsd:element name="EnergyEfficiencyRating" type="String" minOccurs="0"/>
235
+ <xsd:element name="IncandescentEquivalentWattage" type="xsd:positiveInteger" minOccurs="0"/>
236
+ <xsd:element name="ItemShape" type="String" minOccurs="0"/>
237
+ <xsd:element name="LampStartupTime" type="MediumStringNotNull" minOccurs="0"/>
238
+ <xsd:element name="LampWarmupTime" type="MediumStringNotNull" minOccurs="0"/>
239
+ <xsd:element name="LightOutputLuminance" type="LuminanceDimension" minOccurs="0"/>
240
+ <xsd:element name="LumenMaintenanceFactor" type="xsd:decimal" minOccurs="0"/>
241
+ <xsd:element name="LuminousIntensity" type="LuminiousIntensityDimension" minOccurs="0"/>
242
+ <xsd:element name="MercuryContent" type="WeightDimension" minOccurs="0"/>
243
+ <xsd:element name="PPUCount" type="xsd:decimal" minOccurs="0"/>
244
+ <xsd:element name="PPUCountType" type="String" minOccurs="0"/>
245
+ <xsd:element name="SpecificUses" type="String" minOccurs="0" maxOccurs="2"/>
246
+ <xsd:element name="Voltage" type="VoltageIntegerDimensionOptionalUnit" minOccurs="0"/>
247
+ <xsd:element name="Volume" type="VolumeDimension" minOccurs="0"/>
248
+ <xsd:element name="Wattage" type="Dimension" minOccurs="0"/>
249
+ <xsd:element name="WeightedAnnualEnergyConsumption" type="EnergyConsumptionDimension" minOccurs="0"/>
250
+ <xsd:element name="StyleName" type="String" minOccurs="0"/>
251
+ <xsd:element name="SpecialFeatures" type="String" minOccurs="0" maxOccurs="5"/>
252
+ <xsd:element name="IncludedComponent" type="String" minOccurs="0" maxOccurs="5"/>
253
+ <xsd:element name="LightingMethod" type="String" minOccurs="0"/>
254
+ <xsd:element name="ShadeDiameter" type="LengthDimension" minOccurs="0"/>
255
+ <xsd:element name="ShadeMaterial" type="String" minOccurs="0"/>
256
+ <xsd:element name="Material" type="String" minOccurs="0"/>
257
+ <xsd:element name="FinishType" type="String" minOccurs="0"/>
258
+ <xsd:element name="InternationalProtectionRating" type="String" minOccurs="0"/>
259
+ <xsd:element name="NumberOfLightSources" type="xsd:positiveInteger" minOccurs="0"/>
260
+ <xsd:element name="NumberOfBlades" type="xsd:positiveInteger" minOccurs="0"/>
261
+ <xsd:element name="BladeColor" type="String" minOccurs="0"/>
262
+ <xsd:element name="MaximumCompatibleLightSourceWattage" type="xsd:positiveInteger" minOccurs="0"/>
263
+ <xsd:element name="PowerFactor" type="Dimension" minOccurs="0"/>
264
+ <xsd:element name="MechanicalLifeExpectancy" type="xsd:positiveInteger" minOccurs="0"/>
265
+ <xsd:element name="CircuitType" type="String" minOccurs="0"/>
266
+ <xsd:element name="CircuitBreakerType" type="String" minOccurs="0"/>
267
+ <xsd:element name="MountingType" type="String" minOccurs="0"/>
268
+ <xsd:element name="MaximumCurrent" type="AmperageDimension" minOccurs="0"/>
269
+ <xsd:element name="Strands" type="String" minOccurs="0"/>
270
+ <xsd:element name="StrandDiameter" type="LengthDimension" minOccurs="0"/>
271
+ <xsd:element name="LightSourceDiameter" type="LengthDimension" minOccurs="0"/>
272
+ <xsd:element name="Efficiency" type="StringNotNull" minOccurs="0"/>
273
+ <xsd:element name="ExternalTestingCertification" type="StringNotNull" minOccurs="0" maxOccurs="2"/>
274
+ <xsd:element name="PowerPlugType" type="PowerPlugType" minOccurs="0"/>
275
+ </xsd:sequence>
276
+ </xsd:complexType>
277
+ </xsd:element>
278
+ </xsd:schema>
@@ -0,0 +1,32 @@
1
+ <?xml version="1.0"?>
2
+ <!-- Revision="$Revision: #2 $" -->
3
+ <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
4
+ <!--
5
+ $Date: 2005/04/01 $
6
+
7
+ AMAZON.COM CONFIDENTIAL. This document and the information contained in it are
8
+ confidential and proprietary information of Amazon.com and may not be reproduced,
9
+ distributed or used, in whole or in part, for any purpose other than as necessary
10
+ to list products for sale on the www.amazon.com web site pursuant to an agreement
11
+ with Amazon.com.
12
+ -->
13
+ <xsd:include schemaLocation="amzn-base.xsd"/>
14
+ <xsd:include schemaLocation="Inventory.xsd"/>
15
+ <xsd:include schemaLocation="Override.xsd"/>
16
+ <xsd:include schemaLocation="Price.xsd"/>
17
+ <xsd:include schemaLocation="Product.xsd"/>
18
+ <xsd:include schemaLocation="ProductImage.xsd"/>
19
+ <xsd:include schemaLocation="Relationship.xsd"/>
20
+ <xsd:element name="Listings">
21
+ <xsd:complexType>
22
+ <xsd:sequence>
23
+ <xsd:element ref="Product" minOccurs="0"/>
24
+ <xsd:element ref="Relationship" minOccurs="0"/>
25
+ <xsd:element ref="ProductImage" minOccurs="0" maxOccurs="10"/>
26
+ <xsd:element ref="Price" minOccurs="0"/>
27
+ <xsd:element ref="Inventory" minOccurs="0"/>
28
+ <xsd:element ref="Override" minOccurs="0"/>
29
+ </xsd:sequence>
30
+ </xsd:complexType>
31
+ </xsd:element>
32
+ </xsd:schema>
@@ -0,0 +1,121 @@
1
+ <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
2
+ <!--
3
+ $Date: 2012/05/09 $
4
+ AMAZON.COM CONFIDENTIAL. This document and the information contained in it are
5
+ confidential and proprietary information of Amazon.com and may not be reproduced,
6
+ distributed or used, in whole or in part, for any purpose other than as necessary
7
+ to list products for sale on the www.amazon.com web site pursuant to an agreement
8
+ with Amazon.com.
9
+ -->
10
+ <xsd:include schemaLocation="amzn-base.xsd"/>
11
+ <!--
12
+ Please read the corresponding documentation that contains the recommended values for elements
13
+ of type StringNotNull.
14
+ -->
15
+ <xsd:element name="Luggage">
16
+ <xsd:complexType>
17
+ <xsd:sequence>
18
+ <xsd:element name="ProductType">
19
+ <xsd:simpleType>
20
+ <xsd:restriction base="HundredString">
21
+ <xsd:enumeration value="Luggage"/>
22
+ </xsd:restriction>
23
+ </xsd:simpleType>
24
+ </xsd:element>
25
+ <xsd:element name="VariationData" minOccurs="0">
26
+ <xsd:complexType>
27
+ <xsd:sequence>
28
+ <xsd:element name="Parentage">
29
+ <xsd:simpleType>
30
+ <xsd:restriction base="xsd:string">
31
+ <xsd:enumeration value="parent"/>
32
+ <xsd:enumeration value="child"/>
33
+ </xsd:restriction>
34
+ </xsd:simpleType>
35
+ </xsd:element>
36
+ <xsd:element name="VariationTheme" minOccurs="0">
37
+ <xsd:simpleType>
38
+ <xsd:restriction base="xsd:string">
39
+ <xsd:enumeration value="SizeName"/>
40
+ <xsd:enumeration value="ColorName"/>
41
+ <xsd:enumeration value="Size"/>
42
+ <xsd:enumeration value="Color"/>
43
+ <xsd:enumeration value="ColorSize"/>
44
+ <xsd:enumeration value="SizeName-ColorName"/>
45
+ </xsd:restriction>
46
+ </xsd:simpleType>
47
+ </xsd:element>
48
+ </xsd:sequence>
49
+ </xsd:complexType>
50
+ </xsd:element>
51
+ <xsd:element ref="Battery" minOccurs="0"/>
52
+ <xsd:element name="Model" type="FortyStringNotNull" minOccurs="0"/>
53
+ <xsd:element name="ModelName" type="StringNotNull" minOccurs="0"/>
54
+ <xsd:element name="VolumeCapacityName" type="VolumeDimension" minOccurs="0"/>
55
+ <xsd:element name="SpecialFeatures" type="StringNotNull" minOccurs="0" maxOccurs="13"/>
56
+ <xsd:element name="MaterialType" type="StringNotNull" minOccurs="0"/>
57
+ <xsd:element name="ClosureType" type="StringNotNull" minOccurs="0"/>
58
+ <xsd:element name="ShellType" type="StringNotNull" minOccurs="0"/>
59
+ <xsd:element name="TeamName" type="StringNotNull" minOccurs="0"/>
60
+ <xsd:element name="InnerMaterialType" type="StringNotNull" minOccurs="0"/>
61
+ <xsd:element name="Collection" type="StringNotNull" minOccurs="0"/>
62
+ <xsd:element name="IsStainResistant" type="xsd:boolean" minOccurs="0"/>
63
+ <xsd:element name="StrapType" type="StringNotNull" minOccurs="0"/>
64
+ <xsd:element name="NumberOfWheels" type="xsd:positiveInteger" minOccurs="0"/>
65
+ <xsd:element name="LithiumBatteryWeight" type="WeightDimension" minOccurs="0"/>
66
+ <xsd:element name="WheelType" type="StringNotNull" minOccurs="0"/>
67
+ <xsd:element name="ColorMap" type="StringNotNull" minOccurs="0"/>
68
+ <xsd:element name="Lifestyle" type="StringNotNull" minOccurs="0"/>
69
+ <xsd:element name="ShoulderStrapDrop" type="LengthDimension" minOccurs="0"/>
70
+ <xsd:element name="Size" type="StringNotNull" minOccurs="0"/>
71
+ <xsd:element name="Certification" type="StringNotNull" minOccurs="0"/>
72
+ <xsd:element name="Season" type="StringNotNull" minOccurs="0"/>
73
+ <xsd:element name="Department" type="StringNotNull" minOccurs="0"/>
74
+ <xsd:element name="OuterMaterialType" type="StringNotNull" minOccurs="0"/>
75
+ <xsd:element name="BatteryComposition" type="BatteryCellTypeValues" minOccurs="0"/>
76
+ <xsd:element name="LoadConfiguration" type="StringNotNull" minOccurs="0"/>
77
+ <xsd:element name="LeatherType" type="StringNotNull" minOccurs="0"/>
78
+ <xsd:element name="ModelYear" type="FourDigitYear" minOccurs="0"/>
79
+ <xsd:element name="Style" type="StringNotNull" minOccurs="0"/>
80
+ <xsd:element name="FabricType" type="StringNotNull" minOccurs="0"/>
81
+ <xsd:element name="Color" type="StringNotNull" minOccurs="0"/>
82
+ <xsd:element name="LiningDescription" type="StringNotNull" minOccurs="0"/>
83
+ <xsd:element name="BatteryDescription" type="StringNotNull" minOccurs="0"/>
84
+ <xsd:element name="Specifications" type="StringNotNull" minOccurs="0"/>
85
+ <xsd:element name="BatteryFormFactor" type="StringNotNull" minOccurs="0"/>
86
+ <xsd:element name="Pattern" type="StringNotNull" minOccurs="0"/>
87
+ <xsd:element name="MinimumCircumference" type="LengthDimension" minOccurs="0"/>
88
+ <xsd:element name="MaximumCircumference" type="LengthDimension" minOccurs="0"/>
89
+ <xsd:element name="LockType" type="StringNotNull" minOccurs="0"/>
90
+ <xsd:element name="Character" type="StringNotNull" minOccurs="0"/>
91
+ <xsd:element name="Warranty" type="StringNotNull" minOccurs="0"/>
92
+ <xsd:element name="NumberOfCompartments" type="PositiveInteger" minOccurs="0"/>
93
+ <xsd:element name="OccasionType" type="StringNotNull" minOccurs="0"/>
94
+ <xsd:element name="CompartmentDescription" type="StringNotNull" minOccurs="0"/>
95
+ <xsd:element name="DisplaySize" type="LengthDimension" minOccurs="0"/>
96
+ <xsd:element name="HandleType" type="StringNotNull" minOccurs="0"/>
97
+ <xsd:element name="HarmonizedCode" type="StringNotNull" minOccurs="0"/>
98
+ <xsd:element name="VeryHighValue" type="xsd:boolean" minOccurs="0"/>
99
+ <xsd:element name="ManufacturerMinimumAge" type="AgeRecommendedDimension" minOccurs="0"/>
100
+ <xsd:element name="WaterResistance" type="WaterResistantType" minOccurs="0"/>
101
+ <xsd:element name="WearResistance" type="StringNotNull" minOccurs="0"/>
102
+ <xsd:element name="WarrantyType" type="StringNotNull" minOccurs="0"/>
103
+ <xsd:element name="SizeMap" type="StringNotNull" minOccurs="0"/>
104
+ <xsd:element name="CareInstructions" type="StringNotNull" minOccurs="0"/>
105
+ <xsd:element name="IncludedComponents" type="StringNotNull" minOccurs="0"/>
106
+ <xsd:element name="IsAdultProduct" type="xsd:boolean" minOccurs="0"/>
107
+ <xsd:element name="PerformanceRating" type="StringNotNull" minOccurs="0" maxOccurs="3"/>
108
+ <xsd:element name="SellerWarrantyDescription" type="StringNotNull" minOccurs="0"/>
109
+ <xsd:element name="PatternType" type="StringNotNull" minOccurs="0"/>
110
+ <xsd:element name="Theme" type="StringNotNull" minOccurs="0"/>
111
+ <xsd:element name="SpecificUsesForProduct" type="StringNotNull" minOccurs="0" maxOccurs="3"/>
112
+ <xsd:element name="Opacity" type="HundredString" minOccurs="0"/>
113
+ <xsd:element name="MfrWarrantyDescriptionType" type="StringNotNull" minOccurs="0"/>
114
+ <xsd:element name="MfrWarrantyDescriptionParts" type="SuperLongStringNotNull" minOccurs="0"/>
115
+ <xsd:element name="MfrWarrantyDescriptionLabor" type="SuperLongStringNotNull" minOccurs="0"/>
116
+ <xsd:element name="FabricWash" type="StringNotNull" minOccurs="0"/>
117
+ <xsd:element name="CapacityName" type="StringNotNull" minOccurs="0"/>
118
+ </xsd:sequence>
119
+ </xsd:complexType>
120
+ </xsd:element>
121
+ </xsd:schema>
@@ -0,0 +1,108 @@
1
+ <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
2
+ <!--
3
+ $Date: 2012/05/09 $
4
+ AMAZON.COM CONFIDENTIAL. This document and the information contained in it are
5
+ confidential and proprietary information of Amazon.com and may not be reproduced,
6
+ distributed or used, in whole or in part, for any purpose other than as necessary
7
+ to list products for sale on the www.amazon.com web site pursuant to an agreement
8
+ with Amazon.com.
9
+ -->
10
+ <xsd:include schemaLocation="amzn-base.xsd"/>
11
+ <!--
12
+ Please read the corresponding documentation that contains the recommended values for elements
13
+ of type StringNotNull.
14
+ -->
15
+ <xsd:element name="LuxuryBeauty">
16
+ <xsd:complexType>
17
+ <xsd:sequence>
18
+ <xsd:element name="ProductType">
19
+ <xsd:simpleType>
20
+ <xsd:restriction base="HundredString">
21
+ <xsd:enumeration value="LuxuryBeauty"/>
22
+ </xsd:restriction>
23
+ </xsd:simpleType>
24
+ </xsd:element>
25
+ <xsd:element name="VariationData" minOccurs="0">
26
+ <xsd:complexType>
27
+ <xsd:sequence>
28
+ <xsd:element name="Parentage">
29
+ <xsd:simpleType>
30
+ <xsd:restriction base="xsd:string">
31
+ <xsd:enumeration value="parent"/>
32
+ <xsd:enumeration value="child"/>
33
+ </xsd:restriction>
34
+ </xsd:simpleType>
35
+ </xsd:element>
36
+ <xsd:element name="VariationTheme" minOccurs="0">
37
+ <xsd:simpleType>
38
+ <xsd:restriction base="xsd:string">
39
+ <xsd:enumeration value="SizeName"/>
40
+ <xsd:enumeration value="ColorName"/>
41
+ <xsd:enumeration value="SizeName-ColorName"/>
42
+ <xsd:enumeration value="Scent"/>
43
+ <xsd:enumeration value="Size-Scent"/>
44
+ </xsd:restriction>
45
+ </xsd:simpleType>
46
+ </xsd:element>
47
+ </xsd:sequence>
48
+ </xsd:complexType>
49
+ </xsd:element>
50
+ <xsd:element ref="Battery" minOccurs="0"/>
51
+ <xsd:element name="UnitCount" minOccurs="0">
52
+ <xsd:complexType>
53
+ <xsd:simpleContent>
54
+ <xsd:extension base="xsd:decimal">
55
+ <xsd:attribute name="unitOfMeasure" type="StringNotNull"
56
+ use="required"/>
57
+ </xsd:extension>
58
+ </xsd:simpleContent>
59
+ </xsd:complexType>
60
+ </xsd:element>
61
+ <xsd:element name="StyleName" type="StringNotNull" minOccurs="0"/>
62
+ <xsd:element name="ColorSpecification" minOccurs="0">
63
+ <xsd:complexType>
64
+ <xsd:sequence>
65
+ <xsd:element name="Color" type="StringNotNull"/>
66
+ <xsd:element name="ColorMap" type="StringNotNull"/>
67
+ </xsd:sequence>
68
+ </xsd:complexType>
69
+ </xsd:element>
70
+ <xsd:element name="Size" type="StringNotNull" minOccurs="0"/>
71
+ <xsd:element name="EachUnitCount" type="PositiveInteger" minOccurs="0"/>
72
+ <xsd:element name="ScentName" type="StringNotNull" minOccurs="0"/>
73
+ <xsd:element name="MaterialType" type="StringNotNull" minOccurs="0" maxOccurs="3"/>
74
+ <xsd:element name="Finish" type="StringNotNull" minOccurs="0"/>
75
+ <xsd:element name="TargetGender" type="StringNotNull" minOccurs="0"/>
76
+ <xsd:element name="ItemForm" type="String" minOccurs="0"/>
77
+ <xsd:element name="Flavor" type="StringNotNull" minOccurs="0"/>
78
+ <xsd:element name="Specialty" type="StringNotNull" minOccurs="0"/>
79
+ <xsd:element name="SpecificUsesForProduct" type="String" minOccurs="0"/>
80
+ <xsd:element name="Coverage" type="StringNotNull" minOccurs="0"/>
81
+ <xsd:element name="SunProtection" type="SunProtectionDimension" minOccurs="0"/>
82
+ <xsd:element name="SkinType" type="LongStringNotNull" minOccurs="0" maxOccurs="4"/>
83
+ <xsd:element name="HairType" type="LongStringNotNull" minOccurs="0" maxOccurs="3"/>
84
+ <xsd:element name="Directions" type="StringNotNull" minOccurs="0"/>
85
+ <xsd:element name="Ingredients" type="StringNotNull" minOccurs="0"/>
86
+ <xsd:element name="Indications" type="StringNotNull" minOccurs="0"/>
87
+ <xsd:element name="IncludedComponents" type="StringNotNull" minOccurs="0" maxOccurs="10"/>
88
+ <xsd:element name="PlugFormat" type="HundredString" minOccurs="0"/>
89
+ <xsd:element name="PowerSourceType" type="StringNotNull" minOccurs="0"/>
90
+ <xsd:element name="Voltage" type="VoltageDecimalDimension" minOccurs="0"/>
91
+ <xsd:element name="Wattage" type="WattageDimension" minOccurs="0"/>
92
+ <xsd:element name="IsAdultProduct" type="xsd:boolean" minOccurs="0"/>
93
+ <xsd:element name="BatteryAverageLife" type="TimeDimension" minOccurs="0"/>
94
+ <xsd:element name="BatteryCellType" type="BatteryCellTypeValues" minOccurs="0"/>
95
+ <xsd:element name="BatteryChargeTime" type="TimeDimension" minOccurs="0"/>
96
+ <xsd:element name="BatteryFormFactor" type="StringNotNull" minOccurs="0"/>
97
+ <xsd:element name="BatteryPower" type="BatteryPowerIntegerDimension" minOccurs="0"/>
98
+ <xsd:element name="LithiumBatteryEnergyContent" type="EnergyConsumptionDimension" minOccurs="0"/>
99
+ <xsd:element name="LithiumBatteryPackaging" minOccurs="0"/>
100
+ <xsd:element name="LithiumBatteryVoltage" type="VoltageDecimalDimension" minOccurs="0"/>
101
+ <xsd:element name="LithiumBatteryWeight" type="WeightDimension" minOccurs="0"/>
102
+ <xsd:element name="NumberOfLithiumIonCells" type="xsd:positiveInteger" minOccurs="0"/>
103
+ <xsd:element name="NumberOfLithiumMetalCells" type="xsd:positiveInteger" minOccurs="0"/>
104
+ <xsd:element name="AwardsWon" type="StringNotNull" minOccurs="0" maxOccurs="10"/>
105
+ </xsd:sequence>
106
+ </xsd:complexType>
107
+ </xsd:element>
108
+ </xsd:schema>