mws-rb 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (103) hide show
  1. data/.gitignore +1 -0
  2. data/Gemfile +3 -0
  3. data/Gemfile.lock +73 -0
  4. data/Guardfile +8 -0
  5. data/LICENSE +20 -0
  6. data/README.markdown +90 -0
  7. data/Rakefile +1 -0
  8. data/lib/mws-rb.rb +50 -0
  9. data/lib/mws-rb/api/base.rb +48 -0
  10. data/lib/mws-rb/api/feeds.rb +29 -0
  11. data/lib/mws-rb/api/feeds/envelope.rb +61 -0
  12. data/lib/mws-rb/api/feeds/xsd/AdditionalProductInformation.xsd +23 -0
  13. data/lib/mws-rb/api/feeds/xsd/Amazon.xsd +94 -0
  14. data/lib/mws-rb/api/feeds/xsd/Arts.xsd +144 -0
  15. data/lib/mws-rb/api/feeds/xsd/AutoAccessory.xsd +1714 -0
  16. data/lib/mws-rb/api/feeds/xsd/Baby.xsd +206 -0
  17. data/lib/mws-rb/api/feeds/xsd/Beauty.xsd +170 -0
  18. data/lib/mws-rb/api/feeds/xsd/Books.xsd +135 -0
  19. data/lib/mws-rb/api/feeds/xsd/CE.xsd +2878 -0
  20. data/lib/mws-rb/api/feeds/xsd/CameraPhoto.xsd +2612 -0
  21. data/lib/mws-rb/api/feeds/xsd/ClothingAccessories.xsd +128 -0
  22. data/lib/mws-rb/api/feeds/xsd/Computers.xsd +2347 -0
  23. data/lib/mws-rb/api/feeds/xsd/EUCompliance.xsd +24 -0
  24. data/lib/mws-rb/api/feeds/xsd/EntertainmentCollectibles.xsd +99 -0
  25. data/lib/mws-rb/api/feeds/xsd/FBA.xsd +28 -0
  26. data/lib/mws-rb/api/feeds/xsd/FoodAndBeverages.xsd +1000 -0
  27. data/lib/mws-rb/api/feeds/xsd/FoodServiceAndJanSan.xsd +216 -0
  28. data/lib/mws-rb/api/feeds/xsd/FulfillmentCenter.xsd +57 -0
  29. data/lib/mws-rb/api/feeds/xsd/GiftCards.xsd +97 -0
  30. data/lib/mws-rb/api/feeds/xsd/Gourmet.xsd +85 -0
  31. data/lib/mws-rb/api/feeds/xsd/Health.xsd +335 -0
  32. data/lib/mws-rb/api/feeds/xsd/Home.xsd +1362 -0
  33. data/lib/mws-rb/api/feeds/xsd/HomeImprovement.xsd +1065 -0
  34. data/lib/mws-rb/api/feeds/xsd/Industrial.xsd +315 -0
  35. data/lib/mws-rb/api/feeds/xsd/Inventory.xsd +49 -0
  36. data/lib/mws-rb/api/feeds/xsd/Jewelry.xsd +916 -0
  37. data/lib/mws-rb/api/feeds/xsd/LabSupplies.xsd +178 -0
  38. data/lib/mws-rb/api/feeds/xsd/LargeAppliances.xsd +646 -0
  39. data/lib/mws-rb/api/feeds/xsd/Lighting.xsd +243 -0
  40. data/lib/mws-rb/api/feeds/xsd/Listings.xsd +32 -0
  41. data/lib/mws-rb/api/feeds/xsd/Luggage.xsd +93 -0
  42. data/lib/mws-rb/api/feeds/xsd/MechanicalFasteners.xsd +172 -0
  43. data/lib/mws-rb/api/feeds/xsd/Miscellaneous.xsd +157 -0
  44. data/lib/mws-rb/api/feeds/xsd/Motorcycles.xsd +348 -0
  45. data/lib/mws-rb/api/feeds/xsd/Music.xsd +251 -0
  46. data/lib/mws-rb/api/feeds/xsd/MusicalInstruments.xsd +853 -0
  47. data/lib/mws-rb/api/feeds/xsd/Office.xsd +586 -0
  48. data/lib/mws-rb/api/feeds/xsd/OrderAcknowledgement.xsd +55 -0
  49. data/lib/mws-rb/api/feeds/xsd/OrderAdjustment.xsd +175 -0
  50. data/lib/mws-rb/api/feeds/xsd/OrderFulfillment.xsd +57 -0
  51. data/lib/mws-rb/api/feeds/xsd/Override.xsd +48 -0
  52. data/lib/mws-rb/api/feeds/xsd/PetSupplies.xsd +197 -0
  53. data/lib/mws-rb/api/feeds/xsd/PowerTransmission.xsd +87 -0
  54. data/lib/mws-rb/api/feeds/xsd/Price.xsd +59 -0
  55. data/lib/mws-rb/api/feeds/xsd/ProcessingReport.xsd +87 -0
  56. data/lib/mws-rb/api/feeds/xsd/Product.xsd +399 -0
  57. data/lib/mws-rb/api/feeds/xsd/ProductClothing.xsd +285 -0
  58. data/lib/mws-rb/api/feeds/xsd/ProductImage.xsd +39 -0
  59. data/lib/mws-rb/api/feeds/xsd/RawMaterials.xsd +125 -0
  60. data/lib/mws-rb/api/feeds/xsd/Relationship.xsd +47 -0
  61. data/lib/mws-rb/api/feeds/xsd/SWVG.xsd +345 -0
  62. data/lib/mws-rb/api/feeds/xsd/SettlementReport.xsd +158 -0
  63. data/lib/mws-rb/api/feeds/xsd/Shoes.xsd +213 -0
  64. data/lib/mws-rb/api/feeds/xsd/Sports.xsd +772 -0
  65. data/lib/mws-rb/api/feeds/xsd/SportsMemorabilia.xsd +55 -0
  66. data/lib/mws-rb/api/feeds/xsd/TiresAndWheels.xsd +159 -0
  67. data/lib/mws-rb/api/feeds/xsd/Tools.xsd +82 -0
  68. data/lib/mws-rb/api/feeds/xsd/Toys.xsd +272 -0
  69. data/lib/mws-rb/api/feeds/xsd/ToysBaby.xsd +335 -0
  70. data/lib/mws-rb/api/feeds/xsd/Video.xsd +406 -0
  71. data/lib/mws-rb/api/feeds/xsd/WineAndAlcohol.xsd +181 -0
  72. data/lib/mws-rb/api/feeds/xsd/Wireless.xsd +128 -0
  73. data/lib/mws-rb/api/feeds/xsd/amzn-base.xsd +4350 -0
  74. data/lib/mws-rb/api/feeds/xsd/amzn-envelope.xsd +98 -0
  75. data/lib/mws-rb/api/feeds/xsd/amzn-header.xsd +45 -0
  76. data/lib/mws-rb/api/fulfillment_inbound_shipment.rb +15 -0
  77. data/lib/mws-rb/api/fulfillment_inventory.rb +13 -0
  78. data/lib/mws-rb/api/fulfillment_outbound_shipment.rb +11 -0
  79. data/lib/mws-rb/api/orders.rb +15 -0
  80. data/lib/mws-rb/api/products.rb +18 -0
  81. data/lib/mws-rb/api/recommendations.rb +13 -0
  82. data/lib/mws-rb/api/reports.rb +16 -0
  83. data/lib/mws-rb/api/sellers.rb +14 -0
  84. data/lib/mws-rb/connection.rb +53 -0
  85. data/lib/mws-rb/query.rb +94 -0
  86. data/lib/mws-rb/version.rb +3 -0
  87. data/mws-rb.gemspec +28 -0
  88. data/spec/mws-rb/api/base_spec.rb +51 -0
  89. data/spec/mws-rb/api/feeds/envelope_spec.rb +29 -0
  90. data/spec/mws-rb/api/feeds_spec.rb +23 -0
  91. data/spec/mws-rb/api/fulfillment_inbound_shipment_spec.rb +23 -0
  92. data/spec/mws-rb/api/fulfillment_inventory_spec.rb +23 -0
  93. data/spec/mws-rb/api/fulfillment_outbound_shipment_spec.rb +23 -0
  94. data/spec/mws-rb/api/orders_spec.rb +24 -0
  95. data/spec/mws-rb/api/products_spec.rb +24 -0
  96. data/spec/mws-rb/api/recommendations_spec.rb +24 -0
  97. data/spec/mws-rb/api/reports_spec.rb +24 -0
  98. data/spec/mws-rb/api/sellers_spec.rb +28 -0
  99. data/spec/mws-rb/connection_spec.rb +58 -0
  100. data/spec/mws-rb/mws_spec.rb +11 -0
  101. data/spec/mws-rb/query_spec.rb +110 -0
  102. data/spec/spec_helper.rb +7 -0
  103. metadata +260 -0
