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/Books.xsd
ADDED
|
@@ -0,0 +1,210 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
|
|
3
|
+
<xsd:include schemaLocation="amzn-base.xsd"/>
|
|
4
|
+
<xsd:element name="Books">
|
|
5
|
+
<xsd:complexType>
|
|
6
|
+
<xsd:sequence>
|
|
7
|
+
<xsd:element name="ProductType">
|
|
8
|
+
<xsd:complexType>
|
|
9
|
+
<xsd:choice>
|
|
10
|
+
<xsd:element ref="BooksMisc"/>
|
|
11
|
+
</xsd:choice>
|
|
12
|
+
</xsd:complexType>
|
|
13
|
+
</xsd:element>
|
|
14
|
+
</xsd:sequence>
|
|
15
|
+
</xsd:complexType>
|
|
16
|
+
</xsd:element>
|
|
17
|
+
<xsd:element name="BooksMisc">
|
|
18
|
+
<xsd:complexType>
|
|
19
|
+
<xsd:sequence>
|
|
20
|
+
<xsd:element name="Author" type="MediumStringNotNull" minOccurs="0"/>
|
|
21
|
+
<xsd:element name="Binding" type="BindingTypes" minOccurs="1"/>
|
|
22
|
+
<xsd:element name="DustJacket" type="DustJacketTypes" minOccurs="0"/>
|
|
23
|
+
<xsd:element name="Edition" type="StringNotNull" minOccurs="0"/>
|
|
24
|
+
<xsd:element name="Editor" type="StringNotNull" minOccurs="0"/>
|
|
25
|
+
<xsd:element name="Illustrator" type="StringNotNull" minOccurs="0"/>
|
|
26
|
+
<xsd:element name="Introduction" type="StringNotNull" minOccurs="0"/>
|
|
27
|
+
<xsd:element name="IsAdultProduct" type="xsd:boolean" minOccurs="0"/>
|
|
28
|
+
<xsd:element name="IsFixedPrice" type="xsd:boolean" minOccurs="0"/>
|
|
29
|
+
<xsd:element name="Language" type="LanguageStringType" minOccurs="0"/>
|
|
30
|
+
<xsd:element name="Narrator" type="StringNotNull" minOccurs="0"/>
|
|
31
|
+
<xsd:element name="Photographer" type="StringNotNull" minOccurs="0"/>
|
|
32
|
+
<xsd:element name="Preface" type="StringNotNull" minOccurs="0"/>
|
|
33
|
+
<xsd:element name="PublicationDate" type="xsd:dateTime" minOccurs="0"/>
|
|
34
|
+
<xsd:element name="SignedBy" type="SignedByValues" minOccurs="0"/>
|
|
35
|
+
<xsd:element name="SourcedCountryCode" type="SourceCountryCodeValues" minOccurs="0"/>
|
|
36
|
+
<xsd:element name="Subject" type="StringNotNull" minOccurs="0"/>
|
|
37
|
+
<xsd:element name="Translator" type="StringNotNull" minOccurs="0"/>
|
|
38
|
+
<xsd:element name="Volume" type="StringNotNull" minOccurs="0"/>
|
|
39
|
+
<xsd:element name="NumberOfPages" type="PositiveInteger" minOccurs="0"/>
|
|
40
|
+
<xsd:element name="BisacSubjectDescriptionCode" type="StringNotNull" minOccurs="0"/>
|
|
41
|
+
<xsd:element name="CollectionName" type="LongStringNotNull" minOccurs="0"/>
|
|
42
|
+
<xsd:element name="SeriesNumber" type="PositiveInteger" minOccurs="0"/>
|
|
43
|
+
<xsd:element name="Format" type="BooksVideoFormatType" minOccurs="0" maxOccurs="3"/>
|
|
44
|
+
<xsd:element name="BookdataBicSubjectCode" type="StringNotNull" minOccurs="0"/>
|
|
45
|
+
<xsd:element name="ThemaClassificationCode" type="StringNotNull" minOccurs="0"/>
|
|
46
|
+
</xsd:sequence>
|
|
47
|
+
</xsd:complexType>
|
|
48
|
+
</xsd:element>
|
|
49
|
+
|
|
50
|
+
<xsd:simpleType name="BindingTypes">
|
|
51
|
+
<xsd:restriction base="xsd:string">
|
|
52
|
+
<xsd:enumeration value= "Accessory"/>
|
|
53
|
+
<xsd:enumeration value= "Album"/>
|
|
54
|
+
<xsd:enumeration value= "Audiocd"/>
|
|
55
|
+
<xsd:enumeration value= "Audiodownload"/>
|
|
56
|
+
<xsd:enumeration value= "Bathbook"/>
|
|
57
|
+
<xsd:enumeration value= "Boardbook"/>
|
|
58
|
+
<xsd:enumeration value= "Bondedleather"/>
|
|
59
|
+
<xsd:enumeration value= "Calendar"/>
|
|
60
|
+
<xsd:enumeration value= "Cardbook"/>
|
|
61
|
+
<xsd:enumeration value= "Cards"/>
|
|
62
|
+
<xsd:enumeration value= "Cassette"/>
|
|
63
|
+
<xsd:enumeration value= "Cdrom"/>
|
|
64
|
+
<xsd:enumeration value= "Comic"/>
|
|
65
|
+
<xsd:enumeration value= "Diary"/>
|
|
66
|
+
<xsd:enumeration value= "Dvdrom"/>
|
|
67
|
+
<xsd:enumeration value= "Flexibound"/>
|
|
68
|
+
<xsd:enumeration value= "Foambook"/>
|
|
69
|
+
<xsd:enumeration value= "Game"/>
|
|
70
|
+
<xsd:enumeration value= "Hardcover"/>
|
|
71
|
+
<xsd:enumeration value= "Hardcovercomic"/>
|
|
72
|
+
<xsd:enumeration value= "Hardcoverspiral"/>
|
|
73
|
+
<xsd:enumeration value= "Imitationleather"/>
|
|
74
|
+
<xsd:enumeration value= "Journal"/>
|
|
75
|
+
<xsd:enumeration value= "Kindleedition"/>
|
|
76
|
+
<xsd:enumeration value= "Leatherbound"/>
|
|
77
|
+
<xsd:enumeration value= "Library"/>
|
|
78
|
+
<xsd:enumeration value= "Libraryaudiocd"/>
|
|
79
|
+
<xsd:enumeration value= "Libraryaudiomp3"/>
|
|
80
|
+
<xsd:enumeration value= "Looseleaf"/>
|
|
81
|
+
<xsd:enumeration value= "Map"/>
|
|
82
|
+
<xsd:enumeration value= "Massmarket"/>
|
|
83
|
+
<xsd:enumeration value= "Microfiche"/>
|
|
84
|
+
<xsd:enumeration value= "Microfilm"/>
|
|
85
|
+
<xsd:enumeration value= "Miscsupplies"/>
|
|
86
|
+
<xsd:enumeration value= "Mook"/>
|
|
87
|
+
<xsd:enumeration value= "Mp3cd"/>
|
|
88
|
+
<xsd:enumeration value= "Pamphlet"/>
|
|
89
|
+
<xsd:enumeration value= "Paperback"/>
|
|
90
|
+
<xsd:enumeration value= "Paperbackbunko"/>
|
|
91
|
+
<xsd:enumeration value= "Paperbackshinsho"/>
|
|
92
|
+
<xsd:enumeration value= "Perfect"/>
|
|
93
|
+
<xsd:enumeration value= "Plasticcomb"/>
|
|
94
|
+
<xsd:enumeration value= "Popup"/>
|
|
95
|
+
<xsd:enumeration value= "Preloadeddigitalaudioplayer"/>
|
|
96
|
+
<xsd:enumeration value= "Ragbook"/>
|
|
97
|
+
<xsd:enumeration value= "Ringbound"/>
|
|
98
|
+
<xsd:enumeration value= "Roughcut"/>
|
|
99
|
+
<xsd:enumeration value= "School"/>
|
|
100
|
+
<xsd:enumeration value= "Sheetmusic"/>
|
|
101
|
+
<xsd:enumeration value= "Singleissuemagazine"/>
|
|
102
|
+
<xsd:enumeration value= "Slide"/>
|
|
103
|
+
<xsd:enumeration value= "Spiralbound"/>
|
|
104
|
+
<xsd:enumeration value= "Stationery"/>
|
|
105
|
+
<xsd:enumeration value= "Tankobonhardcover"/>
|
|
106
|
+
<xsd:enumeration value= "Tankobonsoftcover"/>
|
|
107
|
+
<xsd:enumeration value= "Textbook"/>
|
|
108
|
+
<xsd:enumeration value= "Toy"/>
|
|
109
|
+
<xsd:enumeration value= "Transparency"/>
|
|
110
|
+
<xsd:enumeration value= "Turtleback"/>
|
|
111
|
+
<xsd:enumeration value= "Unbound"/>
|
|
112
|
+
<xsd:enumeration value= "Vinylbound"/>
|
|
113
|
+
<xsd:enumeration value= "Wallchart"/>
|
|
114
|
+
<xsd:enumeration value= "Workbook"/>
|
|
115
|
+
<xsd:enumeration value= "Addressbook"/>
|
|
116
|
+
<xsd:enumeration value= "Bargainbook"/>
|
|
117
|
+
<xsd:enumeration value= "Consumerelectronics"/>
|
|
118
|
+
<xsd:enumeration value= "Consumermagazine"/>
|
|
119
|
+
<xsd:enumeration value= "Diskette"/>
|
|
120
|
+
<xsd:enumeration value= "Dvdr"/>
|
|
121
|
+
<xsd:enumeration value= "Gift"/>
|
|
122
|
+
<xsd:enumeration value= "Jpoversizedbook"/>
|
|
123
|
+
<xsd:enumeration value= "Kitchen"/>
|
|
124
|
+
<xsd:enumeration value= "Librarymp3Cd"/>
|
|
125
|
+
<xsd:enumeration value= "Miscellaneous"/>
|
|
126
|
+
<xsd:enumeration value= "Notebook"/>
|
|
127
|
+
<xsd:enumeration value= "Pocketbook"/>
|
|
128
|
+
<xsd:enumeration value= "Podgeneric"/>
|
|
129
|
+
<xsd:enumeration value= "Podhardback"/>
|
|
130
|
+
<xsd:enumeration value= "Podpaperback"/>
|
|
131
|
+
<xsd:enumeration value= "Pop-Up"/>
|
|
132
|
+
<xsd:enumeration value= "Poster"/>
|
|
133
|
+
<xsd:enumeration value= "Printedaccesscode"/>
|
|
134
|
+
<xsd:enumeration value= "Saddlestitch"/>
|
|
135
|
+
<xsd:enumeration value= "Threadbound"/>
|
|
136
|
+
<xsd:enumeration value= "Unknownbinding"/>
|
|
137
|
+
|
|
138
|
+
</xsd:restriction>
|
|
139
|
+
</xsd:simpleType>
|
|
140
|
+
|
|
141
|
+
<xsd:simpleType name="DustJacketTypes">
|
|
142
|
+
<xsd:restriction base="xsd:string">
|
|
143
|
+
<xsd:enumeration value="NoDustJacket"/>
|
|
144
|
+
<xsd:enumeration value="LikeNew"/>
|
|
145
|
+
<xsd:enumeration value="VeryGood"/>
|
|
146
|
+
<xsd:enumeration value="Good"/>
|
|
147
|
+
<xsd:enumeration value="Acceptable"/>
|
|
148
|
+
</xsd:restriction>
|
|
149
|
+
</xsd:simpleType>
|
|
150
|
+
|
|
151
|
+
<xsd:simpleType name="SignedByValues">
|
|
152
|
+
<xsd:restriction base="xsd:string">
|
|
153
|
+
<xsd:enumeration value="Author"/>
|
|
154
|
+
<xsd:enumeration value="Illustrator"/>
|
|
155
|
+
<xsd:enumeration value="Editor"/>
|
|
156
|
+
<xsd:enumeration value="Photographer"/>
|
|
157
|
+
<xsd:enumeration value="Other"/>
|
|
158
|
+
</xsd:restriction>
|
|
159
|
+
</xsd:simpleType>
|
|
160
|
+
|
|
161
|
+
<xsd:simpleType name="SourceCountryCodeValues">
|
|
162
|
+
<xsd:restriction base="xsd:string">
|
|
163
|
+
<xsd:enumeration value="JP"/>
|
|
164
|
+
<xsd:enumeration value="US"/>
|
|
165
|
+
<xsd:enumeration value="GB"/>
|
|
166
|
+
<xsd:enumeration value="DE"/>
|
|
167
|
+
<xsd:enumeration value="Unknown"/>
|
|
168
|
+
</xsd:restriction>
|
|
169
|
+
</xsd:simpleType>
|
|
170
|
+
|
|
171
|
+
<xsd:simpleType name="BooksVideoFormatType">
|
|
172
|
+
<xsd:restriction base="xsd:string">
|
|
173
|
+
<xsd:enumeration value="engagement_calendar"/>
|
|
174
|
+
<xsd:enumeration value="student_calendar"/>
|
|
175
|
+
<xsd:enumeration value="sticker_book"/>
|
|
176
|
+
<xsd:enumeration value="audiobook"/>
|
|
177
|
+
<xsd:enumeration value="box_set"/>
|
|
178
|
+
<xsd:enumeration value="almanac_calendar"/>
|
|
179
|
+
<xsd:enumeration value="desk_calendar"/>
|
|
180
|
+
<xsd:enumeration value="wall_calendar"/>
|
|
181
|
+
<xsd:enumeration value="poster_calendar"/>
|
|
182
|
+
<xsd:enumeration value="advent_calendar"/>
|
|
183
|
+
<xsd:enumeration value="box_calendar"/>
|
|
184
|
+
<xsd:enumeration value="perpetual_calendar"/>
|
|
185
|
+
<xsd:enumeration value="day_to_day_calendar"/>
|
|
186
|
+
<xsd:enumeration value="project_calendar"/>
|
|
187
|
+
<xsd:enumeration value="collectors_edition"/>
|
|
188
|
+
<xsd:enumeration value="deluxe_edition"/>
|
|
189
|
+
<xsd:enumeration value="special_edition"/>
|
|
190
|
+
<xsd:enumeration value="special_extended_version"/>
|
|
191
|
+
<xsd:enumeration value="special_limited_edition"/>
|
|
192
|
+
<xsd:enumeration value="international_edition"/>
|
|
193
|
+
<xsd:enumeration value="standard_edition"/>
|
|
194
|
+
<xsd:enumeration value="large_print"/>
|
|
195
|
+
<xsd:enumeration value="coloring_book"/>
|
|
196
|
+
<xsd:enumeration value="picture_book"/>
|
|
197
|
+
<xsd:enumeration value="teachers_edition"/>
|
|
198
|
+
<xsd:enumeration value="pop_up"/>
|
|
199
|
+
<xsd:enumeration value="antique_books"/>
|
|
200
|
+
<xsd:enumeration value="wall_map"/>
|
|
201
|
+
<xsd:enumeration value="folded_map"/>
|
|
202
|
+
<xsd:enumeration value="bookmark_calendar"/>
|
|
203
|
+
<xsd:enumeration value="mini_calendar"/>
|
|
204
|
+
<xsd:enumeration value="other_calendar"/>
|
|
205
|
+
<xsd:enumeration value="roughcut"/>
|
|
206
|
+
<xsd:enumeration value="unabridged"/>
|
|
207
|
+
<xsd:enumeration value="abridged"/>
|
|
208
|
+
</xsd:restriction>
|
|
209
|
+
</xsd:simpleType>
|
|
210
|
+
</xsd:schema>
|
data/lib/xsd/CE.xsd
ADDED
|
@@ -0,0 +1,2935 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
<!-- Revision="$Revision: #C_1 $" -->
|
|
3
|
+
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
|
|
4
|
+
<!--
|
|
5
|
+
|
|
6
|
+
$Date: 2012/03/22 $
|
|
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="CE">
|
|
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="Antenna"/>
|
|
24
|
+
<xsd:element ref="AudioVideoAccessory"/>
|
|
25
|
+
<xsd:element ref="AVFurniture"/>
|
|
26
|
+
<xsd:element ref="BarCodeReader"/>
|
|
27
|
+
<xsd:element ref="CEBinocular"/>
|
|
28
|
+
<xsd:element ref="CECamcorder"/>
|
|
29
|
+
<xsd:element ref="CameraBagsAndCases"/>
|
|
30
|
+
<xsd:element ref="CEBattery"/>
|
|
31
|
+
<xsd:element ref="CEBlankMedia"/>
|
|
32
|
+
<xsd:element ref="CableOrAdapter"/>
|
|
33
|
+
<xsd:element ref="CECameraFlash"/>
|
|
34
|
+
<xsd:element ref="CameraLenses"/>
|
|
35
|
+
<xsd:element ref="CameraOtherAccessories"/>
|
|
36
|
+
<xsd:element ref="CameraPowerSupply"/>
|
|
37
|
+
<xsd:element ref="CarAlarm"/>
|
|
38
|
+
<xsd:element ref="CarAudioOrTheater"/>
|
|
39
|
+
<xsd:element ref="CarElectronics"/>
|
|
40
|
+
<xsd:element ref="ConsumerElectronics"/>
|
|
41
|
+
<xsd:element ref="CEDigitalCamera"/>
|
|
42
|
+
<xsd:element ref="DigitalPictureFrame"/>
|
|
43
|
+
<xsd:element ref="DigitalVideoRecorder"/>
|
|
44
|
+
<xsd:element ref="DVDPlayerOrRecorder"/>
|
|
45
|
+
<xsd:element ref="CEFilmCamera"/>
|
|
46
|
+
<xsd:element ref="GPSOrNavigationAccessory"/>
|
|
47
|
+
<xsd:element ref="GPSOrNavigationSystem"/>
|
|
48
|
+
<xsd:element ref="HandheldOrPDA"/>
|
|
49
|
+
<xsd:element ref="Headphones"/>
|
|
50
|
+
<xsd:element ref="HomeTheaterSystemOrHTIB"/>
|
|
51
|
+
<xsd:element ref="KindleAccessories"/>
|
|
52
|
+
<xsd:element ref="KindleEReaderAccessories"/>
|
|
53
|
+
<xsd:element ref="KindleFireAccessories"/>
|
|
54
|
+
<xsd:element ref="MediaPlayer"/>
|
|
55
|
+
<xsd:element ref="MediaPlayerOrEReaderAccessory"/>
|
|
56
|
+
<xsd:element ref="MediaStorage"/>
|
|
57
|
+
<xsd:element ref="MiscAudioComponents"/>
|
|
58
|
+
<xsd:element ref="PC"/>
|
|
59
|
+
<xsd:element ref="PDA"/>
|
|
60
|
+
<xsd:element ref="Phone"/>
|
|
61
|
+
<xsd:element ref="PhoneAccessory"/>
|
|
62
|
+
<xsd:element ref="PhotographicStudioItems"/>
|
|
63
|
+
<xsd:element ref="PortableAudio"/>
|
|
64
|
+
<xsd:element ref="PortableAvDevice"/>
|
|
65
|
+
<xsd:element ref="PowerSuppliesOrProtection"/>
|
|
66
|
+
<xsd:element ref="RadarDetector"/>
|
|
67
|
+
<xsd:element ref="RadioOrClockRadio"/>
|
|
68
|
+
<xsd:element ref="ReceiverOrAmplifier"/>
|
|
69
|
+
<xsd:element ref="RemoteControl"/>
|
|
70
|
+
<xsd:element ref="Speakers"/>
|
|
71
|
+
<xsd:element ref="StereoShelfSystem"/>
|
|
72
|
+
<xsd:element ref="CETelescope"/>
|
|
73
|
+
<xsd:element ref="Television"/>
|
|
74
|
+
<xsd:element ref="Tuner"/>
|
|
75
|
+
<xsd:element ref="TVCombos"/>
|
|
76
|
+
<xsd:element ref="TwoWayRadio"/>
|
|
77
|
+
<xsd:element ref="VCR"/>
|
|
78
|
+
<xsd:element ref="CEVideoProjector"/>
|
|
79
|
+
<xsd:element ref="VideoProjectorsAndAccessories"/>
|
|
80
|
+
</xsd:choice>
|
|
81
|
+
</xsd:complexType>
|
|
82
|
+
</xsd:element>
|
|
83
|
+
<xsd:element name="ProductSubtype" minOccurs="0">
|
|
84
|
+
<xsd:simpleType>
|
|
85
|
+
<xsd:restriction base="xsd:string">
|
|
86
|
+
<xsd:enumeration value="Antenna"/>
|
|
87
|
+
<xsd:enumeration value="AVFurniture"/>
|
|
88
|
+
<xsd:enumeration value="BarCodeReader"/>
|
|
89
|
+
<xsd:enumeration value="CEBinocular"/>
|
|
90
|
+
<xsd:enumeration value="CECamcorder"/>
|
|
91
|
+
<xsd:enumeration value="CameraBagsAndCases"/>
|
|
92
|
+
<xsd:enumeration value="Battery"/>
|
|
93
|
+
<xsd:enumeration value="BlankMedia"/>
|
|
94
|
+
<xsd:enumeration value="CableOrAdapter"/>
|
|
95
|
+
<xsd:enumeration value="CECameraFlash"/>
|
|
96
|
+
<xsd:enumeration value="CameraLenses"/>
|
|
97
|
+
<xsd:enumeration value="CameraOtherAccessories"/>
|
|
98
|
+
<xsd:enumeration value="CameraPowerSupply"/>
|
|
99
|
+
<xsd:enumeration value="CarAudioOrTheater"/>
|
|
100
|
+
<xsd:enumeration value="CarElectronics"/>
|
|
101
|
+
<xsd:enumeration value="CEDigitalCamera"/>
|
|
102
|
+
<xsd:enumeration value="DigitalPictureFrame"/>
|
|
103
|
+
<xsd:enumeration value="CECarryingCaseOrBag"/>
|
|
104
|
+
<xsd:enumeration value="CombinedAvDevice"/>
|
|
105
|
+
<xsd:enumeration value="Computer"/>
|
|
106
|
+
<xsd:enumeration value="ComputerDriveOrStorage"/>
|
|
107
|
+
<xsd:enumeration value="ComputerProcessor"/>
|
|
108
|
+
<xsd:enumeration value="ComputerVideoGameController"/>
|
|
109
|
+
<xsd:enumeration value="DigitalVideoRecorder"/>
|
|
110
|
+
<xsd:enumeration value="DVDPlayerOrRecorder"/>
|
|
111
|
+
<xsd:enumeration value="CEFilmCamera"/>
|
|
112
|
+
<xsd:enumeration value="FlashMemory"/>
|
|
113
|
+
<xsd:enumeration value="GPSOrNavigationAccessory"/>
|
|
114
|
+
<xsd:enumeration value="GPSOrNavigationSystem"/>
|
|
115
|
+
<xsd:enumeration value="HandheldOrPDA"/>
|
|
116
|
+
<xsd:enumeration value="HomeTheaterSystemOrHTIB"/>
|
|
117
|
+
<xsd:enumeration value="Keyboards"/>
|
|
118
|
+
<xsd:enumeration value="MemoryReader"/>
|
|
119
|
+
<xsd:enumeration value="Microphone"/>
|
|
120
|
+
<xsd:enumeration value="Monitor"/>
|
|
121
|
+
<xsd:enumeration value="MP3Player"/>
|
|
122
|
+
<xsd:enumeration value="MultifunctionOfficeMachine"/>
|
|
123
|
+
<xsd:enumeration value="NetworkAdapter"/>
|
|
124
|
+
<xsd:enumeration value="NetworkMediaPlayer"/>
|
|
125
|
+
<xsd:enumeration value="NetworkStorage"/>
|
|
126
|
+
<xsd:enumeration value="NetworkTransceiver"/>
|
|
127
|
+
<xsd:enumeration value="NetworkingDevice"/>
|
|
128
|
+
<xsd:enumeration value="NetworkingHub"/>
|
|
129
|
+
<xsd:enumeration value="Phone"/>
|
|
130
|
+
<xsd:enumeration value="PhoneAccessory"/>
|
|
131
|
+
<xsd:enumeration value="PhotographicStudioItems"/>
|
|
132
|
+
<xsd:enumeration value="PointingDevice"/>
|
|
133
|
+
<xsd:enumeration value="PortableAudio"/>
|
|
134
|
+
<xsd:enumeration value="PortableAvDevice"/>
|
|
135
|
+
<xsd:enumeration value="PortableElectronics"/>
|
|
136
|
+
<xsd:enumeration value="Printer"/>
|
|
137
|
+
<xsd:enumeration value="PrinterConsumable"/>
|
|
138
|
+
<xsd:enumeration value="ReceiverOrAmplifier"/>
|
|
139
|
+
<xsd:enumeration value="RemoteControl"/>
|
|
140
|
+
<xsd:enumeration value="SatelliteOrDSS"/>
|
|
141
|
+
<xsd:enumeration value="Scanner"/>
|
|
142
|
+
<xsd:enumeration value="SoundCard"/>
|
|
143
|
+
<xsd:enumeration value="Speakers"/>
|
|
144
|
+
<xsd:enumeration value="CETelescope"/>
|
|
145
|
+
<xsd:enumeration value="SystemCabinet"/>
|
|
146
|
+
<xsd:enumeration value="SystemPowerDevice"/>
|
|
147
|
+
<xsd:enumeration value="Television"/>
|
|
148
|
+
<xsd:enumeration value="TwoWayRadio"/>
|
|
149
|
+
<xsd:enumeration value="VCR"/>
|
|
150
|
+
<xsd:enumeration value="VideoCard"/>
|
|
151
|
+
<xsd:enumeration value="VideoProjector"/>
|
|
152
|
+
<xsd:enumeration value="VideoProjectorsAndAccessories"/>
|
|
153
|
+
<xsd:enumeration value="Webcam"/>
|
|
154
|
+
</xsd:restriction>
|
|
155
|
+
</xsd:simpleType>
|
|
156
|
+
</xsd:element>
|
|
157
|
+
<xsd:element name="AnalogVideoFormat" type="StringNotNull" minOccurs="0"
|
|
158
|
+
maxOccurs="2"/>
|
|
159
|
+
<xsd:element name="AnnualEnergyConsumption" type="EnergyConsumptionDimension"
|
|
160
|
+
minOccurs="0"/>
|
|
161
|
+
<xsd:element name="AnsweringSystemType" type="StringNotNull" minOccurs="0"/>
|
|
162
|
+
<xsd:element name="AntennaLength" type="LengthDimension" minOccurs="0"/>
|
|
163
|
+
<xsd:element name="AntennaType" type="AntennaTypeValues" minOccurs="0"/>
|
|
164
|
+
<xsd:element name="AspectRatio" type="AspectRatio" minOccurs="0"/>
|
|
165
|
+
<xsd:element name="AudioFeaturesDescription" type="StringNotNull" minOccurs="0"/>
|
|
166
|
+
<xsd:element name="AudioInput" type="StringNotNull" minOccurs="0" maxOccurs="5"/>
|
|
167
|
+
<xsd:element name="AudioOutputEffects" type="StringNotNull" minOccurs="0"
|
|
168
|
+
maxOccurs="5"/>
|
|
169
|
+
<xsd:element name="AudioOutputMode" type="StringNotNull" minOccurs="0" maxOccurs="2"/>
|
|
170
|
+
<xsd:element name="AudioOutputResponseBandwidth" type="StringNotNull" minOccurs="0"/>
|
|
171
|
+
<xsd:element name="AudioOutputType" type="StringNotNull" minOccurs="0"/>
|
|
172
|
+
<xsd:element name="AudioSensitivity" type="xsd:positiveInteger" minOccurs="0"/>
|
|
173
|
+
<xsd:element name="AutoRedial" type="xsd:boolean" minOccurs="0"/>
|
|
174
|
+
<xsd:element ref="Battery" minOccurs="0"/>
|
|
175
|
+
<xsd:element name="BatteryAverageLife" type="TimeDimension" minOccurs="0"/>
|
|
176
|
+
<xsd:element name="BatteryAverageLifeTalkTime" type="TimeDimension" minOccurs="0"/>
|
|
177
|
+
<xsd:element name="BufferSize" type="MemorySizeDimension" minOccurs="0"/>
|
|
178
|
+
<xsd:element name="BatteryTypeLithiumIon" type="xsd:positiveInteger" minOccurs="0"/>
|
|
179
|
+
<xsd:element name="BatteryTypeLithiumMetal" type="xsd:positiveInteger" minOccurs="0"/>
|
|
180
|
+
<xsd:element name="BiometricSecurityFeatures" type="StringNotNull" minOccurs="0"/>
|
|
181
|
+
<xsd:element name="BuiltInDecoders" type="StringNotNull" minOccurs="0"
|
|
182
|
+
maxOccurs="10"/>
|
|
183
|
+
<xsd:element name="ButtonQuantity" type="xsd:positiveInteger" minOccurs="0"/>
|
|
184
|
+
<xsd:element name="CabinetMaterial" type="StringNotNull" minOccurs="0"/>
|
|
185
|
+
<xsd:element name="CableFeature" type="StringNotNull" minOccurs="0" maxOccurs="5"/>
|
|
186
|
+
<xsd:element name="CableTechnology" type="StringNotNull" minOccurs="0" maxOccurs="5"/>
|
|
187
|
+
<xsd:element name="CableType" type="StringNotNull" minOccurs="0"/>
|
|
188
|
+
<xsd:element name="CacheMemoryInstalledSize" type="MemorySizeDimension"
|
|
189
|
+
minOccurs="0"/>
|
|
190
|
+
<xsd:element name="CallAlerts" type="StringNotNull" minOccurs="0"/>
|
|
191
|
+
<xsd:element name="CallerIdentification" type="xsd:boolean" minOccurs="0"/>
|
|
192
|
+
<xsd:element name="CarryingStrap" type="StringNotNull" minOccurs="0" maxOccurs="5"/>
|
|
193
|
+
<xsd:element name="CassetteSystemType" type="StringNotNull" minOccurs="0"/>
|
|
194
|
+
<xsd:element name="CDChangerType" type="StringNotNull" minOccurs="0"/>
|
|
195
|
+
<xsd:element name="CDDiskCapacity" type="xsd:nonNegativeInteger" minOccurs="0"/>
|
|
196
|
+
<xsd:element name="CDLoadType" type="StringNotNull" minOccurs="0"/>
|
|
197
|
+
<xsd:element name="CDPlaybackMode" type="StringNotNull" minOccurs="0" maxOccurs="5"/>
|
|
198
|
+
<xsd:element name="CDSystemType" type="StringNotNull" minOccurs="0"/>
|
|
199
|
+
<xsd:element name="CellularEnhancementProtocol" type="StringNotNull" minOccurs="0"
|
|
200
|
+
maxOccurs="5"/>
|
|
201
|
+
<xsd:element name="CoaxialDigitalInput" type="StringNotNull" minOccurs="0"/>
|
|
202
|
+
<xsd:element name="CoaxialDigitalOutput" type="StringNotNull" minOccurs="0"/>
|
|
203
|
+
<xsd:element name="Color" type="StringNotNull" minOccurs="0"/>
|
|
204
|
+
<xsd:element name="ColorDepth" type="StringNotNull" minOccurs="0" maxOccurs="5"/>
|
|
205
|
+
<xsd:element name="ColorMap" type="StringNotNull" minOccurs="0"/>
|
|
206
|
+
<xsd:element name="ColorSupport" type="StringNotNull" minOccurs="0" maxOccurs="5"/>
|
|
207
|
+
<xsd:element name="CompatibleCartridge" type="StringNotNull" minOccurs="0"
|
|
208
|
+
maxOccurs="10"/>
|
|
209
|
+
<xsd:element name="CompatibleDevices" type="StringNotNull" minOccurs="0"
|
|
210
|
+
maxOccurs="10"/>
|
|
211
|
+
<xsd:element name="ComponentType" type="StringNotNull" minOccurs="0" maxOccurs="10"/>
|
|
212
|
+
<xsd:element name="CompressedCapacity" type="MemorySizeDimension" minOccurs="0"/>
|
|
213
|
+
<xsd:element name="ComputerPeripheralConnector" type="StringNotNull" minOccurs="0"
|
|
214
|
+
maxOccurs="5"/>
|
|
215
|
+
<xsd:element name="ConferenceCallCapability" type="StringNotNull" minOccurs="0"/>
|
|
216
|
+
<xsd:element name="ConnectivityProtocol" type="StringNotNull" minOccurs="0"
|
|
217
|
+
maxOccurs="5"/>
|
|
218
|
+
<xsd:element name="ConnectivityTechnology" type="StringNotNull" minOccurs="0"/>
|
|
219
|
+
<xsd:element name="CopierType" type="StringNotNull" minOccurs="0"/>
|
|
220
|
+
<xsd:element name="CopySizeMaximum" type="StringNotNull" minOccurs="0"/>
|
|
221
|
+
<xsd:element name="CountryOfOrigin" type="CountryOfOriginType" minOccurs="0"/>
|
|
222
|
+
<xsd:element name="CrossoverFrequency" type="StringNotNull" minOccurs="0"/>
|
|
223
|
+
<xsd:element name="DACDataWidth" type="StringNotNull" minOccurs="0"/>
|
|
224
|
+
<xsd:element name="DataCompressionProtocol" type="StringNotNull" minOccurs="0"
|
|
225
|
+
maxOccurs="5"/>
|
|
226
|
+
<xsd:element name="DataLinkProtocol" type="MediumStringNotNull" minOccurs="0"
|
|
227
|
+
maxOccurs="5"/>
|
|
228
|
+
<xsd:element name="DataService" type="StringNotNull" minOccurs="0"/>
|
|
229
|
+
<xsd:element name="DataStorageCapability" type="StringNotNull" minOccurs="0"/>
|
|
230
|
+
<xsd:element name="DataTransferRate" minOccurs="0">
|
|
231
|
+
<xsd:complexType>
|
|
232
|
+
<xsd:simpleContent>
|
|
233
|
+
<xsd:extension base="xsd:nonNegativeInteger">
|
|
234
|
+
<xsd:attribute name="unitOfMeasure" type="DataTransferUnitOfMeasure"
|
|
235
|
+
use="required"/>
|
|
236
|
+
</xsd:extension>
|
|
237
|
+
</xsd:simpleContent>
|
|
238
|
+
</xsd:complexType>
|
|
239
|
+
</xsd:element>
|
|
240
|
+
<xsd:element name="DeviceType" type="StringNotNull" minOccurs="0"/>
|
|
241
|
+
<xsd:element name="DGPS" type="StringNotNull" minOccurs="0"/>
|
|
242
|
+
<xsd:element name="DialerType" type="StringNotNull" minOccurs="0"/>
|
|
243
|
+
<xsd:element name="DigitalPlayerType" type="StringNotNull" minOccurs="0"/>
|
|
244
|
+
<xsd:element name="DigitalRecordingTime" type="StringNotNull" minOccurs="0"
|
|
245
|
+
maxOccurs="5"/>
|
|
246
|
+
<xsd:element name="DigitalSignalingProtocol" type="StringNotNull" minOccurs="0"
|
|
247
|
+
maxOccurs="5"/>
|
|
248
|
+
<xsd:element name="DigitalStorageCapacity" type="MemorySizeDimension" minOccurs="0"/>
|
|
249
|
+
<xsd:element name="DigitalZoom" type="ZoomDimension" minOccurs="0"/>
|
|
250
|
+
<xsd:element name="DisplayColorSupport" type="StringNotNull" minOccurs="0"
|
|
251
|
+
maxOccurs="5"/>
|
|
252
|
+
<xsd:element name="DisplayLanguageOptions" type="StringNotNull" minOccurs="0"/>
|
|
253
|
+
<xsd:element name="DisplayLineQuantity" type="xsd:nonNegativeInteger" minOccurs="0"/>
|
|
254
|
+
<xsd:element name="DisplayResolutionMaximum" type="StringNotNull" minOccurs="0"/>
|
|
255
|
+
<xsd:element name="DisplayTechnology" type="StringNotNull" minOccurs="0"/>
|
|
256
|
+
<xsd:element name="DisplayType" type="StringNotNull" minOccurs="0"/>
|
|
257
|
+
<xsd:element name="DockingStationExternalInterface" type="DockingStationExternalInterfaceTypeValues" minOccurs="0"/>
|
|
258
|
+
<xsd:element name="DriveUnits" type="StringNotNull" minOccurs="0"/>
|
|
259
|
+
<xsd:element name="Duplex" type="StringNotNull" minOccurs="0"/>
|
|
260
|
+
<xsd:element name="DVDDiskCapacity" type="xsd:nonNegativeInteger" minOccurs="0"/>
|
|
261
|
+
<xsd:element name="DVDDiskChangerType" type="StringNotNull" minOccurs="0"/>
|
|
262
|
+
<xsd:element name="DVDMediaLoadType" type="StringNotNull" minOccurs="0"/>
|
|
263
|
+
<xsd:element name="DVDPictureZoomPower" type="StringNotNull" minOccurs="0"
|
|
264
|
+
maxOccurs="5"/>
|
|
265
|
+
<xsd:element name="DVDPlaybackMode" type="StringNotNull" minOccurs="0" maxOccurs="5"/>
|
|
266
|
+
<xsd:element name="DVDType" type="StringNotNull" minOccurs="0"/>
|
|
267
|
+
<xsd:element name="DVRCompressionRate" type="StringNotNull" minOccurs="0"/>
|
|
268
|
+
<xsd:element name="DVRMaxRecordingTime" type="xsd:nonNegativeInteger" minOccurs="0"/>
|
|
269
|
+
<xsd:element name="DVRServiceDescription" type="StringNotNull" minOccurs="0"/>
|
|
270
|
+
<xsd:element name="Enclosure" type="StringNotNull" minOccurs="0"/>
|
|
271
|
+
<xsd:element name="Equalizer" type="StringNotNull" minOccurs="0"/>
|
|
272
|
+
<xsd:element name="EqualizerBandChannels" type="StringNotNull" minOccurs="0"/>
|
|
273
|
+
<xsd:element name="ErrorCorrectionProtocol" type="StringNotNull" minOccurs="0"
|
|
274
|
+
maxOccurs="5"/>
|
|
275
|
+
<xsd:element name="EyeRelief" type="LengthDimension" minOccurs="0"/>
|
|
276
|
+
<xsd:element name="FaceplateType" type="StringNotNull" minOccurs="0"/>
|
|
277
|
+
<xsd:element name="FaxMachineCompatibility" type="StringNotNull" minOccurs="0"/>
|
|
278
|
+
<xsd:element name="FaxType" type="StringNotNull" minOccurs="0"/>
|
|
279
|
+
<xsd:element name="FlashMemoryInstalledSize" type="MemorySizeDimension"
|
|
280
|
+
minOccurs="0"/>
|
|
281
|
+
<xsd:element name="FloppyDiskDrive" minOccurs="0">
|
|
282
|
+
<xsd:simpleType>
|
|
283
|
+
<xsd:restriction base="xsd:string">
|
|
284
|
+
<xsd:enumeration value="1_44_mb_3_5_inch"/>
|
|
285
|
+
<xsd:enumeration value="720_kb_3_5_inch"/>
|
|
286
|
+
<xsd:enumeration value="floppy_cd_drive_combo"/>
|
|
287
|
+
<xsd:enumeration value="floppy_cd_rw_dvd_rom_combo"/>
|
|
288
|
+
<xsd:enumeration value="floppy_dvd_drive_combo"/>
|
|
289
|
+
<xsd:enumeration value="ls_120_superdisk"/>
|
|
290
|
+
<xsd:enumeration value="none"/>
|
|
291
|
+
<xsd:enumeration value="unknown"/>
|
|
292
|
+
</xsd:restriction>
|
|
293
|
+
</xsd:simpleType>
|
|
294
|
+
</xsd:element>
|
|
295
|
+
<xsd:element name="FormFactor" type="StringNotNull" minOccurs="0" maxOccurs="5"/>
|
|
296
|
+
<xsd:element name="FreeAirResonantFrequency" type="FrequencyDimension" minOccurs="0"/>
|
|
297
|
+
<xsd:element name="FrequencyRange" type="StringNotNull" minOccurs="0" maxOccurs="5"/>
|
|
298
|
+
<xsd:element name="FrequencyRequired" type="StringNotNull" minOccurs="0"/>
|
|
299
|
+
<xsd:element name="FrequencyResponseCurve" type="StringNotNull" minOccurs="0"/>
|
|
300
|
+
<xsd:element name="FrontAccessibleBaysQuantity" type="xsd:nonNegativeInteger"
|
|
301
|
+
minOccurs="0"/>
|
|
302
|
+
<xsd:element name="FuseDescription" type="StringNotNull" minOccurs="0"/>
|
|
303
|
+
<xsd:element name="GPSNavigation" type="StringNotNull" minOccurs="0"/>
|
|
304
|
+
<xsd:element name="GraphicsCoprocessor" type="StringNotNull" minOccurs="0"/>
|
|
305
|
+
<xsd:element name="GraphicsCoprocessorQuantity" type="xsd:nonNegativeInteger"
|
|
306
|
+
minOccurs="0"/>
|
|
307
|
+
<xsd:element name="GraphicsRam" type="Dimension" minOccurs="0"/>
|
|
308
|
+
<xsd:element name="GreyscaleDepth" type="StringNotNull" minOccurs="0" maxOccurs="5"/>
|
|
309
|
+
<xsd:element name="HandsetDepth" type="LengthDimension" minOccurs="0"/>
|
|
310
|
+
<xsd:element name="HandsetHeight" type="LengthDimension" minOccurs="0"/>
|
|
311
|
+
<xsd:element name="HandsetLocator" type="xsd:boolean" minOccurs="0"/>
|
|
312
|
+
<xsd:element name="HandsetWeight" type="WeightDimension" minOccurs="0"/>
|
|
313
|
+
<xsd:element name="HandsetWidth" type="LengthDimension" minOccurs="0"/>
|
|
314
|
+
<xsd:element name="HardDiskDescription" type="StringNotNull" minOccurs="0"/>
|
|
315
|
+
<xsd:element name="HardDiskInstalledQuantity" type="xsd:nonNegativeInteger"
|
|
316
|
+
minOccurs="0"/>
|
|
317
|
+
<xsd:element name="HardDiskRotationalSpeed" type="xsd:nonNegativeInteger"
|
|
318
|
+
minOccurs="0"/>
|
|
319
|
+
<xsd:element name="HardwareInterface" type="HardwareInterfaceValues" minOccurs="0"
|
|
320
|
+
maxOccurs="10"/>
|
|
321
|
+
<xsd:element name="HasCommercialSkip" type="xsd:boolean" minOccurs="0"/>
|
|
322
|
+
<xsd:element name="HasDVDPictureZoom" type="xsd:boolean" minOccurs="0"/>
|
|
323
|
+
<xsd:element name="HasParentalChannelLock" type="xsd:boolean" minOccurs="0"/>
|
|
324
|
+
<xsd:element name="HeadphonesFormFactor" type="StringNotNull" minOccurs="0"/>
|
|
325
|
+
<xsd:element name="HeadphonesJack" type="StringNotNull" minOccurs="0"/>
|
|
326
|
+
<xsd:element name="HeadphonesTechnology" type="StringNotNull" minOccurs="0"/>
|
|
327
|
+
<xsd:element name="HorizontalResolution" type="xsd:nonNegativeInteger" minOccurs="0"/>
|
|
328
|
+
<xsd:element name="HotSwapBaysQuantity" type="xsd:nonNegativeInteger" minOccurs="0"/>
|
|
329
|
+
<xsd:element name="HumanInterfaceInput" type="HumanInterfaceInputType" minOccurs="0"
|
|
330
|
+
maxOccurs="5"/>
|
|
331
|
+
<xsd:element name="HumanInterfaceOutput" type="HumanInterfaceOutputType"
|
|
332
|
+
minOccurs="0"/>
|
|
333
|
+
<xsd:element name="ImageAspectRatio" type="StringNotNull" minOccurs="0"
|
|
334
|
+
maxOccurs="5"/>
|
|
335
|
+
<xsd:element name="ImageBrightness" type="StringNotNull" minOccurs="0"/>
|
|
336
|
+
<xsd:element name="ImageContrastRatio" type="StringNotNull" minOccurs="0"/>
|
|
337
|
+
<xsd:element name="Impedance" type="ResistanceDimension" minOccurs="0"/>
|
|
338
|
+
<xsd:element name="IncludesMP3Player" type="xsd:boolean" minOccurs="0"/>
|
|
339
|
+
<xsd:element name="IncludesRechargableBattery" type="xsd:boolean" minOccurs="0"/>
|
|
340
|
+
<xsd:element name="IncludesRemote" type="xsd:boolean" minOccurs="0"/>
|
|
341
|
+
<xsd:element name="IncludesSpeakerphone" type="xsd:boolean" minOccurs="0"/>
|
|
342
|
+
<xsd:element name="InputAdapter" type="StringNotNull" minOccurs="0" maxOccurs="5"/>
|
|
343
|
+
<xsd:element name="InputChannelQuantity" type="xsd:nonNegativeInteger" minOccurs="0"/>
|
|
344
|
+
<xsd:element name="InputConnection" type="Connection" minOccurs="0" maxOccurs="5"/>
|
|
345
|
+
<xsd:element name="InputConnectorType" type="StringNotNull" minOccurs="0"
|
|
346
|
+
maxOccurs="5"/>
|
|
347
|
+
<xsd:element name="InputDevice" type="StringNotNull" minOccurs="0" maxOccurs="5"/>
|
|
348
|
+
<xsd:element name="InputDeviceInterface" type="StringNotNull" minOccurs="0"
|
|
349
|
+
maxOccurs="10"/>
|
|
350
|
+
<xsd:element name="Intercom" type="xsd:boolean" minOccurs="0"/>
|
|
351
|
+
<xsd:element name="InternalBaysQuantity" type="xsd:positiveInteger" minOccurs="0"/>
|
|
352
|
+
<xsd:element name="ISDNTerminalAdapterInterface" type="StringNotNull" minOccurs="0"/>
|
|
353
|
+
<xsd:element name="IsHDTVCompatible" type="xsd:boolean" minOccurs="0"/>
|
|
354
|
+
<xsd:element name="IsWaterproof" type="xsd:boolean" minOccurs="0"/>
|
|
355
|
+
<xsd:element name="ItemDisplayDepth" type="LengthDimension" minOccurs="0"/>
|
|
356
|
+
<xsd:element name="ItemDisplayHeight" type="LengthDimension" minOccurs="0"/>
|
|
357
|
+
<xsd:element name="ItemDisplayLength" type="LengthDimension" minOccurs="0"/>
|
|
358
|
+
<xsd:element name="ItemDisplayLengthMaximum" type="LengthDimension" minOccurs="0"/>
|
|
359
|
+
<xsd:element name="ItemDisplayWeight" type="WeightDimension" minOccurs="0"/>
|
|
360
|
+
<xsd:element name="ItemDisplayWidth" type="LengthDimension" minOccurs="0"/>
|
|
361
|
+
<xsd:element name="LithiumBatteryEnergyContent" type="xsd:decimal" minOccurs="0"/>
|
|
362
|
+
<xsd:element name="LithiumBatteryPackaging" minOccurs="0">
|
|
363
|
+
<xsd:simpleType>
|
|
364
|
+
<xsd:restriction base="xsd:string">
|
|
365
|
+
<xsd:enumeration value="batteries_contained_in_equipment"/>
|
|
366
|
+
<xsd:enumeration value="batteries_only"/>
|
|
367
|
+
<xsd:enumeration value="batteries_packed_with_equipment"/>
|
|
368
|
+
</xsd:restriction>
|
|
369
|
+
</xsd:simpleType>
|
|
370
|
+
</xsd:element>
|
|
371
|
+
<xsd:element name="LithiumBatteryVoltage" type="xsd:decimal" minOccurs="0"/>
|
|
372
|
+
<xsd:element name="LithiumBatteryWeight" type="xsd:decimal" minOccurs="0"/>
|
|
373
|
+
<xsd:element name="KeyboardDescription" type="StringNotNull" minOccurs="0"/>
|
|
374
|
+
<xsd:element name="LampType" type="StringNotNull" minOccurs="0"/>
|
|
375
|
+
<xsd:element name="LeftConnectorGender" type="StringNotNull" minOccurs="0"/>
|
|
376
|
+
<xsd:element name="LeftConnectorType" type="StringNotNull" minOccurs="0"
|
|
377
|
+
maxOccurs="5"/>
|
|
378
|
+
<xsd:element name="ManufacturerWarrantyType" type="StringNotNull" minOccurs="0"/>
|
|
379
|
+
<xsd:element name="MapType" type="StringNotNull" minOccurs="0" maxOccurs="5"/>
|
|
380
|
+
<xsd:element name="MaterialComposition" type="StringNotNull" minOccurs="0" maxOccurs="10"/>
|
|
381
|
+
<xsd:element name="MaterialType" type="StringNotNull" minOccurs="0" maxOccurs="10"/>
|
|
382
|
+
<xsd:element name="MaxCopyResolutionBlackWhite" type="StringNotNull" minOccurs="0"/>
|
|
383
|
+
<xsd:element name="MaxCopyResolutionColor" type="StringNotNull" minOccurs="0"/>
|
|
384
|
+
<xsd:element name="MaximumBridgedOutputPower" type="xsd:positiveInteger"
|
|
385
|
+
minOccurs="0"/>
|
|
386
|
+
<xsd:element name="MaximumExternalResolution" type="StringNotNull" minOccurs="0"/>
|
|
387
|
+
<xsd:element name="MaximumImageSize" type="LengthDimension" minOccurs="0"/>
|
|
388
|
+
<xsd:element name="MaximumLinearPeakExcursion" type="LengthDimension" minOccurs="0"/>
|
|
389
|
+
<xsd:element name="MaximumOutputPower" type="StringNotNull" minOccurs="0"/>
|
|
390
|
+
<xsd:element name="MaximumRange" type="LengthDimension" minOccurs="0"/>
|
|
391
|
+
<xsd:element name="MaximumRangeIndoors" type="LengthDimension" minOccurs="0"/>
|
|
392
|
+
<xsd:element name="MaximumSampleRate" type="FrequencyDimension" minOccurs="0"/>
|
|
393
|
+
<xsd:element name="MaximumScreenDistance" type="LengthDimension" minOccurs="0"/>
|
|
394
|
+
<xsd:element name="MaxInputSheetCapacity" type="xsd:nonNegativeInteger"
|
|
395
|
+
minOccurs="0"/>
|
|
396
|
+
<xsd:element name="MaxPrintResolutionBlackWhite" type="StringNotNull" minOccurs="0"
|
|
397
|
+
maxOccurs="5"/>
|
|
398
|
+
<xsd:element name="MaxPrintResolutionColor" type="StringNotNull" minOccurs="0"
|
|
399
|
+
maxOccurs="5"/>
|
|
400
|
+
<xsd:element name="MediaFormat" type="StringNotNull" minOccurs="0"/>
|
|
401
|
+
<xsd:element name="MediaLoadType" type="StringNotNull" minOccurs="0"/>
|
|
402
|
+
<xsd:element name="MediaSizeMaximum" type="StringNotNull" minOccurs="0"
|
|
403
|
+
maxOccurs="5"/>
|
|
404
|
+
<xsd:element name="MediaType" type="StringNotNull" minOccurs="0" maxOccurs="10"/>
|
|
405
|
+
<xsd:element name="MemoryStorageCapacity" type="MemorySizeDimension"
|
|
406
|
+
minOccurs="0"/>
|
|
407
|
+
<xsd:element name="MemoryTechnology" type="StringNotNull" minOccurs="0"/>
|
|
408
|
+
<xsd:element name="MfgWarrantyDescriptionLabor" type="SuperLongStringNotNull"
|
|
409
|
+
minOccurs="0"/>
|
|
410
|
+
<xsd:element name="MfgWarrantyDescriptionParts" type="SuperLongStringNotNull"
|
|
411
|
+
minOccurs="0"/>
|
|
412
|
+
<xsd:element name="MicrophoneFormFactor" type="StringNotNull" minOccurs="0"/>
|
|
413
|
+
<xsd:element name="MicrophoneOperationMode" type="StringNotNull" minOccurs="0"
|
|
414
|
+
maxOccurs="5"/>
|
|
415
|
+
<xsd:element name="MicrophoneTechnology" type="StringNotNull" minOccurs="0"/>
|
|
416
|
+
<xsd:element name="MiniDiscSystem" type="StringNotNull" minOccurs="0"/>
|
|
417
|
+
<xsd:element name="MinimumImageSize" type="LengthDimension" minOccurs="0"/>
|
|
418
|
+
<xsd:element name="MinimumScreenDistance" type="LengthDimension" minOccurs="0"/>
|
|
419
|
+
<xsd:element name="MinimumSystemRequirementDescription" type="StringNotNull"
|
|
420
|
+
minOccurs="0"/>
|
|
421
|
+
<xsd:element name="Model" type="FortyStringNotNull" minOccurs="0"/>
|
|
422
|
+
<xsd:element name="ModelName" type="StringNotNull" minOccurs="0"/>
|
|
423
|
+
<xsd:element name="ModemDescription" type="StringNotNull" minOccurs="0"/>
|
|
424
|
+
<xsd:element name="ModemInterface" type="StringNotNull" minOccurs="0"/>
|
|
425
|
+
<xsd:element name="ModemType" type="ModemTypeValues" minOccurs="0"/>
|
|
426
|
+
<xsd:element name="MonthlyDutyCycle" type="StringNotNull" minOccurs="0"/>
|
|
427
|
+
<xsd:element name="MountingHoleDiameter" type="LengthDimension" minOccurs="0"/>
|
|
428
|
+
<xsd:element name="MovementDetectionTechnology" type="StringNotNull" minOccurs="0"/>
|
|
429
|
+
<xsd:element name="MultilineOperation" type="StringNotNull" minOccurs="0"
|
|
430
|
+
maxOccurs="5"/>
|
|
431
|
+
<xsd:element name="MultimediaFunctionality" type="StringNotNull" minOccurs="0"
|
|
432
|
+
maxOccurs="5"/>
|
|
433
|
+
<xsd:element name="NavigationRoutes" type="xsd:positiveInteger" minOccurs="0"/>
|
|
434
|
+
<xsd:element name="NetworkingFeature" type="StringNotNull" minOccurs="0"
|
|
435
|
+
maxOccurs="10"/>
|
|
436
|
+
<xsd:element name="NetworkInterfaceDescription" type="StringNotNull" minOccurs="0"/>
|
|
437
|
+
<xsd:element name="NumberOfLithiumIonCells" type="xsd:positiveInteger" minOccurs="0"/>
|
|
438
|
+
<xsd:element name="NumberOfLithiumMetalCells" type="xsd:positiveInteger"
|
|
439
|
+
minOccurs="0"/>
|
|
440
|
+
<xsd:element name="NumberOfPorts" type="xsd:nonNegativeInteger" minOccurs="0"/>
|
|
441
|
+
<xsd:element name="NumberOfSupportedZones" type="xsd:positiveInteger" minOccurs="0"/>
|
|
442
|
+
<xsd:element name="ObjectiveLensDiameter" type="LengthDimension" minOccurs="0"/>
|
|
443
|
+
<xsd:element name="OperatingHumidity" type="StringNotNull" minOccurs="0"/>
|
|
444
|
+
<xsd:element name="OpticalDigitalInput" type="StringNotNull" minOccurs="0"/>
|
|
445
|
+
<xsd:element name="OpticalDigitalOutput" type="StringNotNull" minOccurs="0"/>
|
|
446
|
+
<xsd:element name="OpticalSensorInterpolatedResolution" type="PixelDimension"
|
|
447
|
+
minOccurs="0"/>
|
|
448
|
+
<xsd:element name="OpticalSensorResolution" type="PixelDimension" minOccurs="0"/>
|
|
449
|
+
<xsd:element name="OpticalStorageDevice" type="StringNotNull" minOccurs="0"
|
|
450
|
+
maxOccurs="2"/>
|
|
451
|
+
<xsd:element name="OpticalStorageInstalledQuantity" type="xsd:nonNegativeInteger"
|
|
452
|
+
minOccurs="0"/>
|
|
453
|
+
<xsd:element name="OpticalStorageReadSpeed" type="StringNotNull" minOccurs="0"/>
|
|
454
|
+
<xsd:element name="OpticalStorageRewriteSpeed" type="StringNotNull" minOccurs="0"/>
|
|
455
|
+
<xsd:element name="OpticalStorageSecondaryReadSpeed" type="StringNotNull"
|
|
456
|
+
minOccurs="0"/>
|
|
457
|
+
<xsd:element name="OpticalStorageSecondaryRewriteSpeed" type="StringNotNull"
|
|
458
|
+
minOccurs="0"/>
|
|
459
|
+
<xsd:element name="OpticalStorageSecondaryType" type="StringNotNull" minOccurs="0"
|
|
460
|
+
maxOccurs="5"/>
|
|
461
|
+
<xsd:element name="OpticalStorageSecondaryWriteSpeed" type="StringNotNull"
|
|
462
|
+
minOccurs="0"/>
|
|
463
|
+
<xsd:element name="OpticalStorageWriteSpeed" type="StringNotNull" minOccurs="0"/>
|
|
464
|
+
<xsd:element name="OutputChannelQuantity" type="xsd:nonNegativeInteger"
|
|
465
|
+
minOccurs="0"/>
|
|
466
|
+
<xsd:element name="OutputConnection" type="Connection" minOccurs="0" maxOccurs="5"/>
|
|
467
|
+
<xsd:element name="OutputConnectorQuantity" type="xsd:nonNegativeInteger"
|
|
468
|
+
minOccurs="0"/>
|
|
469
|
+
<xsd:element name="OutputConnectorType" type="StringNotNull" minOccurs="0"
|
|
470
|
+
maxOccurs="5"/>
|
|
471
|
+
<xsd:element name="OutputPower" type="xsd:positiveInteger" minOccurs="0"/>
|
|
472
|
+
<xsd:element name="OutputWattage" type="xsd:positiveInteger" minOccurs="0"/>
|
|
473
|
+
<xsd:element name="PackageContentType" type="StringNotNull" minOccurs="0"/>
|
|
474
|
+
<xsd:element name="PackageTypeName" type="StringNotNull" minOccurs="0"/>
|
|
475
|
+
<xsd:element name="PCConnectionAvailable" type="StringNotNull" minOccurs="0"/>
|
|
476
|
+
<xsd:element name="PhoneBaseDepth" type="LengthDimension" minOccurs="0"/>
|
|
477
|
+
<xsd:element name="PhoneBaseHeight" type="LengthDimension" minOccurs="0"/>
|
|
478
|
+
<xsd:element name="PhoneBaseWeight" type="WeightDimension" minOccurs="0"/>
|
|
479
|
+
<xsd:element name="PhoneBaseWidth" type="LengthDimension" minOccurs="0"/>
|
|
480
|
+
<xsd:element name="PortedBoxVolume" minOccurs="0">
|
|
481
|
+
<xsd:complexType>
|
|
482
|
+
<xsd:simpleContent>
|
|
483
|
+
<xsd:extension base="StringNotNull">
|
|
484
|
+
<xsd:attribute name="unitOfMeasure" type="VolumeUnitOfMeasure"
|
|
485
|
+
use="required"/>
|
|
486
|
+
</xsd:extension>
|
|
487
|
+
</xsd:simpleContent>
|
|
488
|
+
</xsd:complexType>
|
|
489
|
+
</xsd:element>
|
|
490
|
+
<xsd:element name="PowerAmplifierClass" type="StringNotNull" minOccurs="0"/>
|
|
491
|
+
<xsd:element name="PowerDevice" type="StringNotNull" minOccurs="0"/>
|
|
492
|
+
<xsd:element name="PowerGain" type="VoltageIntegerDimension" minOccurs="0"/>
|
|
493
|
+
<xsd:element name="PowerLoadRating" type="StringNotNull" minOccurs="0"/>
|
|
494
|
+
<xsd:element name="PreampOutputChannels" type="xsd:positiveInteger" minOccurs="0"/>
|
|
495
|
+
<xsd:element name="PresetChannelQuantity" type="xsd:nonNegativeInteger"
|
|
496
|
+
minOccurs="0"/>
|
|
497
|
+
<xsd:element name="PrinterInterface" type="StringNotNull" minOccurs="0"/>
|
|
498
|
+
<xsd:element name="PrinterOutput" type="StringNotNull" minOccurs="0"/>
|
|
499
|
+
<xsd:element name="PrinterResolutionBWHorizontalMax" type="PixelDimension"
|
|
500
|
+
minOccurs="0"/>
|
|
501
|
+
<xsd:element name="PrinterResolutionBWVerticalMax" type="PixelDimension"
|
|
502
|
+
minOccurs="0"/>
|
|
503
|
+
<xsd:element name="PrinterResolutionColorHorizontalMax" type="PixelDimension"
|
|
504
|
+
minOccurs="0"/>
|
|
505
|
+
<xsd:element name="PrinterResolutionColorVerticalMax" type="PixelDimension"
|
|
506
|
+
minOccurs="0"/>
|
|
507
|
+
<xsd:element name="PrinterTechnology" type="StringNotNull" minOccurs="0"/>
|
|
508
|
+
<xsd:element name="ProcessorDescription" type="StringNotNull" minOccurs="0"/>
|
|
509
|
+
<xsd:element name="ProcessorMaximum" type="xsd:nonNegativeInteger" minOccurs="0"/>
|
|
510
|
+
<xsd:element name="ProcessorModelNumber" type="StringNotNull" minOccurs="0"/>
|
|
511
|
+
<xsd:element name="ProcessorUpgrade" type="StringNotNull" minOccurs="0"/>
|
|
512
|
+
<xsd:element name="Programmability" type="StringNotNull" minOccurs="0" maxOccurs="5"/>
|
|
513
|
+
<xsd:element name="QtsTotalQFactor" type="PositiveDimension" minOccurs="0"/>
|
|
514
|
+
<xsd:element name="RadioBandsSupported" type="StringNotNull" minOccurs="0"/>
|
|
515
|
+
<xsd:element name="RadioChannels" type="StringNotNull" minOccurs="0"/>
|
|
516
|
+
<xsd:element name="RAIDLevel" type="StringNotNull" minOccurs="0" maxOccurs="5"/>
|
|
517
|
+
<xsd:element name="RAMMemoryInstalledSize" type="MemorySizeDimension" minOccurs="0"/>
|
|
518
|
+
<xsd:element name="RAMMemoryMaximumSize" type="MemorySizeDimension" minOccurs="0"/>
|
|
519
|
+
<xsd:element name="RAMMemoryTechnology" type="StringNotNull" minOccurs="0"/>
|
|
520
|
+
<xsd:element name="RangefinderType" type="StringNotNull" minOccurs="0"/>
|
|
521
|
+
<xsd:element name="ReceiverDescription" type="StringNotNull" minOccurs="0"/>
|
|
522
|
+
<xsd:element name="RecordingCapacity" type="MemorySizeDimension" minOccurs="0"/>
|
|
523
|
+
<xsd:element name="RemoteControlAudioControls" type="StringNotNull" minOccurs="0"
|
|
524
|
+
maxOccurs="5"/>
|
|
525
|
+
<xsd:element name="RemoteControlDescription" type="StringNotNull" minOccurs="0"/>
|
|
526
|
+
<xsd:element name="RemoteControlTechnology" type="StringNotNull" minOccurs="0"/>
|
|
527
|
+
<xsd:element name="RemoteManagementProtocol" type="StringNotNull" minOccurs="0"
|
|
528
|
+
maxOccurs="5"/>
|
|
529
|
+
<xsd:element name="RemovableMediaCapacity" type="MemorySizeDimension" minOccurs="0"/>
|
|
530
|
+
<xsd:element name="RemovableMemory" type="RemovableMemoryValues" minOccurs="0"/>
|
|
531
|
+
<xsd:element name="RemovableStorage" type="StringNotNull" minOccurs="0"/>
|
|
532
|
+
<xsd:element name="RemovableStorageInterface" type="StringNotNull" minOccurs="0"/>
|
|
533
|
+
<xsd:element name="RemovableStorageNativeCapacity" type="MemorySizeDimension"
|
|
534
|
+
minOccurs="0"/>
|
|
535
|
+
<xsd:element name="ResponseTime" type="TimeDimension" minOccurs="0"/>
|
|
536
|
+
<xsd:element name="RightConnectorGender" type="StringNotNull" minOccurs="0"/>
|
|
537
|
+
<xsd:element name="RightConnectorType" type="StringNotNull" minOccurs="0"
|
|
538
|
+
maxOccurs="5"/>
|
|
539
|
+
<xsd:element name="RoutingProtocol" type="StringNotNull" minOccurs="0" maxOccurs="5"/>
|
|
540
|
+
<xsd:element name="SatelliteServiceDescription" type="StringNotNull" minOccurs="0"
|
|
541
|
+
maxOccurs="5"/>
|
|
542
|
+
<xsd:element name="SBAS" type="StringNotNull" minOccurs="0" maxOccurs="5"/>
|
|
543
|
+
<xsd:element name="ScanElementType" type="StringNotNull" minOccurs="0"/>
|
|
544
|
+
<xsd:element name="ScannerInterface" type="StringNotNull" minOccurs="0"/>
|
|
545
|
+
<xsd:element name="ScannerType" type="StringNotNull" minOccurs="0"/>
|
|
546
|
+
<xsd:element name="SCSISignalingType" type="StringNotNull" minOccurs="0"/>
|
|
547
|
+
<xsd:element name="SealedBoxVolume" minOccurs="0">
|
|
548
|
+
<xsd:complexType>
|
|
549
|
+
<xsd:simpleContent>
|
|
550
|
+
<xsd:extension base="StringNotNull">
|
|
551
|
+
<xsd:attribute name="unitOfMeasure" type="VolumeUnitOfMeasure"
|
|
552
|
+
use="required"/>
|
|
553
|
+
</xsd:extension>
|
|
554
|
+
</xsd:simpleContent>
|
|
555
|
+
</xsd:complexType>
|
|
556
|
+
</xsd:element>
|
|
557
|
+
<xsd:element name="SearchSpeed" type="StringNotNull" minOccurs="0" maxOccurs="5"/>
|
|
558
|
+
<xsd:element name="SecondaryCache" type="xsd:positiveInteger" minOccurs="0"/>
|
|
559
|
+
<xsd:element name="SellerWarrantyDescription" type="SuperLongStringNotNull" minOccurs="0"/>
|
|
560
|
+
<xsd:element name="SignalToNoiseRatio" type="PositiveDimension" minOccurs="0"/>
|
|
561
|
+
<xsd:element name="Size" type="StringNotNull" minOccurs="0"/>
|
|
562
|
+
<xsd:element name="SpeakerAmplificationType" type="HundredString" minOccurs="0"/>
|
|
563
|
+
<xsd:element name="SpeakerConnectivity" type="StringNotNull" minOccurs="0"/>
|
|
564
|
+
<xsd:element name="SpeakerDriverMaterial" type="StringNotNull" minOccurs="0"/>
|
|
565
|
+
<xsd:element name="SpeakersCrossoverChannelQuantity" type="StringNotNull"
|
|
566
|
+
minOccurs="0" maxOccurs="5"/>
|
|
567
|
+
<xsd:element name="SpeakersIncludedDescription" type="StringNotNull" minOccurs="0"/>
|
|
568
|
+
<xsd:element name="SpeakersMaximumOutputPower" type="PositiveDimension"
|
|
569
|
+
minOccurs="0"/>
|
|
570
|
+
<xsd:element name="SpeakersNominalOutputPower" type="PositiveDimension"
|
|
571
|
+
minOccurs="0"/>
|
|
572
|
+
<xsd:element name="SpeakersResponseBandwidth" type="StringNotNull" minOccurs="0"/>
|
|
573
|
+
<xsd:element name="SpeakerSystemClass" type="StringNotNull" minOccurs="0"/>
|
|
574
|
+
<xsd:element name="SpeakerType" type="StringNotNull" minOccurs="0"/>
|
|
575
|
+
<xsd:element name="SpecialFeatures" type="LongStringNotNull" minOccurs="0"
|
|
576
|
+
maxOccurs="5"/>
|
|
577
|
+
<xsd:element name="SpecificationMet" type="HundredString" minOccurs="0"
|
|
578
|
+
maxOccurs="5"/>
|
|
579
|
+
<xsd:element name="SpecificUses" type="StringNotNull" minOccurs="0"/>
|
|
580
|
+
<xsd:element name="SSDDriveArchitechture" type="StringNotNull" minOccurs="0"/>
|
|
581
|
+
<xsd:element name="StandardInputSheetCapacity" type="xsd:nonNegativeInteger"
|
|
582
|
+
minOccurs="0"/>
|
|
583
|
+
<xsd:element name="StorageController" type="StringNotNull" minOccurs="0"/>
|
|
584
|
+
<xsd:element name="StorageControllerInterface" type="StringNotNull" minOccurs="0"/>
|
|
585
|
+
<xsd:element name="StorageHumidity" type="StringNotNull" minOccurs="0"/>
|
|
586
|
+
<xsd:element name="StorageInterface" type="StringNotNull" minOccurs="0"/>
|
|
587
|
+
<xsd:element name="StyleName" type="StringNotNull" minOccurs="0"/>
|
|
588
|
+
<xsd:element name="SupportedAudioFormat" type="StringNotNull" minOccurs="0"
|
|
589
|
+
maxOccurs="10"/>
|
|
590
|
+
<xsd:element name="SupportedDevices" type="StringNotNull" minOccurs="0"
|
|
591
|
+
maxOccurs="10"/>
|
|
592
|
+
<xsd:element name="SupportedDevicesQuantity" type="xsd:nonNegativeInteger"
|
|
593
|
+
minOccurs="0"/>
|
|
594
|
+
<xsd:element name="SupportedImageFormat" type="StringNotNull" minOccurs="0"
|
|
595
|
+
maxOccurs="10"/>
|
|
596
|
+
<xsd:element name="SupportedImageType" type="SupportedImageTypeValues" minOccurs="0"
|
|
597
|
+
maxOccurs="5"/>
|
|
598
|
+
<xsd:element name="SupportedMediaSize" type="StringNotNull" minOccurs="0"/>
|
|
599
|
+
<xsd:element name="SupportedMotherboard" type="StringNotNull" minOccurs="0"/>
|
|
600
|
+
<xsd:element name="SupportedStandards" type="StringNotNull" minOccurs="0"
|
|
601
|
+
maxOccurs="10"/>
|
|
602
|
+
<xsd:element name="SurgeSuppression" type="StringNotNull" minOccurs="0"/>
|
|
603
|
+
<xsd:element name="SurroundSoundChannels" type="StringNotNull" minOccurs="0"/>
|
|
604
|
+
<xsd:element name="SurroundSoundEffects" type="StringNotNull" minOccurs="0"
|
|
605
|
+
maxOccurs="5"/>
|
|
606
|
+
<xsd:element name="SwitchingProtocol" type="StringNotNull" minOccurs="0"
|
|
607
|
+
maxOccurs="5"/>
|
|
608
|
+
<xsd:element name="SystemBusSpeed" type="Dimension" minOccurs="0"/>
|
|
609
|
+
<xsd:element name="TalkRangeMaximum" type="LengthDimension" minOccurs="0"/>
|
|
610
|
+
<xsd:element name="TapeLength" type="TimeDimension" minOccurs="0"/>
|
|
611
|
+
<xsd:element name="TelevisionInterface" type="StringNotNull" minOccurs="0"/>
|
|
612
|
+
<xsd:element name="TelevisionPCInterfaceType" type="StringNotNull" minOccurs="0"/>
|
|
613
|
+
<xsd:element name="TemperatureRating" type="StringNotNull" minOccurs="0"/>
|
|
614
|
+
<xsd:element name="TotalHarmonicDistortion" type="StringNotNull" minOccurs="0"/>
|
|
615
|
+
<xsd:element name="TracklogPoints" type="xsd:positiveInteger" minOccurs="0"/>
|
|
616
|
+
<xsd:element name="Tracks" type="xsd:nonNegativeInteger" minOccurs="0"/>
|
|
617
|
+
<xsd:element name="TransportProtocol" type="StringNotNull" minOccurs="0"
|
|
618
|
+
maxOccurs="10"/>
|
|
619
|
+
<xsd:element name="Tuner" type="StringNotNull" minOccurs="0"/>
|
|
620
|
+
<xsd:element name="TunerTechnology" type="StringNotNull" minOccurs="0" maxOccurs="5"/>
|
|
621
|
+
<xsd:element name="TVTunerSecondaryAudioProgram" type="xsd:boolean" minOccurs="0"/>
|
|
622
|
+
<xsd:element name="UPSTechnology" type="StringNotNull" minOccurs="0"/>
|
|
623
|
+
<xsd:element name="VCRType" type="StringNotNull" minOccurs="0" maxOccurs="2"/>
|
|
624
|
+
<xsd:element name="VerticalResolution" type="PixelDimension" minOccurs="0"/>
|
|
625
|
+
<xsd:element name="VideoCaptureFormat" type="StringNotNull" minOccurs="0"
|
|
626
|
+
maxOccurs="5"/>
|
|
627
|
+
<xsd:element name="VideoCaptureResolution" type="StringNotNull" minOccurs="0"
|
|
628
|
+
maxOccurs="5"/>
|
|
629
|
+
<xsd:element name="VideoHeadQuantity" type="xsd:nonNegativeInteger" minOccurs="0"/>
|
|
630
|
+
<xsd:element name="VideoInput" type="StringNotNull" minOccurs="0" maxOccurs="5"/>
|
|
631
|
+
<xsd:element name="VideoInputDigitalStandard" type="StringNotNull" minOccurs="0"
|
|
632
|
+
maxOccurs="5"/>
|
|
633
|
+
<xsd:element name="VideoInputFormat" type="StringNotNull" minOccurs="0"
|
|
634
|
+
maxOccurs="10"/>
|
|
635
|
+
<xsd:element name="VideoOutputFormat" type="StringNotNull" minOccurs="0"/>
|
|
636
|
+
<xsd:element name="VideoOutput" type="StringNotNull" minOccurs="0" maxOccurs="5"/>
|
|
637
|
+
<xsd:element name="VideoOutputInterface" type="StringNotNull" minOccurs="0"
|
|
638
|
+
maxOccurs="5"/>
|
|
639
|
+
<xsd:element name="VideoOutputMode" type="StringNotNull" minOccurs="0"/>
|
|
640
|
+
<xsd:element name="VideoPlaybackFormat" type="StringNotNull" minOccurs="0"
|
|
641
|
+
maxOccurs="5"/>
|
|
642
|
+
<xsd:element name="VideotapePlaybackSpeed" type="StringNotNull" minOccurs="0"
|
|
643
|
+
maxOccurs="5"/>
|
|
644
|
+
<xsd:element name="VideotapeRecordingSpeed" type="VideotapeRecordingSpeedType"
|
|
645
|
+
minOccurs="0"/>
|
|
646
|
+
<xsd:element name="VoiceCommunicationSupport" type="StringNotNull" minOccurs="0"
|
|
647
|
+
maxOccurs="5"/>
|
|
648
|
+
<xsd:element name="VoiceCoilDescription" type="StringNotNull" minOccurs="0"/>
|
|
649
|
+
<xsd:element name="VoicemailCapability" type="xsd:boolean" minOccurs="0"/>
|
|
650
|
+
<xsd:element name="VoiceOperatedTransmission" type="StringNotNull" minOccurs="0"/>
|
|
651
|
+
<xsd:element name="VOIPProtocols" type="StringNotNull" minOccurs="0" maxOccurs="5"/>
|
|
652
|
+
<xsd:element name="VolumeAcousticSuspension" type="VolumeDimension" minOccurs="0"/>
|
|
653
|
+
<xsd:element name="Warnings" type="LongStringNotNull" minOccurs="0"/>
|
|
654
|
+
<xsd:element name="WarrantyDescription" type="SuperLongStringNotNull" minOccurs="0"/>
|
|
655
|
+
<xsd:element name="WaterproofRating" type="StringNotNull" minOccurs="0"/>
|
|
656
|
+
<xsd:element name="Waypoints" type="Dimension" minOccurs="0"/>
|
|
657
|
+
<xsd:element name="WaypointsPerRoute" type="xsd:positiveInteger" minOccurs="0"/>
|
|
658
|
+
<xsd:element name="Weatherproof" type="StringNotNull" minOccurs="0"/>
|
|
659
|
+
<xsd:element name="WriteSpeed" type="StringNotNull" minOccurs="0"/>
|
|
660
|
+
</xsd:sequence>
|
|
661
|
+
</xsd:complexType>
|
|
662
|
+
</xsd:element>
|
|
663
|
+
|
|
664
|
+
<!--
|
|
665
|
+
###############################################################
|
|
666
|
+
# PC Classification Data
|
|
667
|
+
###############################################################
|
|
668
|
+
-->
|
|
669
|
+
<xsd:element name="PC">
|
|
670
|
+
<xsd:complexType>
|
|
671
|
+
<xsd:sequence>
|
|
672
|
+
<xsd:element name="HardDriveSize" type="MemorySizeDimension" maxOccurs="8"/>
|
|
673
|
+
<xsd:element name="HardDriveInterface" type="HardDriveInterfaceTypeValues"
|
|
674
|
+
maxOccurs="4"/>
|
|
675
|
+
<xsd:element name="ComputerMemoryType" type="GraphicsRAMTypeValues" maxOccurs="10"/>
|
|
676
|
+
<xsd:element name="RAMSize" type="MemorySizeDimension"/>
|
|
677
|
+
<xsd:element name="PowerSource" type="FortyStringNotNull" minOccurs="0"/>
|
|
678
|
+
<xsd:element name="ProcessorBrand" type="FortyStringNotNull"/>
|
|
679
|
+
<xsd:element name="ProcessorSpeed" type="FrequencyDimension"/>
|
|
680
|
+
<xsd:element name="ProcessorType" type="ProcessorTypeValues"/>
|
|
681
|
+
<xsd:element name="ProcessorCount" type="xsd:positiveInteger"/>
|
|
682
|
+
<xsd:element name="OperatingSystem" type="MediumStringNotNull" minOccurs="0"
|
|
683
|
+
maxOccurs="5"/>
|
|
684
|
+
<xsd:element name="HardwarePlatform" type="MediumStringNotNull"/>
|
|
685
|
+
<xsd:element name="WirelessType" type="WirelessTypeValues" minOccurs="0"
|
|
686
|
+
maxOccurs="3"/>
|
|
687
|
+
<xsd:element name="AdditionalDrives" type="FortyStringNotNull" minOccurs="0"
|
|
688
|
+
maxOccurs="10"/>
|
|
689
|
+
<xsd:element name="SoftwareIncluded" type="LongStringNotNull" minOccurs="0"/>
|
|
690
|
+
<xsd:element name="MemorySlotsAvailable" type="StringNotNull" minOccurs="0"/>
|
|
691
|
+
<xsd:element name="ScreenResolution" type="FortyStringNotNull" minOccurs="0"/>
|
|
692
|
+
<xsd:element name="ScreenSize" type="LengthDimension" minOccurs="0"/>
|
|
693
|
+
<xsd:element name="U-RackSize" minOccurs="0">
|
|
694
|
+
<xsd:simpleType>
|
|
695
|
+
<xsd:restriction base="xsd:positiveInteger">
|
|
696
|
+
<xsd:minInclusive value="1"/>
|
|
697
|
+
<xsd:maxInclusive value="4"/>
|
|
698
|
+
</xsd:restriction>
|
|
699
|
+
</xsd:simpleType>
|
|
700
|
+
</xsd:element>
|
|
701
|
+
<xsd:element ref="GraphicsCard" minOccurs="0" maxOccurs="2"/>
|
|
702
|
+
<xsd:element name="AdditionalFeatures" type="LongStringNotNull" minOccurs="0"/>
|
|
703
|
+
</xsd:sequence>
|
|
704
|
+
</xsd:complexType>
|
|
705
|
+
</xsd:element>
|
|
706
|
+
<!--
|
|
707
|
+
###############################################################
|
|
708
|
+
# PDA Classification Data
|
|
709
|
+
###############################################################
|
|
710
|
+
-->
|
|
711
|
+
<xsd:element name="PDA">
|
|
712
|
+
<xsd:complexType>
|
|
713
|
+
<xsd:sequence>
|
|
714
|
+
<xsd:element name="ComputerMemoryType" type="GraphicsRAMTypeValues" maxOccurs="10"/>
|
|
715
|
+
<xsd:element name="RAMSize" type="MemorySizeDimension"/>
|
|
716
|
+
<xsd:element name="PowerSource" type="FortyStringNotNull" minOccurs="0"/>
|
|
717
|
+
<xsd:element name="ScreenResolution" type="FortyStringNotNull"/>
|
|
718
|
+
<xsd:element name="ColorScreen" type="xsd:boolean"/>
|
|
719
|
+
<xsd:element name="OperatingSystem" type="MediumStringNotNull" minOccurs="0"
|
|
720
|
+
maxOccurs="5"/>
|
|
721
|
+
<xsd:element name="WirelessType" type="WirelessTypeValues" minOccurs="0"
|
|
722
|
+
maxOccurs="3"/>
|
|
723
|
+
<xsd:element name="HardDriveSize" type="MemorySizeDimension" minOccurs="0"/>
|
|
724
|
+
<xsd:element name="SoftwareIncluded" type="LongStringNotNull" minOccurs="0"/>
|
|
725
|
+
<xsd:element name="MemorySlotsAvailable" type="StringNotNull" minOccurs="0"/>
|
|
726
|
+
<xsd:element name="ProcessorBrand" type="FortyStringNotNull" minOccurs="0"/>
|
|
727
|
+
<xsd:element name="ProcessorSpeed" type="FrequencyDimension" minOccurs="0"/>
|
|
728
|
+
<xsd:element name="ProcessorType" type="ProcessorTypeValues" minOccurs="0"/>
|
|
729
|
+
<xsd:element name="ProcessorCount" type="xsd:positiveInteger" minOccurs="0"/>
|
|
730
|
+
<xsd:element name="ROMSize" type="MemorySizeDimension" minOccurs="0"/>
|
|
731
|
+
<xsd:element name="ScreenSize" type="LengthDimension" minOccurs="0"/>
|
|
732
|
+
<xsd:element name="AdditionalFeatures" type="LongStringNotNull" minOccurs="0"/>
|
|
733
|
+
<xsd:element name="PDABaseModel" type="StringNotNull" minOccurs="0" maxOccurs="5"/>
|
|
734
|
+
<xsd:element ref="PowerPlugType" minOccurs="0"/>
|
|
735
|
+
</xsd:sequence>
|
|
736
|
+
</xsd:complexType>
|
|
737
|
+
</xsd:element>
|
|
738
|
+
<!--
|
|
739
|
+
###############################################################
|
|
740
|
+
# Consumer Electronics Classification Data
|
|
741
|
+
###############################################################
|
|
742
|
+
-->
|
|
743
|
+
<xsd:element name="ConsumerElectronics">
|
|
744
|
+
<xsd:complexType>
|
|
745
|
+
<xsd:sequence>
|
|
746
|
+
<xsd:element name="VariationData" minOccurs="0">
|
|
747
|
+
<xsd:complexType>
|
|
748
|
+
<xsd:sequence>
|
|
749
|
+
<xsd:element name="Parentage">
|
|
750
|
+
<xsd:simpleType>
|
|
751
|
+
<xsd:restriction base="xsd:string">
|
|
752
|
+
<xsd:enumeration value="parent"/>
|
|
753
|
+
<xsd:enumeration value="child"/>
|
|
754
|
+
</xsd:restriction>
|
|
755
|
+
</xsd:simpleType>
|
|
756
|
+
</xsd:element>
|
|
757
|
+
<xsd:element name="VariationTheme" minOccurs="0">
|
|
758
|
+
<xsd:simpleType>
|
|
759
|
+
<xsd:restriction base="xsd:string">
|
|
760
|
+
<xsd:enumeration value="Color"/>
|
|
761
|
+
<xsd:enumeration value="Size"/>
|
|
762
|
+
<xsd:enumeration value="Size-Color"/>
|
|
763
|
+
<xsd:enumeration value="Scent"/>
|
|
764
|
+
<xsd:enumeration value="Size-Scent"/>
|
|
765
|
+
<xsd:enumeration value="CustomerPackageType"/>
|
|
766
|
+
<xsd:enumeration value="ColorName-CustomerPackageType"/>
|
|
767
|
+
<xsd:enumeration value="SizeName-CustomerPackageType"/>
|
|
768
|
+
<xsd:enumeration
|
|
769
|
+
value="SizeName-ColorName-CustomerPackageType"/>
|
|
770
|
+
<xsd:enumeration value="StyleName-CustomerPackageType"/>
|
|
771
|
+
<xsd:enumeration
|
|
772
|
+
value="SizeName-StyleName-CustomerPackageType"/>
|
|
773
|
+
</xsd:restriction>
|
|
774
|
+
</xsd:simpleType>
|
|
775
|
+
</xsd:element>
|
|
776
|
+
</xsd:sequence>
|
|
777
|
+
</xsd:complexType>
|
|
778
|
+
</xsd:element>
|
|
779
|
+
<xsd:element name="AudibleNoise" type="xsd:positiveInteger" minOccurs="0"/>
|
|
780
|
+
<xsd:element name="Color" type="StringNotNull" minOccurs="0"/>
|
|
781
|
+
<xsd:element name="ColorMap" type="StringNotNull" minOccurs="0"/>
|
|
782
|
+
<xsd:element name="CustomerPackageType" type="StringNotNull" minOccurs="0"/>
|
|
783
|
+
<xsd:element name="CanShipInOriginalContainer" type="xsd:boolean" minOccurs="0"/>
|
|
784
|
+
<xsd:element ref="EnclosureFinish" minOccurs="0"/>
|
|
785
|
+
<xsd:element ref="EuEnergyLabelEfficiencyClass" minOccurs="0"/>
|
|
786
|
+
<xsd:element name="IdentityPackageType" minOccurs="0">
|
|
787
|
+
<xsd:simpleType>
|
|
788
|
+
<xsd:restriction base="StringNotNull">
|
|
789
|
+
<xsd:enumeration value="bulk"/>
|
|
790
|
+
<xsd:enumeration value="frustration_free"/>
|
|
791
|
+
<xsd:enumeration value="traditional"/>
|
|
792
|
+
</xsd:restriction>
|
|
793
|
+
</xsd:simpleType>
|
|
794
|
+
</xsd:element>
|
|
795
|
+
<xsd:element name="Voltage" type="VoltageDecimalDimension" minOccurs="0"/>
|
|
796
|
+
<xsd:element name="Wattage" type="WattageIntegerDimension" minOccurs="0"/>
|
|
797
|
+
<xsd:element name="PowerSource" type="FortyStringNotNull" minOccurs="0"/>
|
|
798
|
+
<xsd:element name="AdditionalFeatures" type="LongStringNotNull" minOccurs="0"/>
|
|
799
|
+
<xsd:element name="VehicleSpeakerSize" type="TwentyStringNotNull" minOccurs="0"/>
|
|
800
|
+
<xsd:element name="SpeakerDiameter" type="LengthDimension" minOccurs="0"/>
|
|
801
|
+
<xsd:element name="TelephoneType" type="FortyStringNotNull" minOccurs="0"
|
|
802
|
+
maxOccurs="4"/>
|
|
803
|
+
<xsd:element name="PDABaseModel" type="StringNotNull" minOccurs="0" maxOccurs="5"/>
|
|
804
|
+
<xsd:element name="DigitalMediaFormat" minOccurs="0">
|
|
805
|
+
<xsd:simpleType>
|
|
806
|
+
<xsd:restriction base="xsd:string">
|
|
807
|
+
<xsd:enumeration value="diskette35"/>
|
|
808
|
+
<xsd:enumeration value="3480_tape_cartridge"/>
|
|
809
|
+
<xsd:enumeration value="4_mm_tape"/>
|
|
810
|
+
<xsd:enumeration value="diskette525"/>
|
|
811
|
+
<xsd:enumeration value="6250_magstar_tape"/>
|
|
812
|
+
<xsd:enumeration value="cd"/>
|
|
813
|
+
<xsd:enumeration value="compact_flash"/>
|
|
814
|
+
<xsd:enumeration value="dat_tape"/>
|
|
815
|
+
<xsd:enumeration value="digital_8"/>
|
|
816
|
+
<xsd:enumeration value="dlt"/>
|
|
817
|
+
<xsd:enumeration value="dvd_ram"/>
|
|
818
|
+
<xsd:enumeration value="dvd_rom"/>
|
|
819
|
+
<xsd:enumeration value="dvd_video"/>
|
|
820
|
+
<xsd:enumeration value="electronic_software_download"/>
|
|
821
|
+
<xsd:enumeration value="hi_8"/>
|
|
822
|
+
<xsd:enumeration value="memory_stick"/>
|
|
823
|
+
<xsd:enumeration value="minidisc"/>
|
|
824
|
+
<xsd:enumeration value="minidv"/>
|
|
825
|
+
<xsd:enumeration value="smart_media"/>
|
|
826
|
+
<xsd:enumeration value="vhs"/>
|
|
827
|
+
<xsd:enumeration value="xd_card"/>
|
|
828
|
+
</xsd:restriction>
|
|
829
|
+
</xsd:simpleType>
|
|
830
|
+
</xsd:element>
|
|
831
|
+
<xsd:element name="HomeAutomationCommunicationDevice" type="ThirtyStringNotNull"
|
|
832
|
+
minOccurs="0"/>
|
|
833
|
+
<xsd:element name="DigitalAudioCapacity" type="TwentyStringNotNull" minOccurs="0"/>
|
|
834
|
+
<xsd:element name="VideoProcessor" type="StringNotNull" minOccurs="0"/>
|
|
835
|
+
<xsd:element name="HolderCapacity" type="TwentyStringNotNull" minOccurs="0"/>
|
|
836
|
+
<xsd:element name="MemorySlotsAvailable" type="StringNotNull" minOccurs="0"/>
|
|
837
|
+
<xsd:element name="ProcessorBrand" type="FortyStringNotNull" minOccurs="0"/>
|
|
838
|
+
<xsd:element name="ProcessorCount" type="xsd:positiveInteger" minOccurs="0"/>
|
|
839
|
+
<xsd:element name="ProcessorType" type="ProcessorTypeValues" minOccurs="0"/>
|
|
840
|
+
<xsd:element name="ProcessorSpeed" type="FrequencyDimension" minOccurs="0"/>
|
|
841
|
+
<xsd:element name="RAMSize" type="MemorySizeDimension" minOccurs="0"/>
|
|
842
|
+
<xsd:element name="ScreenResolution" type="FortyStringNotNull" minOccurs="0"/>
|
|
843
|
+
<xsd:element name="SoftwareIncluded" type="LongStringNotNull" minOccurs="0"/>
|
|
844
|
+
<xsd:element name="ColorScreen" type="xsd:boolean" minOccurs="0"/>
|
|
845
|
+
<xsd:element name="ScreenSize" type="LengthDimension" minOccurs="0"/>
|
|
846
|
+
<xsd:element name="WirelessType" type="WirelessTypeValues" minOccurs="0"
|
|
847
|
+
maxOccurs="3"/>
|
|
848
|
+
<xsd:element name="HardDriveSize" type="MemorySizeDimension" minOccurs="0"
|
|
849
|
+
maxOccurs="8"/>
|
|
850
|
+
<xsd:element name="HardDriveInterface" type="HardDriveInterfaceTypeValues"
|
|
851
|
+
minOccurs="0" maxOccurs="4"/>
|
|
852
|
+
<xsd:element name="OperatingSystem" type="MediumStringNotNull" minOccurs="0"
|
|
853
|
+
maxOccurs="5"/>
|
|
854
|
+
<xsd:element name="HardwarePlatform" type="MediumStringNotNull" minOccurs="0"/>
|
|
855
|
+
<xsd:element name="ComputerMemoryType" type="GraphicsRAMTypeValues" minOccurs="0"
|
|
856
|
+
maxOccurs="10"/>
|
|
857
|
+
<xsd:element name="ItemPackageQuantity" type="xsd:positiveInteger" minOccurs="0"/>
|
|
858
|
+
<xsd:element name="PurchasingFeeRefSKU" type="SKUType" minOccurs="0"/>
|
|
859
|
+
<xsd:element ref="ThreeDTechnology" minOccurs="0"/>
|
|
860
|
+
<xsd:element ref="BiAmpable" minOccurs="0"/>
|
|
861
|
+
<xsd:element ref="AntennaDescription" minOccurs="0"/>
|
|
862
|
+
<xsd:element ref="AudioEncoding" minOccurs="0" maxOccurs="3"/>
|
|
863
|
+
<xsd:element ref="Language" minOccurs="0" maxOccurs="3"/>
|
|
864
|
+
<xsd:element name="LoadCapacity" type="WeightDimension" minOccurs="0"/>
|
|
865
|
+
<xsd:element ref="BaseLength" minOccurs="0"/>
|
|
866
|
+
<xsd:element ref="BaseWidth" minOccurs="0"/>
|
|
867
|
+
<xsd:element name="BatteryChargeCycles" type="xsd:positiveInteger" minOccurs="0"/>
|
|
868
|
+
<xsd:element ref="BatteryCellType" minOccurs="0"/>
|
|
869
|
+
<xsd:element name="CableLength" type="LengthDimension" minOccurs="0"/>
|
|
870
|
+
<xsd:element ref="CalibrationTechnology" minOccurs="0"/>
|
|
871
|
+
<xsd:element ref="CameraDescription" minOccurs="0" maxOccurs="3"/>
|
|
872
|
+
<xsd:element name="CameraLens" type="StringNotNull" minOccurs="0"/>
|
|
873
|
+
<xsd:element ref="ConnectorGender" minOccurs="0" maxOccurs="5"/>
|
|
874
|
+
<xsd:element ref="ConnectorTypeUsedOnCable" minOccurs="0"/>
|
|
875
|
+
<xsd:element ref="ControlType" minOccurs="0"/>
|
|
876
|
+
<xsd:element ref="ControllerType" minOccurs="0"/>
|
|
877
|
+
<xsd:element name="CoolingType" type="StringNotNull" minOccurs="0"/>
|
|
878
|
+
<xsd:element ref="ScreenDimensions" minOccurs="0"/>
|
|
879
|
+
<xsd:element ref="Efficiency" minOccurs="0"/>
|
|
880
|
+
<xsd:element name="NumberOfFans" type="xsd:positiveInteger" minOccurs="0"/>
|
|
881
|
+
<xsd:element ref="FinishType" minOccurs="0"/>
|
|
882
|
+
<xsd:element ref="FitType" minOccurs="0"/>
|
|
883
|
+
<xsd:element ref="FrontPanelInputs" minOccurs="0" maxOccurs="3"/>
|
|
884
|
+
<xsd:element ref="HorizontalKeystoneCorrection" minOccurs="0"/>
|
|
885
|
+
<xsd:element ref="BuiltInMedia" minOccurs="0" maxOccurs="3"/>
|
|
886
|
+
<xsd:element name="ImageSensor" type="StringNotNull" minOccurs="0"/>
|
|
887
|
+
<xsd:element ref="IncludedFeatures" minOccurs="0"/>
|
|
888
|
+
<xsd:element ref="Shape" minOccurs="0"/>
|
|
889
|
+
<xsd:element name="Lens" type="StringNotNull" minOccurs="0"/>
|
|
890
|
+
<xsd:element name="LampWattage" type="xsd:positiveInteger" minOccurs="0"/>
|
|
891
|
+
<xsd:element ref="MaximumSupportedScreenSize" minOccurs="0"/>
|
|
892
|
+
<xsd:element ref="ThrowRatio" minOccurs="0"/>
|
|
893
|
+
<xsd:element name="MaximumHorizontalRefreshRate" type="FrequencyDimension"
|
|
894
|
+
minOccurs="0"/>
|
|
895
|
+
<xsd:element ref="SurgeProtectionRating" minOccurs="0"/>
|
|
896
|
+
<xsd:element name="MaximumThrowDistance" type="LengthDimension" minOccurs="0"/>
|
|
897
|
+
<xsd:element name="MaximumVerticalRefreshRate" type="FrequencyDimension"
|
|
898
|
+
minOccurs="0"/>
|
|
899
|
+
<xsd:element ref="MaxWeightRecommendation" minOccurs="0"/>
|
|
900
|
+
<xsd:element ref="MediaLayers" minOccurs="0"/>
|
|
901
|
+
<xsd:element ref="MidRangeSpeakerMaterial" minOccurs="0"/>
|
|
902
|
+
<xsd:element ref="MidRangeSpeakerDiameter" minOccurs="0"/>
|
|
903
|
+
<xsd:element ref="MinFocalLength" minOccurs="0"/>
|
|
904
|
+
<xsd:element ref="MinimumSupportedScreenSize" minOccurs="0"/>
|
|
905
|
+
<xsd:element name="MinimumHorizontalRefreshRate" type="FrequencyDimension"
|
|
906
|
+
minOccurs="0"/>
|
|
907
|
+
<xsd:element name="MinimumThrowDistance" type="LengthDimension" minOccurs="0"/>
|
|
908
|
+
<xsd:element name="MinimumVerticalRefreshRate" type="FrequencyDimension"
|
|
909
|
+
minOccurs="0"/>
|
|
910
|
+
<xsd:element ref="MountingPattern" minOccurs="0"/>
|
|
911
|
+
<xsd:element ref="MountingType" minOccurs="0"/>
|
|
912
|
+
<xsd:element ref="HeadphoneEarcupMotion" minOccurs="0"/>
|
|
913
|
+
<xsd:element ref="MountMotion" minOccurs="0"/>
|
|
914
|
+
<xsd:element ref="NoiseReductionLevel" minOccurs="0"/>
|
|
915
|
+
<xsd:element ref="NumberOfDrivers" minOccurs="0"/>
|
|
916
|
+
<xsd:element ref="SignalPassthroughTechnology" minOccurs="0"/>
|
|
917
|
+
<xsd:element name="LampLife" type="TimeIntegerDimension" minOccurs="0"/>
|
|
918
|
+
<xsd:element name="ImageDiagonalSize" type="LengthDimension" minOccurs="0"/>
|
|
919
|
+
<xsd:element ref="ParentalControlTechnology" minOccurs="0"/>
|
|
920
|
+
<xsd:element ref="MountBoltPattern" minOccurs="0"/>
|
|
921
|
+
<xsd:element ref="ProjectionMethod" minOccurs="0"/>
|
|
922
|
+
<xsd:element name="PhotoSensorSize" type="StringNotNull" minOccurs="0"/>
|
|
923
|
+
<xsd:element name="PhotoSensorTechnology" type="StringNotNull" minOccurs="0"/>
|
|
924
|
+
<xsd:element ref="AntennaLocation" minOccurs="0"/>
|
|
925
|
+
<xsd:element ref="Resolution" minOccurs="0"/>
|
|
926
|
+
<xsd:element ref="SVideoInputType" minOccurs="0"/>
|
|
927
|
+
<xsd:element ref="ScreenFinish" minOccurs="0"/>
|
|
928
|
+
<xsd:element ref="VideoShielded" minOccurs="0"/>
|
|
929
|
+
<xsd:element ref="VideoUpconversionTechnologies" minOccurs="0"/>
|
|
930
|
+
<xsd:element ref="NumberOfSpeakers" minOccurs="0"/>
|
|
931
|
+
<xsd:element ref="GrilleRemoveability" minOccurs="0"/>
|
|
932
|
+
<xsd:element ref="SpeakerGrilleMaterial" minOccurs="0"/>
|
|
933
|
+
<xsd:element ref="MaximumWattage" minOccurs="0"/>
|
|
934
|
+
<xsd:element ref="SubscriptionTermName" minOccurs="0"/>
|
|
935
|
+
<xsd:element ref="SubwooferWattage" minOccurs="0"/>
|
|
936
|
+
<xsd:element ref="SubwooferSpeakerMaterial" minOccurs="0"/>
|
|
937
|
+
<xsd:element ref="SubwooferSpeakerDiameter" minOccurs="0"/>
|
|
938
|
+
<xsd:element ref="SubwooferPowerTechnology" minOccurs="0"/>
|
|
939
|
+
<xsd:element ref="InternetApplications" minOccurs="0" maxOccurs="5"/>
|
|
940
|
+
<xsd:element ref="TotalCoaxialInputs" minOccurs="0"/>
|
|
941
|
+
<xsd:element ref="TotalComponentInPorts" minOccurs="0"/>
|
|
942
|
+
<xsd:element name="TotalCompositePorts" type="xsd:positiveInteger" minOccurs="0"/>
|
|
943
|
+
<xsd:element ref="TotalEthernetPorts" minOccurs="0"/>
|
|
944
|
+
<xsd:element ref="TotalHdmiPorts" minOccurs="0"/>
|
|
945
|
+
<xsd:element ref="TotalPowerOutlets" minOccurs="0"/>
|
|
946
|
+
<xsd:element ref="TotalPreampOutputs" minOccurs="0"/>
|
|
947
|
+
<xsd:element ref="TotalSVideoInPorts" minOccurs="0"/>
|
|
948
|
+
<xsd:element ref="TotalSubwooferOutputs" minOccurs="0"/>
|
|
949
|
+
<xsd:element ref="TotalVgaInPorts" minOccurs="0"/>
|
|
950
|
+
<xsd:element ref="TotalVideoOutPorts" minOccurs="0"/>
|
|
951
|
+
<xsd:element ref="TrafficFeatures" minOccurs="0" maxOccurs="5"/>
|
|
952
|
+
<xsd:element name="ScreenTrigger" type="VoltageDecimalDimension" minOccurs="0"/>
|
|
953
|
+
<xsd:element ref="TweeterSpeakerMaterial" minOccurs="0"/>
|
|
954
|
+
<xsd:element ref="TweeterSpeakerDiameter" minOccurs="0"/>
|
|
955
|
+
<xsd:element ref="TweeterSpeakerTechnology" minOccurs="0"/>
|
|
956
|
+
<xsd:element ref="UniversalRemoteCode" minOccurs="0"/>
|
|
957
|
+
<xsd:element ref="VerticalKeystoneCorrection" minOccurs="0"/>
|
|
958
|
+
<xsd:element ref="VideoEncoding" minOccurs="0"/>
|
|
959
|
+
<xsd:element name="VideoResolution" type="PixelDimension" minOccurs="0"/>
|
|
960
|
+
<xsd:element ref="WaterResistantDepth" minOccurs="0"/>
|
|
961
|
+
<xsd:element ref="WaterResistantLevel" minOccurs="0"/>
|
|
962
|
+
<xsd:element name="WirelessTechnology" type="StringNotNull" minOccurs="0"
|
|
963
|
+
maxOccurs="5"/>
|
|
964
|
+
<xsd:element ref="WooferSpeakerMaterial" minOccurs="0"/>
|
|
965
|
+
<xsd:element ref="WooferSpeakerDiameter" minOccurs="0"/>
|
|
966
|
+
<xsd:element name="ZoomRatio" type="StringNotNull" minOccurs="0"/>
|
|
967
|
+
<xsd:element ref="ZoomType" minOccurs="0"/>
|
|
968
|
+
<xsd:element ref="AmplifierType" minOccurs="0"/>
|
|
969
|
+
<xsd:element ref="AnalogRGBInput" minOccurs="0" maxOccurs="5"/>
|
|
970
|
+
<xsd:element ref="BatteryPower" minOccurs="0"/>
|
|
971
|
+
<xsd:element ref="BluRayRegion" minOccurs="0"/>
|
|
972
|
+
<xsd:element ref="BoxContents" minOccurs="0"/>
|
|
973
|
+
<xsd:element ref="CameraFilmSpeed" minOccurs="0"/>
|
|
974
|
+
<xsd:element ref="CameraFlash" minOccurs="0"/>
|
|
975
|
+
<xsd:element ref="CoatingDescription" minOccurs="0"/>
|
|
976
|
+
<xsd:element ref="CompatibleMountings" minOccurs="0"/>
|
|
977
|
+
<xsd:element name="Conductor" type="StringNotNull" minOccurs="0"/>
|
|
978
|
+
<xsd:element ref="ContinuousShootingSpeed" minOccurs="0"/>
|
|
979
|
+
<xsd:element ref="DigitalZoom" minOccurs="0"/>
|
|
980
|
+
<xsd:element ref="DVDRegion" minOccurs="0"/>
|
|
981
|
+
<xsd:element ref="EffectiveStillResolution" minOccurs="0"/>
|
|
982
|
+
<xsd:element ref="FixedFocalLength" minOccurs="0"/>
|
|
983
|
+
<xsd:element ref="FlashDedication" minOccurs="0"/>
|
|
984
|
+
<xsd:element ref="FlashModesDescription" minOccurs="0"/>
|
|
985
|
+
<xsd:element ref="FocusType" minOccurs="0"/>
|
|
986
|
+
<xsd:element ref="GuideNumber" minOccurs="0"/>
|
|
987
|
+
<xsd:element ref="ImageStabilization" minOccurs="0"/>
|
|
988
|
+
<xsd:element ref="IsHotShoeIncluded" minOccurs="0"/>
|
|
989
|
+
<xsd:element ref="MaxAperture" minOccurs="0"/>
|
|
990
|
+
<xsd:element ref="MaxFocalLength" minOccurs="0"/>
|
|
991
|
+
<xsd:element ref="MaxShutterSpeed" minOccurs="0"/>
|
|
992
|
+
<xsd:element ref="MaxWeightCapacity" minOccurs="0"/>
|
|
993
|
+
<xsd:element ref="MinAperture" minOccurs="0"/>
|
|
994
|
+
<xsd:element ref="MinShutterSpeed" minOccurs="0"/>
|
|
995
|
+
<xsd:element ref="NumberOfHandsets" minOccurs="0"/>
|
|
996
|
+
<xsd:element ref="NumberOfRadioBandsSupported" minOccurs="0"/>
|
|
997
|
+
<xsd:element ref="NumberOfRecordingLoops" minOccurs="0"/>
|
|
998
|
+
<xsd:element ref="OpticalZoom" minOccurs="0"/>
|
|
999
|
+
<xsd:element ref="PhotoFilterBayonetSize" minOccurs="0"/>
|
|
1000
|
+
<xsd:element ref="PhotoFilterDropInSize" minOccurs="0"/>
|
|
1001
|
+
<xsd:element ref="PhotoFilterEffectSize" minOccurs="0"/>
|
|
1002
|
+
<xsd:element ref="PhotoFilterLensSize" minOccurs="0"/>
|
|
1003
|
+
<xsd:element ref="PhotoFilterMountType" minOccurs="0"/>
|
|
1004
|
+
<xsd:element ref="PhotoFilterThreadSize" minOccurs="0"/>
|
|
1005
|
+
<xsd:element ref="PowerConsumption" minOccurs="0"/>
|
|
1006
|
+
<xsd:element ref="PowerPlugType" minOccurs="0"/>
|
|
1007
|
+
<xsd:element ref="RefreshRate" minOccurs="0"/>
|
|
1008
|
+
<xsd:element name="RemoteControlDescription" type="StringNotNull" minOccurs="0"/>
|
|
1009
|
+
<xsd:element name="RemovableMemory" type="StringNotNull" minOccurs="0"/>
|
|
1010
|
+
<xsd:element ref="SpeakerMaximumInputPower" minOccurs="0"/>
|
|
1011
|
+
<xsd:element name="TotalDVIPorts" type="xsd:positiveInteger" minOccurs="0"/>
|
|
1012
|
+
<xsd:element ref="TotalFirewirePorts" minOccurs="0"/>
|
|
1013
|
+
<xsd:element ref="TotalMicrophonePorts" minOccurs="0"/>
|
|
1014
|
+
<xsd:element name="TotalSVideoOutPorts" type="xsd:positiveInteger" minOccurs="0"/>
|
|
1015
|
+
<xsd:element ref="TotalUSBPorts" minOccurs="0"/>
|
|
1016
|
+
<xsd:element ref="TweeterConeMaterialType" minOccurs="0"/>
|
|
1017
|
+
<xsd:element ref="TweeterDriverDiameter" minOccurs="0"/>
|
|
1018
|
+
<xsd:element ref="ViewFinderType" minOccurs="0"/>
|
|
1019
|
+
<xsd:element ref="WaypointsType" minOccurs="0"/>
|
|
1020
|
+
</xsd:sequence>
|
|
1021
|
+
</xsd:complexType>
|
|
1022
|
+
</xsd:element>
|
|
1023
|
+
<!--
|
|
1024
|
+
###############################################################
|
|
1025
|
+
# Kindle Accessories Classification Data
|
|
1026
|
+
###############################################################
|
|
1027
|
+
-->
|
|
1028
|
+
<xsd:element name="KindleAccessories">
|
|
1029
|
+
<xsd:complexType>
|
|
1030
|
+
<xsd:sequence>
|
|
1031
|
+
<xsd:element name="VariationData" minOccurs="0">
|
|
1032
|
+
<xsd:complexType>
|
|
1033
|
+
<xsd:sequence>
|
|
1034
|
+
<xsd:element name="Parentage">
|
|
1035
|
+
<xsd:simpleType>
|
|
1036
|
+
<xsd:restriction base="xsd:string">
|
|
1037
|
+
<xsd:enumeration value="parent"/>
|
|
1038
|
+
<xsd:enumeration value="child"/>
|
|
1039
|
+
</xsd:restriction>
|
|
1040
|
+
</xsd:simpleType>
|
|
1041
|
+
</xsd:element>
|
|
1042
|
+
<xsd:element name="VariationTheme" minOccurs="0">
|
|
1043
|
+
<xsd:simpleType>
|
|
1044
|
+
<xsd:restriction base="xsd:string">
|
|
1045
|
+
<xsd:enumeration value="Color"/>
|
|
1046
|
+
<xsd:enumeration value="Size"/>
|
|
1047
|
+
<xsd:enumeration value="Size-Color"/>
|
|
1048
|
+
<xsd:enumeration value="Scent"/>
|
|
1049
|
+
<xsd:enumeration value="Size-Scent"/>
|
|
1050
|
+
</xsd:restriction>
|
|
1051
|
+
</xsd:simpleType>
|
|
1052
|
+
</xsd:element>
|
|
1053
|
+
</xsd:sequence>
|
|
1054
|
+
</xsd:complexType>
|
|
1055
|
+
</xsd:element>
|
|
1056
|
+
<xsd:element name="Color" type="StringNotNull" minOccurs="0"/>
|
|
1057
|
+
<xsd:element name="ColorMap" type="StringNotNull" minOccurs="0"/>
|
|
1058
|
+
<xsd:element name="Voltage" type="VoltageDecimalDimension" minOccurs="0"/>
|
|
1059
|
+
<xsd:element name="Wattage" type="WattageIntegerDimension" minOccurs="0"/>
|
|
1060
|
+
<xsd:element name="PowerSource" type="FortyStringNotNull" minOccurs="0"/>
|
|
1061
|
+
<xsd:element name="AdditionalFeatures" type="LongStringNotNull" minOccurs="0"/>
|
|
1062
|
+
<xsd:element name="VehicleSpeakerSize" type="TwentyStringNotNull" minOccurs="0"/>
|
|
1063
|
+
<xsd:element name="SpeakerDiameter" type="LengthDimension" minOccurs="0"/>
|
|
1064
|
+
<xsd:element name="TelephoneType" type="FortyStringNotNull" minOccurs="0"
|
|
1065
|
+
maxOccurs="4"/>
|
|
1066
|
+
<xsd:element name="PDABaseModel" type="StringNotNull" minOccurs="0" maxOccurs="5"/>
|
|
1067
|
+
<xsd:element name="DigitalMediaFormat" minOccurs="0">
|
|
1068
|
+
<xsd:simpleType>
|
|
1069
|
+
<xsd:restriction base="xsd:string">
|
|
1070
|
+
<xsd:enumeration value="diskette35"/>
|
|
1071
|
+
<xsd:enumeration value="3480_tape_cartridge"/>
|
|
1072
|
+
<xsd:enumeration value="4_mm_tape"/>
|
|
1073
|
+
<xsd:enumeration value="diskette525"/>
|
|
1074
|
+
<xsd:enumeration value="6250_magstar_tape"/>
|
|
1075
|
+
<xsd:enumeration value="cd"/>
|
|
1076
|
+
<xsd:enumeration value="compact_flash"/>
|
|
1077
|
+
<xsd:enumeration value="dat_tape"/>
|
|
1078
|
+
<xsd:enumeration value="digital_8"/>
|
|
1079
|
+
<xsd:enumeration value="dlt"/>
|
|
1080
|
+
<xsd:enumeration value="dvd_ram"/>
|
|
1081
|
+
<xsd:enumeration value="dvd_rom"/>
|
|
1082
|
+
<xsd:enumeration value="dvd_video"/>
|
|
1083
|
+
<xsd:enumeration value="electronic_software_download"/>
|
|
1084
|
+
<xsd:enumeration value="hi_8"/>
|
|
1085
|
+
<xsd:enumeration value="memory_stick"/>
|
|
1086
|
+
<xsd:enumeration value="minidisc"/>
|
|
1087
|
+
<xsd:enumeration value="minidv"/>
|
|
1088
|
+
<xsd:enumeration value="smart_media"/>
|
|
1089
|
+
<xsd:enumeration value="vhs"/>
|
|
1090
|
+
<xsd:enumeration value="xd_card"/>
|
|
1091
|
+
</xsd:restriction>
|
|
1092
|
+
</xsd:simpleType>
|
|
1093
|
+
</xsd:element>
|
|
1094
|
+
<xsd:element name="HomeAutomationCommunicationDevice" type="ThirtyStringNotNull"
|
|
1095
|
+
minOccurs="0"/>
|
|
1096
|
+
<xsd:element name="DigitalAudioCapacity" type="TwentyStringNotNull" minOccurs="0"/>
|
|
1097
|
+
<xsd:element name="HolderCapacity" type="TwentyStringNotNull" minOccurs="0"/>
|
|
1098
|
+
<xsd:element name="MemorySlotsAvailable" type="StringNotNull" minOccurs="0"/>
|
|
1099
|
+
<xsd:element name="ProcessorBrand" type="FortyStringNotNull" minOccurs="0"/>
|
|
1100
|
+
<xsd:element name="ProcessorCount" type="xsd:positiveInteger" minOccurs="0"/>
|
|
1101
|
+
<xsd:element name="ProcessorType" type="ProcessorTypeValues" minOccurs="0"/>
|
|
1102
|
+
<xsd:element name="ProcessorSpeed" type="FrequencyDimension" minOccurs="0"/>
|
|
1103
|
+
<xsd:element name="RAMSize" type="MemorySizeDimension" minOccurs="0"/>
|
|
1104
|
+
<xsd:element name="ScreenResolution" type="FortyStringNotNull" minOccurs="0"/>
|
|
1105
|
+
<xsd:element name="SoftwareIncluded" type="LongStringNotNull" minOccurs="0"/>
|
|
1106
|
+
<xsd:element name="ColorScreen" type="xsd:boolean" minOccurs="0"/>
|
|
1107
|
+
<xsd:element name="ScreenSize" type="LengthDimension" minOccurs="0"/>
|
|
1108
|
+
<xsd:element name="WirelessType" type="WirelessTypeValues" minOccurs="0"
|
|
1109
|
+
maxOccurs="3"/>
|
|
1110
|
+
<xsd:element name="HardDriveSize" type="MemorySizeDimension" minOccurs="0"
|
|
1111
|
+
maxOccurs="8"/>
|
|
1112
|
+
<xsd:element name="HardDriveInterface" type="HardDriveInterfaceTypeValues"
|
|
1113
|
+
minOccurs="0" maxOccurs="4"/>
|
|
1114
|
+
<xsd:element name="OperatingSystem" type="MediumStringNotNull" minOccurs="0"
|
|
1115
|
+
maxOccurs="5"/>
|
|
1116
|
+
<xsd:element name="HardwarePlatform" type="MediumStringNotNull" minOccurs="0"/>
|
|
1117
|
+
<xsd:element name="ComputerMemoryType" type="GraphicsRAMTypeValues" minOccurs="0"
|
|
1118
|
+
maxOccurs="10"/>
|
|
1119
|
+
<xsd:element name="ItemPackageQuantity" type="xsd:positiveInteger" minOccurs="0"/>
|
|
1120
|
+
<xsd:element name="PurchasingFeeRefSKU" type="SKUType" minOccurs="0"/>
|
|
1121
|
+
</xsd:sequence>
|
|
1122
|
+
</xsd:complexType>
|
|
1123
|
+
</xsd:element>
|
|
1124
|
+
|
|
1125
|
+
<xsd:element name="KindleEReaderAccessories">
|
|
1126
|
+
<xsd:complexType>
|
|
1127
|
+
<xsd:sequence>
|
|
1128
|
+
<xsd:element name="VariationData" minOccurs="0">
|
|
1129
|
+
<xsd:complexType>
|
|
1130
|
+
<xsd:sequence>
|
|
1131
|
+
<xsd:element name="Parentage">
|
|
1132
|
+
<xsd:simpleType>
|
|
1133
|
+
<xsd:restriction base="xsd:string">
|
|
1134
|
+
<xsd:enumeration value="parent"/>
|
|
1135
|
+
<xsd:enumeration value="child"/>
|
|
1136
|
+
</xsd:restriction>
|
|
1137
|
+
</xsd:simpleType>
|
|
1138
|
+
</xsd:element>
|
|
1139
|
+
<xsd:element name="VariationTheme" minOccurs="0">
|
|
1140
|
+
<xsd:simpleType>
|
|
1141
|
+
<xsd:restriction base="xsd:string">
|
|
1142
|
+
<xsd:enumeration value="Color"/>
|
|
1143
|
+
<xsd:enumeration value="Size"/>
|
|
1144
|
+
<xsd:enumeration value="Size-Color"/>
|
|
1145
|
+
</xsd:restriction>
|
|
1146
|
+
</xsd:simpleType>
|
|
1147
|
+
</xsd:element>
|
|
1148
|
+
</xsd:sequence>
|
|
1149
|
+
</xsd:complexType>
|
|
1150
|
+
</xsd:element>
|
|
1151
|
+
<xsd:element name="Color" type="StringNotNull" minOccurs="0"/>
|
|
1152
|
+
<xsd:element name="ColorMap" type="StringNotNull" minOccurs="0"/>
|
|
1153
|
+
<xsd:element name="Voltage" type="VoltageDecimalDimension" minOccurs="0"/>
|
|
1154
|
+
<xsd:element name="Wattage" type="WattageIntegerDimension" minOccurs="0"/>
|
|
1155
|
+
<xsd:element name="PowerSource" type="FortyStringNotNull" minOccurs="0"/>
|
|
1156
|
+
<xsd:element name="AdditionalFeatures" type="LongStringNotNull" minOccurs="0"/>
|
|
1157
|
+
<xsd:element name="VehicleSpeakerSize" type="TwentyStringNotNull" minOccurs="0"/>
|
|
1158
|
+
<xsd:element name="SpeakerDiameter" type="LengthDimension" minOccurs="0"/>
|
|
1159
|
+
<xsd:element name="TelephoneType" type="FortyStringNotNull" minOccurs="0"
|
|
1160
|
+
maxOccurs="4"/>
|
|
1161
|
+
<xsd:element name="PDABaseModel" type="StringNotNull" minOccurs="0" maxOccurs="5"/>
|
|
1162
|
+
<xsd:element name="DigitalMediaFormat" minOccurs="0">
|
|
1163
|
+
<xsd:simpleType>
|
|
1164
|
+
<xsd:restriction base="xsd:string">
|
|
1165
|
+
<xsd:enumeration value="diskette35"/>
|
|
1166
|
+
<xsd:enumeration value="3480_tape_cartridge"/>
|
|
1167
|
+
<xsd:enumeration value="4_mm_tape"/>
|
|
1168
|
+
<xsd:enumeration value="diskette525"/>
|
|
1169
|
+
<xsd:enumeration value="6250_magstar_tape"/>
|
|
1170
|
+
<xsd:enumeration value="cd"/>
|
|
1171
|
+
<xsd:enumeration value="compact_flash"/>
|
|
1172
|
+
<xsd:enumeration value="dat_tape"/>
|
|
1173
|
+
<xsd:enumeration value="digital_8"/>
|
|
1174
|
+
<xsd:enumeration value="dlt"/>
|
|
1175
|
+
<xsd:enumeration value="dvd_ram"/>
|
|
1176
|
+
<xsd:enumeration value="dvd_rom"/>
|
|
1177
|
+
<xsd:enumeration value="dvd_video"/>
|
|
1178
|
+
<xsd:enumeration value="electronic_software_download"/>
|
|
1179
|
+
<xsd:enumeration value="hi_8"/>
|
|
1180
|
+
<xsd:enumeration value="memory_stick"/>
|
|
1181
|
+
<xsd:enumeration value="minidisc"/>
|
|
1182
|
+
<xsd:enumeration value="minidv"/>
|
|
1183
|
+
<xsd:enumeration value="smart_media"/>
|
|
1184
|
+
<xsd:enumeration value="vhs"/>
|
|
1185
|
+
<xsd:enumeration value="xd_card"/>
|
|
1186
|
+
</xsd:restriction>
|
|
1187
|
+
</xsd:simpleType>
|
|
1188
|
+
</xsd:element>
|
|
1189
|
+
<xsd:element name="HomeAutomationCommunicationDevice" type="ThirtyStringNotNull"
|
|
1190
|
+
minOccurs="0"/>
|
|
1191
|
+
<xsd:element name="DigitalAudioCapacity" type="TwentyStringNotNull" minOccurs="0"/>
|
|
1192
|
+
<xsd:element name="HolderCapacity" type="TwentyStringNotNull" minOccurs="0"/>
|
|
1193
|
+
<xsd:element name="MemorySlotsAvailable" type="StringNotNull" minOccurs="0"/>
|
|
1194
|
+
<xsd:element name="ProcessorBrand" type="FortyStringNotNull" minOccurs="0"/>
|
|
1195
|
+
<xsd:element name="ProcessorCount" type="xsd:positiveInteger" minOccurs="0"/>
|
|
1196
|
+
<xsd:element name="ProcessorType" type="ProcessorTypeValues" minOccurs="0"/>
|
|
1197
|
+
<xsd:element name="ProcessorSpeed" type="FrequencyDimension" minOccurs="0"/>
|
|
1198
|
+
<xsd:element name="RAMSize" type="MemorySizeDimension" minOccurs="0"/>
|
|
1199
|
+
<xsd:element name="ScreenResolution" type="FortyStringNotNull" minOccurs="0"/>
|
|
1200
|
+
<xsd:element name="SoftwareIncluded" type="LongStringNotNull" minOccurs="0"/>
|
|
1201
|
+
<xsd:element name="ColorScreen" type="xsd:boolean" minOccurs="0"/>
|
|
1202
|
+
<xsd:element name="ScreenSize" type="LengthDimension" minOccurs="0"/>
|
|
1203
|
+
<xsd:element name="WirelessType" type="WirelessTypeValues" minOccurs="0"
|
|
1204
|
+
maxOccurs="3"/>
|
|
1205
|
+
<xsd:element name="HardDriveSize" type="MemorySizeDimension" minOccurs="0"
|
|
1206
|
+
maxOccurs="8"/>
|
|
1207
|
+
<xsd:element name="HardDriveInterface" type="HardDriveInterfaceTypeValues"
|
|
1208
|
+
minOccurs="0" maxOccurs="4"/>
|
|
1209
|
+
<xsd:element name="OperatingSystem" type="MediumStringNotNull" minOccurs="0"
|
|
1210
|
+
maxOccurs="5"/>
|
|
1211
|
+
<xsd:element name="HardwarePlatform" type="MediumStringNotNull" minOccurs="0"/>
|
|
1212
|
+
<xsd:element name="ComputerMemoryType" type="GraphicsRAMTypeValues" minOccurs="0"
|
|
1213
|
+
maxOccurs="10"/>
|
|
1214
|
+
<xsd:element name="ItemPackageQuantity" type="xsd:positiveInteger" minOccurs="0"/>
|
|
1215
|
+
<xsd:element name="PurchasingFeeRefSKU" type="SKUType" minOccurs="0"/>
|
|
1216
|
+
</xsd:sequence>
|
|
1217
|
+
</xsd:complexType>
|
|
1218
|
+
</xsd:element>
|
|
1219
|
+
|
|
1220
|
+
<xsd:element name="KindleFireAccessories">
|
|
1221
|
+
<xsd:complexType>
|
|
1222
|
+
<xsd:sequence>
|
|
1223
|
+
<xsd:element name="VariationData" minOccurs="0">
|
|
1224
|
+
<xsd:complexType>
|
|
1225
|
+
<xsd:sequence>
|
|
1226
|
+
<xsd:element name="Parentage">
|
|
1227
|
+
<xsd:simpleType>
|
|
1228
|
+
<xsd:restriction base="xsd:string">
|
|
1229
|
+
<xsd:enumeration value="parent"/>
|
|
1230
|
+
<xsd:enumeration value="child"/>
|
|
1231
|
+
</xsd:restriction>
|
|
1232
|
+
</xsd:simpleType>
|
|
1233
|
+
</xsd:element>
|
|
1234
|
+
<xsd:element name="VariationTheme" minOccurs="0">
|
|
1235
|
+
<xsd:simpleType>
|
|
1236
|
+
<xsd:restriction base="xsd:string">
|
|
1237
|
+
<xsd:enumeration value="Color"/>
|
|
1238
|
+
<xsd:enumeration value="Size"/>
|
|
1239
|
+
<xsd:enumeration value="Size-Color"/>
|
|
1240
|
+
</xsd:restriction>
|
|
1241
|
+
</xsd:simpleType>
|
|
1242
|
+
</xsd:element>
|
|
1243
|
+
</xsd:sequence>
|
|
1244
|
+
</xsd:complexType>
|
|
1245
|
+
</xsd:element>
|
|
1246
|
+
<xsd:element name="Color" type="StringNotNull" minOccurs="0"/>
|
|
1247
|
+
<xsd:element name="ColorMap" type="StringNotNull" minOccurs="0"/>
|
|
1248
|
+
<xsd:element name="Voltage" type="VoltageDecimalDimension" minOccurs="0"/>
|
|
1249
|
+
<xsd:element name="Wattage" type="WattageIntegerDimension" minOccurs="0"/>
|
|
1250
|
+
<xsd:element name="PowerSource" type="FortyStringNotNull" minOccurs="0"/>
|
|
1251
|
+
<xsd:element name="AdditionalFeatures" type="LongStringNotNull" minOccurs="0"/>
|
|
1252
|
+
<xsd:element name="VehicleSpeakerSize" type="TwentyStringNotNull" minOccurs="0"/>
|
|
1253
|
+
<xsd:element name="SpeakerDiameter" type="LengthDimension" minOccurs="0"/>
|
|
1254
|
+
<xsd:element name="TelephoneType" type="FortyStringNotNull" minOccurs="0"
|
|
1255
|
+
maxOccurs="4"/>
|
|
1256
|
+
<xsd:element name="PDABaseModel" type="StringNotNull" minOccurs="0" maxOccurs="5"/>
|
|
1257
|
+
<xsd:element name="DigitalMediaFormat" minOccurs="0">
|
|
1258
|
+
<xsd:simpleType>
|
|
1259
|
+
<xsd:restriction base="xsd:string">
|
|
1260
|
+
<xsd:enumeration value="diskette35"/>
|
|
1261
|
+
<xsd:enumeration value="3480_tape_cartridge"/>
|
|
1262
|
+
<xsd:enumeration value="4_mm_tape"/>
|
|
1263
|
+
<xsd:enumeration value="diskette525"/>
|
|
1264
|
+
<xsd:enumeration value="6250_magstar_tape"/>
|
|
1265
|
+
<xsd:enumeration value="cd"/>
|
|
1266
|
+
<xsd:enumeration value="compact_flash"/>
|
|
1267
|
+
<xsd:enumeration value="dat_tape"/>
|
|
1268
|
+
<xsd:enumeration value="digital_8"/>
|
|
1269
|
+
<xsd:enumeration value="dlt"/>
|
|
1270
|
+
<xsd:enumeration value="dvd_ram"/>
|
|
1271
|
+
<xsd:enumeration value="dvd_rom"/>
|
|
1272
|
+
<xsd:enumeration value="dvd_video"/>
|
|
1273
|
+
<xsd:enumeration value="electronic_software_download"/>
|
|
1274
|
+
<xsd:enumeration value="hi_8"/>
|
|
1275
|
+
<xsd:enumeration value="memory_stick"/>
|
|
1276
|
+
<xsd:enumeration value="minidisc"/>
|
|
1277
|
+
<xsd:enumeration value="minidv"/>
|
|
1278
|
+
<xsd:enumeration value="smart_media"/>
|
|
1279
|
+
<xsd:enumeration value="vhs"/>
|
|
1280
|
+
<xsd:enumeration value="xd_card"/>
|
|
1281
|
+
</xsd:restriction>
|
|
1282
|
+
</xsd:simpleType>
|
|
1283
|
+
</xsd:element>
|
|
1284
|
+
<xsd:element name="HomeAutomationCommunicationDevice" type="ThirtyStringNotNull"
|
|
1285
|
+
minOccurs="0"/>
|
|
1286
|
+
<xsd:element name="DigitalAudioCapacity" type="TwentyStringNotNull" minOccurs="0"/>
|
|
1287
|
+
<xsd:element name="HolderCapacity" type="TwentyStringNotNull" minOccurs="0"/>
|
|
1288
|
+
<xsd:element name="MemorySlotsAvailable" type="StringNotNull" minOccurs="0"/>
|
|
1289
|
+
<xsd:element name="ProcessorBrand" type="FortyStringNotNull" minOccurs="0"/>
|
|
1290
|
+
<xsd:element name="ProcessorCount" type="xsd:positiveInteger" minOccurs="0"/>
|
|
1291
|
+
<xsd:element name="ProcessorType" type="ProcessorTypeValues" minOccurs="0"/>
|
|
1292
|
+
<xsd:element name="ProcessorSpeed" type="FrequencyDimension" minOccurs="0"/>
|
|
1293
|
+
<xsd:element name="RAMSize" type="MemorySizeDimension" minOccurs="0"/>
|
|
1294
|
+
<xsd:element name="ScreenResolution" type="FortyStringNotNull" minOccurs="0"/>
|
|
1295
|
+
<xsd:element name="SoftwareIncluded" type="LongStringNotNull" minOccurs="0"/>
|
|
1296
|
+
<xsd:element name="ColorScreen" type="xsd:boolean" minOccurs="0"/>
|
|
1297
|
+
<xsd:element name="ScreenSize" type="LengthDimension" minOccurs="0"/>
|
|
1298
|
+
<xsd:element name="WirelessType" type="WirelessTypeValues" minOccurs="0"
|
|
1299
|
+
maxOccurs="3"/>
|
|
1300
|
+
<xsd:element name="HardDriveSize" type="MemorySizeDimension" minOccurs="0"
|
|
1301
|
+
maxOccurs="8"/>
|
|
1302
|
+
<xsd:element name="HardDriveInterface" type="HardDriveInterfaceTypeValues"
|
|
1303
|
+
minOccurs="0" maxOccurs="4"/>
|
|
1304
|
+
<xsd:element name="OperatingSystem" type="MediumStringNotNull" minOccurs="0"
|
|
1305
|
+
maxOccurs="5"/>
|
|
1306
|
+
<xsd:element name="HardwarePlatform" type="MediumStringNotNull" minOccurs="0"/>
|
|
1307
|
+
<xsd:element name="ComputerMemoryType" type="GraphicsRAMTypeValues" minOccurs="0"
|
|
1308
|
+
maxOccurs="10"/>
|
|
1309
|
+
<xsd:element name="ItemPackageQuantity" type="xsd:positiveInteger" minOccurs="0"/>
|
|
1310
|
+
<xsd:element name="PurchasingFeeRefSKU" type="SKUType" minOccurs="0"/>
|
|
1311
|
+
</xsd:sequence>
|
|
1312
|
+
</xsd:complexType>
|
|
1313
|
+
</xsd:element>
|
|
1314
|
+
|
|
1315
|
+
<xsd:element name="MediaPlayerOrEReaderAccessory">
|
|
1316
|
+
<xsd:complexType>
|
|
1317
|
+
<xsd:sequence>
|
|
1318
|
+
<xsd:element ref="AnalogRGBInput" minOccurs="0" maxOccurs="5"/>
|
|
1319
|
+
<xsd:element ref="BatteryCellType" minOccurs="0"/>
|
|
1320
|
+
<xsd:element name="BatteryChargeCycles" type="xsd:positiveInteger" minOccurs="0"/>
|
|
1321
|
+
<xsd:element ref="BatteryPower" minOccurs="0"/>
|
|
1322
|
+
<xsd:element ref="BoxContents" minOccurs="0"/>
|
|
1323
|
+
<xsd:element name="CameraLens" type="StringNotNull" minOccurs="0"/>
|
|
1324
|
+
<xsd:element ref="CoatingDescription" minOccurs="0"/>
|
|
1325
|
+
<xsd:element ref="CompatibleMountings" minOccurs="0"/>
|
|
1326
|
+
<xsd:element name="Conductor" type="StringNotNull" minOccurs="0"/>
|
|
1327
|
+
<xsd:element ref="EnclosureFinish" minOccurs="0"/>
|
|
1328
|
+
<xsd:element ref="FinishType" minOccurs="0"/>
|
|
1329
|
+
<xsd:element ref="GrilleRemoveability" minOccurs="0"/>
|
|
1330
|
+
<xsd:element name="LoadCapacity" type="WeightDimension" minOccurs="0"/>
|
|
1331
|
+
<xsd:element ref="MaxWeightCapacity" minOccurs="0"/>
|
|
1332
|
+
<xsd:element name="MemorySlotsAvailable" type="StringNotNull" minOccurs="0"/>
|
|
1333
|
+
<xsd:element ref="MountingType" minOccurs="0"/>
|
|
1334
|
+
<xsd:element ref="NumberOfRecordingLoops" minOccurs="0"/>
|
|
1335
|
+
<xsd:element name="OperatingSystem" type="MediumStringNotNull" minOccurs="0"
|
|
1336
|
+
maxOccurs="5"/>
|
|
1337
|
+
<xsd:element name="PhotoSensorSize" type="StringNotNull" minOccurs="0"/>
|
|
1338
|
+
<xsd:element name="PhotoSensorTechnology" type="StringNotNull" minOccurs="0"/>
|
|
1339
|
+
<xsd:element ref="PowerConsumption" minOccurs="0"/>
|
|
1340
|
+
<xsd:element ref="PowerPlugType" minOccurs="0"/>
|
|
1341
|
+
<xsd:element name="RemoteControlDescription" type="StringNotNull" minOccurs="0"/>
|
|
1342
|
+
<xsd:element name="RemovableMemory" type="StringNotNull" minOccurs="0"/>
|
|
1343
|
+
<xsd:element name="ScreenSize" type="LengthDimension" minOccurs="0"/>
|
|
1344
|
+
<xsd:element ref="Shape" minOccurs="0"/>
|
|
1345
|
+
<xsd:element name="SoftwareIncluded" type="LongStringNotNull" minOccurs="0"/>
|
|
1346
|
+
<xsd:element ref="SpeakerGrilleMaterial" minOccurs="0"/>
|
|
1347
|
+
<xsd:element ref="SpeakerMaximumInputPower" minOccurs="0"/>
|
|
1348
|
+
<xsd:element ref="SubwooferPowerTechnology" minOccurs="0"/>
|
|
1349
|
+
<xsd:element ref="SubwooferSpeakerDiameter" minOccurs="0"/>
|
|
1350
|
+
<xsd:element ref="SubwooferSpeakerMaterial" minOccurs="0"/>
|
|
1351
|
+
<xsd:element ref="SubwooferWattage" minOccurs="0"/>
|
|
1352
|
+
<xsd:element ref="SurgeProtectionRating" minOccurs="0"/>
|
|
1353
|
+
<xsd:element ref="ThreeDTechnology" minOccurs="0"/>
|
|
1354
|
+
<xsd:element ref="TotalCoaxialInputs" minOccurs="0"/>
|
|
1355
|
+
<xsd:element ref="TotalComponentInPorts" minOccurs="0"/>
|
|
1356
|
+
<xsd:element name="TotalCompositePorts" type="xsd:positiveInteger" minOccurs="0"/>
|
|
1357
|
+
<xsd:element name="TotalDVIPorts" type="xsd:positiveInteger" minOccurs="0"/>
|
|
1358
|
+
<xsd:element ref="TotalFirewirePorts" minOccurs="0"/>
|
|
1359
|
+
<xsd:element ref="TotalMicrophonePorts" minOccurs="0"/>
|
|
1360
|
+
<xsd:element ref="TotalPowerOutlets" minOccurs="0"/>
|
|
1361
|
+
<xsd:element ref="TotalSubwooferOutputs" minOccurs="0"/>
|
|
1362
|
+
<xsd:element ref="TotalSVideoInPorts" minOccurs="0"/>
|
|
1363
|
+
<xsd:element name="TotalSVideoOutPorts" type="xsd:positiveInteger" minOccurs="0"/>
|
|
1364
|
+
<xsd:element ref="TotalUSBPorts" minOccurs="0"/>
|
|
1365
|
+
<xsd:element ref="TotalVgaInPorts" minOccurs="0"/>
|
|
1366
|
+
<xsd:element ref="TotalVideoOutPorts" minOccurs="0"/>
|
|
1367
|
+
<xsd:element ref="TrafficFeatures" minOccurs="0" maxOccurs="5"/>
|
|
1368
|
+
<xsd:element name="Wattage" type="WattageIntegerDimension" minOccurs="0"/>
|
|
1369
|
+
<xsd:element ref="WooferSpeakerDiameter" minOccurs="0"/>
|
|
1370
|
+
<xsd:element ref="WooferSpeakerMaterial" minOccurs="0"/>
|
|
1371
|
+
<xsd:element name="CableLength" type="LengthDimension" minOccurs="0"/>
|
|
1372
|
+
<xsd:element ref="ConnectorGender" minOccurs="0" maxOccurs="5"/>
|
|
1373
|
+
<xsd:element ref="ConnectorTypeUsedOnCable" minOccurs="0"/>
|
|
1374
|
+
<xsd:element ref="MountMotion" minOccurs="0"/>
|
|
1375
|
+
<xsd:element name="PowerSource" type="FortyStringNotNull" minOccurs="0"/>
|
|
1376
|
+
<xsd:element name="VideoResolution" type="PixelDimension" minOccurs="0"/>
|
|
1377
|
+
<xsd:element name="WirelessTechnology" type="StringNotNull" minOccurs="0"
|
|
1378
|
+
maxOccurs="5"/>
|
|
1379
|
+
<xsd:element ref="Efficiency" minOccurs="0"/>
|
|
1380
|
+
</xsd:sequence>
|
|
1381
|
+
</xsd:complexType>
|
|
1382
|
+
</xsd:element>
|
|
1383
|
+
|
|
1384
|
+
<xsd:element name="MediaStorage">
|
|
1385
|
+
<xsd:complexType>
|
|
1386
|
+
<xsd:sequence>
|
|
1387
|
+
<xsd:element name="HolderCapacity" type="TwentyStringNotNull" minOccurs="0"/>
|
|
1388
|
+
<xsd:element ref="PowerPlugType" minOccurs="0"/>
|
|
1389
|
+
</xsd:sequence>
|
|
1390
|
+
</xsd:complexType>
|
|
1391
|
+
</xsd:element>
|
|
1392
|
+
|
|
1393
|
+
<xsd:element name="Antenna">
|
|
1394
|
+
<xsd:complexType>
|
|
1395
|
+
<xsd:sequence>
|
|
1396
|
+
<xsd:element ref="AntennaDescription" minOccurs="0"/>
|
|
1397
|
+
<xsd:element ref="AntennaLocation" minOccurs="0"/>
|
|
1398
|
+
<xsd:element name="Voltage" type="PositiveInteger" minOccurs="0"/>
|
|
1399
|
+
<xsd:element ref="PowerPlugType" minOccurs="0"/>
|
|
1400
|
+
</xsd:sequence>
|
|
1401
|
+
</xsd:complexType>
|
|
1402
|
+
</xsd:element>
|
|
1403
|
+
|
|
1404
|
+
<xsd:element name="MiscAudioComponents">
|
|
1405
|
+
<xsd:complexType>
|
|
1406
|
+
<xsd:sequence>
|
|
1407
|
+
<xsd:element ref="ThreeDTechnology" minOccurs="0"/>
|
|
1408
|
+
<xsd:element ref="BaseLength" minOccurs="0"/>
|
|
1409
|
+
<xsd:element ref="BaseWidth" minOccurs="0"/>
|
|
1410
|
+
<xsd:element ref="AnalogRGBInput" minOccurs="0" maxOccurs="5"/>
|
|
1411
|
+
<xsd:element ref="ScreenDimensions" minOccurs="0"/>
|
|
1412
|
+
<xsd:element ref="Resolution" minOccurs="0"/>
|
|
1413
|
+
<xsd:element ref="SVideoInputType" minOccurs="0"/>
|
|
1414
|
+
<xsd:element name="ScreenSize" type="LengthDimension" minOccurs="0"/>
|
|
1415
|
+
<xsd:element ref="NumberOfSpeakers" minOccurs="0"/>
|
|
1416
|
+
<xsd:element ref="InternetApplications" minOccurs="0" maxOccurs="5"/>
|
|
1417
|
+
<xsd:element ref="TotalCoaxialInputs" minOccurs="0"/>
|
|
1418
|
+
<xsd:element ref="TotalComponentInPorts" minOccurs="0"/>
|
|
1419
|
+
<xsd:element name="TotalCompositePorts" type="xsd:positiveInteger" minOccurs="0"/>
|
|
1420
|
+
<xsd:element ref="TotalEthernetPorts" minOccurs="0"/>
|
|
1421
|
+
<xsd:element ref="TotalHdmiPorts" minOccurs="0"/>
|
|
1422
|
+
<xsd:element ref="TotalSVideoInPorts" minOccurs="0"/>
|
|
1423
|
+
<xsd:element ref="TotalVgaInPorts" minOccurs="0"/>
|
|
1424
|
+
<xsd:element ref="TotalVideoOutPorts" minOccurs="0"/>
|
|
1425
|
+
<xsd:element name="WirelessTechnology" type="StringNotNull" minOccurs="0"
|
|
1426
|
+
maxOccurs="5"/>
|
|
1427
|
+
<xsd:element name="WirelessType" type="WirelessTypeValues" minOccurs="0"/>
|
|
1428
|
+
<xsd:element ref="AmplifierType" minOccurs="0"/>
|
|
1429
|
+
<xsd:element ref="BatteryCellType" minOccurs="0"/>
|
|
1430
|
+
<xsd:element name="BatteryChargeCycles" type="xsd:positiveInteger" minOccurs="0"/>
|
|
1431
|
+
<xsd:element ref="BatteryPower" minOccurs="0"/>
|
|
1432
|
+
<xsd:element ref="BluRayRegion" minOccurs="0"/>
|
|
1433
|
+
<xsd:element ref="BoxContents" minOccurs="0"/>
|
|
1434
|
+
<xsd:element name="CableLength" type="LengthDimension" minOccurs="0"/>
|
|
1435
|
+
<xsd:element ref="DVDRegion" minOccurs="0"/>
|
|
1436
|
+
<xsd:element ref="EffectiveStillResolution" minOccurs="0"/>
|
|
1437
|
+
<xsd:element ref="EnclosureFinish" minOccurs="0"/>
|
|
1438
|
+
<xsd:element ref="EuEnergyLabelEfficiencyClass" minOccurs="0"/>
|
|
1439
|
+
<xsd:element ref="FinishType" minOccurs="0"/>
|
|
1440
|
+
<xsd:element ref="GrilleRemoveability" minOccurs="0"/>
|
|
1441
|
+
<xsd:element name="MemorySlotsAvailable" type="StringNotNull" minOccurs="0"/>
|
|
1442
|
+
<xsd:element ref="MidRangeSpeakerDiameter" minOccurs="0"/>
|
|
1443
|
+
<xsd:element ref="MidRangeSpeakerMaterial" minOccurs="0"/>
|
|
1444
|
+
<xsd:element ref="NumberOfRadioBandsSupported" minOccurs="0"/>
|
|
1445
|
+
<xsd:element ref="NumberOfRecordingLoops" minOccurs="0"/>
|
|
1446
|
+
<xsd:element name="OperatingSystem" type="MediumStringNotNull" minOccurs="0"
|
|
1447
|
+
maxOccurs="5"/>
|
|
1448
|
+
<xsd:element ref="ParentalControlTechnology" minOccurs="0"/>
|
|
1449
|
+
<xsd:element ref="PowerConsumption" minOccurs="0"/>
|
|
1450
|
+
<xsd:element ref="PowerPlugType" minOccurs="0"/>
|
|
1451
|
+
<xsd:element name="PowerSource" type="FortyStringNotNull" minOccurs="0"/>
|
|
1452
|
+
<xsd:element ref="RefreshRate" minOccurs="0"/>
|
|
1453
|
+
<xsd:element name="RemoteControlDescription" type="StringNotNull" minOccurs="0"/>
|
|
1454
|
+
<xsd:element name="RemovableMemory" type="StringNotNull" minOccurs="0"/>
|
|
1455
|
+
<xsd:element ref="Shape" minOccurs="0"/>
|
|
1456
|
+
<xsd:element name="SoftwareIncluded" type="LongStringNotNull" minOccurs="0"/>
|
|
1457
|
+
<xsd:element ref="SpeakerGrilleMaterial" minOccurs="0"/>
|
|
1458
|
+
<xsd:element ref="SpeakerMaximumInputPower" minOccurs="0"/>
|
|
1459
|
+
<xsd:element ref="SubwooferPowerTechnology" minOccurs="0"/>
|
|
1460
|
+
<xsd:element ref="SubwooferSpeakerDiameter" minOccurs="0"/>
|
|
1461
|
+
<xsd:element ref="SubwooferSpeakerMaterial" minOccurs="0"/>
|
|
1462
|
+
<xsd:element ref="SubwooferWattage" minOccurs="0"/>
|
|
1463
|
+
<xsd:element name="TotalDVIPorts" type="xsd:positiveInteger" minOccurs="0"/>
|
|
1464
|
+
<xsd:element ref="TotalFirewirePorts" minOccurs="0"/>
|
|
1465
|
+
<xsd:element ref="TotalMicrophonePorts" minOccurs="0"/>
|
|
1466
|
+
<xsd:element ref="TotalPreampOutputs" minOccurs="0"/>
|
|
1467
|
+
<xsd:element ref="TotalSubwooferOutputs" minOccurs="0"/>
|
|
1468
|
+
<xsd:element name="TotalSVideoOutPorts" type="xsd:positiveInteger" minOccurs="0"/>
|
|
1469
|
+
<xsd:element ref="TotalUSBPorts" minOccurs="0"/>
|
|
1470
|
+
<xsd:element ref="TweeterConeMaterialType" minOccurs="0"/>
|
|
1471
|
+
<xsd:element ref="TweeterDriverDiameter" minOccurs="0"/>
|
|
1472
|
+
<xsd:element name="Wattage" type="WattageIntegerDimension" minOccurs="0"/>
|
|
1473
|
+
<xsd:element ref="WooferSpeakerDiameter" minOccurs="0"/>
|
|
1474
|
+
<xsd:element ref="WooferSpeakerMaterial" minOccurs="0"/>
|
|
1475
|
+
<xsd:element ref="Efficiency" minOccurs="0"/>
|
|
1476
|
+
</xsd:sequence>
|
|
1477
|
+
</xsd:complexType>
|
|
1478
|
+
</xsd:element>
|
|
1479
|
+
|
|
1480
|
+
<xsd:element name="AVFurniture">
|
|
1481
|
+
<xsd:complexType>
|
|
1482
|
+
<xsd:sequence>
|
|
1483
|
+
<xsd:element ref="EnclosureFinish" minOccurs="0"/>
|
|
1484
|
+
<xsd:element ref="FinishType" minOccurs="0"/>
|
|
1485
|
+
<xsd:element ref="MaximumSupportedScreenSize" minOccurs="0"/>
|
|
1486
|
+
<xsd:element ref="MaxWeightCapacity" minOccurs="0"/>
|
|
1487
|
+
<xsd:element ref="MaxWeightRecommendation" minOccurs="0"/>
|
|
1488
|
+
<xsd:element ref="MinimumSupportedScreenSize" minOccurs="0"/>
|
|
1489
|
+
<xsd:element ref="MountingPattern" minOccurs="0"/>
|
|
1490
|
+
<xsd:element ref="MountingType" minOccurs="0"/>
|
|
1491
|
+
<xsd:element ref="MountMotion" minOccurs="0"/>
|
|
1492
|
+
<xsd:element ref="MountBoltPattern" minOccurs="0"/>
|
|
1493
|
+
<xsd:element name="WirelessTechnology" type="StringNotNull" minOccurs="0"
|
|
1494
|
+
maxOccurs="5"/>
|
|
1495
|
+
<xsd:element ref="Efficiency" minOccurs="0"/>
|
|
1496
|
+
</xsd:sequence>
|
|
1497
|
+
</xsd:complexType>
|
|
1498
|
+
</xsd:element>
|
|
1499
|
+
|
|
1500
|
+
<xsd:element name="BarCodeReader">
|
|
1501
|
+
<xsd:complexType>
|
|
1502
|
+
<xsd:sequence>
|
|
1503
|
+
<xsd:element name="PowerSource" type="FortyStringNotNull" minOccurs="0"/>
|
|
1504
|
+
<xsd:element ref="PowerPlugType" minOccurs="0"/>
|
|
1505
|
+
</xsd:sequence>
|
|
1506
|
+
</xsd:complexType>
|
|
1507
|
+
</xsd:element>
|
|
1508
|
+
|
|
1509
|
+
<xsd:element name="CEBinocular">
|
|
1510
|
+
<xsd:complexType>
|
|
1511
|
+
<xsd:sequence>
|
|
1512
|
+
<xsd:element ref="BatteryCellType" minOccurs="0"/>
|
|
1513
|
+
<xsd:element name="BatteryChargeCycles" type="xsd:positiveInteger" minOccurs="0"/>
|
|
1514
|
+
<xsd:element ref="BatteryPower" minOccurs="0"/>
|
|
1515
|
+
<xsd:element ref="BoxContents" minOccurs="0"/>
|
|
1516
|
+
<xsd:element ref="CoatingDescription" minOccurs="0"/>
|
|
1517
|
+
<xsd:element ref="DigitalZoom" minOccurs="0"/>
|
|
1518
|
+
<xsd:element ref="EffectiveStillResolution" minOccurs="0"/>
|
|
1519
|
+
<xsd:element ref="FinishType" minOccurs="0"/>
|
|
1520
|
+
<xsd:element ref="FocusType" minOccurs="0"/>
|
|
1521
|
+
<xsd:element ref="ImageStabilization" minOccurs="0"/>
|
|
1522
|
+
<xsd:element name="Lens" type="StringNotNull" minOccurs="0"/>
|
|
1523
|
+
<xsd:element name="MemorySlotsAvailable" type="StringNotNull" minOccurs="0"/>
|
|
1524
|
+
<xsd:element ref="MaxFocalLength" minOccurs="0"/>
|
|
1525
|
+
<xsd:element name="PowerSource" type="FortyStringNotNull" minOccurs="0"/>
|
|
1526
|
+
<xsd:element name="RemovableMemory" type="StringNotNull" minOccurs="0"/>
|
|
1527
|
+
<xsd:element name="SoftwareIncluded" type="LongStringNotNull" minOccurs="0"/>
|
|
1528
|
+
<xsd:element ref="ViewFinderType" minOccurs="0"/>
|
|
1529
|
+
<xsd:element ref="Efficiency" minOccurs="0"/>
|
|
1530
|
+
</xsd:sequence>
|
|
1531
|
+
</xsd:complexType>
|
|
1532
|
+
</xsd:element>
|
|
1533
|
+
|
|
1534
|
+
|
|
1535
|
+
<xsd:element name="CECamcorder">
|
|
1536
|
+
<xsd:complexType>
|
|
1537
|
+
<xsd:sequence>
|
|
1538
|
+
<xsd:element ref="AnalogRGBInput" minOccurs="0" maxOccurs="5"/>
|
|
1539
|
+
<xsd:element ref="BatteryCellType" minOccurs="0"/>
|
|
1540
|
+
<xsd:element name="BatteryChargeCycles" type="xsd:positiveInteger" minOccurs="0"/>
|
|
1541
|
+
<xsd:element ref="BatteryPower" minOccurs="0"/>
|
|
1542
|
+
<xsd:element ref="BoxContents" minOccurs="0"/>
|
|
1543
|
+
<xsd:element name="CableLength" type="LengthDimension" minOccurs="0"/>
|
|
1544
|
+
<xsd:element ref="CompatibleMountings" minOccurs="0"/>
|
|
1545
|
+
<xsd:element ref="DigitalZoom" minOccurs="0"/>
|
|
1546
|
+
<xsd:element ref="EffectiveStillResolution" minOccurs="0"/>
|
|
1547
|
+
<xsd:element ref="FinishType" minOccurs="0"/>
|
|
1548
|
+
<xsd:element ref="FixedFocalLength" minOccurs="0"/>
|
|
1549
|
+
<xsd:element ref="FocusType" minOccurs="0"/>
|
|
1550
|
+
<xsd:element ref="GuideNumber" minOccurs="0"/>
|
|
1551
|
+
<xsd:element ref="ImageStabilization" minOccurs="0"/>
|
|
1552
|
+
<xsd:element name="Lens" type="StringNotNull" minOccurs="0"/>
|
|
1553
|
+
<xsd:element ref="IsHotShoeIncluded" minOccurs="0"/>
|
|
1554
|
+
<xsd:element name="MemorySlotsAvailable" type="StringNotNull" minOccurs="0"/>
|
|
1555
|
+
<xsd:element ref="MaxAperture" minOccurs="0"/>
|
|
1556
|
+
<xsd:element ref="MaxFocalLength" minOccurs="0"/>
|
|
1557
|
+
<xsd:element ref="MaxWeightCapacity" minOccurs="0"/>
|
|
1558
|
+
<xsd:element ref="MinAperture" minOccurs="0"/>
|
|
1559
|
+
<xsd:element ref="MinFocalLength" minOccurs="0"/>
|
|
1560
|
+
<xsd:element ref="MountingType" minOccurs="0"/>
|
|
1561
|
+
<xsd:element ref="OpticalZoom" minOccurs="0"/>
|
|
1562
|
+
<xsd:element ref="PowerPlugType" minOccurs="0"/>
|
|
1563
|
+
<xsd:element name="PowerSource" type="FortyStringNotNull" minOccurs="0"/>
|
|
1564
|
+
<xsd:element name="RemoteControlDescription" type="StringNotNull" minOccurs="0"/>
|
|
1565
|
+
<xsd:element name="RemovableMemory" type="StringNotNull" minOccurs="0"/>
|
|
1566
|
+
<xsd:element name="ScreenSize" type="LengthDimension" minOccurs="0"/>
|
|
1567
|
+
<xsd:element name="SoftwareIncluded" type="LongStringNotNull" minOccurs="0"/>
|
|
1568
|
+
<xsd:element ref="ThreeDTechnology" minOccurs="0"/>
|
|
1569
|
+
<xsd:element name="TotalDVIPorts" type="xsd:positiveInteger" minOccurs="0"/>
|
|
1570
|
+
<xsd:element ref="TotalFirewirePorts" minOccurs="0"/>
|
|
1571
|
+
<xsd:element ref="TotalHdmiPorts" minOccurs="0"/>
|
|
1572
|
+
<xsd:element name="TotalSVideoOutPorts" type="xsd:positiveInteger" minOccurs="0"/>
|
|
1573
|
+
<xsd:element ref="TotalUSBPorts" minOccurs="0"/>
|
|
1574
|
+
<xsd:element ref="TotalVideoOutPorts" minOccurs="0"/>
|
|
1575
|
+
<xsd:element ref="VideoEncoding" minOccurs="0"/>
|
|
1576
|
+
<xsd:element ref="ViewFinderType" minOccurs="0"/>
|
|
1577
|
+
<xsd:element ref="WaterResistantLevel" minOccurs="0"/>
|
|
1578
|
+
<xsd:element ref="Efficiency" minOccurs="0"/>
|
|
1579
|
+
</xsd:sequence>
|
|
1580
|
+
</xsd:complexType>
|
|
1581
|
+
</xsd:element>
|
|
1582
|
+
|
|
1583
|
+
<xsd:element name="CameraBagsAndCases">
|
|
1584
|
+
<xsd:complexType>
|
|
1585
|
+
<xsd:sequence>
|
|
1586
|
+
<xsd:element ref="BoxContents" minOccurs="0"/>
|
|
1587
|
+
<xsd:element ref="MaxWeightCapacity" minOccurs="0"/>
|
|
1588
|
+
<xsd:element ref="PowerPlugType" minOccurs="0"/>
|
|
1589
|
+
<xsd:element ref="WaterResistantLevel" minOccurs="0"/>
|
|
1590
|
+
<xsd:element name="WirelessTechnology" type="StringNotNull" minOccurs="0"
|
|
1591
|
+
maxOccurs="5"/>
|
|
1592
|
+
<xsd:element ref="Efficiency" minOccurs="0"/>
|
|
1593
|
+
</xsd:sequence>
|
|
1594
|
+
</xsd:complexType>
|
|
1595
|
+
</xsd:element>
|
|
1596
|
+
|
|
1597
|
+
<xsd:element name="CameraOtherAccessories">
|
|
1598
|
+
<xsd:complexType>
|
|
1599
|
+
<xsd:sequence>
|
|
1600
|
+
<xsd:element ref="AnalogRGBInput" minOccurs="0" maxOccurs="5"/>
|
|
1601
|
+
<xsd:element ref="BatteryCellType" minOccurs="0"/>
|
|
1602
|
+
<xsd:element name="BatteryChargeCycles" type="xsd:positiveInteger" minOccurs="0"/>
|
|
1603
|
+
<xsd:element ref="BatteryPower" minOccurs="0"/>
|
|
1604
|
+
<xsd:element ref="BoxContents" minOccurs="0"/>
|
|
1605
|
+
<xsd:element name="CableLength" type="LengthDimension" minOccurs="0"/>
|
|
1606
|
+
<xsd:element ref="CameraFilmSpeed" minOccurs="0"/>
|
|
1607
|
+
<xsd:element ref="CameraFlash" minOccurs="0"/>
|
|
1608
|
+
<xsd:element ref="CoatingDescription" minOccurs="0"/>
|
|
1609
|
+
<xsd:element ref="CompatibleMountings" minOccurs="0"/>
|
|
1610
|
+
<xsd:element name="Conductor" type="StringNotNull" minOccurs="0"/>
|
|
1611
|
+
<xsd:element ref="ConnectorGender" minOccurs="0" maxOccurs="5"/>
|
|
1612
|
+
<xsd:element ref="DigitalZoom" minOccurs="0"/>
|
|
1613
|
+
<xsd:element ref="FinishType" minOccurs="0"/>
|
|
1614
|
+
<xsd:element ref="FixedFocalLength" minOccurs="0"/>
|
|
1615
|
+
<xsd:element ref="FlashDedication" minOccurs="0"/>
|
|
1616
|
+
<xsd:element ref="GuideNumber" minOccurs="0"/>
|
|
1617
|
+
<xsd:element ref="ImageStabilization" minOccurs="0"/>
|
|
1618
|
+
<xsd:element name="Lens" type="StringNotNull" minOccurs="0"/>
|
|
1619
|
+
<xsd:element name="LoadCapacity" type="WeightDimension" minOccurs="0"/>
|
|
1620
|
+
<xsd:element ref="MaxWeightCapacity" minOccurs="0"/>
|
|
1621
|
+
<xsd:element name="MemorySlotsAvailable" type="StringNotNull" minOccurs="0"/>
|
|
1622
|
+
<xsd:element ref="MountingType" minOccurs="0"/>
|
|
1623
|
+
<xsd:element ref="PhotoFilterBayonetSize" minOccurs="0"/>
|
|
1624
|
+
<xsd:element ref="PhotoFilterDropInSize" minOccurs="0"/>
|
|
1625
|
+
<xsd:element ref="PhotoFilterEffectSize" minOccurs="0"/>
|
|
1626
|
+
<xsd:element ref="PhotoFilterLensSize" minOccurs="0"/>
|
|
1627
|
+
<xsd:element ref="PhotoFilterMountType" minOccurs="0"/>
|
|
1628
|
+
<xsd:element ref="PhotoFilterThreadSize" minOccurs="0"/>
|
|
1629
|
+
<xsd:element ref="PowerPlugType" minOccurs="0"/>
|
|
1630
|
+
<xsd:element name="PowerSource" type="FortyStringNotNull" minOccurs="0"/>
|
|
1631
|
+
<xsd:element name="RemoteControlDescription" type="StringNotNull" minOccurs="0"/>
|
|
1632
|
+
<xsd:element name="RemovableMemory" type="StringNotNull" minOccurs="0"/>
|
|
1633
|
+
<xsd:element name="ScreenSize" type="LengthDimension" minOccurs="0"/>
|
|
1634
|
+
<xsd:element name="SoftwareIncluded" type="LongStringNotNull" minOccurs="0"/>
|
|
1635
|
+
<xsd:element ref="SurgeProtectionRating" minOccurs="0"/>
|
|
1636
|
+
<xsd:element ref="ThreeDTechnology" minOccurs="0"/>
|
|
1637
|
+
<xsd:element name="TotalDVIPorts" type="xsd:positiveInteger" minOccurs="0"/>
|
|
1638
|
+
<xsd:element ref="TotalPowerOutlets" minOccurs="0"/>
|
|
1639
|
+
<xsd:element ref="ViewFinderType" minOccurs="0"/>
|
|
1640
|
+
<xsd:element ref="WaterResistantLevel" minOccurs="0"/>
|
|
1641
|
+
<xsd:element ref="Efficiency" minOccurs="0"/>
|
|
1642
|
+
</xsd:sequence>
|
|
1643
|
+
</xsd:complexType>
|
|
1644
|
+
</xsd:element>
|
|
1645
|
+
|
|
1646
|
+
<xsd:element name="CameraPowerSupply">
|
|
1647
|
+
<xsd:complexType>
|
|
1648
|
+
<xsd:sequence>
|
|
1649
|
+
<xsd:element ref="AnalogRGBInput" minOccurs="0" maxOccurs="5"/>
|
|
1650
|
+
<xsd:element ref="BatteryCellType" minOccurs="0"/>
|
|
1651
|
+
<xsd:element name="BatteryChargeCycles" type="xsd:positiveInteger" minOccurs="0"/>
|
|
1652
|
+
<xsd:element ref="BatteryPower" minOccurs="0"/>
|
|
1653
|
+
<xsd:element ref="BoxContents" minOccurs="0"/>
|
|
1654
|
+
<xsd:element name="CableLength" type="LengthDimension" minOccurs="0"/>
|
|
1655
|
+
<xsd:element ref="FinishType" minOccurs="0"/>
|
|
1656
|
+
<xsd:element ref="PowerPlugType" minOccurs="0"/>
|
|
1657
|
+
<xsd:element name="PowerSource" type="FortyStringNotNull" minOccurs="0"/>
|
|
1658
|
+
<xsd:element ref="Efficiency" minOccurs="0"/>
|
|
1659
|
+
</xsd:sequence>
|
|
1660
|
+
</xsd:complexType>
|
|
1661
|
+
</xsd:element>
|
|
1662
|
+
|
|
1663
|
+
<xsd:element name="CECameraFlash">
|
|
1664
|
+
<xsd:complexType>
|
|
1665
|
+
<xsd:sequence>
|
|
1666
|
+
<xsd:element ref="BatteryCellType" minOccurs="0"/>
|
|
1667
|
+
<xsd:element name="BatteryChargeCycles" type="xsd:positiveInteger" minOccurs="0"/>
|
|
1668
|
+
<xsd:element ref="BatteryPower" minOccurs="0"/>
|
|
1669
|
+
<xsd:element ref="BoxContents" minOccurs="0"/>
|
|
1670
|
+
<xsd:element ref="CameraFlash" minOccurs="0"/>
|
|
1671
|
+
<xsd:element ref="FinishType" minOccurs="0"/>
|
|
1672
|
+
<xsd:element ref="FlashDedication" minOccurs="0"/>
|
|
1673
|
+
<xsd:element ref="FlashModesDescription" minOccurs="0"/>
|
|
1674
|
+
<xsd:element ref="GuideNumber" minOccurs="0"/>
|
|
1675
|
+
<xsd:element name="PowerSource" type="FortyStringNotNull" minOccurs="0"/>
|
|
1676
|
+
<xsd:element ref="Efficiency" minOccurs="0"/>
|
|
1677
|
+
</xsd:sequence>
|
|
1678
|
+
</xsd:complexType>
|
|
1679
|
+
</xsd:element>
|
|
1680
|
+
|
|
1681
|
+
<xsd:element name="CameraLenses">
|
|
1682
|
+
<xsd:complexType>
|
|
1683
|
+
<xsd:sequence>
|
|
1684
|
+
<xsd:element ref="BatteryCellType" minOccurs="0"/>
|
|
1685
|
+
<xsd:element name="BatteryChargeCycles" type="xsd:positiveInteger" minOccurs="0"/>
|
|
1686
|
+
<xsd:element ref="BatteryPower" minOccurs="0"/>
|
|
1687
|
+
<xsd:element ref="BoxContents" minOccurs="0"/>
|
|
1688
|
+
<xsd:element ref="CoatingDescription" minOccurs="0"/>
|
|
1689
|
+
<xsd:element ref="CompatibleMountings" minOccurs="0"/>
|
|
1690
|
+
<xsd:element ref="DigitalZoom" minOccurs="0"/>
|
|
1691
|
+
<xsd:element ref="FinishType" minOccurs="0"/>
|
|
1692
|
+
<xsd:element ref="FixedFocalLength" minOccurs="0"/>
|
|
1693
|
+
<xsd:element ref="FocusType" minOccurs="0"/>
|
|
1694
|
+
<xsd:element ref="ImageStabilization" minOccurs="0"/>
|
|
1695
|
+
<xsd:element name="Lens" type="StringNotNull" minOccurs="0"/>
|
|
1696
|
+
<xsd:element ref="MaxFocalLength" minOccurs="0"/>
|
|
1697
|
+
<xsd:element ref="MinFocalLength" minOccurs="0"/>
|
|
1698
|
+
<xsd:element ref="PhotoFilterBayonetSize" minOccurs="0"/>
|
|
1699
|
+
<xsd:element ref="PhotoFilterLensSize" minOccurs="0"/>
|
|
1700
|
+
<xsd:element ref="PhotoFilterThreadSize" minOccurs="0"/>
|
|
1701
|
+
<xsd:element ref="WaterResistantLevel" minOccurs="0"/>
|
|
1702
|
+
<xsd:element ref="Efficiency" minOccurs="0"/>
|
|
1703
|
+
</xsd:sequence>
|
|
1704
|
+
</xsd:complexType>
|
|
1705
|
+
</xsd:element>
|
|
1706
|
+
|
|
1707
|
+
<xsd:element name="CEBattery">
|
|
1708
|
+
<xsd:complexType>
|
|
1709
|
+
<xsd:sequence>
|
|
1710
|
+
<xsd:element name="BatteryChargeCycles" type="xsd:positiveInteger" minOccurs="0"/>
|
|
1711
|
+
<xsd:element ref="BatteryCellType" minOccurs="0"/>
|
|
1712
|
+
<xsd:element ref="PowerPlugType" minOccurs="0"/>
|
|
1713
|
+
<xsd:element name="PowerSource" type="FortyStringNotNull" minOccurs="0"/>
|
|
1714
|
+
<xsd:element name="Wattage" type="WattageIntegerDimension" minOccurs="0"/>
|
|
1715
|
+
<xsd:element ref="Efficiency" minOccurs="0"/>
|
|
1716
|
+
</xsd:sequence>
|
|
1717
|
+
</xsd:complexType>
|
|
1718
|
+
</xsd:element>
|
|
1719
|
+
|
|
1720
|
+
<xsd:element name="CEBlankMedia">
|
|
1721
|
+
<xsd:complexType>
|
|
1722
|
+
<xsd:sequence>
|
|
1723
|
+
<xsd:element ref="MediaLayers" minOccurs="0"/>
|
|
1724
|
+
<xsd:element name="Voltage" type="PositiveInteger" minOccurs="0"/>
|
|
1725
|
+
<xsd:element ref="PowerPlugType" minOccurs="0"/>
|
|
1726
|
+
</xsd:sequence>
|
|
1727
|
+
</xsd:complexType>
|
|
1728
|
+
</xsd:element>
|
|
1729
|
+
|
|
1730
|
+
|
|
1731
|
+
<xsd:element name="CEDigitalCamera">
|
|
1732
|
+
<xsd:complexType>
|
|
1733
|
+
<xsd:sequence>
|
|
1734
|
+
<xsd:element ref="AnalogRGBInput" minOccurs="0" maxOccurs="5"/>
|
|
1735
|
+
<xsd:element ref="BatteryCellType" minOccurs="0"/>
|
|
1736
|
+
<xsd:element name="BatteryChargeCycles" type="xsd:positiveInteger" minOccurs="0"/>
|
|
1737
|
+
<xsd:element ref="BatteryPower" minOccurs="0"/>
|
|
1738
|
+
<xsd:element ref="BoxContents" minOccurs="0"/>
|
|
1739
|
+
<xsd:element name="CableLength" type="LengthDimension" minOccurs="0"/>
|
|
1740
|
+
<xsd:element ref="CameraFlash" minOccurs="0"/>
|
|
1741
|
+
<xsd:element name="CameraLens" type="StringNotNull" minOccurs="0"/>
|
|
1742
|
+
<xsd:element ref="CompatibleMountings" minOccurs="0"/>
|
|
1743
|
+
<xsd:element ref="ContinuousShootingSpeed" minOccurs="0"/>
|
|
1744
|
+
<xsd:element ref="DigitalZoom" minOccurs="0"/>
|
|
1745
|
+
<xsd:element ref="EffectiveStillResolution" minOccurs="0"/>
|
|
1746
|
+
<xsd:element ref="FinishType" minOccurs="0"/>
|
|
1747
|
+
<xsd:element ref="FixedFocalLength" minOccurs="0"/>
|
|
1748
|
+
<xsd:element ref="FlashModesDescription" minOccurs="0"/>
|
|
1749
|
+
<xsd:element ref="FocusType" minOccurs="0"/>
|
|
1750
|
+
<xsd:element ref="GuideNumber" minOccurs="0"/>
|
|
1751
|
+
<xsd:element ref="ImageStabilization" minOccurs="0"/>
|
|
1752
|
+
<xsd:element ref="IsHotShoeIncluded" minOccurs="0"/>
|
|
1753
|
+
<xsd:element name="Lens" type="StringNotNull" minOccurs="0"/>
|
|
1754
|
+
<xsd:element ref="MaxAperture" minOccurs="0"/>
|
|
1755
|
+
<xsd:element ref="MaxFocalLength" minOccurs="0"/>
|
|
1756
|
+
<xsd:element ref="MaxShutterSpeed" minOccurs="0"/>
|
|
1757
|
+
<xsd:element name="MemorySlotsAvailable" type="StringNotNull" minOccurs="0"/>
|
|
1758
|
+
<xsd:element ref="MinAperture" minOccurs="0"/>
|
|
1759
|
+
<xsd:element ref="MinFocalLength" minOccurs="0"/>
|
|
1760
|
+
<xsd:element ref="MinShutterSpeed" minOccurs="0"/>
|
|
1761
|
+
<xsd:element ref="OpticalZoom" minOccurs="0"/>
|
|
1762
|
+
<xsd:element ref="PhotoFilterLensSize" minOccurs="0"/>
|
|
1763
|
+
<xsd:element name="PhotoSensorSize" type="StringNotNull" minOccurs="0"/>
|
|
1764
|
+
<xsd:element name="PhotoSensorTechnology" type="StringNotNull" minOccurs="0"/>
|
|
1765
|
+
<xsd:element name="PowerSource" type="FortyStringNotNull" minOccurs="0"/>
|
|
1766
|
+
<xsd:element name="RemoteControlDescription" type="StringNotNull" minOccurs="0"/>
|
|
1767
|
+
<xsd:element name="RemovableMemory" type="StringNotNull" minOccurs="0"/>
|
|
1768
|
+
<xsd:element name="ScreenSize" type="LengthDimension" minOccurs="0"/>
|
|
1769
|
+
<xsd:element name="SoftwareIncluded" type="LongStringNotNull" minOccurs="0"/>
|
|
1770
|
+
<xsd:element ref="ThreeDTechnology" minOccurs="0"/>
|
|
1771
|
+
<xsd:element ref="TotalFirewirePorts" minOccurs="0"/>
|
|
1772
|
+
<xsd:element ref="TotalHdmiPorts" minOccurs="0"/>
|
|
1773
|
+
<xsd:element name="TotalSVideoOutPorts" type="xsd:positiveInteger" minOccurs="0"/>
|
|
1774
|
+
<xsd:element ref="TotalUSBPorts" minOccurs="0"/>
|
|
1775
|
+
<xsd:element ref="VideoEncoding" minOccurs="0"/>
|
|
1776
|
+
<xsd:element name="VideoResolution" type="PixelDimension" minOccurs="0"/>
|
|
1777
|
+
<xsd:element ref="ViewFinderType" minOccurs="0"/>
|
|
1778
|
+
<xsd:element ref="WaterResistantLevel" minOccurs="0"/>
|
|
1779
|
+
<xsd:element name="WirelessTechnology" type="StringNotNull" minOccurs="0"
|
|
1780
|
+
maxOccurs="5"/>
|
|
1781
|
+
<xsd:element ref="PowerPlugType" minOccurs="0"/>
|
|
1782
|
+
<xsd:element ref="Efficiency" minOccurs="0"/>
|
|
1783
|
+
</xsd:sequence>
|
|
1784
|
+
</xsd:complexType>
|
|
1785
|
+
</xsd:element>
|
|
1786
|
+
|
|
1787
|
+
<xsd:element name="DigitalPictureFrame">
|
|
1788
|
+
<xsd:complexType>
|
|
1789
|
+
<xsd:sequence>
|
|
1790
|
+
<xsd:element ref="BatteryCellType" minOccurs="0"/>
|
|
1791
|
+
<xsd:element name="BatteryChargeCycles" type="xsd:positiveInteger" minOccurs="0"/>
|
|
1792
|
+
<xsd:element ref="BatteryPower" minOccurs="0"/>
|
|
1793
|
+
<xsd:element ref="BoxContents" minOccurs="0"/>
|
|
1794
|
+
<xsd:element ref="FinishType" minOccurs="0"/>
|
|
1795
|
+
<xsd:element ref="InternetApplications" minOccurs="0" maxOccurs="5"/>
|
|
1796
|
+
<xsd:element ref="PowerPlugType" minOccurs="0"/>
|
|
1797
|
+
<xsd:element name="PowerSource" type="FortyStringNotNull" minOccurs="0"/>
|
|
1798
|
+
<xsd:element name="ScreenSize" type="LengthDimension" minOccurs="0"/>
|
|
1799
|
+
<xsd:element name="VideoResolution" type="PixelDimension" minOccurs="0"/>
|
|
1800
|
+
<xsd:element name="WirelessTechnology" type="StringNotNull" minOccurs="0"
|
|
1801
|
+
maxOccurs="5"/>
|
|
1802
|
+
<xsd:element ref="Efficiency" minOccurs="0"/>
|
|
1803
|
+
</xsd:sequence>
|
|
1804
|
+
</xsd:complexType>
|
|
1805
|
+
</xsd:element>
|
|
1806
|
+
|
|
1807
|
+
<xsd:element name="CEFilmCamera">
|
|
1808
|
+
<xsd:complexType>
|
|
1809
|
+
<xsd:sequence>
|
|
1810
|
+
<xsd:element ref="BatteryCellType" minOccurs="0"/>
|
|
1811
|
+
<xsd:element name="BatteryChargeCycles" type="xsd:positiveInteger" minOccurs="0"/>
|
|
1812
|
+
<xsd:element ref="BatteryPower" minOccurs="0"/>
|
|
1813
|
+
<xsd:element ref="CameraFlash" minOccurs="0"/>
|
|
1814
|
+
<xsd:element ref="ContinuousShootingSpeed" minOccurs="0"/>
|
|
1815
|
+
<xsd:element ref="FinishType" minOccurs="0"/>
|
|
1816
|
+
<xsd:element ref="FixedFocalLength" minOccurs="0"/>
|
|
1817
|
+
<xsd:element ref="FocusType" minOccurs="0"/>
|
|
1818
|
+
<xsd:element ref="GuideNumber" minOccurs="0"/>
|
|
1819
|
+
<xsd:element ref="ImageStabilization" minOccurs="0"/>
|
|
1820
|
+
<xsd:element ref="IsHotShoeIncluded" minOccurs="0"/>
|
|
1821
|
+
<xsd:element name="Lens" type="StringNotNull" minOccurs="0"/>
|
|
1822
|
+
<xsd:element ref="MaxAperture" minOccurs="0"/>
|
|
1823
|
+
<xsd:element ref="MaxFocalLength" minOccurs="0"/>
|
|
1824
|
+
<xsd:element ref="MaxShutterSpeed" minOccurs="0"/>
|
|
1825
|
+
<xsd:element ref="MinAperture" minOccurs="0"/>
|
|
1826
|
+
<xsd:element ref="MinFocalLength" minOccurs="0"/>
|
|
1827
|
+
<xsd:element ref="MinShutterSpeed" minOccurs="0"/>
|
|
1828
|
+
<xsd:element ref="OpticalZoom" minOccurs="0"/>
|
|
1829
|
+
<xsd:element ref="PhotoFilterLensSize" minOccurs="0"/>
|
|
1830
|
+
<xsd:element name="PowerSource" type="FortyStringNotNull" minOccurs="0"/>
|
|
1831
|
+
<xsd:element ref="ViewFinderType" minOccurs="0"/>
|
|
1832
|
+
<xsd:element ref="WaterResistantLevel" minOccurs="0"/>
|
|
1833
|
+
<xsd:element ref="Efficiency" minOccurs="0"/>
|
|
1834
|
+
</xsd:sequence>
|
|
1835
|
+
</xsd:complexType>
|
|
1836
|
+
</xsd:element>
|
|
1837
|
+
|
|
1838
|
+
|
|
1839
|
+
<xsd:element name="StereoShelfSystem">
|
|
1840
|
+
<xsd:complexType>
|
|
1841
|
+
<xsd:sequence>
|
|
1842
|
+
<xsd:element ref="NumberOfSpeakers" minOccurs="0"/>
|
|
1843
|
+
<xsd:element ref="MaximumWattage" minOccurs="0"/>
|
|
1844
|
+
<xsd:element name="WirelessTechnology" type="StringNotNull" minOccurs="0" maxOccurs="5"/>
|
|
1845
|
+
<xsd:element ref="PowerPlugType" minOccurs="0"/>
|
|
1846
|
+
</xsd:sequence>
|
|
1847
|
+
</xsd:complexType>
|
|
1848
|
+
</xsd:element>
|
|
1849
|
+
|
|
1850
|
+
<xsd:element name="CarAlarm">
|
|
1851
|
+
<xsd:complexType>
|
|
1852
|
+
<xsd:sequence>
|
|
1853
|
+
<xsd:element ref="NumberOfSpeakers" minOccurs="0"/>
|
|
1854
|
+
<xsd:element name="Voltage" type="PositiveInteger" minOccurs="0"/>
|
|
1855
|
+
</xsd:sequence>
|
|
1856
|
+
</xsd:complexType>
|
|
1857
|
+
</xsd:element>
|
|
1858
|
+
|
|
1859
|
+
<xsd:element name="CarAudioOrTheater">
|
|
1860
|
+
<xsd:complexType>
|
|
1861
|
+
<xsd:sequence>
|
|
1862
|
+
<xsd:element ref="NumberOfSpeakers" minOccurs="0"/>
|
|
1863
|
+
<xsd:element name="ScreenSize" type="LengthDimension" minOccurs="0"/>
|
|
1864
|
+
<xsd:element name="VehicleSpeakerSize" type="TwentyStringNotNull" minOccurs="0"/>
|
|
1865
|
+
<xsd:element ref="PowerPlugType" minOccurs="0"/>
|
|
1866
|
+
</xsd:sequence>
|
|
1867
|
+
</xsd:complexType>
|
|
1868
|
+
</xsd:element>
|
|
1869
|
+
|
|
1870
|
+
<xsd:element name="CarElectronics">
|
|
1871
|
+
<xsd:complexType>
|
|
1872
|
+
<xsd:sequence>
|
|
1873
|
+
<xsd:element ref="AmplifierType" minOccurs="0"/>
|
|
1874
|
+
<xsd:element ref="BatteryCellType" minOccurs="0"/>
|
|
1875
|
+
<xsd:element name="BatteryChargeCycles" type="xsd:positiveInteger" minOccurs="0"/>
|
|
1876
|
+
<xsd:element ref="BatteryPower" minOccurs="0"/>
|
|
1877
|
+
<xsd:element ref="BluRayRegion" minOccurs="0"/>
|
|
1878
|
+
<xsd:element ref="BoxContents" minOccurs="0"/>
|
|
1879
|
+
<xsd:element name="CableLength" type="LengthDimension" minOccurs="0"/>
|
|
1880
|
+
<xsd:element ref="DVDRegion" minOccurs="0"/>
|
|
1881
|
+
<xsd:element ref="FinishType" minOccurs="0"/>
|
|
1882
|
+
<xsd:element ref="GrilleRemoveability" minOccurs="0"/>
|
|
1883
|
+
<xsd:element ref="InternetApplications" minOccurs="0" maxOccurs="5"/>
|
|
1884
|
+
<xsd:element name="MemorySlotsAvailable" type="StringNotNull" minOccurs="0"/>
|
|
1885
|
+
<xsd:element ref="MidRangeSpeakerDiameter" minOccurs="0"/>
|
|
1886
|
+
<xsd:element ref="MidRangeSpeakerMaterial" minOccurs="0"/>
|
|
1887
|
+
<xsd:element ref="MountingType" minOccurs="0"/>
|
|
1888
|
+
<xsd:element ref="NumberOfSpeakers" minOccurs="0"/>
|
|
1889
|
+
<xsd:element name="OperatingSystem" type="MediumStringNotNull" minOccurs="0"
|
|
1890
|
+
maxOccurs="5"/>
|
|
1891
|
+
<xsd:element ref="PowerPlugType" minOccurs="0"/>
|
|
1892
|
+
<xsd:element name="PowerSource" type="FortyStringNotNull" minOccurs="0"/>
|
|
1893
|
+
<xsd:element name="RemoteControlDescription" type="StringNotNull" minOccurs="0"/>
|
|
1894
|
+
<xsd:element name="RemovableMemory" type="StringNotNull" minOccurs="0"/>
|
|
1895
|
+
<xsd:element ref="ScreenFinish" minOccurs="0"/>
|
|
1896
|
+
<xsd:element name="ScreenSize" type="LengthDimension" minOccurs="0"/>
|
|
1897
|
+
<xsd:element ref="Shape" minOccurs="0"/>
|
|
1898
|
+
<xsd:element name="SoftwareIncluded" type="LongStringNotNull" minOccurs="0"/>
|
|
1899
|
+
<xsd:element ref="SpeakerGrilleMaterial" minOccurs="0"/>
|
|
1900
|
+
<xsd:element ref="SpeakerMaximumInputPower" minOccurs="0"/>
|
|
1901
|
+
<xsd:element ref="SubwooferPowerTechnology" minOccurs="0"/>
|
|
1902
|
+
<xsd:element ref="SubwooferSpeakerDiameter" minOccurs="0"/>
|
|
1903
|
+
<xsd:element ref="SubwooferSpeakerMaterial" minOccurs="0"/>
|
|
1904
|
+
<xsd:element ref="SubwooferWattage" minOccurs="0"/>
|
|
1905
|
+
<xsd:element ref="TotalCoaxialInputs" minOccurs="0"/>
|
|
1906
|
+
<xsd:element ref="TotalComponentInPorts" minOccurs="0"/>
|
|
1907
|
+
<xsd:element name="TotalDVIPorts" type="xsd:positiveInteger" minOccurs="0"/>
|
|
1908
|
+
<xsd:element ref="TotalEthernetPorts" minOccurs="0"/>
|
|
1909
|
+
<xsd:element ref="TotalFirewirePorts" minOccurs="0"/>
|
|
1910
|
+
<xsd:element ref="TotalHdmiPorts" minOccurs="0"/>
|
|
1911
|
+
<xsd:element ref="TotalSubwooferOutputs" minOccurs="0"/>
|
|
1912
|
+
<xsd:element ref="TotalSVideoInPorts" minOccurs="0"/>
|
|
1913
|
+
<xsd:element name="TotalSVideoOutPorts" type="xsd:positiveInteger" minOccurs="0"/>
|
|
1914
|
+
<xsd:element ref="TotalUSBPorts" minOccurs="0"/>
|
|
1915
|
+
<xsd:element ref="TotalVgaInPorts" minOccurs="0"/>
|
|
1916
|
+
<xsd:element ref="TotalVideoOutPorts" minOccurs="0"/>
|
|
1917
|
+
<xsd:element ref="TweeterConeMaterialType" minOccurs="0"/>
|
|
1918
|
+
<xsd:element ref="TweeterDriverDiameter" minOccurs="0"/>
|
|
1919
|
+
<xsd:element name="Wattage" type="WattageIntegerDimension" minOccurs="0"/>
|
|
1920
|
+
<xsd:element ref="WooferSpeakerDiameter" minOccurs="0"/>
|
|
1921
|
+
<xsd:element ref="WooferSpeakerMaterial" minOccurs="0"/>
|
|
1922
|
+
<xsd:element ref="Efficiency" minOccurs="0"/>
|
|
1923
|
+
<xsd:element name="Material" type="LongString" minOccurs="0" maxOccurs="3"/>
|
|
1924
|
+
<xsd:element name="LensType" type="StringNotNull" minOccurs="0"/>
|
|
1925
|
+
<xsd:element ref="TweeterSpeakerMaterial" minOccurs="0"/>
|
|
1926
|
+
</xsd:sequence>
|
|
1927
|
+
</xsd:complexType>
|
|
1928
|
+
</xsd:element>
|
|
1929
|
+
|
|
1930
|
+
<xsd:element name="CableOrAdapter">
|
|
1931
|
+
<xsd:complexType>
|
|
1932
|
+
<xsd:sequence>
|
|
1933
|
+
<xsd:element ref="AnalogRGBInput" minOccurs="0" maxOccurs="5"/>
|
|
1934
|
+
<xsd:element name="CableLength" type="LengthDimension" minOccurs="0"/>
|
|
1935
|
+
<xsd:element ref="CoatingDescription" minOccurs="0"/>
|
|
1936
|
+
<xsd:element name="Conductor" type="StringNotNull" minOccurs="0"/>
|
|
1937
|
+
<xsd:element ref="ConnectorGender" minOccurs="0" maxOccurs="5"/>
|
|
1938
|
+
<xsd:element ref="ConnectorTypeUsedOnCable" minOccurs="0"/>
|
|
1939
|
+
<xsd:element ref="PowerPlugType" minOccurs="0"/>
|
|
1940
|
+
<xsd:element ref="TotalVideoOutPorts" minOccurs="0"/>
|
|
1941
|
+
<xsd:element ref="Efficiency" minOccurs="0"/>
|
|
1942
|
+
</xsd:sequence>
|
|
1943
|
+
</xsd:complexType>
|
|
1944
|
+
</xsd:element>
|
|
1945
|
+
|
|
1946
|
+
<xsd:element name="AudioVideoAccessory">
|
|
1947
|
+
<xsd:complexType>
|
|
1948
|
+
<xsd:sequence>
|
|
1949
|
+
<xsd:element name="CableLength" type="LengthDimension" minOccurs="0"/>
|
|
1950
|
+
<xsd:element ref="ConnectorGender" minOccurs="0" maxOccurs="5"/>
|
|
1951
|
+
<xsd:element ref="ConnectorTypeUsedOnCable" minOccurs="0"/>
|
|
1952
|
+
<xsd:element ref="MaximumSupportedScreenSize" minOccurs="0"/>
|
|
1953
|
+
<xsd:element ref="MinimumSupportedScreenSize" minOccurs="0"/>
|
|
1954
|
+
<xsd:element ref="MountingPattern" minOccurs="0"/>
|
|
1955
|
+
<xsd:element ref="MountingType" minOccurs="0"/>
|
|
1956
|
+
<xsd:element ref="MountMotion" minOccurs="0"/>
|
|
1957
|
+
<xsd:element ref="MountBoltPattern" minOccurs="0"/>
|
|
1958
|
+
<xsd:element name="PowerSource" type="FortyStringNotNull" minOccurs="0"/>
|
|
1959
|
+
<xsd:element name="WirelessTechnology" type="StringNotNull" minOccurs="0" maxOccurs="5"/>
|
|
1960
|
+
<xsd:element ref="PowerPlugType" minOccurs="0"/>
|
|
1961
|
+
</xsd:sequence>
|
|
1962
|
+
</xsd:complexType>
|
|
1963
|
+
</xsd:element>
|
|
1964
|
+
|
|
1965
|
+
<xsd:element name="TVCombos">
|
|
1966
|
+
<xsd:complexType>
|
|
1967
|
+
<xsd:sequence>
|
|
1968
|
+
<xsd:element name="AudibleNoise" type="xsd:positiveInteger" minOccurs="0"/>
|
|
1969
|
+
<xsd:element ref="ThreeDTechnology" minOccurs="0"/>
|
|
1970
|
+
<xsd:element ref="BaseLength" minOccurs="0"/>
|
|
1971
|
+
<xsd:element ref="BaseWidth" minOccurs="0"/>
|
|
1972
|
+
<xsd:element ref="AnalogRGBInput" minOccurs="0" maxOccurs="5"/>
|
|
1973
|
+
<xsd:element ref="ScreenDimensions" minOccurs="0"/>
|
|
1974
|
+
<xsd:element name="ScreenResolution" type="FortyStringNotNull" minOccurs="0"/>
|
|
1975
|
+
<xsd:element ref="BuiltInMedia" minOccurs="0" maxOccurs="3"/>
|
|
1976
|
+
<xsd:element name="MaximumHorizontalRefreshRate" type="FrequencyDimension"
|
|
1977
|
+
minOccurs="0"/>
|
|
1978
|
+
<xsd:element name="MaximumVerticalRefreshRate" type="FrequencyDimension"
|
|
1979
|
+
minOccurs="0"/>
|
|
1980
|
+
<xsd:element name="MinimumHorizontalRefreshRate" type="FrequencyDimension"
|
|
1981
|
+
minOccurs="0"/>
|
|
1982
|
+
<xsd:element name="MinimumVerticalRefreshRate" type="FrequencyDimension"
|
|
1983
|
+
minOccurs="0"/>
|
|
1984
|
+
<xsd:element ref="MountingPattern" minOccurs="0"/>
|
|
1985
|
+
<xsd:element ref="ParentalControlTechnology" minOccurs="0"/>
|
|
1986
|
+
<xsd:element ref="Resolution" minOccurs="0"/>
|
|
1987
|
+
<xsd:element ref="SVideoInputType" minOccurs="0"/>
|
|
1988
|
+
<xsd:element ref="ScreenFinish" minOccurs="0"/>
|
|
1989
|
+
<xsd:element name="ScreenSize" type="LengthDimension" minOccurs="0"/>
|
|
1990
|
+
<xsd:element ref="NumberOfSpeakers" minOccurs="0"/>
|
|
1991
|
+
<xsd:element ref="InternetApplications" minOccurs="0" maxOccurs="5"/>
|
|
1992
|
+
<xsd:element ref="TotalCoaxialInputs" minOccurs="0"/>
|
|
1993
|
+
<xsd:element ref="TotalComponentInPorts" minOccurs="0"/>
|
|
1994
|
+
<xsd:element name="TotalCompositePorts" type="xsd:positiveInteger" minOccurs="0"/>
|
|
1995
|
+
<xsd:element ref="TotalEthernetPorts" minOccurs="0"/>
|
|
1996
|
+
<xsd:element ref="TotalHdmiPorts" minOccurs="0"/>
|
|
1997
|
+
<xsd:element ref="TotalSVideoInPorts" minOccurs="0"/>
|
|
1998
|
+
<xsd:element ref="TotalVgaInPorts" minOccurs="0"/>
|
|
1999
|
+
<xsd:element ref="TotalVideoOutPorts" minOccurs="0"/>
|
|
2000
|
+
<xsd:element ref="UniversalRemoteCode" minOccurs="0"/>
|
|
2001
|
+
<xsd:element name="WirelessTechnology" type="StringNotNull" minOccurs="0"
|
|
2002
|
+
maxOccurs="5"/>
|
|
2003
|
+
<xsd:element name="WirelessType" type="WirelessTypeValues" minOccurs="0"/>
|
|
2004
|
+
<xsd:element ref="PowerPlugType" minOccurs="0"/>
|
|
2005
|
+
</xsd:sequence>
|
|
2006
|
+
</xsd:complexType>
|
|
2007
|
+
</xsd:element>
|
|
2008
|
+
|
|
2009
|
+
|
|
2010
|
+
<xsd:element name="DigitalVideoRecorder">
|
|
2011
|
+
<xsd:complexType>
|
|
2012
|
+
<xsd:sequence>
|
|
2013
|
+
<xsd:element ref="BuiltInMedia" minOccurs="0" maxOccurs="3"/>
|
|
2014
|
+
<xsd:element name="HardDriveSize" type="MemorySizeDimension" minOccurs="0"/>
|
|
2015
|
+
<xsd:element name="PowerSource" type="FortyStringNotNull" minOccurs="0"/>
|
|
2016
|
+
<xsd:element name="ProcessorBrand" type="FortyStringNotNull" minOccurs="0"/>
|
|
2017
|
+
<xsd:element name="RAMSize" type="MemorySizeDimension" minOccurs="0"/>
|
|
2018
|
+
<xsd:element ref="NumberOfSpeakers" minOccurs="0"/>
|
|
2019
|
+
<xsd:element ref="InternetApplications" minOccurs="0" maxOccurs="5"/>
|
|
2020
|
+
<xsd:element ref="TotalCoaxialInputs" minOccurs="0"/>
|
|
2021
|
+
<xsd:element ref="TotalHdmiPorts" minOccurs="0"/>
|
|
2022
|
+
<xsd:element name="WirelessTechnology" type="StringNotNull" minOccurs="0"
|
|
2023
|
+
maxOccurs="5"/>
|
|
2024
|
+
<xsd:element name="Voltage" type="PositiveInteger" minOccurs="0"/>
|
|
2025
|
+
<xsd:element ref="PowerPlugType" minOccurs="0"/>
|
|
2026
|
+
</xsd:sequence>
|
|
2027
|
+
</xsd:complexType>
|
|
2028
|
+
</xsd:element>
|
|
2029
|
+
|
|
2030
|
+
<xsd:element name="DVDPlayerOrRecorder">
|
|
2031
|
+
<xsd:complexType>
|
|
2032
|
+
<xsd:sequence>
|
|
2033
|
+
<xsd:element ref="BuiltInMedia" minOccurs="0" maxOccurs="3"/>
|
|
2034
|
+
<xsd:element ref="NumberOfSpeakers" minOccurs="0"/>
|
|
2035
|
+
<xsd:element ref="TotalCoaxialInputs" minOccurs="0"/>
|
|
2036
|
+
<xsd:element ref="TotalHdmiPorts" minOccurs="0"/>
|
|
2037
|
+
<xsd:element name="WirelessTechnology" type="StringNotNull" minOccurs="0" maxOccurs="5"/>
|
|
2038
|
+
<xsd:element name="Voltage" type="PositiveInteger" minOccurs="0"/>
|
|
2039
|
+
<xsd:element ref="PowerPlugType" minOccurs="0"/>
|
|
2040
|
+
</xsd:sequence>
|
|
2041
|
+
</xsd:complexType>
|
|
2042
|
+
</xsd:element>
|
|
2043
|
+
|
|
2044
|
+
<xsd:element name="GPSOrNavigationAccessory">
|
|
2045
|
+
<xsd:complexType>
|
|
2046
|
+
<xsd:sequence>
|
|
2047
|
+
<xsd:element name="CableLength" type="LengthDimension" minOccurs="0"/>
|
|
2048
|
+
<xsd:element name="OperatingSystem" type="MediumStringNotNull" minOccurs="0"
|
|
2049
|
+
maxOccurs="5"/>
|
|
2050
|
+
<xsd:element name="PowerSource" type="FortyStringNotNull" minOccurs="0"/>
|
|
2051
|
+
<xsd:element name="ScreenSize" type="LengthDimension" minOccurs="0"/>
|
|
2052
|
+
<xsd:element ref="TotalEthernetPorts" minOccurs="0"/>
|
|
2053
|
+
<xsd:element name="WirelessType" type="WirelessTypeValues" minOccurs="0"/>
|
|
2054
|
+
<xsd:element ref="PowerPlugType" minOccurs="0"/>
|
|
2055
|
+
</xsd:sequence>
|
|
2056
|
+
</xsd:complexType>
|
|
2057
|
+
</xsd:element>
|
|
2058
|
+
|
|
2059
|
+
<xsd:element name="GPSOrNavigationSystem">
|
|
2060
|
+
<xsd:complexType>
|
|
2061
|
+
<xsd:sequence>
|
|
2062
|
+
<xsd:element ref="BatteryCellType" minOccurs="0"/>
|
|
2063
|
+
<xsd:element name="BatteryChargeCycles" type="xsd:positiveInteger" minOccurs="0"/>
|
|
2064
|
+
<xsd:element ref="BatteryPower" minOccurs="0"/>
|
|
2065
|
+
<xsd:element ref="BoxContents" minOccurs="0"/>
|
|
2066
|
+
<xsd:element name="CableLength" type="LengthDimension" minOccurs="0"/>
|
|
2067
|
+
<xsd:element name="ColorScreen" type="xsd:boolean" minOccurs="0"/>
|
|
2068
|
+
<xsd:element ref="DurationOfMapService" minOccurs="0"/>
|
|
2069
|
+
<xsd:element name="OperatingSystem" type="MediumStringNotNull" minOccurs="0"
|
|
2070
|
+
maxOccurs="5"/>
|
|
2071
|
+
<xsd:element name="VideoProcessor" type="StringNotNull" minOccurs="0"/>
|
|
2072
|
+
<xsd:element ref="Efficiency" minOccurs="0"/>
|
|
2073
|
+
<xsd:element ref="FinishType" minOccurs="0"/>
|
|
2074
|
+
<xsd:element ref="InternetApplications" minOccurs="0" maxOccurs="5"/>
|
|
2075
|
+
<xsd:element name="MemorySlotsAvailable" type="StringNotNull" minOccurs="0"/>
|
|
2076
|
+
<xsd:element ref="PowerPlugType" minOccurs="0"/>
|
|
2077
|
+
<xsd:element name="PowerSource" type="FortyStringNotNull" minOccurs="0"/>
|
|
2078
|
+
<xsd:element name="ProcessorBrand" type="FortyStringNotNull" minOccurs="0"/>
|
|
2079
|
+
<xsd:element name="ScreenSize" type="LengthDimension" minOccurs="0"/>
|
|
2080
|
+
<xsd:element name="RemoteControlDescription" type="StringNotNull" minOccurs="0"/>
|
|
2081
|
+
<xsd:element name="RemovableMemory" type="StringNotNull" minOccurs="0"/>
|
|
2082
|
+
<xsd:element name="ScreenResolution" type="FortyStringNotNull" minOccurs="0"/>
|
|
2083
|
+
<xsd:element ref="SubscriptionTermName" minOccurs="0"/>
|
|
2084
|
+
<xsd:element ref="TrafficFeatures" minOccurs="0" maxOccurs="5"/>
|
|
2085
|
+
<xsd:element name="SoftwareIncluded" type="LongStringNotNull" minOccurs="0"/>
|
|
2086
|
+
<xsd:element ref="TotalEthernetPorts" minOccurs="0"/>
|
|
2087
|
+
<xsd:element ref="TotalFirewirePorts" minOccurs="0"/>
|
|
2088
|
+
<xsd:element ref="TotalHdmiPorts" minOccurs="0"/>
|
|
2089
|
+
<xsd:element name="TotalSVideoOutPorts" type="xsd:positiveInteger" minOccurs="0"/>
|
|
2090
|
+
<xsd:element ref="TotalUSBPorts" minOccurs="0"/>
|
|
2091
|
+
<xsd:element ref="WaypointsType" minOccurs="0"/>
|
|
2092
|
+
<xsd:element name="WirelessTechnology" type="StringNotNull" minOccurs="0"
|
|
2093
|
+
maxOccurs="5"/>
|
|
2094
|
+
</xsd:sequence>
|
|
2095
|
+
</xsd:complexType>
|
|
2096
|
+
</xsd:element>
|
|
2097
|
+
|
|
2098
|
+
<xsd:element name="HandheldOrPDA">
|
|
2099
|
+
<xsd:complexType>
|
|
2100
|
+
<xsd:sequence>
|
|
2101
|
+
<xsd:element name="ColorScreen" type="xsd:boolean" minOccurs="0"/>
|
|
2102
|
+
<xsd:element name="HardDriveSize" type="MemorySizeDimension" minOccurs="0"/>
|
|
2103
|
+
<xsd:element name="MemorySlotsAvailable" type="StringNotNull" minOccurs="0"/>
|
|
2104
|
+
<xsd:element name="OperatingSystem" type="MediumStringNotNull" minOccurs="0"
|
|
2105
|
+
maxOccurs="5"/>
|
|
2106
|
+
<xsd:element name="PowerSource" type="FortyStringNotNull" minOccurs="0"/>
|
|
2107
|
+
<xsd:element name="ProcessorType" type="ProcessorTypeValues" minOccurs="0"/>
|
|
2108
|
+
<xsd:element name="ProcessorSpeed" type="FrequencyDimension" minOccurs="0"/>
|
|
2109
|
+
<xsd:element name="RAMSize" type="MemorySizeDimension" minOccurs="0"/>
|
|
2110
|
+
<xsd:element name="ScreenSize" type="LengthDimension" minOccurs="0"/>
|
|
2111
|
+
<xsd:element name="ScreenResolution" type="FortyStringNotNull" minOccurs="0"/>
|
|
2112
|
+
<xsd:element name="SoftwareIncluded" type="LongStringNotNull" minOccurs="0"/>
|
|
2113
|
+
<xsd:element name="WirelessTechnology" type="StringNotNull" minOccurs="0" maxOccurs="5"/>
|
|
2114
|
+
<xsd:element ref="PowerPlugType" minOccurs="0"/>
|
|
2115
|
+
</xsd:sequence>
|
|
2116
|
+
</xsd:complexType>
|
|
2117
|
+
</xsd:element>
|
|
2118
|
+
|
|
2119
|
+
<xsd:element name="Headphones">
|
|
2120
|
+
<xsd:complexType>
|
|
2121
|
+
<xsd:sequence>
|
|
2122
|
+
<xsd:element ref="AmplifierType" minOccurs="0"/>
|
|
2123
|
+
<xsd:element ref="BatteryCellType" minOccurs="0"/>
|
|
2124
|
+
<xsd:element name="BatteryChargeCycles" type="xsd:positiveInteger" minOccurs="0"/>
|
|
2125
|
+
<xsd:element ref="BatteryPower" minOccurs="0"/>
|
|
2126
|
+
<xsd:element name="CableLength" type="LengthDimension" minOccurs="0"/>
|
|
2127
|
+
<xsd:element ref="ControlType" minOccurs="0"/>
|
|
2128
|
+
<xsd:element ref="FitType" minOccurs="0"/>
|
|
2129
|
+
<xsd:element ref="HeadphoneEarcupMotion" minOccurs="0"/>
|
|
2130
|
+
<xsd:element ref="NoiseReductionLevel" minOccurs="0"/>
|
|
2131
|
+
<xsd:element ref="PowerPlugType" minOccurs="0"/>
|
|
2132
|
+
<xsd:element name="PowerSource" type="FortyStringNotNull" minOccurs="0"/>
|
|
2133
|
+
<xsd:element ref="Shape" minOccurs="0"/>
|
|
2134
|
+
<xsd:element ref="TotalComponentInPorts" minOccurs="0"/>
|
|
2135
|
+
<xsd:element name="WirelessTechnology" type="StringNotNull" minOccurs="0"
|
|
2136
|
+
maxOccurs="5"/>
|
|
2137
|
+
<xsd:element ref="Efficiency" minOccurs="0"/>
|
|
2138
|
+
</xsd:sequence>
|
|
2139
|
+
</xsd:complexType>
|
|
2140
|
+
</xsd:element>
|
|
2141
|
+
|
|
2142
|
+
<xsd:element name="HomeTheaterSystemOrHTIB">
|
|
2143
|
+
<xsd:complexType>
|
|
2144
|
+
<xsd:sequence>
|
|
2145
|
+
<xsd:element name="ConnectorType" type="StringNotNull" minOccurs="0"/>
|
|
2146
|
+
<xsd:element ref="ControllerType" minOccurs="0"/>
|
|
2147
|
+
<xsd:element ref="EnclosureFinish" minOccurs="0"/>
|
|
2148
|
+
<xsd:element ref="FrontPanelInputs" minOccurs="0" maxOccurs="3"/>
|
|
2149
|
+
<xsd:element ref="BuiltInMedia" minOccurs="0" maxOccurs="3"/>
|
|
2150
|
+
<xsd:element ref="IncludedFeatures" minOccurs="0"/>
|
|
2151
|
+
<xsd:element ref="Shape" minOccurs="0"/>
|
|
2152
|
+
<xsd:element ref="MidRangeSpeakerMaterial" minOccurs="0"/>
|
|
2153
|
+
<xsd:element ref="MidRangeSpeakerDiameter" minOccurs="0"/>
|
|
2154
|
+
<xsd:element ref="VideoUpconversionTechnologies" minOccurs="0"/>
|
|
2155
|
+
<xsd:element ref="NumberOfDrivers" minOccurs="0"/>
|
|
2156
|
+
<xsd:element ref="NumberOfSpeakers" minOccurs="0"/>
|
|
2157
|
+
<xsd:element ref="GrilleRemoveability" minOccurs="0"/>
|
|
2158
|
+
<xsd:element ref="SpeakerGrilleMaterial" minOccurs="0"/>
|
|
2159
|
+
<xsd:element ref="MaximumWattage" minOccurs="0"/>
|
|
2160
|
+
<xsd:element ref="SubwooferWattage" minOccurs="0"/>
|
|
2161
|
+
<xsd:element ref="SubwooferSpeakerMaterial" minOccurs="0"/>
|
|
2162
|
+
<xsd:element ref="SubwooferSpeakerDiameter" minOccurs="0"/>
|
|
2163
|
+
<xsd:element ref="SubwooferPowerTechnology" minOccurs="0"/>
|
|
2164
|
+
<xsd:element ref="InternetApplications" minOccurs="0" maxOccurs="5"/>
|
|
2165
|
+
<xsd:element ref="TweeterSpeakerMaterial" minOccurs="0"/>
|
|
2166
|
+
<xsd:element ref="TweeterSpeakerDiameter" minOccurs="0"/>
|
|
2167
|
+
<xsd:element ref="TweeterSpeakerTechnology" minOccurs="0"/>
|
|
2168
|
+
<xsd:element name="WirelessType" type="WirelessTypeValues" minOccurs="0"/>
|
|
2169
|
+
<xsd:element ref="WooferSpeakerMaterial" minOccurs="0"/>
|
|
2170
|
+
<xsd:element ref="WooferSpeakerDiameter" minOccurs="0"/>
|
|
2171
|
+
<xsd:element ref="PowerPlugType" minOccurs="0"/>
|
|
2172
|
+
</xsd:sequence>
|
|
2173
|
+
</xsd:complexType>
|
|
2174
|
+
</xsd:element>
|
|
2175
|
+
|
|
2176
|
+
<xsd:element name="MediaPlayer">
|
|
2177
|
+
<xsd:complexType>
|
|
2178
|
+
<xsd:sequence>
|
|
2179
|
+
<xsd:element ref="AudioEncoding" minOccurs="0" maxOccurs="3"/>
|
|
2180
|
+
<xsd:element ref="Language" minOccurs="0" maxOccurs="3"/>
|
|
2181
|
+
<xsd:element ref="CameraDescription" minOccurs="0" maxOccurs="3"/>
|
|
2182
|
+
<xsd:element name="DigitalAudioCapacity" type="TwentyStringNotNull" minOccurs="0"/>
|
|
2183
|
+
<xsd:element name="OperatingSystem" type="MediumStringNotNull" minOccurs="0"
|
|
2184
|
+
maxOccurs="5"/>
|
|
2185
|
+
<xsd:element name="PowerSource" type="FortyStringNotNull" minOccurs="0"/>
|
|
2186
|
+
<xsd:element name="ScreenSize" type="LengthDimension" minOccurs="0"/>
|
|
2187
|
+
<xsd:element ref="TotalEthernetPorts" minOccurs="0"/>
|
|
2188
|
+
<xsd:element ref="VideoEncoding" minOccurs="0"/>
|
|
2189
|
+
<xsd:element name="WirelessTechnology" type="StringNotNull" minOccurs="0"
|
|
2190
|
+
maxOccurs="5"/>
|
|
2191
|
+
<xsd:element name="WirelessType" type="WirelessTypeValues" minOccurs="0"/>
|
|
2192
|
+
<xsd:element ref="PowerPlugType" minOccurs="0"/>
|
|
2193
|
+
</xsd:sequence>
|
|
2194
|
+
</xsd:complexType>
|
|
2195
|
+
</xsd:element>
|
|
2196
|
+
|
|
2197
|
+
<xsd:element name="Phone">
|
|
2198
|
+
<xsd:complexType>
|
|
2199
|
+
<xsd:sequence>
|
|
2200
|
+
<xsd:element ref="BatteryCellType" minOccurs="0"/>
|
|
2201
|
+
<xsd:element name="BatteryChargeCycles" type="xsd:positiveInteger" minOccurs="0"/>
|
|
2202
|
+
<xsd:element ref="BatteryPower" minOccurs="0"/>
|
|
2203
|
+
<xsd:element ref="BoxContents" minOccurs="0"/>
|
|
2204
|
+
<xsd:element ref="EffectiveStillResolution" minOccurs="0"/>
|
|
2205
|
+
<xsd:element ref="FinishType" minOccurs="0"/>
|
|
2206
|
+
<xsd:element ref="InternetApplications" minOccurs="0" maxOccurs="5"/>
|
|
2207
|
+
<xsd:element name="MemorySlotsAvailable" type="StringNotNull" minOccurs="0"/>
|
|
2208
|
+
<xsd:element ref="NumberOfHandsets" minOccurs="0"/>
|
|
2209
|
+
<xsd:element name="OperatingSystem" type="MediumStringNotNull" minOccurs="0"
|
|
2210
|
+
maxOccurs="5"/>
|
|
2211
|
+
<xsd:element ref="ParentalControlTechnology" minOccurs="0"/>
|
|
2212
|
+
<xsd:element ref="PowerConsumption" minOccurs="0"/>
|
|
2213
|
+
<xsd:element ref="PowerPlugType" minOccurs="0"/>
|
|
2214
|
+
<xsd:element name="PowerSource" type="FortyStringNotNull" minOccurs="0"/>
|
|
2215
|
+
<xsd:element name="ProcessorBrand" type="FortyStringNotNull" minOccurs="0"/>
|
|
2216
|
+
<xsd:element name="ProcessorSpeed" type="FrequencyDimension" minOccurs="0"/>
|
|
2217
|
+
<xsd:element name="RAMSize" type="MemorySizeDimension" minOccurs="0"/>
|
|
2218
|
+
<xsd:element name="RemovableMemory" type="StringNotNull" minOccurs="0"/>
|
|
2219
|
+
<xsd:element name="ScreenSize" type="LengthDimension" minOccurs="0"/>
|
|
2220
|
+
<xsd:element name="SoftwareIncluded" type="LongStringNotNull" minOccurs="0"/>
|
|
2221
|
+
<xsd:element name="TelephoneType" type="FortyStringNotNull" minOccurs="0"/>
|
|
2222
|
+
<xsd:element ref="ThreeDTechnology" minOccurs="0"/>
|
|
2223
|
+
<xsd:element ref="TotalEthernetPorts" minOccurs="0"/>
|
|
2224
|
+
<xsd:element ref="TotalMicrophonePorts" minOccurs="0"/>
|
|
2225
|
+
<xsd:element ref="VideoEncoding" minOccurs="0"/>
|
|
2226
|
+
<xsd:element ref="Efficiency" minOccurs="0"/>
|
|
2227
|
+
<xsd:element name="MfgWarrantyDescriptionLabor" type="SuperLongStringNotNull"
|
|
2228
|
+
minOccurs="0"/>
|
|
2229
|
+
</xsd:sequence>
|
|
2230
|
+
</xsd:complexType>
|
|
2231
|
+
</xsd:element>
|
|
2232
|
+
|
|
2233
|
+
<xsd:element name="PhoneAccessory">
|
|
2234
|
+
<xsd:complexType>
|
|
2235
|
+
<xsd:sequence>
|
|
2236
|
+
<xsd:element ref="BatteryCellType" minOccurs="0"/>
|
|
2237
|
+
<xsd:element name="BatteryChargeCycles" type="xsd:positiveInteger" minOccurs="0"/>
|
|
2238
|
+
<xsd:element ref="BatteryPower" minOccurs="0"/>
|
|
2239
|
+
<xsd:element ref="ConnectorGender" minOccurs="0" maxOccurs="5"/>
|
|
2240
|
+
<xsd:element ref="FinishType" minOccurs="0"/>
|
|
2241
|
+
<xsd:element ref="InternetApplications" minOccurs="0" maxOccurs="5"/>
|
|
2242
|
+
<xsd:element name="MemorySlotsAvailable" type="StringNotNull" minOccurs="0"/>
|
|
2243
|
+
<xsd:element ref="PowerPlugType" minOccurs="0"/>
|
|
2244
|
+
<xsd:element name="PowerSource" type="FortyStringNotNull" minOccurs="0"/>
|
|
2245
|
+
<xsd:element name="ScreenSize" type="LengthDimension" minOccurs="0"/>
|
|
2246
|
+
<xsd:element name="SoftwareIncluded" type="LongStringNotNull" minOccurs="0"/>
|
|
2247
|
+
<xsd:element name="WirelessTechnology" type="StringNotNull" minOccurs="0"
|
|
2248
|
+
maxOccurs="5"/>
|
|
2249
|
+
<xsd:element ref="Efficiency" minOccurs="0"/>
|
|
2250
|
+
</xsd:sequence>
|
|
2251
|
+
</xsd:complexType>
|
|
2252
|
+
</xsd:element>
|
|
2253
|
+
|
|
2254
|
+
<xsd:element name="PhotographicStudioItems">
|
|
2255
|
+
<xsd:complexType>
|
|
2256
|
+
<xsd:sequence>
|
|
2257
|
+
<xsd:element ref="BatteryCellType" minOccurs="0"/>
|
|
2258
|
+
<xsd:element name="BatteryChargeCycles" type="xsd:positiveInteger" minOccurs="0"/>
|
|
2259
|
+
<xsd:element ref="BatteryPower" minOccurs="0"/>
|
|
2260
|
+
<xsd:element ref="BoxContents" minOccurs="0"/>
|
|
2261
|
+
<xsd:element ref="CameraFilmSpeed" minOccurs="0"/>
|
|
2262
|
+
<xsd:element ref="CameraFlash" minOccurs="0"/>
|
|
2263
|
+
<xsd:element ref="CompatibleMountings" minOccurs="0"/>
|
|
2264
|
+
<xsd:element ref="DigitalZoom" minOccurs="0"/>
|
|
2265
|
+
<xsd:element ref="FinishType" minOccurs="0"/>
|
|
2266
|
+
<xsd:element ref="FlashDedication" minOccurs="0"/>
|
|
2267
|
+
<xsd:element ref="GuideNumber" minOccurs="0"/>
|
|
2268
|
+
<xsd:element name="Lens" type="StringNotNull" minOccurs="0"/>
|
|
2269
|
+
<xsd:element name="LoadCapacity" type="WeightDimension" minOccurs="0"/>
|
|
2270
|
+
<xsd:element name="MemorySlotsAvailable" type="StringNotNull" minOccurs="0"/>
|
|
2271
|
+
<xsd:element ref="PhotoFilterBayonetSize" minOccurs="0"/>
|
|
2272
|
+
<xsd:element ref="PhotoFilterDropInSize" minOccurs="0"/>
|
|
2273
|
+
<xsd:element ref="PhotoFilterEffectSize" minOccurs="0"/>
|
|
2274
|
+
<xsd:element ref="PhotoFilterLensSize" minOccurs="0"/>
|
|
2275
|
+
<xsd:element ref="PhotoFilterMountType" minOccurs="0"/>
|
|
2276
|
+
<xsd:element ref="PhotoFilterThreadSize" minOccurs="0"/>
|
|
2277
|
+
<xsd:element ref="PowerPlugType" minOccurs="0"/>
|
|
2278
|
+
<xsd:element name="PowerSource" type="FortyStringNotNull" minOccurs="0"/>
|
|
2279
|
+
<xsd:element name="RemoteControlDescription" type="StringNotNull" minOccurs="0"/>
|
|
2280
|
+
<xsd:element name="SoftwareIncluded" type="LongStringNotNull" minOccurs="0"/>
|
|
2281
|
+
<xsd:element name="VideoResolution" type="PixelDimension" minOccurs="0"/>
|
|
2282
|
+
<xsd:element ref="Efficiency" minOccurs="0"/>
|
|
2283
|
+
</xsd:sequence>
|
|
2284
|
+
</xsd:complexType>
|
|
2285
|
+
</xsd:element>
|
|
2286
|
+
|
|
2287
|
+
<xsd:element name="PortableAvDevice">
|
|
2288
|
+
<xsd:complexType>
|
|
2289
|
+
<xsd:sequence>
|
|
2290
|
+
<xsd:element ref="BatteryCellType" minOccurs="0"/>
|
|
2291
|
+
<xsd:element name="BatteryChargeCycles" type="xsd:positiveInteger" minOccurs="0"/>
|
|
2292
|
+
<xsd:element ref="BatteryPower" minOccurs="0"/>
|
|
2293
|
+
<xsd:element ref="BluRayRegion" minOccurs="0"/>
|
|
2294
|
+
<xsd:element ref="BoxContents" minOccurs="0"/>
|
|
2295
|
+
<xsd:element name="CableLength" type="LengthDimension" minOccurs="0"/>
|
|
2296
|
+
<xsd:element name="CameraLens" type="StringNotNull" minOccurs="0"/>
|
|
2297
|
+
<xsd:element ref="DVDRegion" minOccurs="0"/>
|
|
2298
|
+
<xsd:element ref="EffectiveStillResolution" minOccurs="0"/>
|
|
2299
|
+
<xsd:element ref="EnclosureFinish" minOccurs="0"/>
|
|
2300
|
+
<xsd:element ref="FinishType" minOccurs="0"/>
|
|
2301
|
+
<xsd:element ref="GrilleRemoveability" minOccurs="0"/>
|
|
2302
|
+
<xsd:element ref="InternetApplications" minOccurs="0" maxOccurs="5"/>
|
|
2303
|
+
<xsd:element name="MemorySlotsAvailable" type="StringNotNull" minOccurs="0"/>
|
|
2304
|
+
<xsd:element ref="NumberOfSpeakers" minOccurs="0"/>
|
|
2305
|
+
<xsd:element name="OperatingSystem" type="MediumStringNotNull" minOccurs="0"
|
|
2306
|
+
maxOccurs="5"/>
|
|
2307
|
+
<xsd:element ref="ParentalControlTechnology" minOccurs="0"/>
|
|
2308
|
+
<xsd:element name="PhotoSensorSize" type="StringNotNull" minOccurs="0"/>
|
|
2309
|
+
<xsd:element name="PhotoSensorTechnology" type="StringNotNull" minOccurs="0"/>
|
|
2310
|
+
<xsd:element ref="PowerConsumption" minOccurs="0"/>
|
|
2311
|
+
<xsd:element ref="PowerPlugType" minOccurs="0"/>
|
|
2312
|
+
<xsd:element name="PowerSource" type="FortyStringNotNull" minOccurs="0"/>
|
|
2313
|
+
<xsd:element name="RemoteControlDescription" type="StringNotNull" minOccurs="0"/>
|
|
2314
|
+
<xsd:element name="RemovableMemory" type="StringNotNull" minOccurs="0"/>
|
|
2315
|
+
<xsd:element ref="ScreenFinish" minOccurs="0"/>
|
|
2316
|
+
<xsd:element name="ScreenSize" type="LengthDimension" minOccurs="0"/>
|
|
2317
|
+
<xsd:element ref="Shape" minOccurs="0"/>
|
|
2318
|
+
<xsd:element name="SoftwareIncluded" type="LongStringNotNull" minOccurs="0"/>
|
|
2319
|
+
<xsd:element ref="SpeakerGrilleMaterial" minOccurs="0"/>
|
|
2320
|
+
<xsd:element ref="SpeakerMaximumInputPower" minOccurs="0"/>
|
|
2321
|
+
<xsd:element ref="SubwooferSpeakerDiameter" minOccurs="0"/>
|
|
2322
|
+
<xsd:element ref="ThreeDTechnology" minOccurs="0"/>
|
|
2323
|
+
<xsd:element ref="TotalCoaxialInputs" minOccurs="0"/>
|
|
2324
|
+
<xsd:element ref="TotalComponentInPorts" minOccurs="0"/>
|
|
2325
|
+
<xsd:element name="TotalDVIPorts" type="xsd:positiveInteger" minOccurs="0"/>
|
|
2326
|
+
<xsd:element ref="TotalEthernetPorts" minOccurs="0"/>
|
|
2327
|
+
<xsd:element ref="TotalFirewirePorts" minOccurs="0"/>
|
|
2328
|
+
<xsd:element ref="TotalHdmiPorts" minOccurs="0"/>
|
|
2329
|
+
<xsd:element ref="TotalMicrophonePorts" minOccurs="0"/>
|
|
2330
|
+
<xsd:element ref="TotalPreampOutputs" minOccurs="0"/>
|
|
2331
|
+
<xsd:element ref="TotalSubwooferOutputs" minOccurs="0"/>
|
|
2332
|
+
<xsd:element ref="TotalSVideoInPorts" minOccurs="0"/>
|
|
2333
|
+
<xsd:element name="TotalSVideoOutPorts" type="xsd:positiveInteger" minOccurs="0"/>
|
|
2334
|
+
<xsd:element ref="TotalUSBPorts" minOccurs="0"/>
|
|
2335
|
+
<xsd:element ref="TotalVgaInPorts" minOccurs="0"/>
|
|
2336
|
+
<xsd:element ref="TotalVideoOutPorts" minOccurs="0"/>
|
|
2337
|
+
<xsd:element ref="VideoEncoding" minOccurs="0"/>
|
|
2338
|
+
<xsd:element name="VideoResolution" type="PixelDimension" minOccurs="0"/>
|
|
2339
|
+
<xsd:element name="Wattage" type="WattageIntegerDimension" minOccurs="0"/>
|
|
2340
|
+
<xsd:element ref="Efficiency" minOccurs="0"/>
|
|
2341
|
+
</xsd:sequence>
|
|
2342
|
+
</xsd:complexType>
|
|
2343
|
+
</xsd:element>
|
|
2344
|
+
|
|
2345
|
+
|
|
2346
|
+
<xsd:element name="PortableAudio">
|
|
2347
|
+
<xsd:complexType>
|
|
2348
|
+
<xsd:sequence>
|
|
2349
|
+
<xsd:element ref="AudioEncoding" minOccurs="0" maxOccurs="3"/>
|
|
2350
|
+
<xsd:element ref="Language" minOccurs="0" maxOccurs="3"/>
|
|
2351
|
+
<xsd:element ref="CameraDescription" minOccurs="0" maxOccurs="3"/>
|
|
2352
|
+
<xsd:element ref="AnalogRGBInput" minOccurs="0" maxOccurs="5"/>
|
|
2353
|
+
<xsd:element ref="Efficiency" minOccurs="0"/>
|
|
2354
|
+
<xsd:element name="OperatingSystem" type="MediumStringNotNull" minOccurs="0"
|
|
2355
|
+
maxOccurs="5"/>
|
|
2356
|
+
<xsd:element name="PowerSource" type="FortyStringNotNull" minOccurs="0"/>
|
|
2357
|
+
<xsd:element ref="SVideoInputType" minOccurs="0"/>
|
|
2358
|
+
<xsd:element name="ScreenSize" type="LengthDimension" minOccurs="0"/>
|
|
2359
|
+
<xsd:element ref="MaximumWattage" minOccurs="0"/>
|
|
2360
|
+
<xsd:element ref="TotalCoaxialInputs" minOccurs="0"/>
|
|
2361
|
+
<xsd:element ref="TotalEthernetPorts" minOccurs="0"/>
|
|
2362
|
+
<xsd:element ref="TotalSVideoInPorts" minOccurs="0"/>
|
|
2363
|
+
<xsd:element ref="VideoEncoding" minOccurs="0"/>
|
|
2364
|
+
<xsd:element ref="WaterResistantDepth" minOccurs="0"/>
|
|
2365
|
+
<xsd:element ref="WaterResistantLevel" minOccurs="0"/>
|
|
2366
|
+
<xsd:element name="WirelessTechnology" type="StringNotNull" minOccurs="0"
|
|
2367
|
+
maxOccurs="5"/>
|
|
2368
|
+
<xsd:element name="WirelessType" type="WirelessTypeValues" minOccurs="0"/>
|
|
2369
|
+
</xsd:sequence>
|
|
2370
|
+
</xsd:complexType>
|
|
2371
|
+
</xsd:element>
|
|
2372
|
+
|
|
2373
|
+
<xsd:element name="PowerSuppliesOrProtection">
|
|
2374
|
+
<xsd:complexType>
|
|
2375
|
+
<xsd:sequence>
|
|
2376
|
+
<xsd:element name="BatteryChargeCycles" type="xsd:positiveInteger" minOccurs="0"/>
|
|
2377
|
+
<xsd:element name="CableLength" type="LengthDimension" minOccurs="0"/>
|
|
2378
|
+
<xsd:element name="PowerSource" type="FortyStringNotNull" minOccurs="0"/>
|
|
2379
|
+
<xsd:element name="WirelessTechnology" type="StringNotNull" minOccurs="0"
|
|
2380
|
+
maxOccurs="5"/>
|
|
2381
|
+
<xsd:element ref="BatteryCellType" minOccurs="0"/>
|
|
2382
|
+
<xsd:element ref="BatteryPower" minOccurs="0"/>
|
|
2383
|
+
<xsd:element ref="Efficiency" minOccurs="0"/>
|
|
2384
|
+
<xsd:element ref="FinishType" minOccurs="0"/>
|
|
2385
|
+
<xsd:element ref="PowerPlugType" minOccurs="0"/>
|
|
2386
|
+
<xsd:element ref="SurgeProtectionRating" minOccurs="0"/>
|
|
2387
|
+
<xsd:element ref="TotalPowerOutlets" minOccurs="0"/>
|
|
2388
|
+
</xsd:sequence>
|
|
2389
|
+
</xsd:complexType>
|
|
2390
|
+
</xsd:element>
|
|
2391
|
+
|
|
2392
|
+
<xsd:element name="RadarDetector">
|
|
2393
|
+
<xsd:complexType>
|
|
2394
|
+
<xsd:sequence>
|
|
2395
|
+
<xsd:element name="PowerSource" type="FortyStringNotNull" minOccurs="0"/>
|
|
2396
|
+
<xsd:element name="Voltage" type="PositiveInteger" minOccurs="0"/>
|
|
2397
|
+
<xsd:element ref="PowerPlugType" minOccurs="0"/>
|
|
2398
|
+
</xsd:sequence>
|
|
2399
|
+
</xsd:complexType>
|
|
2400
|
+
</xsd:element>
|
|
2401
|
+
|
|
2402
|
+
<xsd:element name="RadioOrClockRadio">
|
|
2403
|
+
<xsd:complexType>
|
|
2404
|
+
<xsd:sequence>
|
|
2405
|
+
<xsd:element ref="BatteryCellType" minOccurs="0"/>
|
|
2406
|
+
<xsd:element name="BatteryChargeCycles" type="xsd:positiveInteger" minOccurs="0"/>
|
|
2407
|
+
<xsd:element ref="BatteryPower" minOccurs="0"/>
|
|
2408
|
+
<xsd:element ref="BoxContents" minOccurs="0"/>
|
|
2409
|
+
<xsd:element name="CableLength" type="LengthDimension" minOccurs="0"/>
|
|
2410
|
+
<xsd:element ref="FinishType" minOccurs="0"/>
|
|
2411
|
+
<xsd:element ref="GrilleRemoveability" minOccurs="0"/>
|
|
2412
|
+
<xsd:element ref="InternetApplications" minOccurs="0" maxOccurs="5"/>
|
|
2413
|
+
<xsd:element ref="MidRangeSpeakerDiameter" minOccurs="0"/>
|
|
2414
|
+
<xsd:element ref="MidRangeSpeakerMaterial" minOccurs="0"/>
|
|
2415
|
+
<xsd:element ref="NumberOfRadioBandsSupported" minOccurs="0"/>
|
|
2416
|
+
<xsd:element ref="PowerConsumption" minOccurs="0"/>
|
|
2417
|
+
<xsd:element ref="PowerPlugType" minOccurs="0"/>
|
|
2418
|
+
<xsd:element name="PowerSource" type="FortyStringNotNull" minOccurs="0"/>
|
|
2419
|
+
<xsd:element name="RemoteControlDescription" type="StringNotNull" minOccurs="0"/>
|
|
2420
|
+
<xsd:element ref="Shape" minOccurs="0"/>
|
|
2421
|
+
<xsd:element ref="SpeakerGrilleMaterial" minOccurs="0"/>
|
|
2422
|
+
<xsd:element ref="SpeakerMaximumInputPower" minOccurs="0"/>
|
|
2423
|
+
<xsd:element ref="SubwooferPowerTechnology" minOccurs="0"/>
|
|
2424
|
+
<xsd:element ref="SubwooferSpeakerDiameter" minOccurs="0"/>
|
|
2425
|
+
<xsd:element ref="SubwooferSpeakerMaterial" minOccurs="0"/>
|
|
2426
|
+
<xsd:element ref="SubwooferWattage" minOccurs="0"/>
|
|
2427
|
+
<xsd:element ref="TotalEthernetPorts" minOccurs="0"/>
|
|
2428
|
+
<xsd:element ref="TotalSubwooferOutputs" minOccurs="0"/>
|
|
2429
|
+
<xsd:element ref="TweeterConeMaterialType" minOccurs="0"/>
|
|
2430
|
+
<xsd:element ref="TweeterDriverDiameter" minOccurs="0"/>
|
|
2431
|
+
<xsd:element name="WirelessTechnology" type="StringNotNull" minOccurs="0"
|
|
2432
|
+
maxOccurs="5"/>
|
|
2433
|
+
<xsd:element ref="WooferSpeakerDiameter" minOccurs="0"/>
|
|
2434
|
+
<xsd:element ref="WooferSpeakerMaterial" minOccurs="0"/>
|
|
2435
|
+
<xsd:element ref="Efficiency" minOccurs="0"/>
|
|
2436
|
+
</xsd:sequence>
|
|
2437
|
+
</xsd:complexType>
|
|
2438
|
+
</xsd:element>
|
|
2439
|
+
|
|
2440
|
+
<xsd:element name="ReceiverOrAmplifier">
|
|
2441
|
+
<xsd:complexType>
|
|
2442
|
+
<xsd:sequence>
|
|
2443
|
+
<xsd:element ref="BiAmpable" minOccurs="0"/>
|
|
2444
|
+
<xsd:element ref="CalibrationTechnology" minOccurs="0"/>
|
|
2445
|
+
<xsd:element name="CoolingType" type="StringNotNull" minOccurs="0"/>
|
|
2446
|
+
<xsd:element name="NumberOfFans" type="xsd:positiveInteger" minOccurs="0"/>
|
|
2447
|
+
<xsd:element ref="FinishType" minOccurs="0"/>
|
|
2448
|
+
<xsd:element ref="FrontPanelInputs" minOccurs="0" maxOccurs="3"/>
|
|
2449
|
+
<xsd:element ref="NumberOfDrivers" minOccurs="0"/>
|
|
2450
|
+
<xsd:element name="ProcessorBrand" type="FortyStringNotNull" minOccurs="0"/>
|
|
2451
|
+
<xsd:element ref="SignalPassthroughTechnology" minOccurs="0"/>
|
|
2452
|
+
<xsd:element ref="VideoShielded" minOccurs="0"/>
|
|
2453
|
+
<xsd:element ref="VideoUpconversionTechnologies" minOccurs="0"/>
|
|
2454
|
+
<xsd:element ref="TotalCoaxialInputs" minOccurs="0"/>
|
|
2455
|
+
<xsd:element ref="TotalEthernetPorts" minOccurs="0"/>
|
|
2456
|
+
<xsd:element ref="TotalPreampOutputs" minOccurs="0"/>
|
|
2457
|
+
<xsd:element ref="TotalSubwooferOutputs" minOccurs="0"/>
|
|
2458
|
+
<xsd:element name="WirelessTechnology" type="StringNotNull" minOccurs="0" maxOccurs="5"/>
|
|
2459
|
+
<xsd:element name="WirelessType" type="WirelessTypeValues" minOccurs="0"/>
|
|
2460
|
+
<xsd:element ref="PowerPlugType" minOccurs="0"/>
|
|
2461
|
+
</xsd:sequence>
|
|
2462
|
+
</xsd:complexType>
|
|
2463
|
+
</xsd:element>
|
|
2464
|
+
|
|
2465
|
+
<xsd:element name="RemoteControl">
|
|
2466
|
+
<xsd:complexType>
|
|
2467
|
+
<xsd:sequence>
|
|
2468
|
+
<xsd:element ref="BatteryCellType" minOccurs="0"/>
|
|
2469
|
+
<xsd:element name="BatteryChargeCycles" type="xsd:positiveInteger" minOccurs="0"/>
|
|
2470
|
+
<xsd:element ref="BatteryPower" minOccurs="0"/>
|
|
2471
|
+
<xsd:element name="CableLength" type="LengthDimension" minOccurs="0"/>
|
|
2472
|
+
<xsd:element ref="FinishType" minOccurs="0"/>
|
|
2473
|
+
<xsd:element ref="PowerPlugType" minOccurs="0"/>
|
|
2474
|
+
<xsd:element name="PowerSource" type="FortyStringNotNull" minOccurs="0"/>
|
|
2475
|
+
<xsd:element name="RemoteControlDescription" type="StringNotNull" minOccurs="0"/>
|
|
2476
|
+
<xsd:element name="ScreenSize" type="LengthDimension" minOccurs="0"/>
|
|
2477
|
+
<xsd:element name="WirelessTechnology" type="StringNotNull" minOccurs="0"
|
|
2478
|
+
maxOccurs="5"/>
|
|
2479
|
+
<xsd:element ref="Efficiency" minOccurs="0"/>
|
|
2480
|
+
</xsd:sequence>
|
|
2481
|
+
</xsd:complexType>
|
|
2482
|
+
</xsd:element>
|
|
2483
|
+
|
|
2484
|
+
<xsd:element name="Speakers">
|
|
2485
|
+
<xsd:complexType>
|
|
2486
|
+
<xsd:sequence>
|
|
2487
|
+
<xsd:element name="ConnectorType" type="StringNotNull" minOccurs="0"/>
|
|
2488
|
+
<xsd:element ref="BiAmpable" minOccurs="0"/>
|
|
2489
|
+
<xsd:element ref="NumberOfDrivers" minOccurs="0"/>
|
|
2490
|
+
<xsd:element ref="EnclosureFinish" minOccurs="0"/>
|
|
2491
|
+
<xsd:element ref="IncludedFeatures" minOccurs="0"/>
|
|
2492
|
+
<xsd:element ref="Shape" minOccurs="0"/>
|
|
2493
|
+
<xsd:element ref="MidRangeSpeakerMaterial" minOccurs="0"/>
|
|
2494
|
+
<xsd:element ref="MidRangeSpeakerDiameter" minOccurs="0"/>
|
|
2495
|
+
<xsd:element ref="NumberOfSpeakers" minOccurs="0"/>
|
|
2496
|
+
<xsd:element ref="GrilleRemoveability" minOccurs="0"/>
|
|
2497
|
+
<xsd:element ref="SpeakerGrilleMaterial" minOccurs="0"/>
|
|
2498
|
+
<xsd:element ref="MaximumWattage" minOccurs="0"/>
|
|
2499
|
+
<xsd:element ref="SubwooferWattage" minOccurs="0"/>
|
|
2500
|
+
<xsd:element ref="SubwooferSpeakerMaterial" minOccurs="0"/>
|
|
2501
|
+
<xsd:element ref="SubwooferSpeakerDiameter" minOccurs="0"/>
|
|
2502
|
+
<xsd:element ref="SubwooferPowerTechnology" minOccurs="0"/>
|
|
2503
|
+
<xsd:element ref="TweeterSpeakerMaterial" minOccurs="0"/>
|
|
2504
|
+
<xsd:element ref="TweeterSpeakerDiameter" minOccurs="0"/>
|
|
2505
|
+
<xsd:element ref="TweeterSpeakerTechnology" minOccurs="0"/>
|
|
2506
|
+
<xsd:element ref="WooferSpeakerMaterial" minOccurs="0"/>
|
|
2507
|
+
<xsd:element ref="WooferSpeakerDiameter" minOccurs="0"/>
|
|
2508
|
+
<xsd:element ref="Efficiency" minOccurs="0"/>
|
|
2509
|
+
</xsd:sequence>
|
|
2510
|
+
</xsd:complexType>
|
|
2511
|
+
</xsd:element>
|
|
2512
|
+
|
|
2513
|
+
<xsd:element name="Television">
|
|
2514
|
+
<xsd:complexType>
|
|
2515
|
+
<xsd:sequence>
|
|
2516
|
+
<xsd:element ref="AmplifierType" minOccurs="0"/>
|
|
2517
|
+
<xsd:element name="AudibleNoise" type="xsd:positiveInteger" minOccurs="0"/>
|
|
2518
|
+
<xsd:element ref="ThreeDTechnology" minOccurs="0"/>
|
|
2519
|
+
<xsd:element ref="BaseLength" minOccurs="0"/>
|
|
2520
|
+
<xsd:element ref="BaseWidth" minOccurs="0"/>
|
|
2521
|
+
<xsd:element ref="AnalogRGBInput" minOccurs="0" maxOccurs="5"/>
|
|
2522
|
+
<xsd:element ref="ScreenDimensions" minOccurs="0"/>
|
|
2523
|
+
<xsd:element ref="BatteryCellType" minOccurs="0"/>
|
|
2524
|
+
<xsd:element name="BatteryChargeCycles" type="xsd:positiveInteger" minOccurs="0"/>
|
|
2525
|
+
<xsd:element ref="BatteryPower" minOccurs="0"/>
|
|
2526
|
+
<xsd:element ref="BluRayRegion" minOccurs="0"/>
|
|
2527
|
+
<xsd:element ref="BoxContents" minOccurs="0"/>
|
|
2528
|
+
<xsd:element ref="BuiltInMedia" minOccurs="0" maxOccurs="3"/>
|
|
2529
|
+
<xsd:element name="CableLength" type="LengthDimension" minOccurs="0"/>
|
|
2530
|
+
<xsd:element ref="DVDRegion" minOccurs="0"/>
|
|
2531
|
+
<xsd:element ref="Efficiency" minOccurs="0"/>
|
|
2532
|
+
<xsd:element ref="EuEnergyLabelEfficiencyClass" minOccurs="0"/>
|
|
2533
|
+
<xsd:element ref="FinishType" minOccurs="0"/>
|
|
2534
|
+
<xsd:element ref="GrilleRemoveability" minOccurs="0"/>
|
|
2535
|
+
<xsd:element name="MaximumHorizontalRefreshRate" type="FrequencyDimension"
|
|
2536
|
+
minOccurs="0"/>
|
|
2537
|
+
<xsd:element name="MaximumVerticalRefreshRate" type="FrequencyDimension"
|
|
2538
|
+
minOccurs="0"/>
|
|
2539
|
+
<xsd:element name="MemorySlotsAvailable" type="StringNotNull" minOccurs="0"/>
|
|
2540
|
+
<xsd:element ref="MidRangeSpeakerDiameter" minOccurs="0"/>
|
|
2541
|
+
<xsd:element ref="MidRangeSpeakerMaterial" minOccurs="0"/>
|
|
2542
|
+
<xsd:element name="MinimumHorizontalRefreshRate" type="FrequencyDimension"
|
|
2543
|
+
minOccurs="0"/>
|
|
2544
|
+
<xsd:element name="MinimumVerticalRefreshRate" type="FrequencyDimension"
|
|
2545
|
+
minOccurs="0"/>
|
|
2546
|
+
<xsd:element ref="MountingPattern" minOccurs="0"/>
|
|
2547
|
+
<xsd:element ref="NumberOfRadioBandsSupported" minOccurs="0"/>
|
|
2548
|
+
<xsd:element ref="ParentalControlTechnology" minOccurs="0"/>
|
|
2549
|
+
<xsd:element ref="PowerConsumption" minOccurs="0"/>
|
|
2550
|
+
<xsd:element ref="PowerPlugType" minOccurs="0"/>
|
|
2551
|
+
<xsd:element name="PowerSource" type="FortyStringNotNull" minOccurs="0"/>
|
|
2552
|
+
<xsd:element ref="RefreshRate" minOccurs="0"/>
|
|
2553
|
+
<xsd:element name="RemoteControlDescription" type="StringNotNull" minOccurs="0"/>
|
|
2554
|
+
<xsd:element name="RemovableMemory" type="StringNotNull" minOccurs="0"/>
|
|
2555
|
+
<xsd:element ref="Resolution" minOccurs="0"/>
|
|
2556
|
+
<xsd:element ref="SVideoInputType" minOccurs="0"/>
|
|
2557
|
+
<xsd:element ref="ScreenFinish" minOccurs="0"/>
|
|
2558
|
+
<xsd:element name="ScreenResolution" type="FortyStringNotNull" minOccurs="0"/>
|
|
2559
|
+
<xsd:element name="ScreenSize" type="LengthDimension" minOccurs="0"/>
|
|
2560
|
+
<xsd:element ref="NumberOfSpeakers" minOccurs="0"/>
|
|
2561
|
+
<xsd:element ref="InternetApplications" minOccurs="0" maxOccurs="5"/>
|
|
2562
|
+
<xsd:element ref="Shape" minOccurs="0"/>
|
|
2563
|
+
<xsd:element name="SoftwareIncluded" type="LongStringNotNull" minOccurs="0"/>
|
|
2564
|
+
<xsd:element ref="SpeakerGrilleMaterial" minOccurs="0"/>
|
|
2565
|
+
<xsd:element ref="SpeakerMaximumInputPower" minOccurs="0"/>
|
|
2566
|
+
<xsd:element ref="SubwooferPowerTechnology" minOccurs="0"/>
|
|
2567
|
+
<xsd:element ref="SubwooferSpeakerDiameter" minOccurs="0"/>
|
|
2568
|
+
<xsd:element ref="SubwooferSpeakerMaterial" minOccurs="0"/>
|
|
2569
|
+
<xsd:element ref="SubwooferWattage" minOccurs="0"/>
|
|
2570
|
+
<xsd:element ref="TotalCoaxialInputs" minOccurs="0"/>
|
|
2571
|
+
<xsd:element ref="TotalComponentInPorts" minOccurs="0"/>
|
|
2572
|
+
<xsd:element name="TotalCompositePorts" type="xsd:positiveInteger" minOccurs="0"/>
|
|
2573
|
+
<xsd:element name="TotalDVIPorts" type="xsd:positiveInteger" minOccurs="0"/>
|
|
2574
|
+
<xsd:element ref="TotalEthernetPorts" minOccurs="0"/>
|
|
2575
|
+
<xsd:element ref="TotalFirewirePorts" minOccurs="0"/>
|
|
2576
|
+
<xsd:element ref="TotalHdmiPorts" minOccurs="0"/>
|
|
2577
|
+
<xsd:element ref="TotalSubwooferOutputs" minOccurs="0"/>
|
|
2578
|
+
<xsd:element ref="TotalSVideoInPorts" minOccurs="0"/>
|
|
2579
|
+
<xsd:element name="TotalSVideoOutPorts" type="xsd:positiveInteger" minOccurs="0"/>
|
|
2580
|
+
<xsd:element ref="TotalUSBPorts" minOccurs="0"/>
|
|
2581
|
+
<xsd:element ref="TotalVgaInPorts" minOccurs="0"/>
|
|
2582
|
+
<xsd:element ref="TotalVideoOutPorts" minOccurs="0"/>
|
|
2583
|
+
<xsd:element ref="UniversalRemoteCode" minOccurs="0"/>
|
|
2584
|
+
<xsd:element name="WirelessTechnology" type="StringNotNull" minOccurs="0"
|
|
2585
|
+
maxOccurs="5"/>
|
|
2586
|
+
<xsd:element name="WirelessType" type="WirelessTypeValues" minOccurs="0"/>
|
|
2587
|
+
<xsd:element ref="WooferSpeakerDiameter" minOccurs="0"/>
|
|
2588
|
+
<xsd:element ref="WooferSpeakerMaterial" minOccurs="0"/>
|
|
2589
|
+
</xsd:sequence>
|
|
2590
|
+
</xsd:complexType>
|
|
2591
|
+
</xsd:element>
|
|
2592
|
+
|
|
2593
|
+
<xsd:element name="Tuner">
|
|
2594
|
+
<xsd:complexType>
|
|
2595
|
+
<xsd:sequence>
|
|
2596
|
+
<xsd:element ref="InternetApplications" minOccurs="0" maxOccurs="5"/>
|
|
2597
|
+
<xsd:element ref="TotalCoaxialInputs" minOccurs="0"/>
|
|
2598
|
+
<xsd:element name="TotalCompositePorts" type="xsd:positiveInteger" minOccurs="0"/>
|
|
2599
|
+
<xsd:element ref="TotalEthernetPorts" minOccurs="0"/>
|
|
2600
|
+
<xsd:element ref="TotalHdmiPorts" minOccurs="0"/>
|
|
2601
|
+
<xsd:element ref="PowerPlugType" minOccurs="0"/>
|
|
2602
|
+
</xsd:sequence>
|
|
2603
|
+
</xsd:complexType>
|
|
2604
|
+
</xsd:element>
|
|
2605
|
+
|
|
2606
|
+
<xsd:element name="TwoWayRadio">
|
|
2607
|
+
<xsd:complexType>
|
|
2608
|
+
<xsd:sequence>
|
|
2609
|
+
<xsd:element name="PowerSource" type="FortyStringNotNull" minOccurs="0"/>
|
|
2610
|
+
<xsd:element name="Voltage" type="PositiveInteger" minOccurs="0"/>
|
|
2611
|
+
<xsd:element ref="PowerPlugType" minOccurs="0"/>
|
|
2612
|
+
</xsd:sequence>
|
|
2613
|
+
</xsd:complexType>
|
|
2614
|
+
</xsd:element>
|
|
2615
|
+
|
|
2616
|
+
<xsd:element name="VideoProjectorsAndAccessories">
|
|
2617
|
+
<xsd:complexType>
|
|
2618
|
+
<xsd:sequence>
|
|
2619
|
+
<xsd:element ref="BatteryCellType" minOccurs="0"/>
|
|
2620
|
+
<xsd:element name="BatteryChargeCycles" type="xsd:positiveInteger" minOccurs="0"/>
|
|
2621
|
+
<xsd:element ref="BatteryPower" minOccurs="0"/>
|
|
2622
|
+
<xsd:element ref="BoxContents" minOccurs="0"/>
|
|
2623
|
+
<xsd:element name="CableLength" type="LengthDimension" minOccurs="0"/>
|
|
2624
|
+
<xsd:element ref="EuEnergyLabelEfficiencyClass" minOccurs="0"/>
|
|
2625
|
+
<xsd:element ref="FinishType" minOccurs="0"/>
|
|
2626
|
+
<xsd:element ref="FixedFocalLength" minOccurs="0"/>
|
|
2627
|
+
<xsd:element ref="GrilleRemoveability" minOccurs="0"/>
|
|
2628
|
+
<xsd:element ref="InternetApplications" minOccurs="0" maxOccurs="5"/>
|
|
2629
|
+
<xsd:element name="Lens" type="StringNotNull" minOccurs="0"/>
|
|
2630
|
+
<xsd:element ref="MaxAperture" minOccurs="0"/>
|
|
2631
|
+
<xsd:element ref="MaxFocalLength" minOccurs="0"/>
|
|
2632
|
+
<xsd:element name="MemorySlotsAvailable" type="StringNotNull" minOccurs="0"/>
|
|
2633
|
+
<xsd:element ref="MinAperture" minOccurs="0"/>
|
|
2634
|
+
<xsd:element ref="MinFocalLength" minOccurs="0"/>
|
|
2635
|
+
<xsd:element ref="PowerConsumption" minOccurs="0"/>
|
|
2636
|
+
<xsd:element ref="PowerPlugType" minOccurs="0"/>
|
|
2637
|
+
<xsd:element name="PowerSource" type="FortyStringNotNull" minOccurs="0"/>
|
|
2638
|
+
<xsd:element name="RemoteControlDescription" type="StringNotNull" minOccurs="0"/>
|
|
2639
|
+
<xsd:element ref="Shape" minOccurs="0"/>
|
|
2640
|
+
<xsd:element name="SoftwareIncluded" type="LongStringNotNull" minOccurs="0"/>
|
|
2641
|
+
<xsd:element ref="SpeakerGrilleMaterial" minOccurs="0"/>
|
|
2642
|
+
<xsd:element ref="SpeakerMaximumInputPower" minOccurs="0"/>
|
|
2643
|
+
<xsd:element ref="SubwooferPowerTechnology" minOccurs="0"/>
|
|
2644
|
+
<xsd:element ref="SubwooferSpeakerDiameter" minOccurs="0"/>
|
|
2645
|
+
<xsd:element ref="SubwooferSpeakerMaterial" minOccurs="0"/>
|
|
2646
|
+
<xsd:element ref="SubwooferWattage" minOccurs="0"/>
|
|
2647
|
+
<xsd:element ref="ThreeDTechnology" minOccurs="0"/>
|
|
2648
|
+
<xsd:element ref="TotalComponentInPorts" minOccurs="0"/>
|
|
2649
|
+
<xsd:element name="TotalDVIPorts" type="xsd:positiveInteger" minOccurs="0"/>
|
|
2650
|
+
<xsd:element ref="TotalEthernetPorts" minOccurs="0"/>
|
|
2651
|
+
<xsd:element ref="TotalHdmiPorts" minOccurs="0"/>
|
|
2652
|
+
<xsd:element ref="TotalSubwooferOutputs" minOccurs="0"/>
|
|
2653
|
+
<xsd:element ref="TotalSVideoInPorts" minOccurs="0"/>
|
|
2654
|
+
<xsd:element ref="TotalVgaInPorts" minOccurs="0"/>
|
|
2655
|
+
<xsd:element name="WirelessTechnology" type="StringNotNull" minOccurs="0"
|
|
2656
|
+
maxOccurs="5"/>
|
|
2657
|
+
<xsd:element ref="WooferSpeakerDiameter" minOccurs="0"/>
|
|
2658
|
+
<xsd:element ref="WooferSpeakerMaterial" minOccurs="0"/>
|
|
2659
|
+
</xsd:sequence>
|
|
2660
|
+
</xsd:complexType>
|
|
2661
|
+
</xsd:element>
|
|
2662
|
+
|
|
2663
|
+
|
|
2664
|
+
<xsd:element name="CEVideoProjector">
|
|
2665
|
+
<xsd:complexType>
|
|
2666
|
+
<xsd:sequence>
|
|
2667
|
+
<xsd:element name="AudibleNoise" type="xsd:positiveInteger" minOccurs="0"/>
|
|
2668
|
+
<xsd:element ref="ThreeDTechnology" minOccurs="0"/>
|
|
2669
|
+
<xsd:element ref="AnalogRGBInput" minOccurs="0" maxOccurs="5"/>
|
|
2670
|
+
<xsd:element ref="ScreenDimensions" minOccurs="0"/>
|
|
2671
|
+
<xsd:element ref="HorizontalKeystoneCorrection" minOccurs="0"/>
|
|
2672
|
+
<xsd:element ref="BuiltInMedia" minOccurs="0" maxOccurs="3"/>
|
|
2673
|
+
<xsd:element name="Lens" type="StringNotNull" minOccurs="0"/>
|
|
2674
|
+
<xsd:element name="LampWattage" type="xsd:positiveInteger" minOccurs="0"/>
|
|
2675
|
+
<xsd:element ref="ThrowRatio" minOccurs="0"/>
|
|
2676
|
+
<xsd:element name="MaximumHorizontalRefreshRate" type="FrequencyDimension"
|
|
2677
|
+
minOccurs="0"/>
|
|
2678
|
+
<xsd:element name="MaximumThrowDistance" type="LengthDimension" minOccurs="0"/>
|
|
2679
|
+
<xsd:element name="MaximumVerticalRefreshRate" type="FrequencyDimension"
|
|
2680
|
+
minOccurs="0"/>
|
|
2681
|
+
<xsd:element ref="MinFocalLength" minOccurs="0"/>
|
|
2682
|
+
<xsd:element name="MinimumHorizontalRefreshRate" type="FrequencyDimension"
|
|
2683
|
+
minOccurs="0"/>
|
|
2684
|
+
<xsd:element name="MinimumThrowDistance" type="LengthDimension" minOccurs="0"/>
|
|
2685
|
+
<xsd:element name="MinimumVerticalRefreshRate" type="FrequencyDimension"
|
|
2686
|
+
minOccurs="0"/>
|
|
2687
|
+
<xsd:element name="LampLife" type="TimeIntegerDimension" minOccurs="0"/>
|
|
2688
|
+
<xsd:element name="ImageDiagonalSize" type="LengthDimension" minOccurs="0"/>
|
|
2689
|
+
<xsd:element ref="ParentalControlTechnology" minOccurs="0"/>
|
|
2690
|
+
<xsd:element ref="ProjectionMethod" minOccurs="0"/>
|
|
2691
|
+
<xsd:element ref="Resolution" minOccurs="0"/>
|
|
2692
|
+
<xsd:element ref="SVideoInputType" minOccurs="0"/>
|
|
2693
|
+
<xsd:element ref="NumberOfSpeakers" minOccurs="0"/>
|
|
2694
|
+
<xsd:element ref="InternetApplications" minOccurs="0" maxOccurs="5"/>
|
|
2695
|
+
<xsd:element ref="TotalCoaxialInputs" minOccurs="0"/>
|
|
2696
|
+
<xsd:element ref="TotalComponentInPorts" minOccurs="0"/>
|
|
2697
|
+
<xsd:element name="TotalCompositePorts" type="xsd:positiveInteger" minOccurs="0"/>
|
|
2698
|
+
<xsd:element ref="TotalEthernetPorts" minOccurs="0"/>
|
|
2699
|
+
<xsd:element ref="TotalHdmiPorts" minOccurs="0"/>
|
|
2700
|
+
<xsd:element ref="TotalSVideoInPorts" minOccurs="0"/>
|
|
2701
|
+
<xsd:element ref="TotalVgaInPorts" minOccurs="0"/>
|
|
2702
|
+
<xsd:element ref="TotalVideoOutPorts" minOccurs="0"/>
|
|
2703
|
+
<xsd:element name="ScreenResolution" type="FortyStringNotNull" minOccurs="0"/>
|
|
2704
|
+
<xsd:element name="ScreenTrigger" type="VoltageDecimalDimension" minOccurs="0"/>
|
|
2705
|
+
<xsd:element ref="VerticalKeystoneCorrection" minOccurs="0"/>
|
|
2706
|
+
<xsd:element name="WirelessTechnology" type="StringNotNull" minOccurs="0"
|
|
2707
|
+
maxOccurs="5"/>
|
|
2708
|
+
<xsd:element name="ZoomRatio" type="StringNotNull" minOccurs="0"/>
|
|
2709
|
+
<xsd:element ref="ZoomType" minOccurs="0"/>
|
|
2710
|
+
<xsd:element ref="Efficiency" minOccurs="0"/>
|
|
2711
|
+
</xsd:sequence>
|
|
2712
|
+
</xsd:complexType>
|
|
2713
|
+
</xsd:element>
|
|
2714
|
+
|
|
2715
|
+
<xsd:element name="VCR">
|
|
2716
|
+
<xsd:complexType>
|
|
2717
|
+
<xsd:sequence>
|
|
2718
|
+
<xsd:element ref="BuiltInMedia" minOccurs="0" maxOccurs="3"/>
|
|
2719
|
+
<xsd:element ref="TotalCoaxialInputs" minOccurs="0"/>
|
|
2720
|
+
<xsd:element ref="PowerPlugType" minOccurs="0"/>
|
|
2721
|
+
</xsd:sequence>
|
|
2722
|
+
</xsd:complexType>
|
|
2723
|
+
</xsd:element>
|
|
2724
|
+
|
|
2725
|
+
<xsd:element name="CETelescope">
|
|
2726
|
+
<xsd:complexType>
|
|
2727
|
+
<xsd:sequence>
|
|
2728
|
+
<xsd:element name="BatteryChargeCycles" type="xsd:positiveInteger" minOccurs="0"/>
|
|
2729
|
+
<xsd:element ref="BatteryCellType" minOccurs="0"/>
|
|
2730
|
+
<xsd:element ref="BatteryPower" minOccurs="0"/>
|
|
2731
|
+
<xsd:element ref="BoxContents" minOccurs="0"/>
|
|
2732
|
+
<xsd:element name="CableLength" type="LengthDimension" minOccurs="0"/>
|
|
2733
|
+
<xsd:element ref="CoatingDescription" minOccurs="0"/>
|
|
2734
|
+
<xsd:element ref="CompatibleMountings" minOccurs="0"/>
|
|
2735
|
+
<xsd:element name="Conductor" type="StringNotNull" minOccurs="0"/>
|
|
2736
|
+
<xsd:element ref="ConnectorGender" minOccurs="0" maxOccurs="5"/>
|
|
2737
|
+
<xsd:element ref="DigitalZoom" minOccurs="0"/>
|
|
2738
|
+
<xsd:element ref="FinishType" minOccurs="0"/>
|
|
2739
|
+
<xsd:element ref="FixedFocalLength" minOccurs="0"/>
|
|
2740
|
+
<xsd:element ref="FocusType" minOccurs="0"/>
|
|
2741
|
+
<xsd:element ref="ImageStabilization" minOccurs="0"/>
|
|
2742
|
+
<xsd:element ref="MaxAperture" minOccurs="0"/>
|
|
2743
|
+
<xsd:element ref="MaxFocalLength" minOccurs="0"/>
|
|
2744
|
+
<xsd:element name="MemorySlotsAvailable" type="StringNotNull" minOccurs="0"/>
|
|
2745
|
+
<xsd:element ref="MinAperture" minOccurs="0"/>
|
|
2746
|
+
<xsd:element ref="OpticalZoom" minOccurs="0"/>
|
|
2747
|
+
<xsd:element name="PowerSource" type="FortyStringNotNull" minOccurs="0"/>
|
|
2748
|
+
<xsd:element name="RemoteControlDescription" type="StringNotNull" minOccurs="0"/>
|
|
2749
|
+
<xsd:element name="SoftwareIncluded" type="LongStringNotNull" minOccurs="0"/>
|
|
2750
|
+
<xsd:element ref="TotalFirewirePorts" minOccurs="0"/>
|
|
2751
|
+
<xsd:element name="TotalSVideoOutPorts" type="xsd:positiveInteger" minOccurs="0"/>
|
|
2752
|
+
<xsd:element ref="TotalUSBPorts" minOccurs="0"/>
|
|
2753
|
+
<xsd:element ref="ViewFinderType" minOccurs="0"/>
|
|
2754
|
+
<xsd:element ref="Efficiency" minOccurs="0"/>
|
|
2755
|
+
</xsd:sequence>
|
|
2756
|
+
</xsd:complexType>
|
|
2757
|
+
</xsd:element>
|
|
2758
|
+
|
|
2759
|
+
|
|
2760
|
+
<!--
|
|
2761
|
+
###############################################################
|
|
2762
|
+
# Attributes Common Across PTDs
|
|
2763
|
+
###############################################################
|
|
2764
|
+
-->
|
|
2765
|
+
<xsd:element name="AmplifierType" type="StringNotNull"/>
|
|
2766
|
+
<xsd:element name="BluRayRegion" type="BluRayRegionType"/>
|
|
2767
|
+
<xsd:element name="BoxContents" type="StringNotNull"/>
|
|
2768
|
+
<xsd:element name="CameraFilmSpeed" type="xsd:positiveInteger"/>
|
|
2769
|
+
<xsd:element name="CameraFlash" type="StringNotNull"/>
|
|
2770
|
+
<xsd:element name="CoatingDescription" type="StringNotNull"/>
|
|
2771
|
+
<xsd:element name="CompatibleMountings" type="StringNotNull"/>
|
|
2772
|
+
<xsd:element name="ContinuousShootingSpeed" type="ContinuousShootingDimension"/>
|
|
2773
|
+
<xsd:element name="ThreeDTechnology" type="ThreeDTechnologyValues"/>
|
|
2774
|
+
<xsd:element name="AnalogRGBInput" type="StringNotNull"/>
|
|
2775
|
+
<xsd:element name="AudioEncoding" type="AudioEncodingType"/>
|
|
2776
|
+
<xsd:element name="Language" type="LanguageStringType"/>
|
|
2777
|
+
<xsd:element name="BuiltInMedia" type="StringNotNull"/>
|
|
2778
|
+
<xsd:element name="BaseLength" type="LengthDimension"/>
|
|
2779
|
+
<xsd:element name="BaseWidth" type="LengthDimension"/>
|
|
2780
|
+
<xsd:element name="BatteryCellType" type="BatteryCellTypeValues"/>
|
|
2781
|
+
<xsd:element name="BatteryPower" type="BatteryPowerIntegerDimension"/>
|
|
2782
|
+
<xsd:element name="BiAmpable" type="StringNotNull"/>
|
|
2783
|
+
<xsd:element name="CalibrationTechnology" type="StringNotNull"/>
|
|
2784
|
+
<xsd:element name="CameraDescription" type="StringNotNull"/>
|
|
2785
|
+
<xsd:element name="ConnectorGender" type="StringNotNull"/>
|
|
2786
|
+
<xsd:element name="ConnectorTypeUsedOnCable" type="StringNotNull"/>
|
|
2787
|
+
<xsd:element name="ControlType" type="StringNotNull"/>
|
|
2788
|
+
<xsd:element name="ControllerType" type="StringNotNull"/>
|
|
2789
|
+
<xsd:element name="DurationOfMapService" type="StringNotNull"/>
|
|
2790
|
+
<xsd:element name="DigitalZoom" type="ZoomDimension"/>
|
|
2791
|
+
<xsd:element name="DVDRegion" type="xsd:nonNegativeInteger"/>
|
|
2792
|
+
<xsd:element name="EffectiveStillResolution" type="ResolutionDimension"/>
|
|
2793
|
+
<xsd:element name="Efficiency" type="StringNotNull"/>
|
|
2794
|
+
<xsd:element name="EnclosureFinish" type="StringNotNull"/>
|
|
2795
|
+
<xsd:element name="EuEnergyLabelEfficiencyClass">
|
|
2796
|
+
<xsd:simpleType>
|
|
2797
|
+
<xsd:restriction base="xsd:string">
|
|
2798
|
+
<xsd:enumeration value="a"/>
|
|
2799
|
+
<xsd:enumeration value="a_plus"/>
|
|
2800
|
+
<xsd:enumeration value="a_plus_plus"/>
|
|
2801
|
+
<xsd:enumeration value="a_plus_plus_plus"/>
|
|
2802
|
+
<xsd:enumeration value="b"/>
|
|
2803
|
+
<xsd:enumeration value="c"/>
|
|
2804
|
+
<xsd:enumeration value="d"/>
|
|
2805
|
+
<xsd:enumeration value="e"/>
|
|
2806
|
+
<xsd:enumeration value="f"/>
|
|
2807
|
+
<xsd:enumeration value="g"/>
|
|
2808
|
+
</xsd:restriction>
|
|
2809
|
+
</xsd:simpleType>
|
|
2810
|
+
</xsd:element>
|
|
2811
|
+
<xsd:element name="FinishType" type="StringNotNull"/>
|
|
2812
|
+
<xsd:element name="FixedFocalLength" type="LengthDimension"/>
|
|
2813
|
+
<xsd:element name="FitType" type="StringNotNull"/>
|
|
2814
|
+
<xsd:element name="FlashDedication" type="StringNotNull"/>
|
|
2815
|
+
<xsd:element name="FlashModesDescription" type="StringNotNull"/>
|
|
2816
|
+
<xsd:element name="FocusType" type="StringNotNull"/>
|
|
2817
|
+
<xsd:element name="FrontPanelInputs" type="StringNotNull"/>
|
|
2818
|
+
<xsd:element name="GuideNumber" type="StringNotNull"/>
|
|
2819
|
+
<xsd:element name="HorizontalKeystoneCorrection" type="LengthDimension"/>
|
|
2820
|
+
<xsd:element name="IncludedFeatures" type="StringNotNull"/>
|
|
2821
|
+
<xsd:element name="MaximumSupportedScreenSize" type="LengthDimension"/>
|
|
2822
|
+
<xsd:element name="ScreenDimensions" type="StringNotNull"/>
|
|
2823
|
+
<xsd:element name="Shape" type="StringNotNull"/>
|
|
2824
|
+
<xsd:element name="ThrowRatio" type="StringNotNull"/>
|
|
2825
|
+
<xsd:element name="SurgeProtectionRating" type="EnergyRatingType"/>
|
|
2826
|
+
<xsd:element name="MaxWeightCapacity" type="WeightDimension"/>
|
|
2827
|
+
<xsd:element name="MaxWeightRecommendation" type="WeightDimension"/>
|
|
2828
|
+
<xsd:element name="MediaLayers" type="xsd:positiveInteger"/>
|
|
2829
|
+
<xsd:element name="MidRangeSpeakerMaterial" type="StringNotNull"/>
|
|
2830
|
+
<xsd:element name="MidRangeSpeakerDiameter" type="LengthDimension"/>
|
|
2831
|
+
<xsd:element name="MinFocalLength" type="LengthDimension"/>
|
|
2832
|
+
<xsd:element name="MaxFocalLength" type="LengthDimension"/>
|
|
2833
|
+
<xsd:element name="MinimumSupportedScreenSize" type="LengthDimension"/>
|
|
2834
|
+
<xsd:element name="MountingPattern" type="StringNotNull"/>
|
|
2835
|
+
<xsd:element name="MountingType" type="StringNotNull"/>
|
|
2836
|
+
<xsd:element name="NumberOfHandsets" type="xsd:positiveInteger"/>
|
|
2837
|
+
<xsd:element name="HeadphoneEarcupMotion" type="StringNotNull"/>
|
|
2838
|
+
<xsd:element name="HeadphoneFormFactor" type="StringNotNull"/>
|
|
2839
|
+
<xsd:element name="MountMotion" type="StringNotNull"/>
|
|
2840
|
+
<xsd:element name="NoiseReductionLevel" type="Dimension"/>
|
|
2841
|
+
<xsd:element name="NumberOfDrivers" type="xsd:positiveInteger"/>
|
|
2842
|
+
<xsd:element name="SignalPassthroughTechnology" type="StringNotNull"/>
|
|
2843
|
+
<xsd:element name="ParentalControlTechnology" type="StringNotNull"/>
|
|
2844
|
+
<xsd:element name="MountBoltPattern" type="StringNotNull"/>
|
|
2845
|
+
<xsd:element name="ProjectionMethod" type="StringNotNull"/>
|
|
2846
|
+
<xsd:element name="AntennaLocation" type="StringNotNull"/>
|
|
2847
|
+
<xsd:element name="AntennaDescription" type="StringNotNull"/>
|
|
2848
|
+
<xsd:element name="Resolution" type="StringNotNull"/>
|
|
2849
|
+
<xsd:element name="SVideoInputType" type="StringNotNull"/>
|
|
2850
|
+
<xsd:element name="ScreenFinish" type="StringNotNull"/>
|
|
2851
|
+
<xsd:element name="VideoShielded" type="StringNotNull"/>
|
|
2852
|
+
<xsd:element name="VideoUpconversionTechnologies" type="StringNotNull"/>
|
|
2853
|
+
<xsd:element name="NumberOfSpeakers" type="xsd:positiveInteger"/>
|
|
2854
|
+
<xsd:element name="GrilleRemoveability" type="StringNotNull"/>
|
|
2855
|
+
<xsd:element name="IsHotShoeIncluded" type="StringNotNull"/>
|
|
2856
|
+
<xsd:element name="ImageStabilization" type="StringNotNull"/>
|
|
2857
|
+
<xsd:element name="SpeakerGrilleMaterial" type="StringNotNull"/>
|
|
2858
|
+
<xsd:element name="MaxAperture" type="ApertureDimension"/>
|
|
2859
|
+
<xsd:element name="MaximumApertureRange" type="StringNotNull"/>
|
|
2860
|
+
<xsd:element name="MaxShutterSpeed" type="StringNotNull"/>
|
|
2861
|
+
<xsd:element name="MaximumWattage" type="WattageDimension"/>
|
|
2862
|
+
<xsd:element name="MinAperture" type="ApertureDimension"/>
|
|
2863
|
+
<xsd:element name="MinShutterSpeed" type="Dimension"/>
|
|
2864
|
+
<xsd:element name="NumberOfRecordingLoops" type="xsd:positiveInteger"/>
|
|
2865
|
+
<xsd:element name="NumberOfRadioBandsSupported" type="xsd:positiveInteger"/>
|
|
2866
|
+
<xsd:element name="OpticalZoom" type="ZoomDimension"/>
|
|
2867
|
+
<xsd:element name="PhotoFilterBayonetSize" type="StringNotNull"/>
|
|
2868
|
+
<xsd:element name="PhotoFilterDropInSize" type="StringNotNull"/>
|
|
2869
|
+
<xsd:element name="PhotoFilterEffectSize" type="StringNotNull"/>
|
|
2870
|
+
<xsd:element name="PhotoFilterMountType" type="StringNotNull"/>
|
|
2871
|
+
<xsd:element name="PhotoFilterThreadSize" type="LengthDimension"/>
|
|
2872
|
+
<xsd:element name="PhotoFilterLensSize" type="LengthDimension"/>
|
|
2873
|
+
<xsd:element name="PowerConsumption" type="PowerDimension"/>
|
|
2874
|
+
<xsd:element name="PowerPlugType" type="PowerPlugType"/>
|
|
2875
|
+
<xsd:element name="RefreshRate" type="FrequencyDimension"/>
|
|
2876
|
+
<xsd:element name="SpeakerCount" type="xsd:positiveInteger"/>
|
|
2877
|
+
<xsd:element name="SpeakerMaximumInputPower" type="PowerDimension"/>
|
|
2878
|
+
<xsd:element name="SubscriptionTermName" type="StringNotNull"/>
|
|
2879
|
+
<xsd:element name="SubwooferWattage" type="WattageDimension"/>
|
|
2880
|
+
<xsd:element name="SubwooferSpeakerMaterial" type="StringNotNull"/>
|
|
2881
|
+
<xsd:element name="SubwooferSpeakerDiameter" type="LengthDimension"/>
|
|
2882
|
+
<xsd:element name="SubwooferPowerTechnology" type="StringNotNull"/>
|
|
2883
|
+
<xsd:element name="InternetApplications" type="StringNotNull"/>
|
|
2884
|
+
<xsd:element name="TotalCoaxialInputs" type="xsd:positiveInteger"/>
|
|
2885
|
+
<xsd:element name="TotalComponentInPorts" type="xsd:positiveInteger"/>
|
|
2886
|
+
<xsd:element name="TotalEthernetPorts" type="xsd:positiveInteger"/>
|
|
2887
|
+
<xsd:element name="TotalFirewirePorts" type="xsd:positiveInteger"/>
|
|
2888
|
+
<xsd:element name="TotalHdmiPorts" type="xsd:positiveInteger"/>
|
|
2889
|
+
<xsd:element name="TotalMicrophonePorts" type="xsd:positiveInteger"/>
|
|
2890
|
+
<xsd:element name="TotalPowerOutlets" type="xsd:positiveInteger"/>
|
|
2891
|
+
<xsd:element name="TotalPreampOutputs" type="xsd:positiveInteger"/>
|
|
2892
|
+
<xsd:element name="TotalSVideoInPorts" type="xsd:positiveInteger"/>
|
|
2893
|
+
<xsd:element name="TotalSubwooferOutputs" type="xsd:positiveInteger"/>
|
|
2894
|
+
<xsd:element name="TotalUSBPorts" type="xsd:positiveInteger"/>
|
|
2895
|
+
<xsd:element name="TotalVgaInPorts" type="xsd:positiveInteger"/>
|
|
2896
|
+
<xsd:element name="TotalVideoOutPorts" type="xsd:positiveInteger"/>
|
|
2897
|
+
<xsd:element name="TrafficFeatures" type="StringNotNull"/>
|
|
2898
|
+
<xsd:element name="TweeterConeMaterialType" type="StringNotNull"/>
|
|
2899
|
+
<xsd:element name="TweeterDriverDiameter" type="LengthDimension"/>
|
|
2900
|
+
<xsd:element name="TweeterSpeakerMaterial" type="StringNotNull"/>
|
|
2901
|
+
<xsd:element name="TweeterSpeakerDiameter" type="LengthDimension"/>
|
|
2902
|
+
<xsd:element name="TweeterSpeakerTechnology" type="StringNotNull"/>
|
|
2903
|
+
<xsd:element name="UniversalRemoteCode" type="xsd:positiveInteger"/>
|
|
2904
|
+
<xsd:element name="VerticalKeystoneCorrection" type="LengthDimension"/>
|
|
2905
|
+
<xsd:element name="VideoEncoding" type="StringNotNull"/>
|
|
2906
|
+
<xsd:element name="ViewFinderType" type="StringNotNull"/>
|
|
2907
|
+
<xsd:element name="WaterResistantDepth" type="LengthDimension"/>
|
|
2908
|
+
<xsd:element name="WaterResistantLevel" type="WaterResistantType"/>
|
|
2909
|
+
<xsd:element name="WaypointsType" type="StringNotNull"/>
|
|
2910
|
+
<xsd:element name="WooferSpeakerMaterial" type="StringNotNull"/>
|
|
2911
|
+
<xsd:element name="WooferSpeakerDiameter" type="LengthDimension"/>
|
|
2912
|
+
<xsd:element name="ZoomType" type="StringNotNull"/>
|
|
2913
|
+
<!--
|
|
2914
|
+
########################################################################################
|
|
2915
|
+
# Graphics Card Definitions
|
|
2916
|
+
########################################################################################
|
|
2917
|
+
-->
|
|
2918
|
+
<xsd:element name="GraphicsCard">
|
|
2919
|
+
<xsd:complexType>
|
|
2920
|
+
<xsd:sequence>
|
|
2921
|
+
<xsd:element name="GraphicsCardDescription" type="MediumStringNotNull" minOccurs="0"/>
|
|
2922
|
+
<xsd:element name="GraphicsCoprocessor" type="StringNotNull" minOccurs="0"/>
|
|
2923
|
+
<xsd:element name="GraphicsProcessorManufacturer" type="StringNotNull" minOccurs="0"/>
|
|
2924
|
+
<xsd:element name="GraphicsCardRamSize" type="MemorySizeDimension" minOccurs="0"/>
|
|
2925
|
+
<xsd:element name="GraphicsCardInterface" type="TwentyStringNotNull" minOccurs="0"/>
|
|
2926
|
+
</xsd:sequence>
|
|
2927
|
+
</xsd:complexType>
|
|
2928
|
+
</xsd:element>
|
|
2929
|
+
<xsd:complexType name="Connection">
|
|
2930
|
+
<xsd:sequence>
|
|
2931
|
+
<xsd:element name="ConnectionType" type="String"/>
|
|
2932
|
+
<xsd:element name="NumberOfConnections" type="xsd:positiveInteger"/>
|
|
2933
|
+
</xsd:sequence>
|
|
2934
|
+
</xsd:complexType>
|
|
2935
|
+
</xsd:schema>
|