~anna-g/micronaet/anna

« back to all changes in this revision

Viewing changes to mws_amazon/mws/xsd/Health.xsd

  • Committer: Anna Micronaet
  • Date: 2013-07-18 09:08:36 UTC
  • Revision ID: anna@micronaet.it-20130718090836-ssmst48rrnvcd69w
Tolti tutti i moduli

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<!-- Revision="$Revision: #7 $" -->
3
 
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
4
 
        <!--
5
 
$Date: 2007/10/30 $
6
 
AMAZON.COM CONFIDENTIAL.  This document and the information contained in it are
7
 
confidential and proprietary information of Amazon.com and may not be reproduced,distributed or used, in whole or in part, for any purpose other than as necessary to list products for sale on the www.amazon.com web site pursuant to an agreement with Amazon.com.
8
 
-->
9
 
        <xsd:include schemaLocation="amzn-base.xsd"/>
10
 
        <xsd:element name="Health">
11
 
                <xsd:complexType>
12
 
                        <xsd:sequence>
13
 
                                <xsd:element name="ProductType">
14
 
                                        <xsd:complexType>
15
 
                                                <xsd:choice>
16
 
                                                        <xsd:element ref="HealthMisc"/>
17
 
                                                        <xsd:element ref="PersonalCareAppliances"/>
18
 
                                                </xsd:choice>
19
 
                                        </xsd:complexType>
20
 
                                </xsd:element>
21
 
                                <xsd:element name="Axis" type="StringNotNull" minOccurs="0"/>
22
 
                                <xsd:element name="BatteryAverageLife" type="PositiveNonZeroDimension" minOccurs="0"/>
23
 
                                <xsd:element name="BatteryAverageLifeStandby" type="PositiveNonZeroDimension" minOccurs="0"/>
24
 
                                <xsd:element name="BatteryChargeTime" type="PositiveNonZeroDimension" minOccurs="0"/>
25
 
                                <xsd:element name="BatteryTypeLithiumIon" type="xsd:positiveInteger" minOccurs="0"/>
26
 
                                <xsd:element name="BatteryTypeLithiumMetal" type="xsd:positiveInteger" minOccurs="0"/>
27
 
                                <xsd:element name="CountryOfOrigin" type="CountryOfOriginType" minOccurs="0"/>
28
 
                                <xsd:element name="Cylinder" type="StringNotNull" minOccurs="0"/>
29
 
                                <xsd:element name="LithiumBatteryEnergyContent" type="xsd:decimal" minOccurs="0"/>
30
 
                                <xsd:element name="LithiumBatteryPackaging" minOccurs="0">
31
 
                                        <xsd:simpleType>
32
 
                                                <xsd:restriction base="xsd:string">
33
 
                                                        <xsd:enumeration value="batteries_contained_in_equipment"/>
34
 
                                                        <xsd:enumeration value="batteries_only"/>
35
 
                                                        <xsd:enumeration value="batteries_packed_with_equipment"/>
36
 
                                                </xsd:restriction>
37
 
                                        </xsd:simpleType>
38
 
                                </xsd:element>
39
 
                                <xsd:element name="LithiumBatteryVoltage" type="xsd:decimal" minOccurs="0"/>
40
 
                                <xsd:element name="LithiumBatteryWeight" type="xsd:decimal" minOccurs="0"/>
41
 
                                <xsd:element name="MfrWarrantyDescriptionLabor" type="SuperLongStringNotNull"
42
 
                                        minOccurs="0"/>
43
 
                                <xsd:element name="MfrWarrantyDescriptionParts" type="SuperLongStringNotNull"
44
 
                                        minOccurs="0"/>
45
 
                                <xsd:element name="ManufacturerWarrantyType" type="StringNotNull" minOccurs="0"/>
46
 
                                <xsd:element name="NumberOfLithiumIonCells" type="xsd:positiveInteger" minOccurs="0"/>
47
 
                                <xsd:element name="NumberOfLithiumMetalCells" type="xsd:positiveInteger"
48
 
                                        minOccurs="0"/>
49
 
                                <xsd:element name="RegionOfOrigin" type="StringNotNull" minOccurs="0"/>
50
 
                                <xsd:element name="SellerWarrantyDescription" type="SuperLongStringNotNull"
51
 
                                        minOccurs="0"/>
52
 
                                <xsd:element name="WeightRecommendation" type="WeightRecommendationType"
53
 
                                        minOccurs="0"/>
54
 
                        </xsd:sequence>
