Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
7487 kshitij.so 1
<?xml version="1.0"?>
2
<!-- edited with XMLSpy v2010 rel. 2 (http://www.altova.com) by Sunitha Basodi (amazon.com) -->
3
<!-- Revision="$Revision: #1 $" -->
4
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
5
	<!--
6
    $Date: 20011/07/26 $
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
	<!--
15
    Please read the corresponding documentation that contains the recommended values for elements
16
    of type StringNotNull.
17
    -->
18
	<xsd:element name="SportsMemorabilia">
19
		<xsd:complexType>
20
			<xsd:sequence>
21
				<xsd:element name="ProductType">
22
					<xsd:simpleType>
23
						<xsd:restriction base="HundredString">
24
							<xsd:enumeration value="SportsMemorabilia"/>
25
						</xsd:restriction>
26
					</xsd:simpleType>
27
				</xsd:element>
28
				<xsd:element name="AuthenticatedBy" type="HundredString" minOccurs="1"/>
29
				<xsd:element name="AuthenticityCertificateNumber" type="HundredString" minOccurs="0"/>
30
				<xsd:element name="Autographed" type="xsd:boolean" minOccurs="0"/>			
31
				<xsd:element name="ConditionProvidedBy" type="HundredString" minOccurs="1"/>
32
				<xsd:element name="ConditionRating" type="HundredString" minOccurs="1"/>
33
				<xsd:element name="EventName" type="HundredString" minOccurs="0"/>
34
				<xsd:element name="GameUsed" type="HundredString" minOccurs="0"/>
35
				<xsd:element name="IsVeryHighValue" type="xsd:boolean" minOccurs="0"/>
36
				<xsd:element name="ItemThickness" type="LengthDimension" minOccurs="0"/>
37
				<xsd:element name="JerseyType" type="HundredString" minOccurs="0"/>
38
				<xsd:element name="LeagueName" type="HundredString" minOccurs="0"/>
39
				<xsd:element name="LotType" type="HundredString" minOccurs="0"/>
40
				<xsd:element name="Material" type="HundredString" minOccurs="0"/>
41
				<xsd:element name="NumberOfPages" type="xsd:positiveInteger" minOccurs="0"/>
42
				<xsd:element name="NumberOfPieces" type="xsd:positiveInteger" minOccurs="0"/>
43
				<xsd:element name="Packaging" type="HundredString" minOccurs="0"/>
44
				<xsd:element name="PlayerName" type="HundredString" minOccurs="0"/>
45
				<xsd:element name="Season" type="HundredString" minOccurs="0"/>
46
				<xsd:element name="SignedBy" type="HundredString" minOccurs="0"/>
47
				<xsd:element name="Sport" type="HundredString" minOccurs="0"/>
48
				<xsd:element name="TeamName" type="HundredString" minOccurs="0"/>
49
				<xsd:element name="UniformNumber" type="xsd:positiveInteger" minOccurs="0"/>
50
				<xsd:element name="WhatsInTheBox" type="HundredString" minOccurs="0"/>
51
				<xsd:element name="Year" type="xsd:positiveInteger" minOccurs="0"/>
52
			</xsd:sequence>
53
		</xsd:complexType>
54
	</xsd:element>
55
</xsd:schema>