| 7487 |
kshitij.so |
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: 2011/04/06 $
|
|
|
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:element name="LargeAppliances">
|
|
|
15 |
<xsd:complexType>
|
|
|
16 |
<xsd:sequence>
|
|
|
17 |
<xsd:element name="ProductType">
|
|
|
18 |
<xsd:complexType>
|
|
|
19 |
<xsd:choice>
|
|
|
20 |
<xsd:element ref="CookingOven"/>
|
|
|
21 |
<xsd:element ref="Cooktop"/>
|
|
|
22 |
<xsd:element ref="Dishwasher"/>
|
|
|
23 |
<xsd:element ref="LaundryAppliance"/>
|
|
|
24 |
<xsd:element ref="MicrowaveOven"/>
|
|
|
25 |
<xsd:element ref="Range"/>
|
|
|
26 |
<xsd:element ref="RefrigerationAppliance"/>
|
|
|
27 |
<xsd:element ref="TrashCompactor"/>
|
|
|
28 |
<xsd:element ref="VentHood"/>
|
|
|
29 |
</xsd:choice>
|
|
|
30 |
</xsd:complexType>
|
|
|
31 |
</xsd:element>
|
|
|
32 |
<xsd:element ref="Battery" minOccurs="0"/>
|
|
|
33 |
<xsd:element name="BatteryLife" type="BatteryLifeDimension" minOccurs="0"/>
|
|
|
34 |
<xsd:element name="Capacity" type="VolumeDimension" minOccurs="0"/>
|
|
|
35 |
<xsd:element ref="ColorSpecification" minOccurs="0"/>
|
|
|
36 |
<xsd:element name="CountryOfOrigin" type="CountryOfOriginType" minOccurs="0"/>
|
|
|
37 |
<xsd:element name="Diameter" type="LengthDimension" minOccurs="0"/>
|
|
|
38 |
<xsd:element name="Efficiency" type="PositiveDimension" minOccurs="0"/>
|
|
|
39 |
<xsd:element name="EnergyConsumption" type="EnergyConsumptionDimension" minOccurs="0"/>
|
|
|
40 |
<xsd:element name="FormFactor" type="String" minOccurs="0"/>
|
|
|
41 |
<xsd:element name="IncludedComponents" type="String" minOccurs="0" maxOccurs="4"/>
|
|
|
42 |
<xsd:element name="InstallationType" type="String" minOccurs="0"/>
|
|
|
43 |
<xsd:element name="ItemThickness" type="LengthDimension" minOccurs="0"/>
|
|
|
44 |
<xsd:element name="LithiumBatteryEnergyContent" type="PositiveInteger" minOccurs="0"/>
|
|
|
45 |
<xsd:element name="LithiumBatteryPackaging" minOccurs="0">
|
|
|
46 |
<xsd:simpleType>
|
|
|
47 |
<xsd:restriction base="String">
|
|
|
48 |
<xsd:enumeration value="batteries_contained_in_equipment"/>
|
|
|
49 |
<xsd:enumeration value="batteries_only"/>
|
|
|
50 |
<xsd:enumeration value="batteries_packed_with_equipment"/>
|
|
|
51 |
</xsd:restriction>
|
|
|
52 |
</xsd:simpleType>
|
|
|
53 |
</xsd:element>
|
|
|
54 |
<xsd:element name="LithiumBatteryVoltage" type="PositiveInteger" minOccurs="0"/>
|
|
|
55 |
<xsd:element name="LithiumBatteryWeight" type="PositiveInteger" minOccurs="0"/>
|
|
|
56 |
<xsd:element name="Manufacturer" type="StringNotNull" minOccurs="1"/>
|
|
|
57 |
<xsd:element name="MfrPartNumber" type="FortyStringNotNull" minOccurs="0"/>
|
|
|
58 |
<xsd:element name="NoiseLevel" type="NoiseLevelDimension" minOccurs="0"/>
|
|
|
59 |
<xsd:element name="NumberOfLithiumIonCells" type="PositiveInteger" minOccurs="0"/>
|
|
|
60 |
<xsd:element name="NumberOfLithiumMetalCells" type="PositiveInteger" minOccurs="0"/>
|
|
|
61 |
<xsd:element name="VariationData" minOccurs="0">
|
|
|
62 |
<xsd:complexType>
|
|
|
63 |
<xsd:sequence>
|
|
|
64 |
<xsd:element name="Parentage">
|
|
|
65 |
<xsd:simpleType>
|
|
|
66 |
<xsd:restriction base="String">
|
|
|
67 |
<xsd:enumeration value="parent"/>
|
|
|
68 |
<xsd:enumeration value="child"/>
|
|
|
69 |
</xsd:restriction>
|
|
|
70 |
</xsd:simpleType>
|
|
|
71 |
</xsd:element>
|
|
|
72 |
<xsd:element name="VariationTheme" minOccurs="0">
|
|
|
73 |
<xsd:simpleType>
|
|
|
74 |
<xsd:restriction base="String">
|
|
|
75 |
<xsd:enumeration value="Color"/>
|
|
|
76 |
<xsd:enumeration value="Size"/>
|
|
|
77 |
<xsd:enumeration value="SizeColor"/>
|
|
|
78 |
</xsd:restriction>
|
|
|
79 |
</xsd:simpleType>
|
|
|
80 |
</xsd:element>
|
|
|
81 |
</xsd:sequence>
|
|
|
82 |
</xsd:complexType>
|
|
|
83 |
</xsd:element>
|
|
|
84 |
<xsd:element name="ProductGrade" type="String" minOccurs="0"/>
|
|
|
85 |
<xsd:element name="ProductName" type="LongStringNotNull" minOccurs="1"/>
|
|
|
86 |
<xsd:element name="SellerWarrantyDescription" type="SuperLongString" minOccurs="0"/>
|
|
|
87 |
<xsd:element name="SidePanelColor" type="String" minOccurs="0"/>
|
|
|
88 |
<xsd:element name="Size" type="String" minOccurs="0"/>
|
|
|
89 |
<xsd:element name="SpecialFeatures" type="String" minOccurs="0" maxOccurs="4"/>
|
|
|
90 |
<xsd:element name="SpecificationsMet" type="String" minOccurs="0"/>
|
|
|
91 |
<xsd:element name="Voltage" type="VoltageDecimalDimension" minOccurs="0"/>
|
|
|
92 |
<xsd:element name="Warranty" type="SuperLongString" minOccurs="0"/>
|
|
|
93 |
<xsd:element name="Wattage" type="WattageDimension" minOccurs="0"/>
|
|
|
94 |
</xsd:sequence>
|
|
|
95 |
</xsd:complexType>
|
|
|
96 |
</xsd:element>
|
|
|
97 |
<!--
|
|
|
98 |
###############################################################
|
|
|
99 |
# COOKING_OVEN Classification Data
|
|
|
100 |
###############################################################
|
|
|
101 |
-->
|
|
|
102 |
<xsd:element name="CookingOven">
|
|
|
103 |
<xsd:complexType>
|
|
|
104 |
<xsd:sequence>
|
|
|
105 |
<xsd:element name="BurnerType" type="String" minOccurs="0"/>
|
|
|
106 |
<xsd:element name="DrawerType" type="String" minOccurs="0" maxOccurs="4"/>
|
|
|
107 |
<xsd:element name="FuelType" type="String" minOccurs="0"/>
|
|
|
108 |
<xsd:element name="HeatingElements" type="xsd:integer" minOccurs="0"/>
|
|
|
109 |
<xsd:element name="HeatingMode" type="String" minOccurs="0"/>
|
|
|
110 |
<xsd:element name="MaxEnergyOutput" type="MaxEnergyOutputDimension" minOccurs="0"/>
|
|
|
111 |
<xsd:element name="Racks" type="xsd:integer" minOccurs="0"/>
|
|
|
112 |
<xsd:element name="TopStyle" type="String" minOccurs="0"/>
|
|
|
113 |
</xsd:sequence>
|
|
|
114 |
</xsd:complexType>
|
|
|
115 |
</xsd:element>
|
|
|
116 |
<!--
|
|
|
117 |
###############################################################
|
|
|
118 |
# COOKTOP Classification Data
|
|
|
119 |
###############################################################
|
|
|
120 |
-->
|
|
|
121 |
<xsd:element name="Cooktop">
|
|
|
122 |
<xsd:complexType>
|
|
|
123 |
<xsd:sequence>
|
|
|
124 |
<xsd:element name="AirflowDisplacement" type="AirflowDisplacementDimension" minOccurs="0"/>
|
|
|
125 |
<xsd:element name="BurnerType" type="String" minOccurs="0"/>
|
|
|
126 |
<xsd:element name="DrawerType" type="String" minOccurs="0" maxOccurs="4"/>
|
|
|
127 |
<xsd:element name="FuelType" type="String" minOccurs="0"/>
|
|
|
128 |
<xsd:element name="HeatingElements" type="xsd:integer" minOccurs="0"/>
|
|
|
129 |
<xsd:element name="MaxEnergyOutput" type="MaxEnergyOutputDimension" minOccurs="0"/>
|
|
|
130 |
<xsd:element name="TopStyle" type="String" minOccurs="0"/>
|
|
|
131 |
</xsd:sequence>
|
|
|
132 |
</xsd:complexType>
|
|
|
133 |
</xsd:element>
|
|
|
134 |
<!--
|
|
|
135 |
###############################################################
|
|
|
136 |
# DISHWASHER Classification Data
|
|
|
137 |
###############################################################
|
|
|
138 |
-->
|
|
|
139 |
<xsd:element name="Dishwasher">
|
|
|
140 |
<xsd:complexType>
|
|
|
141 |
<xsd:sequence>
|
|
|
142 |
<xsd:element name="ControlsType" type="String" minOccurs="0"/>
|
|
|
143 |
<xsd:element name="CounterDepth" type="LengthDimension" minOccurs="0"/>
|
|
|
144 |
<xsd:element name="IsPortable" type="xsd:boolean" minOccurs="0"/>
|
|
|
145 |
<xsd:element name="OptionCycles" type="xsd:integer" minOccurs="0"/>
|
|
|
146 |
<xsd:element name="StandardCycles" type="xsd:integer" minOccurs="0"/>
|
|
|
147 |
<xsd:element name="TrayType" type="String" minOccurs="0"/>
|
|
|
148 |
<xsd:element name="WasherArms" type="xsd:integer" minOccurs="0"/>
|
|
|
149 |
</xsd:sequence>
|
|
|
150 |
</xsd:complexType>
|
|
|
151 |
</xsd:element>
|
|
|
152 |
<!--
|
|
|
153 |
###############################################################
|
|
|
154 |
# LAUNDRY_APPLIANCE Classification Data
|
|
|
155 |
###############################################################
|
|
|
156 |
-->
|
|
|
157 |
<xsd:element name="LaundryAppliance">
|
|
|
158 |
<xsd:complexType>
|
|
|
159 |
<xsd:sequence>
|
|
|
160 |
<xsd:element name="AccessLocation" type="String" minOccurs="0"/>
|
|
|
161 |
<xsd:element name="ClothesCapacity" type="String" minOccurs="0"/>
|
|
|
162 |
<xsd:element name="CompatibleDevice" type="String" minOccurs="0"/>
|
|
|
163 |
<xsd:element name="CounterDepth" type="LengthDimension" minOccurs="0"/>
|
|
|
164 |
<xsd:element name="DryerPowerSource" type="String" minOccurs="0"/>
|
|
|
165 |
<xsd:element name="IsPortable" type="xsd:boolean" minOccurs="0"/>
|
|
|
166 |
<xsd:element name="MaxRotationSpeed" type="RotationSpeedDimension" minOccurs="0"/>
|
|
|
167 |
<xsd:element name="OptionCycles" type="xsd:integer" minOccurs="0"/>
|
|
|
168 |
<xsd:element name="StandardCycles" type="xsd:integer" minOccurs="0"/>
|
|
|
169 |
</xsd:sequence>
|
|
|
170 |
</xsd:complexType>
|
|
|
171 |
</xsd:element>
|
|
|
172 |
<!--
|
|
|
173 |
###############################################################
|
|
|
174 |
# MICROWAVE_OVEN Classification Data
|
|
|
175 |
###############################################################
|
|
|
176 |
-->
|
|
|
177 |
<xsd:element name="MicrowaveOven">
|
|
|
178 |
<xsd:complexType>
|
|
|
179 |
<xsd:sequence>
|
|
|
180 |
<xsd:element name="Racks" type="xsd:integer" minOccurs="0"/>
|
|
|
181 |
</xsd:sequence>
|
|
|
182 |
</xsd:complexType>
|
|
|
183 |
</xsd:element>
|
|
|
184 |
<!--
|
|
|
185 |
###############################################################
|
|
|
186 |
# RANGE Classification Data
|
|
|
187 |
###############################################################
|
|
|
188 |
-->
|
|
|
189 |
<xsd:element name="Range">
|
|
|
190 |
<xsd:complexType>
|
|
|
191 |
<xsd:sequence>
|
|
|
192 |
<xsd:element name="AirflowDisplacement" type="AirflowDisplacementDimension" minOccurs="0"/>
|
|
|
193 |
<xsd:element name="BurnerType" type="String" minOccurs="0"/>
|
|
|
194 |
<xsd:element name="DrawerType" type="String" minOccurs="0" maxOccurs="4"/>
|
|
|
195 |
<xsd:element name="FuelType" type="String" minOccurs="0"/>
|
|
|
196 |
<xsd:element name="HeatingElements" type="xsd:integer" minOccurs="0"/>
|
|
|
197 |
<xsd:element name="HeatingMode" type="String" minOccurs="0"/>
|
|
|
198 |
<xsd:element name="MaxEnergyOutput" type="MaxEnergyOutputDimension" minOccurs="0"/>
|
|
|
199 |
<xsd:element name="Racks" type="xsd:integer" minOccurs="0"/>
|
|
|
200 |
<xsd:element name="TopStyle" type="String" minOccurs="0"/>
|
|
|
201 |
</xsd:sequence>
|
|
|
202 |
</xsd:complexType>
|
|
|
203 |
</xsd:element>
|
|
|
204 |
<!--
|
|
|
205 |
###############################################################
|
|
|
206 |
# REFRIGERATION_APPLIANCE Classification Data
|
|
|
207 |
###############################################################
|
|
|
208 |
-->
|
|
|
209 |
<xsd:element name="RefrigerationAppliance">
|
|
|
210 |
<xsd:complexType>
|
|
|
211 |
<xsd:sequence>
|
|
|
212 |
<xsd:element name="CompatibleDevice" type="String" minOccurs="0"/>
|
|
|
213 |
<xsd:element name="ConnectorType" type="String" minOccurs="0" maxOccurs="2"/>
|
|
|
214 |
<xsd:element name="CoolingVents" type="xsd:integer" minOccurs="0"/>
|
|
|
215 |
<xsd:element name="CounterDepth" type="LengthDimension" minOccurs="0"/>
|
|
|
216 |
<xsd:element name="DefrostSystemType" type="String" minOccurs="0"/>
|
|
|
217 |
<xsd:element name="DoorMaterialType" type="String" minOccurs="0"/>
|
|
|
218 |
<xsd:element name="DoorOrientation" minOccurs="0"/>
|
|
|
219 |
<xsd:element name="Drawers" type="xsd:integer" minOccurs="0"/>
|
|
|
220 |
<xsd:element name="FilterPoreSize" type="FilterPoreSizeDimension" minOccurs="0"/>
|
|
|
221 |
<xsd:element name="FreezerCapacity" type="VolumeDimension" minOccurs="0"/>
|
|
|
222 |
<xsd:element name="FreshFoodCapacity" type="VolumeDimension" minOccurs="0"/>
|
|
|
223 |
<xsd:element name="IceCapacity" type="IceCapacityDimension" minOccurs="0"/>
|
|
|
224 |
<xsd:element name="LightingMethod" type="String" minOccurs="0"/>
|
|
|
225 |
<xsd:element name="RecommendedProductUses" type="String" minOccurs="0"/>
|
|
|
226 |
<xsd:element name="ShelfType" type="String" minOccurs="0"/>
|
|
|
227 |
<xsd:element name="Shelves" type="xsd:integer" minOccurs="0"/>
|
|
|
228 |
</xsd:sequence>
|
|
|
229 |
</xsd:complexType>
|
|
|
230 |
</xsd:element>
|
|
|
231 |
<!--
|
|
|
232 |
###############################################################
|
|
|
233 |
# TRASH_COMPACTOR Classification Data
|
|
|
234 |
###############################################################
|
|
|
235 |
-->
|
|
|
236 |
<xsd:element name="TrashCompactor">
|
|
|
237 |
<xsd:complexType>
|
|
|
238 |
<xsd:sequence>
|
|
|
239 |
<xsd:element name="CompactRatio" type="String" minOccurs="0"/>
|
|
|
240 |
</xsd:sequence>
|
|
|
241 |
</xsd:complexType>
|
|
|
242 |
</xsd:element>
|
|
|
243 |
<!--
|
|
|
244 |
###############################################################
|
|
|
245 |
# VENT_HOOD Classification Data
|
|
|
246 |
###############################################################
|
|
|
247 |
-->
|
|
|
248 |
<xsd:element name="VentHood">
|
|
|
249 |
<xsd:complexType>
|
|
|
250 |
<xsd:sequence>
|
|
|
251 |
<xsd:element name="AirflowDisplacement" type="AirflowDisplacementDimension" minOccurs="0"/>
|
|
|
252 |
</xsd:sequence>
|
|
|
253 |
</xsd:complexType>
|
|
|
254 |
</xsd:element>
|
|
|
255 |
<!--
|
|
|
256 |
###############################################################
|
|
|
257 |
###############################################################
|
|
|
258 |
# LargeAppliances Type Definitions
|
|
|
259 |
###############################################################
|
|
|
260 |
###############################################################
|
|
|
261 |
-->
|
|
|
262 |
<xsd:complexType name="AirflowDisplacementDimension">
|
|
|
263 |
<xsd:simpleContent>
|
|
|
264 |
<xsd:extension base="Dimension">
|
|
|
265 |
<xsd:attribute name="unitOfMeasure" type="AirflowDisplacementUnitOfMeasure" use="required"/>
|
|
|
266 |
</xsd:extension>
|
|
|
267 |
</xsd:simpleContent>
|
|
|
268 |
</xsd:complexType>
|
|
|
269 |
<xsd:simpleType name="AirflowDisplacementUnitOfMeasure">
|
|
|
270 |
<xsd:restriction base="String">
|
|
|
271 |
<xsd:enumeration value="cubic_feet_per_minute"/>
|
|
|
272 |
</xsd:restriction>
|
|
|
273 |
</xsd:simpleType>
|
|
|
274 |
<xsd:complexType name="EnergyConsumptionDimension">
|
|
|
275 |
<xsd:simpleContent>
|
|
|
276 |
<xsd:extension base="Dimension">
|
|
|
277 |
<xsd:attribute name="unitOfMeasure" type="EnergyConsumptionUnitOfMeasure" use="required"/>
|
|
|
278 |
</xsd:extension>
|
|
|
279 |
</xsd:simpleContent>
|
|
|
280 |
</xsd:complexType>
|
|
|
281 |
<xsd:simpleType name="EnergyConsumptionUnitOfMeasure">
|
|
|
282 |
<xsd:restriction base="String">
|
|
|
283 |
<xsd:enumeration value="kilowatt_hours"/>
|
|
|
284 |
</xsd:restriction>
|
|
|
285 |
</xsd:simpleType>
|
|
|
286 |
<xsd:complexType name="NoiseLevelDimension">
|
|
|
287 |
<xsd:simpleContent>
|
|
|
288 |
<xsd:extension base="Dimension">
|
|
|
289 |
<xsd:attribute name="unitOfMeasure" type="NoiseLevelUnitOfMeasure" use="required"/>
|
|
|
290 |
</xsd:extension>
|
|
|
291 |
</xsd:simpleContent>
|
|
|
292 |
</xsd:complexType>
|
|
|
293 |
<xsd:simpleType name="NoiseLevelUnitOfMeasure">
|
|
|
294 |
<xsd:restriction base="String">
|
|
|
295 |
<xsd:enumeration value="decibels"/>
|
|
|
296 |
</xsd:restriction>
|
|
|
297 |
</xsd:simpleType>
|
|
|
298 |
<xsd:complexType name="MaxEnergyOutputDimension">
|
|
|
299 |
<xsd:simpleContent>
|
|
|
300 |
<xsd:extension base="Dimension">
|
|
|
301 |
<xsd:attribute name="unitOfMeasure" type="MaxEnergyOutputUnitOfMeasure" use="required"/>
|
|
|
302 |
</xsd:extension>
|
|
|
303 |
</xsd:simpleContent>
|
|
|
304 |
</xsd:complexType>
|
|
|
305 |
<xsd:simpleType name="MaxEnergyOutputUnitOfMeasure">
|
|
|
306 |
<xsd:restriction base="String">
|
|
|
307 |
<xsd:enumeration value="btus"/>
|
|
|
308 |
</xsd:restriction>
|
|
|
309 |
</xsd:simpleType>
|
|
|
310 |
<xsd:complexType name="IceCapacityDimension">
|
|
|
311 |
<xsd:simpleContent>
|
|
|
312 |
<xsd:extension base="Dimension">
|
|
|
313 |
<xsd:attribute name="unitOfMeasure" type="IceCapacityUnitOfMeasure" use="required"/>
|
|
|
314 |
</xsd:extension>
|
|
|
315 |
</xsd:simpleContent>
|
|
|
316 |
</xsd:complexType>
|
|
|
317 |
<xsd:simpleType name="IceCapacityUnitOfMeasure">
|
|
|
318 |
<xsd:restriction base="String">
|
|
|
319 |
<xsd:enumeration value="pounds"/>
|
|
|
320 |
</xsd:restriction>
|
|
|
321 |
</xsd:simpleType>
|
|
|
322 |
<xsd:complexType name="FilterPoreSizeDimension">
|
|
|
323 |
<xsd:simpleContent>
|
|
|
324 |
<xsd:extension base="Dimension">
|
|
|
325 |
<xsd:attribute name="unitOfMeasure" type="FilterPoreSizeUnitOfMeasure" use="required"/>
|
|
|
326 |
</xsd:extension>
|
|
|
327 |
</xsd:simpleContent>
|
|
|
328 |
</xsd:complexType>
|
|
|
329 |
<xsd:simpleType name="FilterPoreSizeUnitOfMeasure">
|
|
|
330 |
<xsd:restriction base="String">
|
|
|
331 |
<xsd:enumeration value="micrometer"/>
|
|
|
332 |
</xsd:restriction>
|
|
|
333 |
</xsd:simpleType>
|
|
|
334 |
<xsd:complexType name="RotationSpeedDimension">
|
|
|
335 |
<xsd:simpleContent>
|
|
|
336 |
<xsd:extension base="Dimension">
|
|
|
337 |
<xsd:attribute name="unitOfMeasure" type="MaxRotationSpeedUnitOfMeasure" use="required"/>
|
|
|
338 |
</xsd:extension>
|
|
|
339 |
</xsd:simpleContent>
|
|
|
340 |
</xsd:complexType>
|
|
|
341 |
<xsd:simpleType name="MaxRotationSpeedUnitOfMeasure">
|
|
|
342 |
<xsd:restriction base="String">
|
|
|
343 |
<xsd:enumeration value="rpm"/>
|
|
|
344 |
</xsd:restriction>
|
|
|
345 |
</xsd:simpleType>
|
|
|
346 |
<xsd:simpleType name="SuperLongString">
|
|
|
347 |
<xsd:restriction base="xsd:normalizedString">
|
|
|
348 |
<xsd:maxLength value="1000"/>
|
|
|
349 |
</xsd:restriction>
|
|
|
350 |
</xsd:simpleType>
|
|
|
351 |
</xsd:schema>
|