55
 
                </xsd:complexType>
56
 
        </xsd:element>
57
 
        <xsd:element name="HealthMisc">
58
 
                <xsd:complexType>
59
 
                        <xsd:sequence>
60
 
                                <xsd:element name="VariationData" minOccurs="0">
61
 
                                        <xsd:complexType>
62
 
                                                <xsd:sequence>
63
 
                                                        <xsd:element name="Parentage">
64
 
                                                                <xsd:simpleType>
65
 
                                                                        <xsd:restriction base="xsd:string">
66
 
                                                                                <xsd:enumeration value="parent"/>
67
 
                                                                                <xsd:enumeration value="child"/>
68
 
                                                                        </xsd:restriction>
69
 
                                                                </xsd:simpleType>
70
 
                                                        </xsd:element>
71
 
                                                        <xsd:element name="VariationTheme" minOccurs="0">
72
 
                                                                <xsd:simpleType>
73
 
                                                                        <xsd:restriction base="xsd:string">
74
 
                                                                                <xsd:enumeration value="Size"/>
75
 
                                                                                <xsd:enumeration value="Color"/>
76
 
                                                                                <xsd:enumeration value="Count"/>
77
 
                                                                                <xsd:enumeration value="Scent"/>
78
 
                                                                                <xsd:enumeration value="Flavor"/>
79
 
                                                                                <xsd:enumeration value="Size-Color"/>
80
 
                                                                                <xsd:enumeration value="Flavor-Count"/>
81
 
                                                                                <xsd:enumeration value="Flavor-Size"/>
82
 
                                                                                <xsd:enumeration value="Size-Scent"/>
83
 
                                                                                <xsd:enumeration value="Size-UnitCount"/>
84
 
                                                                                <xsd:enumeration value="CustomerPackageType"/>
85
 
                                                                                <xsd:enumeration value="ColorName-CustomerPackageType"/>
86
 
                                                                                <xsd:enumeration value="SizeName-CustomerPackageType"/>
87
 
                                                                                <xsd:enumeration
88
 
                                                                                        value="SizeName-ColorName-CustomerPackageType"/>
89
 
                                                                                <xsd:enumeration value="StyleName-CustomerPackageType"/>
90
 
                                                                                <xsd:enumeration
91
 
                                                                                        value="SizeName-StyleName-CustomerPackageType"/>
92
 
                                                                        </xsd:restriction>
93
 
                                                                </xsd:simpleType>
94
 
                                                        </xsd:element>
95
 
                                                        <xsd:element name="Size" type="StringNotNull" minOccurs="0"/>
96
 
                                                        <xsd:element name="SizeMap" type="StringNotNull" minOccurs="0"/>
97
 
                                                        <xsd:element name="Color" type="StringNotNull" minOccurs="0"/>
98
 
                                                        <xsd:element name="ColorMap" type="StringNotNull" minOccurs="0"/>
99
 
                                                        <!-- <xsd:element ref="ColorMap" minOccurs="0"/>
100
 
                                                        Count represents the number of individually packaged items (a.k.a. 
101
 
                                                        units) included, such that each item is the smallest unit with a 
102
 
                                                        scannable bar code (UPC / EAN), and each item is packaged for 
103
 
                                                        individual sale.  For example, a box of 12 health bars, each
104
 
                                                        of which can be sold individually, would have a Count of 12. -->
105
 
                                                        <xsd:element name="Count" type="xsd:positiveInteger" minOccurs="0"/>
106
 
                                                        <!-- NumberOfItems represents the number of discrete items included, 
107
 
                                                        such that the items are not packaged for individual sale.  For example, 
108
 
                                                        a bottle of 100 aspirin tablets would have a NumberOfItems of 100.  
109
 
                                                        A box of 10 individually packaged bottles, each with 20 tablets, would 
110
 
                                                        have a Count of 10 and a NumberOfItems of 200.  -->
111
 
                                                        <xsd:element name="NumberOfItems" type="xsd:positiveInteger"
112
 
                                                                minOccurs="0"/>
113
 
                                                        <xsd:element name="Flavor" type="StringNotNull" minOccurs="0"/>
114
 
                                                        <xsd:element name="Scent" type="StringNotNull" minOccurs="0"/>
115
 
                                                        <xsd:element name="StyleName" type="StringNotNull" minOccurs="0"/>
116
 
                                                        <xsd:element name="CustomerPackageType" type="StringNotNull"
