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,125 @@
|
|
|
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="RawMaterials">
|
|
19
|
+
<xsd:complexType>
|
|
20
|
+
<xsd:sequence>
|
|
21
|
+
<xsd:element name="ProductType">
|
|
22
|
+
<xsd:simpleType>
|
|
23
|
+
<xsd:restriction base="HundredString">
|
|
24
|
+
<xsd:enumeration value="CeramicBalls"/>
|
|
25
|
+
<xsd:enumeration value="CeramicTubing"/>
|
|
26
|
+
<xsd:enumeration value="Ceramics"/>
|
|
27
|
+
<xsd:enumeration value="MetalBalls"/>
|
|
28
|
+
<xsd:enumeration value="MetalMesh"/>
|
|
29
|
+
<xsd:enumeration value="MetalTubing"/>
|
|
30
|
+
<xsd:enumeration value="Metals"/>
|
|
31
|
+
<xsd:enumeration value="PlasticBalls"/>
|
|
32
|
+
<xsd:enumeration value="PlasticMesh"/>
|
|
33
|
+
<xsd:enumeration value="PlasticTubing"/>
|
|
34
|
+
<xsd:enumeration value="Plastics"/>
|
|
35
|
+
<xsd:enumeration value="RawMaterials"/>
|
|
36
|
+
<xsd:enumeration value="Wire"/>
|
|
37
|
+
</xsd:restriction>
|
|
38
|
+
</xsd:simpleType>
|
|
39
|
+
</xsd:element>
|
|
40
|
+
<xsd:element name="AirEntryPressure" type="PressureDimension" minOccurs="0"/>
|
|
41
|
+
<xsd:element name="BackingType" type="HundredString" minOccurs="0"/>
|
|
42
|
+
<xsd:element name="BallType" type="String" minOccurs="0"/>
|
|
43
|
+
<xsd:element name="CompatibleWithTubeGauge" type="Dimension" minOccurs="0"/>
|
|
44
|
+
<xsd:element name="CornerStyle" type="HundredString" minOccurs="0"/>
|
|
45
|
+
<xsd:element name="CountryOfOrigin" type="CountryOfOriginType" minOccurs="0"/>
|
|
46
|
+
<xsd:element name="DiscDiameterString" type="LengthDimension" minOccurs="0"/>
|
|
47
|
+
<xsd:element name="DurometerHardness" type="HundredString" minOccurs="0"/>
|
|
48
|
+
<xsd:element name="ExteriorFinish" type="HundredString" minOccurs="0"/>
|
|
49
|
+
<xsd:element name="FoamStructure" type="HundredString" minOccurs="0"/>
|
|
50
|
+
<xsd:element name="GaugeString" type="String" minOccurs="0"/>
|
|
51
|
+
<xsd:element name="GradeRating" type="HundredString" minOccurs="0"/>
|
|
52
|
+
<xsd:element name="HoleCount" type="PositiveInteger" minOccurs="0"/>
|
|
53
|
+
<xsd:element name="InsideDiameterString" type="LengthDimension" minOccurs="0"/>
|
|
54
|
+
<xsd:element name="InsideDiameterToleranceString" type="LengthDimension" minOccurs="0"/>
|
|
55
|
+
<xsd:element name="ItemDiameter" type="LengthDimension" minOccurs="0"/>
|
|
56
|
+
<xsd:element name="ItemDiameterToleranceString" type="LengthDimension" minOccurs="0"/>
|
|
57
|
+
<xsd:element name="ItemHardness" type="String" minOccurs="0"/>
|
|
58
|
+
<xsd:element name="ItemLengthToleranceString" type="LengthDimension" minOccurs="0"/>
|
|
59
|
+
<xsd:element name="ItemShape" type="String" minOccurs="0"/>
|
|
60
|
+
<xsd:element name="ItemTemper" type="HundredString" minOccurs="0"/>
|
|
61
|
+
<xsd:element name="ItemThickness" type="LengthDimension" minOccurs="0"/>
|
|
62
|
+
<xsd:element name="ItemThicknessToleranceString" type="LengthDimension" minOccurs="0"/>
|
|
63
|
+
<xsd:element name="ItemWidthToleranceString" type="LengthDimension" minOccurs="0"/>
|
|
64
|
+
<xsd:element name="LowerBubblingPressure" type="PressureDimension" minOccurs="0"/>
|
|
65
|
+
<xsd:element name="LowerTemperatureRating" type="TemperatureDimension" minOccurs="0"/>
|
|
66
|
+
<xsd:element name="Map" type="BaseCurrencyAmount" minOccurs="0"/>
|
|
67
|
+
<xsd:element name="MaterialType" type="LongString" minOccurs="1"/>
|
|
68
|
+
<xsd:element name="MaximumPressure" type="PressureDimension" minOccurs="0"/>
|
|
69
|
+
<xsd:element name="MeasurementSystem" type="String" minOccurs="1"/>
|
|
70
|
+
<xsd:element name="MeshCount" type="MeshCountDimension" minOccurs="0"/>
|
|
71
|
+
<xsd:element name="MeshForm" type="SuperLongString" minOccurs="0"/>
|
|
72
|
+
<xsd:element name="MeshNumber" type="PositiveInteger" minOccurs="0"/>
|
|
73
|
+
<xsd:element name="MeshOpeningShape" type="SuperLongString" minOccurs="0"/>
|
|
74
|
+
<xsd:element name="MeshOpeningSize" type="LengthDimension" minOccurs="0"/>
|
|
75
|
+
<xsd:element name="MetalConstructionType" type="SuperLongString" minOccurs="0"/>
|
|
76
|
+
<xsd:element name="NotchDepth" type="LengthDimension" minOccurs="0"/>
|
|
77
|
+
<xsd:element name="NotchWidth" type="LengthDimension" minOccurs="0"/>
|
|
78
|
+
<xsd:element name="OpenAreaPercentage" type="Dimension" minOccurs="0"/>
|
|
79
|
+
<xsd:element name="PoreDiameter" type="LengthDimension" minOccurs="0"/>
|
|
80
|
+
<xsd:element name="ShimType" type="SuperLongString" minOccurs="0"/>
|
|
81
|
+
<xsd:element name="SlotDepth" type="LengthDimension" minOccurs="0"/>
|
|
82
|
+
<xsd:element name="SlotWidth" type="LengthDimension" minOccurs="0"/>
|
|
83
|
+
<xsd:element name="SpecificationMet" type="String" minOccurs="0"/>
|
|
84
|
+
<xsd:element name="SphericityString" type="LengthDimension" minOccurs="0"/>
|
|
85
|
+
<xsd:element name="StandardConstruction" type="String" minOccurs="0"/>
|
|
86
|
+
<xsd:element name="SubjectContent" type="String" minOccurs="0"/>
|
|
87
|
+
<xsd:element name="TensileStrength" type="TensileStrengthDimension" minOccurs="0"/>
|
|
88
|
+
<xsd:element name="ThreadDiameterString" type="LengthDimension" minOccurs="0"/>
|
|
89
|
+
<xsd:element name="ToleranceHeld" type="String" minOccurs="0"/>
|
|
90
|
+
<xsd:element name="TubingWallType" type="SuperLongString" minOccurs="0"/>
|
|
91
|
+
<xsd:element name="UpperBubblingPressure" type="PressureDimension" minOccurs="0"/>
|
|
92
|
+
<xsd:element name="UpperTemperatureRating" type="TemperatureDimension" minOccurs="0"/>
|
|
93
|
+
<xsd:element name="VoidVolumePercentage" type="Dimension" minOccurs="0"/>
|
|
94
|
+
<xsd:element name="WallThickness" type="LengthDimension" minOccurs="0"/>
|
|
95
|
+
<xsd:element name="WallThicknessToleranceString" type="LengthDimension" minOccurs="0"/>
|
|
96
|
+
<xsd:element name="WireDiameterString" type="LengthDimension" minOccurs="0"/>
|
|
97
|
+
</xsd:sequence>
|
|
98
|
+
</xsd:complexType>
|
|
99
|
+
</xsd:element>
|
|
100
|
+
<!--
|
|
101
|
+
###############################################################
|
|
102
|
+
# RawMaterials Data Types
|
|
103
|
+
###############################################################
|
|
104
|
+
-->
|
|
105
|
+
<xsd:complexType name="TensileStrengthDimension">
|
|
106
|
+
<xsd:simpleContent>
|
|
107
|
+
<xsd:extension base="Dimension">
|
|
108
|
+
<xsd:attribute name="unitOfMeasure" type="ForceUnitOfMeasure" use="required"/>
|
|
109
|
+
</xsd:extension>
|
|
110
|
+
</xsd:simpleContent>
|
|
111
|
+
</xsd:complexType>
|
|
112
|
+
<xsd:complexType name="MeshCountDimension">
|
|
113
|
+
<xsd:simpleContent>
|
|
114
|
+
<xsd:extension base="PositiveInteger">
|
|
115
|
+
<xsd:attribute name="unitOfMeasure" type="MeshCountUnitOfMeasure" use="required"/>
|
|
116
|
+
</xsd:extension>
|
|
117
|
+
</xsd:simpleContent>
|
|
118
|
+
</xsd:complexType>
|
|
119
|
+
<xsd:simpleType name="MeshCountUnitOfMeasure">
|
|
120
|
+
<xsd:restriction base="xsd:string">
|
|
121
|
+
<xsd:enumeration value="threads per centimeter"/>
|
|
122
|
+
<xsd:enumeration value="threads per inch"/>
|
|
123
|
+
</xsd:restriction>
|
|
124
|
+
</xsd:simpleType>
|
|
125
|
+
</xsd:schema>
|
|
@@ -0,0 +1,47 @@
|
|
|
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>
|
data/lib/xsd/SWVG.xsd
ADDED
|
@@ -0,0 +1,358 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
<!-- Revision="$Revision: #8 $" -->
|
|
3
|
+
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
|
|
4
|
+
<!--
|
|
5
|
+
|
|
6
|
+
$Date: 2012/04/02 $
|
|
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
|
+
-->
|
|
15
|
+
<xsd:include schemaLocation="amzn-base.xsd"/>
|
|
16
|
+
<xsd:element name="SoftwareVideoGames">
|
|
17
|
+
<xsd:complexType>
|
|
18
|
+
<xsd:sequence>
|
|
19
|
+
<xsd:element name="Rebate" type="RebateType" minOccurs="0" maxOccurs="2"/>
|
|
20
|
+
<xsd:element name="ProductType">
|
|
21
|
+
<xsd:complexType>
|
|
22
|
+
<xsd:choice>
|
|
23
|
+
<xsd:element ref="Software"/>
|
|
24
|
+
<xsd:element ref="HandheldSoftwareDownloads"/>
|
|
25
|
+
<xsd:element ref="SoftwareGames"/>
|
|
26
|
+
<xsd:element ref="VideoGames"/>
|
|
27
|
+
<xsd:element ref="VideoGamesAccessories"/>
|
|
28
|
+
<xsd:element ref="VideoGamesHardware"/>
|
|
29
|
+
</xsd:choice>
|
|
30
|
+
</xsd:complexType>
|
|
31
|
+
</xsd:element>
|
|
32
|
+
<xsd:element ref="Battery" minOccurs="0"/>
|
|
33
|
+
<xsd:element name="DisplayWeight" type="WeightDimension" minOccurs="0"/>
|
|
34
|
+
<xsd:element name="DisplayVolume" type="VolumeDimension" minOccurs="0"/>
|
|
35
|
+
<xsd:element name="DisplayLength" type="LengthDimension" minOccurs="0"/>
|
|
36
|
+
<xsd:element name="MfgWarrantyDescriptionParts" type="SuperLongStringNotNull"
|
|
37
|
+
minOccurs="0"/>
|
|
38
|
+
<xsd:element name="MfgWarrantyDescriptionType" type="StringNotNull" minOccurs="0"/>
|
|
39
|
+
<xsd:element name="MfgWarrantyDescriptionLabor" type="SuperLongStringNotNull"
|
|
40
|
+
minOccurs="0"/>
|
|
41
|
+
<xsd:element name="LanguageOriginal" type="LanguageSWVG" minOccurs="0" maxOccurs="3"/>
|
|
42
|
+
<xsd:element name="LanguageSubtitled" type="LanguageSWVG" minOccurs="0" maxOccurs="3"/>
|
|
43
|
+
<xsd:element name="LanguageDubbed" type="LanguageSWVG" minOccurs="0" maxOccurs="3"/>
|
|
44
|
+
<xsd:element name="Parentage" minOccurs="0">
|
|
45
|
+
<xsd:simpleType>
|
|
46
|
+
<xsd:restriction base="xsd:string">
|
|
47
|
+
<xsd:enumeration value="parent"/>
|
|
48
|
+
<xsd:enumeration value="child"/>
|
|
49
|
+
</xsd:restriction>
|
|
50
|
+
</xsd:simpleType>
|
|
51
|
+
</xsd:element>
|
|
52
|
+
<xsd:element name="VariationTheme" minOccurs="0">
|
|
53
|
+
<xsd:simpleType>
|
|
54
|
+
<xsd:restriction base="xsd:string">
|
|
55
|
+
<xsd:enumeration value="Color"/>
|
|
56
|
+
<xsd:enumeration value="Size"/>
|
|
57
|
+
<xsd:enumeration value="Size-Color"/>
|
|
58
|
+
<xsd:enumeration value="Scent"/>
|
|
59
|
+
<xsd:enumeration value="Size-Scent"/>
|
|
60
|
+
<xsd:enumeration value="CustomerPackageType"/>
|
|
61
|
+
<xsd:enumeration value="ColorName-CustomerPackageType"/>
|
|
62
|
+
<xsd:enumeration value="SizeName-CustomerPackageType"/>
|
|
63
|
+
<xsd:enumeration value="SizeName-ColorName-CustomerPackageType"/>
|
|
64
|
+
<xsd:enumeration value="StyleName-CustomerPackageType"/>
|
|
65
|
+
<xsd:enumeration value="SizeName-StyleName-CustomerPackageType"/>
|
|
66
|
+
</xsd:restriction>
|
|
67
|
+
</xsd:simpleType>
|
|
68
|
+
</xsd:element>
|
|
69
|
+
<xsd:element name="BatteryAverageLife" type="Dimension" minOccurs="0"/>
|
|
70
|
+
<xsd:element name="BatteryAverageLifeStandby" type="Dimension" minOccurs="0"/>
|
|
71
|
+
<xsd:element name="BatteryChargeTime" type="Dimension" minOccurs="0"/>
|
|
72
|
+
<xsd:element name="IsAdultProduct" type="xsd:boolean" minOccurs="0"/>
|
|
73
|
+
<xsd:element name="BatteryTypeLithiumIon" type="xsd:positiveInteger" minOccurs="0"/>
|
|
74
|
+
<xsd:element name="BatteryTypeLithiumMetal" type="xsd:positiveInteger" minOccurs="0"/>
|
|
75
|
+
<xsd:element name="ColorName" type="StringNotNull" minOccurs="0"/>
|
|
76
|
+
<xsd:element name="Count" type="xsd:positiveInteger" minOccurs="0"/>
|
|
77
|
+
<xsd:element name="CountryOfOrigin" type="CountryOfOriginType" minOccurs="0"/>
|
|
78
|
+
<xsd:element name="CustomerPackageType" type="StringNotNull" minOccurs="0"/>
|
|
79
|
+
<xsd:element name="CanShipInOriginalContainer" type="xsd:boolean" minOccurs="0"/>
|
|
80
|
+
<xsd:element name="IdentityPackageType" minOccurs="0">
|
|
81
|
+
<xsd:simpleType>
|
|
82
|
+
<xsd:restriction base="StringNotNull">
|
|
83
|
+
<xsd:enumeration value="bulk"/>
|
|
84
|
+
<xsd:enumeration value="frustration_free"/>
|
|
85
|
+
<xsd:enumeration value="traditional"/>
|
|
86
|
+
</xsd:restriction>
|
|
87
|
+
</xsd:simpleType>
|
|
88
|
+
</xsd:element>
|
|
89
|
+
<xsd:element name="GappPrcDcz" type="StringNotNull" minOccurs="0"/>
|
|
90
|
+
<xsd:element name="GappPrcXcyz" type="StringNotNull" minOccurs="0"/>
|
|
91
|
+
<xsd:element name="IncludedComponents" type="StringNotNull" minOccurs="0"/>
|
|
92
|
+
<xsd:element name="LithiumBatteryEnergyContent" type="xsd:decimal" minOccurs="0"/>
|
|
93
|
+
<xsd:element name="LithiumBatteryPackaging" minOccurs="0">
|
|
94
|
+
<xsd:simpleType>
|
|
95
|
+
<xsd:restriction base="xsd:string">
|
|
96
|
+
<xsd:enumeration value="batteries_contained_in_equipment"/>
|
|
97
|
+
<xsd:enumeration value="batteries_only"/>
|
|
98
|
+
<xsd:enumeration value="batteries_packed_with_equipment"/>
|
|
99
|
+
</xsd:restriction>
|
|
100
|
+
</xsd:simpleType>
|
|
101
|
+
</xsd:element>
|
|
102
|
+
<xsd:element name="LithiumBatteryVoltage" type="xsd:decimal" minOccurs="0"/>
|
|
103
|
+
<xsd:element name="LithiumBatteryWeight" type="xsd:decimal" minOccurs="0"/>
|
|
104
|
+
<xsd:element name="MaxOrderQuantity" type="xsd:positiveInteger" minOccurs="0"/>
|
|
105
|
+
<xsd:element name="NumberOfItems" type="xsd:positiveInteger" minOccurs="0"/>
|
|
106
|
+
<xsd:element name="NumberOfLithiumIonCells" type="xsd:positiveInteger" minOccurs="0"/>
|
|
107
|
+
<xsd:element name="NumberOfLithiumMetalCells" type="xsd:positiveInteger"
|
|
108
|
+
minOccurs="0"/>
|
|
109
|
+
<xsd:element name="PowerSource" type="StringNotNull" minOccurs="0"/>
|
|
110
|
+
<xsd:element name="Publisher" type="StringNotNull" minOccurs="0"/>
|
|
111
|
+
<xsd:element name="PublishingCompany" type="StringNotNull" minOccurs="0"/>
|
|
112
|
+
<xsd:element name="RegionOfOrigin" type="StringNotNull" minOccurs="0"/>
|
|
113
|
+
<xsd:element name="SellerWarrantyDescription" type="SuperLongStringNotNull"
|
|
114
|
+
minOccurs="0"/>
|
|
115
|
+
<xsd:element name="Size" type="StringNotNull" minOccurs="0"/>
|
|
116
|
+
<xsd:element name="SizeMap" type="StringNotNull" minOccurs="0"/>
|
|
117
|
+
<xsd:element name="StyleName" type="StringNotNull" minOccurs="0"/>
|
|
118
|
+
<xsd:element name="TargetGender" minOccurs="0">
|
|
119
|
+
<xsd:simpleType>
|
|
120
|
+
<xsd:restriction base="xsd:string">
|
|
121
|
+
<xsd:enumeration value="male"/>
|
|
122
|
+
<xsd:enumeration value="female"/>
|
|
123
|
+
<xsd:enumeration value="unisex"/>
|
|
124
|
+
</xsd:restriction>
|
|
125
|
+
</xsd:simpleType>
|
|
126
|
+
</xsd:element>
|
|
127
|
+
<xsd:element name="Warnings" type="LongStringNotNull" minOccurs="0"/>
|
|
128
|
+
<xsd:element name="SpecificUsesForProduct" type="SuperLongStringNotNull"
|
|
129
|
+
minOccurs="0" maxOccurs="5"/>
|
|
130
|
+
</xsd:sequence>
|
|
131
|
+
</xsd:complexType>
|
|
132
|
+
</xsd:element>
|
|
133
|
+
<!--
|
|
134
|
+
###############################################################
|
|
135
|
+
# Software Classification Data
|
|
136
|
+
###############################################################
|
|
137
|
+
-->
|
|
138
|
+
<xsd:element name="Software">
|
|
139
|
+
<xsd:complexType>
|
|
140
|
+
<xsd:sequence>
|
|
141
|
+
<xsd:element name="MediaFormat" type="MediumStringNotNull" maxOccurs="5"/>
|
|
142
|
+
<xsd:element name="OperatingSystem" type="MediumStringNotNull" maxOccurs="7"/>
|
|
143
|
+
<xsd:element name="Bundles" type="StringNotNull" minOccurs="0"/>
|
|
144
|
+
<xsd:element name="ChildrensSoftwareGenre" type="StringNotNull" minOccurs="0"
|
|
145
|
+
maxOccurs="5"/>
|
|
146
|
+
<xsd:choice minOccurs="0">
|
|
147
|
+
<xsd:element name="ESRBRating" type="FortyStringNotNull"/>
|
|
148
|
+
<xsd:element name="BBFCRating" type="BBFCRatingType"/>
|
|
149
|
+
<xsd:element name="PEGIRating" type="PEGIRatingType"/>
|
|
150
|
+
<xsd:element name="USKRating" type="USKRatingType"/>
|
|
151
|
+
</xsd:choice>
|
|
152
|
+
<xsd:element name="ESRBDescriptors" type="StringNotNull" minOccurs="0" maxOccurs="5"/>
|
|
153
|
+
<xsd:element name="HardwarePlatform" type="MediumStringNotNull" minOccurs="0" maxOccurs="5"/>
|
|
154
|
+
<xsd:element name="PEGIDetails" type="PEGIDetailsType" minOccurs="0"/>
|
|
155
|
+
<xsd:element name="MaxNumberOfPlayers" type="xsd:positiveInteger" minOccurs="0"/>
|
|
156
|
+
<xsd:element name="MFGSuggestedAgeMin" type="xsd:positiveInteger" minOccurs="0"/>
|
|
157
|
+
<xsd:element name="MFGSuggestedAgeMax" type="xsd:positiveInteger" minOccurs="0"/>
|
|
158
|
+
<xsd:element ref="SoftwarePlatform" minOccurs="0" maxOccurs="4"/>
|
|
159
|
+
<xsd:element name="ApplicationVersion" type="StringNotNull" minOccurs="0"/>
|
|
160
|
+
<xsd:element name="NumberOfLicenses" type="xsd:positiveInteger" minOccurs="0"/>
|
|
161
|
+
<xsd:element name="SoftwareMediaFormat" type="StringNotNull" minOccurs="0"/>
|
|
162
|
+
<xsd:element name="SubscriptionTermName" type="StringNotNull" minOccurs="0"/>
|
|
163
|
+
<xsd:element name="SubjectKeywords" type="StringNotNull" minOccurs="0" maxOccurs="6"/>
|
|
164
|
+
<xsd:element name="NumberOfDiscs" type="xsd:positiveInteger" minOccurs="0"/>
|
|
165
|
+
<xsd:element name="ArchType" type="StringNotNull" minOccurs="0"/>
|
|
166
|
+
</xsd:sequence>
|
|
167
|
+
</xsd:complexType>
|
|
168
|
+
</xsd:element>
|
|
169
|
+
<!--
|
|
170
|
+
###############################################################
|
|
171
|
+
# HandheldSoftwareDownloads Classification Data
|
|
172
|
+
###############################################################
|
|
173
|
+
-->
|
|
174
|
+
<xsd:element name="HandheldSoftwareDownloads">
|
|
175
|
+
<xsd:complexType>
|
|
176
|
+
<xsd:sequence>
|
|
177
|
+
<xsd:element name="ApplicationVersion" type="StringNotNull"/>
|
|
178
|
+
<xsd:element ref="DownloadableFile"/>
|
|
179
|
+
<xsd:element name="OperatingSystem" type="MediumStringNotNull" maxOccurs="7"/>
|
|
180
|
+
<xsd:element name="SystemRequirements" type="LongStringNotNull" minOccurs="0"/>
|
|
181
|
+
<xsd:element name="NumberOfLicenses" type="xsd:positiveInteger" minOccurs="0"/>
|
|
182
|
+
<xsd:element name="MaxNumberOfPlayers" type="xsd:positiveInteger" minOccurs="0"/>
|
|
183
|
+
</xsd:sequence>
|
|
184
|
+
</xsd:complexType>
|
|
185
|
+
</xsd:element>
|
|
186
|
+
<!--
|
|
187
|
+
###############################################################
|
|
188
|
+
# SoftwareGames Classification Data
|
|
189
|
+
###############################################################
|
|
190
|
+
-->
|
|
191
|
+
<xsd:element name="SoftwareGames">
|
|
192
|
+
<xsd:complexType>
|
|
193
|
+
<xsd:sequence>
|
|
194
|
+
<xsd:element name="SoftwareVideoGamesGenre" type="StringNotNull" maxOccurs="5"/>
|
|
195
|
+
<xsd:choice>
|
|
196
|
+
<xsd:element name="ESRBRating" type="FortyStringNotNull"/>
|
|
197
|
+
<xsd:element name="BBFCRating" type="BBFCRatingType"/>
|
|
198
|
+
<xsd:element name="PEGIRating" type="PEGIRatingType"/>
|
|
199
|
+
<xsd:element name="USKRating" type="USKRatingType"/>
|
|
200
|
+
</xsd:choice>
|
|
201
|
+
<xsd:element name="MediaFormat" type="MediumStringNotNull" maxOccurs="5"/>
|
|
202
|
+
<xsd:element name="OperatingSystem" type="MediumStringNotNull" maxOccurs="7"/>
|
|
203
|
+
<xsd:element name="Bundles" type="ThirtyStringNotNull" minOccurs="0"/>
|
|
204
|
+
<xsd:element name="ESRBDescriptors" type="StringNotNull" minOccurs="0" maxOccurs="5"/>
|
|
205
|
+
<xsd:element name="HardwarePlatform" type="MediumStringNotNull" minOccurs="0" maxOccurs="5"/>
|
|
206
|
+
<xsd:element name="PEGIDetails" type="PEGIDetailsType" minOccurs="0"/>
|
|
207
|
+
<xsd:element name="MFGSuggestedAgeMin" type="xsd:positiveInteger" minOccurs="0"/>
|
|
208
|
+
<xsd:element name="MFGSuggestedAgeMax" type="xsd:positiveInteger" minOccurs="0"/>
|
|
209
|
+
<xsd:element name="MaxNumberOfPlayers" type="xsd:positiveInteger" minOccurs="0"/>
|
|
210
|
+
<xsd:element ref="SoftwarePlatform" minOccurs="0" maxOccurs="4"/>
|
|
211
|
+
<xsd:element name="ComputerPlatform" type="ComputerPlatformValues" minOccurs="0"/>
|
|
212
|
+
<xsd:element name="OnlinePlay" type="xsd:boolean" minOccurs="0"/>
|
|
213
|
+
<xsd:element name="AgeRangeDescription" type="StringNotNull" minOccurs="0"/>
|
|
214
|
+
<xsd:element name="ContentRatingValue" type="StringNotNull" minOccurs="0"/>
|
|
215
|
+
</xsd:sequence>
|
|
216
|
+
</xsd:complexType>
|
|
217
|
+
</xsd:element>
|
|
218
|
+
<!--
|
|
219
|
+
###############################################################
|
|
220
|
+
# VideoGames Classification Data
|
|
221
|
+
###############################################################
|
|
222
|
+
-->
|
|
223
|
+
<xsd:element name="VideoGames">
|
|
224
|
+
<xsd:complexType>
|
|
225
|
+
<xsd:sequence>
|
|
226
|
+
<xsd:element name="ConsoleVideoGamesGenre" type="StringNotNull" maxOccurs="5"/>
|
|
227
|
+
<xsd:choice>
|
|
228
|
+
<xsd:element name="ESRBRating" type="FortyStringNotNull"/>
|
|
229
|
+
<xsd:element name="BBFCRating" type="BBFCRatingType"/>
|
|
230
|
+
<xsd:element name="PEGIRating" type="PEGIRatingType"/>
|
|
231
|
+
<xsd:element name="USKRating" type="USKRatingType"/>
|
|
232
|
+
</xsd:choice>
|
|
233
|
+
<xsd:element name="HardwarePlatform" type="MediumStringNotNull" maxOccurs="5"/>
|
|
234
|
+
<xsd:element name="ComputerPlatform" type="ComputerPlatformValues" minOccurs="0"/>
|
|
235
|
+
<xsd:element name="Bundles" type="ThirtyStringNotNull" minOccurs="0"/>
|
|
236
|
+
<xsd:element name="ESRBDescriptors" type="StringNotNull" minOccurs="0" maxOccurs="5"/>
|
|
237
|
+
<xsd:element name="PEGIDetails" type="PEGIDetailsType" minOccurs="0"/>
|
|
238
|
+
<xsd:element name="MaxNumberOfPlayers" type="xsd:positiveInteger" minOccurs="0"/>
|
|
239
|
+
<xsd:element name="NumberOfLicenses" type="xsd:positiveInteger" minOccurs="0"/>
|
|
240
|
+
<xsd:element name="AgeRangeDescription" type="StringNotNull" minOccurs="0"/>
|
|
241
|
+
<xsd:element name="ContentRatingValue" type="StringNotNull" minOccurs="0"/>
|
|
242
|
+
</xsd:sequence>
|
|
243
|
+
</xsd:complexType>
|
|
244
|
+
</xsd:element>
|
|
245
|
+
<!--
|
|
246
|
+
###############################################################
|
|
247
|
+
# VideoGamesAccessories Classification Data
|
|
248
|
+
###############################################################
|
|
249
|
+
-->
|
|
250
|
+
<xsd:element name="VideoGamesAccessories">
|
|
251
|
+
<xsd:complexType>
|
|
252
|
+
<xsd:sequence>
|
|
253
|
+
<xsd:element name="HardwarePlatform" type="MediumStringNotNull" maxOccurs="5"/>
|
|
254
|
+
<xsd:element name="ComputerPlatform" type="ComputerPlatformValues" minOccurs="0"/>
|
|
255
|
+
<xsd:element name="Bundles" type="ThirtyStringNotNull" minOccurs="0"/>
|
|
256
|
+
<xsd:element name="Color" type="StringNotNull" minOccurs="0"/>
|
|
257
|
+
<xsd:element name="ColorMap" type="StringNotNull" minOccurs="0"/>
|
|
258
|
+
<xsd:element name="AdditionalFeatures" type="LongStringNotNull" minOccurs="0"/>
|
|
259
|
+
<xsd:element name="ItemPackageQuantity" type="xsd:positiveInteger" minOccurs="0"/>
|
|
260
|
+
<xsd:element name="MaxNumberOfPlayers" type="xsd:positiveInteger" minOccurs="0"/>
|
|
261
|
+
</xsd:sequence>
|
|
262
|
+
</xsd:complexType>
|
|
263
|
+
</xsd:element>
|
|
264
|
+
<!--
|
|
265
|
+
###############################################################
|
|
266
|
+
# VideoGamesHardware Classification Data
|
|
267
|
+
###############################################################
|
|
268
|
+
-->
|
|
269
|
+
<xsd:element name="VideoGamesHardware">
|
|
270
|
+
<xsd:complexType>
|
|
271
|
+
<xsd:sequence>
|
|
272
|
+
<xsd:element name="HardwarePlatform" type="MediumStringNotNull" maxOccurs="5"/>
|
|
273
|
+
<xsd:element name="ComputerPlatform" type="ComputerPlatformValues" minOccurs="0"/>
|
|
274
|
+
<xsd:element name="Bundles" type="ThirtyStringNotNull" minOccurs="0"/>
|
|
275
|
+
<xsd:element name="Color" type="StringNotNull" minOccurs="0"/>
|
|
276
|
+
<xsd:element name="ColorMap" type="StringNotNull" minOccurs="0"/>
|
|
277
|
+
<xsd:element name="AdditionalFeatures" type="LongStringNotNull" minOccurs="0"/>
|
|
278
|
+
<xsd:element name="ItemPackageQuantity" type="xsd:positiveInteger" minOccurs="0"/>
|
|
279
|
+
<xsd:element name="MaxNumberOfPlayers" type="xsd:positiveInteger" minOccurs="0"/>
|
|
280
|
+
</xsd:sequence>
|
|
281
|
+
</xsd:complexType>
|
|
282
|
+
</xsd:element>
|
|
283
|
+
<!--
|
|
284
|
+
###############################################################
|
|
285
|
+
# SWVG Data Types
|
|
286
|
+
###############################################################
|
|
287
|
+
-->
|
|
288
|
+
<xsd:element name="SoftwarePlatform">
|
|
289
|
+
<xsd:complexType>
|
|
290
|
+
<xsd:sequence>
|
|
291
|
+
<xsd:element name="HardwarePlatform" type="HardwarePlatformType"/>
|
|
292
|
+
<xsd:element name="SystemRequirements" type="LongStringNotNull" default="N/A"
|
|
293
|
+
minOccurs="0"/>
|
|
294
|
+
</xsd:sequence>
|
|
295
|
+
</xsd:complexType>
|
|
296
|
+
</xsd:element>
|
|
297
|
+
<xsd:simpleType name="HardwarePlatformType">
|
|
298
|
+
<xsd:restriction base="xsd:string">
|
|
299
|
+
<xsd:enumeration value="linux"/>
|
|
300
|
+
<xsd:enumeration value="mac"/>
|
|
301
|
+
<xsd:enumeration value="windows"/>
|
|
302
|
+
<xsd:enumeration value="unix"/>
|
|
303
|
+
</xsd:restriction>
|
|
304
|
+
</xsd:simpleType>
|
|
305
|
+
<xsd:element name="DownloadableFile">
|
|
306
|
+
<xsd:complexType>
|
|
307
|
+
<xsd:sequence>
|
|
308
|
+
<xsd:element name="DownloadableFileFormat" type="FortyStringNotNull"/>
|
|
309
|
+
<xsd:element name="FileSize" type="MemorySizeDimension"/>
|
|
310
|
+
</xsd:sequence>
|
|
311
|
+
</xsd:complexType>
|
|
312
|
+
</xsd:element>
|
|
313
|
+
<xsd:simpleType name="BBFCRatingType">
|
|
314
|
+
<xsd:restriction base="xsd:string">
|
|
315
|
+
<xsd:enumeration value="ages_12_and_over"/>
|
|
316
|
+
<xsd:enumeration value="ages_15_and_over"/>
|
|
317
|
+
<xsd:enumeration value="ages_18_and_over"/>
|
|
318
|
+
<xsd:enumeration value="exempt"/>
|
|
319
|
+
<xsd:enumeration value="parental_guidance"/>
|
|
320
|
+
<xsd:enumeration value="to_be_announced"/>
|
|
321
|
+
<xsd:enumeration value="universal_childrens"/>
|
|
322
|
+
<xsd:enumeration value="universal"/>
|
|
323
|
+
</xsd:restriction>
|
|
324
|
+
</xsd:simpleType>
|
|
325
|
+
<xsd:simpleType name="PEGIRatingType">
|
|
326
|
+
<xsd:restriction base="xsd:string">
|
|
327
|
+
<xsd:enumeration value="ages_3_and_over"/>
|
|
328
|
+
<xsd:enumeration value="ages_7_and_over"/>
|
|
329
|
+
<xsd:enumeration value="ages_12_and_over"/>
|
|
330
|
+
<xsd:enumeration value="ages_16_and_over"/>
|
|
331
|
+
<xsd:enumeration value="ages_18_and_over"/>
|
|
332
|
+
<xsd:enumeration value="unknown"/>
|
|
333
|
+
</xsd:restriction>
|
|
334
|
+
</xsd:simpleType>
|
|
335
|
+
<xsd:complexType name="PEGIDetailsType">
|
|
336
|
+
<xsd:sequence>
|
|
337
|
+
<xsd:element name="BadLanguage" type="xsd:boolean" minOccurs="0"/>
|
|
338
|
+
<xsd:element name="Fear" type="xsd:boolean" minOccurs="0"/>
|
|
339
|
+
<xsd:element name="Violence" type="xsd:boolean" minOccurs="0"/>
|
|
340
|
+
<xsd:element name="Discrimination" type="xsd:boolean" minOccurs="0"/>
|
|
341
|
+
<xsd:element name="Drugs" type="xsd:boolean" minOccurs="0"/>
|
|
342
|
+
<xsd:element name="SexualContent" type="xsd:boolean" minOccurs="0"/>
|
|
343
|
+
</xsd:sequence>
|
|
344
|
+
</xsd:complexType>
|
|
345
|
+
<xsd:simpleType name="USKRatingType">
|
|
346
|
+
<xsd:restriction base="xsd:string">
|
|
347
|
+
<xsd:enumeration value="ages_6_and_over"/>
|
|
348
|
+
<xsd:enumeration value="ages_12_and_over"/>
|
|
349
|
+
<xsd:enumeration value="ages_16_and_over"/>
|
|
350
|
+
<xsd:enumeration value="ages_18_and_over"/>
|
|
351
|
+
<xsd:enumeration value="cannot_publicize"/>
|
|
352
|
+
<xsd:enumeration value="checked_by_legal_department"/>
|
|
353
|
+
<xsd:enumeration value="not_checked"/>
|
|
354
|
+
<xsd:enumeration value="without_age_limitation"/>
|
|
355
|
+
<xsd:enumeration value="unknown"/>
|
|
356
|
+
</xsd:restriction>
|
|
357
|
+
</xsd:simpleType>
|
|
358
|
+
</xsd:schema>
|