amazon_feed_validator 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +11 -0
- data/.rspec +3 -0
- data/.rubocop.yml +13 -0
- data/.travis.yml +5 -0
- data/Amazon.xsd +92 -0
- data/CHANGELOG.md +6 -0
- data/Gemfile +6 -0
- data/Gemfile.lock +72 -0
- data/LICENSE.txt +21 -0
- data/README.md +43 -0
- data/Rakefile +27 -0
- data/amazon_feed_validator.gemspec +31 -0
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/lib/amazon_feed_validator.rb +10 -0
- data/lib/amazon_feed_validator/constructor_methods.rb +12 -0
- data/lib/amazon_feed_validator/feed_validator.rb +37 -0
- data/lib/amazon_feed_validator/version.rb +3 -0
- data/lib/rake_tasks.rb +2 -0
- data/lib/tasks/amazon.rake +46 -0
- data/lib/xsd/AdditionalProductInformation.xsd +23 -0
- data/lib/xsd/Amazon.xsd +92 -0
- data/lib/xsd/Arts.xsd +144 -0
- data/lib/xsd/AutoAccessory.xsd +2103 -0
- data/lib/xsd/Baby.xsd +234 -0
- data/lib/xsd/Beauty.xsd +1107 -0
- data/lib/xsd/Books.xsd +210 -0
- data/lib/xsd/CE.xsd +2935 -0
- data/lib/xsd/CameraPhoto.xsd +2719 -0
- data/lib/xsd/ClothingAccessories.xsd +128 -0
- data/lib/xsd/Coins.xsd +129 -0
- data/lib/xsd/Collectibles.xsd +83 -0
- data/lib/xsd/Computers.xsd +2414 -0
- data/lib/xsd/EUCompliance.xsd +24 -0
- data/lib/xsd/EducationSupplies.xsd +215 -0
- data/lib/xsd/EntertainmentCollectibles.xsd +106 -0
- data/lib/xsd/FBA.xsd +28 -0
- data/lib/xsd/FoodAndBeverages.xsd +1397 -0
- data/lib/xsd/FoodServiceAndJanSan.xsd +216 -0
- data/lib/xsd/FulfillmentCenter.xsd +57 -0
- data/lib/xsd/Furniture.xsd +98 -0
- data/lib/xsd/GiftCards.xsd +102 -0
- data/lib/xsd/Gourmet.xsd +100 -0
- data/lib/xsd/Health.xsd +1232 -0
- data/lib/xsd/Home.xsd +5642 -0
- data/lib/xsd/HomeImprovement.xsd +1234 -0
- data/lib/xsd/Industrial.xsd +962 -0
- data/lib/xsd/Inventory.xsd +49 -0
- data/lib/xsd/Jewelry.xsd +1123 -0
- data/lib/xsd/LabSupplies.xsd +411 -0
- data/lib/xsd/LargeAppliances.xsd +650 -0
- data/lib/xsd/Lighting.xsd +278 -0
- data/lib/xsd/Listings.xsd +32 -0
- data/lib/xsd/Luggage.xsd +121 -0
- data/lib/xsd/LuxuryBeauty.xsd +108 -0
- data/lib/xsd/MaterialHandling.xsd +112 -0
- data/lib/xsd/MechanicalFasteners.xsd +174 -0
- data/lib/xsd/Miscellaneous.xsd +157 -0
- data/lib/xsd/Motorcycles.xsd +351 -0
- data/lib/xsd/Music.xsd +255 -0
- data/lib/xsd/MusicalInstruments.xsd +974 -0
- data/lib/xsd/Office.xsd +1142 -0
- data/lib/xsd/OrderAcknowledgement.xsd +55 -0
- data/lib/xsd/OrderAdjustment.xsd +175 -0
- data/lib/xsd/OrderFulfillment.xsd +65 -0
- data/lib/xsd/Outdoors.xsd +1041 -0
- data/lib/xsd/Override.xsd +48 -0
- data/lib/xsd/PetSupplies.xsd +216 -0
- data/lib/xsd/PowerTransmission.xsd +87 -0
- data/lib/xsd/Price.xsd +227 -0
- data/lib/xsd/ProcessingReport.xsd +87 -0
- data/lib/xsd/Product.xsd +1332 -0
- data/lib/xsd/ProductClothing.xsd +334 -0
- data/lib/xsd/ProductImage.xsd +57 -0
- data/lib/xsd/ProfessionalHealthCare.xsd +135 -0
- data/lib/xsd/RawMaterials.xsd +125 -0
- data/lib/xsd/Relationship.xsd +47 -0
- data/lib/xsd/SWVG.xsd +358 -0
- data/lib/xsd/SettlementReport.xsd +258 -0
- data/lib/xsd/Shoes.xsd +240 -0
- data/lib/xsd/Sports.xsd +790 -0
- data/lib/xsd/SportsMemorabilia.xsd +66 -0
- data/lib/xsd/ThreeDPrinting.xsd +105 -0
- data/lib/xsd/TiresAndWheels.xsd +358 -0
- data/lib/xsd/Tools.xsd +84 -0
- data/lib/xsd/Toys.xsd +632 -0
- data/lib/xsd/ToysBaby.xsd +337 -0
- data/lib/xsd/Video.xsd +406 -0
- data/lib/xsd/WineAndAlcohol.xsd +197 -0
- data/lib/xsd/Wireless.xsd +134 -0
- data/lib/xsd/amzn-base.xsd +4845 -0
- data/lib/xsd/amzn-envelope.xsd +98 -0
- data/lib/xsd/amzn-header.xsd +45 -0
- metadata +235 -0
|
@@ -0,0 +1,258 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
<!-- Revision="$Revision: #11 $" -->
|
|
3
|
+
<!-- Settlement Report Version="3.2" -->
|
|
4
|
+
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
|
|
5
|
+
<!--
|
|
6
|
+
$Date: 2012/03/28 $
|
|
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
|
+
<xsd:element name="SettlementReport">
|
|
16
|
+
<xsd:complexType>
|
|
17
|
+
<xsd:sequence>
|
|
18
|
+
<xsd:element name="SettlementData">
|
|
19
|
+
<xsd:complexType>
|
|
20
|
+
<xsd:sequence>
|
|
21
|
+
<xsd:element name="AmazonSettlementID" type="IDNumber"/>
|
|
22
|
+
<xsd:element name="TotalAmount" type="CurrencyAmount"/>
|
|
23
|
+
<xsd:element name="StartDate" type="xsd:dateTime"/>
|
|
24
|
+
<xsd:element name="EndDate" type="xsd:dateTime"/>
|
|
25
|
+
<xsd:element name="DepositDate" type="xsd:dateTime"/>
|
|
26
|
+
</xsd:sequence>
|
|
27
|
+
</xsd:complexType>
|
|
28
|
+
</xsd:element>
|
|
29
|
+
<xsd:element name="Order" minOccurs="0" maxOccurs="unbounded">
|
|
30
|
+
<xsd:complexType>
|
|
31
|
+
<xsd:sequence>
|
|
32
|
+
<xsd:element name="AmazonOrderID" type="AmazonAlphaOrderID"/>
|
|
33
|
+
<xsd:element ref="MerchantOrderID" minOccurs="0"/>
|
|
34
|
+
<xsd:element name="PostedDate" type="xsd:dateTime" minOccurs="0">
|
|
35
|
+
<xsd:annotation>
|
|
36
|
+
<xsd:documentation>
|
|
37
|
+
Use of this element is deprecated. Please use SettlementReport/Order/Fulfillment/PostedDate instead.
|
|
38
|
+
This element is present for backward-compatibility reasons only.
|
|
39
|
+
</xsd:documentation>
|
|
40
|
+
</xsd:annotation>
|
|
41
|
+
</xsd:element>
|
|
42
|
+
<xsd:element name="Item" maxOccurs="unbounded" minOccurs="0">
|
|
43
|
+
<xsd:annotation>
|
|
44
|
+
<xsd:documentation>
|
|
45
|
+
Use of this element is deprecated. Please use SettlementReport/Order/Fulfillment/Item instead.
|
|
46
|
+
This element is present for backward-compatibility reasons only.
|
|
47
|
+
</xsd:documentation>
|
|
48
|
+
</xsd:annotation>
|
|
49
|
+
<xsd:complexType>
|
|
50
|
+
<xsd:sequence>
|
|
51
|
+
<xsd:element ref="AmazonOrderItemCode"/>
|
|
52
|
+
<xsd:element name="MerchantsAtOrder" type="xsd:boolean"
|
|
53
|
+
minOccurs="0"/>
|
|
54
|
+
<xsd:element ref="MerchantOrderItemID" minOccurs="0"/>
|
|
55
|
+
<xsd:element ref="SKU"/>
|
|
56
|
+
<xsd:element name="Quantity" type="xsd:positiveInteger"/>
|
|
57
|
+
<xsd:element name="ItemPrice" type="BuyerPrice"/>
|
|
58
|
+
<xsd:element name="ItemFees" type="AmazonFees"/>
|
|
59
|
+
<xsd:element name="Promotion" type="PromotionDataType"
|
|
60
|
+
minOccurs="0" maxOccurs="unbounded"/>
|
|
61
|
+
</xsd:sequence>
|
|
62
|
+
</xsd:complexType>
|
|
63
|
+
</xsd:element>
|
|
64
|
+
<xsd:element name="DirectPayment" type="DirectPaymentType" minOccurs="0">
|
|
65
|
+
<xsd:annotation>
|
|
66
|
+
<xsd:documentation>
|
|
67
|
+
Use of this element is deprecated. Please use SettlementReport/Order/Fulfillment/DirectPayment instead.
|
|
68
|
+
This element is present for backward-compatibility reasons only.
|
|
69
|
+
</xsd:documentation>
|
|
70
|
+
</xsd:annotation>
|
|
71
|
+
</xsd:element>
|
|
72
|
+
<xsd:element name="ShipmentID" minOccurs="0"/>
|
|
73
|
+
<xsd:element name="ShipmentFees" type="AmazonFees" minOccurs="0"
|
|
74
|
+
maxOccurs="unbounded"/>
|
|
75
|
+
<xsd:element ref="MarketplaceName" minOccurs="0"/>
|
|
76
|
+
<xsd:element name="Fulfillment" minOccurs="0">
|
|
77
|
+
<xsd:complexType>
|
|
78
|
+
<xsd:sequence>
|
|
79
|
+
<xsd:element ref="MerchantFulfillmentID" minOccurs="0"/>
|
|
80
|
+
<xsd:element name="PostedDate" type="xsd:dateTime"/>
|
|
81
|
+
<xsd:element name="Item" maxOccurs="unbounded">
|
|
82
|
+
<xsd:complexType>
|
|
83
|
+
<xsd:sequence>
|
|
84
|
+
<xsd:element ref="AmazonOrderItemCode"/>
|
|
85
|
+
<xsd:element ref="MerchantOrderItemID"
|
|
86
|
+
minOccurs="0"/>
|
|
87
|
+
<xsd:element ref="SKU"/>
|
|
88
|
+
<xsd:element name="Quantity"
|
|
89
|
+
type="xsd:positiveInteger"/>
|
|
90
|
+
<xsd:element name="ItemPrice" type="BuyerPrice"/>
|
|
91
|
+
<xsd:element name="ItemFees" type="AmazonFees"
|
|
92
|
+
minOccurs="0"/>
|
|
93
|
+
<xsd:element name="Promotion" minOccurs="0"
|
|
94
|
+
maxOccurs="unbounded">
|
|
95
|
+
<xsd:complexType>
|
|
96
|
+
<xsd:sequence>
|
|
97
|
+
<xsd:element ref="MerchantPromotionID"/>
|
|
98
|
+
<xsd:element name="Type" type="StringNotNull"/>
|
|
99
|
+
<xsd:element name="Amount" type="CurrencyAmount"/>
|
|
100
|
+
</xsd:sequence>
|
|
101
|
+
</xsd:complexType>
|
|
102
|
+
</xsd:element>
|
|
103
|
+
</xsd:sequence>
|
|
104
|
+
</xsd:complexType>
|
|
105
|
+
</xsd:element>
|
|
106
|
+
<xsd:element name="DirectPayment" type="DirectPaymentType" minOccurs="0"/>
|
|
107
|
+
</xsd:sequence>
|
|
108
|
+
</xsd:complexType>
|
|
109
|
+
</xsd:element>
|
|
110
|
+
<xsd:element name="OrderFee" type="AmazonFees" minOccurs="0"
|
|
111
|
+
maxOccurs="unbounded"/>
|
|
112
|
+
</xsd:sequence>
|
|
113
|
+
</xsd:complexType>
|
|
114
|
+
</xsd:element>
|
|
115
|
+
<xsd:element name="Adjustment" minOccurs="0" maxOccurs="unbounded">
|
|
116
|
+
<xsd:complexType>
|
|
117
|
+
<xsd:sequence>
|
|
118
|
+
<xsd:element name="AmazonOrderID" type="AmazonAlphaOrderID"/>
|
|
119
|
+
<xsd:element ref="MerchantOrderID" minOccurs="0"/>
|
|
120
|
+
<xsd:element name="PostedDate" type="xsd:dateTime" minOccurs="0"/>
|
|
121
|
+
<xsd:element name="AdjustedItem" minOccurs="0" maxOccurs="unbounded">
|
|
122
|
+
<xsd:complexType>
|
|
123
|
+
<xsd:sequence>
|
|
124
|
+
<xsd:element ref="AmazonOrderItemCode"/>
|
|
125
|
+
<xsd:element name="MerchantsAtOrder" type="xsd:boolean" minOccurs="0"/>
|
|
126
|
+
<xsd:element ref="MerchantOrderItemID" minOccurs="0"/>
|
|
127
|
+
<xsd:element name="MerchantAdjustmentItemID"
|
|
128
|
+
type="StringNotNull" minOccurs="0"/>
|
|
129
|
+
<xsd:element ref="SKU"/>
|
|
130
|
+
<xsd:element name="ItemPriceAdjustments"
|
|
131
|
+
type="BuyerPrice"/>
|
|
132
|
+
<xsd:element name="ItemFeeAdjustments"
|
|
133
|
+
type="AmazonFees" minOccurs="0"/>
|
|
134
|
+
<xsd:choice>
|
|
135
|
+
<xsd:element name="PromotionAdjustments" type="PromotionDataType" minOccurs="0" maxOccurs="unbounded">
|
|
136
|
+
<xsd:annotation>
|
|
137
|
+
<xsd:documentation>
|
|
138
|
+
Use of PromotionAdjustments is deprecated. Please use PromotionAdjustment instead.
|
|
139
|
+
This element is present for backward-compatibility reasons.
|
|
140
|
+
</xsd:documentation>
|
|
141
|
+
</xsd:annotation>
|
|
142
|
+
</xsd:element>
|
|
143
|
+
<xsd:element name="PromotionAdjustment"
|
|
144
|
+
minOccurs="0" maxOccurs="unbounded">
|
|
145
|
+
</xsd:element>
|
|
146
|
+
</xsd:choice>
|
|
147
|
+
</xsd:sequence>
|
|
148
|
+
</xsd:complexType>
|
|
149
|
+
</xsd:element>
|
|
150
|
+
<xsd:element name="Item" maxOccurs="unbounded" minOccurs="0">
|
|
151
|
+
<xsd:complexType>
|
|
152
|
+
<xsd:sequence>
|
|
153
|
+
<xsd:element ref="AmazonOrderItemCode"/>
|
|
154
|
+
<xsd:element name="MerchantsAtOrder" type="xsd:boolean"
|
|
155
|
+
minOccurs="0"/>
|
|
156
|
+
<xsd:element ref="MerchantOrderItemID" minOccurs="0"/>
|
|
157
|
+
<xsd:element ref="SKU"/>
|
|
158
|
+
<xsd:element name="ItemPriceAdjustments" type="BuyerPrice"/>
|
|
159
|
+
<xsd:element name="ItemFeeAdjustments" type="AmazonFees"
|
|
160
|
+
minOccurs="0"/>
|
|
161
|
+
<xsd:element name="PromotionAdjustments"
|
|
162
|
+
type="PromotionDataType" minOccurs="0"
|
|
163
|
+
maxOccurs="unbounded"/>
|
|
164
|
+
</xsd:sequence>
|
|
165
|
+
</xsd:complexType>
|
|
166
|
+
</xsd:element>
|
|
167
|
+
<xsd:element name="DirectPayment" type="DirectPaymentType" minOccurs="0"/>
|
|
168
|
+
<xsd:element name="AdjustmentID" type="StringNotNull" minOccurs="0"/>
|
|
169
|
+
<xsd:element ref="MarketplaceName" minOccurs="0"/>
|
|
170
|
+
<xsd:element name="Fulfillment" minOccurs="0">
|
|
171
|
+
<xsd:complexType>
|
|
172
|
+
<xsd:sequence>
|
|
173
|
+
<xsd:element ref="MerchantFulfillmentID" minOccurs="0"/>
|
|
174
|
+
<xsd:element name="PostedDate" type="xsd:dateTime"/>
|
|
175
|
+
<xsd:element name="AdjustedItem" maxOccurs="unbounded">
|
|
176
|
+
<xsd:complexType>
|
|
177
|
+
<xsd:sequence>
|
|
178
|
+
<xsd:element ref="AmazonOrderItemCode"/>
|
|
179
|
+
<xsd:element ref="MerchantOrderItemID"
|
|
180
|
+
minOccurs="0"/>
|
|
181
|
+
<xsd:element name="MerchantAdjustmentItemID"
|
|
182
|
+
type="StringNotNull" minOccurs="0"/>
|
|
183
|
+
<xsd:element ref="SKU"/>
|
|
184
|
+
<xsd:element name="ItemPriceAdjustments"
|
|
185
|
+
type="BuyerPrice"/>
|
|
186
|
+
<xsd:element name="ItemFeeAdjustments"
|
|
187
|
+
type="AmazonFees" minOccurs="0"/>
|
|
188
|
+
<xsd:element name="PromotionAdjustment"
|
|
189
|
+
minOccurs="0" maxOccurs="unbounded">
|
|
190
|
+
<xsd:complexType>
|
|
191
|
+
<xsd:sequence>
|
|
192
|
+
<xsd:element ref="MerchantPromotionID"/>
|
|
193
|
+
<xsd:element name="Type" type="StringNotNull"/>
|
|
194
|
+
<xsd:element name="Amount" type="CurrencyAmount"/>
|
|
195
|
+
</xsd:sequence>
|
|
196
|
+
</xsd:complexType>
|
|
197
|
+
</xsd:element>
|
|
198
|
+
</xsd:sequence>
|
|
199
|
+
</xsd:complexType>
|
|
200
|
+
</xsd:element>
|
|
201
|
+
<xsd:element name="DirectPayment" type="DirectPaymentType"
|
|
202
|
+
minOccurs="0"/>
|
|
203
|
+
</xsd:sequence>
|
|
204
|
+
</xsd:complexType>
|
|
205
|
+
</xsd:element>
|
|
206
|
+
<xsd:element name="OrderFeeAdjustment" type="AmazonFees" minOccurs="0"
|
|
207
|
+
maxOccurs="unbounded"/>
|
|
208
|
+
</xsd:sequence>
|
|
209
|
+
</xsd:complexType>
|
|
210
|
+
</xsd:element>
|
|
211
|
+
<xsd:element name="OtherFee" minOccurs="0" maxOccurs="unbounded">
|
|
212
|
+
<xsd:complexType>
|
|
213
|
+
<xsd:sequence>
|
|
214
|
+
<xsd:element name="AmazonOrderID" type="AmazonAlphaOrderID"
|
|
215
|
+
minOccurs="0"/>
|
|
216
|
+
<xsd:element ref="MerchantOrderID" minOccurs="0"/>
|
|
217
|
+
<xsd:element ref="MarketplaceName"/>
|
|
218
|
+
<xsd:element ref="MerchantFulfillmentID" minOccurs="0"/>
|
|
219
|
+
<xsd:element name="PostedDate" type="xsd:dateTime"/>
|
|
220
|
+
<xsd:element name="Amount" type="CurrencyAmount"/>
|
|
221
|
+
<xsd:element name="ReasonDescription" type="StringNotNull"/>
|
|
222
|
+
</xsd:sequence>
|
|
223
|
+
</xsd:complexType>
|
|
224
|
+
</xsd:element>
|
|
225
|
+
<xsd:element name="OtherTransaction" minOccurs="0" maxOccurs="unbounded">
|
|
226
|
+
<xsd:complexType>
|
|
227
|
+
<xsd:sequence>
|
|
228
|
+
<xsd:element name="AmazonOrderID" type="AmazonAlphaOrderID"
|
|
229
|
+
minOccurs="0"/>
|
|
230
|
+
<xsd:element ref="MerchantOrderID" minOccurs="0"/>
|
|
231
|
+
<xsd:element ref="MarketplaceName" minOccurs="0"/>
|
|
232
|
+
<xsd:element ref="MerchantFulfillmentID" minOccurs="0"/>
|
|
233
|
+
<xsd:element name="TransactionType" type="StringNotNull"/>
|
|
234
|
+
<xsd:element name="TransactionID" type="StringNotNull" minOccurs="0"/>
|
|
235
|
+
<xsd:element name="PostedDate" type="xsd:dateTime"/>
|
|
236
|
+
<xsd:element name="Amount" type="CurrencyAmount"/>
|
|
237
|
+
<xsd:element name="ReasonDescription" type="StringNotNull" minOccurs="0"/>
|
|
238
|
+
<xsd:element name="Fees" type="AmazonFees" minOccurs="0"/>
|
|
239
|
+
</xsd:sequence>
|
|
240
|
+
</xsd:complexType>
|
|
241
|
+
</xsd:element>
|
|
242
|
+
<xsd:element name="MiscEvent" minOccurs="0" maxOccurs="unbounded">
|
|
243
|
+
<xsd:complexType>
|
|
244
|
+
<xsd:sequence>
|
|
245
|
+
<xsd:element name="PostedDate" type="xsd:dateTime"/>
|
|
246
|
+
<xsd:element name="Amount" type="CurrencyAmount"/>
|
|
247
|
+
</xsd:sequence>
|
|
248
|
+
</xsd:complexType>
|
|
249
|
+
</xsd:element>
|
|
250
|
+
</xsd:sequence>
|
|
251
|
+
</xsd:complexType>
|
|
252
|
+
</xsd:element>
|
|
253
|
+
<xsd:simpleType name="AmazonAlphaOrderID">
|
|
254
|
+
<xsd:restriction base="xsd:string">
|
|
255
|
+
<xsd:pattern value="\w{3}-\w{7}-\w{7}"/>
|
|
256
|
+
</xsd:restriction>
|
|
257
|
+
</xsd:simpleType>
|
|
258
|
+
</xsd:schema>
|
data/lib/xsd/Shoes.xsd
ADDED
|
@@ -0,0 +1,240 @@
|
|
|
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="Shoes">
|
|
15
|
+
<xsd:complexType>
|
|
16
|
+
<xsd:sequence>
|
|
17
|
+
<xsd:element name="ClothingType">
|
|
18
|
+
<xsd:simpleType>
|
|
19
|
+
<xsd:restriction base="xsd:string">
|
|
20
|
+
<xsd:enumeration value="Accessory"/>
|
|
21
|
+
<xsd:enumeration value="Bag"/>
|
|
22
|
+
<xsd:enumeration value="Shoes"/>
|
|
23
|
+
<xsd:enumeration value="ShoeAccessory"/>
|
|
24
|
+
<xsd:enumeration value="Handbag"/>
|
|
25
|
+
<xsd:enumeration value="Eyewear"/>
|
|
26
|
+
<xsd:enumeration value="Boot"/>
|
|
27
|
+
</xsd:restriction>
|
|
28
|
+
</xsd:simpleType>
|
|
29
|
+
</xsd:element>
|
|
30
|
+
<xsd:element name="VariationData" minOccurs="0">
|
|
31
|
+
<xsd:complexType>
|
|
32
|
+
<xsd:sequence>
|
|
33
|
+
<xsd:element name="Parentage" minOccurs="0">
|
|
34
|
+
<xsd:simpleType>
|
|
35
|
+
<xsd:restriction base="xsd:string">
|
|
36
|
+
<xsd:enumeration value="parent"/>
|
|
37
|
+
<xsd:enumeration value="child"/>
|
|
38
|
+
</xsd:restriction>
|
|
39
|
+
</xsd:simpleType>
|
|
40
|
+
</xsd:element>
|
|
41
|
+
<xsd:element name="Size" type="StringNotNull" minOccurs="0"/>
|
|
42
|
+
<xsd:element name="Color" type="StringNotNull" minOccurs="0"/>
|
|
43
|
+
<xsd:element name="VariationTheme" minOccurs="0">
|
|
44
|
+
<xsd:simpleType>
|
|
45
|
+
<xsd:restriction base="xsd:string">
|
|
46
|
+
<xsd:enumeration value="Size"/>
|
|
47
|
+
<xsd:enumeration value="Color"/>
|
|
48
|
+
<xsd:enumeration value="SizeColor"/>
|
|
49
|
+
<xsd:enumeration value="ColorName-MagnificationStrength"/>
|
|
50
|
+
<xsd:enumeration value="ColorName-LensColor"/>
|
|
51
|
+
<xsd:enumeration value="ColorName-LensWidth"/>
|
|
52
|
+
<xsd:enumeration value="Material"/>
|
|
53
|
+
<xsd:enumeration value="SizeStyle"/>
|
|
54
|
+
<xsd:enumeration value="StyleName"/>
|
|
55
|
+
<xsd:enumeration value="PatternName"/>
|
|
56
|
+
<xsd:enumeration value="Size-Material"/>
|
|
57
|
+
<xsd:enumeration value="Size-PatternName"/>
|
|
58
|
+
<xsd:enumeration value="LensColor"/>
|
|
59
|
+
<xsd:enumeration value="LensColorShape"/>
|
|
60
|
+
<xsd:enumeration value="LensColorMaterial"/>
|
|
61
|
+
<xsd:enumeration value="ColorSize"/>
|
|
62
|
+
</xsd:restriction>
|
|
63
|
+
</xsd:simpleType>
|
|
64
|
+
</xsd:element>
|
|
65
|
+
</xsd:sequence>
|
|
66
|
+
</xsd:complexType>
|
|
67
|
+
</xsd:element>
|
|
68
|
+
<xsd:element name="ClassificationData">
|
|
69
|
+
<xsd:complexType>
|
|
70
|
+
<xsd:sequence>
|
|
71
|
+
<xsd:element name="BaseLength" type="LengthDimension" minOccurs="0"/>
|
|
72
|
+
<xsd:element name="CountryOfOrigin" type="CountryOfOriginType"
|
|
73
|
+
minOccurs="0"/>
|
|
74
|
+
<xsd:element name="Contributor" type="StringNotNull" minOccurs="0"/>
|
|
75
|
+
<xsd:element name="ColorMap" type="String" minOccurs="0"/>
|
|
76
|
+
<xsd:element name="SizeMap" type="StringNotNull" minOccurs="0"/>
|
|
77
|
+
<xsd:element name="ArchType" type="LongString" minOccurs="0"/>
|
|
78
|
+
<xsd:element name="ArmLength" type="LengthDimension" minOccurs="0"/>
|
|
79
|
+
<xsd:element name="BeltStyle" type="String" minOccurs="0"/>
|
|
80
|
+
<xsd:element name="BootOpeningCircumference" type="LengthDimension"
|
|
81
|
+
minOccurs="0"/>
|
|
82
|
+
<xsd:element name="BridgeWidth" type="LengthDimension" minOccurs="0"/>
|
|
83
|
+
<xsd:element name="CareInstructions" type="String" minOccurs="0"/>
|
|
84
|
+
<xsd:element name="ShoeClosureType" type="String" minOccurs="0"/>
|
|
85
|
+
<xsd:element name="CountryProducedIn" type="String" minOccurs="0"/>
|
|
86
|
+
<xsd:element name="CleatDescription" type="LongString" minOccurs="0"/>
|
|
87
|
+
<xsd:element name="CleatMaterialType" type="LongString" minOccurs="0"/>
|
|
88
|
+
<xsd:element name="Department" type="StringNotNull" minOccurs="0"/>
|
|
89
|
+
<xsd:element name="ExternalTestingCertification" type="String"
|
|
90
|
+
minOccurs="0" maxOccurs="6"/>
|
|
91
|
+
<xsd:element name="FabricType" type="String" minOccurs="0"/>
|
|
92
|
+
<xsd:element name="ImportDesignation" type="String" minOccurs="0" />
|
|
93
|
+
<xsd:element name="CountryAsLabeled" type="CountryOfOriginType" minOccurs="0"/>
|
|
94
|
+
<xsd:element name="FurDescription" type="LongString" minOccurs="0"/>
|
|
95
|
+
<xsd:element name="FabricWash" type="String" minOccurs="0"/>
|
|
96
|
+
<xsd:element name="FitToSizeDescription" type="StringNotNull" minOccurs="0"/>
|
|
97
|
+
<xsd:element name="FrameMaterialType" type="LongString" minOccurs="0"/>
|
|
98
|
+
<xsd:element name="HarmonizedCode" type="StringNotNull" minOccurs="0"/>
|
|
99
|
+
<xsd:element name="HeelHeight" type="LengthDimension" minOccurs="0"/>
|
|
100
|
+
<xsd:element name="HeelType" type="String" minOccurs="0"/>
|
|
101
|
+
<xsd:element name="InnerMaterial" type="LongString" minOccurs="0"/>
|
|
102
|
+
<xsd:element name="IsStainResistant" type="xsd:boolean" minOccurs="0"/>
|
|
103
|
+
<xsd:element name="IsVeryHighValue" type="xsd:boolean" minOccurs="0"/>
|
|
104
|
+
<xsd:element name="IsAdultProduct" type="xsd:boolean" minOccurs="0"/>
|
|
105
|
+
<xsd:element name="IncludedComponents" type="StringNotNull" minOccurs="0"/>
|
|
106
|
+
<xsd:element name="ItemShape" type="LongString" minOccurs="0"/>
|
|
107
|
+
<xsd:element name="LensColor" type="LongString" minOccurs="0"/>
|
|
108
|
+
<xsd:element name="LensColorMap" type="LongString" minOccurs="0"/>
|
|
109
|
+
<xsd:element name="LensHeight" type="LengthDimension" minOccurs="0"/>
|
|
110
|
+
<xsd:element name="LensMaterialType" type="LongString" minOccurs="0"/>
|
|
111
|
+
<xsd:element name="LensType" type="StringNotNull" minOccurs="0"/>
|
|
112
|
+
<xsd:element name="LensWidth" type="LengthDimension" minOccurs="0"/>
|
|
113
|
+
<xsd:element name="LiningDescription" type="LongString" minOccurs="0"/>
|
|
114
|
+
<xsd:element name="OccasionAndLifestyle" type="LongString" minOccurs="0"
|
|
115
|
+
maxOccurs="10"/>
|
|
116
|
+
<xsd:element name="OccasionType" type="StringNotNull" minOccurs="0"/>
|
|
117
|
+
<xsd:element name="MagnificationStrength" type="OptionalMagnificationDimension" minOccurs="0"/>
|
|
118
|
+
<xsd:element name="MaterialComposition" type="LongString" minOccurs="0"/>
|
|
119
|
+
<xsd:element name="MaterialType" type="String" minOccurs="0"
|
|
120
|
+
maxOccurs="3"/>
|
|
121
|
+
<xsd:element name="ModelNumber" type="StringNotNull" minOccurs="0"/>
|
|
122
|
+
<xsd:element name="ModelName" type="StringNotNull" minOccurs="0"/>
|
|
123
|
+
<xsd:element name="ModelYear" type="FourDigitYear" minOccurs="0"/>
|
|
124
|
+
<xsd:element name="NumberOfPockets" type="xsd:positiveInteger"
|
|
125
|
+
minOccurs="0"/>
|
|
126
|
+
<xsd:element name="OuterMaterialType" type="HundredString" minOccurs="0"/>
|
|
127
|
+
<xsd:element name="MaterialOpacity" type="HundredString" minOccurs="0"/>
|
|
128
|
+
<xsd:element name="PatternStyle" type="String" minOccurs="0"/>
|
|
129
|
+
<xsd:element name="PerformanceRating" type="HundredString" minOccurs="0"
|
|
130
|
+
maxOccurs="3"/>
|
|
131
|
+
<xsd:element name="PlatformHeight" type="Dimension" minOccurs="0"/>
|
|
132
|
+
<xsd:element name="PocketDescription" type="String" minOccurs="0"/>
|
|
133
|
+
<xsd:element name="PolarizationType" type="LongString" minOccurs="0"/>
|
|
134
|
+
<xsd:element name="Season" type="HundredString" minOccurs="0"/>
|
|
135
|
+
<xsd:element name="ShaftHeight" type="StringLengthOptionalDimension"
|
|
136
|
+
minOccurs="0"/>
|
|
137
|
+
<xsd:element name="ShaftWidth" type="StringLengthOptionalDimension"
|
|
138
|
+
minOccurs="0"/>
|
|
139
|
+
<xsd:element name="ShaftDiameter" type="StringLengthOptionalDimension"
|
|
140
|
+
minOccurs="0"/>
|
|
141
|
+
<xsd:element name="ShoulderStrapDrop" type="LengthDimension"
|
|
142
|
+
minOccurs="0"/>
|
|
143
|
+
<xsd:element name="ShoeHeightMap" type="String" minOccurs="0"/>
|
|
144
|
+
<xsd:element name="SpecialSizeType" type="String" minOccurs="0"/>
|
|
145
|
+
<xsd:element name="SoleMaterial" type="LongString" minOccurs="0"/>
|
|
146
|
+
<xsd:element name="StrapType" type="LongString" minOccurs="0"/>
|
|
147
|
+
<xsd:element name="SpecialFeatures" type="LongString" minOccurs="0"
|
|
148
|
+
maxOccurs="3"/>
|
|
149
|
+
<xsd:element name="SpecificUses" type="StringNotNull" minOccurs="0"
|
|
150
|
+
maxOccurs="3"/>
|
|
151
|
+
<xsd:element name="Character" type="HundredString" minOccurs="0"/>
|
|
152
|
+
<xsd:element name="ToeShape" type="HundredString" minOccurs="0"/>
|
|
153
|
+
<xsd:element name="TargetGender" type="StringNotNull" minOccurs="0"/>
|
|
154
|
+
<xsd:element name="WarrantyType" type="StringNotNull" minOccurs="0"/>
|
|
155
|
+
<xsd:element name="WarrantyDescription" type="StringNotNull" minOccurs="0"/>
|
|
156
|
+
<xsd:element name="WaistSize" type="ClothingSizeDimension" minOccurs="0"/>
|
|
157
|
+
<xsd:element name="WaistStyle" type="String" minOccurs="0"/>
|
|
158
|
+
<xsd:element name="WheelType" type="String" minOccurs="0"/>
|
|
159
|
+
<xsd:element name="WaterResistanceLevel" minOccurs="0">
|
|
160
|
+
<xsd:simpleType>
|
|
161
|
+
<xsd:restriction base="xsd:string">
|
|
162
|
+
<xsd:enumeration value="waterproof"/>
|
|
163
|
+
<xsd:enumeration value="not_water_resistant"/>
|
|
164
|
+
<xsd:enumeration value="water_resistant"/>
|
|
165
|
+
</xsd:restriction>
|
|
166
|
+
</xsd:simpleType>
|
|
167
|
+
</xsd:element>
|
|
168
|
+
<xsd:element name="PatternName" type="TwoThousandString" minOccurs="0"/>
|
|
169
|
+
<xsd:element name="SafetyWarning" type="SuperLongStringNotNull"
|
|
170
|
+
minOccurs="0"/>
|
|
171
|
+
<xsd:element name="ManufacturerWarrantyType" type="StringNotNull"
|
|
172
|
+
minOccurs="0"/>
|
|
173
|
+
<xsd:element name="MfrWarrantyDescriptionLabor" type="StringNotNull"
|
|
174
|
+
minOccurs="0"/>
|
|
175
|
+
<xsd:element name="MfrWarrantyDescriptionParts" type="StringNotNull"
|
|
176
|
+
minOccurs="0"/>
|
|
177
|
+
<xsd:element name="SellerWarrantyDescription"
|
|
178
|
+
type="SuperLongStringNotNull" minOccurs="0"/>
|
|
179
|
+
<xsd:element name="StyleKeywords" type="LongStringNotNull" minOccurs="0"
|
|
180
|
+
maxOccurs="3"/>
|
|
181
|
+
<xsd:element name="StyleName" type="TwoThousandString" minOccurs="0"/>
|
|
182
|
+
<xsd:element name="TeamName" type="StringNotNull" minOccurs="0"/>
|
|
183
|
+
<xsd:element name="ToeStyle" type="LongString" minOccurs="0"/>
|
|
184
|
+
<xsd:element name="NumberOfItems" type="xsd:positiveInteger"
|
|
185
|
+
minOccurs="0"/>
|
|
186
|
+
<xsd:element name="ItemDisplayWeight" type="WeightDimension"
|
|
187
|
+
minOccurs="0"/>
|
|
188
|
+
<xsd:element name="ItemDisplayVolume" type="VolumeDimension"
|
|
189
|
+
minOccurs="0"/>
|
|
190
|
+
<xsd:element name="ItemDisplayLength" type="LengthDimension"
|
|
191
|
+
minOccurs="0"/>
|
|
192
|
+
<xsd:element name="ItemDisplayWidth" type="LengthDimension"
|
|
193
|
+
minOccurs="0"/>
|
|
194
|
+
<xsd:element name="ItemDisplayHeight" type="LengthDimension"
|
|
195
|
+
minOccurs="0"/>
|
|
196
|
+
<xsd:element ref="Battery" minOccurs="0"/>
|
|
197
|
+
<xsd:element name="BatteryCellComposition" type="BatteryCellTypeValues" minOccurs="0"/>
|
|
198
|
+
<xsd:element name="BatteryDescription" type="String" minOccurs="0"/>
|
|
199
|
+
<xsd:element name="BatteryFormFactor" type="String" minOccurs="0"/>
|
|
200
|
+
<xsd:element name="LithiumBatteryWeight" type="xsd:decimal" minOccurs="0"/>
|
|
201
|
+
<xsd:element name="SportType" type="String" minOccurs="0"/>
|
|
202
|
+
<xsd:element name="ShellType" type="String" minOccurs="0"/>
|
|
203
|
+
<xsd:element name="CollectionName" type="String" minOccurs="0"/>
|
|
204
|
+
<xsd:element name="InsoleType" type="String" minOccurs="0"/>
|
|
205
|
+
<xsd:element name="LeatherType" type="String" minOccurs="0"/>
|
|
206
|
+
<xsd:element name="PronationCorrection" type="String" minOccurs="0"/>
|
|
207
|
+
<xsd:element name="ShoeSafetyCodeIso20345" type="ShoeSafetyCodeIso20345Type" minOccurs="0"/>
|
|
208
|
+
<xsd:element name="ShoeWidth" type="String" minOccurs="0"/>
|
|
209
|
+
<xsd:element name="SurfaceRecommendation" type="String" minOccurs="0"/>
|
|
210
|
+
<xsd:element name="VolumeCapacityName" type="VolumeDimension" minOccurs="0"/>
|
|
211
|
+
<xsd:element name="NumberOfWheels" type="PositiveInteger" minOccurs="0"/>
|
|
212
|
+
<xsd:element name="InsertMaterial" type="String" minOccurs="0"/>
|
|
213
|
+
<xsd:element name="ShaftDiameterDerived" type="PositiveInteger" minOccurs="0"/>
|
|
214
|
+
<xsd:element name="BatteryWeight" type="xsd:decimal" minOccurs="0"/>
|
|
215
|
+
<xsd:element name="MaximumCircumference" type="LengthDimension" minOccurs="0"/>
|
|
216
|
+
<xsd:element name="Opacity" type="StringNotNull" minOccurs="0"/>
|
|
217
|
+
<xsd:element name="RiseStyle" type="StringNotNull" minOccurs="0"/>
|
|
218
|
+
</xsd:sequence>
|
|
219
|
+
</xsd:complexType>
|
|
220
|
+
</xsd:element>
|
|
221
|
+
</xsd:sequence>
|
|
222
|
+
</xsd:complexType>
|
|
223
|
+
</xsd:element>
|
|
224
|
+
<xsd:simpleType name="ShoeSafetyCodeIso20345Type">
|
|
225
|
+
<xsd:restriction base="xsd:string">
|
|
226
|
+
<xsd:enumeration value="sb"/>
|
|
227
|
+
<xsd:enumeration value="s1"/>
|
|
228
|
+
<xsd:enumeration value="s2"/>
|
|
229
|
+
<xsd:enumeration value="s3"/>
|
|
230
|
+
<xsd:enumeration value="hro"/>
|
|
231
|
+
<xsd:enumeration value="p"/>
|
|
232
|
+
<xsd:enumeration value="e"/>
|
|
233
|
+
<xsd:enumeration value="wru"/>
|
|
234
|
+
<xsd:enumeration value="o"/>
|
|
235
|
+
<xsd:enumeration value="a"/>
|
|
236
|
+
<xsd:enumeration value="ci"/>
|
|
237
|
+
<xsd:enumeration value="hi"/>
|
|
238
|
+
</xsd:restriction>
|
|
239
|
+
</xsd:simpleType>
|
|
240
|
+
</xsd:schema>
|