117
 
                                                                minOccurs="0"/>
118
 
                                                </xsd:sequence>
119
 
                                        </xsd:complexType>
120
 
                                </xsd:element>
121
 
                                <xsd:element name="CanShipInOriginalContainer" type="xsd:boolean" minOccurs="0"/>
122
 
                                <xsd:element name="IdentityPackageType" minOccurs="0">
123
 
                                        <xsd:simpleType>
124
 
                                                <xsd:restriction base="StringNotNull">
125
 
                                                        <xsd:enumeration value="bulk"/>
126
 
                                                        <xsd:enumeration value="frustration_free"/>
127
 
                                                        <xsd:enumeration value="traditional"/>
128
 
                                                </xsd:restriction>
129
 
                                        </xsd:simpleType>
130
 
                                </xsd:element>
131
 
                                <xsd:element name="UnitCount" minOccurs="0">
132
 
                                        <xsd:complexType>
133
 
                                                <xsd:simpleContent>
134
 
                                                        <xsd:extension base="xsd:positiveInteger">
135
 
                                                                <xsd:attribute name="unitOfMeasure" type="StringNotNull"
136
 
                                                                        use="required"/>
137
 
                                                        </xsd:extension>
138
 
                                                </xsd:simpleContent>
139
 
                                        </xsd:complexType>
140
 
                                </xsd:element>
141
 
                                <xsd:element name="DisplayLength" type="LengthDimension" minOccurs="0"/>
142
 
                                <xsd:element name="DisplayWeight" type="WeightDimension" minOccurs="0"/>
143
 
                                <xsd:element name="DisplayVolume" type="VolumeDimension" minOccurs="0"/>
144
 
                                <xsd:element name="Indications" type="LongStringNotNull" minOccurs="0"/>
145
 
                                <xsd:element name="HairType" type="LongStringNotNull" minOccurs="0" maxOccurs="5"/>
146
 
                                <xsd:element name="SkinType" type="LongStringNotNull" minOccurs="0" maxOccurs="5"/>
147
 
                                <xsd:element name="SkinTone" type="StringNotNull" minOccurs="0" maxOccurs="5"/>
148
 
                                <!--<xsd:element name="SkinTone" minOccurs="0" maxOccurs="5">
149
 
                                        <xsd:simpleType>
150
 
                                                <xsd:restriction base="StringNotNull">
151
 
                                                        <xsd:enumeration value="Dark"/>
152
 
                                                        <xsd:enumeration value="Fair"/>
153
 
                                                        <xsd:enumeration value="Medium"/>
154
 
                                                        <xsd:enumeration value="MediumDark"/>
155
 
                                                        <xsd:enumeration value="VeryDark"/>
156
 
                                                        <xsd:enumeration value="VeryFair"/>
157
 
                                                </xsd:restriction>
158
 
                                        </xsd:simpleType>
159
 
                                </xsd:element> -->
160
 
                                <xsd:element name="Ingredients" type="LongStringNotNull" minOccurs="0" maxOccurs="3"/>
161
 
                                <xsd:element name="MaterialType" type="LongStringNotNull" minOccurs="0"
162
 
                                        maxOccurs="3"/>
163
 
                                <xsd:element name="Directions" type="LongStringNotNull" minOccurs="0"/>
164
 
                                <xsd:element name="Warnings" type="LongStringNotNull" minOccurs="0"/>
165
 
                                <xsd:element name="ItemForm" type="String" minOccurs="0"/>
166
 
                                <xsd:element name="Coverage" type="String" minOccurs="0"/>
167
 
                                <xsd:element name="FinishType" type="String" minOccurs="0" maxOccurs="5"/>
168
 
                                <xsd:element name="ItemSpecialty" type="String" minOccurs="0" maxOccurs="5"/>
169
 
                                <xsd:element name="IsAdultProduct" type="xsd:boolean" minOccurs="0"/>
170
 
                                <xsd:element name="SpecialFeatures" type="String" minOccurs="0" maxOccurs="3"/>
171
 
                                <xsd:element name="SpecificUsedKeywords" type="String" minOccurs="0" maxOccurs="2"/>
172
 
                                <xsd:element name="TargetAudience" type="String" minOccurs="0"/>
173
 
                                <xsd:element name="TargetGender" minOccurs="0">
174
 
                                        <xsd:simpleType>
175
 
                                                <xsd:restriction base="xsd:string">
176
 
                                                        <xsd:enumeration value="male"/>
