| 7487 |
kshitij.so |
1 |
<?xml version="1.0"?>
|
|
|
2 |
<!-- Revision="$Revision: #5 $" -->
|
|
|
3 |
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
|
|
|
4 |
<!--
|
|
|
5 |
$Date: 2007/09/04 $
|
|
|
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="ProductImage">
|
|
|
15 |
<xsd:complexType>
|
|
|
16 |
<xsd:sequence>
|
|
|
17 |
<xsd:element ref="SKU"/>
|
|
|
18 |
<xsd:element name="ImageType">
|
|
|
19 |
<xsd:simpleType>
|
|
|
20 |
<xsd:restriction base="xsd:string">
|
|
|
21 |
<xsd:enumeration value="Main"/>
|
|
|
22 |
<xsd:enumeration value="Swatch"/>
|
|
|
23 |
<xsd:enumeration value="PT1"/>
|
|
|
24 |
<xsd:enumeration value="PT2"/>
|
|
|
25 |
<xsd:enumeration value="PT3"/>
|
|
|
26 |
<xsd:enumeration value="PT4"/>
|
|
|
27 |
<xsd:enumeration value="PT5"/>
|
|
|
28 |
<xsd:enumeration value="PT6"/>
|
|
|
29 |
<xsd:enumeration value="PT7"/>
|
|
|
30 |
<xsd:enumeration value="PT8"/>
|
|
|
31 |
<xsd:enumeration value="Search"/>
|
|
|
32 |
</xsd:restriction>
|
|
|
33 |
</xsd:simpleType>
|
|
|
34 |
</xsd:element>
|
|
|
35 |
<xsd:element name="ImageLocation" type="xsd:anyURI" minOccurs="0"/>
|
|
|
36 |
</xsd:sequence>
|
|
|
37 |
</xsd:complexType>
|
|
|
38 |
</xsd:element>
|
|
|
39 |
</xsd:schema>
|