| 7487 |
kshitij.so |
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: 2006/03/29 $
|
|
|
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="Relationship">
|
|
|
15 |
<xsd:complexType>
|
|
|
16 |
<xsd:sequence>
|
|
|
17 |
<xsd:element name="ParentSKU" type="SKUType"/>
|
|
|
18 |
<xsd:element name="Relation" maxOccurs="unbounded">
|
|
|
19 |
<xsd:complexType>
|
|
|
20 |
<xsd:sequence>
|
|
|
21 |
<xsd:element ref="SKU"/>
|
|
|
22 |
<xsd:element name="Type">
|
|
|
23 |
<xsd:simpleType>
|
|
|
24 |
<xsd:restriction base="xsd:string">
|
|
|
25 |
<xsd:enumeration value="Variation"/>
|
|
|
26 |
<xsd:enumeration value="DisplaySet"/>
|
|
|
27 |
<xsd:enumeration value="Collection"/>
|
|
|
28 |
<xsd:enumeration value="Accessory"/>
|
|
|
29 |
<xsd:enumeration value="Customized"/>
|
|
|
30 |
<xsd:enumeration value="Part"/>
|
|
|
31 |
<xsd:enumeration value="Complements"/>
|
|
|
32 |
<xsd:enumeration value="Piece"/>
|
|
|
33 |
<xsd:enumeration value="Necessary"/>
|
|
|
34 |
<xsd:enumeration value="ReplacementPart"/>
|
|
|
35 |
<xsd:enumeration value="Similar"/>
|
|
|
36 |
<xsd:enumeration value="Episode"/>
|
|
|
37 |
<xsd:enumeration value="Season"/>
|
|
|
38 |
</xsd:restriction>
|
|
|
39 |
</xsd:simpleType>
|
|
|
40 |
</xsd:element>
|
|
|
41 |
</xsd:sequence>
|
|
|
42 |
</xsd:complexType>
|
|
|
43 |
</xsd:element>
|
|
|
44 |
</xsd:sequence>
|
|
|
45 |
</xsd:complexType>
|
|
|
46 |
</xsd:element>
|
|
|
47 |
</xsd:schema>
|