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
data/lib/xsd/Music.xsd
ADDED
|
@@ -0,0 +1,255 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!-- Revision="$Revision: #1 $" -->
|
|
3
|
+
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
|
|
4
|
+
<!--
|
|
5
|
+
$Date: 2008/05/16/ $
|
|
6
|
+
AMAZON.COM CONFIDENTIAL. This document and the information contained in it are
|
|
7
|
+
confidential and proprietary information of Amazon.com and may not be reproduced,
|
|
8
|
+
distributed or used, in whole or in part, for any purpose other than as necessary
|
|
9
|
+
to list products for sale on the www.amazon.com web site pursuant to an agreement
|
|
10
|
+
with Amazon.com.
|
|
11
|
+
-->
|
|
12
|
+
<xsd:include schemaLocation="amzn-base.xsd"/>
|
|
13
|
+
<xsd:element name="Music">
|
|
14
|
+
<xsd:complexType>
|
|
15
|
+
<xsd:sequence>
|
|
16
|
+
<xsd:element name="ProductType">
|
|
17
|
+
<xsd:complexType>
|
|
18
|
+
<xsd:choice>
|
|
19
|
+
<xsd:element ref="MusicPopular"/>
|
|
20
|
+
<xsd:element ref="MusicClassical"/>
|
|
21
|
+
</xsd:choice>
|
|
22
|
+
</xsd:complexType>
|
|
23
|
+
</xsd:element>
|
|
24
|
+
</xsd:sequence>
|
|
25
|
+
</xsd:complexType>
|
|
26
|
+
</xsd:element>
|
|
27
|
+
<!--
|
|
28
|
+
###############################################################
|
|
29
|
+
# MusicPopular Classification Data
|
|
30
|
+
###############################################################
|
|
31
|
+
-->
|
|
32
|
+
<xsd:element name="MusicPopular">
|
|
33
|
+
<xsd:complexType>
|
|
34
|
+
<xsd:sequence>
|
|
35
|
+
<xsd:element name="MediaType" type="MusicMediaType"/>
|
|
36
|
+
<xsd:element name="AspectRatio" type="MusicAspectRatioType" minOccurs="0"/>
|
|
37
|
+
<xsd:element name="VinylRecordDetails" type="VinylRecordDetailsType" minOccurs="0">
|
|
38
|
+
<xsd:annotation>
|
|
39
|
+
<xsd:documentation>This field is required for records (MediaType
|
|
40
|
+
lp_record).</xsd:documentation>
|
|
41
|
+
</xsd:annotation>
|
|
42
|
+
</xsd:element>
|
|
43
|
+
<xsd:element name="Format" type="MusicFormatType" minOccurs="0" maxOccurs="5"/>
|
|
44
|
+
<xsd:element name="DVDRegion" type="MusicDVDRegionType" minOccurs="0" maxOccurs="2"/>
|
|
45
|
+
<xsd:element name="PublishingCompany" type="HundredString" minOccurs="0"/>
|
|
46
|
+
<xsd:element name="Publisher" type="HundredString" minOccurs="0"/>
|
|
47
|
+
<xsd:element name="OriginalLanguageTitle" type="StringNotNull" minOccurs="0"/>
|
|
48
|
+
<xsd:element name="MaterialComposition" type="StringNotNull" minOccurs="0"/>
|
|
49
|
+
<xsd:element name="PowerSource" type="StringNotNull" minOccurs="0"/>
|
|
50
|
+
<xsd:element ref="Battery" minOccurs="0"/>
|
|
51
|
+
<xsd:element name="BatteryAverageLife" type="BatteryLifeDimension" minOccurs="0"/>
|
|
52
|
+
<xsd:element name="BatteryAverageLifeStandby" type="Dimension" minOccurs="0"/>
|
|
53
|
+
<xsd:element name="BatteryChargeTime" type="Dimension" minOccurs="0"/>
|
|
54
|
+
<xsd:element name="LithiumBatteryEnergyContent" type="xsd:decimal" minOccurs="0"/>
|
|
55
|
+
<xsd:element name="LithiumBatteryPackaging" minOccurs="0">
|
|
56
|
+
<xsd:simpleType>
|
|
57
|
+
<xsd:restriction base="xsd:string">
|
|
58
|
+
<xsd:enumeration value="batteries_contained_in_equipment"/>
|
|
59
|
+
<xsd:enumeration value="batteries_only"/>
|
|
60
|
+
<xsd:enumeration value="batteries_packed_with_equipment"/>
|
|
61
|
+
</xsd:restriction>
|
|
62
|
+
</xsd:simpleType>
|
|
63
|
+
</xsd:element>
|
|
64
|
+
<xsd:element name="LithiumBatteryVoltage" type="xsd:decimal" minOccurs="0"/>
|
|
65
|
+
<xsd:element name="LithiumBatteryWeight" type="xsd:decimal" minOccurs="0"/>
|
|
66
|
+
<xsd:element name="NumberOfLithiumIonCells" type="xsd:positiveInteger" minOccurs="0"/>
|
|
67
|
+
<xsd:element name="NumberOfLithiumMetalCells" type="xsd:positiveInteger" minOccurs="0"/>
|
|
68
|
+
<xsd:element name="Warnings" type="LongStringNotNull" minOccurs="0"/>
|
|
69
|
+
<xsd:element name="MfrWarrantyDescriptionLabor" type="SuperLongStringNotNull" minOccurs="0"/>
|
|
70
|
+
<xsd:element name="MfrWarrantyDescriptionParts" type="SuperLongStringNotNull" minOccurs="0"/>
|
|
71
|
+
<xsd:element name="MfrWarrantyDescriptionType" type="StringNotNull" minOccurs="0"/>
|
|
72
|
+
<xsd:element name="SellerWarrantyDescription" minOccurs="0">
|
|
73
|
+
<xsd:simpleType>
|
|
74
|
+
<xsd:restriction base="xsd:normalizedString">
|
|
75
|
+
<xsd:maxLength value="1500"/>
|
|
76
|
+
</xsd:restriction>
|
|
77
|
+
</xsd:simpleType>
|
|
78
|
+
</xsd:element>
|
|
79
|
+
<xsd:element name="Copyright" type="StringNotNull" minOccurs="0"/>
|
|
80
|
+
<xsd:element name="DisplayWeight" type="WeightDimension" minOccurs="0"/>
|
|
81
|
+
<xsd:element name="DisplayLength" type="LengthDimension" minOccurs="0"/>
|
|
82
|
+
<xsd:element name="DisplayVolume" type="VolumeDimension" minOccurs="0"/>
|
|
83
|
+
<xsd:element name="AudioEncoding" type="AudioEncodingType" minOccurs="0"/>
|
|
84
|
+
<xsd:element name="NumberOfDiscs" type="xsd:positiveInteger" minOccurs="0"/>
|
|
85
|
+
<xsd:element name="RunTime" type="xsd:positiveInteger" minOccurs="0">
|
|
86
|
+
<xsd:annotation>
|
|
87
|
+
<xsd:documentation>The total run time, in minutes.</xsd:documentation>
|
|
88
|
+
</xsd:annotation>
|
|
89
|
+
</xsd:element>
|
|
90
|
+
<xsd:element name="Artist" type="MediumStringNotNull" minOccurs="0" maxOccurs="10"/>
|
|
91
|
+
<xsd:element name="Language" type="LanguageStringType" minOccurs="0"/>
|
|
92
|
+
<xsd:element name="SubtitleLanguage" type="LanguageStringType" minOccurs="0"/>
|
|
93
|
+
<xsd:element name="OriginalPublicationDate" type="xsd:dateTime" minOccurs="0"/>
|
|
94
|
+
<xsd:element name="PublicationDate" type="xsd:dateTime" minOccurs="0"/>
|
|
95
|
+
<xsd:element name="SubjectKeywords" type="xsd:string" minOccurs="0" maxOccurs="5"/>
|
|
96
|
+
<xsd:element name="IsAdultProduct" type="xsd:boolean" minOccurs="0"/>
|
|
97
|
+
<xsd:element name="Genre" type="StringNotNull" minOccurs="0"/>
|
|
98
|
+
<xsd:element name="CountryOfOrigin" type="CountryOfOriginType" minOccurs="0"/>
|
|
99
|
+
<xsd:element name="Tenor" type="xsd:string" minOccurs="0" maxOccurs="5"/>
|
|
100
|
+
<xsd:element name="Piano" type="xsd:string" minOccurs="0" maxOccurs="3"/>
|
|
101
|
+
<xsd:element name="Oboe" type="xsd:string" minOccurs="0" maxOccurs="5"/>
|
|
102
|
+
<xsd:element name="Harp" type="xsd:string" minOccurs="0" maxOccurs="5"/>
|
|
103
|
+
<xsd:element name="Soprano" type="xsd:string" minOccurs="0" maxOccurs="5"/>
|
|
104
|
+
<xsd:element name="Saxophone" type="xsd:string" minOccurs="0" maxOccurs="5"/>
|
|
105
|
+
<xsd:element name="Sitar" type="xsd:string" minOccurs="0" maxOccurs="5"/>
|
|
106
|
+
<xsd:element name="Cello" type="xsd:string" minOccurs="0" maxOccurs="5"/>
|
|
107
|
+
<xsd:element name="Cornet" type="xsd:string" minOccurs="0" maxOccurs="5"/>
|
|
108
|
+
<xsd:element name="Violin" type="xsd:string" minOccurs="0" maxOccurs="5"/>
|
|
109
|
+
<xsd:element name="Bass" type="xsd:string" minOccurs="0" maxOccurs="5"/>
|
|
110
|
+
<xsd:element name="MezzoSoprano" type="xsd:string" minOccurs="0" maxOccurs="5"/>
|
|
111
|
+
<xsd:element name="Guitar" type="xsd:string" minOccurs="0" maxOccurs="5"/>
|
|
112
|
+
<xsd:element name="Clarinet" type="xsd:string" minOccurs="0" maxOccurs="5"/>
|
|
113
|
+
<xsd:element name="Trumpet" type="xsd:string" minOccurs="0" maxOccurs="5"/>
|
|
114
|
+
<xsd:element name="FrenchHorn" type="xsd:string" minOccurs="0" maxOccurs="5"/>
|
|
115
|
+
<xsd:element name="Baritone" type="xsd:string" minOccurs="0" maxOccurs="5"/>
|
|
116
|
+
<xsd:element name="Vocals" type="xsd:string" minOccurs="0" maxOccurs="5"/>
|
|
117
|
+
<xsd:element name="Orchestra" type="xsd:string" minOccurs="0" maxOccurs="5"/>
|
|
118
|
+
<xsd:element name="Flute" type="xsd:string" minOccurs="0" maxOccurs="5"/>
|
|
119
|
+
<xsd:element name="Alto" type="xsd:string" minOccurs="0" maxOccurs="5"/>
|
|
120
|
+
<xsd:element name="Conductor" type="xsd:string" minOccurs="0" maxOccurs="5"/>
|
|
121
|
+
<xsd:element name="Contralto" type="xsd:string" minOccurs="0" maxOccurs="5"/>
|
|
122
|
+
<xsd:element name="SourceCountryCode" type="xsd:string" minOccurs="0"/>
|
|
123
|
+
<xsd:element name="SampleAvailabilityDatetime" type="xsd:dateTime" minOccurs="0"/>
|
|
124
|
+
</xsd:sequence>
|
|
125
|
+
</xsd:complexType>
|
|
126
|
+
</xsd:element>
|
|
127
|
+
<!--
|
|
128
|
+
###############################################################
|
|
129
|
+
# MusicClassical Classification Data
|
|
130
|
+
###############################################################
|
|
131
|
+
-->
|
|
132
|
+
<xsd:element name="MusicClassical">
|
|
133
|
+
<xsd:complexType>
|
|
134
|
+
<xsd:sequence>
|
|
135
|
+
<xsd:element name="MediaType" type="MusicMediaType"/>
|
|
136
|
+
<xsd:element name="AspectRatio" type="MusicAspectRatioType" minOccurs="0"/>
|
|
137
|
+
<xsd:element name="VinylRecordDetails" type="VinylRecordDetailsType" minOccurs="0">
|
|
138
|
+
<xsd:annotation>
|
|
139
|
+
<xsd:documentation>This field is required for records (MediaType
|
|
140
|
+
lp_record).</xsd:documentation>
|
|
141
|
+
</xsd:annotation>
|
|
142
|
+
</xsd:element>
|
|
143
|
+
<xsd:element name="Format" type="MusicFormatType" minOccurs="0" maxOccurs="5"/>
|
|
144
|
+
<xsd:element name="DVDRegion" type="MusicDVDRegionType" minOccurs="0" maxOccurs="2"/>
|
|
145
|
+
<xsd:element name="PublishingCompany" type="HundredString" minOccurs="0"/>
|
|
146
|
+
<xsd:element name="Publisher" type="HundredString" minOccurs="0"/>
|
|
147
|
+
<xsd:element name="OriginalLanguageTitle" type="StringNotNull" minOccurs="0"/>
|
|
148
|
+
<xsd:element name="MaterialComposition" type="StringNotNull" minOccurs="0"/>
|
|
149
|
+
<xsd:element name="PowerSource" type="StringNotNull" minOccurs="0"/>
|
|
150
|
+
<xsd:element ref="Battery" minOccurs="0"/>
|
|
151
|
+
<xsd:element name="BatteryAverageLife" type="BatteryLifeDimension" minOccurs="0"/>
|
|
152
|
+
<xsd:element name="BatteryAverageLifeStandby" type="Dimension" minOccurs="0"/>
|
|
153
|
+
<xsd:element name="BatteryChargeTime" type="Dimension" minOccurs="0"/>
|
|
154
|
+
<xsd:element name="LithiumBatteryEnergyContent" type="xsd:decimal" minOccurs="0"/>
|
|
155
|
+
<xsd:element name="LithiumBatteryPackaging" minOccurs="0">
|
|
156
|
+
<xsd:simpleType>
|
|
157
|
+
<xsd:restriction base="xsd:string">
|
|
158
|
+
<xsd:enumeration value="batteries_contained_in_equipment"/>
|
|
159
|
+
<xsd:enumeration value="batteries_only"/>
|
|
160
|
+
<xsd:enumeration value="batteries_packed_with_equipment"/>
|
|
161
|
+
</xsd:restriction>
|
|
162
|
+
</xsd:simpleType>
|
|
163
|
+
</xsd:element>
|
|
164
|
+
<xsd:element name="LithiumBatteryVoltage" type="xsd:decimal" minOccurs="0"/>
|
|
165
|
+
<xsd:element name="LithiumBatteryWeight" type="xsd:decimal" minOccurs="0"/>
|
|
166
|
+
<xsd:element name="NumberOfLithiumIonCells" type="xsd:positiveInteger" minOccurs="0"/>
|
|
167
|
+
<xsd:element name="NumberOfLithiumMetalCells" type="xsd:positiveInteger" minOccurs="0"/>
|
|
168
|
+
<xsd:element name="Warnings" type="LongStringNotNull" minOccurs="0"/>
|
|
169
|
+
<xsd:element name="MfrWarrantyDescriptionLabor" type="SuperLongStringNotNull" minOccurs="0"/>
|
|
170
|
+
<xsd:element name="MfrWarrantyDescriptionParts" type="SuperLongStringNotNull" minOccurs="0"/>
|
|
171
|
+
<xsd:element name="MfrWarrantyDescriptionType" type="StringNotNull" minOccurs="0"/>
|
|
172
|
+
<xsd:element name="SellerWarrantyDescription" minOccurs="0">
|
|
173
|
+
<xsd:simpleType>
|
|
174
|
+
<xsd:restriction base="xsd:normalizedString">
|
|
175
|
+
<xsd:maxLength value="1500"/>
|
|
176
|
+
</xsd:restriction>
|
|
177
|
+
</xsd:simpleType>
|
|
178
|
+
</xsd:element>
|
|
179
|
+
<xsd:element name="Copyright" type="StringNotNull" minOccurs="0"/>
|
|
180
|
+
<xsd:element name="DisplayWeight" type="WeightDimension" minOccurs="0"/>
|
|
181
|
+
<xsd:element name="DisplayLength" type="LengthDimension" minOccurs="0"/>
|
|
182
|
+
<xsd:element name="DisplayVolume" type="VolumeDimension" minOccurs="0"/>
|
|
183
|
+
<xsd:element name="AudioEncoding" type="AudioEncodingType" minOccurs="0"/>
|
|
184
|
+
<xsd:element name="NumberOfDiscs" type="xsd:positiveInteger" minOccurs="0"/>
|
|
185
|
+
<xsd:element name="RunTime" type="xsd:positiveInteger" minOccurs="0">
|
|
186
|
+
<xsd:annotation>
|
|
187
|
+
<xsd:documentation>The total run time, in minutes.</xsd:documentation>
|
|
188
|
+
</xsd:annotation>
|
|
189
|
+
</xsd:element>
|
|
190
|
+
<xsd:element name="Artist" type="MediumStringNotNull" minOccurs="0" maxOccurs="10"/>
|
|
191
|
+
<xsd:element name="Performer" type="StringNotNull" minOccurs="0" maxOccurs="10"/>
|
|
192
|
+
<xsd:element name="Composer" type="MediumStringNotNull" minOccurs="0" maxOccurs="10"/>
|
|
193
|
+
<xsd:element name="Conductor" type="MediumStringNotNull" minOccurs="0" maxOccurs="10"/>
|
|
194
|
+
<xsd:element name="Orchestra" type="MediumStringNotNull" minOccurs="0" maxOccurs="10"/>
|
|
195
|
+
<xsd:element name="Language" type="LanguageStringType" minOccurs="0"/>
|
|
196
|
+
<xsd:element name="SubtitleLanguage" type="LanguageStringType" minOccurs="0"/>
|
|
197
|
+
<xsd:element name="OriginalPublicationDate" type="xsd:dateTime" minOccurs="0"/>
|
|
198
|
+
<xsd:element name="PublicationDate" type="xsd:dateTime" minOccurs="0"/>
|
|
199
|
+
<xsd:element name="SubjectKeywords" type="xsd:string" minOccurs="0" maxOccurs="5"/>
|
|
200
|
+
<xsd:element name="IsAdultProduct" type="xsd:boolean" minOccurs="0"/>
|
|
201
|
+
<xsd:element name="Genre" type="StringNotNull" minOccurs="0"/>
|
|
202
|
+
<xsd:element name="CountryOfOrigin" type="CountryOfOriginType" minOccurs="0"/>
|
|
203
|
+
<xsd:element name="Tenor" type="xsd:string" minOccurs="0" maxOccurs="5"/>
|
|
204
|
+
<xsd:element name="Piano" type="xsd:string" minOccurs="0" maxOccurs="3"/>
|
|
205
|
+
<xsd:element name="Oboe" type="xsd:string" minOccurs="0" maxOccurs="5"/>
|
|
206
|
+
<xsd:element name="Harp" type="xsd:string" minOccurs="0" maxOccurs="5"/>
|
|
207
|
+
<xsd:element name="Soprano" type="xsd:string" minOccurs="0" maxOccurs="5"/>
|
|
208
|
+
<xsd:element name="Saxophone" type="xsd:string" minOccurs="0" maxOccurs="5"/>
|
|
209
|
+
<xsd:element name="Sitar" type="xsd:string" minOccurs="0" maxOccurs="5"/>
|
|
210
|
+
<xsd:element name="Cello" type="xsd:string" minOccurs="0" maxOccurs="5"/>
|
|
211
|
+
<xsd:element name="Cornet" type="xsd:string" minOccurs="0" maxOccurs="5"/>
|
|
212
|
+
<xsd:element name="Violin" type="xsd:string" minOccurs="0" maxOccurs="5"/>
|
|
213
|
+
<xsd:element name="Bass" type="xsd:string" minOccurs="0" maxOccurs="5"/>
|
|
214
|
+
<xsd:element name="MezzoSoprano" type="xsd:string" minOccurs="0" maxOccurs="5"/>
|
|
215
|
+
<xsd:element name="Guitar" type="xsd:string" minOccurs="0" maxOccurs="5"/>
|
|
216
|
+
<xsd:element name="Clarinet" type="xsd:string" minOccurs="0" maxOccurs="5"/>
|
|
217
|
+
<xsd:element name="Trumpet" type="xsd:string" minOccurs="0" maxOccurs="5"/>
|
|
218
|
+
<xsd:element name="FrenchHorn" type="xsd:string" minOccurs="0" maxOccurs="5"/>
|
|
219
|
+
<xsd:element name="Baritone" type="xsd:string" minOccurs="0" maxOccurs="5"/>
|
|
220
|
+
<xsd:element name="Vocals" type="xsd:string" minOccurs="0" maxOccurs="5"/>
|
|
221
|
+
<xsd:element name="Flute" type="xsd:string" minOccurs="0" maxOccurs="5"/>
|
|
222
|
+
<xsd:element name="Alto" type="xsd:string" minOccurs="0" maxOccurs="5"/>
|
|
223
|
+
<xsd:element name="Contralto" type="xsd:string" minOccurs="0" maxOccurs="5"/>
|
|
224
|
+
<xsd:element name="SourceCountryCode" type="xsd:string" minOccurs="0"/>
|
|
225
|
+
<xsd:element name="SampleAvailabilityDatetime" type="xsd:dateTime" minOccurs="0"/>
|
|
226
|
+
</xsd:sequence>
|
|
227
|
+
</xsd:complexType>
|
|
228
|
+
</xsd:element>
|
|
229
|
+
<!--
|
|
230
|
+
###############################################################
|
|
231
|
+
# Music Data Types
|
|
232
|
+
###############################################################
|
|
233
|
+
-->
|
|
234
|
+
<xsd:simpleType name="MusicMediaType">
|
|
235
|
+
<xsd:restriction base="xsd:string">
|
|
236
|
+
<xsd:enumeration value="lp_record"/>
|
|
237
|
+
<xsd:enumeration value="audioCD"/>
|
|
238
|
+
<xsd:enumeration value="cassette"/>
|
|
239
|
+
<xsd:enumeration value="dvd_audio"/>
|
|
240
|
+
</xsd:restriction>
|
|
241
|
+
</xsd:simpleType>
|
|
242
|
+
<xsd:simpleType name="MusicDVDRegionType">
|
|
243
|
+
<xsd:restriction base="xsd:integer">
|
|
244
|
+
<xsd:minInclusive value="0"/>
|
|
245
|
+
<xsd:maxInclusive value="8"/>
|
|
246
|
+
</xsd:restriction>
|
|
247
|
+
</xsd:simpleType>
|
|
248
|
+
<xsd:simpleType name="MusicAspectRatioType">
|
|
249
|
+
<xsd:restriction base="xsd:string">
|
|
250
|
+
<xsd:enumeration value="1.33:1"/>
|
|
251
|
+
<xsd:enumeration value="1.85:1"/>
|
|
252
|
+
<xsd:enumeration value="2.35:1"/>
|
|
253
|
+
</xsd:restriction>
|
|
254
|
+
</xsd:simpleType>
|
|
255
|
+
</xsd:schema>
|
|
@@ -0,0 +1,974 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
<!-- edited with XMLSpy v2010 rel. 2 (http://www.altova.com) by sunil sachdev (amazon.com) -->
|
|
3
|
+
<!-- Revision="$Revision: #6 $" -->
|
|
4
|
+
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
|
|
5
|
+
<!--
|
|
6
|
+
$Date: 2006/04/03 $
|
|
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
|
+
<xsd:include schemaLocation="amzn-base.xsd"/>
|
|
15
|
+
<xsd:element name="MusicalInstruments">
|
|
16
|
+
<xsd:complexType>
|
|
17
|
+
<xsd:sequence>
|
|
18
|
+
<xsd:element name="Rebate" type="RebateType" minOccurs="0" maxOccurs="2"/>
|
|
19
|
+
<xsd:element name="ProductType">
|
|
20
|
+
<xsd:complexType>
|
|
21
|
+
<xsd:choice>
|
|
22
|
+
<xsd:element ref="BrassAndWoodwindInstruments"/>
|
|
23
|
+
<xsd:element ref="Guitars"/>
|
|
24
|
+
<xsd:element ref="InstrumentPartsAndAccessories"/>
|
|
25
|
+
<xsd:element ref="KeyboardInstruments"/>
|
|
26
|
+
<xsd:element ref="MiscWorldInstruments"/>
|
|
27
|
+
<xsd:element ref="PercussionInstruments"/>
|
|
28
|
+
<xsd:element ref="SoundAndRecordingEquipment"/>
|
|
29
|
+
<xsd:element ref="StringedInstruments"/>
|
|
30
|
+
</xsd:choice>
|
|
31
|
+
</xsd:complexType>
|
|
32
|
+
</xsd:element>
|
|
33
|
+
<xsd:element name="BatteryAverageLife" type="PositiveDimension" minOccurs="0"/>
|
|
34
|
+
<xsd:element name="BatteryAverageLifeStandby" type="PositiveDimension" minOccurs="0"/>
|
|
35
|
+
<xsd:element name="BatteryChargeTime" type="PositiveDimension" minOccurs="0"/>
|
|
36
|
+
<xsd:element name="BatteryTypeLithiumIon" type="xsd:positiveInteger" minOccurs="0"/>
|
|
37
|
+
<xsd:element name="BatteryTypeLithiumMetal" type="xsd:positiveInteger" minOccurs="0"/>
|
|
38
|
+
<xsd:element name="CountryOfOrigin" type="StringNotNull" minOccurs="0"/>
|
|
39
|
+
<xsd:element name="LithiumBatteryEnergyContent" type="xsd:decimal" minOccurs="0"/>
|
|
40
|
+
<xsd:element name="LithiumBatteryPackaging" minOccurs="0">
|
|
41
|
+
<xsd:simpleType>
|
|
42
|
+
<xsd:restriction base="xsd:string">
|
|
43
|
+
<xsd:enumeration value="batteries_contained_in_equipment"/>
|
|
44
|
+
<xsd:enumeration value="batteries_only"/>
|
|
45
|
+
<xsd:enumeration value="batteries_packed_with_equipment"/>
|
|
46
|
+
</xsd:restriction>
|
|
47
|
+
</xsd:simpleType>
|
|
48
|
+
</xsd:element>
|
|
49
|
+
<xsd:element name="LithiumBatteryVoltage" type="xsd:decimal" minOccurs="0"/>
|
|
50
|
+
<xsd:element name="LithiumBatteryWeight" type="xsd:decimal" minOccurs="0"/>
|
|
51
|
+
<xsd:element name="MfgWarrantyDescriptionLabor" type="SuperLongStringNotNull"
|
|
52
|
+
minOccurs="0"/>
|
|
53
|
+
<xsd:element name="MfgWarrantyDescriptionParts" type="SuperLongStringNotNull"
|
|
54
|
+
minOccurs="0"/>
|
|
55
|
+
<xsd:element name="ManufacturerWarrantyType" type="StringNotNull" minOccurs="0"/>
|
|
56
|
+
<xsd:element name="NumberOfLithiumIonCells" type="xsd:positiveInteger" minOccurs="0"/>
|
|
57
|
+
<xsd:element name="NumberOfLithiumMetalCells" type="xsd:positiveInteger"
|
|
58
|
+
minOccurs="0"/>
|
|
59
|
+
<xsd:element name="PowerSource" type="StringNotNull" minOccurs="0"/>
|
|
60
|
+
<xsd:element name="TargetGender" type="StringNotNull" minOccurs="0"/>
|
|
61
|
+
<xsd:element name="Warnings" type="LongStringNotNull" minOccurs="0"/>
|
|
62
|
+
</xsd:sequence>
|
|
63
|
+
</xsd:complexType>
|
|
64
|
+
</xsd:element>
|
|
65
|
+
<!--
|
|
66
|
+
###############################################################
|
|
67
|
+
# BrassAndWoodwindInstruments Classification Data
|
|
68
|
+
###############################################################
|
|
69
|
+
-->
|
|
70
|
+
<xsd:element name="BrassAndWoodwindInstruments">
|
|
71
|
+
<xsd:complexType>
|
|
72
|
+
<xsd:sequence>
|
|
73
|
+
<xsd:element name="VariationData" minOccurs="0">
|
|
74
|
+
<xsd:complexType>
|
|
75
|
+
<xsd:sequence>
|
|
76
|
+
<xsd:element name="Parentage">
|
|
77
|
+
<xsd:simpleType>
|
|
78
|
+
<xsd:restriction base="xsd:string">
|
|
79
|
+
<xsd:enumeration value="parent"/>
|
|
80
|
+
<xsd:enumeration value="child"/>
|
|
81
|
+
</xsd:restriction>
|
|
82
|
+
</xsd:simpleType>
|
|
83
|
+
</xsd:element>
|
|
84
|
+
<xsd:element name="VariationTheme" minOccurs="0">
|
|
85
|
+
<xsd:simpleType>
|
|
86
|
+
<xsd:restriction base="xsd:string">
|
|
87
|
+
<xsd:enumeration value="Color"/>
|
|
88
|
+
</xsd:restriction>
|
|
89
|
+
</xsd:simpleType>
|
|
90
|
+
</xsd:element>
|
|
91
|
+
</xsd:sequence>
|
|
92
|
+
</xsd:complexType>
|
|
93
|
+
</xsd:element>
|
|
94
|
+
<xsd:element name="AdditionalSpecifications" type="AdditionalSpecs" minOccurs="0"/>
|
|
95
|
+
<xsd:element name="AmplifierType" type="StringNotNull" minOccurs="0"/>
|
|
96
|
+
<xsd:element name="ColorSpecification" minOccurs="0">
|
|
97
|
+
<xsd:complexType>
|
|
98
|
+
<xsd:sequence>
|
|
99
|
+
<xsd:element name="Color" type="String" minOccurs="0"/>
|
|
100
|
+
<xsd:element name="ColorMap" type="String" minOccurs="0"/>
|
|
101
|
+
</xsd:sequence>
|
|
102
|
+
</xsd:complexType>
|
|
103
|
+
</xsd:element>
|
|
104
|
+
<xsd:element name="CableLength" type="LengthDimension" minOccurs="0"/>
|
|
105
|
+
<xsd:element name="Size" type="String" minOccurs="0"/>
|
|
106
|
+
<xsd:element name="SizeMap" type="StringNotNull" minOccurs="0"/>
|
|
107
|
+
<xsd:element name="DisplayLength" type="LengthDimension" minOccurs="0"/>
|
|
108
|
+
<xsd:element name="DisplayVolume" type="VolumeDimension" minOccurs="0"/>
|
|
109
|
+
<xsd:element name="DisplayWeight" type="WeightDimension" minOccurs="0"/>
|
|
110
|
+
<xsd:element name="CountryProducedIn" type="StringNotNull" minOccurs="0"/>
|
|
111
|
+
<xsd:element name="DrumSticksSize" type="StringNotNull" minOccurs="0"/>
|
|
112
|
+
<xsd:element name="InstrumentKey" type="StringNotNull" minOccurs="0"/>
|
|
113
|
+
<xsd:element name="Range" type="StringNotNull" minOccurs="0"/>
|
|
114
|
+
<xsd:element name="ScaleLength" type="HundredString" minOccurs="0"/>
|
|
115
|
+
<xsd:element name="InstrumentSize" type="StringNotNull" minOccurs="0"/>
|
|
116
|
+
<xsd:element name="ItemPackageQuantity" type="xsd:positiveInteger" default="1"
|
|
117
|
+
minOccurs="0"/>
|
|
118
|
+
<xsd:element name="MaterialType" type="StringNotNull" minOccurs="0"/>
|
|
119
|
+
<xsd:element name="BodyMaterial" type="HundredString" minOccurs="0"/>
|
|
120
|
+
<xsd:element name="ModelName" type="StringNotNull" minOccurs="0"/>
|
|
121
|
+
<xsd:element name="ModelNumber" type="FortyStringNotNull" minOccurs="0"/>
|
|
122
|
+
<xsd:element name="ModelYear" type="FourDigitYear" minOccurs="0"/>
|
|
123
|
+
<xsd:element name="MusicalStyle" type="StringNotNull" minOccurs="0"/>
|
|
124
|
+
<xsd:element name="ProficiencyLevel" minOccurs="0">
|
|
125
|
+
<xsd:simpleType>
|
|
126
|
+
<xsd:restriction base="xsd:string">
|
|
127
|
+
<xsd:enumeration value="Intermediate"/>
|
|
128
|
+
<xsd:enumeration value="Professional"/>
|
|
129
|
+
<xsd:enumeration value="Student"/>
|
|
130
|
+
</xsd:restriction>
|
|
131
|
+
</xsd:simpleType>
|
|
132
|
+
</xsd:element>
|
|
133
|
+
<xsd:element name="KeyAction" type="HundredString" minOccurs="0"/>
|
|
134
|
+
<xsd:element name="HandOrientation" type="StringNotNull" minOccurs="0"/>
|
|
135
|
+
<xsd:element name="ItemStyling" type="HundredString" minOccurs="0"/>
|
|
136
|
+
<xsd:element name="PolarPattern" type="HundredString" minOccurs="0"/>
|
|
137
|
+
<xsd:element name="RegionOfOrigin" type="StringNotNull" minOccurs="0"/>
|
|
138
|
+
<xsd:element name="NumberOfPieces" type="xsd:positiveInteger" minOccurs="0"/>
|
|
139
|
+
<xsd:element name="IsAssemblyRequired" type="xsd:boolean" minOccurs="0"/>
|
|
140
|
+
<xsd:element ref="Battery" minOccurs="0"/>
|
|
141
|
+
<xsd:element name="MaximumSampleRate" type="FrequencyDimension" minOccurs="0"/>
|
|
142
|
+
<xsd:element name="ConnectorType" type="HundredString" minOccurs="0"/>
|
|
143
|
+
<xsd:element name="SignalFormat" type="HundredString" minOccurs="0"/>
|
|
144
|
+
<xsd:element name="OperatingSystem" type="String" minOccurs="0"/>
|
|
145
|
+
<xsd:element name="SupportedSoftware" type="HundredString" minOccurs="0"/>
|
|
146
|
+
<xsd:element name="SellerWarrantyDescription" type="SuperLongStringNotNull"
|
|
147
|
+
minOccurs="0"/>
|
|
148
|
+
<xsd:element name="DrumSetPieceQty" type="xsd:positiveInteger" minOccurs="0"/>
|
|
149
|
+
<xsd:element name="DigitalAudioProtocol" type="HundredString" minOccurs="0"/>
|
|
150
|
+
<xsd:element name="GuitarAttribute" type="StringNotNull" minOccurs="0"/>
|
|
151
|
+
<xsd:element name="GuitarBridgeSystem" type="StringNotNull" minOccurs="0"/>
|
|
152
|
+
<xsd:element name="GuitarPickThickness" type="StringNotNull" minOccurs="0"/>
|
|
153
|
+
<xsd:element name="GuitarPickupConfiguration" type="StringNotNull" minOccurs="0"/>
|
|
154
|
+
<xsd:element ref="HardwareInterface" minOccurs="0"/>
|
|
155
|
+
<xsd:element name="IsACAdapterIncluded" type="xsd:boolean" minOccurs="0"/>
|
|
156
|
+
<xsd:element name="MalletHardness" type="StringNotNull" minOccurs="0"/>
|
|
157
|
+
<xsd:element name="MixerChannelQty" type="xsd:positiveInteger" minOccurs="0"/>
|
|
158
|
+
<xsd:element name="NeckMaterial" type="HundredString" minOccurs="0"/>
|
|
159
|
+
<xsd:element name="NumberOfChannels" type="xsd:positiveInteger" minOccurs="0"/>
|
|
160
|
+
<xsd:element name="NumberOfKeyboardKeys" type="xsd:positiveInteger" minOccurs="0"/>
|
|
161
|
+
<xsd:element name="NumberOfStrings" type="xsd:positiveInteger" minOccurs="0"/>
|
|
162
|
+
<xsd:element name="SpeakerAmplificationType" type="HundredString" minOccurs="0"/>
|
|
163
|
+
<xsd:element name="SpeakerCount" type="xsd:positiveInteger" minOccurs="0"/>
|
|
164
|
+
<xsd:element name="SpeakerSize" type="LengthDimension" minOccurs="0"/>
|
|
165
|
+
<xsd:element name="FretboardMaterial" type="HundredString" minOccurs="0"/>
|
|
166
|
+
<xsd:element name="BackMaterial" type="HundredString" minOccurs="0"/>
|
|
167
|
+
<xsd:element name="WirelessMicrophoneFrequency" type="FrequencyIntegerDimension"
|
|
168
|
+
minOccurs="0"/>
|
|
169
|
+
<xsd:element name="TopMaterial" type="HundredString" minOccurs="0"/>
|
|
170
|
+
<xsd:element name="OutputWattage" type="xsd:positiveInteger" minOccurs="0"/>
|
|
171
|
+
<xsd:element name="PercussionDiameter" type="LengthIntegerDimension" minOccurs="0"/>
|
|
172
|
+
<xsd:element name="PickguardDescription" type="HundredString" minOccurs="0"/>
|
|
173
|
+
<xsd:element name="RecorderTrackCount" type="xsd:positiveInteger" minOccurs="0"/>
|
|
174
|
+
<xsd:element name="StringGauge" type="HundredString" minOccurs="0"/>
|
|
175
|
+
<xsd:element name="StringMaterial" type="HundredString" minOccurs="0"/>
|
|
176
|
+
</xsd:sequence>
|
|
177
|
+
</xsd:complexType>
|
|
178
|
+
</xsd:element>
|
|
179
|
+
<!--
|
|
180
|
+
###############################################################
|
|
181
|
+
# Guitars Classification Data
|
|
182
|
+
###############################################################
|
|
183
|
+
-->
|
|
184
|
+
<xsd:element name="Guitars">
|
|
185
|
+
<xsd:complexType>
|
|
186
|
+
<xsd:sequence>
|
|
187
|
+
<xsd:element name="VariationData" minOccurs="0">
|
|
188
|
+
<xsd:complexType>
|
|
189
|
+
<xsd:sequence>
|
|
190
|
+
<xsd:element name="Parentage">
|
|
191
|
+
<xsd:simpleType>
|
|
192
|
+
<xsd:restriction base="xsd:string">
|
|
193
|
+
<xsd:enumeration value="parent"/>
|
|
194
|
+
<xsd:enumeration value="child"/>
|
|
195
|
+
</xsd:restriction>
|
|
196
|
+
</xsd:simpleType>
|
|
197
|
+
</xsd:element>
|
|
198
|
+
<xsd:element name="VariationTheme" minOccurs="0">
|
|
199
|
+
<xsd:simpleType>
|
|
200
|
+
<xsd:restriction base="xsd:string">
|
|
201
|
+
<xsd:enumeration value="Color"/>
|
|
202
|
+
</xsd:restriction>
|
|
203
|
+
</xsd:simpleType>
|
|
204
|
+
</xsd:element>
|
|
205
|
+
</xsd:sequence>
|
|
206
|
+
</xsd:complexType>
|
|
207
|
+
</xsd:element>
|
|
208
|
+
<xsd:element name="AdditionalSpecifications" type="AdditionalSpecs" minOccurs="0"/>
|
|
209
|
+
<xsd:element name="AmplifierType" type="StringNotNull" minOccurs="0"/>
|
|
210
|
+
<xsd:element name="ColorSpecification" minOccurs="0">
|
|
211
|
+
<xsd:complexType>
|
|
212
|
+
<xsd:sequence>
|
|
213
|
+
<xsd:element name="Color" type="String" minOccurs="0"/>
|
|
214
|
+
<xsd:element name="ColorMap" type="String" minOccurs="0"/>
|
|
215
|
+
</xsd:sequence>
|
|
216
|
+
</xsd:complexType>
|
|
217
|
+
</xsd:element>
|
|
218
|
+
<xsd:element name="CableLength" type="LengthDimension" minOccurs="0"/>
|
|
219
|
+
<xsd:element name="Size" type="String" minOccurs="0"/>
|
|
220
|
+
<xsd:element name="SizeMap" type="StringNotNull" minOccurs="0"/>
|
|
221
|
+
<xsd:element name="DisplayLength" type="LengthDimension" minOccurs="0"/>
|
|
222
|
+
<xsd:element name="DisplayVolume" type="VolumeDimension" minOccurs="0"/>
|
|
223
|
+
<xsd:element name="DisplayWeight" type="WeightDimension" minOccurs="0"/>
|
|
224
|
+
<xsd:element name="CountryProducedIn" type="StringNotNull" minOccurs="0"/>
|
|
225
|
+
<xsd:element name="DrumSticksSize" type="StringNotNull" minOccurs="0"/>
|
|
226
|
+
<xsd:element name="GuitarAttribute" type="StringNotNull" minOccurs="0"/>
|
|
227
|
+
<xsd:element name="GuitarBridgeSystem" type="StringNotNull" minOccurs="0"/>
|
|
228
|
+
<xsd:element name="GuitarPickupConfiguration" type="StringNotNull" minOccurs="0"/>
|
|
229
|
+
<xsd:element name="InstrumentKey" type="StringNotNull" minOccurs="0"/>
|
|
230
|
+
<xsd:element name="Range" type="StringNotNull" minOccurs="0"/>
|
|
231
|
+
<xsd:element name="ScaleLength" type="HundredString" minOccurs="0"/>
|
|
232
|
+
<xsd:element name="InstrumentSize" type="StringNotNull" minOccurs="0"/>
|
|
233
|
+
<xsd:element name="ItemPackageQuantity" type="xsd:positiveInteger" default="1"
|
|
234
|
+
minOccurs="0"/>
|
|
235
|
+
<xsd:element name="MaterialType" type="StringNotNull" minOccurs="0"/>
|
|
236
|
+
<xsd:element name="BackMaterial" type="HundredString" minOccurs="0"/>
|
|
237
|
+
<xsd:element name="BodyMaterial" type="HundredString" minOccurs="0"/>
|
|
238
|
+
<xsd:element name="TopMaterial" type="HundredString" minOccurs="0"/>
|
|
239
|
+
<xsd:element name="FretboardMaterial" type="HundredString" minOccurs="0"/>
|
|
240
|
+
<xsd:element name="NeckMaterial" type="HundredString" minOccurs="0"/>
|
|
241
|
+
<xsd:element name="StringMaterial" type="HundredString" minOccurs="0"/>
|
|
242
|
+
<xsd:element name="StringGauge" type="HundredString" minOccurs="0"/>
|
|
243
|
+
<xsd:element name="PickguardDescription" type="HundredString" minOccurs="0"/>
|
|
244
|
+
<xsd:element name="ModelName" type="StringNotNull" minOccurs="0"/>
|
|
245
|
+
<xsd:element name="ModelNumber" type="FortyStringNotNull" minOccurs="0"/>
|
|
246
|
+
<xsd:element name="ModelYear" type="FourDigitYear" minOccurs="0"/>
|
|
247
|
+
<xsd:element name="MusicalStyle" type="StringNotNull" minOccurs="0"/>
|
|
248
|
+
<xsd:element name="SpeakerCount" type="xsd:positiveInteger" minOccurs="0"/>
|
|
249
|
+
<xsd:element name="SpeakerSize" type="LengthDimension" minOccurs="0"/>
|
|
250
|
+
<xsd:element name="SpeakerAmplificationType" type="HundredString" minOccurs="0"/>
|
|
251
|
+
<xsd:element name="RegionOfOrigin" type="StringNotNull" minOccurs="0"/>
|
|
252
|
+
<xsd:element name="NumberOfStrings" type="xsd:positiveInteger" minOccurs="0"/>
|
|
253
|
+
<xsd:element name="KeyAction" type="HundredString" minOccurs="0"/>
|
|
254
|
+
<xsd:element name="HandOrientation" type="StringNotNull" minOccurs="0"/>
|
|
255
|
+
<xsd:element name="ItemStyling" type="HundredString" minOccurs="0"/>
|
|
256
|
+
<xsd:element name="PolarPattern" type="HundredString" minOccurs="0"/>
|
|
257
|
+
<xsd:element name="NumberOfPieces" type="xsd:positiveInteger" minOccurs="0"/>
|
|
258
|
+
<xsd:element name="IsAssemblyRequired" type="xsd:boolean" minOccurs="0"/>
|
|
259
|
+
<xsd:element ref="Battery" minOccurs="0"/>
|
|
260
|
+
<xsd:element name="MaximumSampleRate" type="FrequencyDimension" minOccurs="0"/>
|
|
261
|
+
<xsd:element name="ConnectorType" type="HundredString" minOccurs="0"/>
|
|
262
|
+
<xsd:element name="SignalFormat" type="HundredString" minOccurs="0"/>
|
|
263
|
+
<xsd:element name="OperatingSystem" type="String" minOccurs="0"/>
|
|
264
|
+
<xsd:element name="SupportedSoftware" type="HundredString" minOccurs="0"/>
|
|
265
|
+
<xsd:element name="SellerWarrantyDescription" type="SuperLongStringNotNull"
|
|
266
|
+
minOccurs="0"/>
|
|
267
|
+
<xsd:element name="DrumSetPieceQty" type="xsd:positiveInteger" minOccurs="0"/>
|
|
268
|
+
<xsd:element name="DigitalAudioProtocol" type="HundredString" minOccurs="0"/>
|
|
269
|
+
<xsd:element name="GuitarPickThickness" type="StringNotNull" minOccurs="0"/>
|
|
270
|
+
<xsd:element ref="HardwareInterface" minOccurs="0"/>
|
|
271
|
+
<xsd:element name="IsACAdapterIncluded" type="xsd:boolean" minOccurs="0"/>
|
|
272
|
+
<xsd:element name="MalletHardness" type="StringNotNull" minOccurs="0"/>
|
|
273
|
+
<xsd:element name="MixerChannelQty" type="xsd:positiveInteger" minOccurs="0"/>
|
|
274
|
+
<xsd:element name="NumberOfChannels" type="xsd:positiveInteger" minOccurs="0"/>
|
|
275
|
+
<xsd:element name="NumberOfKeyboardKeys" type="xsd:positiveInteger" minOccurs="0"/>
|
|
276
|
+
<xsd:element name="WirelessMicrophoneFrequency" type="FrequencyIntegerDimension"
|
|
277
|
+
minOccurs="0"/>
|
|
278
|
+
<xsd:element name="OutputWattage" type="xsd:positiveInteger" minOccurs="0"/>
|
|
279
|
+
<xsd:element name="PercussionDiameter" type="LengthIntegerDimension" minOccurs="0"/>
|
|
280
|
+
<xsd:element name="ProficiencyLevel" minOccurs="0">
|
|
281
|
+
<xsd:simpleType>
|
|
282
|
+
<xsd:restriction base="xsd:string">
|
|
283
|
+
<xsd:enumeration value="Intermediate"/>
|
|
284
|
+
<xsd:enumeration value="Professional"/>
|
|
285
|
+
<xsd:enumeration value="Student"/>
|
|
286
|
+
</xsd:restriction>
|
|
287
|
+
</xsd:simpleType>
|
|
288
|
+
</xsd:element>
|
|
289
|
+
<xsd:element name="RecorderTrackCount" type="xsd:positiveInteger" minOccurs="0"/>
|
|
290
|
+
</xsd:sequence>
|
|
291
|
+
</xsd:complexType>
|
|
292
|
+
</xsd:element>
|
|
293
|
+
<!--
|
|
294
|
+
###############################################################
|
|
295
|
+
# InstrumentPartsAndAccessories Classification Data
|
|
296
|
+
###############################################################
|
|
297
|
+
-->
|
|
298
|
+
<xsd:element name="InstrumentPartsAndAccessories">
|
|
299
|
+
<xsd:complexType>
|
|
300
|
+
<xsd:sequence>
|
|
301
|
+
<xsd:element name="VariationData" minOccurs="0">
|
|
302
|
+
<xsd:complexType>
|
|
303
|
+
<xsd:sequence>
|
|
304
|
+
<xsd:element name="Parentage">
|
|
305
|
+
<xsd:simpleType>
|
|
306
|
+
<xsd:restriction base="xsd:string">
|
|
307
|
+
<xsd:enumeration value="parent"/>
|
|
308
|
+
<xsd:enumeration value="child"/>
|
|
309
|
+
</xsd:restriction>
|
|
310
|
+
</xsd:simpleType>
|
|
311
|
+
</xsd:element>
|
|
312
|
+
<xsd:element name="VariationTheme" minOccurs="0">
|
|
313
|
+
<xsd:simpleType>
|
|
314
|
+
<xsd:restriction base="xsd:string">
|
|
315
|
+
<xsd:enumeration value="Size"/>
|
|
316
|
+
<xsd:enumeration value="Color"/>
|
|
317
|
+
<xsd:enumeration value="SizeColor"/>
|
|
318
|
+
</xsd:restriction>
|
|
319
|
+
</xsd:simpleType>
|
|
320
|
+
</xsd:element>
|
|
321
|
+
</xsd:sequence>
|
|
322
|
+
</xsd:complexType>
|
|
323
|
+
</xsd:element>
|
|
324
|
+
<xsd:element name="AdditionalSpecifications" type="AdditionalSpecs" minOccurs="0"/>
|
|
325
|
+
<xsd:element name="AmplifierType" type="StringNotNull" minOccurs="0"/>
|
|
326
|
+
<xsd:element name="ColorSpecification" minOccurs="0">
|
|
327
|
+
<xsd:complexType>
|
|
328
|
+
<xsd:sequence>
|
|
329
|
+
<xsd:element name="Color" type="String" minOccurs="0"/>
|
|
330
|
+
<xsd:element name="ColorMap" type="String" minOccurs="0"/>
|
|
331
|
+
</xsd:sequence>
|
|
332
|
+
</xsd:complexType>
|
|
333
|
+
</xsd:element>
|
|
334
|
+
<xsd:element name="CableLength" type="LengthDimension" minOccurs="0"/>
|
|
335
|
+
<xsd:element name="Size" type="String" minOccurs="0"/>
|
|
336
|
+
<xsd:element name="SizeMap" type="StringNotNull" minOccurs="0"/>
|
|
337
|
+
<xsd:element name="DisplayLength" type="LengthDimension" minOccurs="0"/>
|
|
338
|
+
<xsd:element name="DisplayVolume" type="VolumeDimension" minOccurs="0"/>
|
|
339
|
+
<xsd:element name="DisplayWeight" type="WeightDimension" minOccurs="0"/>
|
|
340
|
+
<xsd:element name="CountryProducedIn" type="StringNotNull" minOccurs="0"/>
|
|
341
|
+
<xsd:element name="DrumSticksSize" type="StringNotNull" minOccurs="0"/>
|
|
342
|
+
<xsd:element name="GuitarPickThickness" type="StringNotNull" minOccurs="0"/>
|
|
343
|
+
<xsd:element name="InstrumentKey" type="StringNotNull" minOccurs="0"/>
|
|
344
|
+
<xsd:element name="Range" type="StringNotNull" minOccurs="0"/>
|
|
345
|
+
<xsd:element name="ScaleLength" type="HundredString" minOccurs="0"/>
|
|
346
|
+
<xsd:element name="InstrumentSize" type="StringNotNull" minOccurs="0"/>
|
|
347
|
+
<xsd:element name="ItemPackageQuantity" type="xsd:positiveInteger" default="1"
|
|
348
|
+
minOccurs="0"/>
|
|
349
|
+
<xsd:element name="MalletHardness" type="StringNotNull" minOccurs="0"/>
|
|
350
|
+
<xsd:element name="MaterialType" type="StringNotNull" minOccurs="0"/>
|
|
351
|
+
<xsd:element name="BodyMaterial" type="HundredString" minOccurs="0"/>
|
|
352
|
+
<xsd:element name="BackMaterial" type="HundredString" minOccurs="0"/>
|
|
353
|
+
<xsd:element name="TopMaterial" type="HundredString" minOccurs="0"/>
|
|
354
|
+
<xsd:element name="FretboardMaterial" type="HundredString" minOccurs="0"/>
|
|
355
|
+
<xsd:element name="NeckMaterial" type="HundredString" minOccurs="0"/>
|
|
356
|
+
<xsd:element name="StringMaterial" type="HundredString" minOccurs="0"/>
|
|
357
|
+
<xsd:element name="StringGauge" type="HundredString" minOccurs="0"/>
|
|
358
|
+
<xsd:element name="PickguardDescription" type="HundredString" minOccurs="0"/>
|
|
359
|
+
<xsd:element name="ModelName" type="StringNotNull" minOccurs="0"/>
|
|
360
|
+
<xsd:element name="ModelNumber" type="FortyStringNotNull" minOccurs="0"/>
|
|
361
|
+
<xsd:element name="ModelYear" type="FourDigitYear" minOccurs="0"/>
|
|
362
|
+
<xsd:element name="MusicalStyle" type="StringNotNull" minOccurs="0"/>
|
|
363
|
+
<!-- Default unit of measure for OutputWattage is watts -->
|
|
364
|
+
<xsd:element name="OutputWattage" type="xsd:positiveInteger" minOccurs="0"/>
|
|
365
|
+
<xsd:element name="SpeakerCount" type="xsd:positiveInteger" minOccurs="0"/>
|
|
366
|
+
<xsd:element name="SpeakerSize" type="LengthDimension" minOccurs="0"/>
|
|
367
|
+
<xsd:element name="SpeakerAmplificationType" type="HundredString" minOccurs="0"/>
|
|
368
|
+
<xsd:element name="RegionOfOrigin" type="StringNotNull" minOccurs="0"/>
|
|
369
|
+
<xsd:element name="NumberOfStrings" type="xsd:positiveInteger" minOccurs="0"/>
|
|
370
|
+
<xsd:element name="NumberOfKeyboardKeys" type="xsd:positiveInteger" minOccurs="0"/>
|
|
371
|
+
<xsd:element name="KeyAction" type="HundredString" minOccurs="0"/>
|
|
372
|
+
<xsd:element name="PercussionDiameter" type="LengthIntegerDimension" minOccurs="0"/>
|
|
373
|
+
<xsd:element name="HandOrientation" type="StringNotNull" minOccurs="0"/>
|
|
374
|
+
<xsd:element name="ItemStyling" type="HundredString" minOccurs="0"/>
|
|
375
|
+
<xsd:element name="PolarPattern" type="HundredString" minOccurs="0"/>
|
|
376
|
+
<xsd:element name="NumberOfPieces" type="xsd:positiveInteger" minOccurs="0"/>
|
|
377
|
+
<xsd:element name="IsAssemblyRequired" type="xsd:boolean" minOccurs="0"/>
|
|
378
|
+
<xsd:element name="IsACAdapterIncluded" type="xsd:boolean" minOccurs="0"/>
|
|
379
|
+
<xsd:element ref="Battery" minOccurs="0"/>
|
|
380
|
+
<xsd:element name="MaximumSampleRate" type="FrequencyDimension" minOccurs="0"/>
|
|
381
|
+
<xsd:element name="ConnectorType" type="HundredString" minOccurs="0"/>
|
|
382
|
+
<xsd:element name="SignalFormat" type="HundredString" minOccurs="0"/>
|
|
383
|
+
<xsd:element name="DigitalAudioProtocol" type="HundredString" minOccurs="0"/>
|
|
384
|
+
<xsd:element ref="HardwareInterface" minOccurs="0"/>
|
|
385
|
+
<xsd:element name="OperatingSystem" type="String" minOccurs="0"/>
|
|
386
|
+
<xsd:element name="SupportedSoftware" type="HundredString" minOccurs="0"/>
|
|
387
|
+
<xsd:element name="SellerWarrantyDescription" type="SuperLongStringNotNull"
|
|
388
|
+
minOccurs="0"/>
|
|
389
|
+
<xsd:element name="DrumSetPieceQty" type="xsd:positiveInteger" minOccurs="0"/>
|
|
390
|
+
<xsd:element name="GuitarAttribute" type="StringNotNull" minOccurs="0"/>
|
|
391
|
+
<xsd:element name="GuitarBridgeSystem" type="StringNotNull" minOccurs="0"/>
|
|
392
|
+
<xsd:element name="GuitarPickupConfiguration" type="StringNotNull" minOccurs="0"/>
|
|
393
|
+
<xsd:element name="MixerChannelQty" type="xsd:positiveInteger" minOccurs="0"/>
|
|
394
|
+
<xsd:element name="NumberOfChannels" type="xsd:positiveInteger" minOccurs="0"/>
|
|
395
|
+
<xsd:element name="WirelessMicrophoneFrequency" type="FrequencyIntegerDimension"
|
|
396
|
+
minOccurs="0"/>
|
|
397
|
+
<xsd:element name="ProficiencyLevel" minOccurs="0">
|
|
398
|
+
<xsd:simpleType>
|
|
399
|
+
<xsd:restriction base="xsd:string">
|
|
400
|
+
<xsd:enumeration value="Intermediate"/>
|
|
401
|
+
<xsd:enumeration value="Professional"/>
|
|
402
|
+
<xsd:enumeration value="Student"/>
|
|
403
|
+
</xsd:restriction>
|
|
404
|
+
</xsd:simpleType>
|
|
405
|
+
</xsd:element>
|
|
406
|
+
<xsd:element name="RecorderTrackCount" type="xsd:positiveInteger" minOccurs="0"/>
|
|
407
|
+
</xsd:sequence>
|
|
408
|
+
</xsd:complexType>
|
|
409
|
+
</xsd:element>
|
|
410
|
+
<!--
|
|
411
|
+
###############################################################
|
|
412
|
+
# KeyboardInstruments Classification Data
|
|
413
|
+
###############################################################
|
|
414
|
+
-->
|
|
415
|
+
<xsd:element name="KeyboardInstruments">
|
|
416
|
+
<xsd:complexType>
|
|
417
|
+
<xsd:sequence>
|
|
418
|
+
<xsd:element name="VariationData" minOccurs="0">
|
|
419
|
+
<xsd:complexType>
|
|
420
|
+
<xsd:sequence>
|
|
421
|
+
<xsd:element name="Parentage">
|
|
422
|
+
<xsd:simpleType>
|
|
423
|
+
<xsd:restriction base="xsd:string">
|
|
424
|
+
<xsd:enumeration value="parent"/>
|
|
425
|
+
<xsd:enumeration value="child"/>
|
|
426
|
+
</xsd:restriction>
|
|
427
|
+
</xsd:simpleType>
|
|
428
|
+
</xsd:element>
|
|
429
|
+
<xsd:element name="VariationTheme" minOccurs="0">
|
|
430
|
+
<xsd:simpleType>
|
|
431
|
+
<xsd:restriction base="xsd:string">
|
|
432
|
+
<xsd:enumeration value="Color"/>
|
|
433
|
+
</xsd:restriction>
|
|
434
|
+
</xsd:simpleType>
|
|
435
|
+
</xsd:element>
|
|
436
|
+
</xsd:sequence>
|
|
437
|
+
</xsd:complexType>
|
|
438
|
+
</xsd:element>
|
|
439
|
+
<xsd:element name="AdditionalSpecifications" type="AdditionalSpecs" minOccurs="0"/>
|
|
440
|
+
<xsd:element name="AmplifierType" type="StringNotNull" minOccurs="0"/>
|
|
441
|
+
<xsd:element name="ColorSpecification" minOccurs="0">
|
|
442
|
+
<xsd:complexType>
|
|
443
|
+
<xsd:sequence>
|
|
444
|
+
<xsd:element name="Color" type="String" minOccurs="0"/>
|
|
445
|
+
<xsd:element name="ColorMap" type="String" minOccurs="0"/>
|
|
446
|
+
</xsd:sequence>
|
|
447
|
+
</xsd:complexType>
|
|
448
|
+
</xsd:element>
|
|
449
|
+
<xsd:element name="CableLength" type="LengthDimension" minOccurs="0"/>
|
|
450
|
+
<xsd:element name="Size" type="String" minOccurs="0"/>
|
|
451
|
+
<xsd:element name="SizeMap" type="StringNotNull" minOccurs="0"/>
|
|
452
|
+
<xsd:element name="DisplayLength" type="LengthDimension" minOccurs="0"/>
|
|
453
|
+
<xsd:element name="DisplayVolume" type="VolumeDimension" minOccurs="0"/>
|
|
454
|
+
<xsd:element name="DisplayWeight" type="WeightDimension" minOccurs="0"/>
|
|
455
|
+
<xsd:element name="CountryProducedIn" type="StringNotNull" minOccurs="0"/>
|
|
456
|
+
<xsd:element name="DrumSticksSize" type="StringNotNull" minOccurs="0"/>
|
|
457
|
+
<xsd:element name="InstrumentKey" type="StringNotNull" minOccurs="0"/>
|
|
458
|
+
<xsd:element name="Range" type="StringNotNull" minOccurs="0"/>
|
|
459
|
+
<xsd:element name="ScaleLength" type="HundredString" minOccurs="0"/>
|
|
460
|
+
<xsd:element name="InstrumentSize" type="StringNotNull" minOccurs="0"/>
|
|
461
|
+
<xsd:element name="ItemPackageQuantity" type="xsd:positiveInteger" default="1"
|
|
462
|
+
minOccurs="0"/>
|
|
463
|
+
<xsd:element name="MalletHardness" type="StringNotNull" minOccurs="0"/>
|
|
464
|
+
<xsd:element name="MaterialType" type="StringNotNull" minOccurs="0"/>
|
|
465
|
+
<xsd:element name="BodyMaterial" type="HundredString" minOccurs="0"/>
|
|
466
|
+
<xsd:element name="StringMaterial" type="HundredString" minOccurs="0"/>
|
|
467
|
+
<xsd:element name="StringGauge" type="HundredString" minOccurs="0"/>
|
|
468
|
+
<xsd:element name="PickguardDescription" type="HundredString" minOccurs="0"/>
|
|
469
|
+
<xsd:element name="ModelName" type="StringNotNull" minOccurs="0"/>
|
|
470
|
+
<xsd:element name="ModelNumber" type="FortyStringNotNull" minOccurs="0"/>
|
|
471
|
+
<xsd:element name="ModelYear" type="FourDigitYear" minOccurs="0"/>
|
|
472
|
+
<xsd:element name="MusicalStyle" type="StringNotNull" minOccurs="0"/>
|
|
473
|
+
<xsd:element name="RecorderTrackCount" type="xsd:positiveInteger" minOccurs="0"/>
|
|
474
|
+
<xsd:element name="RegionOfOrigin" type="StringNotNull" minOccurs="0"/>
|
|
475
|
+
<xsd:element name="SpeakerCount" type="xsd:positiveInteger" minOccurs="0"/>
|
|
476
|
+
<xsd:element name="SpeakerSize" type="LengthDimension" minOccurs="0"/>
|
|
477
|
+
<xsd:element name="SpeakerAmplificationType" type="HundredString" minOccurs="0"/>
|
|
478
|
+
<xsd:element name="WirelessMicrophoneFrequency" type="FrequencyIntegerDimension"
|
|
479
|
+
minOccurs="0"/>
|
|
480
|
+
<xsd:element name="NumberOfKeyboardKeys" type="xsd:positiveInteger" minOccurs="0"/>
|
|
481
|
+
<xsd:element name="KeyAction" type="HundredString" minOccurs="0"/>
|
|
482
|
+
<xsd:element name="HandOrientation" type="StringNotNull" minOccurs="0"/>
|
|
483
|
+
<xsd:element name="ItemStyling" type="HundredString" minOccurs="0"/>
|
|
484
|
+
<xsd:element name="PolarPattern" type="HundredString" minOccurs="0"/>
|
|
485
|
+
<xsd:element name="NumberOfPieces" type="xsd:positiveInteger" minOccurs="0"/>
|
|
486
|
+
<xsd:element name="IsAssemblyRequired" type="xsd:boolean" minOccurs="0"/>
|
|
487
|
+
<xsd:element name="IsACAdapterIncluded" type="xsd:boolean" minOccurs="0"/>
|
|
488
|
+
<xsd:element ref="Battery" minOccurs="0"/>
|
|
489
|
+
<xsd:element name="MaximumSampleRate" type="FrequencyDimension" minOccurs="0"/>
|
|
490
|
+
<xsd:element name="ConnectorType" type="HundredString" minOccurs="0"/>
|
|
491
|
+
<xsd:element name="SignalFormat" type="HundredString" minOccurs="0"/>
|
|
492
|
+
<xsd:element name="NumberOfChannels" type="xsd:positiveInteger" minOccurs="0"/>
|
|
493
|
+
<xsd:element name="DigitalAudioProtocol" type="HundredString" minOccurs="0"/>
|
|
494
|
+
<xsd:element ref="HardwareInterface" minOccurs="0"/>
|
|
495
|
+
<xsd:element name="OperatingSystem" type="String" minOccurs="0"/>
|
|
496
|
+
<xsd:element name="SupportedSoftware" type="HundredString" minOccurs="0"/>
|
|
497
|
+
<xsd:element name="SellerWarrantyDescription" type="SuperLongStringNotNull"
|
|
498
|
+
minOccurs="0"/>
|
|
499
|
+
<xsd:element name="DrumSetPieceQty" type="xsd:positiveInteger" minOccurs="0"/>
|
|
500
|
+
<xsd:element name="GuitarAttribute" type="StringNotNull" minOccurs="0"/>
|
|
501
|
+
<xsd:element name="GuitarBridgeSystem" type="StringNotNull" minOccurs="0"/>
|
|
502
|
+
<xsd:element name="GuitarPickThickness" type="StringNotNull" minOccurs="0"/>
|
|
503
|
+
<xsd:element name="GuitarPickupConfiguration" type="StringNotNull" minOccurs="0"/>
|
|
504
|
+
<xsd:element name="MixerChannelQty" type="xsd:positiveInteger" minOccurs="0"/>
|
|
505
|
+
<xsd:element name="NeckMaterial" type="HundredString" minOccurs="0"/>
|
|
506
|
+
<xsd:element name="NumberOfStrings" type="xsd:positiveInteger" minOccurs="0"/>
|
|
507
|
+
<xsd:element name="FretboardMaterial" type="HundredString" minOccurs="0"/>
|
|
508
|
+
<xsd:element name="BackMaterial" type="HundredString" minOccurs="0"/>
|
|
509
|
+
<xsd:element name="TopMaterial" type="HundredString" minOccurs="0"/>
|
|
510
|
+
<xsd:element name="OutputWattage" type="xsd:positiveInteger" minOccurs="0"/>
|
|
511
|
+
<xsd:element name="PercussionDiameter" type="LengthIntegerDimension" minOccurs="0"/>
|
|
512
|
+
<xsd:element name="ProficiencyLevel" minOccurs="0">
|
|
513
|
+
<xsd:simpleType>
|
|
514
|
+
<xsd:restriction base="xsd:string">
|
|
515
|
+
<xsd:enumeration value="Intermediate"/>
|
|
516
|
+
<xsd:enumeration value="Professional"/>
|
|
517
|
+
<xsd:enumeration value="Student"/>
|
|
518
|
+
</xsd:restriction>
|
|
519
|
+
</xsd:simpleType>
|
|
520
|
+
</xsd:element>
|
|
521
|
+
</xsd:sequence>
|
|
522
|
+
</xsd:complexType>
|
|
523
|
+
</xsd:element>
|
|
524
|
+
<!--
|
|
525
|
+
###############################################################
|
|
526
|
+
# MiscWorldInstruments Classification Data
|
|
527
|
+
###############################################################
|
|
528
|
+
-->
|
|
529
|
+
<xsd:element name="MiscWorldInstruments">
|
|
530
|
+
<xsd:complexType>
|
|
531
|
+
<xsd:sequence>
|
|
532
|
+
<xsd:element name="VariationData" minOccurs="0">
|
|
533
|
+
<xsd:complexType>
|
|
534
|
+
<xsd:sequence>
|
|
535
|
+
<xsd:element name="Parentage">
|
|
536
|
+
<xsd:simpleType>
|
|
537
|
+
<xsd:restriction base="xsd:string">
|
|
538
|
+
<xsd:enumeration value="parent"/>
|
|
539
|
+
<xsd:enumeration value="child"/>
|
|
540
|
+
</xsd:restriction>
|
|
541
|
+
</xsd:simpleType>
|
|
542
|
+
</xsd:element>
|
|
543
|
+
<xsd:element name="VariationTheme" minOccurs="0">
|
|
544
|
+
<xsd:simpleType>
|
|
545
|
+
<xsd:restriction base="xsd:string">
|
|
546
|
+
<xsd:enumeration value="Color"/>
|
|
547
|
+
</xsd:restriction>
|
|
548
|
+
</xsd:simpleType>
|
|
549
|
+
</xsd:element>
|
|
550
|
+
</xsd:sequence>
|
|
551
|
+
</xsd:complexType>
|
|
552
|
+
</xsd:element>
|
|
553
|
+
<xsd:element name="AdditionalSpecifications" type="AdditionalSpecs" minOccurs="0"/>
|
|
554
|
+
<xsd:element name="AmplifierType" type="StringNotNull" minOccurs="0"/>
|
|
555
|
+
<xsd:element name="ColorSpecification" minOccurs="0">
|
|
556
|
+
<xsd:complexType>
|
|
557
|
+
<xsd:sequence>
|
|
558
|
+
<xsd:element name="Color" type="String" minOccurs="0"/>
|
|
559
|
+
<xsd:element name="ColorMap" type="String" minOccurs="0"/>
|
|
560
|
+
</xsd:sequence>
|
|
561
|
+
</xsd:complexType>
|
|
562
|
+
</xsd:element>
|
|
563
|
+
<xsd:element name="CableLength" type="LengthDimension" minOccurs="0"/>
|
|
564
|
+
<xsd:element name="Size" type="String" minOccurs="0"/>
|
|
565
|
+
<xsd:element name="SizeMap" type="StringNotNull" minOccurs="0"/>
|
|
566
|
+
<xsd:element name="DisplayLength" type="LengthDimension" minOccurs="0"/>
|
|
567
|
+
<xsd:element name="DisplayVolume" type="VolumeDimension" minOccurs="0"/>
|
|
568
|
+
<xsd:element name="DisplayWeight" type="WeightDimension" minOccurs="0"/>
|
|
569
|
+
<xsd:element name="CountryProducedIn" type="StringNotNull" minOccurs="0"/>
|
|
570
|
+
<xsd:element name="DrumSticksSize" type="StringNotNull" minOccurs="0"/>
|
|
571
|
+
<xsd:element name="GuitarBridgeSystem" type="StringNotNull" minOccurs="0"/>
|
|
572
|
+
<xsd:element name="GuitarPickThickness" type="StringNotNull" minOccurs="0"/>
|
|
573
|
+
<xsd:element name="GuitarPickupConfiguration" type="StringNotNull" minOccurs="0"/>
|
|
574
|
+
<xsd:element name="InstrumentKey" type="StringNotNull" minOccurs="0"/>
|
|
575
|
+
<xsd:element name="Range" type="StringNotNull" minOccurs="0"/>
|
|
576
|
+
<xsd:element name="ScaleLength" type="HundredString" minOccurs="0"/>
|
|
577
|
+
<xsd:element name="InstrumentSize" type="StringNotNull" minOccurs="0"/>
|
|
578
|
+
<xsd:element name="ItemPackageQuantity" type="xsd:positiveInteger" default="1"
|
|
579
|
+
minOccurs="0"/>
|
|
580
|
+
<xsd:element name="MalletHardness" type="StringNotNull" minOccurs="0"/>
|
|
581
|
+
<xsd:element name="MaterialType" type="StringNotNull" minOccurs="0"/>
|
|
582
|
+
<xsd:element name="BackMaterial" type="HundredString" minOccurs="0"/>
|
|
583
|
+
<xsd:element name="BodyMaterial" type="HundredString" minOccurs="0"/>
|
|
584
|
+
<xsd:element name="TopMaterial" type="HundredString" minOccurs="0"/>
|
|
585
|
+
<xsd:element name="FretboardMaterial" type="HundredString" minOccurs="0"/>
|
|
586
|
+
<xsd:element name="NeckMaterial" type="HundredString" minOccurs="0"/>
|
|
587
|
+
<xsd:element name="StringMaterial" type="HundredString" minOccurs="0"/>
|
|
588
|
+
<xsd:element name="StringGauge" type="HundredString" minOccurs="0"/>
|
|
589
|
+
<xsd:element name="PickguardDescription" type="HundredString" minOccurs="0"/>
|
|
590
|
+
<xsd:element name="ModelName" type="StringNotNull" minOccurs="0"/>
|
|
591
|
+
<xsd:element name="ModelNumber" type="FortyStringNotNull" minOccurs="0"/>
|
|
592
|
+
<xsd:element name="ModelYear" type="FourDigitYear" minOccurs="0"/>
|
|
593
|
+
<xsd:element name="MusicalStyle" type="StringNotNull" minOccurs="0"/>
|
|
594
|
+
<!-- Default unit of measure for OutputWattage is watts -->
|
|
595
|
+
<xsd:element name="OutputWattage" type="xsd:positiveInteger" minOccurs="0"/>
|
|
596
|
+
<xsd:element name="RecorderTrackCount" type="xsd:positiveInteger" minOccurs="0"/>
|
|
597
|
+
<xsd:element name="RegionOfOrigin" type="StringNotNull" minOccurs="0"/>
|
|
598
|
+
<xsd:element name="NumberOfStrings" type="xsd:positiveInteger" minOccurs="0"/>
|
|
599
|
+
<xsd:element name="KeyAction" type="HundredString" minOccurs="0"/>
|
|
600
|
+
<xsd:element name="PercussionDiameter" type="LengthDimension" minOccurs="0"/>
|
|
601
|
+
<xsd:element name="HandOrientation" type="StringNotNull" minOccurs="0"/>
|
|
602
|
+
<xsd:element name="ItemStyling" type="HundredString" minOccurs="0"/>
|
|
603
|
+
<xsd:element name="PolarPattern" type="HundredString" minOccurs="0"/>
|
|
604
|
+
<xsd:element name="NumberOfPieces" type="xsd:positiveInteger" minOccurs="0"/>
|
|
605
|
+
<xsd:element name="IsAssemblyRequired" type="xsd:boolean" minOccurs="0"/>
|
|
606
|
+
<xsd:element name="IsACAdapterIncluded" type="xsd:boolean" minOccurs="0"/>
|
|
607
|
+
<xsd:element ref="Battery" minOccurs="0"/>
|
|
608
|
+
<xsd:element name="MaximumSampleRate" type="FrequencyDimension" minOccurs="0"/>
|
|
609
|
+
<xsd:element name="ConnectorType" type="HundredString" minOccurs="0"/>
|
|
610
|
+
<xsd:element name="SignalFormat" type="HundredString" minOccurs="0"/>
|
|
611
|
+
<xsd:element name="DigitalAudioProtocol" type="HundredString" minOccurs="0"/>
|
|
612
|
+
<xsd:element ref="HardwareInterface" minOccurs="0"/>
|
|
613
|
+
<xsd:element name="NumberOfChannels" type="xsd:positiveInteger" minOccurs="0"/>
|
|
614
|
+
<xsd:element name="OperatingSystem" type="String" minOccurs="0"/>
|
|
615
|
+
<xsd:element name="SupportedSoftware" type="HundredString" minOccurs="0"/>
|
|
616
|
+
<xsd:element name="SellerWarrantyDescription" type="SuperLongStringNotNull"
|
|
617
|
+
minOccurs="0"/>
|
|
618
|
+
<xsd:element name="DrumSetPieceQty" type="xsd:positiveInteger" minOccurs="0"/>
|
|
619
|
+
<xsd:element name="GuitarAttribute" type="StringNotNull" minOccurs="0"/>
|
|
620
|
+
<xsd:element name="MixerChannelQty" type="xsd:positiveInteger" minOccurs="0"/>
|
|
621
|
+
<xsd:element name="NumberOfKeyboardKeys" type="xsd:positiveInteger" minOccurs="0"/>
|
|
622
|
+
<xsd:element name="SpeakerAmplificationType" type="HundredString" minOccurs="0"/>
|
|
623
|
+
<xsd:element name="SpeakerCount" type="xsd:positiveInteger" minOccurs="0"/>
|
|
624
|
+
<xsd:element name="SpeakerSize" type="LengthDimension" minOccurs="0"/>
|
|
625
|
+
<xsd:element name="WirelessMicrophoneFrequency" type="FrequencyIntegerDimension"
|
|
626
|
+
minOccurs="0"/>
|
|
627
|
+
<xsd:element name="ProficiencyLevel" minOccurs="0">
|
|
628
|
+
<xsd:simpleType>
|
|
629
|
+
<xsd:restriction base="xsd:string">
|
|
630
|
+
<xsd:enumeration value="Intermediate"/>
|
|
631
|
+
<xsd:enumeration value="Professional"/>
|
|
632
|
+
<xsd:enumeration value="Student"/>
|
|
633
|
+
</xsd:restriction>
|
|
634
|
+
</xsd:simpleType>
|
|
635
|
+
</xsd:element>
|
|
636
|
+
</xsd:sequence>
|
|
637
|
+
</xsd:complexType>
|
|
638
|
+
</xsd:element>
|
|
639
|
+
<!--
|
|
640
|
+
###############################################################
|
|
641
|
+
# PercussionInstruments Classification Data
|
|
642
|
+
###############################################################
|
|
643
|
+
-->
|
|
644
|
+
<xsd:element name="PercussionInstruments">
|
|
645
|
+
<xsd:complexType>
|
|
646
|
+
<xsd:sequence>
|
|
647
|
+
<xsd:element name="VariationData" minOccurs="0">
|
|
648
|
+
<xsd:complexType>
|
|
649
|
+
<xsd:sequence>
|
|
650
|
+
<xsd:element name="Parentage">
|
|
651
|
+
<xsd:simpleType>
|
|
652
|
+
<xsd:restriction base="xsd:string">
|
|
653
|
+
<xsd:enumeration value="parent"/>
|
|
654
|
+
<xsd:enumeration value="child"/>
|
|
655
|
+
</xsd:restriction>
|
|
656
|
+
</xsd:simpleType>
|
|
657
|
+
</xsd:element>
|
|
658
|
+
<xsd:element name="VariationTheme" minOccurs="0">
|
|
659
|
+
<xsd:simpleType>
|
|
660
|
+
<xsd:restriction base="xsd:string">
|
|
661
|
+
<xsd:enumeration value="Size"/>
|
|
662
|
+
<xsd:enumeration value="Color"/>
|
|
663
|
+
<xsd:enumeration value="SizeColor"/>
|
|
664
|
+
</xsd:restriction>
|
|
665
|
+
</xsd:simpleType>
|
|
666
|
+
</xsd:element>
|
|
667
|
+
</xsd:sequence>
|
|
668
|
+
</xsd:complexType>
|
|
669
|
+
</xsd:element>
|
|
670
|
+
<xsd:element name="AdditionalSpecifications" type="AdditionalSpecs" minOccurs="0"/>
|
|
671
|
+
<xsd:element name="AmplifierType" type="StringNotNull" minOccurs="0"/>
|
|
672
|
+
<xsd:element name="ColorSpecification" minOccurs="0">
|
|
673
|
+
<xsd:complexType>
|
|
674
|
+
<xsd:sequence>
|
|
675
|
+
<xsd:element name="Color" type="String" minOccurs="0"/>
|
|
676
|
+
<xsd:element name="ColorMap" type="String" minOccurs="0"/>
|
|
677
|
+
</xsd:sequence>
|
|
678
|
+
</xsd:complexType>
|
|
679
|
+
</xsd:element>
|
|
680
|
+
<xsd:element name="CableLength" type="LengthDimension" minOccurs="0"/>
|
|
681
|
+
<xsd:element name="Size" type="String" minOccurs="0"/>
|
|
682
|
+
<xsd:element name="SizeMap" type="StringNotNull" minOccurs="0"/>
|
|
683
|
+
<xsd:element name="DisplayLength" type="LengthDimension" minOccurs="0"/>
|
|
684
|
+
<xsd:element name="DisplayVolume" type="VolumeDimension" minOccurs="0"/>
|
|
685
|
+
<xsd:element name="DisplayWeight" type="WeightDimension" minOccurs="0"/>
|
|
686
|
+
<xsd:element name="CountryProducedIn" type="StringNotNull" minOccurs="0"/>
|
|
687
|
+
<xsd:element name="DrumSetPieceQty" type="xsd:positiveInteger" minOccurs="0"/>
|
|
688
|
+
<xsd:element name="DrumSticksSize" type="StringNotNull" minOccurs="0"/>
|
|
689
|
+
<xsd:element name="InstrumentKey" type="StringNotNull" minOccurs="0"/>
|
|
690
|
+
<xsd:element name="Range" type="StringNotNull" minOccurs="0"/>
|
|
691
|
+
<xsd:element name="ScaleLength" type="HundredString" minOccurs="0"/>
|
|
692
|
+
<xsd:element name="InstrumentSize" type="StringNotNull" minOccurs="0"/>
|
|
693
|
+
<xsd:element name="ItemPackageQuantity" type="xsd:positiveInteger" default="1"
|
|
694
|
+
minOccurs="0"/>
|
|
695
|
+
<xsd:element name="MalletHardness" type="StringNotNull" minOccurs="0"/>
|
|
696
|
+
<xsd:element name="MaterialType" type="StringNotNull" minOccurs="0"/>
|
|
697
|
+
<xsd:element name="BodyMaterial" type="HundredString" minOccurs="0"/>
|
|
698
|
+
<xsd:element name="ModelName" type="StringNotNull" minOccurs="0"/>
|
|
699
|
+
<xsd:element name="ModelNumber" type="FortyStringNotNull" minOccurs="0"/>
|
|
700
|
+
<xsd:element name="ModelYear" type="FourDigitYear" minOccurs="0"/>
|
|
701
|
+
<xsd:element name="MusicalStyle" type="StringNotNull" minOccurs="0"/>
|
|
702
|
+
<xsd:element name="RegionOfOrigin" type="StringNotNull" minOccurs="0"/>
|
|
703
|
+
<xsd:element name="NumberOfStrings" type="xsd:positiveInteger" minOccurs="0"/>
|
|
704
|
+
<xsd:element name="NumberOfKeyboardKeys" type="xsd:positiveInteger" minOccurs="0"/>
|
|
705
|
+
<xsd:element name="KeyAction" type="HundredString" minOccurs="0"/>
|
|
706
|
+
<xsd:element name="PercussionDiameter" type="LengthIntegerDimension" minOccurs="0"/>
|
|
707
|
+
<xsd:element name="ItemStyling" type="HundredString" minOccurs="0"/>
|
|
708
|
+
<xsd:element name="PolarPattern" type="HundredString" minOccurs="0"/>
|
|
709
|
+
<xsd:element name="NumberOfPieces" type="xsd:positiveInteger" minOccurs="0"/>
|
|
710
|
+
<xsd:element name="IsAssemblyRequired" type="xsd:boolean" minOccurs="0"/>
|
|
711
|
+
<xsd:element ref="Battery" minOccurs="0"/>
|
|
712
|
+
<xsd:element name="MaximumSampleRate" type="FrequencyDimension" minOccurs="0"/>
|
|
713
|
+
<xsd:element name="ConnectorType" type="HundredString" minOccurs="0"/>
|
|
714
|
+
<xsd:element name="SignalFormat" type="HundredString" minOccurs="0"/>
|
|
715
|
+
<xsd:element name="DigitalAudioProtocol" type="HundredString" minOccurs="0"/>
|
|
716
|
+
<xsd:element ref="HardwareInterface" minOccurs="0"/>
|
|
717
|
+
<xsd:element name="OperatingSystem" type="String" minOccurs="0"/>
|
|
718
|
+
<xsd:element name="SupportedSoftware" type="HundredString" minOccurs="0"/>
|
|
719
|
+
<xsd:element name="SellerWarrantyDescription" type="SuperLongStringNotNull"
|
|
720
|
+
minOccurs="0"/>
|
|
721
|
+
<xsd:element name="GuitarAttribute" type="StringNotNull" minOccurs="0"/>
|
|
722
|
+
<xsd:element name="GuitarBridgeSystem" type="StringNotNull" minOccurs="0"/>
|
|
723
|
+
<xsd:element name="GuitarPickThickness" type="StringNotNull" minOccurs="0"/>
|
|
724
|
+
<xsd:element name="GuitarPickupConfiguration" type="StringNotNull" minOccurs="0"/>
|
|
725
|
+
<xsd:element name="HandOrientation" type="StringNotNull" minOccurs="0"/>
|
|
726
|
+
<xsd:element name="IsACAdapterIncluded" type="xsd:boolean" minOccurs="0"/>
|
|
727
|
+
<xsd:element name="MixerChannelQty" type="xsd:positiveInteger" minOccurs="0"/>
|
|
728
|
+
<xsd:element name="NeckMaterial" type="HundredString" minOccurs="0"/>
|
|
729
|
+
<xsd:element name="SpeakerAmplificationType" type="HundredString" minOccurs="0"/>
|
|
730
|
+
<xsd:element name="SpeakerCount" type="xsd:positiveInteger" minOccurs="0"/>
|
|
731
|
+
<xsd:element name="SpeakerSize" type="LengthDimension" minOccurs="0"/>
|
|
732
|
+
<xsd:element name="FretboardMaterial" type="HundredString" minOccurs="0"/>
|
|
733
|
+
<xsd:element name="BackMaterial" type="HundredString" minOccurs="0"/>
|
|
734
|
+
<xsd:element name="WirelessMicrophoneFrequency" type="FrequencyIntegerDimension"
|
|
735
|
+
minOccurs="0"/>
|
|
736
|
+
<xsd:element name="TopMaterial" type="HundredString" minOccurs="0"/>
|
|
737
|
+
<xsd:element name="OutputWattage" type="xsd:positiveInteger" minOccurs="0"/>
|
|
738
|
+
<xsd:element name="PickguardDescription" type="HundredString" minOccurs="0"/>
|
|
739
|
+
<xsd:element name="ProficiencyLevel" minOccurs="0">
|
|
740
|
+
<xsd:simpleType>
|
|
741
|
+
<xsd:restriction base="xsd:string">
|
|
742
|
+
<xsd:enumeration value="Intermediate"/>
|
|
743
|
+
<xsd:enumeration value="Professional"/>
|
|
744
|
+
<xsd:enumeration value="Student"/>
|
|
745
|
+
</xsd:restriction>
|
|
746
|
+
</xsd:simpleType>
|
|
747
|
+
</xsd:element>
|
|
748
|
+
<xsd:element name="RecorderTrackCount" type="xsd:positiveInteger" minOccurs="0"/>
|
|
749
|
+
<xsd:element name="StringGauge" type="HundredString" minOccurs="0"/>
|
|
750
|
+
<xsd:element name="StringMaterial" type="HundredString" minOccurs="0"/>
|
|
751
|
+
</xsd:sequence>
|
|
752
|
+
</xsd:complexType>
|
|
753
|
+
</xsd:element>
|
|
754
|
+
<!--
|
|
755
|
+
###############################################################
|
|
756
|
+
# SoundAndRecordingEquipment Classification Data
|
|
757
|
+
###############################################################
|
|
758
|
+
-->
|
|
759
|
+
<xsd:element name="SoundAndRecordingEquipment">
|
|
760
|
+
<xsd:complexType>
|
|
761
|
+
<xsd:sequence>
|
|
762
|
+
<xsd:element name="VariationData" minOccurs="0">
|
|
763
|
+
<xsd:complexType>
|
|
764
|
+
<xsd:sequence>
|
|
765
|
+
<xsd:element name="Parentage">
|
|
766
|
+
<xsd:simpleType>
|
|
767
|
+
<xsd:restriction base="xsd:string">
|
|
768
|
+
<xsd:enumeration value="parent"/>
|
|
769
|
+
<xsd:enumeration value="child"/>
|
|
770
|
+
</xsd:restriction>
|
|
771
|
+
</xsd:simpleType>
|
|
772
|
+
</xsd:element>
|
|
773
|
+
<xsd:element name="VariationTheme" minOccurs="0">
|
|
774
|
+
<xsd:simpleType>
|
|
775
|
+
<xsd:restriction base="xsd:string">
|
|
776
|
+
<xsd:enumeration value="Color"/>
|
|
777
|
+
</xsd:restriction>
|
|
778
|
+
</xsd:simpleType>
|
|
779
|
+
</xsd:element>
|
|
780
|
+
</xsd:sequence>
|
|
781
|
+
</xsd:complexType>
|
|
782
|
+
</xsd:element>
|
|
783
|
+
<xsd:element name="AdditionalSpecifications" type="AdditionalSpecs" minOccurs="0"/>
|
|
784
|
+
<xsd:element name="AmplifierType" type="StringNotNull" minOccurs="0"/>
|
|
785
|
+
<xsd:element name="ColorSpecification" minOccurs="0">
|
|
786
|
+
<xsd:complexType>
|
|
787
|
+
<xsd:sequence>
|
|
788
|
+
<xsd:element name="Color" type="String" minOccurs="0"/>
|
|
789
|
+
<xsd:element name="ColorMap" type="String" minOccurs="0"/>
|
|
790
|
+
</xsd:sequence>
|
|
791
|
+
</xsd:complexType>
|
|
792
|
+
</xsd:element>
|
|
793
|
+
<xsd:element name="CableLength" type="LengthDimension" minOccurs="0"/>
|
|
794
|
+
<xsd:element name="Size" type="String" minOccurs="0"/>
|
|
795
|
+
<xsd:element name="SizeMap" type="StringNotNull" minOccurs="0"/>
|
|
796
|
+
<xsd:element name="DisplayLength" type="LengthDimension" minOccurs="0"/>
|
|
797
|
+
<xsd:element name="DisplayVolume" type="VolumeDimension" minOccurs="0"/>
|
|
798
|
+
<xsd:element name="DisplayWeight" type="WeightDimension" minOccurs="0"/>
|
|
799
|
+
<xsd:element name="CountryProducedIn" type="StringNotNull" minOccurs="0"/>
|
|
800
|
+
<xsd:element name="DrumSticksSize" type="StringNotNull" minOccurs="0"/>
|
|
801
|
+
<xsd:element name="InstrumentKey" type="StringNotNull" minOccurs="0"/>
|
|
802
|
+
<xsd:element name="Range" type="StringNotNull" minOccurs="0"/>
|
|
803
|
+
<xsd:element name="ScaleLength" type="HundredString" minOccurs="0"/>
|
|
804
|
+
<xsd:element name="InstrumentSize" type="StringNotNull" minOccurs="0"/>
|
|
805
|
+
<xsd:element name="ItemPackageQuantity" type="xsd:positiveInteger" default="1"
|
|
806
|
+
minOccurs="0"/>
|
|
807
|
+
<xsd:element name="MaterialType" type="StringNotNull" minOccurs="0"/>
|
|
808
|
+
<xsd:element name="MixerChannelQty" type="xsd:positiveInteger" minOccurs="0"/>
|
|
809
|
+
<xsd:element name="BodyMaterial" type="HundredString" minOccurs="0"/>
|
|
810
|
+
<xsd:element name="ModelName" type="StringNotNull" minOccurs="0"/>
|
|
811
|
+
<xsd:element name="ModelNumber" type="FortyStringNotNull" minOccurs="0"/>
|
|
812
|
+
<xsd:element name="ModelYear" type="FourDigitYear" minOccurs="0"/>
|
|
813
|
+
<xsd:element name="MusicalStyle" type="StringNotNull" minOccurs="0"/>
|
|
814
|
+
<!-- Default unit of measure for OutputWattage is watts -->
|
|
815
|
+
<xsd:element name="OutputWattage" type="xsd:positiveInteger" minOccurs="0"/>
|
|
816
|
+
<xsd:element name="RecorderTrackCount" type="xsd:positiveInteger" minOccurs="0"/>
|
|
817
|
+
<xsd:element name="RegionOfOrigin" type="StringNotNull" minOccurs="0"/>
|
|
818
|
+
<xsd:element name="SpeakerCount" type="xsd:positiveInteger" minOccurs="0"/>
|
|
819
|
+
<xsd:element name="SpeakerSize" type="LengthDimension" minOccurs="0"/>
|
|
820
|
+
<xsd:element name="SpeakerAmplificationType" type="HundredString" minOccurs="0"/>
|
|
821
|
+
<xsd:element name="WirelessMicrophoneFrequency" type="FrequencyIntegerDimension"
|
|
822
|
+
minOccurs="0"/>
|
|
823
|
+
<xsd:element name="KeyAction" type="HundredString" minOccurs="0"/>
|
|
824
|
+
<xsd:element name="ItemStyling" type="HundredString" minOccurs="0"/>
|
|
825
|
+
<xsd:element name="PolarPattern" type="HundredString" minOccurs="0"/>
|
|
826
|
+
<xsd:element name="NumberOfPieces" type="xsd:positiveInteger" minOccurs="0"/>
|
|
827
|
+
<xsd:element name="IsAssemblyRequired" type="xsd:boolean" minOccurs="0"/>
|
|
828
|
+
<xsd:element name="IsACAdapterIncluded" type="xsd:boolean" minOccurs="0"/>
|
|
829
|
+
<xsd:element ref="Battery" minOccurs="0"/>
|
|
830
|
+
<xsd:element name="MaximumSampleRate" type="FrequencyDimension" minOccurs="0"/>
|
|
831
|
+
<xsd:element name="ConnectorType" type="HundredString" minOccurs="0"/>
|
|
832
|
+
<xsd:element name="SignalFormat" type="HundredString" minOccurs="0"/>
|
|
833
|
+
<xsd:element name="NumberOfChannels" type="xsd:positiveInteger" minOccurs="0"/>
|
|
834
|
+
<xsd:element name="DigitalAudioProtocol" type="HundredString" minOccurs="0"/>
|
|
835
|
+
<xsd:element ref="HardwareInterface" minOccurs="0"/>
|
|
836
|
+
<xsd:element name="OperatingSystem" type="String" minOccurs="0"/>
|
|
837
|
+
<xsd:element name="SupportedSoftware" type="HundredString" minOccurs="0"/>
|
|
838
|
+
<xsd:element name="SellerWarrantyDescription" type="SuperLongStringNotNull"
|
|
839
|
+
minOccurs="0"/>
|
|
840
|
+
<xsd:element name="DrumSetPieceQty" type="xsd:positiveInteger" minOccurs="0"/>
|
|
841
|
+
<xsd:element name="GuitarAttribute" type="StringNotNull" minOccurs="0"/>
|
|
842
|
+
<xsd:element name="GuitarBridgeSystem" type="StringNotNull" minOccurs="0"/>
|
|
843
|
+
<xsd:element name="GuitarPickThickness" type="StringNotNull" minOccurs="0"/>
|
|
844
|
+
<xsd:element name="GuitarPickupConfiguration" type="StringNotNull" minOccurs="0"/>
|
|
845
|
+
<xsd:element name="HandOrientation" type="StringNotNull" minOccurs="0"/>
|
|
846
|
+
<xsd:element name="MalletHardness" type="StringNotNull" minOccurs="0"/>
|
|
847
|
+
<xsd:element name="NeckMaterial" type="HundredString" minOccurs="0"/>
|
|
848
|
+
<xsd:element name="NumberOfKeyboardKeys" type="xsd:positiveInteger" minOccurs="0"/>
|
|
849
|
+
<xsd:element name="NumberOfStrings" type="xsd:positiveInteger" minOccurs="0"/>
|
|
850
|
+
<xsd:element name="FretboardMaterial" type="HundredString" minOccurs="0"/>
|
|
851
|
+
<xsd:element name="BackMaterial" type="HundredString" minOccurs="0"/>
|
|
852
|
+
<xsd:element name="TopMaterial" type="HundredString" minOccurs="0"/>
|
|
853
|
+
<xsd:element name="PercussionDiameter" type="LengthIntegerDimension" minOccurs="0"/>
|
|
854
|
+
<xsd:element name="PickguardDescription" type="HundredString" minOccurs="0"/>
|
|
855
|
+
<xsd:element name="ProficiencyLevel" minOccurs="0">
|
|
856
|
+
<xsd:simpleType>
|
|
857
|
+
<xsd:restriction base="xsd:string">
|
|
858
|
+
<xsd:enumeration value="Intermediate"/>
|
|
859
|
+
<xsd:enumeration value="Professional"/>
|
|
860
|
+
<xsd:enumeration value="Student"/>
|
|
861
|
+
</xsd:restriction>
|
|
862
|
+
</xsd:simpleType>
|
|
863
|
+
</xsd:element>
|
|
864
|
+
<xsd:element name="StringGauge" type="HundredString" minOccurs="0"/>
|
|
865
|
+
<xsd:element name="StringMaterial" type="HundredString" minOccurs="0"/>
|
|
866
|
+
</xsd:sequence>
|
|
867
|
+
</xsd:complexType>
|
|
868
|
+
</xsd:element>
|
|
869
|
+
<!--
|
|
870
|
+
###############################################################
|
|
871
|
+
# StringedInstruments Classification Data
|
|
872
|
+
###############################################################
|
|
873
|
+
-->
|
|
874
|
+
<xsd:element name="StringedInstruments">
|
|
875
|
+
<xsd:complexType>
|
|
876
|
+
<xsd:sequence>
|
|
877
|
+
<xsd:element name="VariationData" minOccurs="0">
|
|
878
|
+
<xsd:complexType>
|
|
879
|
+
<xsd:sequence>
|
|
880
|
+
<xsd:element name="Parentage">
|
|
881
|
+
<xsd:simpleType>
|
|
882
|
+
<xsd:restriction base="xsd:string">
|
|
883
|
+
<xsd:enumeration value="parent"/>
|
|
884
|
+
<xsd:enumeration value="child"/>
|
|
885
|
+
</xsd:restriction>
|
|
886
|
+
</xsd:simpleType>
|
|
887
|
+
</xsd:element>
|
|
888
|
+
<xsd:element name="VariationTheme" minOccurs="0">
|
|
889
|
+
<xsd:simpleType>
|
|
890
|
+
<xsd:restriction base="xsd:string">
|
|
891
|
+
<xsd:enumeration value="Size"/>
|
|
892
|
+
<xsd:enumeration value="Color"/>
|
|
893
|
+
<xsd:enumeration value="SizeColor"/>
|
|
894
|
+
</xsd:restriction>
|
|
895
|
+
</xsd:simpleType>
|
|
896
|
+
</xsd:element>
|
|
897
|
+
</xsd:sequence>
|
|
898
|
+
</xsd:complexType>
|
|
899
|
+
</xsd:element>
|
|
900
|
+
<xsd:element name="AdditionalSpecifications" type="AdditionalSpecs" minOccurs="0"/>
|
|
901
|
+
<xsd:element name="AmplifierType" type="StringNotNull" minOccurs="0"/>
|
|
902
|
+
<xsd:element name="ColorSpecification" minOccurs="0">
|
|
903
|
+
<xsd:complexType>
|
|
904
|
+
<xsd:sequence>
|
|
905
|
+
<xsd:element name="Color" type="String" minOccurs="0"/>
|
|
906
|
+
<xsd:element name="ColorMap" type="String" minOccurs="0"/>
|
|
907
|
+
</xsd:sequence>
|
|
908
|
+
</xsd:complexType>
|
|
909
|
+
</xsd:element>
|
|
910
|
+
<xsd:element name="CableLength" type="LengthDimension" minOccurs="0"/>
|
|
911
|
+
<xsd:element name="Size" type="String" minOccurs="0"/>
|
|
912
|
+
<xsd:element name="SizeMap" type="StringNotNull" minOccurs="0"/>
|
|
913
|
+
<xsd:element name="DisplayLength" type="LengthDimension" minOccurs="0"/>
|
|
914
|
+
<xsd:element name="DisplayVolume" type="VolumeDimension" minOccurs="0"/>
|
|
915
|
+
<xsd:element name="DisplayWeight" type="WeightDimension" minOccurs="0"/>
|
|
916
|
+
<xsd:element name="CountryProducedIn" type="StringNotNull" minOccurs="0"/>
|
|
917
|
+
<xsd:element name="DrumSticksSize" type="StringNotNull" minOccurs="0"/>
|
|
918
|
+
<xsd:element name="GuitarBridgeSystem" type="StringNotNull" minOccurs="0"/>
|
|
919
|
+
<xsd:element name="GuitarPickupConfiguration" type="StringNotNull" minOccurs="0"/>
|
|
920
|
+
<xsd:element name="InstrumentKey" type="StringNotNull" minOccurs="0"/>
|
|
921
|
+
<xsd:element name="Range" type="StringNotNull" minOccurs="0"/>
|
|
922
|
+
<xsd:element name="ScaleLength" type="HundredString" minOccurs="0"/>
|
|
923
|
+
<xsd:element name="InstrumentSize" type="StringNotNull" minOccurs="0"/>
|
|
924
|
+
<xsd:element name="ItemPackageQuantity" type="xsd:positiveInteger" default="1"
|
|
925
|
+
minOccurs="0"/>
|
|
926
|
+
<xsd:element name="MaterialType" type="StringNotNull" minOccurs="0"/>
|
|
927
|
+
<xsd:element name="BackMaterial" type="HundredString" minOccurs="0"/>
|
|
928
|
+
<xsd:element name="BodyMaterial" type="HundredString" minOccurs="0"/>
|
|
929
|
+
<xsd:element name="TopMaterial" type="HundredString" minOccurs="0"/>
|
|
930
|
+
<xsd:element name="FretboardMaterial" type="HundredString" minOccurs="0"/>
|
|
931
|
+
<xsd:element name="NeckMaterial" type="HundredString" minOccurs="0"/>
|
|
932
|
+
<xsd:element name="StringMaterial" type="HundredString" minOccurs="0"/>
|
|
933
|
+
<xsd:element name="StringGauge" type="HundredString" minOccurs="0"/>
|
|
934
|
+
<xsd:element name="PickguardDescription" type="HundredString" minOccurs="0"/>
|
|
935
|
+
<xsd:element name="ModelName" type="StringNotNull" minOccurs="0"/>
|
|
936
|
+
<xsd:element name="ModelNumber" type="FortyStringNotNull" minOccurs="0"/>
|
|
937
|
+
<xsd:element name="ModelYear" type="FourDigitYear" minOccurs="0"/>
|
|
938
|
+
<xsd:element name="MusicalStyle" type="StringNotNull" minOccurs="0"/>
|
|
939
|
+
<xsd:element name="SpeakerCount" type="xsd:positiveInteger" minOccurs="0"/>
|
|
940
|
+
<xsd:element name="SpeakerSize" type="LengthDimension" minOccurs="0"/>
|
|
941
|
+
<xsd:element name="SpeakerAmplificationType" type="HundredString" minOccurs="0"/>
|
|
942
|
+
<xsd:element name="RegionOfOrigin" type="StringNotNull" minOccurs="0"/>
|
|
943
|
+
<xsd:element name="NumberOfStrings" type="xsd:positiveInteger" minOccurs="0"/>
|
|
944
|
+
<xsd:element name="KeyAction" type="HundredString" minOccurs="0"/>
|
|
945
|
+
<xsd:element name="HandOrientation" type="StringNotNull" minOccurs="0"/>
|
|
946
|
+
<xsd:element name="ItemStyling" type="HundredString" minOccurs="0"/>
|
|
947
|
+
<xsd:element name="PolarPattern" type="HundredString" minOccurs="0"/>
|
|
948
|
+
<xsd:element name="NumberOfPieces" type="xsd:positiveInteger" minOccurs="0"/>
|
|
949
|
+
<xsd:element name="IsAssemblyRequired" type="xsd:boolean" minOccurs="0"/>
|
|
950
|
+
<xsd:element ref="Battery" minOccurs="0"/>
|
|
951
|
+
<xsd:element name="MaximumSampleRate" type="FrequencyDimension" minOccurs="0"/>
|
|
952
|
+
<xsd:element name="ConnectorType" type="HundredString" minOccurs="0"/>
|
|
953
|
+
<xsd:element name="SignalFormat" type="HundredString" minOccurs="0"/>
|
|
954
|
+
<xsd:element name="OperatingSystem" type="String" minOccurs="0"/>
|
|
955
|
+
<xsd:element name="SupportedSoftware" type="HundredString" minOccurs="0"/>
|
|
956
|
+
<xsd:element name="SellerWarrantyDescription" type="SuperLongStringNotNull"
|
|
957
|
+
minOccurs="0"/>
|
|
958
|
+
</xsd:sequence>
|
|
959
|
+
</xsd:complexType>
|
|
960
|
+
</xsd:element>
|
|
961
|
+
<!--
|
|
962
|
+
###############################################################
|
|
963
|
+
# Musical Instruments Data Types
|
|
964
|
+
###############################################################
|
|
965
|
+
-->
|
|
966
|
+
<xsd:simpleType name="AdditionalSpecs">
|
|
967
|
+
<xsd:restriction base="xsd:normalizedString">
|
|
968
|
+
<xsd:minLength value="1"/>
|
|
969
|
+
<xsd:maxLength value="1500"/>
|
|
970
|
+
</xsd:restriction>
|
|
971
|
+
</xsd:simpleType>
|
|
972
|
+
<xsd:element name="HardwareInterface" type="HardwareInterfaceValues"/>
|
|
973
|
+
|
|
974
|
+
</xsd:schema>
|