177
 
                                                        <xsd:enumeration value="female"/>
178
 
                                                        <xsd:enumeration value="unisex"/>
179
 
                                                </xsd:restriction>
180
 
                                        </xsd:simpleType>
181
 
                                </xsd:element>
182
 
                                <xsd:element name="LensType" type="String" minOccurs="0"/>
183
 
                                <xsd:element name="LifeExpectancy" type="DateIntegerDimension" minOccurs="0"/>
184
 
                                <xsd:element name="ItemDiameter" type="LengthDimension" minOccurs="0"/>
185
 
                                <xsd:element name="OpticalPower" type="String" minOccurs="0"/>
186
 
                                <xsd:element name="BaseCurveRadius" type="LengthDimension" minOccurs="0"/>
187
 
                                <xsd:element name="CIPCode" type="String" minOccurs="0"/>
188
 
                                <xsd:element name="Pattern" type="String" minOccurs="0"/>
189
 
                                <xsd:element name="PowerSource" type="FortyStringNotNull" minOccurs="0"/>
190
 
                                <xsd:element name="IsACAdapterIncluded" type="xsd:boolean" minOccurs="0"/>
191
 
                                <xsd:element ref="Battery" minOccurs="0"/>
192
 
                                <xsd:element name="IsExpirationDatedProduct" type="xsd:boolean" minOccurs="0"/>
193
 
                        </xsd:sequence>
194
 
                </xsd:complexType>
195
 
        </xsd:element>
196
 
        <xsd:element name="PersonalCareAppliances">
197
 
                <xsd:complexType>
198
 
                        <xsd:sequence>
199
 
                                <xsd:element name="VariationData" minOccurs="0">
200
 
                                        <xsd:complexType>
201
 
                                                <xsd:sequence>
202
 
                                                        <xsd:element name="Parentage">
203
 
                                                                <xsd:simpleType>
204
 
                                                                        <xsd:restriction base="xsd:string">
205
 
                                                                                <xsd:enumeration value="parent"/>
206
 
                                                                                <xsd:enumeration value="child"/>
207
 
                                                                        </xsd:restriction>
208
 
                                                                </xsd:simpleType>
209
 
                                                        </xsd:element>
210
 
                                                        <xsd:element name="VariationTheme" minOccurs="0">
211
 
                                                                <xsd:simpleType>
212
 
                                                                        <xsd:restriction base="xsd:string">
213
 
                                                                                <xsd:enumeration value="Size"/>
214
 
                                                                                <xsd:enumeration value="Color"/>
215
 
                                                                                <xsd:enumeration value="Count"/>
216
 
                                                                                <xsd:enumeration value="Size-Color"/>
217
 
                                                                                <xsd:enumeration value="Size-UnitCount"/>
218
 
                                                                        </xsd:restriction>
219
 
                                                                </xsd:simpleType>
220
 
                                                        </xsd:element>
221
 
                                                        <xsd:element name="Size" type="StringNotNull" minOccurs="0"/>
222
 
                                                        <xsd:element name="SizeMap" type="StringNotNull" minOccurs="0"/>
223
 
                                                        <xsd:element name="Color" type="StringNotNull" minOccurs="0"/>
224
 
                                                        <xsd:element name="ColorMap" type="StringNotNull" minOccurs="0"/>
225
 
                                                        <!--<xsd:element ref="ColorMap" minOccurs="0"/>
226
 
                                                         Count represents the number of individually packaged items (a.k.a. 
227
 
                                                        units) included, such that each item is the smallest unit with a 
228
 
                                                        scannable bar code (UPC / EAN), and each item is packaged for 
229
 
                                                        individual sale.  For example, a box of 12 health bars, each
230
 
                                                        of which can be sold individually, would have a Count of 12. -->
231
 
                                                        <xsd:element name="Count" type="xsd:positiveInteger" minOccurs="0"/>
232
 
                                                        <!-- NumberOfItems represents the number of discrete items included, 
233
 
                                                        such that the items are not packaged for individual sale.  For example, 
234
 
                                                        a bottle of 100 aspirin tablets would have a NumberOfItems of 100.  
235
 
                                                        A box of 10 individually packaged bottles, each with 20 tablets, would 
236
 
                                                        have a Count of 10 and a NumberOfItems of 200.  -->
237
 
                                                        <xsd:element name="NumberOfItems" type="xsd:positiveInteger"
238
 
                                                                minOccurs="0"/>
239
 
                                                </xsd:sequence>
