| 7487 |
kshitij.so |
1 |
<?xml version="1.0"?>
|
|
|
2 |
<!-- Revision="$Revision: #3 $" -->
|
|
|
3 |
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
|
|
|
4 |
<!--
|
|
|
5 |
$Date: 2006/11/21 $
|
|
|
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="Inventory">
|
|
|
15 |
<xsd:complexType>
|
|
|
16 |
<xsd:sequence>
|
|
|
17 |
<xsd:element ref="SKU"/>
|
|
|
18 |
<xsd:element ref="FulfillmentCenterID" minOccurs="0"/>
|
|
|
19 |
<xsd:choice>
|
|
|
20 |
<xsd:element name="Available" type="xsd:boolean"/>
|
|
|
21 |
<xsd:element name="Quantity" type="xsd:nonNegativeInteger"/>
|
|
|
22 |
<xsd:element name="Lookup">
|
|
|
23 |
<xsd:simpleType>
|
|
|
24 |
<xsd:restriction base="xsd:string">
|
|
|
25 |
<xsd:enumeration value="FulfillmentNetwork"/>
|
|
|
26 |
</xsd:restriction>
|
|
|
27 |
</xsd:simpleType>
|
|
|
28 |
</xsd:element>
|
|
|
29 |
</xsd:choice>
|
|
|
30 |
<xsd:element name="RestockDate" type="xsd:date" minOccurs="0"/>
|
|
|
31 |
<xsd:element name="FulfillmentLatency" type="xsd:positiveInteger" minOccurs="0"/>
|
|
|
32 |
<xsd:element name="SwitchFulfillmentTo" minOccurs="0">
|
|
|
33 |
<!-- Use this element if you are switching the
|
|
|
34 |
fulfillment method for your item.
|
|
|
35 |
If you are switching from AFN to MFN, use "MFN"
|
|
|
36 |
If you are switching from MFN to AFN, use "AFN"
|
|
|
37 |
-->
|
|
|
38 |
<xsd:simpleType>
|
|
|
39 |
<xsd:restriction base="xsd:string">
|
|
|
40 |
<xsd:enumeration value="MFN"/>
|
|
|
41 |
<xsd:enumeration value="AFN"/>
|
|
|
42 |
</xsd:restriction>
|
|
|
43 |
</xsd:simpleType>
|
|
|
44 |
</xsd:element>
|
|
|
45 |
</xsd:sequence>
|
|
|
46 |
</xsd:complexType>
|
|
|
47 |
</xsd:element>
|
|
|
48 |
</xsd:schema>
|
|
|
49 |
|