@@ -0,0 +1,178 @@
1
+ <?xml version="1.0"?>
2
+ <!-- edited with XMLSpy v2010 rel. 2 (http://www.altova.com) by sunil sachdev (amazon.com) -->
3
+ <!-- Revision="$Revision: #1 $" -->
4
+ <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
5
+ <!--
6
+ $Date: 20011/07/26 $
7
+
8
+ AMAZON.COM CONFIDENTIAL. This document and the information contained in it are
9
+ confidential and proprietary information of Amazon.com and may not be reproduced,
10
+ distributed or used, in whole or in part, for any purpose other than as necessary
11
+ to list products for sale on the www.amazon.com web site pursuant to an agreement
12
+ with Amazon.com.
13
+ -->
14
+ <xsd:include schemaLocation="amzn-base.xsd"/>
15
+ <!--
16
+ Please read the corresponding documentation that contains the recommended values for elements
17
+ of type StringNotNull.
18
+ -->
19
+ <xsd:element name="LabSupplies">
20
+ <xsd:complexType>
21
+ <xsd:sequence>
22
+ <xsd:element name="ProductType">
23
+ <xsd:complexType>
24
+ <xsd:choice>
25
+ <xsd:element ref="LabSupply"/>
26
+ </xsd:choice>
27
+ </xsd:complexType>
28
+ </xsd:element>
29
+ </xsd:sequence>
30
+ </xsd:complexType>
31
+ </xsd:element>
32
+ <xsd:element name="LabSupply">
33
+ <xsd:complexType>
34
+ <xsd:sequence>
35
+ <xsd:element name="Parentage">
36
+ <xsd:simpleType>
37
+ <xsd:restriction base="xsd:string">
38
+ <xsd:enumeration value="parent"/>
39
+ <xsd:enumeration value="child"/>
40
+ </xsd:restriction>
41
+ </xsd:simpleType>
42
+ </xsd:element>
43
+ <xsd:element name="AgeRangeDescription" type="HundredString" minOccurs="0" />
44
+ <xsd:element name="AirFlowCapacity" type="Dimension" minOccurs="0" />
45
+ <xsd:element name="BulbDiameter" type="LengthDimension" minOccurs="0"/>
46
+ <xsd:element name="Capacity" type="VolumeDimension" minOccurs="0"/>
47
+ <xsd:element name="CapSize" type="LengthDimension" minOccurs="0"/>
48
+ <xsd:element name="CapType" type="HundredString" minOccurs="0" />
49
+ <xsd:element name="ChamberDepth" type="LengthDimension" minOccurs="0" />
50
+ <xsd:element name="ChamberHeight" type="LengthDimension" minOccurs="0" />
51
+ <xsd:element name="ChamberMaterialType" type="HundredString" minOccurs="0" />
52
+ <xsd:element name="ChamberVolume" type="VolumeAndVolumeRateDimension" minOccurs="0"/>
53
+ <xsd:element name="ChamberWidth" type="LengthDimension" minOccurs="0" />
54
+ <xsd:element name="ClosureDiameter" type="LengthDimension" minOccurs="0" />
55
+ <xsd:element name="Co2Range" type="HundredString" minOccurs="0" />
56
+ <xsd:element name="CompressorHorsepower" type="HundredString" minOccurs="0" />
57
+ <xsd:element name="CoolantCapacity" type="VolumeDimension" minOccurs="0"/>
58
+ <xsd:element name="CoolantConsumptionRate" type="VolumeAndVolumeRateDimension" minOccurs="0"/>
59
+ <xsd:element name="CountryOfOrigin" type="CountryOfOriginType" minOccurs="0" />
60
+ <xsd:element name="CurrentRating" type="CurrentDimension" minOccurs="0" />
61
+ <xsd:element name="DisplayType" type="HundredString" minOccurs="0" />
62
+ <xsd:element name="DrawVolume" type="VolumeAndVolumeRateDimension" minOccurs="0"/>
63
+ <xsd:element name="DropsPerMilliliter" type="Dimension" minOccurs="0" />
64
+ <xsd:element name="DropVolume" type="VolumeDimension" minOccurs="0"/>
65
+ <xsd:element name="ExtensionLength" type="LengthDimension" minOccurs="0"/>
66
+ <xsd:element name="FuelType" type="HundredString" minOccurs="0" />
67
+ <xsd:element name="GraduationInterval" type="GraduationInterval" minOccurs="0"/>
68
+ <xsd:element name="GraduationRange" type="LengthDimension" minOccurs="0" />
69
+ <xsd:element name="HeatedElementDimensions" type="HundredString" minOccurs="0" />
70
+ <xsd:element name="HeaterSurfaceMaterialType" type="HundredString" minOccurs="0" />
71
+ <xsd:element name="HeatingElementType" type="HundredString" minOccurs="0" />
72
+ <xsd:element name="HeatTime" type="TimeDimension" minOccurs="0"/>
73
+ <xsd:element name="HoldingTime" type="TimeDimension" minOccurs="0"/>
74
+ <xsd:element name="Horsepower" type="Dimension" minOccurs="0" />
75
+ <xsd:element name="ImmersionDepth" type="LengthDimension" minOccurs="0"/>
76
+ <xsd:element name="InletConnectionType" type="HundredString" minOccurs="0" />
77
+ <xsd:element name="InletOutsideDimensions" type="LengthDimension" minOccurs="0" />
78
+ <xsd:element name="InsideDepth" type="LengthDimension" minOccurs="0" />
79
+ <xsd:element name="InsideDiameterString" type="LengthDimension" minOccurs="0" />
80
+ <xsd:element name="InsideHeightString" type="LengthDimension" minOccurs="0" />
81
+ <xsd:element name="InsideLengthString" type="LengthDimension" minOccurs="0" />
82
+ <xsd:element name="InsideWidthString" type="LengthDimension" minOccurs="0" />
83
+ <xsd:element name="ItemDepth" type="LengthDimension" minOccurs="0"/>
84
+ <xsd:element name="ItemDiameter" type="LengthDimension" minOccurs="0" />
85
+ <xsd:element name="ItemShape" type="HundredString" minOccurs="0" />
86
+ <xsd:element name="ItemThickness" type="LengthDimension" minOccurs="0" />
87
+ <xsd:element name="ItemVolume" type="VolumeDimension" minOccurs="0"/>
88
+ <xsd:element name="LightPathDistance" type="LengthDimension" minOccurs="0"/>
89
+ <xsd:element name="LowerTemperatureRating" type="TemperatureDimension" minOccurs="0" />
90
+ <xsd:element name="MarkingColor" type="HundredString" minOccurs="0" />
91
+ <xsd:element name="MaterialType" type="LongString" minOccurs="0" />
92
+ <xsd:element name="MaximumDiameter" type="LengthDimension" minOccurs="0" />
93
+ <xsd:element name="MaximumDispensingVolume" type="VolumeRateDimension" minOccurs="0"/>
94
+ <xsd:element name="MaximumEnergyOutput" type="EnergyDimension" minOccurs="0" />
95
+ <xsd:element name="MaximumInletPressure" type="PressureDimension" minOccurs="0"/>
96
+ <xsd:element name="MaximumRelativeCentrifugalForce" type="ForceDimension" minOccurs="0"/>
97
+ <xsd:element name="MaximumSampleVolume" type="VolumeRateDimension" minOccurs="0" />
98
+ <xsd:element name="MaximumSpeed" type="SpeedDimension" minOccurs="0" />
99
+ <xsd:element name="MaximumStirringSpeed" type="SpeedDimension" minOccurs="0" />
100
+ <xsd:element name="MaximumStirringVolume" type="VolumeAndVolumeRateDimension" minOccurs="0"/>
101
+ <xsd:element name="MaximumTemperature" type="TemperatureDimension" minOccurs="0" />
102
+ <xsd:element name="MaximumWorkingVolume" type="VolumeAndVolumeRateDimension" minOccurs="0"/>
103
+ <xsd:element name="MediaColor" type="HundredString" minOccurs="0" />
104
+ <xsd:element name="MediaType" type="String" minOccurs="0" />
105
+ <xsd:element name="MinimumDispensingVolume" type="VolumeRateDimension" minOccurs="0"/>
106
+ <xsd:element name="MinimumEnergyOutput" type="EnergyDimension" minOccurs="0" />
107
+ <xsd:element name="MinimumInletWaterTemperature" type="TemperatureDimension" minOccurs="0" />
108
+ <xsd:element name="MinimumSampleVolume" type="VolumeAndVolumeRateDimension" minOccurs="0"/>
109
+ <xsd:element name="MinimumSpeed" type="SpeedDimension" minOccurs="0" />
110
+ <xsd:element name="MinimumStirringSpeed" type="SpeedDimension" minOccurs="0" />
111
+ <xsd:element name="MinimumWorkingVolume" type="VolumeAndVolumeRateDimension" minOccurs="0"/>
112
+ <xsd:element name="NarrowEndDiameter" type="LengthDimension" minOccurs="0" />
113
+ <xsd:element name="NeckDiameter" type="LengthDimension" minOccurs="0" />
114
+ <xsd:element name="NumberOfChannels" type="PositiveInteger" minOccurs="0" />
115
+ <xsd:element name="NumberOfHeaters" type="PositiveInteger" minOccurs="0" />
116
+ <xsd:element name="NumberOfRacks" type="PositiveInteger" minOccurs="0" />
117
+ <xsd:element name="NumberOfShelves" type="HundredString" minOccurs="0" />
118
+ <xsd:element name="NumberOfTrays" type="PositiveInteger" minOccurs="0" />
119
+ <xsd:element name="NumberOfTubes" type="PositiveInteger" minOccurs="0" />
120
+ <xsd:element name="NumberOfWells" type="PositiveInteger" minOccurs="0" />
121
+ <xsd:element name="NumberOfWindows" type="PositiveInteger" minOccurs="0" />
122
+ <xsd:element name="NumberOfZones" type="PositiveInteger" minOccurs="0" />
123
+ <xsd:element name="OperatingFrequency" type="FrequencyDimension" minOccurs="0"/>
124
+ <xsd:element name="OperatingPressure" type="PressureDimension" minOccurs="0"/>
125
+ <xsd:element name="OrbitLength" type="LengthDimension" minOccurs="0"/>
126
+ <xsd:element name="OutputCapacity" type="VolumeDimension" minOccurs="0"/>
127
+ <xsd:element name="OutsideDiameter" type="LengthDimension" minOccurs="0" />
128
+ <xsd:element name="PlateArea" type="HundredString" minOccurs="0" />
129
+ <xsd:element name="PlateOutsideDiameter" type="LengthDimension" minOccurs="0"/>
130
+ <xsd:element name="PoreSize" type="VolumeRateDimension" minOccurs="0"/>
131
+ <xsd:element name="PressureFlowRate" type="VolumeRateDimension" minOccurs="0"/>
132
+ <xsd:element name="ProductGrade" type="HundredString" minOccurs="0" />
133
+ <xsd:element name="PurificationMethod" type="HundredString" minOccurs="0" />
134
+ <xsd:element name="ReadoutAccuracy" type="HundredString" minOccurs="0" />
135
+ <xsd:element name="RecoveryPercentage" type="Dimension" minOccurs="0" />
136
+ <xsd:element name="ReservoirCapacity" type="VolumeDimension" minOccurs="0"/>
137
+ <xsd:element name="SampleVolume" type="VolumeRateDimension" minOccurs="0"/>
138
+ <xsd:element name="SeptaType" type="HundredString" minOccurs="0" />
139
+ <xsd:element name="ShakingSpeed" type="SpeedDimension" minOccurs="0" />
140
+ <xsd:element name="StemOutsideDiameter" type="LengthDimension" minOccurs="0"/>
141
+ <xsd:element name="StopperNumber" type="HundredString" minOccurs="0" />
142
+ <xsd:element name="SuctionFlowRate" type="VolumeRateDimension" minOccurs="0"/>
143
+ <xsd:element name="SupportedMediaSize" type="HundredString" minOccurs="0" />
144
+ <xsd:element name="TemperatureAccuracy" type="HundredString" minOccurs="0" />
145
+ <xsd:element name="TemperatureControlPrecision" type="HundredString" minOccurs="0" />
146
+ <xsd:element name="TemperatureRange" type="TemperatureDimension" minOccurs="0" />
147
+ <xsd:element name="TemperatureRecovery" type="TimeDimension" minOccurs="0"/>
148
+ <xsd:element name="TemperatureStability" type="HundredString" minOccurs="0" />
149
+ <xsd:element name="TemperatureUniformity" type="TemperatureDimension" minOccurs="0" />
150
+ <xsd:element name="TimerRange" type="TimeDimension" minOccurs="0"/>
151
+ <xsd:element name="TubeCapacity" type="VolumeDimension" minOccurs="0"/>
152
+ <xsd:element name="TubeSize" type="LengthDimension" minOccurs="0"/>
153
+ <xsd:element name="UpperTemperatureRating" type="TemperatureDimension" minOccurs="0" />
154
+ <xsd:element name="VolumeAccuracy" type="VolumeRateDimension" minOccurs="0" />
155
+ <xsd:element name="VolumePrecision" type="HundredString" minOccurs="0" />
156
+ <xsd:element name="VolumeTolerance" type="VolumeRateDimension" minOccurs="0" />
157
+ <xsd:element name="VolumetricToleranceClass" type="HundredString" minOccurs="0" />
158
+ <xsd:element name="WaterRemovalCapacity" type="VolumeDimension" minOccurs="0"/>
159
+ <xsd:element name="Wattage" type="SixDigitDecimalFractionOne" minOccurs="0" />
160
+ <xsd:element name="WellShape" type="HundredString" minOccurs="0" />
161
+ <xsd:element name="WellVolume" type="VolumeDimension" minOccurs="0"/>
162
+ <xsd:element name="WideEndDiameter" type="LengthDimension" minOccurs="0" />
163
+ </xsd:sequence>
164
+ </xsd:complexType>
165
+ </xsd:element>
166
+ <!--
167
+ ###############################################################
168
+ # LabSupplies Data Types
169
+ ###############################################################
170
+ -->
171
+ <xsd:complexType name="EnergyDimension">
172
+ <xsd:simpleContent>
173
+ <xsd:extension base="Dimension">
174
+ <xsd:attribute name="unitOfMeasure" type="EnergyUnitOfMeasure" use="required"/>
175
+ </xsd:extension>
176
+ </xsd:simpleContent>
177
+ </xsd:complexType>
178
+ </xsd:schema>
@@ -0,0 +1,646 @@
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="AirConditioner"/>
21
+ <xsd:element ref="ApplianceAccessory"/>
22
+ <xsd:element ref="CookingOven"/>
23
+ <xsd:element ref="Cooktop"/>
24
+ <xsd:element ref="Dishwasher"/>
25
+ <xsd:element ref="LaundryAppliance"/>
26
+ <xsd:element ref="MicrowaveOven"/>
27
+ <xsd:element ref="Range"/>
28
+ <xsd:element ref="RefrigerationAppliance"/>
29
+ <xsd:element ref="TrashCompactor"/>
30
+ <xsd:element ref="VentHood"/>
31
+ </xsd:choice>
32
+ </xsd:complexType>
33
+ </xsd:element>
34
+ <xsd:element ref="Battery" minOccurs="0"/>
35
+ <xsd:element name="BatteryAverageLifeStandby" type="PositiveDimension" minOccurs="0"/>
36
+ <xsd:element name="BatteryLife" type="BatteryLifeDimension" minOccurs="0"/>
37
+ <xsd:element name="Capacity" type="VolumeDimension" minOccurs="0"/>
38
+ <xsd:element name="ColorMap" minOccurs="0"/>
39
+ <xsd:element ref="ColorSpecification" minOccurs="0"/>
40
+ <xsd:element name="CountryOfOrigin" type="CountryOfOriginType" minOccurs="0"/>
41
+ <xsd:element name="Diameter" type="LengthDimension" minOccurs="0"/>
42
+ <xsd:element name="DisplayVolume" type="VolumeDimension" minOccurs="0"/>
43
+ <xsd:element name="Efficiency" type="PositiveDimension" minOccurs="0"/>
44
+ <xsd:element name="EuEnergyLabelEfficiencyClass" type="EffeciencyClassTypeValues"
45
+ minOccurs="0"/>
46
+ <xsd:element name="EnergyConsumption" type="EnergyConsumptionDimension"
47
+ minOccurs="0"/>
48
+ <xsd:element name="FilterPoreSize" type="FilterPoreSizeDimension" minOccurs="0"/>
49
+ <xsd:element name="FormFactor" type="String" minOccurs="0"/>
50
+ <xsd:element name="FrontStyle" type="StringNotNull" minOccurs="0"/>
51
+ <xsd:element name="IncludedComponents" type="String" minOccurs="0" maxOccurs="4"/>
52
+ <xsd:element name="InnerMaterialType" type="StringNotNull" minOccurs="0"/>
53
+ <xsd:element name="InstallationType" type="String" minOccurs="0"/>
54
+ <xsd:element name="IsWhiteGloveRequired" type="xsd:boolean" minOccurs="0"/>
55
+ <xsd:element name="ItemThickness" type="LengthDimension" minOccurs="0"/>
56
+ <xsd:element name="LithiumBatteryEnergyContent" type="PositiveInteger" minOccurs="0"/>
57
+ <xsd:element name="LithiumBatteryPackaging" minOccurs="0">
58
+ <xsd:simpleType>
59
+ <xsd:restriction base="String">
60
+ <xsd:enumeration value="batteries_contained_in_equipment"/>
61
+ <xsd:enumeration value="batteries_only"/>
62
+ <xsd:enumeration value="batteries_packed_with_equipment"/>
63
+ </xsd:restriction>
64
+ </xsd:simpleType>
65
+ </xsd:element>
66
+ <xsd:element name="LithiumBatteryVoltage" type="PositiveInteger" minOccurs="0"/>
67
+ <xsd:element name="LithiumBatteryWeight" type="PositiveInteger" minOccurs="0"/>
68
+ <xsd:element name="MaterialType" type="StringNotNull" minOccurs="0"/>
69
+ <xsd:element name="MfgWarrantyDescriptionLabor" type="SuperLongStringNotNull"
70
+ minOccurs="0"/>
71
+ <xsd:element name="MfgWarrantyDescriptionParts" type="SuperLongStringNotNull"
72
+ minOccurs="0"/>
73
+ <xsd:element name="MfrPartNumber" type="FortyStringNotNull" minOccurs="0"/>
74
+ <xsd:element name="ModelNumber" type="StringNotNull" minOccurs="0"/>
75
+ <xsd:element name="NoiseLevel" type="NoiseLevelDimension" minOccurs="0"/>
76
+ <xsd:element name="NumberOfLithiumIonCells" type="PositiveInteger" minOccurs="0"/>
77
+ <xsd:element name="NumberOfLithiumMetalCells" type="PositiveInteger" minOccurs="0"/>
78
+ <xsd:element name="VariationData" minOccurs="0">
79
+ <xsd:complexType>
80
+ <xsd:sequence>
81
+ <xsd:element name="Parentage">
82
+ <xsd:simpleType>
83
+ <xsd:restriction base="String">
84
+ <xsd:enumeration value="parent"/>
85
+ <xsd:enumeration value="child"/>
86
+ </xsd:restriction>
87
+ </xsd:simpleType>
88
+ </xsd:element>
89
+ <xsd:element name="VariationTheme" minOccurs="0">
90
+ <xsd:simpleType>
91
+ <xsd:restriction base="String">
92
+ <xsd:enumeration value="Color"/>
93
+ <xsd:enumeration value="Size"/>
94
+ <xsd:enumeration value="SizeColor"/>
95
+ </xsd:restriction>
96
+ </xsd:simpleType>
97
+ </xsd:element>
98
+ </xsd:sequence>
99
+ </xsd:complexType>
100
+ </xsd:element>
101
+ <xsd:element name="ProductGrade" type="String" minOccurs="0"/>
102
+ <xsd:element name="SellerWarrantyDescription" type="SuperLongString" minOccurs="0"/>
103
+ <xsd:element name="SidePanelColor" type="String" minOccurs="0"/>
104
+ <xsd:element name="Size" type="String" minOccurs="0"/>
105
+ <xsd:element name="SizeMap" type="StringNotNull" minOccurs="0"/>
106
+ <xsd:element name="SpecialFeatures" type="String" minOccurs="0" maxOccurs="4"/>
107
+ <xsd:element name="SpecificationsMet" type="String" minOccurs="0"/>
108
+ <xsd:element name="TemperatureRating" type="StringNotNull" minOccurs="0"/>
109
+ <xsd:element name="Voltage" type="VoltageDecimalDimension" minOccurs="0"/>
110
+ <xsd:element name="Warnings" type="LongStringNotNull" minOccurs="0"/>
111
+ <xsd:element name="Warranty" type="SuperLongString" minOccurs="0"/>
112
+ <xsd:element name="Wattage" type="WattageDimension" minOccurs="0"/>
113
+ </xsd:sequence>
114
+ </xsd:complexType>
115
+ </xsd:element>
116
+
117
+ <!--
118
+ ###############################################################
119
+ # AIR_CONDITIONER Classification Data
120
+ ###############################################################
121
+ -->
122
+ <xsd:element name="AirConditioner">
123
+ <xsd:complexType>
124
+ <xsd:sequence>
125
+ <xsd:element name="AirConditionCoverageCooling" type="String" minOccurs="0"/>
126
+ <xsd:element name="AirConditionCoverageHeating" type="String" minOccurs="0"/>
127
+ <xsd:element name="ConnectorType" type="String" minOccurs="0" maxOccurs="2"/>
128
+ <xsd:element name="ControlsType" type="String" minOccurs="0"/>
129
+ <xsd:element name="CoolingVents" type="xsd:integer" minOccurs="0"/>
130
+ <xsd:element name="DryerPowerSource" type="String" minOccurs="0"/>
131
+ <xsd:element name="EnergyConsumptionEfficiencyRateAPF" type="String" minOccurs="0"/>
132
+ <xsd:element name="HoodDescription" type="StringNotNull" minOccurs="0"/>
133
+ <xsd:element name="IceCapacity" type="IceCapacityDimension" minOccurs="0"/>
134
+ <xsd:element name="ItemDimensionsIndoor" type="String" minOccurs="0"/>
135
+ <xsd:element name="ItemDimensionsOutdoor" type="String" minOccurs="0"/>
136
+ <xsd:element name="IsPortable" type="xsd:boolean" minOccurs="0"/>
137
+ <xsd:element name="LightingMethod" type="String" minOccurs="0"/>
138
+ <xsd:element name="MaximumPipeDifferenceInHeight" type="LengthDimension"
139
+ minOccurs="0"/>
140
+ <xsd:element name="OperatingNoiseIndoorEquipment" type="NoiseLevelDimension"
141
+ minOccurs="0"/>
142
+ <xsd:element name="OperatingNoiseOutdoorEquipment" type="NoiseLevelDimension"
143
+ minOccurs="0"/>
144
+ <xsd:element name="PipeDiameter" type="LengthDimension" minOccurs="0"/>
145
+ <xsd:element name="PipeLength" type="LengthDimension" minOccurs="0"/>
146
+ <xsd:element name="PowerConsumptionWattageCooling" type="EnergyConsumptionDimension"
147
+ minOccurs="0"/>
148
+ <xsd:element name="PowerConsumptionWattageHeating" type="EnergyConsumptionDimension"
149
+ minOccurs="0"/>
150
+ <xsd:element name="PowerPlugCapacity" type="PowerPlugCapacityDimension"
151
+ minOccurs="0"/>
152
+ <xsd:element name="RatedCoolingCapacity" type="EnergyConsumptionDimension"
153
+ minOccurs="0"/>
154
+ <xsd:element name="RatedHeatingCapacity" type="EnergyConsumptionDimension"
155
+ minOccurs="0"/>
156
+ <xsd:element name="RecommendedProductUses" type="String" minOccurs="0"/>
157
+ <xsd:element name="ShelfType" type="String" minOccurs="0"/>
158
+ <xsd:element name="TrayType" type="String" minOccurs="0"/>
159
+ <xsd:element name="VoltageType" type="StringNotNull" minOccurs="0"/>
160
+ <xsd:element name="WasherArms" type="xsd:integer" minOccurs="0"/>
161
+ <xsd:element name="WeightIndoorEquipment" type="WeightDimension" minOccurs="0"/>
162
+ <xsd:element name="WeightOutdoorEquipment" type="WeightDimension" minOccurs="0"/>
163
+ </xsd:sequence>
164
+ </xsd:complexType>
165
+ </xsd:element>
166
+
167
+ <!--
168
+ ###############################################################
169
+ # APPLIANCE_ACCESSORY Classification Data
170
+ ###############################################################
171
+ -->
172
+ <xsd:element name="ApplianceAccessory">
173
+ <xsd:complexType>
174
+ <xsd:sequence>
175
+ <xsd:element name="ConnectorType" type="String" minOccurs="0" maxOccurs="2"/>
176
+ <xsd:element name="ControlsType" type="String" minOccurs="0"/>
177
+ <xsd:element name="CoolingVents" type="xsd:integer" minOccurs="0"/>
178
+ <xsd:element name="DryerPowerSource" type="String" minOccurs="0"/>
179
+ <xsd:element name="IceCapacity" type="IceCapacityDimension" minOccurs="0"/>
180
+ <xsd:element name="IsPortable" type="xsd:boolean" minOccurs="0"/>
181
+ <xsd:element name="LightingMethod" type="String" minOccurs="0"/>
182
+ <xsd:element name="RecommendedProductUses" type="String" minOccurs="0"/>
183
+ <xsd:element name="ShelfType" type="String" minOccurs="0"/>
184
+ <xsd:element name="TrayType" type="String" minOccurs="0"/>
185
+ <xsd:element name="WasherArms" type="xsd:integer" minOccurs="0"/>
186
+ </xsd:sequence>
187
+ </xsd:complexType>
188
+ </xsd:element>
189
+
190
+ <!--
191
+ ###############################################################
192
+ # COOKING_OVEN Classification Data
193
+ ###############################################################
194
+ -->
195
+ <xsd:element name="CookingOven">
196
+ <xsd:complexType>
197
+ <xsd:sequence>
198
+ <xsd:element name="BurnerType" type="String" minOccurs="0"/>
199
+ <xsd:element name="ChamberVolume" type="WaterConsumptionDimension" minOccurs="0"/>
200
+ <xsd:element name="ControlsType" type="String" minOccurs="0"/>
201
+ <xsd:element name="CooktopMaterialType" type="StringNotNull" minOccurs="0"/>
202
+ <xsd:element name="DrawerType" type="String" minOccurs="0" maxOccurs="4"/>
203
+ <xsd:element name="EnergyConsumptionConvection" type="EnergyConsumptionDimension"
204
+ minOccurs="0"/>
205
+ <xsd:element name="EnergyConsumptionStandard" type="EnergyConsumptionDimension"
206
+ minOccurs="0"/>
207
+ <xsd:element name="FuelType" type="String" minOccurs="0"/>
208
+ <xsd:element name="HeatingElements" type="xsd:integer" minOccurs="0"/>
209
+ <xsd:element name="HeatingMode" type="String" minOccurs="0"/>
210
+ <xsd:element name="HoodDescription" type="StringNotNull" minOccurs="0"/>
211
+ <xsd:element name="LightingMethod" type="String" minOccurs="0"/>
212
+ <xsd:element name="MaxEnergyOutput" type="MaxEnergyOutputDimension" minOccurs="0"/>
213
+ <xsd:element name="RecommendedProductUses" type="String" minOccurs="0"/>
214
+ <xsd:element name="Racks" type="xsd:integer" minOccurs="0"/>
215
+ <xsd:element name="ShelfType" type="String" minOccurs="0"/>
216
+ <xsd:element name="TopStyle" type="String" minOccurs="0"/>
217
+ <xsd:element name="TrayType" type="String" minOccurs="0"/>
218
+ <xsd:element name="VolumeCapacityName" type="StringNotNull" minOccurs="0"/>
219
+ </xsd:sequence>
220
+ </xsd:complexType>
221
+ </xsd:element>
222
+ <!--
223
+ ###############################################################
224
+ # COOKTOP Classification Data
225
+ ###############################################################
226
+ -->
227
+ <xsd:element name="Cooktop">
228
+ <xsd:complexType>
229
+ <xsd:sequence>
230
+ <xsd:element name="AirflowDisplacement" type="AirflowDisplacementDimension"
231
+ minOccurs="0"/>
232
+ <xsd:element name="BurnerType" type="String" minOccurs="0"/>
233
+ <xsd:element name="ChamberVolume" type="WaterConsumptionDimension" minOccurs="0"/>
234
+ <xsd:element name="ControlsType" type="String" minOccurs="0"/>
235
+ <xsd:element name="CooktopMaterialType" type="StringNotNull" minOccurs="0"/>
236
+ <xsd:element name="DrawerType" type="String" minOccurs="0" maxOccurs="4"/>
237
+ <xsd:element name="DryerPowerSource" type="String" minOccurs="0"/>
238
+ <xsd:element name="EnergyConsumptionConvection" type="EnergyConsumptionDimension"
239
+ minOccurs="0"/>
240
+ <xsd:element name="EnergyConsumptionStandard" type="EnergyConsumptionDimension"
241
+ minOccurs="0"/>
242
+ <xsd:element name="FuelType" type="String" minOccurs="0"/>
243
+ <xsd:element name="HeatingElements" type="xsd:integer" minOccurs="0"/>
244
+ <xsd:element name="HoodDescription" type="StringNotNull" minOccurs="0"/>
245
+ <xsd:element name="LightingMethod" type="String" minOccurs="0"/>
246
+ <xsd:element name="MaxEnergyOutput" type="MaxEnergyOutputDimension" minOccurs="0"/>
247
+ <xsd:element name="RecommendedProductUses" type="String" minOccurs="0"/>
248
+ <xsd:element name="ShelfType" type="String" minOccurs="0"/>
249
+ <xsd:element name="TopStyle" type="String" minOccurs="0"/>
250
+ <xsd:element name="TrayType" type="String" minOccurs="0"/>
251
+ <xsd:element name="VolumeCapacityName" type="StringNotNull" minOccurs="0"/>
252
+ <xsd:element name="WasherArms" type="xsd:integer" minOccurs="0"/>
253
+ </xsd:sequence>
254
+ </xsd:complexType>
255
+ </xsd:element>
256
+ <!--
257
+ ###############################################################
258
+ # DISHWASHER Classification Data
259
+ ###############################################################
260
+ -->
261
+ <xsd:element name="Dishwasher">
262
+ <xsd:complexType>
263
+ <xsd:sequence>
264
+ <xsd:element name="AnnualEnergyConsumption" type="EnergyConsumptionDimension"
265
+ minOccurs="0"/>
266
+ <xsd:element name="AnnualWaterConsumption" type="WaterConsumptionDimension"
267
+ minOccurs="0"/>
268
+ <xsd:element name="CompatibleDevice" type="String" minOccurs="0"/>
269
+ <xsd:element name="ControlsType" type="String" minOccurs="0"/>
270
+ <xsd:element name="CoolingVents" type="xsd:integer" minOccurs="0"/>
271
+ <xsd:element name="CounterDepth" type="LengthDimension" minOccurs="0"/>
272
+ <xsd:element name="DryerPowerSource" type="String" minOccurs="0"/>
273
+ <xsd:element name="DryingPerformanceRating" type="StringNotNull" minOccurs="0"/>
274
+ <xsd:element name="IceCapacity" type="IceCapacityDimension" minOccurs="0"/>
275
+ <xsd:element name="IsPortable" type="xsd:boolean" minOccurs="0"/>
276
+ <xsd:element name="LightingMethod" type="String" minOccurs="0"/>
277
+ <xsd:element name="OptionCycles" type="xsd:integer" minOccurs="0"/>
278
+ <xsd:element name="RecommendedProductUses" type="String" minOccurs="0"/>
279
+ <xsd:element name="ShelfType" type="String" minOccurs="0"/>
280
+ <xsd:element name="StandardCycleCapacity" type="CapacityDimension" minOccurs="0"/>
281
+ <xsd:element name="StandardCycles" type="xsd:integer" minOccurs="0"/>
282
+ <xsd:element name="TrayType" type="String" minOccurs="0"/>
283
+ <xsd:element name="WasherArms" type="xsd:integer" minOccurs="0"/>
284
+ <xsd:element name="WashingPerformanceRating" type="StringNotNull" minOccurs="0"/>
285
+ <xsd:element name="WaterConsumption" type="WaterConsumptionDimension" minOccurs="0"
286
+ />
287
+ </xsd:sequence>
288
+ </xsd:complexType>
289
+ </xsd:element>
290
+ <!--
291
+ ###############################################################
292
+ # LAUNDRY_APPLIANCE Classification Data
293
+ ###############################################################
294
+ -->
295
+ <xsd:element name="LaundryAppliance">
296
+ <xsd:complexType>
297
+ <xsd:sequence>
298
+ <xsd:element name="AccessLocation" type="String" minOccurs="0"/>
299
+ <xsd:element name="AnnualEnergyConsumption" type="EnergyConsumptionDimension"
300
+ minOccurs="0"/>
301
+ <xsd:element name="AnnualEnergyConsumptionCycle" type="EnergyConsumptionDimension"
302
+ minOccurs="0"/>
303
+ <xsd:element name="AnnualEnergyConsumptionWashing" type="EnergyConsumptionDimension"
304
+ minOccurs="0"/>
305
+ <xsd:element name="AnnualWaterConsumption" type="WaterConsumptionDimension"
306
+ minOccurs="0"/>
307
+ <xsd:element name="AnnualWaterConsumptionCycle" type="WaterConsumptionDimension"
308
+ minOccurs="0"/>
309
+ <xsd:element name="AnnualWaterConsumptionWashing" type="WaterConsumptionDimension"
310
+ minOccurs="0"/>
311
+ <xsd:element name="ClothesCapacity" type="String" minOccurs="0"/>
312
+ <xsd:element name="CompatibleDevice" type="String" minOccurs="0"/>
313
+ <xsd:element name="ConnectorType" type="String" minOccurs="0" maxOccurs="2"/>
314
+ <xsd:element name="ControlsType" type="String" minOccurs="0"/>
315
+ <xsd:element name="CoolingVents" type="xsd:integer" minOccurs="0"/>
316
+ <xsd:element name="CounterDepth" type="LengthDimension" minOccurs="0"/>
317
+ <xsd:element name="DryerPowerSource" type="String" minOccurs="0"/>
318
+ <xsd:element name="DryingCapacity" type="CapacityDimension" minOccurs="0"/>
319
+ <xsd:element name="DryingPerformanceRating" type="StringNotNull" minOccurs="0"/>
320
+ <xsd:element name="DryingTechnology" type="StringNotNull" minOccurs="0"/>
321
+ <xsd:element name="EnergyConsumptionCycle" type="EnergyConsumptionDimension"
322
+ minOccurs="0"/>
323
+ <xsd:element name="EnergyConsumptionWashing" type="EnergyConsumptionDimension"
324
+ minOccurs="0"/>
325
+ <xsd:element name="IceCapacity" type="IceCapacityDimension" minOccurs="0"/>
326
+ <xsd:element name="IsPortable" type="xsd:boolean" minOccurs="0"/>
327
+ <xsd:element name="LightingMethod" type="String" minOccurs="0"/>
328
+ <xsd:element name="MaxRotationSpeed" type="RotationSpeedDimension" minOccurs="0"/>
329
+ <xsd:element name="NoiseLevelDraining" type="NoiseLevelDimension" minOccurs="0"/>
330
+ <xsd:element name="NoiseLevelDrying" type="NoiseLevelDimension" minOccurs="0"/>
331
+ <xsd:element name="NoiseLevelDryingCottonDryMode" type="NoiseLevelDimension"
332
+ minOccurs="0"/>
333
+ <xsd:element name="NoiseLevelDryingStandardMode" type="NoiseLevelDimension"
334
+ minOccurs="0"/>
335
+ <xsd:element name="NoiseLevelSpinning" type="NoiseLevelDimension" minOccurs="0"/>
336
+ <xsd:element name="NoiseLevelSpinningCottonDryMode" type="NoiseLevelDimension"
337
+ minOccurs="0"/>
338
+ <xsd:element name="NoiseLevelSpinningStandardMode" type="NoiseLevelDimension"
339
+ minOccurs="0"/>
340
+ <xsd:element name="NoiseLevelWashing" type="NoiseLevelDimension" minOccurs="0"/>
341
+ <xsd:element name="NoiseLevelWashingCottonDryMode" type="NoiseLevelDimension"
342
+ minOccurs="0"/>
343
+ <xsd:element name="NoiseLevelWashingStandardMode" type="NoiseLevelDimension"
344
+ minOccurs="0"/>
345
+ <xsd:element name="OptionCycles" type="xsd:integer" minOccurs="0"/>
346
+ <xsd:element name="RecommendedProductUses" type="String" minOccurs="0"/>
347
+ <xsd:element name="ResidualMoisturePercentage" type="PercentageType" minOccurs="0"/>
348
+ <xsd:element name="ShelfType" type="String" minOccurs="0"/>
349
+ <xsd:element name="SpinningPerformanceRating" type="StringNotNull" minOccurs="0"/>
350
+ <xsd:element name="StandardCycleCapacity" type="CapacityDimension" minOccurs="0"/>
351
+ <xsd:element name="StandardCycles" type="xsd:integer" minOccurs="0"/>
352
+ <xsd:element name="TrayType" type="String" minOccurs="0"/>
353
+ <xsd:element name="WasherArms" type="xsd:integer" minOccurs="0"/>
354
+ <xsd:element name="WashingCapacity" type="CapacityDimension" minOccurs="0"/>
355
+ <xsd:element name="WashingPerformanceRating" type="StringNotNull" minOccurs="0"/>
356
+ <xsd:element name="WaterConsumption" type="WaterConsumptionDimension" minOccurs="0"/>
357
+ <xsd:element name="WaterConsumptionCycle" type="WaterConsumptionDimension"
358
+ minOccurs="0"/>
359
+ <xsd:element name="WaterConsumptionWashing" type="WaterConsumptionDimension"
360
+ minOccurs="0"/>
361
+ <xsd:element name="WeightedAnnualEnergyConsumption"
362
+ type="EnergyConsumptionDimension" minOccurs="0"/>
363
+ <xsd:element name="WeightedAnnualWaterConsumption" type="WaterConsumptionDimension"
364
+ minOccurs="0"/>
365
+ </xsd:sequence>
366
+ </xsd:complexType>
367
+ </xsd:element>
368
+ <!--
369
+ ###############################################################
370
+ # MICROWAVE_OVEN Classification Data
371
+ ###############################################################
372
+ -->
373
+ <xsd:element name="MicrowaveOven">
374
+ <xsd:complexType>
375
+ <xsd:sequence>
376
+ <xsd:element name="ChamberVolume" type="WaterConsumptionDimension" minOccurs="0"/>
377
+ <xsd:element name="ControlsType" type="String" minOccurs="0"/>
378
+ <xsd:element name="EnergyConsumptionConvection" type="EnergyConsumptionDimension"
379
+ minOccurs="0"/>
380
+ <xsd:element name="EnergyConsumptionStandard" type="EnergyConsumptionDimension"
381
+ minOccurs="0"/>
382
+ <xsd:element name="FuelType" type="String" minOccurs="0"/>
383
+ <xsd:element name="LightingMethod" type="String" minOccurs="0"/>
384
+ <xsd:element name="Racks" type="xsd:integer" minOccurs="0"/>
385
+ <xsd:element name="RecommendedProductUses" type="String" minOccurs="0"/>
386
+ <xsd:element name="ShelfType" type="String" minOccurs="0"/>
387
+ <xsd:element name="VolumeCapacityName" type="StringNotNull" minOccurs="0"/>
388
+ </xsd:sequence>
389
+ </xsd:complexType>
390
+ </xsd:element>
391
+ <!--
392
+ ###############################################################
393
+ # RANGE Classification Data
394
+ ###############################################################
395
+ -->
396
+ <xsd:element name="Range">
397
+ <xsd:complexType>
398
+ <xsd:sequence>
399
+ <xsd:element name="AirflowDisplacement" type="AirflowDisplacementDimension"
400
+ minOccurs="0"/>
401
+ <xsd:element name="BurnerType" type="String" minOccurs="0"/>
402
+ <xsd:element name="ChamberVolume" type="WaterConsumptionDimension" minOccurs="0"/>
403
+ <xsd:element name="ControlsType" type="String" minOccurs="0"/>
404
+ <xsd:element name="CooktopMaterialType" type="StringNotNull" minOccurs="0"/>
405
+ <xsd:element name="DrawerType" type="String" minOccurs="0" maxOccurs="4"/>
406
+ <xsd:element name="EnergyConsumptionConvection" type="EnergyConsumptionDimension"
407
+ minOccurs="0"/>
408
+ <xsd:element name="EnergyConsumptionStandard" type="EnergyConsumptionDimension"
409
+ minOccurs="0"/>
410
+ <xsd:element name="FuelType" type="String" minOccurs="0"/>
411
+ <xsd:element name="HeatingElements" type="xsd:integer" minOccurs="0"/>
412
+ <xsd:element name="HeatingMode" type="String" minOccurs="0"/>
413
+ <xsd:element name="HoodDescription" type="StringNotNull" minOccurs="0"/>
414
+ <xsd:element name="LightingMethod" type="String" minOccurs="0"/>
415
+ <xsd:element name="MaxEnergyOutput" type="MaxEnergyOutputDimension" minOccurs="0"/>
416
+ <xsd:element name="Racks" type="xsd:integer" minOccurs="0"/>
417
+ <xsd:element name="RecommendedProductUses" type="String" minOccurs="0"/>
418
+ <xsd:element name="ShelfType" type="String" minOccurs="0"/>
419
+ <xsd:element name="TopStyle" type="String" minOccurs="0"/>
420
+ <xsd:element name="TrayType" type="String" minOccurs="0"/>
421
+ <xsd:element name="VolumeCapacityName" type="StringNotNull" minOccurs="0"/>
422
+ </xsd:sequence>
423
+ </xsd:complexType>
424
+ </xsd:element>
425
+ <!--
426
+ ###############################################################
427
+ # REFRIGERATION_APPLIANCE Classification Data
428
+ ###############################################################
429
+ -->
430
+ <xsd:element name="RefrigerationAppliance">
431
+ <xsd:complexType>
432
+ <xsd:sequence>
433
+ <xsd:element name="AdditionalProductInformation" type="StringNotNull" minOccurs="0"/>
434
+ <xsd:element name="AnnualEnergyConsumption" type="EnergyConsumptionDimension"
435
+ minOccurs="0"/>
436
+ <xsd:element name="BottleCount" type="xsd:integer" minOccurs="0"/>
437
+ <xsd:element name="CompatibleDevice" type="String" minOccurs="0"/>
438
+ <xsd:element name="ConnectorType" type="String" minOccurs="0" maxOccurs="2"/>
439
+ <xsd:element name="ControlsType" type="String" minOccurs="0"/>
440
+ <xsd:element name="CoolingVents" type="xsd:integer" minOccurs="0"/>
441
+ <xsd:element name="CounterDepth" type="LengthDimension" minOccurs="0"/>
442
+ <xsd:element name="DefrostSystemType" type="String" minOccurs="0"/>
443
+ <xsd:element name="DoorMaterialType" type="String" minOccurs="0"/>
444
+ <xsd:element name="DoorOrientation" minOccurs="0"/>
445
+ <xsd:element name="Drawers" type="xsd:integer" minOccurs="0"/>
446
+ <xsd:element name="DryerPowerSource" type="String" minOccurs="0"/>
447
+ <xsd:element name="EuEnergyLabelEfficiencyClass1992" type="StringNotNull"
448
+ minOccurs="0"/>
449
+ <xsd:element name="FilterPoreSize" type="FilterPoreSizeDimension" minOccurs="0"/>
450
+ <xsd:element name="FreezerCapacity" type="VolumeDimension" minOccurs="0"/>
451
+ <xsd:element name="FreshFoodCapacity" type="VolumeDimension" minOccurs="0"/>
452
+ <xsd:element name="FreezerLocation" type="VolumeDimension" minOccurs="0"/>
453
+ <xsd:element name="IceCapacity" type="IceCapacityDimension" minOccurs="0"/>
454
+ <xsd:element name="LightingMethod" type="String" minOccurs="0"/>
455
+ <xsd:element name="MaximumHorsepower" type="MaximumHorsepowerDimension"
456
+ minOccurs="0"/>
457
+ <xsd:element name="RecommendedProductUses" type="String" minOccurs="0"/>
458
+ <xsd:element name="RefrigerationClimateClassification" type="StringNotNull"
459
+ minOccurs="0"/>
460
+ <xsd:element name="ShelfType" type="String" minOccurs="0"/>
461
+ <xsd:element name="Shelves" type="xsd:integer" minOccurs="0"/>
462
+ <xsd:element name="StorageVolume" type="VolumeDimension" minOccurs="0"/>
463
+ <xsd:element name="TrayType" type="String" minOccurs="0"/>
464
+ <xsd:element name="VegetableCompartmentCapacity" type="String" minOccurs="0"/>
465
+ <xsd:element name="WasherArms" type="xsd:integer" minOccurs="0"/>
466
+ </xsd:sequence>
467
+ </xsd:complexType>
468
+ </xsd:element>
469
+ <!--
470
+ ###############################################################
471
+ # TRASH_COMPACTOR Classification Data
472
+ ###############################################################
473
+ -->
474
+ <xsd:element name="TrashCompactor">
475
+ <xsd:complexType>
476
+ <xsd:sequence>
477
+ <xsd:element name="CompactRatio" type="String" minOccurs="0"/>
478
+ <xsd:element name="ControlsType" type="String" minOccurs="0"/>
479
+ <xsd:element name="LightingMethod" type="String" minOccurs="0"/>
480
+ <xsd:element name="RecommendedProductUses" type="String" minOccurs="0"/>
481
+ </xsd:sequence>
482
+ </xsd:complexType>
483
+ </xsd:element>
484
+ <!--
485
+ ###############################################################
486
+ # VENT_HOOD Classification Data
487
+ ###############################################################
488
+ -->
489
+ <xsd:element name="VentHood">
490
+ <xsd:complexType>
491
+ <xsd:sequence>
492
+ <xsd:element name="AirflowDisplacement" type="AirflowDisplacementDimension"
493
+ minOccurs="0"/>
494
+ <xsd:element name="ChamberVolume" type="WaterConsumptionDimension" minOccurs="0"/>
495
+ <xsd:element name="ControlsType" type="String" minOccurs="0"/>
496
+ <xsd:element name="EnergyConsumptionConvection" type="EnergyConsumptionDimension"
497
+ minOccurs="0"/>
498
+ <xsd:element name="EnergyConsumptionStandard" type="EnergyConsumptionDimension"
499
+ minOccurs="0"/>
500
+ <xsd:element name="FuelType" type="String" minOccurs="0"/>
501
+ <xsd:element name="HoodDescription" type="StringNotNull" minOccurs="0"/>
502
+ <xsd:element name="LightingMethod" type="String" minOccurs="0"/>
503
+ <xsd:element name="RecommendedProductUses" type="String" minOccurs="0"/>
504
+ <xsd:element name="VolumeCapacityName" type="StringNotNull" minOccurs="0"/>
505
+ </xsd:sequence>
506
+ </xsd:complexType>
507
+ </xsd:element>
508
+ <!--
509
+ ###############################################################
510
+ ###############################################################
511
+ # LargeAppliances Type Definitions
512
+ ###############################################################
513
+ ###############################################################
514
+ -->
515
+ <xsd:simpleType name="EffeciencyClassTypeValues">
516
+ <xsd:restriction base="xsd:string">
517
+ <xsd:enumeration value="a"/>
518
+ <xsd:enumeration value="b"/>
519
+ <xsd:enumeration value="c"/>
520
+ <xsd:enumeration value="d"/>
521
+ <xsd:enumeration value="e"/>
522
+ <xsd:enumeration value="f"/>
523
+ <xsd:enumeration value="g"/>
524
+ <xsd:enumeration value="a_plus"/>
525
+ <xsd:enumeration value="a_plus_plus"/>
526
+ <xsd:enumeration value="a_plus_plus_plus"/>
527
+ </xsd:restriction>
528
+ </xsd:simpleType>
529
+ <xsd:complexType name="CapacityDimension">
530
+ <xsd:simpleContent>
531
+ <xsd:extension base="Dimension">
532
+ <xsd:attribute name="unitOfMeasure" type="CapacityUnitOfMeasure" use="required"/>
533
+ </xsd:extension>
534
+ </xsd:simpleContent>
535
+ </xsd:complexType>
536
+ <xsd:simpleType name="CapacityUnitOfMeasure">
537
+ <xsd:restriction base="xsd:string">
538
+ <xsd:enumeration value="kg"/>
539
+ <xsd:enumeration value="place_settings"/>
540
+ </xsd:restriction>
541
+ </xsd:simpleType>
542
+ <xsd:complexType name="MaximumHorsepowerDimension">
543
+ <xsd:simpleContent>
544
+ <xsd:extension base="Dimension">
545
+ <xsd:attribute name="unitOfMeasure" type="MaximumHorsepowerUnitOfMeasure"
546
+ use="required"/>
547
+ </xsd:extension>
548
+ </xsd:simpleContent>
549
+ </xsd:complexType>
550
+ <xsd:simpleType name="MaximumHorsepowerUnitOfMeasure">
551
+ <xsd:restriction base="String">
552
+ <xsd:enumeration value="horsepower"/>
553
+ </xsd:restriction>
554
+ </xsd:simpleType>
555
+ <xsd:complexType name="WaterConsumptionDimension">
556
+ <xsd:simpleContent>
557
+ <xsd:extension base="Dimension">
558
+ <xsd:attribute name="unitOfMeasure" type="LAWaterConsumptionUnitOfMeasure"
559
+ use="required"/>
560
+ </xsd:extension>
561
+ </xsd:simpleContent>
562
+ </xsd:complexType>
563
+ <xsd:simpleType name="LAWaterConsumptionUnitOfMeasure">
564
+ <xsd:restriction base="String">
565
+ <xsd:enumeration value="liters"/>
566
+ </xsd:restriction>
567
+ </xsd:simpleType>
568
+ <xsd:complexType name="AirflowDisplacementDimension">
569
+ <xsd:simpleContent>
570
+ <xsd:extension base="Dimension">
571
+ <xsd:attribute name="unitOfMeasure" type="AirflowDisplacementUnitOfMeasure"
572
+ use="required"/>
573
+ </xsd:extension>
574
+ </xsd:simpleContent>
575
+ </xsd:complexType>
576
+ <xsd:simpleType name="AirflowDisplacementUnitOfMeasure">
577
+ <xsd:restriction base="String">
578
+ <xsd:enumeration value="cubic_feet_per_minute"/>
579
+ <xsd:enumeration value="CFM"/>
580
+ </xsd:restriction>
581
+ </xsd:simpleType>
582
+ <xsd:complexType name="MaxEnergyOutputDimension">
583
+ <xsd:simpleContent>
584
+ <xsd:extension base="Dimension">
585
+ <xsd:attribute name="unitOfMeasure" type="MaxEnergyOutputUnitOfMeasure"
586
+ use="required"/>
587
+ </xsd:extension>
588
+ </xsd:simpleContent>
589
+ </xsd:complexType>
590
+ <xsd:simpleType name="MaxEnergyOutputUnitOfMeasure">
591
+ <xsd:restriction base="String">
592
+ <xsd:enumeration value="btus"/>
593
+ </xsd:restriction>
594
+ </xsd:simpleType>
595
+ <xsd:complexType name="IceCapacityDimension">
596
+ <xsd:simpleContent>
597
+ <xsd:extension base="Dimension">
598
+ <xsd:attribute name="unitOfMeasure" type="IceCapacityUnitOfMeasure" use="required"/>
599
+ </xsd:extension>
600
+ </xsd:simpleContent>
601
+ </xsd:complexType>
602
+ <xsd:simpleType name="IceCapacityUnitOfMeasure">
603
+ <xsd:restriction base="String">
604
+ <xsd:enumeration value="pounds"/>
605
+ </xsd:restriction>
606
+ </xsd:simpleType>
607
+ <xsd:complexType name="FilterPoreSizeDimension">
608
+ <xsd:simpleContent>
609
+ <xsd:extension base="Dimension">
610
+ <xsd:attribute name="unitOfMeasure" type="FilterPoreSizeUnitOfMeasure"
611
+ use="required"/>
612
+ </xsd:extension>
613
+ </xsd:simpleContent>
614
+ </xsd:complexType>
615
+ <xsd:simpleType name="FilterPoreSizeUnitOfMeasure">
616
+ <xsd:restriction base="String">
617
+ <xsd:enumeration value="micrometer"/>
618
+ </xsd:restriction>
619
+ </xsd:simpleType>
620
+ <xsd:complexType name="RotationSpeedDimension">
621
+ <xsd:simpleContent>
622
+ <xsd:extension base="Dimension">
623
+ <xsd:attribute name="unitOfMeasure" type="MaxRotationSpeedUnitOfMeasure"
624
+ use="required"/>
625
+ </xsd:extension>
626
+ </xsd:simpleContent>
627
+ </xsd:complexType>
628
+ <xsd:simpleType name="MaxRotationSpeedUnitOfMeasure">
629
+ <xsd:restriction base="String">
630
+ <xsd:enumeration value="rpm"/>
631
+ </xsd:restriction>
632
+ </xsd:simpleType>
633
+ <xsd:complexType name="PowerPlugCapacityDimension">
634
+ <xsd:simpleContent>
635
+ <xsd:extension base="Dimension">
636
+ <xsd:attribute name="unitOfMeasure" type="PowerPlugCapacityUnitOfMeasure"
637
+ use="required"/>
638
+ </xsd:extension>
639
+ </xsd:simpleContent>
640
+ </xsd:complexType>
641
+ <xsd:simpleType name="PowerPlugCapacityUnitOfMeasure">
642
+ <xsd:restriction base="String">
643
+ <xsd:enumeration value="amps"/>
644
+ </xsd:restriction>
645
+ </xsd:simpleType>
646
+ </xsd:schema>