240
 
                                        </xsd:complexType>
241
 
                                </xsd:element>
242
 
                                <xsd:element name="UnitCount" minOccurs="0">
243
 
                                        <xsd:complexType>
244
 
                                                <xsd:simpleContent>
245
 
                                                        <xsd:extension base="xsd:positiveInteger">
246
 
                                                                <xsd:attribute name="unitOfMeasure" type="StringNotNull"
247
 
                                                                        use="required"/>
248
 
                                                        </xsd:extension>
249
 
                                                </xsd:simpleContent>
250
 
                                        </xsd:complexType>
251
 
                                </xsd:element>
252
 
                                <xsd:element name="DisplayLength" type="LengthDimension" minOccurs="0"/>
253
 
                                <xsd:element name="DisplayWeight" type="WeightDimension" minOccurs="0"/>
254
 
                                <xsd:element name="DisplayVolume" type="VolumeDimension" minOccurs="0"/>
255
 
                                <xsd:element name="Indications" type="LongStringNotNull" minOccurs="0"/>
256
 
                                <xsd:element name="HairType" type="LongStringNotNull" minOccurs="0" maxOccurs="5"/>
257
 
                                <xsd:element name="SkinType" type="LongStringNotNull" minOccurs="0" maxOccurs="5"/>
258
 
                                <xsd:element name="SkinTone" type="StringNotNull" minOccurs="0" maxOccurs="5"/>
259
 
                                <!--<xsd:element name="SkinTone" minOccurs="0" maxOccurs="5">
260
 
                                        <xsd:simpleType>
261
 
                                                <xsd:restriction base="StringNotNull">
262
 
                                                        <xsd:enumeration value="Dark"/>
263
 
                                                        <xsd:enumeration value="Fair"/>
264
 
                                                        <xsd:enumeration value="Medium"/>
265
 
                                                        <xsd:enumeration value="MediumDark"/>
266
 
                                                        <xsd:enumeration value="VeryDark"/>
267
 
                                                        <xsd:enumeration value="VeryFair"/>
268
 
                                                </xsd:restriction>
269
 
                                        </xsd:simpleType>
270
 
                                </xsd:element> -->
271
 
                                <xsd:element name="MaterialType" type="LongStringNotNull" minOccurs="0"
272
 
                                        maxOccurs="3"/>
273
 
                                <xsd:element name="Directions" type="LongStringNotNull" minOccurs="0"/>
274
 
                                <xsd:element name="Warnings" type="LongStringNotNull" minOccurs="0"/>
275
 
                                <xsd:element name="ItemForm" type="String" minOccurs="0"/>
276
 
                                <xsd:element name="Flavor" type="String" minOccurs="0"/>
277
 
                                <xsd:element name="Coverage" type="String" minOccurs="0"/>
278
 
                                <xsd:element name="FinishType" type="String" minOccurs="0" maxOccurs="5"/>
279
 
                                <xsd:element name="ItemSpecialty" type="String" minOccurs="0" maxOccurs="5"/>
280
 
                                <xsd:element name="ItemPackageQuantity" type="PositiveInteger" default="1" minOccurs="0"/>
281
 
                                <xsd:element name="IsAdultProduct" type="xsd:boolean" minOccurs="0"/>
282
 
                                <xsd:element name="TargetGender" minOccurs="0">
283
 
                                        <xsd:simpleType>
284
 
                                                <xsd:restriction base="xsd:string">
285
 
                                                        <xsd:enumeration value="male"/>
286
 
                                                        <xsd:enumeration value="female"/>
287
 
                                                        <xsd:enumeration value="unisex"/>
288
 
                                                </xsd:restriction>
289
 
                                        </xsd:simpleType>
290
 
                                </xsd:element>
291
 
                                <xsd:element name="ItemDiameter" type="LengthDimension" minOccurs="0"/>
292
 
                                <xsd:element name="Pattern" type="String" minOccurs="0"/>
293
 
                                <xsd:element name="PowerSource" type="FortyStringNotNull" minOccurs="0"/>
294
 
                                <xsd:element name="IsACAdapterIncluded" type="xsd:boolean" minOccurs="0"/>
295
 
                                <xsd:element ref="Battery" minOccurs="0"/>
296
 
                                <xsd:element name="IsExpirationDatedProduct" type="xsd:boolean" minOccurs="0"/>
297
 
                        </xsd:sequence>
298
 
                </xsd:complexType>
299
 
        </xsd:element>
300
 
</xsd:schema>