amazon_feed_validator 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +11 -0
- data/.rspec +3 -0
- data/.rubocop.yml +13 -0
- data/.travis.yml +5 -0
- data/Amazon.xsd +92 -0
- data/CHANGELOG.md +6 -0
- data/Gemfile +6 -0
- data/Gemfile.lock +72 -0
- data/LICENSE.txt +21 -0
- data/README.md +43 -0
- data/Rakefile +27 -0
- data/amazon_feed_validator.gemspec +31 -0
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/lib/amazon_feed_validator.rb +10 -0
- data/lib/amazon_feed_validator/constructor_methods.rb +12 -0
- data/lib/amazon_feed_validator/feed_validator.rb +37 -0
- data/lib/amazon_feed_validator/version.rb +3 -0
- data/lib/rake_tasks.rb +2 -0
- data/lib/tasks/amazon.rake +46 -0
- data/lib/xsd/AdditionalProductInformation.xsd +23 -0
- data/lib/xsd/Amazon.xsd +92 -0
- data/lib/xsd/Arts.xsd +144 -0
- data/lib/xsd/AutoAccessory.xsd +2103 -0
- data/lib/xsd/Baby.xsd +234 -0
- data/lib/xsd/Beauty.xsd +1107 -0
- data/lib/xsd/Books.xsd +210 -0
- data/lib/xsd/CE.xsd +2935 -0
- data/lib/xsd/CameraPhoto.xsd +2719 -0
- data/lib/xsd/ClothingAccessories.xsd +128 -0
- data/lib/xsd/Coins.xsd +129 -0
- data/lib/xsd/Collectibles.xsd +83 -0
- data/lib/xsd/Computers.xsd +2414 -0
- data/lib/xsd/EUCompliance.xsd +24 -0
- data/lib/xsd/EducationSupplies.xsd +215 -0
- data/lib/xsd/EntertainmentCollectibles.xsd +106 -0
- data/lib/xsd/FBA.xsd +28 -0
- data/lib/xsd/FoodAndBeverages.xsd +1397 -0
- data/lib/xsd/FoodServiceAndJanSan.xsd +216 -0
- data/lib/xsd/FulfillmentCenter.xsd +57 -0
- data/lib/xsd/Furniture.xsd +98 -0
- data/lib/xsd/GiftCards.xsd +102 -0
- data/lib/xsd/Gourmet.xsd +100 -0
- data/lib/xsd/Health.xsd +1232 -0
- data/lib/xsd/Home.xsd +5642 -0
- data/lib/xsd/HomeImprovement.xsd +1234 -0
- data/lib/xsd/Industrial.xsd +962 -0
- data/lib/xsd/Inventory.xsd +49 -0
- data/lib/xsd/Jewelry.xsd +1123 -0
- data/lib/xsd/LabSupplies.xsd +411 -0
- data/lib/xsd/LargeAppliances.xsd +650 -0
- data/lib/xsd/Lighting.xsd +278 -0
- data/lib/xsd/Listings.xsd +32 -0
- data/lib/xsd/Luggage.xsd +121 -0
- data/lib/xsd/LuxuryBeauty.xsd +108 -0
- data/lib/xsd/MaterialHandling.xsd +112 -0
- data/lib/xsd/MechanicalFasteners.xsd +174 -0
- data/lib/xsd/Miscellaneous.xsd +157 -0
- data/lib/xsd/Motorcycles.xsd +351 -0
- data/lib/xsd/Music.xsd +255 -0
- data/lib/xsd/MusicalInstruments.xsd +974 -0
- data/lib/xsd/Office.xsd +1142 -0
- data/lib/xsd/OrderAcknowledgement.xsd +55 -0
- data/lib/xsd/OrderAdjustment.xsd +175 -0
- data/lib/xsd/OrderFulfillment.xsd +65 -0
- data/lib/xsd/Outdoors.xsd +1041 -0
- data/lib/xsd/Override.xsd +48 -0
- data/lib/xsd/PetSupplies.xsd +216 -0
- data/lib/xsd/PowerTransmission.xsd +87 -0
- data/lib/xsd/Price.xsd +227 -0
- data/lib/xsd/ProcessingReport.xsd +87 -0
- data/lib/xsd/Product.xsd +1332 -0
- data/lib/xsd/ProductClothing.xsd +334 -0
- data/lib/xsd/ProductImage.xsd +57 -0
- data/lib/xsd/ProfessionalHealthCare.xsd +135 -0
- data/lib/xsd/RawMaterials.xsd +125 -0
- data/lib/xsd/Relationship.xsd +47 -0
- data/lib/xsd/SWVG.xsd +358 -0
- data/lib/xsd/SettlementReport.xsd +258 -0
- data/lib/xsd/Shoes.xsd +240 -0
- data/lib/xsd/Sports.xsd +790 -0
- data/lib/xsd/SportsMemorabilia.xsd +66 -0
- data/lib/xsd/ThreeDPrinting.xsd +105 -0
- data/lib/xsd/TiresAndWheels.xsd +358 -0
- data/lib/xsd/Tools.xsd +84 -0
- data/lib/xsd/Toys.xsd +632 -0
- data/lib/xsd/ToysBaby.xsd +337 -0
- data/lib/xsd/Video.xsd +406 -0
- data/lib/xsd/WineAndAlcohol.xsd +197 -0
- data/lib/xsd/Wireless.xsd +134 -0
- data/lib/xsd/amzn-base.xsd +4845 -0
- data/lib/xsd/amzn-envelope.xsd +98 -0
- data/lib/xsd/amzn-header.xsd +45 -0
- metadata +235 -0
|
@@ -0,0 +1,128 @@
|
|
|
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
|
+
$Date: 2012/03/23 $
|
|
6
|
+
|
|
7
|
+
AMAZON.COM CONFIDENTIAL. This document and the information contained in it are
|
|
8
|
+
confidential and proprietary information of Amazon.com and may not be reproduced,
|
|
9
|
+
distributed or used, in whole or in part, for any purpose other than as necessary
|
|
10
|
+
to list products for sale on the www.amazon.com web site pursuant to an agreement
|
|
11
|
+
with Amazon.com.
|
|
12
|
+
-->
|
|
13
|
+
<xsd:include schemaLocation="amzn-base.xsd"/>
|
|
14
|
+
<xsd:element name="ClothingAccessories">
|
|
15
|
+
<xsd:complexType>
|
|
16
|
+
<xsd:sequence>
|
|
17
|
+
<xsd:element name="VariationData" minOccurs="0">
|
|
18
|
+
<xsd:complexType>
|
|
19
|
+
<xsd:sequence>
|
|
20
|
+
<xsd:element name="Parentage" minOccurs="0">
|
|
21
|
+
<xsd:simpleType>
|
|
22
|
+
<xsd:restriction base="xsd:string">
|
|
23
|
+
<xsd:enumeration value="parent"/>
|
|
24
|
+
<xsd:enumeration value="child"/>
|
|
25
|
+
</xsd:restriction>
|
|
26
|
+
</xsd:simpleType>
|
|
27
|
+
</xsd:element>
|
|
28
|
+
<xsd:element name="Size" type="StringNotNull" minOccurs="0"/>
|
|
29
|
+
<xsd:element name="Color" type="StringNotNull" minOccurs="0"/>
|
|
30
|
+
<xsd:element name="VariationTheme" minOccurs="0">
|
|
31
|
+
<xsd:simpleType>
|
|
32
|
+
<xsd:restriction base="xsd:string">
|
|
33
|
+
<xsd:enumeration value="Size"/>
|
|
34
|
+
<xsd:enumeration value="Color"/>
|
|
35
|
+
<xsd:enumeration value="SizeColor"/>
|
|
36
|
+
</xsd:restriction>
|
|
37
|
+
</xsd:simpleType>
|
|
38
|
+
</xsd:element>
|
|
39
|
+
</xsd:sequence>
|
|
40
|
+
</xsd:complexType>
|
|
41
|
+
</xsd:element>
|
|
42
|
+
<xsd:element name="ClassificationData">
|
|
43
|
+
<xsd:complexType>
|
|
44
|
+
<xsd:sequence>
|
|
45
|
+
<xsd:element name="Department" type="StringNotNull"/>
|
|
46
|
+
<xsd:element name="ColorMap" type="String" minOccurs="0"/>
|
|
47
|
+
<xsd:element name="SpecialSizeType" type="String" minOccurs="0"/>
|
|
48
|
+
<xsd:element name="SpecialFeature" type="LongString" minOccurs="0"
|
|
49
|
+
maxOccurs="2"/>
|
|
50
|
+
<xsd:element name="MaterialAndFabric" type="HundredString" minOccurs="0"
|
|
51
|
+
maxOccurs="4"/>
|
|
52
|
+
<xsd:element name="ImportDesignation" type="String" minOccurs="0" />
|
|
53
|
+
<xsd:element name="CountryAsLabeled" type="CountryOfOriginType" minOccurs="0"/>
|
|
54
|
+
<xsd:element name="FurDescription" type="LongString" minOccurs="0"/>
|
|
55
|
+
<xsd:element name="MaterialOpacity" type="HundredString" minOccurs="0"/>
|
|
56
|
+
<xsd:element name="FabricWash" type="String" minOccurs="0"/>
|
|
57
|
+
<xsd:element name="PatternStyle" type="String" minOccurs="0"/>
|
|
58
|
+
<xsd:element name="FitType" type="String" minOccurs="0"/>
|
|
59
|
+
<xsd:element name="WaterResistanceLevel" type="WaterResistantType"
|
|
60
|
+
minOccurs="0"/>
|
|
61
|
+
<xsd:element name="ApparelClosureType" type="LongString" minOccurs="0"/>
|
|
62
|
+
<xsd:element name="ButtonQuantity" type="xsd:nonNegativeInteger"
|
|
63
|
+
minOccurs="0"/>
|
|
64
|
+
<xsd:element name="ControlType" type="String" minOccurs="0"/>
|
|
65
|
+
<xsd:element name="OccasionAndLifestyle" type="LongString" minOccurs="0"/>
|
|
66
|
+
<xsd:element name="StyleName" type="StringNotNull" minOccurs="0"/>
|
|
67
|
+
<xsd:element name="StyleNumber" type="StringNotNull" minOccurs="0"/>
|
|
68
|
+
<xsd:element name="CollarType" type="String" minOccurs="0"/>
|
|
69
|
+
<xsd:element name="SleeveType" type="String" minOccurs="0"/>
|
|
70
|
+
<xsd:element name="CuffType" type="String" minOccurs="0"/>
|
|
71
|
+
<xsd:element name="PocketDescription" type="String" minOccurs="0"/>
|
|
72
|
+
<xsd:element name="FrontPleatType" type="String" minOccurs="0"/>
|
|
73
|
+
<xsd:element name="TopStyle" type="String" minOccurs="0"/>
|
|
74
|
+
<xsd:element name="BottomStyle" type="String" minOccurs="0"/>
|
|
75
|
+
<xsd:element name="SizeMap" type="StringNotNull" minOccurs="0"/>
|
|
76
|
+
<xsd:element name="WaistSize" type="ClothingSizeDimension" minOccurs="0"/>
|
|
77
|
+
<xsd:element name="InseamLength" type="ClothingSizeDimension"
|
|
78
|
+
minOccurs="0"/>
|
|
79
|
+
<xsd:element name="SleeveLength" type="ClothingSizeDimension"
|
|
80
|
+
minOccurs="0"/>
|
|
81
|
+
<xsd:element name="NeckSize" type="ClothingSizeDimension" minOccurs="0"/>
|
|
82
|
+
<xsd:element name="NeckStyle" type="String" minOccurs="0"/>
|
|
83
|
+
<xsd:element name="ChestSize" type="ClothingSizeDimension" minOccurs="0"/>
|
|
84
|
+
<xsd:element name="CupSize" minOccurs="0">
|
|
85
|
+
<xsd:simpleType>
|
|
86
|
+
<xsd:restriction base="xsd:string">
|
|
87
|
+
<xsd:enumeration value="A"/>
|
|
88
|
+
<xsd:enumeration value="AA"/>
|
|
89
|
+
<xsd:enumeration value="B"/>
|
|
90
|
+
<xsd:enumeration value="C"/>
|
|
91
|
+
<xsd:enumeration value="D"/>
|
|
92
|
+
<xsd:enumeration value="DD"/>
|
|
93
|
+
<xsd:enumeration value="DDD"/>
|
|
94
|
+
<xsd:enumeration value="E"/>
|
|
95
|
+
<xsd:enumeration value="EE"/>
|
|
96
|
+
<xsd:enumeration value="F"/>
|
|
97
|
+
<xsd:enumeration value="FF"/>
|
|
98
|
+
<xsd:enumeration value="G"/>
|
|
99
|
+
<xsd:enumeration value="GG"/>
|
|
100
|
+
<xsd:enumeration value="H"/>
|
|
101
|
+
<xsd:enumeration value="I"/>
|
|
102
|
+
<xsd:enumeration value="J"/>
|
|
103
|
+
<xsd:enumeration value="Free"/>
|
|
104
|
+
</xsd:restriction>
|
|
105
|
+
</xsd:simpleType>
|
|
106
|
+
</xsd:element>
|
|
107
|
+
<xsd:element name="UnderwireType" type="String" minOccurs="0"/>
|
|
108
|
+
<xsd:element name="ShoeWidth" type="String" minOccurs="0"/>
|
|
109
|
+
<xsd:element name="ItemRise" type="LengthDimension" minOccurs="0"/>
|
|
110
|
+
<xsd:element name="RiseStyle" type="String" minOccurs="0"/>
|
|
111
|
+
<xsd:element name="LegDiameter" type="LengthDimension" minOccurs="0"/>
|
|
112
|
+
<xsd:element name="LegStyle" type="String" minOccurs="0"/>
|
|
113
|
+
<xsd:element name="BeltStyle" type="String" minOccurs="0"/>
|
|
114
|
+
<xsd:element name="StrapType" type="StringNotNull" minOccurs="0"/>
|
|
115
|
+
<xsd:element name="ToeStyle" type="String" minOccurs="0"/>
|
|
116
|
+
<xsd:element name="Theme" type="LongString" minOccurs="0"/>
|
|
117
|
+
<xsd:element name="Character" type="HundredString" minOccurs="0"/>
|
|
118
|
+
<xsd:element name="LaptopCapacity" type="String" minOccurs="0"/>
|
|
119
|
+
<xsd:element name="IsStainResistant" type="xsd:boolean" minOccurs="0"/>
|
|
120
|
+
<xsd:element name="NumberOfPieces" type="PositiveInteger" minOccurs="0"/>
|
|
121
|
+
<xsd:element name="WheelType" type="String" minOccurs="0"/>
|
|
122
|
+
</xsd:sequence>
|
|
123
|
+
</xsd:complexType>
|
|
124
|
+
</xsd:element>
|
|
125
|
+
</xsd:sequence>
|
|
126
|
+
</xsd:complexType>
|
|
127
|
+
</xsd:element>
|
|
128
|
+
</xsd:schema>
|
data/lib/xsd/Coins.xsd
ADDED
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
<!-- edited with XMLSpy v2010 rel. 2 (http://www.altova.com) by V Swetha (amazon.com) -->
|
|
3
|
+
<!-- Revision="$Revision: #1 $" -->
|
|
4
|
+
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
|
|
5
|
+
<!--
|
|
6
|
+
$Date: 2012/05/09 $
|
|
7
|
+
AMAZON.COM CONFIDENTIAL. This document and the information contained in it are
|
|
8
|
+
confidential and proprietary information of Amazon.com and may not be reproduced,
|
|
9
|
+
distributed or used, in whole or in part, for any purpose other than as necessary
|
|
10
|
+
to list products for sale on the www.amazon.com web site pursuant to an agreement
|
|
11
|
+
with Amazon.com.
|
|
12
|
+
-->
|
|
13
|
+
<xsd:include schemaLocation="amzn-base.xsd"/>
|
|
14
|
+
<!--
|
|
15
|
+
Please read the corresponding documentation that contains the recommended values for elements
|
|
16
|
+
of type StringNotNull.
|
|
17
|
+
-->
|
|
18
|
+
|
|
19
|
+
<xsd:element name="Coins">
|
|
20
|
+
<xsd:complexType>
|
|
21
|
+
<xsd:sequence>
|
|
22
|
+
<xsd:element name="ProductType">
|
|
23
|
+
<xsd:complexType>
|
|
24
|
+
<xsd:choice>
|
|
25
|
+
<xsd:element ref="Coin"/>
|
|
26
|
+
<xsd:element ref="CollectibleCoins"/>
|
|
27
|
+
<xsd:element ref="Bullion"/>
|
|
28
|
+
</xsd:choice>
|
|
29
|
+
</xsd:complexType>
|
|
30
|
+
</xsd:element>
|
|
31
|
+
</xsd:sequence>
|
|
32
|
+
</xsd:complexType>
|
|
33
|
+
</xsd:element>
|
|
34
|
+
<xsd:element name="Coin">
|
|
35
|
+
<xsd:complexType>
|
|
36
|
+
<xsd:sequence>
|
|
37
|
+
<xsd:element name="ModelYear" type="FourDigitYear" minOccurs="0" maxOccurs="10"/>
|
|
38
|
+
<xsd:element name="MintMark" type="StringNotNull" minOccurs="0"/>
|
|
39
|
+
<xsd:element name="DenominationUnit" type="StringNotNull" minOccurs="0"/>
|
|
40
|
+
<xsd:element name="SeriesTitle" type="StringNotNull" minOccurs="0"/>
|
|
41
|
+
<xsd:element name="Variety" type="StringNotNull" minOccurs="0"/>
|
|
42
|
+
<xsd:element name="SubVariety" type="StringNotNull" minOccurs="0"/>
|
|
43
|
+
<xsd:element name="ItemStyling" type="StringNotNull" minOccurs="0"/>
|
|
44
|
+
<xsd:element name="GradedBy" type="StringNotNull" minOccurs="0"/>
|
|
45
|
+
<xsd:element name="GradeRating" type="StringNotNull" minOccurs="0"/>
|
|
46
|
+
<xsd:element name="CertificateNumber" type="StringNotNull" minOccurs="0"/>
|
|
47
|
+
<xsd:element name="UnitGrouping" type="StringNotNull" minOccurs="0"/>
|
|
48
|
+
<xsd:element name="EachUnitCount" type="PositiveInteger" minOccurs="0"/>
|
|
49
|
+
<xsd:element name="StyleName" type="StringNotNull" minOccurs="0"/>
|
|
50
|
+
<xsd:element name="Designation" type="StringNotNull" minOccurs="0"/>
|
|
51
|
+
<xsd:element name="EdgeStyle" type="StringNotNull" minOccurs="0"/>
|
|
52
|
+
<xsd:element name="Designer" type="StringNotNull" minOccurs="0"/>
|
|
53
|
+
<xsd:element name="ArtistID" type="StringNotNull" minOccurs="0"/>
|
|
54
|
+
<xsd:element name="EstatePeriod" type="StringNotNull" minOccurs="0"/>
|
|
55
|
+
<xsd:element name="UnitCoint" type="xsd:decimal" minOccurs="0"/>
|
|
56
|
+
<xsd:element name="MaterialType" type="StringNotNull" minOccurs="0"/>
|
|
57
|
+
<xsd:element name="ItemDiameter" type="LengthDimension" minOccurs="0"/>
|
|
58
|
+
<xsd:element name="TotalMetalWeight" type="WeightDimension" minOccurs="0"/>
|
|
59
|
+
<xsd:element name="MetalStamp" type="StringNotNull" minOccurs="0"/>
|
|
60
|
+
<xsd:element name="CountryOfOrigin" type="CountryOfOriginType" minOccurs="0"/>
|
|
61
|
+
<xsd:element name="LabelDescription" type="StringNotNull" minOccurs="0"/>
|
|
62
|
+
</xsd:sequence>
|
|
63
|
+
</xsd:complexType>
|
|
64
|
+
</xsd:element>
|
|
65
|
+
<xsd:element name="CollectibleCoins">
|
|
66
|
+
<xsd:complexType>
|
|
67
|
+
<xsd:sequence>
|
|
68
|
+
<xsd:element name="ModelYear" type="FourDigitYear" minOccurs="0" maxOccurs="10"/>
|
|
69
|
+
<xsd:element name="MintMark" type="StringNotNull" minOccurs="0"/>
|
|
70
|
+
<xsd:element name="DenominationUnit" type="StringNotNull" minOccurs="0"/>
|
|
71
|
+
<xsd:element name="SeriesTitle" type="StringNotNull" minOccurs="0"/>
|
|
72
|
+
<xsd:element name="Variety" type="StringNotNull" minOccurs="0"/>
|
|
73
|
+
<xsd:element name="SubVariety" type="StringNotNull" minOccurs="0"/>
|
|
74
|
+
<xsd:element name="ItemStyling" type="StringNotNull" minOccurs="0"/>
|
|
75
|
+
<xsd:element name="GradedBy" type="StringNotNull" minOccurs="0"/>
|
|
76
|
+
<xsd:element name="GradeRating" type="StringNotNull" minOccurs="0"/>
|
|
77
|
+
<xsd:element name="CertificateNumber" type="StringNotNull" minOccurs="0"/>
|
|
78
|
+
<xsd:element name="UnitGrouping" type="StringNotNull" minOccurs="0"/>
|
|
79
|
+
<xsd:element name="EachUnitCount" type="PositiveInteger" minOccurs="0"/>
|
|
80
|
+
<xsd:element name="StyleName" type="StringNotNull" minOccurs="0"/>
|
|
81
|
+
<xsd:element name="Designation" type="StringNotNull" minOccurs="0"/>
|
|
82
|
+
<xsd:element name="EdgeStyle" type="StringNotNull" minOccurs="0"/>
|
|
83
|
+
<xsd:element name="Designer" type="StringNotNull" minOccurs="0"/>
|
|
84
|
+
<xsd:element name="ArtistID" type="StringNotNull" minOccurs="0"/>
|
|
85
|
+
<xsd:element name="EstatePeriod" type="StringNotNull" minOccurs="0"/>
|
|
86
|
+
<xsd:element name="UnitCoint" type="xsd:decimal" minOccurs="0"/>
|
|
87
|
+
<xsd:element name="MaterialType" type="StringNotNull" minOccurs="0"/>
|
|
88
|
+
<xsd:element name="ItemDiameter" type="LengthDimension" minOccurs="0"/>
|
|
89
|
+
<xsd:element name="TotalMetalWeight" type="WeightDimension" minOccurs="0"/>
|
|
90
|
+
<xsd:element name="MetalStamp" type="StringNotNull" minOccurs="0"/>
|
|
91
|
+
<xsd:element name="CountryOfOrigin" type="CountryOfOriginType" minOccurs="0"/>
|
|
92
|
+
<xsd:element name="LabelDescription" type="StringNotNull" minOccurs="0"/>
|
|
93
|
+
|
|
94
|
+
</xsd:sequence>
|
|
95
|
+
</xsd:complexType>
|
|
96
|
+
</xsd:element>
|
|
97
|
+
<xsd:element name="Bullion">
|
|
98
|
+
<xsd:complexType>
|
|
99
|
+
<xsd:sequence>
|
|
100
|
+
<xsd:element name="ModelYear" type="FourDigitYear" minOccurs="0" maxOccurs="10"/>
|
|
101
|
+
<xsd:element name="MintMark" type="StringNotNull" minOccurs="0"/>
|
|
102
|
+
<xsd:element name="DenominationUnit" type="StringNotNull" minOccurs="0"/>
|
|
103
|
+
<xsd:element name="SeriesTitle" type="StringNotNull" minOccurs="0"/>
|
|
104
|
+
<xsd:element name="Variety" type="StringNotNull" minOccurs="0"/>
|
|
105
|
+
<xsd:element name="SubVariety" type="StringNotNull" minOccurs="0"/>
|
|
106
|
+
<xsd:element name="ItemStyling" type="StringNotNull" minOccurs="0"/>
|
|
107
|
+
<xsd:element name="GradedBy" type="StringNotNull" minOccurs="0"/>
|
|
108
|
+
<xsd:element name="GradeRating" type="StringNotNull" minOccurs="0"/>
|
|
109
|
+
<xsd:element name="CertificateNumber" type="StringNotNull" minOccurs="0"/>
|
|
110
|
+
<xsd:element name="UnitGrouping" type="StringNotNull" minOccurs="0"/>
|
|
111
|
+
<xsd:element name="EachUnitCount" type="PositiveInteger" minOccurs="0"/>
|
|
112
|
+
<xsd:element name="StyleName" type="StringNotNull" minOccurs="0"/>
|
|
113
|
+
<xsd:element name="Designation" type="StringNotNull" minOccurs="0"/>
|
|
114
|
+
<xsd:element name="EdgeStyle" type="StringNotNull" minOccurs="0"/>
|
|
115
|
+
<xsd:element name="Designer" type="StringNotNull" minOccurs="0"/>
|
|
116
|
+
<xsd:element name="ArtistID" type="StringNotNull" minOccurs="0"/>
|
|
117
|
+
<xsd:element name="EstatePeriod" type="StringNotNull" minOccurs="0"/>
|
|
118
|
+
<xsd:element name="UnitCoint" type="xsd:decimal" minOccurs="0"/>
|
|
119
|
+
<xsd:element name="MaterialType" type="StringNotNull" minOccurs="0"/>
|
|
120
|
+
<xsd:element name="ItemDiameter" type="LengthDimension" minOccurs="0"/>
|
|
121
|
+
<xsd:element name="TotalMetalWeight" type="WeightDimension" minOccurs="0"/>
|
|
122
|
+
<xsd:element name="MetalStamp" type="StringNotNull" minOccurs="0"/>
|
|
123
|
+
<xsd:element name="CountryOfOrigin" type="CountryOfOriginType" minOccurs="0"/>
|
|
124
|
+
<xsd:element name="LabelDescription" type="StringNotNull" minOccurs="0"/>
|
|
125
|
+
|
|
126
|
+
</xsd:sequence>
|
|
127
|
+
</xsd:complexType>
|
|
128
|
+
</xsd:element>
|
|
129
|
+
</xsd:schema>
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
<!-- edited with XMLSpy v2010 rel. 2 (http://www.altova.com) by V Swetha (amazon.com) -->
|
|
3
|
+
<!-- Revision="$Revision: #1 $" -->
|
|
4
|
+
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
|
|
5
|
+
<!--
|
|
6
|
+
$Date: 2012/05/09 $
|
|
7
|
+
AMAZON.COM CONFIDENTIAL. This document and the information contained in it are
|
|
8
|
+
confidential and proprietary information of Amazon.com and may not be reproduced,
|
|
9
|
+
distributed or used, in whole or in part, for any purpose other than as necessary
|
|
10
|
+
to list products for sale on the www.amazon.com web site pursuant to an agreement
|
|
11
|
+
with Amazon.com.
|
|
12
|
+
-->
|
|
13
|
+
<xsd:include schemaLocation="amzn-base.xsd"/>
|
|
14
|
+
<!--
|
|
15
|
+
Please read the corresponding documentation that contains the recommended values for elements
|
|
16
|
+
of type StringNotNull.
|
|
17
|
+
-->
|
|
18
|
+
|
|
19
|
+
<xsd:element name="Collectibles">
|
|
20
|
+
<xsd:complexType>
|
|
21
|
+
<xsd:sequence>
|
|
22
|
+
<xsd:element name="ProductType">
|
|
23
|
+
<xsd:complexType>
|
|
24
|
+
<xsd:choice>
|
|
25
|
+
<xsd:element ref="AdvertisementCollectibles"/>
|
|
26
|
+
<xsd:element ref="HistoricalCollectibles"/>
|
|
27
|
+
</xsd:choice>
|
|
28
|
+
</xsd:complexType>
|
|
29
|
+
</xsd:element>
|
|
30
|
+
</xsd:sequence>
|
|
31
|
+
</xsd:complexType>
|
|
32
|
+
</xsd:element>
|
|
33
|
+
<xsd:element name="AdvertisementCollectibles">
|
|
34
|
+
<xsd:complexType>
|
|
35
|
+
<xsd:sequence>
|
|
36
|
+
<xsd:element name="MakeAnOfferMinimumPercentage" type="BinaryInteger" minOccurs="0"/>
|
|
37
|
+
<xsd:element name="DisplayHeight" type="LengthDimension" minOccurs="0"/>
|
|
38
|
+
<xsd:element name="DisplayLength" type="LengthDimension" minOccurs="0"/>
|
|
39
|
+
<xsd:element name="DisplayWidth" type="LengthDimension" minOccurs="0"/>
|
|
40
|
+
<xsd:element name="DisplayWeight" type="WeightDimension" minOccurs="0"/>
|
|
41
|
+
<xsd:element name="Theme" type="StringNotNull" minOccurs="0"/>
|
|
42
|
+
<xsd:element name="AdditionalProductInformation" type="StringNotNull" minOccurs="0"/>
|
|
43
|
+
<xsd:element name="Originality" type="Originality" minOccurs="0"/>
|
|
44
|
+
<xsd:element name="GradeRating" type="StringNotNull" minOccurs="0"/>
|
|
45
|
+
<xsd:element name="Genre" type="StringNotNull" minOccurs="0"/>
|
|
46
|
+
<xsd:element name="AuthenticatedBy" type="StringNotNull" minOccurs="0"/>
|
|
47
|
+
<xsd:element name="GradedBy" type="StringNotNull" minOccurs="0"/>
|
|
48
|
+
<xsd:element name="ModelYear" type="FourDigitYear" minOccurs="0"/>
|
|
49
|
+
<xsd:element name="EstatePeriod" type="StringNotNull" minOccurs="0"/>
|
|
50
|
+
<xsd:element name="SizeName" type="StringNotNull" minOccurs="0"/>
|
|
51
|
+
<xsd:element name="IsVeryHighValue" type="xsd:boolean" minOccurs="0"/>
|
|
52
|
+
<xsd:element name="IsAdultProduct" type="xsd:boolean" minOccurs="0"/>
|
|
53
|
+
<xsd:element name="CertificateNumber" type="HundredString" minOccurs="0"/>
|
|
54
|
+
</xsd:sequence>
|
|
55
|
+
</xsd:complexType>
|
|
56
|
+
</xsd:element>
|
|
57
|
+
<xsd:element name="HistoricalCollectibles">
|
|
58
|
+
<xsd:complexType>
|
|
59
|
+
<xsd:sequence>
|
|
60
|
+
<xsd:element name="MakeAnOfferMinimumPercentage" type="BinaryInteger" minOccurs="0"/>
|
|
61
|
+
<xsd:element name="DisplayHeight" type="LengthDimension" minOccurs="0"/>
|
|
62
|
+
<xsd:element name="DisplayLength" type="LengthDimension" minOccurs="0"/>
|
|
63
|
+
<xsd:element name="DisplayWidth" type="LengthDimension" minOccurs="0"/>
|
|
64
|
+
<xsd:element name="DisplayWeight" type="WeightDimension" minOccurs="0"/>
|
|
65
|
+
<xsd:element name="StyleName" type="StringNotNull" minOccurs="0"/>
|
|
66
|
+
<xsd:element name="Originality" type="Originality" minOccurs="0"/>
|
|
67
|
+
<xsd:element name="GradeRating" type="StringNotNull" minOccurs="0"/>
|
|
68
|
+
<xsd:element name="ModelYear" type="FourDigitYear" minOccurs="0"/>
|
|
69
|
+
<xsd:element name="ModelYearRange" type="StringNotNull" minOccurs="0"/>
|
|
70
|
+
<xsd:element name="EventName" type="StringNotNull" minOccurs="0"/>
|
|
71
|
+
<xsd:element name="AuthenticatedBy" type="StringNotNull" minOccurs="0"/>
|
|
72
|
+
<xsd:element name="GradedBy" type="StringNotNull" minOccurs="0"/>
|
|
73
|
+
<xsd:element name="Contributor" type="StringNotNull" minOccurs="0"/>
|
|
74
|
+
<xsd:element name="CertificateNumber" type="HundredString" minOccurs="0"/>
|
|
75
|
+
<xsd:element name="LimitedEditionNumber" type="HundredString" minOccurs="0"/>
|
|
76
|
+
<xsd:element name="LimitedEditionQuantity" type="PositiveInteger" minOccurs="0"/>
|
|
77
|
+
<xsd:element name="IsAdultProduct" type="xsd:boolean" minOccurs="0"/>
|
|
78
|
+
<xsd:element name="IsVeryHighValue" type="xsd:boolean" minOccurs="0"/>
|
|
79
|
+
<xsd:element name="AdditionalProductInformation" type="StringNotNull" minOccurs="0"/>
|
|
80
|
+
</xsd:sequence>
|
|
81
|
+
</xsd:complexType>
|
|
82
|
+
</xsd:element>
|
|
83
|
+
</xsd:schema>
|
|
@@ -0,0 +1,2414 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
<!-- edited with XMLSpy v2010 rel. 2 (http://www.altova.com) by sunil sachdev (amazon.com) -->
|
|
3
|
+
<!-- Revision="$Revision: #C_1 $" -->
|
|
4
|
+
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
|
|
5
|
+
<!--
|
|
6
|
+
$Date: 2012/03/23 $
|
|
7
|
+
|
|
8
|
+
AMAZON.COM CONFIDENTIAL. This document and the information contained in it are
|
|
9
|
+
confidential and proprietary information of Amazon.com and may not be reproduced,
|
|
10
|
+
distributed or used, in whole or in part, for any purpose other than as necessary
|
|
11
|
+
to list products for sale on the www.amazon.com web site pursuant to an agreement
|
|
12
|
+
with Amazon.com.
|
|
13
|
+
-->
|
|
14
|
+
<xsd:include schemaLocation="amzn-base.xsd"/>
|
|
15
|
+
<!--
|
|
16
|
+
Please read the corresponding documentation that contains the recommended values for elements
|
|
17
|
+
of type StringNotNull.
|
|
18
|
+
-->
|
|
19
|
+
<xsd:element name="Computers">
|
|
20
|
+
<xsd:complexType>
|
|
21
|
+
<xsd:sequence>
|
|
22
|
+
<xsd:element name="ProductType">
|
|
23
|
+
<xsd:complexType>
|
|
24
|
+
<xsd:choice>
|
|
25
|
+
<xsd:element ref="CarryingCaseOrBag"/>
|
|
26
|
+
<xsd:element ref="ComputerAddOn"/>
|
|
27
|
+
<xsd:element ref="ComputerComponent"/>
|
|
28
|
+
<xsd:element ref="ComputerCoolingDevice"/>
|
|
29
|
+
<xsd:element ref="ComputerDriveOrStorage"/>
|
|
30
|
+
<xsd:element ref="ComputerInputDevice"/>
|
|
31
|
+
<xsd:element ref="ComputerProcessor"/>
|
|
32
|
+
<xsd:element ref="ComputerSpeaker"/>
|
|
33
|
+
<xsd:element ref="Computer"/>
|
|
34
|
+
<xsd:element ref="FlashMemory"/>
|
|
35
|
+
<xsd:element ref="InkOrToner"/>
|
|
36
|
+
<xsd:element ref="Keyboards"/>
|
|
37
|
+
<xsd:element ref="MemoryReader"/>
|
|
38
|
+
<xsd:element ref="Monitor"/>
|
|
39
|
+
<xsd:element ref="Motherboard"/>
|
|
40
|
+
<xsd:element ref="NetworkingDevice"/>
|
|
41
|
+
<xsd:element ref="NotebookComputer"/>
|
|
42
|
+
<xsd:element ref="PersonalComputer"/>
|
|
43
|
+
<xsd:element ref="Printer"/>
|
|
44
|
+
<xsd:element ref="RamMemory"/>
|
|
45
|
+
<xsd:element ref="Scanner"/>
|
|
46
|
+
<xsd:element ref="SoundCard"/>
|
|
47
|
+
<xsd:element ref="SystemCabinet"/>
|
|
48
|
+
<xsd:element ref="SystemPowerDevice"/>
|
|
49
|
+
<xsd:element ref="TabletComputer"/>
|
|
50
|
+
<xsd:element ref="VideoCard"/>
|
|
51
|
+
<xsd:element ref="VideoProjector"/>
|
|
52
|
+
<xsd:element ref="Webcam"/>
|
|
53
|
+
</xsd:choice>
|
|
54
|
+
</xsd:complexType>
|
|
55
|
+
</xsd:element>
|
|
56
|
+
<xsd:element name="AssemblyRequired" type="xsd:boolean" minOccurs="0"/>
|
|
57
|
+
<xsd:element ref="Battery" minOccurs="0"/>
|
|
58
|
+
<xsd:element name="BatteryAverageLife" type="PositiveNonZeroDimension" minOccurs="0"/>
|
|
59
|
+
<xsd:element name="BatteryAverageLifeStandby" type="PositiveNonZeroDimension"
|
|
60
|
+
minOccurs="0"/>
|
|
61
|
+
<xsd:element name="BatteryChargeTime" type="PositiveNonZeroDimension" minOccurs="0"/>
|
|
62
|
+
<xsd:element name="Color" type="StringNotNull" minOccurs="0"/>
|
|
63
|
+
<xsd:element name="ColorMap" type="StringNotNull" minOccurs="0"/>
|
|
64
|
+
<xsd:element name="CountryOfOrigin" type="CountryOfOriginType" minOccurs="0"/>
|
|
65
|
+
<xsd:element name="DisplayLength" type="LengthDimension" minOccurs="0"/>
|
|
66
|
+
<xsd:element name="DisplayVolume" type="VolumeDimension" minOccurs="0"/>
|
|
67
|
+
<xsd:element name="DisplayWeight" type="WeightDimension" minOccurs="0"/>
|
|
68
|
+
<xsd:element name="HarmonizedCode" type="StringNotNull" minOccurs="0"/>
|
|
69
|
+
<xsd:element name="IncludedComponents" type="StringNotNull" minOccurs="0" maxOccurs="3"/>
|
|
70
|
+
<xsd:element name="IsPortable" type="xsd:boolean" minOccurs="0" maxOccurs="3"/>
|
|
71
|
+
<xsd:element name="ItemPackageQuantity" type="PositiveInteger" minOccurs="0"/>
|
|
72
|
+
<xsd:element name="LithiumBatteryEnergyContent" type="PositiveInteger" minOccurs="0"/>
|
|
73
|
+
<xsd:element name="LithiumBatteryPackaging" minOccurs="0">
|
|
74
|
+
<xsd:simpleType>
|
|
75
|
+
<xsd:restriction base="xsd:string">
|
|
76
|
+
<xsd:enumeration value="batteries_contained_in_equipment"/>
|
|
77
|
+
<xsd:enumeration value="batteries_only"/>
|
|
78
|
+
<xsd:enumeration value="batteries_packed_with_equipment"/>
|
|
79
|
+
</xsd:restriction>
|
|
80
|
+
</xsd:simpleType>
|
|
81
|
+
</xsd:element>
|
|
82
|
+
<xsd:element name="LithiumBatteryVoltage" type="PositiveInteger" minOccurs="0"/>
|
|
83
|
+
<xsd:element name="LithiumBatteryWeight" type="PositiveInteger" minOccurs="0"/>
|
|
84
|
+
<xsd:element name="ManufacturerWarrantyType" type="StringNotNull" minOccurs="0"/>
|
|
85
|
+
<xsd:element name="MfrWarrantyDescriptionLabor" type="SuperLongStringNotNull"
|
|
86
|
+
minOccurs="0"/>
|
|
87
|
+
<xsd:element name="MfrWarrantyDescriptionParts" type="SuperLongStringNotNull"
|
|
88
|
+
minOccurs="0"/>
|
|
89
|
+
<xsd:element name="NumberOfLithiumIonCells" type="PositiveInteger" minOccurs="0"/>
|
|
90
|
+
<xsd:element name="NumberOfLithiumMetalCells" type="PositiveInteger" minOccurs="0"/>
|
|
91
|
+
<xsd:element name="PowerSource" type="StringNotNull" minOccurs="0"/>
|
|
92
|
+
<xsd:element name="RemoteIncluded" type="StringNotNull" minOccurs="0"/>
|
|
93
|
+
<xsd:element name="Size" type="StringNotNull" minOccurs="0"/>
|
|
94
|
+
<xsd:element name="SellerWarrantyDescription" type="SuperLongStringNotNull"
|
|
95
|
+
minOccurs="0"/>
|
|
96
|
+
<xsd:element name="Warnings" type="LongStringNotNull" minOccurs="0"/>
|
|
97
|
+
<xsd:element name="DeliveryScheduleGroupId" type="LongStringNotNull" minOccurs="0"/>
|
|
98
|
+
</xsd:sequence>
|
|
99
|
+
</xsd:complexType>
|
|
100
|
+
</xsd:element>
|
|
101
|
+
<xsd:element name="ComputerComponent">
|
|
102
|
+
<xsd:complexType>
|
|
103
|
+
<xsd:sequence>
|
|
104
|
+
<xsd:element ref="VariationData" minOccurs="0"/>
|
|
105
|
+
<xsd:element ref="AdditionalFeatures" minOccurs="0"/>
|
|
106
|
+
<xsd:element ref="AudioOutputMode" minOccurs="0"/>
|
|
107
|
+
<xsd:element ref="ChipsetType" minOccurs="0"/>
|
|
108
|
+
<xsd:element name="ComponentMemoryStorageCapacity" minOccurs="0">
|
|
109
|
+
<xsd:complexType>
|
|
110
|
+
<xsd:simpleContent>
|
|
111
|
+
<xsd:extension base="PositiveInteger">
|
|
112
|
+
<xsd:attribute name="unitOfMeasure" type="MemorySizeUnitOfMeasure"
|
|
113
|
+
use="required"/>
|
|
114
|
+
</xsd:extension>
|
|
115
|
+
</xsd:simpleContent>
|
|
116
|
+
</xsd:complexType>
|
|
117
|
+
</xsd:element>
|
|
118
|
+
<xsd:element name="CompatibleProcessorTypes" type="StringNotNull" minOccurs="0"
|
|
119
|
+
maxOccurs="4"/>
|
|
120
|
+
<xsd:element name="ComponentWirelessType" type="ComponentWirelessTypeValues"
|
|
121
|
+
minOccurs="0" maxOccurs="3"/>
|
|
122
|
+
<xsd:element name="CommunicationInterface" type="StringNotNull" minOccurs="0"/>
|
|
123
|
+
<xsd:element ref="ComponentWriteSpeed" minOccurs="0"/>
|
|
124
|
+
<xsd:element name="ConnectorType" type="StringNotNull" minOccurs="0"/>
|
|
125
|
+
<xsd:element name="DigitalAudioCapacity" type="StringNotNull" minOccurs="0"/>
|
|
126
|
+
<xsd:element ref="DigitalMediaFormat" minOccurs="0"/>
|
|
127
|
+
<xsd:element ref="EffectiveInputArea" minOccurs="0"/>
|
|
128
|
+
<xsd:element name="FormFactor" type="StringNotNull" minOccurs="0"/>
|
|
129
|
+
<xsd:element name="HandOrientation" type="StringNotNull" minOccurs="0"/>
|
|
130
|
+
<xsd:element ref="HasAutoFocus" minOccurs="0"/>
|
|
131
|
+
<xsd:element ref="HasProgrammableButtons" minOccurs="0"/>
|
|
132
|
+
<xsd:element ref="HolderCapacity" minOccurs="0"/>
|
|
133
|
+
<xsd:element name="InputType" type="StringNotNull" minOccurs="0"/>
|
|
134
|
+
<xsd:element name="IsAmplifierIntegrated" type="xsd:boolean" minOccurs="0"/>
|
|
135
|
+
<xsd:element name="KeyboardDescription" type="StringNotNull" minOccurs="0"/>
|
|
136
|
+
<xsd:element name="MaterialType" type="StringNotNull" minOccurs="0"/>
|
|
137
|
+
<xsd:element name="MaxOperatingDistance" type="LengthIntegerDimension" minOccurs="0"/>
|
|
138
|
+
<xsd:element ref="MaximumOperatingDistance" minOccurs="0"/>
|
|
139
|
+
<xsd:element ref="MemorySlotsAvailable" minOccurs="0"/>
|
|
140
|
+
<xsd:element ref="MemoryStorageCapacity" minOccurs="0"/>
|
|
141
|
+
<xsd:element ref="ModelNumber" minOccurs="0"/>
|
|
142
|
+
<xsd:element name="MovementDetectionTechnology" type="StringNotNull" minOccurs="0"/>
|
|
143
|
+
<xsd:element ref="NumberOfPorts" minOccurs="0"/>
|
|
144
|
+
<xsd:element ref="OutputWattage" minOccurs="0"/>
|
|
145
|
+
<xsd:element ref="RecordingCapacity" minOccurs="0"/>
|
|
146
|
+
<xsd:element name="ScannerResolution" type="StringNotNull" minOccurs="0"/>
|
|
147
|
+
<xsd:element ref="SpeakerDiameter" minOccurs="0"/>
|
|
148
|
+
<xsd:element name="SpeakersMaxOutputPower" type="PositiveInteger" minOccurs="0"/>
|
|
149
|
+
<xsd:element name="SpeakersNominalOutputPower" type="PositiveInteger" minOccurs="0"/>
|
|
150
|
+
<xsd:element name="SpeakerOutputChannelQuantity" type="PositiveInteger"
|
|
151
|
+
minOccurs="0"/>
|
|
152
|
+
<xsd:element name="SpeakerSurroundSoundChannelConfiguration" type="StringNotNull"
|
|
153
|
+
minOccurs="0"/>
|
|
154
|
+
<xsd:element name="SpeedRating" type="TenStringNotNull" minOccurs="0"/>
|
|
155
|
+
<xsd:element name="Voltage" type="PositiveInteger" minOccurs="0"/>
|
|
156
|
+
<xsd:element name="Wattage" type="PositiveInteger" minOccurs="0"/>
|
|
157
|
+
<xsd:element name="WriteSpeed" type="FiveStringNotNull" minOccurs="0"/>
|
|
158
|
+
<xsd:element name="Efficiency" type="StringNotNull" minOccurs="0"/>
|
|
159
|
+
<xsd:element name="ProcessorSocket" type="StringNotNull" minOccurs="0"/>
|
|
160
|
+
<xsd:element name="RAID" type="String" minOccurs="0"/>
|
|
161
|
+
<xsd:element name="WirelessStandard" type="WirelessStandardTypeValues" minOccurs="0"/>
|
|
162
|
+
<xsd:element ref="ComputerMemoryType" minOccurs="0" maxOccurs="10"/>
|
|
163
|
+
</xsd:sequence>
|
|
164
|
+
</xsd:complexType>
|
|
165
|
+
</xsd:element>
|
|
166
|
+
<xsd:element name="ComputerDriveOrStorage">
|
|
167
|
+
<xsd:complexType>
|
|
168
|
+
<xsd:sequence>
|
|
169
|
+
<xsd:element ref="VariationData" minOccurs="0"/>
|
|
170
|
+
<xsd:element ref="ACAdapterIncluded" minOccurs="0"/>
|
|
171
|
+
<xsd:element ref="AutomaticBackupSoftwareIncluded" minOccurs="0"/>
|
|
172
|
+
<xsd:element ref="Averagelatency" minOccurs="0"/>
|
|
173
|
+
<xsd:element ref="Averageseektime" minOccurs="0"/>
|
|
174
|
+
<xsd:element ref="Averagewritetime" minOccurs="0"/>
|
|
175
|
+
<xsd:element ref="BufferSize" minOccurs="0"/>
|
|
176
|
+
<xsd:element ref="CableInterface" minOccurs="0" maxOccurs="4"/>
|
|
177
|
+
<xsd:element ref="CacheSize" minOccurs="0"/>
|
|
178
|
+
<xsd:element name="DataTransferRate" type="PositiveInteger" minOccurs="0"/>
|
|
179
|
+
<xsd:element ref="DockingStationExternalInterface" minOccurs="0"/>
|
|
180
|
+
<xsd:element name="DriveMemoryStorageCapacity" type="MemorySizeIntegerDimension"
|
|
181
|
+
minOccurs="0"/>
|
|
182
|
+
<xsd:element ref="DriveRPM" minOccurs="0"/>
|
|
183
|
+
<xsd:element ref="HardDriveSize" minOccurs="0" maxOccurs="8"/>
|
|
184
|
+
<xsd:element ref="IncludedHarddrivedescription" minOccurs="0"/>
|
|
185
|
+
<xsd:element ref="InterfaceType" minOccurs="0"/>
|
|
186
|
+
<xsd:element ref="InternalConnector" minOccurs="0" maxOccurs="5"/>
|
|
187
|
+
<xsd:element ref="MemoryStorageCapacity" minOccurs="0"/>
|
|
188
|
+
<xsd:element ref="ModelNumber" minOccurs="0"/>
|
|
189
|
+
<xsd:element ref="NASNetworkInterface" minOccurs="0" maxOccurs="3"/>
|
|
190
|
+
<xsd:element ref="NumberOfexternalBays" minOccurs="0"/>
|
|
191
|
+
<xsd:element ref="NumberOfHardDrives" minOccurs="0"/>
|
|
192
|
+
<xsd:element ref="NumberOfInternalBays" minOccurs="0"/>
|
|
193
|
+
<xsd:element ref="OpticalDriveType" minOccurs="0"/>
|
|
194
|
+
<xsd:element ref="PhysicalHardDriveFormFactor" minOccurs="0" maxOccurs="5"/>
|
|
195
|
+
<xsd:element ref="PlatformCompatability" minOccurs="0"/>
|
|
196
|
+
<xsd:element ref="RAID" minOccurs="0"/>
|
|
197
|
+
<xsd:element ref="SSDConnectorPins" minOccurs="0"/>
|
|
198
|
+
<xsd:element ref="SSDDriveArchitechture" minOccurs="0"/>
|
|
199
|
+
<xsd:element ref="StorageMaterialType" minOccurs="0"/>
|
|
200
|
+
<xsd:element ref="StorageReadSpeed" minOccurs="0"/>
|
|
201
|
+
<xsd:element ref="StorageWriteSpeed" minOccurs="0"/>
|
|
202
|
+
<xsd:element ref="TotalFirewire1600Connectors" minOccurs="0"/>
|
|
203
|
+
<xsd:element ref="TotalFirewire3200Connectors" minOccurs="0"/>
|
|
204
|
+
<xsd:element ref="TotalFirewire400Connectors" minOccurs="0"/>
|
|
205
|
+
<xsd:element ref="TotalFirewire800Connectors" minOccurs="0"/>
|
|
206
|
+
<xsd:element ref="TotalSataConnectors" minOccurs="0"/>
|
|
207
|
+
<xsd:element ref="TotalUSB1.0Connectors" minOccurs="0"/>
|
|
208
|
+
<xsd:element ref="TotalUSB1.1Connectors" minOccurs="0"/>
|
|
209
|
+
<xsd:element ref="TotalUSB2.0Connectors" minOccurs="0"/>
|
|
210
|
+
<xsd:element ref="TotalUSB3.0Connectors" minOccurs="0"/>
|
|
211
|
+
<xsd:element name="Efficiency" type="StringNotNull" minOccurs="0"/>
|
|
212
|
+
<xsd:element name="Wattage" type="PositiveInteger" minOccurs="0"/>
|
|
213
|
+
</xsd:sequence>
|
|
214
|
+
</xsd:complexType>
|
|
215
|
+
</xsd:element>
|
|
216
|
+
<xsd:element name="InkOrToner">
|
|
217
|
+
<xsd:complexType>
|
|
218
|
+
<xsd:sequence>
|
|
219
|
+
<xsd:element ref="VariationData" minOccurs="0"/>
|
|
220
|
+
<xsd:element name="InkColor" type="StringNotNull" minOccurs="0" maxOccurs="5"/>
|
|
221
|
+
<xsd:element name="InkOrTonerCompatibleDevices" type="MediumStringNotNull"
|
|
222
|
+
minOccurs="0"/>
|
|
223
|
+
</xsd:sequence>
|
|
224
|
+
</xsd:complexType>
|
|
225
|
+
</xsd:element>
|
|
226
|
+
<xsd:element name="Monitor">
|
|
227
|
+
<xsd:complexType>
|
|
228
|
+
<xsd:sequence>
|
|
229
|
+
<xsd:element ref="VariationData" minOccurs="0"/>
|
|
230
|
+
<xsd:element ref="BuiltinSpeaker" minOccurs="0"/>
|
|
231
|
+
<xsd:element ref="ContrastRatio" minOccurs="0"/>
|
|
232
|
+
<xsd:element ref="DisplayResolutionMaximum" minOccurs="0"/>
|
|
233
|
+
<xsd:element name="DisplayTechnology" type="StringNotNull" minOccurs="0"/>
|
|
234
|
+
<xsd:element ref="HasColorScreen" minOccurs="0"/>
|
|
235
|
+
<xsd:element ref="ModelNumber" minOccurs="0"/>
|
|
236
|
+
<xsd:element name="MonitorTunerTechnology" type="StringNotNull" minOccurs="0"/>
|
|
237
|
+
<xsd:element ref="MonitorBrightness" minOccurs="0"/>
|
|
238
|
+
<xsd:element ref="MonitorConnectors" minOccurs="0" maxOccurs="5"/>
|
|
239
|
+
<xsd:element ref="ResponseTime" minOccurs="0"/>
|
|
240
|
+
<xsd:element ref="ScreenResolution" minOccurs="0"/>
|
|
241
|
+
<xsd:element ref="ScreenSize" minOccurs="0"/>
|
|
242
|
+
<xsd:element ref="TunerTechnology" minOccurs="0"/>
|
|
243
|
+
<xsd:element ref="ViewingAngle" minOccurs="0"/>
|
|
244
|
+
<xsd:element ref="Voltage" minOccurs="0"/>
|
|
245
|
+
<xsd:element ref="Wattage" minOccurs="0"/>
|
|
246
|
+
<xsd:element name="Efficiency" type="StringNotNull" minOccurs="0"/>
|
|
247
|
+
</xsd:sequence>
|
|
248
|
+
</xsd:complexType>
|
|
249
|
+
</xsd:element>
|
|
250
|
+
<xsd:element name="NotebookComputer">
|
|
251
|
+
<xsd:complexType>
|
|
252
|
+
<xsd:sequence>
|
|
253
|
+
<xsd:element ref="VariationData" minOccurs="0"/>
|
|
254
|
+
<xsd:element ref="AdditionalDrives" minOccurs="0" maxOccurs="10"/>
|
|
255
|
+
<xsd:element ref="Audio" minOccurs="0"/>
|
|
256
|
+
<xsd:element ref="CardReader" minOccurs="0"/>
|
|
257
|
+
<xsd:element ref="ComputerMemoryType" minOccurs="0" maxOccurs="10"/>
|
|
258
|
+
<xsd:element name="ComputerTunerTechnology" type="StringNotNull" minOccurs="0"/>
|
|
259
|
+
<xsd:element ref="ComputerWirelessType" minOccurs="0" maxOccurs="3"/>
|
|
260
|
+
<xsd:element ref="DisplayResolutionMaximum" minOccurs="0"/>
|
|
261
|
+
<xsd:element name="GraphicsCard" minOccurs="0" maxOccurs="2">
|
|
262
|
+
<xsd:complexType>
|
|
263
|
+
<xsd:sequence>
|
|
264
|
+
<xsd:element name="GraphicsCardDescription" type="MediumStringNotNull"/>
|
|
265
|
+
<xsd:element name="GraphicsCardRamSize" type="MemorySizeDimension"/>
|
|
266
|
+
<xsd:element ref="GraphicsCardInterface"/>
|
|
267
|
+
</xsd:sequence>
|
|
268
|
+
</xsd:complexType>
|
|
269
|
+
</xsd:element>
|
|
270
|
+
<xsd:element name="GraphicsCoProcessor" type="StringNotNull" minOccurs="0"/>
|
|
271
|
+
<xsd:element ref="ConnectivityType" minOccurs="0"/>
|
|
272
|
+
<xsd:element ref="GraphicsChipsetBrand" minOccurs="0"/>
|
|
273
|
+
<xsd:element ref="GraphicsRAMType" minOccurs="0"/>
|
|
274
|
+
<xsd:element ref="HardDiskRotationalSpeed" minOccurs="0"/>
|
|
275
|
+
<xsd:element name="HardDiskTechnology" type="StringNotNull" minOccurs="0"/>
|
|
276
|
+
<xsd:element ref="HardDriveInterface" minOccurs="0" maxOccurs="4"/>
|
|
277
|
+
<xsd:element name="HardDriveSize" type="MemorySizeDimension" maxOccurs="8"/>
|
|
278
|
+
<xsd:element name="HardwarePlatform" type="StringNotNull" minOccurs="0"/>
|
|
279
|
+
<xsd:element ref="HasColorScreen" minOccurs="0"/>
|
|
280
|
+
<xsd:element ref="MaxExpandedMemorySupported" minOccurs="0"/>
|
|
281
|
+
<xsd:element ref="ModelNumber" minOccurs="0"/>
|
|
282
|
+
<xsd:element name="MonitorTunerTechnology" type="StringNotNull" minOccurs="0"/>
|
|
283
|
+
<xsd:element ref="NumberOfAudioOutPorts" minOccurs="0"/>
|
|
284
|
+
<xsd:element ref="NumberOfDMIPorts" minOccurs="0"/>
|
|
285
|
+
<xsd:element ref="NumberOfEthernetPorts" minOccurs="0"/>
|
|
286
|
+
<xsd:element ref="NumberOfFirewirePorts" minOccurs="0"/>
|
|
287
|
+
<xsd:element ref="NumberOfGamingPorts" minOccurs="0"/>
|
|
288
|
+
<xsd:element ref="NumberOfHDMIPorts" minOccurs="0"/>
|
|
289
|
+
<xsd:element ref="NumberOfLPT1PrinterPorts" minOccurs="0"/>
|
|
290
|
+
<xsd:element ref="NumberOfMicrophonePorts" minOccurs="0"/>
|
|
291
|
+
<xsd:element ref="NumberOfPS2Ports" minOccurs="0"/>
|
|
292
|
+
<xsd:element ref="NumberOfSerialPorts" minOccurs="0"/>
|
|
293
|
+
<xsd:element ref="NumberOfUSB2.0Ports" minOccurs="0"/>
|
|
294
|
+
<xsd:element ref="NumberOfUSB3.0Ports" minOccurs="0"/>
|
|
295
|
+
<xsd:element ref="NumberOfVGAPorts" minOccurs="0"/>
|
|
296
|
+
<xsd:element name="NotebookDisplayTechnology" type="StringNotNull" minOccurs="0"/>
|
|
297
|
+
<xsd:element ref="OperatingSystem" maxOccurs="2"/>
|
|
298
|
+
<xsd:element name="OpticalDeviceType" type="StringNotNull" minOccurs="0"/>
|
|
299
|
+
<xsd:element ref="OpticalDriveIntegrated" minOccurs="0"/>
|
|
300
|
+
<xsd:element ref="OpticalStorageDeviceType" minOccurs="0"/>
|
|
301
|
+
<xsd:element name="ProcessorBrand" type="StringNotNull"/>
|
|
302
|
+
<xsd:element ref="ProcessorCount" minOccurs="0"/>
|
|
303
|
+
<xsd:element name="ProcessorSocket" type="StringNotNull" minOccurs="0"/>
|
|
304
|
+
<xsd:element name="ProcessorSpeed" type="FrequencyDimension"/>
|
|
305
|
+
<xsd:element ref="ProcessorType" minOccurs="0"/>
|
|
306
|
+
<xsd:element name="RAMSize" type="MemorySizeDimension"/>
|
|
307
|
+
<xsd:element ref="RAMClockSpeed" minOccurs="0"/>
|
|
308
|
+
<xsd:element ref="RAMFormFactor" minOccurs="0"/>
|
|
309
|
+
<xsd:element ref="RAMTechnology" minOccurs="0"/>
|
|
310
|
+
<xsd:element ref="RearWebcamResolution" minOccurs="0"/>
|
|
311
|
+
<xsd:element ref="ResponseTime" minOccurs="0"/>
|
|
312
|
+
<xsd:element ref="ScreenResolution" minOccurs="0"/>
|
|
313
|
+
<xsd:element ref="ScreenSize" minOccurs="0"/>
|
|
314
|
+
<xsd:element ref="Series" minOccurs="0"/>
|
|
315
|
+
<xsd:element ref="SoftwareIncluded" minOccurs="0"/>
|
|
316
|
+
<xsd:element ref="Speaker" minOccurs="0"/>
|
|
317
|
+
<xsd:element ref="TabletInputMethod" minOccurs="0" maxOccurs="5"/>
|
|
318
|
+
<xsd:element ref="TunerTechnology" minOccurs="0"/>
|
|
319
|
+
<xsd:element name="U-RackSize" type="PositiveInteger" minOccurs="0"/>
|
|
320
|
+
<xsd:element ref="ViewingAngle" minOccurs="0"/>
|
|
321
|
+
<xsd:element ref="Voltage" minOccurs="0"/>
|
|
322
|
+
<xsd:element ref="Wattage" minOccurs="0"/>
|
|
323
|
+
<xsd:element ref="WirelessCarrier" minOccurs="0" maxOccurs="3"/>
|
|
324
|
+
<xsd:element ref="WirelessType" minOccurs="0" maxOccurs="3"/>
|
|
325
|
+
<xsd:element name="AdditionalFeatures" type="String" minOccurs="0" />
|
|
326
|
+
<xsd:element name="SpecificUsesForProduct" type="String" minOccurs="0" />
|
|
327
|
+
<xsd:element name="SupportedSoftware" type="String" minOccurs="0" />
|
|
328
|
+
<xsd:element name="NumberOfDVIPorts" type="PositiveInteger" minOccurs="0" />
|
|
329
|
+
<xsd:element name="Efficiency" type="StringNotNull" minOccurs="0"/>
|
|
330
|
+
<xsd:element name="MfrWarrantyDescriptionLabor" type="SuperLongStringNotNull"
|
|
331
|
+
minOccurs="0"/>
|
|
332
|
+
</xsd:sequence>
|
|
333
|
+
</xsd:complexType>
|
|
334
|
+
</xsd:element>
|
|
335
|
+
<xsd:element name="PersonalComputer">
|
|
336
|
+
<xsd:complexType>
|
|
337
|
+
<xsd:sequence>
|
|
338
|
+
<xsd:element ref="VariationData" minOccurs="0"/>
|
|
339
|
+
<xsd:element ref="AdditionalDrives" minOccurs="0" maxOccurs="10"/>
|
|
340
|
+
<xsd:element ref="Audio" minOccurs="0"/>
|
|
341
|
+
<xsd:element ref="CardReader" minOccurs="0"/>
|
|
342
|
+
<xsd:element ref="ComputerMemoryType" minOccurs="0" maxOccurs="10"/>
|
|
343
|
+
<xsd:element name="ComputerTunerTechnology" type="StringNotNull" minOccurs="0"/>
|
|
344
|
+
<xsd:element ref="ComputerWirelessType" minOccurs="0" maxOccurs="3"/>
|
|
345
|
+
<xsd:element ref="ConnectivityType" minOccurs="0"/>
|
|
346
|
+
<xsd:element ref="DisplayResolutionMaximum" minOccurs="0"/>
|
|
347
|
+
<xsd:element name="GraphicsCard" minOccurs="0" maxOccurs="2">
|
|
348
|
+
<xsd:complexType>
|
|
349
|
+
<xsd:sequence>
|
|
350
|
+
<xsd:element name="GraphicsCardDescription" type="MediumStringNotNull"/>
|
|
351
|
+
<xsd:element name="GraphicsCardRamSize" type="MemorySizeDimension"/>
|
|
352
|
+
<xsd:element ref="GraphicsCardInterface"/>
|
|
353
|
+
</xsd:sequence>
|
|
354
|
+
</xsd:complexType>
|
|
355
|
+
</xsd:element>
|
|
356
|
+
<xsd:element ref="GraphicsChipsetBrand" minOccurs="0"/>
|
|
357
|
+
<xsd:element name="GraphicsCoProcessor" type="StringNotNull" minOccurs="0"/>
|
|
358
|
+
<xsd:element name="GraphicsRAMType" type="StringNotNull" minOccurs="0"/>
|
|
359
|
+
<xsd:element ref="HardDiskRotationalSpeed" minOccurs="0"/>
|
|
360
|
+
<xsd:element name="HardDiskTechnology" type="StringNotNull" minOccurs="0"/>
|
|
361
|
+
<xsd:element ref="HardDriveInterface" minOccurs="0" maxOccurs="4"/>
|
|
362
|
+
<xsd:element ref="HardDriveSize" minOccurs="0" maxOccurs="8"/>
|
|
363
|
+
<xsd:element name="HardwarePlatform" type="StringNotNull" minOccurs="0"/>
|
|
364
|
+
<xsd:element ref="MaxExpandedMemorySupported" minOccurs="0"/>
|
|
365
|
+
<xsd:element ref="ModelNumber" minOccurs="0"/>
|
|
366
|
+
<xsd:element ref="NumberOfAudioOutPorts" minOccurs="0"/>
|
|
367
|
+
<xsd:element ref="NumberOfDMIPorts" minOccurs="0"/>
|
|
368
|
+
<xsd:element ref="NumberOfEthernetPorts" minOccurs="0"/>
|
|
369
|
+
<xsd:element ref="NumberOfFirewirePorts" minOccurs="0"/>
|
|
370
|
+
<xsd:element ref="NumberOfGamingPorts" minOccurs="0"/>
|
|
371
|
+
<xsd:element ref="NumberOfHDMIPorts" minOccurs="0"/>
|
|
372
|
+
<xsd:element ref="NumberOfLPT1PrinterPorts" minOccurs="0"/>
|
|
373
|
+
<xsd:element ref="NumberOfMicrophonePorts" minOccurs="0"/>
|
|
374
|
+
<xsd:element ref="NumberOfPS2Ports" minOccurs="0"/>
|
|
375
|
+
<xsd:element ref="NumberOfSerialPorts" minOccurs="0"/>
|
|
376
|
+
<xsd:element ref="NumberOfUSB2.0Ports" minOccurs="0"/>
|
|
377
|
+
<xsd:element ref="NumberOfUSB3.0Ports" minOccurs="0"/>
|
|
378
|
+
<xsd:element ref="NumberOfVGAPorts" minOccurs="0"/>
|
|
379
|
+
<xsd:element ref="OperatingSystem" maxOccurs="2"/>
|
|
380
|
+
<xsd:element name="OpticalDeviceType" type="StringNotNull" minOccurs="0"/>
|
|
381
|
+
<xsd:element ref="OpticalStorageDeviceType" minOccurs="0"/>
|
|
382
|
+
<xsd:element ref="OpticalDriveIntegrated" minOccurs="0"/>
|
|
383
|
+
<xsd:element name="ProcessorBrand" type="StringNotNull" minOccurs="0"/>
|
|
384
|
+
<xsd:element ref="ProcessorCount" minOccurs="0"/>
|
|
385
|
+
<xsd:element name="ProcessorSocket" type="StringNotNull" minOccurs="0"/>
|
|
386
|
+
<xsd:element name="ProcessorSpeed" type="FrequencyDimension" minOccurs="0"/>
|
|
387
|
+
<xsd:element ref="ProcessorType" minOccurs="0"/>
|
|
388
|
+
<xsd:element ref="RAMClockSpeed" minOccurs="0"/>
|
|
389
|
+
<xsd:element ref="RAMFormFactor" minOccurs="0"/>
|
|
390
|
+
<xsd:element name="RAMSize" type="MemorySizeDimension" minOccurs="0"/>
|
|
391
|
+
<xsd:element ref="RAMTechnology" minOccurs="0"/>
|
|
392
|
+
<xsd:element ref="RearWebcamResolution" minOccurs="0"/>
|
|
393
|
+
<xsd:element ref="ResponseTime" minOccurs="0"/>
|
|
394
|
+
<xsd:element ref="ScreenResolution" minOccurs="0"/>
|
|
395
|
+
<xsd:element ref="Series" minOccurs="0"/>
|
|
396
|
+
<xsd:element ref="SoftwareIncluded" minOccurs="0"/>
|
|
397
|
+
<xsd:element ref="Speaker" minOccurs="0"/>
|
|
398
|
+
<xsd:element ref="TabletInputMethod" minOccurs="0" maxOccurs="5"/>
|
|
399
|
+
<xsd:element ref="TunerTechnology" minOccurs="0"/>
|
|
400
|
+
<xsd:element name="U-RackSize" type="PositiveInteger" minOccurs="0"/>
|
|
401
|
+
<xsd:element ref="ViewingAngle" minOccurs="0"/>
|
|
402
|
+
<xsd:element name="NotebookDisplayTechnology" type="StringNotNull" minOccurs="0"/>
|
|
403
|
+
<xsd:element ref="ScreenSize" minOccurs="0"/>
|
|
404
|
+
<xsd:element ref="HasColorScreen" minOccurs="0"/>
|
|
405
|
+
<xsd:element name="DisplayTechnology" type="StringNotNull" minOccurs="0"/>
|
|
406
|
+
<xsd:element name="MonitorTunerTechnology" type="StringNotNull" minOccurs="0"/>
|
|
407
|
+
<xsd:element ref="Voltage" minOccurs="0"/>
|
|
408
|
+
<xsd:element ref="Wattage" minOccurs="0"/>
|
|
409
|
+
<xsd:element ref="WirelessCarrier" minOccurs="0" maxOccurs="3"/>
|
|
410
|
+
<xsd:element ref="WirelessType" minOccurs="0" maxOccurs="3"/>
|
|
411
|
+
<xsd:element name="AdditionalFeatures" type="String" minOccurs="0" />
|
|
412
|
+
<xsd:element name="SpecificUsesForProduct" type="String" minOccurs="0" />
|
|
413
|
+
<xsd:element name="SupportedSoftware" type="String" minOccurs="0" />
|
|
414
|
+
<xsd:element name="NumberOfDVIPorts" type="PositiveInteger" minOccurs="0" />
|
|
415
|
+
<xsd:element name="Efficiency" type="StringNotNull" minOccurs="0"/>
|
|
416
|
+
<xsd:element name="MfrWarrantyDescriptionLabor" type="SuperLongStringNotNull"
|
|
417
|
+
minOccurs="0"/>
|
|
418
|
+
</xsd:sequence>
|
|
419
|
+
</xsd:complexType>
|
|
420
|
+
</xsd:element>
|
|
421
|
+
<xsd:element name="Printer">
|
|
422
|
+
<xsd:complexType>
|
|
423
|
+
<xsd:sequence>
|
|
424
|
+
<xsd:element ref="VariationData" minOccurs="0"/>
|
|
425
|
+
<xsd:element name="HasGreyScale" type="StringNotNull" minOccurs="0"/>
|
|
426
|
+
<xsd:element name="LightSourceType" type="StringNotNull" minOccurs="0"/>
|
|
427
|
+
<xsd:element name="MaxInputSheetCapacity" type="PositiveInteger" minOccurs="0"/>
|
|
428
|
+
<xsd:element name="MaxPrintResolutionBlackWhite" type="StringNotNull" minOccurs="0"/>
|
|
429
|
+
<xsd:element name="MaxPrintResolutionColor" type="StringNotNull" minOccurs="0"/>
|
|
430
|
+
<xsd:element name="MaxPrintSpeedBlackWhite" type="PositiveInteger" minOccurs="0"/>
|
|
431
|
+
<xsd:element name="MaxPrintSpeedColor" type="PositiveInteger" minOccurs="0"/>
|
|
432
|
+
<xsd:element name="MaxScanningSize" type="StringNotNull" minOccurs="0"/>
|
|
433
|
+
<xsd:element name="MinScanningSize" type="StringNotNull" minOccurs="0"/>
|
|
434
|
+
<xsd:element name="PrinterMediaSizeMaximum" type="StringNotNull" minOccurs="0"/>
|
|
435
|
+
<xsd:element name="PrinterOutputType" type="StringNotNull" minOccurs="0"/>
|
|
436
|
+
<xsd:element ref="PrinterWirelessType" minOccurs="0" maxOccurs="3"/>
|
|
437
|
+
<xsd:element ref="PrintingMediaType" minOccurs="0"/>
|
|
438
|
+
<xsd:element name="PrintingTechnology" type="StringNotNull" minOccurs="0"/>
|
|
439
|
+
<xsd:element name="ScanRate" type="HundredFiftyStringNotNull" minOccurs="0"/>
|
|
440
|
+
<xsd:element name="ScannerResolution" type="StringNotNull" minOccurs="0"/>
|
|
441
|
+
<xsd:element name="Efficiency" type="StringNotNull" minOccurs="0"/>
|
|
442
|
+
</xsd:sequence>
|
|
443
|
+
</xsd:complexType>
|
|
444
|
+
</xsd:element>
|
|
445
|
+
<xsd:element name="Scanner">
|
|
446
|
+
<xsd:complexType>
|
|
447
|
+
<xsd:sequence>
|
|
448
|
+
<xsd:element ref="VariationData" minOccurs="0"/>
|
|
449
|
+
<xsd:element name="HasGreyScale" type="StringNotNull" minOccurs="0"/>
|
|
450
|
+
<xsd:element name="LightSourceType" type="StringNotNull" minOccurs="0"/>
|
|
451
|
+
<xsd:element name="MaxInputSheetCapacity" type="PositiveInteger" minOccurs="0"/>
|
|
452
|
+
<xsd:element name="MaxPrintResolutionBlackWhite" type="StringNotNull" minOccurs="0"/>
|
|
453
|
+
<xsd:element name="MaxPrintResolutionColor" type="StringNotNull" minOccurs="0"/>
|
|
454
|
+
<xsd:element name="MaxPrintSpeedBlackWhite" type="StringNotNull" minOccurs="0"/>
|
|
455
|
+
<xsd:element name="MaxPrintSpeedColor" type="StringNotNull" minOccurs="0"/>
|
|
456
|
+
<xsd:element name="MaxScanningSize" type="StringNotNull" minOccurs="0"/>
|
|
457
|
+
<xsd:element name="MinScanningSize" type="StringNotNull" minOccurs="0"/>
|
|
458
|
+
<xsd:element name="PrinterMediaSizeMaximum" type="StringNotNull" minOccurs="0"/>
|
|
459
|
+
<xsd:element name="PrinterOutputType" type="StringNotNull" minOccurs="0"/>
|
|
460
|
+
<xsd:element ref="PrinterWirelessType" minOccurs="0" maxOccurs="3"/>
|
|
461
|
+
<xsd:element ref="PrintingMediaType" minOccurs="0"/>
|
|
462
|
+
<xsd:element name="PrintingTechnology" type="StringNotNull" minOccurs="0"/>
|
|
463
|
+
<xsd:element name="ScanRate" type="HundredFiftyStringNotNull" minOccurs="0"/>
|
|
464
|
+
<xsd:element name="ScannerResolution" type="StringNotNull" minOccurs="0"/>
|
|
465
|
+
<xsd:element name="Efficiency" type="StringNotNull" minOccurs="0"/>
|
|
466
|
+
</xsd:sequence>
|
|
467
|
+
</xsd:complexType>
|
|
468
|
+
</xsd:element>
|
|
469
|
+
<xsd:element name="VideoProjector">
|
|
470
|
+
<xsd:complexType>
|
|
471
|
+
<xsd:sequence>
|
|
472
|
+
<xsd:element ref="VariationData" minOccurs="0"/>
|
|
473
|
+
<xsd:element name="HasGreyScale" type="StringNotNull" minOccurs="0"/>
|
|
474
|
+
<xsd:element name="LightSourceType" type="StringNotNull" minOccurs="0"/>
|
|
475
|
+
<xsd:element name="ScannerResolution" type="StringNotNull" minOccurs="0"/>
|
|
476
|
+
<xsd:element ref="AspectRatio" minOccurs="0"/>
|
|
477
|
+
<xsd:element ref="AudibleNoise" minOccurs="0"/>
|
|
478
|
+
<xsd:element ref="BuiltinSpeaker" minOccurs="0"/>
|
|
479
|
+
<xsd:element ref="ContrastRatio" minOccurs="0"/>
|
|
480
|
+
<xsd:element ref="DisplayResolutionMaximum" minOccurs="0"/>
|
|
481
|
+
<xsd:element ref="DisplayTechnology" minOccurs="0"/>
|
|
482
|
+
<xsd:element ref="ImageDiagonalSize" minOccurs="0"/>
|
|
483
|
+
<xsd:element ref="InputVideoCompatability" minOccurs="0" maxOccurs="3"/>
|
|
484
|
+
<xsd:element ref="InputVideoConnectors" minOccurs="0"/>
|
|
485
|
+
<xsd:element ref="KeystoneCorrection" minOccurs="0"/>
|
|
486
|
+
<xsd:element ref="LampLife" minOccurs="0"/>
|
|
487
|
+
<xsd:element ref="LampWattage" minOccurs="0"/>
|
|
488
|
+
<xsd:element name="Lens" type="String" minOccurs="0"/>
|
|
489
|
+
<xsd:element ref="MaximumHorizontalRefreshRate" minOccurs="0"/>
|
|
490
|
+
<xsd:element ref="MaximumImageSize" minOccurs="0"/>
|
|
491
|
+
<xsd:element ref="MaximumThrowDistance" minOccurs="0"/>
|
|
492
|
+
<xsd:element ref="MaximumThrowRatio" minOccurs="0"/>
|
|
493
|
+
<xsd:element ref="MaximumVerticalRefreshRate" minOccurs="0"/>
|
|
494
|
+
<xsd:element ref="MediaInput" minOccurs="0"/>
|
|
495
|
+
<xsd:element ref="MinimumHorizontalRefreshRate" minOccurs="0"/>
|
|
496
|
+
<xsd:element ref="MinimumImageSize" minOccurs="0"/>
|
|
497
|
+
<xsd:element ref="MinimumThrowDistance" minOccurs="0"/>
|
|
498
|
+
<xsd:element ref="MinimumThrowRatio" minOccurs="0"/>
|
|
499
|
+
<xsd:element ref="MinimumVerticalRefreshRate" minOccurs="0"/>
|
|
500
|
+
<xsd:element ref="ModelNumber" minOccurs="0"/>
|
|
501
|
+
<xsd:element ref="ProjectorBrightness" minOccurs="0"/>
|
|
502
|
+
<xsd:element ref="Remote" minOccurs="0"/>
|
|
503
|
+
<xsd:element ref="ScreenResolution" minOccurs="0"/>
|
|
504
|
+
<xsd:element ref="ScreenTrigger" minOccurs="0"/>
|
|
505
|
+
<xsd:element ref="ThreeDReady" minOccurs="0"/>
|
|
506
|
+
<xsd:element ref="WirelessStandard" minOccurs="0"/>
|
|
507
|
+
<xsd:element ref="Zoom" minOccurs="0"/>
|
|
508
|
+
<xsd:element ref="ZoomRatio" minOccurs="0"/>
|
|
509
|
+
<xsd:element name="NumberOfDVIPorts" type="PositiveInteger" minOccurs="0" />
|
|
510
|
+
<xsd:element name="Efficiency" type="StringNotNull" minOccurs="0"/>
|
|
511
|
+
<xsd:element name="Voltage" type="PositiveInteger" minOccurs="0"/>
|
|
512
|
+
</xsd:sequence>
|
|
513
|
+
</xsd:complexType>
|
|
514
|
+
</xsd:element>
|
|
515
|
+
<xsd:element name="CarryingCaseOrBag">
|
|
516
|
+
<xsd:complexType>
|
|
517
|
+
<xsd:sequence>
|
|
518
|
+
<xsd:element ref="VariationData" minOccurs="0"/>
|
|
519
|
+
<xsd:element ref="CheckpointTSAFriendly" minOccurs="0"/>
|
|
520
|
+
<xsd:element ref="CompatibleDeviceSize" minOccurs="0"/>
|
|
521
|
+
<xsd:element ref="CompatibleDeviceFormFactor" minOccurs="0" maxOccurs="6"/>
|
|
522
|
+
<xsd:element ref="HandOrientation" minOccurs="0"/>
|
|
523
|
+
<xsd:element ref="HolderCapacity" minOccurs="0"/>
|
|
524
|
+
<xsd:element ref="MaterialType" minOccurs="0"/>
|
|
525
|
+
<xsd:element ref="ModelNumber" minOccurs="0"/>
|
|
526
|
+
</xsd:sequence>
|
|
527
|
+
</xsd:complexType>
|
|
528
|
+
</xsd:element>
|
|
529
|
+
<xsd:element name="ComputerAddOn">
|
|
530
|
+
<xsd:complexType>
|
|
531
|
+
<xsd:sequence>
|
|
532
|
+
<xsd:element ref="VariationData" minOccurs="0"/>
|
|
533
|
+
<xsd:element ref="ACAdapterCurrent" minOccurs="0"/>
|
|
534
|
+
<xsd:element ref="CableLength" minOccurs="0"/>
|
|
535
|
+
<xsd:element ref="CableSpeed" minOccurs="0"/>
|
|
536
|
+
<xsd:element ref="CableType" minOccurs="0"/>
|
|
537
|
+
<xsd:element ref="CompatibleDevices" minOccurs="0"/>
|
|
538
|
+
<xsd:element ref="CompatibleDeviceSize" minOccurs="0"/>
|
|
539
|
+
<xsd:element ref="Conductor" minOccurs="0"/>
|
|
540
|
+
<xsd:element ref="ConnectionType" minOccurs="0"/>
|
|
541
|
+
<xsd:element ref="ConnectorNumber" minOccurs="0"/>
|
|
542
|
+
<xsd:element ref="MaximumHorizontalVideoResolution" minOccurs="0"/>
|
|
543
|
+
<xsd:element ref="MaximumVerticalVideoResolution" minOccurs="0"/>
|
|
544
|
+
<xsd:element ref="ModelNumber" minOccurs="0"/>
|
|
545
|
+
<xsd:element ref="NumberOfFans" minOccurs="0"/>
|
|
546
|
+
<xsd:element ref="NumberOfMonitorConnections" minOccurs="0"/>
|
|
547
|
+
<xsd:element ref="PrivacyScreenMaterialType" minOccurs="0"/>
|
|
548
|
+
<xsd:element ref="PrivacyScreenSize" minOccurs="0"/>
|
|
549
|
+
<xsd:element ref="Voltage" minOccurs="0"/>
|
|
550
|
+
<xsd:element ref="Wattage" minOccurs="0"/>
|
|
551
|
+
<xsd:element name="PowerPlugType" type="PowerPlugType" minOccurs="0"/>
|
|
552
|
+
</xsd:sequence>
|
|
553
|
+
</xsd:complexType>
|
|
554
|
+
</xsd:element>
|
|
555
|
+
<xsd:element name="ComputerCoolingDevice">
|
|
556
|
+
<xsd:complexType>
|
|
557
|
+
<xsd:sequence>
|
|
558
|
+
<xsd:element ref="VariationData" minOccurs="0"/>
|
|
559
|
+
<xsd:element ref="AdditionalFeatures" minOccurs="0"/>
|
|
560
|
+
<xsd:element ref="CoolingType" minOccurs="0"/>
|
|
561
|
+
<xsd:element ref="CPUSocketCompatability" minOccurs="0" maxOccurs="20"/>
|
|
562
|
+
<xsd:element ref="FanIncluded" minOccurs="0"/>
|
|
563
|
+
<xsd:element ref="FanLED" minOccurs="0"/>
|
|
564
|
+
<xsd:element ref="FanMaximumAirflow" minOccurs="0"/>
|
|
565
|
+
<xsd:element ref="FanMaximumNoiseLevel" minOccurs="0"/>
|
|
566
|
+
<xsd:element ref="FanMaximumSpeed" minOccurs="0"/>
|
|
567
|
+
<xsd:element ref="FanPowerConnector" minOccurs="0"/>
|
|
568
|
+
<xsd:element ref="HeatsinkMaterial" minOccurs="0"/>
|
|
569
|
+
<xsd:element ref="LargestFanSize" minOccurs="0"/>
|
|
570
|
+
<xsd:element ref="ModelNumber" minOccurs="0"/>
|
|
571
|
+
<xsd:element name="PowerPlugType" type="PowerPlugType" minOccurs="0"/>
|
|
572
|
+
</xsd:sequence>
|
|
573
|
+
</xsd:complexType>
|
|
574
|
+
</xsd:element>
|
|
575
|
+
<xsd:element name="ComputerInputDevice">
|
|
576
|
+
<xsd:complexType>
|
|
577
|
+
<xsd:sequence>
|
|
578
|
+
<xsd:element ref="VariationData" minOccurs="0"/>
|
|
579
|
+
<xsd:element ref="AdditionalFeatures" minOccurs="0"/>
|
|
580
|
+
<xsd:element ref="BuiltInMicrophone" minOccurs="0"/>
|
|
581
|
+
<xsd:element ref="DeviceHardwareCompatability" minOccurs="0"/>
|
|
582
|
+
<xsd:element ref="DeviceSoftwareCompatability" minOccurs="0"/>
|
|
583
|
+
<xsd:element ref="HeadphoneStyle" minOccurs="0"/>
|
|
584
|
+
<xsd:element ref="InputDeviceDesignStyle" minOccurs="0"/>
|
|
585
|
+
<xsd:element ref="InputDeviceInterfaceTechnology" minOccurs="0"/>
|
|
586
|
+
<xsd:element ref="ModelNumber" minOccurs="0"/>
|
|
587
|
+
<xsd:element ref="NoiseCanceling" minOccurs="0"/>
|
|
588
|
+
<xsd:element ref="NumberOfButtons" minOccurs="0"/>
|
|
589
|
+
<xsd:element ref="PresentationRemoteLaserColor" minOccurs="0"/>
|
|
590
|
+
<xsd:element ref="PresentationRemoteMemory" minOccurs="0"/>
|
|
591
|
+
<xsd:element ref="PresentationRemoteOperatingDistance" minOccurs="0"/>
|
|
592
|
+
<xsd:element ref="PrimaryHeadphoneUse" minOccurs="0"/>
|
|
593
|
+
<xsd:element ref="TrackingMethod" minOccurs="0"/>
|
|
594
|
+
<xsd:element name="PowerPlugType" type="PowerPlugType" minOccurs="0"/>
|
|
595
|
+
</xsd:sequence>
|
|
596
|
+
</xsd:complexType>
|
|
597
|
+
</xsd:element>
|
|
598
|
+
<xsd:element name="ComputerProcessor">
|
|
599
|
+
<xsd:complexType>
|
|
600
|
+
<xsd:sequence>
|
|
601
|
+
<xsd:element ref="VariationData" minOccurs="0"/>
|
|
602
|
+
<xsd:element ref="AdditionalFeatures" minOccurs="0"/>
|
|
603
|
+
<xsd:element ref="CacheMemory" minOccurs="0"/>
|
|
604
|
+
<xsd:element ref="ModelNumber" minOccurs="0"/>
|
|
605
|
+
<xsd:element ref="ProcessorBrand" minOccurs="0"/>
|
|
606
|
+
<xsd:element ref="ProcessorCoolingDevice" minOccurs="0"/>
|
|
607
|
+
<xsd:element ref="ProcessorCount" minOccurs="0"/>
|
|
608
|
+
<xsd:element ref="ProcessorSeries" minOccurs="0"/>
|
|
609
|
+
<xsd:element ref="ProcessorSocket" minOccurs="0"/>
|
|
610
|
+
<xsd:element ref="ProcessorSpeed" minOccurs="0"/>
|
|
611
|
+
<xsd:element name="Wattage" type="PositiveInteger" minOccurs="0"/>
|
|
612
|
+
<xsd:element name="RAID" type="String" minOccurs="0"/>
|
|
613
|
+
<xsd:element ref="ComputerMemoryType" minOccurs="0" maxOccurs="10"/>
|
|
614
|
+
<xsd:element name="PowerPlugType" type="PowerPlugType" minOccurs="0"/>
|
|
615
|
+
</xsd:sequence>
|
|
616
|
+
</xsd:complexType>
|
|
617
|
+
</xsd:element>
|
|
618
|
+
<xsd:element name="ComputerSpeaker">
|
|
619
|
+
<xsd:complexType>
|
|
620
|
+
<xsd:sequence>
|
|
621
|
+
<xsd:element ref="VariationData" minOccurs="0"/>
|
|
622
|
+
<xsd:element ref="AdditionalFeatures" minOccurs="0"/>
|
|
623
|
+
<xsd:element ref="AudioOutputMode" minOccurs="0"/>
|
|
624
|
+
<xsd:element ref="CommunicationInterface" minOccurs="0"/>
|
|
625
|
+
<xsd:element ref="DigitalAudioCapacity" minOccurs="0"/>
|
|
626
|
+
<xsd:element ref="FrequencyRange" minOccurs="0"/>
|
|
627
|
+
<xsd:element ref="InputType" minOccurs="0"/>
|
|
628
|
+
<xsd:element ref="MaximumOperatingDistance" minOccurs="0"/>
|
|
629
|
+
<xsd:element ref="MemorySlotsAvailable" minOccurs="0"/>
|
|
630
|
+
<xsd:element ref="ModelNumber" minOccurs="0"/>
|
|
631
|
+
<xsd:element ref="MovementDetectionTechnology" minOccurs="0"/>
|
|
632
|
+
<xsd:element ref="NumberOfSatelliteSpeakers" minOccurs="0"/>
|
|
633
|
+
<xsd:element ref="OutputWattage" minOccurs="0"/>
|
|
634
|
+
<xsd:element ref="RecordingCapacity" minOccurs="0"/>
|
|
635
|
+
<xsd:element ref="RemoteIncluded" minOccurs="0"/>
|
|
636
|
+
<xsd:element ref="SpeakerDiameter" minOccurs="0"/>
|
|
637
|
+
<xsd:element ref="SpeakerOutputChannelQuantity" minOccurs="0"/>
|
|
638
|
+
<xsd:element ref="SpeakersMaximumOutputPower" minOccurs="0"/>
|
|
639
|
+
<xsd:element ref="SpeakersNominalOutputPower" minOccurs="0"/>
|
|
640
|
+
<xsd:element ref="SpeakerSurroundSoundChannelConfiguration" minOccurs="0"/>
|
|
641
|
+
<xsd:element ref="Voltage" minOccurs="0"/>
|
|
642
|
+
<xsd:element ref="Wattage" minOccurs="0"/>
|
|
643
|
+
<xsd:element name="PowerPlugType" type="PowerPlugType" minOccurs="0"/>
|
|
644
|
+
</xsd:sequence>
|
|
645
|
+
</xsd:complexType>
|
|
646
|
+
</xsd:element>
|
|
647
|
+
<xsd:element name="Computer">
|
|
648
|
+
<xsd:complexType>
|
|
649
|
+
<xsd:sequence>
|
|
650
|
+
<xsd:element ref="VariationData" minOccurs="0"/>
|
|
651
|
+
<xsd:element ref="CableLength" minOccurs="0"/>
|
|
652
|
+
<xsd:element ref="ConnectionInterface" minOccurs="0" maxOccurs="3"/>
|
|
653
|
+
<xsd:element ref="ConnectorNumber" minOccurs="0"/>
|
|
654
|
+
<xsd:element ref="ModelNumber" minOccurs="0"/>
|
|
655
|
+
<xsd:element ref="NumberOfUSBHubConnectorPorts" minOccurs="0"/>
|
|
656
|
+
<xsd:element ref="PressureLevels" minOccurs="0"/>
|
|
657
|
+
<xsd:element ref="TabletMaximumDataRate" minOccurs="0"/>
|
|
658
|
+
<xsd:element ref="TabletMinimumSystemRequirements" minOccurs="0"/>
|
|
659
|
+
<xsd:element ref="TabletResolution" minOccurs="0"/>
|
|
660
|
+
<xsd:element ref="TabletSurfaceActiveArea" minOccurs="0"/>
|
|
661
|
+
<xsd:element ref="TVTunerMemory" minOccurs="0"/>
|
|
662
|
+
<xsd:element ref="TVTunerVideoOutputInterface" minOccurs="0" maxOccurs="5"/>
|
|
663
|
+
<xsd:element ref="TVTunerVideoStandard" minOccurs="0"/>
|
|
664
|
+
<xsd:element ref="Voltage" minOccurs="0"/>
|
|
665
|
+
<xsd:element ref="Wattage" minOccurs="0"/>
|
|
666
|
+
<xsd:element name="PowerPlugType" type="PowerPlugType" minOccurs="0"/>
|
|
667
|
+
</xsd:sequence>
|
|
668
|
+
</xsd:complexType>
|
|
669
|
+
</xsd:element>
|
|
670
|
+
<xsd:element name="FlashMemory">
|
|
671
|
+
<xsd:complexType>
|
|
672
|
+
<xsd:sequence>
|
|
673
|
+
<xsd:element ref="VariationData" minOccurs="0"/>
|
|
674
|
+
<xsd:element ref="AdditionalFeatures" minOccurs="0"/>
|
|
675
|
+
<xsd:element ref="AudioOutputMode" minOccurs="0"/>
|
|
676
|
+
<xsd:element ref="CommunicationInterface" minOccurs="0"/>
|
|
677
|
+
<xsd:element ref="DigitalAudioCapacity" minOccurs="0"/>
|
|
678
|
+
<xsd:element ref="MemoryCardType" minOccurs="0"/>
|
|
679
|
+
<xsd:element ref="ModelNumber" minOccurs="0"/>
|
|
680
|
+
<xsd:element ref="MovementDetectionTechnology" minOccurs="0"/>
|
|
681
|
+
<xsd:element ref="RecordingCapacity" minOccurs="0"/>
|
|
682
|
+
<xsd:element ref="SpeedClassRating" minOccurs="0"/>
|
|
683
|
+
<xsd:element ref="Voltage" minOccurs="0"/>
|
|
684
|
+
<xsd:element ref="Wattage" minOccurs="0"/>
|
|
685
|
+
<xsd:element ref="WirelessStandard" minOccurs="0"/>
|
|
686
|
+
<xsd:element name="PowerPlugType" type="PowerPlugType" minOccurs="0"/>
|
|
687
|
+
</xsd:sequence>
|
|
688
|
+
</xsd:complexType>
|
|
689
|
+
</xsd:element>
|
|
690
|
+
<xsd:element name="Keyboards">
|
|
691
|
+
<xsd:complexType>
|
|
692
|
+
<xsd:sequence>
|
|
693
|
+
<xsd:element ref="VariationData" minOccurs="0"/>
|
|
694
|
+
<xsd:element ref="HandOrientation" minOccurs="0"/>
|
|
695
|
+
<xsd:element ref="InputDeviceDesignStyle" minOccurs="0"/>
|
|
696
|
+
<xsd:element ref="KeyboardDescription" minOccurs="0"/>
|
|
697
|
+
<xsd:element ref="ModelNumber" minOccurs="0"/>
|
|
698
|
+
<xsd:element ref="Voltage" minOccurs="0"/>
|
|
699
|
+
<xsd:element ref="Wattage" minOccurs="0"/>
|
|
700
|
+
<xsd:element ref="WirelessInputDeviceProtocol" minOccurs="0"/>
|
|
701
|
+
<xsd:element ref="WirelessInputDeviceTechnology" minOccurs="0"/>
|
|
702
|
+
</xsd:sequence>
|
|
703
|
+
</xsd:complexType>
|
|
704
|
+
</xsd:element>
|
|
705
|
+
<xsd:element name="MemoryReader">
|
|
706
|
+
<xsd:complexType>
|
|
707
|
+
<xsd:sequence>
|
|
708
|
+
<xsd:element ref="VariationData" minOccurs="0"/>
|
|
709
|
+
<xsd:element ref="AdditionalFeatures" minOccurs="0"/>
|
|
710
|
+
<xsd:element ref="AudioOutputMode" minOccurs="0"/>
|
|
711
|
+
<xsd:element ref="CardReaderInterface" minOccurs="0"/>
|
|
712
|
+
<xsd:element ref="CommunicationInterface" minOccurs="0"/>
|
|
713
|
+
<xsd:element ref="CompatibleMemoryCard" minOccurs="0" maxOccurs="8"/>
|
|
714
|
+
<xsd:element ref="DigitalAudioCapacity" minOccurs="0"/>
|
|
715
|
+
<xsd:element ref="ModelNumber" minOccurs="0"/>
|
|
716
|
+
<xsd:element ref="MovementDetectionTechnology" minOccurs="0"/>
|
|
717
|
+
<xsd:element ref="ReadSpeed" minOccurs="0"/>
|
|
718
|
+
<xsd:element ref="RecordingCapacity" minOccurs="0"/>
|
|
719
|
+
<xsd:element ref="SpeedClassRating" minOccurs="0"/>
|
|
720
|
+
<xsd:element ref="Voltage" minOccurs="0"/>
|
|
721
|
+
<xsd:element ref="Wattage" minOccurs="0"/>
|
|
722
|
+
<xsd:element ref="WirelessStandard" minOccurs="0"/>
|
|
723
|
+
<xsd:element ref="WriteSpeed" minOccurs="0"/>
|
|
724
|
+
<xsd:element name="PowerPlugType" type="PowerPlugType" minOccurs="0"/>
|
|
725
|
+
</xsd:sequence>
|
|
726
|
+
</xsd:complexType>
|
|
727
|
+
</xsd:element>
|
|
728
|
+
<xsd:element name="Motherboard">
|
|
729
|
+
<xsd:complexType>
|
|
730
|
+
<xsd:sequence>
|
|
731
|
+
<xsd:element ref="VariationData" minOccurs="0"/>
|
|
732
|
+
<xsd:element ref="AdditionalFeatures" minOccurs="0"/>
|
|
733
|
+
<xsd:element ref="CPUSocketType" minOccurs="0"/>
|
|
734
|
+
<xsd:element ref="FrontSideBusSpeed" minOccurs="0"/>
|
|
735
|
+
<xsd:element ref="GraphicsCardInterface" minOccurs="0" maxOccurs="2"/>
|
|
736
|
+
<xsd:element ref="HDMIPorts" minOccurs="0"/>
|
|
737
|
+
<xsd:element ref="IntegratedAudioChannels" minOccurs="0"/>
|
|
738
|
+
<xsd:element ref="MaxEthernetSpeed" minOccurs="0"/>
|
|
739
|
+
<xsd:element ref="MaxMemorySupported" minOccurs="0"/>
|
|
740
|
+
<xsd:element ref="MemoryStandard" minOccurs="0"/>
|
|
741
|
+
<xsd:element ref="ModelNumber" minOccurs="0"/>
|
|
742
|
+
<xsd:element ref="MotherboardFormFactor" minOccurs="0"/>
|
|
743
|
+
<xsd:element ref="MultiGPUTechnology" minOccurs="0"/>
|
|
744
|
+
<xsd:element ref="Northbridge" minOccurs="0"/>
|
|
745
|
+
<xsd:element ref="NumberOfeSATAPorts" minOccurs="0"/>
|
|
746
|
+
<xsd:element ref="NumberOfEthernetPorts" minOccurs="0"/>
|
|
747
|
+
<xsd:element ref="NumberOfFireWire400Ports" minOccurs="0"/>
|
|
748
|
+
<xsd:element ref="NumberOfFireWire800Ports" minOccurs="0"/>
|
|
749
|
+
<xsd:element ref="NumberOfIDEPorts" minOccurs="0"/>
|
|
750
|
+
<xsd:element ref="NumberOfMemorySlots" minOccurs="0"/>
|
|
751
|
+
<xsd:element ref="NumberOfPCIExpressSlots" minOccurs="0"/>
|
|
752
|
+
<xsd:element ref="NumberOfSATAPorts" minOccurs="0"/>
|
|
753
|
+
<xsd:element ref="NumberOfUSBPorts" minOccurs="0"/>
|
|
754
|
+
<xsd:element ref="OnboardVideo" minOccurs="0"/>
|
|
755
|
+
<xsd:element ref="SATARAID" minOccurs="0"/>
|
|
756
|
+
<xsd:element ref="SATAStandardsSupported" minOccurs="0" maxOccurs="3"/>
|
|
757
|
+
<xsd:element ref="Southbridge" minOccurs="0"/>
|
|
758
|
+
<xsd:element ref="SPDIFOutput" minOccurs="0"/>
|
|
759
|
+
<xsd:element ref="TypeOfMemorySlot" minOccurs="0"/>
|
|
760
|
+
<xsd:element ref="USBPortType" minOccurs="0"/>
|
|
761
|
+
<xsd:element ref="Voltage" minOccurs="0"/>
|
|
762
|
+
<xsd:element ref="Wattage" minOccurs="0"/>
|
|
763
|
+
</xsd:sequence>
|
|
764
|
+
</xsd:complexType>
|
|
765
|
+
</xsd:element>
|
|
766
|
+
<xsd:element name="NetworkingDevice">
|
|
767
|
+
<xsd:complexType>
|
|
768
|
+
<xsd:sequence>
|
|
769
|
+
<xsd:element ref="VariationData" minOccurs="0"/>
|
|
770
|
+
<xsd:element ref="AdditionalFeatures" minOccurs="0"/>
|
|
771
|
+
<xsd:element ref="AdditionalFunctionality" minOccurs="0" maxOccurs="4"/>
|
|
772
|
+
<xsd:element ref="IPProtocolStandards" minOccurs="0"/>
|
|
773
|
+
<xsd:element ref="LANPortBandwidth" minOccurs="0"/>
|
|
774
|
+
<xsd:element ref="LANPortNumber" minOccurs="0"/>
|
|
775
|
+
<xsd:element ref="MaxDownstreamTransmissionRate" minOccurs="0"/>
|
|
776
|
+
<xsd:element ref="MaxUpstreamTransmissionRate" minOccurs="0"/>
|
|
777
|
+
<xsd:element ref="ModelNumber" minOccurs="0"/>
|
|
778
|
+
<xsd:element ref="ModemType" minOccurs="0"/>
|
|
779
|
+
<xsd:element ref="NetworkAdapterType" minOccurs="0"/>
|
|
780
|
+
<xsd:element ref="OperatingSystemCompatability" minOccurs="0"/>
|
|
781
|
+
<xsd:element ref="SecurityProtocol" minOccurs="0"/>
|
|
782
|
+
<xsd:element ref="SimultaneousSessions" minOccurs="0"/>
|
|
783
|
+
<xsd:element ref="Voltage" minOccurs="0"/>
|
|
784
|
+
<xsd:element ref="Wattage" minOccurs="0"/>
|
|
785
|
+
<xsd:element ref="WirelessDataTransferRate" minOccurs="0"/>
|
|
786
|
+
<xsd:element ref="WirelessRouterTransmissionBand" minOccurs="0"/>
|
|
787
|
+
<xsd:element ref="WirelessTechnology" minOccurs="0"/>
|
|
788
|
+
<xsd:element name="PowerPlugType" type="PowerPlugType" minOccurs="0"/>
|
|
789
|
+
</xsd:sequence>
|
|
790
|
+
</xsd:complexType>
|
|
791
|
+
</xsd:element>
|
|
792
|
+
<xsd:element name="RamMemory">
|
|
793
|
+
<xsd:complexType>
|
|
794
|
+
<xsd:sequence>
|
|
795
|
+
<xsd:element ref="VariationData" minOccurs="0"/>
|
|
796
|
+
<xsd:element ref="AdditionalFeatures" minOccurs="0"/>
|
|
797
|
+
<xsd:element ref="CasLatency" minOccurs="0"/>
|
|
798
|
+
<xsd:element ref="ComputerMemoryFormFactor" minOccurs="0"/>
|
|
799
|
+
<xsd:element ref="ComputerMemoryTechnology" minOccurs="0"/>
|
|
800
|
+
<xsd:element ref="MaxMemorySpeed" minOccurs="0"/>
|
|
801
|
+
<xsd:element ref="MemoryCapacityPerSTICK" minOccurs="0"/>
|
|
802
|
+
<xsd:element ref="ModelNumber" minOccurs="0"/>
|
|
803
|
+
<xsd:element ref="MultiChannelKit" minOccurs="0"/>
|
|
804
|
+
<xsd:element ref="NumberOfMemorySticks" minOccurs="0"/>
|
|
805
|
+
<xsd:element ref="RAMClockSpeed" minOccurs="0"/>
|
|
806
|
+
<xsd:element ref="Voltage" minOccurs="0"/>
|
|
807
|
+
<xsd:element ref="VoltageRating" minOccurs="0"/>
|
|
808
|
+
<xsd:element ref="Wattage" minOccurs="0"/>
|
|
809
|
+
</xsd:sequence>
|
|
810
|
+
</xsd:complexType>
|
|
811
|
+
</xsd:element>
|
|
812
|
+
<xsd:element name="SoundCard">
|
|
813
|
+
<xsd:complexType>
|
|
814
|
+
<xsd:sequence>
|
|
815
|
+
<xsd:element ref="VariationData" minOccurs="0"/>
|
|
816
|
+
<xsd:element ref="AdditionalFeatures" minOccurs="0"/>
|
|
817
|
+
<xsd:element ref="BundledSoftware" minOccurs="0"/>
|
|
818
|
+
<xsd:element ref="Channels" minOccurs="0"/>
|
|
819
|
+
<xsd:element ref="LineIn" minOccurs="0"/>
|
|
820
|
+
<xsd:element ref="ModelNumber" minOccurs="0"/>
|
|
821
|
+
<xsd:element ref="OpticalIn" minOccurs="0"/>
|
|
822
|
+
<xsd:element ref="OpticalOut" minOccurs="0"/>
|
|
823
|
+
<xsd:element ref="SampleRate" minOccurs="0"/>
|
|
824
|
+
<xsd:element ref="SoundCardInterface" minOccurs="0"/>
|
|
825
|
+
<xsd:element ref="SoundCardMinSystemRequirements" minOccurs="0"/>
|
|
826
|
+
<xsd:element ref="SpeakerOut" minOccurs="0"/>
|
|
827
|
+
<xsd:element ref="Voltage" minOccurs="0"/>
|
|
828
|
+
<xsd:element ref="Wattage" minOccurs="0"/>
|
|
829
|
+
<xsd:element name="PowerPlugType" type="PowerPlugType" minOccurs="0"/>
|
|
830
|
+
</xsd:sequence>
|
|
831
|
+
</xsd:complexType>
|
|
832
|
+
</xsd:element>
|
|
833
|
+
<xsd:element name="SystemCabinet">
|
|
834
|
+
<xsd:complexType>
|
|
835
|
+
<xsd:sequence>
|
|
836
|
+
<xsd:element ref="VariationData" minOccurs="0"/>
|
|
837
|
+
<xsd:element ref="AdditionalFeatures" minOccurs="0"/>
|
|
838
|
+
<xsd:element ref="AirDuctLocation" minOccurs="0"/>
|
|
839
|
+
<xsd:element ref="ExpansionSlots" minOccurs="0"/>
|
|
840
|
+
<xsd:element ref="ExternalBayType" minOccurs="0" maxOccurs="5"/>
|
|
841
|
+
<xsd:element ref="HotswapBayType" minOccurs="0" maxOccurs="5"/>
|
|
842
|
+
<xsd:element ref="InternalBayType" minOccurs="0" maxOccurs="5"/>
|
|
843
|
+
<xsd:element ref="MaterialType" minOccurs="0"/>
|
|
844
|
+
<xsd:element ref="ModelNumber" minOccurs="0"/>
|
|
845
|
+
<xsd:element ref="MotherboardCompatibility" minOccurs="0"/>
|
|
846
|
+
<xsd:element ref="PanelWindowLocation" minOccurs="0"/>
|
|
847
|
+
<xsd:element ref="PowerSupplyMaxOutput" minOccurs="0"/>
|
|
848
|
+
<xsd:element ref="PowerSupplyMounting" minOccurs="0"/>
|
|
849
|
+
<xsd:element ref="SystemCabinetFormFactor" minOccurs="0"/>
|
|
850
|
+
<xsd:element ref="TotalFrontPanelAudioInPorts" minOccurs="0"/>
|
|
851
|
+
<xsd:element ref="TotalFrontPanelAudioOutPorts" minOccurs="0"/>
|
|
852
|
+
<xsd:element ref="TotalFrontPaneleSataPorts" minOccurs="0"/>
|
|
853
|
+
<xsd:element ref="TotalFrontPanelFirewire400Ports" minOccurs="0"/>
|
|
854
|
+
<xsd:element ref="TotalFrontPanelFirewire800Ports" minOccurs="0"/>
|
|
855
|
+
<xsd:element ref="TotalFrontPanelUSB1.0Ports" minOccurs="0"/>
|
|
856
|
+
<xsd:element ref="TotalFrontPanelUSB1.1Ports" minOccurs="0"/>
|
|
857
|
+
<xsd:element ref="TotalFrontPanelUSB2.0Ports" minOccurs="0"/>
|
|
858
|
+
<xsd:element ref="TotalFrontPanelUSB3.0Ports" minOccurs="0"/>
|
|
859
|
+
<xsd:element ref="TotalNumberOfExternalBays" minOccurs="0"/>
|
|
860
|
+
<xsd:element ref="TotalNumberOfHotswapBays" minOccurs="0"/>
|
|
861
|
+
<xsd:element ref="TotalNumberOfInternalBays" minOccurs="0"/>
|
|
862
|
+
<xsd:element ref="Voltage" minOccurs="0"/>
|
|
863
|
+
<xsd:element ref="Wattage" minOccurs="0"/>
|
|
864
|
+
<xsd:element name="PowerPlugType" type="PowerPlugType" minOccurs="0"/>
|
|
865
|
+
</xsd:sequence>
|
|
866
|
+
</xsd:complexType>
|
|
867
|
+
</xsd:element>
|
|
868
|
+
<xsd:element name="SystemPowerDevice">
|
|
869
|
+
<xsd:complexType>
|
|
870
|
+
<xsd:sequence>
|
|
871
|
+
<xsd:element ref="VariationData" minOccurs="0"/>
|
|
872
|
+
<xsd:element ref="AdditionalFeatures" minOccurs="0"/>
|
|
873
|
+
<xsd:element ref="EnergyEfficiencyRating" minOccurs="0"/>
|
|
874
|
+
<xsd:element ref="MainPowerConnector" minOccurs="0"/>
|
|
875
|
+
<xsd:element ref="ModelNumber" minOccurs="0"/>
|
|
876
|
+
<xsd:element ref="Modular" minOccurs="0"/>
|
|
877
|
+
<xsd:element ref="NumberOfSATAPowerConnectors" minOccurs="0"/>
|
|
878
|
+
<xsd:element ref="PCIExpressConnectorConfiguration" minOccurs="0"/>
|
|
879
|
+
<xsd:element ref="PowerFactorCorrection" minOccurs="0"/>
|
|
880
|
+
<xsd:element ref="PowerSupplyFormFactor" minOccurs="0"/>
|
|
881
|
+
<xsd:element ref="PowerSupplyMaxOutput" minOccurs="0"/>
|
|
882
|
+
<xsd:element ref="SLICertification" minOccurs="0"/>
|
|
883
|
+
<xsd:element ref="Voltage" minOccurs="0"/>
|
|
884
|
+
<xsd:element ref="Wattage" minOccurs="0"/>
|
|
885
|
+
<xsd:element name="PowerPlugType" type="PowerPlugType" minOccurs="0"/>
|
|
886
|
+
</xsd:sequence>
|
|
887
|
+
</xsd:complexType>
|
|
888
|
+
</xsd:element>
|
|
889
|
+
<xsd:element name="TabletComputer">
|
|
890
|
+
<xsd:complexType>
|
|
891
|
+
<xsd:sequence>
|
|
892
|
+
<xsd:element ref="VariationData" minOccurs="0"/>
|
|
893
|
+
<xsd:element ref="AdditionalDrives" minOccurs="0" maxOccurs="10"/>
|
|
894
|
+
<xsd:element ref="Audio" minOccurs="0"/>
|
|
895
|
+
<xsd:element ref="BatteryChargeCycles" minOccurs="0"/>
|
|
896
|
+
<xsd:element ref="CardReader" minOccurs="0"/>
|
|
897
|
+
<xsd:element ref="ComputerMemoryType" minOccurs="0" maxOccurs="10"/>
|
|
898
|
+
<xsd:element ref="ConnectivityType" minOccurs="0"/>
|
|
899
|
+
<xsd:element ref="DisplayResolutionMaximum" minOccurs="0"/>
|
|
900
|
+
<xsd:element ref="FrontWebcamResolution" minOccurs="0"/>
|
|
901
|
+
<xsd:element name="GraphicsCard" minOccurs="0" maxOccurs="2">
|
|
902
|
+
<xsd:complexType>
|
|
903
|
+
<xsd:sequence>
|
|
904
|
+
<xsd:element name="GraphicsDescription" type="MediumStringNotNull"/>
|
|
905
|
+
<xsd:element name="GraphicsRAMSize" type="MemorySizeDimension"/>
|
|
906
|
+
<xsd:element ref="GraphicsCardInterface"/>
|
|
907
|
+
</xsd:sequence>
|
|
908
|
+
</xsd:complexType>
|
|
909
|
+
</xsd:element>
|
|
910
|
+
<xsd:element ref="GraphicsChipsetBrand" minOccurs="0"/>
|
|
911
|
+
<xsd:element ref="GraphicsCoProcessor" minOccurs="0"/>
|
|
912
|
+
<xsd:element ref="GraphicsRAMType" minOccurs="0"/>
|
|
913
|
+
<xsd:element ref="HardDiskRotationalSpeed" minOccurs="0"/>
|
|
914
|
+
<xsd:element ref="HardDiskTechnology" minOccurs="0"/>
|
|
915
|
+
<xsd:element ref="HardDriveInterface" minOccurs="0" maxOccurs="4"/>
|
|
916
|
+
<xsd:element ref="HardDriveSize" minOccurs="0" maxOccurs="8"/>
|
|
917
|
+
<xsd:element ref="HardwarePlatform" minOccurs="0"/>
|
|
918
|
+
<xsd:element ref="HasColorScreen" minOccurs="0"/>
|
|
919
|
+
<xsd:element ref="MaxExpandedMemorySupported" minOccurs="0"/>
|
|
920
|
+
<xsd:element ref="ModelNumber" minOccurs="0"/>
|
|
921
|
+
<xsd:element ref="NotebookDisplayTechnology" minOccurs="0"/>
|
|
922
|
+
<xsd:element ref="NumberOfAudioOutPorts" minOccurs="0"/>
|
|
923
|
+
<xsd:element ref="NumberOfDMIPorts" minOccurs="0"/>
|
|
924
|
+
<xsd:element ref="NumberOfEthernetPorts" minOccurs="0"/>
|
|
925
|
+
<xsd:element ref="NumberOfFirewirePorts" minOccurs="0"/>
|
|
926
|
+
<xsd:element ref="NumberOfGamingPorts" minOccurs="0"/>
|
|
927
|
+
<xsd:element ref="NumberOfHDMIPorts" minOccurs="0"/>
|
|
928
|
+
<xsd:element ref="NumberOfLPT1PrinterPorts" minOccurs="0"/>
|
|
929
|
+
<xsd:element ref="NumberOfMicrophonePorts" minOccurs="0"/>
|
|
930
|
+
<xsd:element ref="NumberOfPS2Ports" minOccurs="0"/>
|
|
931
|
+
<xsd:element ref="NumberOfSerialPorts" minOccurs="0"/>
|
|
932
|
+
<xsd:element ref="NumberOfUSB2.0Ports" minOccurs="0"/>
|
|
933
|
+
<xsd:element ref="NumberOfUSB3.0Ports" minOccurs="0"/>
|
|
934
|
+
<xsd:element ref="NumberOfVGAPorts" minOccurs="0"/>
|
|
935
|
+
<xsd:element ref="OperatingSystem" maxOccurs="2"/>
|
|
936
|
+
<xsd:element ref="OpticalDriveIntegrated" minOccurs="0"/>
|
|
937
|
+
<xsd:element ref="OpticalStorageDeviceType" minOccurs="0"/>
|
|
938
|
+
<xsd:element ref="ProcessorBrand" minOccurs="0"/>
|
|
939
|
+
<xsd:element ref="ProcessorCount" minOccurs="0"/>
|
|
940
|
+
<xsd:element ref="ProcessorSocket" minOccurs="0"/>
|
|
941
|
+
<xsd:element ref="ProcessorSpeed" minOccurs="0"/>
|
|
942
|
+
<xsd:element ref="ProcessorType" minOccurs="0"/>
|
|
943
|
+
<xsd:element ref="RAMClockSpeed" minOccurs="0"/>
|
|
944
|
+
<xsd:element ref="RAMFormFactor" minOccurs="0"/>
|
|
945
|
+
<xsd:element ref="RAMSize" minOccurs="0"/>
|
|
946
|
+
<xsd:element ref="RAMTechnology" minOccurs="0"/>
|
|
947
|
+
<xsd:element ref="RearWebcamResolution" minOccurs="0"/>
|
|
948
|
+
<xsd:element ref="ResponseTime" minOccurs="0"/>
|
|
949
|
+
<xsd:element ref="ScreenResolution" minOccurs="0"/>
|
|
950
|
+
<xsd:element ref="ScreenSize" minOccurs="0"/>
|
|
951
|
+
<xsd:element ref="Series" minOccurs="0"/>
|
|
952
|
+
<xsd:element ref="SoftwareIncluded" minOccurs="0"/>
|
|
953
|
+
<xsd:element ref="Speaker" minOccurs="0"/>
|
|
954
|
+
<xsd:element ref="TabletInputMethod" minOccurs="0" maxOccurs="5"/>
|
|
955
|
+
<xsd:element ref="TunerTechnology" minOccurs="0"/>
|
|
956
|
+
<xsd:element ref="ViewingAngle" minOccurs="0"/>
|
|
957
|
+
<xsd:element ref="Voltage" minOccurs="0"/>
|
|
958
|
+
<xsd:element ref="Wattage" minOccurs="0"/>
|
|
959
|
+
<xsd:element ref="WirelessCarrier" minOccurs="0" maxOccurs="3"/>
|
|
960
|
+
<xsd:element ref="WirelessType" minOccurs="0" maxOccurs="3"/>
|
|
961
|
+
</xsd:sequence>
|
|
962
|
+
</xsd:complexType>
|
|
963
|
+
</xsd:element>
|
|
964
|
+
<xsd:element name="VideoCard">
|
|
965
|
+
<xsd:complexType>
|
|
966
|
+
<xsd:sequence>
|
|
967
|
+
<xsd:element ref="VariationData" minOccurs="0"/>
|
|
968
|
+
<xsd:element ref="AdditionalFeatures" minOccurs="0"/>
|
|
969
|
+
<xsd:element ref="CoreClock" minOccurs="0"/>
|
|
970
|
+
<xsd:element ref="EffectiveMemoryClock" minOccurs="0"/>
|
|
971
|
+
<xsd:element ref="GraphicsCardCooler" minOccurs="0"/>
|
|
972
|
+
<xsd:element ref="GraphicsCardInterface" minOccurs="0" maxOccurs="2"/>
|
|
973
|
+
<xsd:element ref="GraphicsCardMaxResolution" minOccurs="0"/>
|
|
974
|
+
<xsd:element ref="GraphicsCardMemoryInterface" minOccurs="0"/>
|
|
975
|
+
<xsd:element ref="GraphicsCardMemoryType" minOccurs="0"/>
|
|
976
|
+
<xsd:element ref="GraphicsChipsetBrand" minOccurs="0"/>
|
|
977
|
+
<xsd:element ref="GraphicsCoProcessor" minOccurs="0"/>
|
|
978
|
+
<xsd:element ref="GraphicsRAMSize" minOccurs="0" maxOccurs="2"/>
|
|
979
|
+
<xsd:element ref="GraphicsRAMType" minOccurs="0"/>
|
|
980
|
+
<xsd:element ref="ModelNumber" minOccurs="0"/>
|
|
981
|
+
<xsd:element ref="MultiGPUTechnology" minOccurs="0"/>
|
|
982
|
+
<xsd:element ref="ShaderClock" minOccurs="0"/>
|
|
983
|
+
<xsd:element ref="ThreeDAPI" minOccurs="0" maxOccurs="3"/>
|
|
984
|
+
<xsd:element ref="TotalCompositePorts" minOccurs="0"/>
|
|
985
|
+
<xsd:element ref="TotalDVIPorts" minOccurs="0"/>
|
|
986
|
+
<xsd:element ref="TotalHDMIPorts" minOccurs="0"/>
|
|
987
|
+
<xsd:element ref="TotalMiniHDMIPorts" minOccurs="0"/>
|
|
988
|
+
<xsd:element ref="TotalSVideoOutPorts" minOccurs="0"/>
|
|
989
|
+
<xsd:element ref="TotalVGAOutPorts" minOccurs="0"/>
|
|
990
|
+
<xsd:element ref="Voltage" minOccurs="0"/>
|
|
991
|
+
<xsd:element ref="Wattage" minOccurs="0"/>
|
|
992
|
+
</xsd:sequence>
|
|
993
|
+
</xsd:complexType>
|
|
994
|
+
</xsd:element>
|
|
995
|
+
<xsd:element name="Webcam">
|
|
996
|
+
<xsd:complexType>
|
|
997
|
+
<xsd:sequence>
|
|
998
|
+
<xsd:element ref="VariationData" minOccurs="0"/>
|
|
999
|
+
<xsd:element ref="BuiltInMicrophone" minOccurs="0"/>
|
|
1000
|
+
<xsd:element ref="CameraType" minOccurs="0"/>
|
|
1001
|
+
<xsd:element ref="DigitalStillResolution" minOccurs="0"/>
|
|
1002
|
+
<xsd:element ref="ImageSensor" minOccurs="0"/>
|
|
1003
|
+
<xsd:element ref="InputType" minOccurs="0"/>
|
|
1004
|
+
<xsd:element ref="MaxWebcamImageResolution" minOccurs="0"/>
|
|
1005
|
+
<xsd:element ref="MinimumSystemRequirements" minOccurs="0"/>
|
|
1006
|
+
<xsd:element ref="ModelNumber" minOccurs="0"/>
|
|
1007
|
+
<xsd:element ref="NetworkingProtocol" minOccurs="0"/>
|
|
1008
|
+
<xsd:element ref="VideoCallingResolution" minOccurs="0"/>
|
|
1009
|
+
<xsd:element ref="Voltage" minOccurs="0"/>
|
|
1010
|
+
<xsd:element ref="Wattage" minOccurs="0"/>
|
|
1011
|
+
<xsd:element ref="WebcamVideoCaptureResolution" minOccurs="0"/>
|
|
1012
|
+
<xsd:element ref="WirelessStandard" minOccurs="0"/>
|
|
1013
|
+
<xsd:element name="PowerPlugType" type="PowerPlugType" minOccurs="0"/>
|
|
1014
|
+
</xsd:sequence>
|
|
1015
|
+
</xsd:complexType>
|
|
1016
|
+
</xsd:element>
|
|
1017
|
+
<!--
|
|
1018
|
+
###############################################################
|
|
1019
|
+
# Computers Elements
|
|
1020
|
+
###############################################################
|
|
1021
|
+
-->
|
|
1022
|
+
<xsd:element name="VariationData">
|
|
1023
|
+
<xsd:complexType>
|
|
1024
|
+
<xsd:sequence>
|
|
1025
|
+
<xsd:element name="Parentage">
|
|
1026
|
+
<xsd:simpleType>
|
|
1027
|
+
<xsd:restriction base="xsd:string">
|
|
1028
|
+
<xsd:enumeration value="parent"/>
|
|
1029
|
+
<xsd:enumeration value="child"/>
|
|
1030
|
+
</xsd:restriction>
|
|
1031
|
+
</xsd:simpleType>
|
|
1032
|
+
</xsd:element>
|
|
1033
|
+
<xsd:element name="VariationTheme" minOccurs="0">
|
|
1034
|
+
<xsd:simpleType>
|
|
1035
|
+
<xsd:restriction base="xsd:string"/>
|
|
1036
|
+
</xsd:simpleType>
|
|
1037
|
+
</xsd:element>
|
|
1038
|
+
</xsd:sequence>
|
|
1039
|
+
</xsd:complexType>
|
|
1040
|
+
</xsd:element>
|
|
1041
|
+
<xsd:element name="ModelNumber" type="FortyStringNotNull"/>
|
|
1042
|
+
<xsd:element name="ThreeDAPI" type="ThirtyString"/>
|
|
1043
|
+
<xsd:element name="ThreeDReady" type="TwentyString"/>
|
|
1044
|
+
<xsd:element name="ACAdapterCurrent" type="CurrentFiveDigitDimension"/>
|
|
1045
|
+
<xsd:element name="ACAdapterIncluded" type="xsd:boolean"/>
|
|
1046
|
+
<xsd:element name="AdditionalDrives" type="AdditionalDrivesTypeValues"/>
|
|
1047
|
+
<xsd:element name="AdditionalFeatures" type="LongString"/>
|
|
1048
|
+
<xsd:element name="AdditionalFunctionality" type="ThirtyString"/>
|
|
1049
|
+
<xsd:element name="AirDuctLocation" type="TenString"/>
|
|
1050
|
+
<xsd:element name="AspectRatio" type="String"/>
|
|
1051
|
+
<xsd:element name="AudibleNoise" type="SevenDigitDecimal"/>
|
|
1052
|
+
<xsd:element name="Audio" type="HundredString"/>
|
|
1053
|
+
<xsd:element name="AudioOutputMode" type="String"/>
|
|
1054
|
+
<xsd:element name="AutomaticBackupSoftwareIncluded" type="xsd:boolean"/>
|
|
1055
|
+
<xsd:element name="Averagelatency" type="TenDigitInteger"/>
|
|
1056
|
+
<xsd:element name="Averageseektime" type="TenDigitInteger"/>
|
|
1057
|
+
<xsd:element name="Averagewritetime" type="TenDigitInteger"/>
|
|
1058
|
+
<xsd:element name="BatteryChargeCycles" type="SixDigitInteger"/>
|
|
1059
|
+
<xsd:element name="BufferSize" type="MemorySizeIntegerDimension"/>
|
|
1060
|
+
<xsd:element name="BuiltInMicrophone" type="SuperLongString"/>
|
|
1061
|
+
<xsd:element name="BuiltinSpeaker" type="FiveDigitInteger"/>
|
|
1062
|
+
<xsd:element name="BundledSoftware" type="LongString"/>
|
|
1063
|
+
<xsd:element name="CableInterface" type="TwentyString"/>
|
|
1064
|
+
<xsd:element name="CableLength" type="LengthSevenDigitDimension"/>
|
|
1065
|
+
<xsd:element name="CableSpeed" type="DataTransferSpeedDimension"/>
|
|
1066
|
+
<xsd:element name="CableType" type="String"/>
|
|
1067
|
+
<xsd:element name="CacheMemory" type="MemorySizeIntegerDimension"/>
|
|
1068
|
+
<xsd:element name="CacheSize" type="MemorySizeIntegerDimension"/>
|
|
1069
|
+
<xsd:element name="CameraType" type="SuperLongString"/>
|
|
1070
|
+
<xsd:element name="CardReader" type="CardReaderTypeValues"/>
|
|
1071
|
+
<xsd:element name="CardReaderInterface" type="CardReaderInterfaceTypeValues"/>
|
|
1072
|
+
<xsd:element name="CasLatency" type="ThreeDigitInteger"/>
|
|
1073
|
+
<xsd:element name="Channels" type="ThreeDigitDecimal"/>
|
|
1074
|
+
<xsd:element name="CheckpointTSAFriendly" type="ThirtyString"/>
|
|
1075
|
+
<xsd:element name="ChipsetType" type="String"/>
|
|
1076
|
+
<xsd:element name="CommunicationInterface" type="SuperLongString"/>
|
|
1077
|
+
<xsd:element name="CompatibleDeviceFormFactor" type="TwentyString"/>
|
|
1078
|
+
<xsd:element name="CompatibleDevices" type="MediumString"/>
|
|
1079
|
+
<xsd:element name="CompatibleDeviceSize" type="FiveDigitDecimal"/>
|
|
1080
|
+
<xsd:element name="CompatibleMemoryCard" type="CompatibleMemoryCardTypeValues"/>
|
|
1081
|
+
<xsd:element name="CompatibleProcessorTypes" type="String"/>
|
|
1082
|
+
<xsd:element name="ComponentWriteSpeed" type="FiveDigitInteger"/>
|
|
1083
|
+
<xsd:element name="ComputerMemoryFormFactor" type="TwentyString"/>
|
|
1084
|
+
<xsd:element name="ComputerMemoryTechnology" type="String"/>
|
|
1085
|
+
<xsd:element name="ComputerMemoryType" type="ComputerMemoryTypeValues"/>
|
|
1086
|
+
<xsd:element name="ComputerWirelessType" type="ComputerWirelessTypeValues"/>
|
|
1087
|
+
<xsd:element name="Conductor" type="String"/>
|
|
1088
|
+
<xsd:element name="ConnectionInterface" type="ConnectionTypeValues"/>
|
|
1089
|
+
<xsd:element name="ConnectionType" type="ConnectionTypeValues"/>
|
|
1090
|
+
<xsd:element name="ConnectivityType" type="SuperLongString"/>
|
|
1091
|
+
<xsd:element name="ConnectorNumber" type="ThreeDigitInteger"/>
|
|
1092
|
+
<xsd:element name="ConnectorType" type="String"/>
|
|
1093
|
+
<xsd:element name="ContrastRatio" type="TenString"/>
|
|
1094
|
+
<xsd:element name="CoolingType" type="TwentyString"/>
|
|
1095
|
+
<xsd:element name="CoreClock" type="FrequencyIntegerDimension"/>
|
|
1096
|
+
<xsd:element name="CPUSocketCompatability" type="TwentyString"/>
|
|
1097
|
+
<xsd:element name="CPUSocketType" type="ThirtyString"/>
|
|
1098
|
+
<xsd:element name="DeviceHardwareCompatability" type="MediumString"/>
|
|
1099
|
+
<xsd:element name="DeviceSoftwareCompatability" type="MediumString"/>
|
|
1100
|
+
<xsd:element name="DigitalAudioCapacity" type="String"/>
|
|
1101
|
+
<xsd:element name="DigitalMediaFormat" type="DigitalMediaFormatTypeValues"/>
|
|
1102
|
+
<xsd:element name="DigitalStillResolution" type="ResolutionFiveDigitDimension"/>
|
|
1103
|
+
<xsd:element name="DisplayResolutionMaximum" type="FortyString"/>
|
|
1104
|
+
<xsd:element name="DisplayTechnology" type="String"/>
|
|
1105
|
+
<xsd:element name="DockingStationExternalInterface"
|
|
1106
|
+
type="DockingStationExternalInterfaceTypeValues"/>
|
|
1107
|
+
<xsd:element name="DriveRPM" type="TenDigitInteger"/>
|
|
1108
|
+
<xsd:element name="EffectiveInputArea" type="String"/>
|
|
1109
|
+
<xsd:element name="EffectiveMemoryClock" type="FrequencyIntegerDimension"/>
|
|
1110
|
+
<xsd:element name="EnergyEfficiencyRating" type="ThirtyString"/>
|
|
1111
|
+
<xsd:element name="ExpansionSlots" type="ThreeDigitInteger"/>
|
|
1112
|
+
<xsd:element name="ExternalBayType" type="LengthFourDigitDimension"/>
|
|
1113
|
+
<xsd:element name="FanIncluded" type="TwoDigitInteger"/>
|
|
1114
|
+
<xsd:element name="FanLED" type="String"/>
|
|
1115
|
+
<xsd:element name="FanMaximumAirflow" type="AirflowDimension"/>
|
|
1116
|
+
<xsd:element name="FanMaximumNoiseLevel" type="NoiseLevelSixDigitDimension"/>
|
|
1117
|
+
<xsd:element name="FanMaximumSpeed" type="SpeedSixDigitDimension"/>
|
|
1118
|
+
<xsd:element name="FanPowerConnector" type="TwentyString"/>
|
|
1119
|
+
<xsd:element name="FrequencyRange" type="String"/>
|
|
1120
|
+
<xsd:element name="FrontSideBusSpeed" type="PositiveInteger"/>
|
|
1121
|
+
<xsd:element name="FrontWebcamResolution" type="ResolutionFiveDigitDimension"/>
|
|
1122
|
+
<xsd:element name="GraphicsCardCooler" type="TwentyString"/>
|
|
1123
|
+
<xsd:element name="GraphicsCardInterface" type="GraphicsCardInterfaceTypeValues"/>
|
|
1124
|
+
<xsd:element name="GraphicsCardMaxResolution" type="TwentyString"/>
|
|
1125
|
+
<xsd:element name="GraphicsCardMemoryInterface" type="MemoryInterfaceDimension"/>
|
|
1126
|
+
<xsd:element name="GraphicsCardMemoryType" type="TwentyString"/>
|
|
1127
|
+
<xsd:element name="GraphicsChipsetBrand" type="String"/>
|
|
1128
|
+
<xsd:element name="GraphicsCoProcessor" type="String"/>
|
|
1129
|
+
<xsd:element name="GraphicsDescription" type="MediumString"/>
|
|
1130
|
+
<xsd:element name="GraphicsRAMSize" type="MemorySizeDimension"/>
|
|
1131
|
+
<xsd:element name="GraphicsRAMType" type="GraphicsRAMTypeValues"/>
|
|
1132
|
+
<xsd:element name="HandOrientation" type="String"/>
|
|
1133
|
+
<xsd:element name="HardDiskRotationalSpeed" type="Dimension"/>
|
|
1134
|
+
<xsd:element name="HardDiskTechnology" type="String"/>
|
|
1135
|
+
<xsd:element name="HardDriveInterface" type="HardDriveInterfaceTypeValues"/>
|
|
1136
|
+
<xsd:element name="HardDriveSize" type="MemorySizeDimension"/>
|
|
1137
|
+
<xsd:element name="HardwarePlatform" type="String"/>
|
|
1138
|
+
<xsd:element name="HasAutoFocus" type="xsd:boolean"/>
|
|
1139
|
+
<xsd:element name="HasColorScreen" type="xsd:boolean"/>
|
|
1140
|
+
<xsd:element name="HasProgrammableButtons" type="xsd:boolean"/>
|
|
1141
|
+
<xsd:element name="HDMIPorts" type="ThreeDigitInteger"/>
|
|
1142
|
+
<xsd:element name="HeadphoneStyle" type="String"/>
|
|
1143
|
+
<xsd:element name="HeatsinkMaterial" type="TwentyString"/>
|
|
1144
|
+
<xsd:element name="HolderCapacity" type="String"/>
|
|
1145
|
+
<xsd:element name="HotswapBayType" type="LengthFourDigitDimension"/>
|
|
1146
|
+
<xsd:element name="ImageDiagonalSize" type="LengthSevenDigitDimension"/>
|
|
1147
|
+
<xsd:element name="ImageSensor" type="SuperLongString"/>
|
|
1148
|
+
<xsd:element name="IncludedHarddrivedescription" type="HundredString"/>
|
|
1149
|
+
<xsd:element name="InputDeviceDesignStyle" type="String"/>
|
|
1150
|
+
<xsd:element name="InputDeviceInterfaceTechnology"
|
|
1151
|
+
type="InputDeviceInterfaceTechnologyTypeValues"/>
|
|
1152
|
+
<xsd:element name="InputType" type="InputTypeValues"/>
|
|
1153
|
+
<xsd:element name="InputVideoCompatability" type="TwentyString"/>
|
|
1154
|
+
<xsd:element name="InputVideoConnectors" type="InputVideoConnectorsTypeValues"/>
|
|
1155
|
+
<xsd:element name="IntegratedAudioChannels" type="ThreeDigitInteger"/>
|
|
1156
|
+
<xsd:element name="InterfaceType" type="InterfaceTypeValues"/>
|
|
1157
|
+
<xsd:element name="InternalBayType" type="LengthFourDigitDimension"/>
|
|
1158
|
+
<xsd:element name="InternalConnector" type="InternalConnectorTypeValues"/>
|
|
1159
|
+
<xsd:element name="IPProtocolStandards" type="IPProtocolStandardsTypeValues"/>
|
|
1160
|
+
<xsd:element name="KeyboardDescription" type="String"/>
|
|
1161
|
+
<xsd:element name="KeystoneCorrection" type="LengthSevenDigitDimension"/>
|
|
1162
|
+
<xsd:element name="LampLife" type="BurnTimeSixDigitDimension"/>
|
|
1163
|
+
<xsd:element name="LampWattage" type="FiveDigitInteger"/>
|
|
1164
|
+
<xsd:element name="LANPortBandwidth" type="String"/>
|
|
1165
|
+
<xsd:element name="LANPortNumber" type="ThreeDigitInteger"/>
|
|
1166
|
+
<xsd:element name="LargestFanSize" type="LengthFiveDigitDimension"/>
|
|
1167
|
+
<xsd:element name="LineIn" type="HundredString"/>
|
|
1168
|
+
<xsd:element name="MainPowerConnector" type="TwentyString"/>
|
|
1169
|
+
<xsd:element name="MaterialType" type="String"/>
|
|
1170
|
+
<xsd:element name="MaxDownstreamTransmissionRate"
|
|
1171
|
+
type="DataTransferSpeedFiveDigitIntegerDimension"/>
|
|
1172
|
+
<xsd:element name="MaxEthernetSpeed" type="MaxEthernetSpeedTypeValues"/>
|
|
1173
|
+
<xsd:element name="MaxExpandedMemorySupported" type="MemorySizeDimension"/>
|
|
1174
|
+
<xsd:element name="MaximumHorizontalRefreshRate" type="FrequencyFiveDigitIntegerDimension"/>
|
|
1175
|
+
<xsd:element name="MaximumHorizontalVideoResolution" type="FiveDigitInteger"/>
|
|
1176
|
+
<xsd:element name="MaximumImageSize" type="LengthSevenDigitDimension"/>
|
|
1177
|
+
<xsd:element name="MaximumOperatingDistance" type="LengthIntegerDimension"/>
|
|
1178
|
+
<xsd:element name="MaximumThrowDistance" type="SevenDigitDecimal"/>
|
|
1179
|
+
<xsd:element name="MaximumThrowRatio" type="TenString"/>
|
|
1180
|
+
<xsd:element name="MaximumVerticalRefreshRate" type="FrequencyFiveDigitIntegerDimension"/>
|
|
1181
|
+
<xsd:element name="MaximumVerticalVideoResolution" type="FiveDigitInteger"/>
|
|
1182
|
+
<xsd:element name="MaxMemorySpeed" type="Dimension"/>
|
|
1183
|
+
<xsd:element name="MaxMemorySupported" type="MemorySizeIntegerDimension"/>
|
|
1184
|
+
<xsd:element name="MaxUpstreamTransmissionRate"
|
|
1185
|
+
type="DataTransferSpeedFiveDigitIntegerDimension"/>
|
|
1186
|
+
<xsd:element name="MaxWebcamImageResolution" type="ResolutionFiveDigitDimension"/>
|
|
1187
|
+
<xsd:element name="MediaInput" type="String"/>
|
|
1188
|
+
<xsd:element name="MemoryCapacityPerSTICK" type="MemorySizeFiveDigitIntegerDimension"/>
|
|
1189
|
+
<xsd:element name="MemoryCardType" type="MemoryCardTypeValues"/>
|
|
1190
|
+
<xsd:element name="MemorySlotsAvailable" type="String"/>
|
|
1191
|
+
<xsd:element name="MemoryStandard" type="String"/>
|
|
1192
|
+
<xsd:element name="MemoryStorageCapacity" type="MemorySizeIntegerDimension"/>
|
|
1193
|
+
<xsd:element name="MinimumHorizontalRefreshRate" type="FrequencyFiveDigitIntegerDimension"/>
|
|
1194
|
+
<xsd:element name="MinimumImageSize" type="LengthSevenDigitDimension"/>
|
|
1195
|
+
<xsd:element name="MinimumSystemRequirements" type="HundredString"/>
|
|
1196
|
+
<xsd:element name="MinimumThrowDistance" type="SevenDigitDecimal"/>
|
|
1197
|
+
<xsd:element name="MinimumThrowRatio" type="TenString"/>
|
|
1198
|
+
<xsd:element name="MinimumVerticalRefreshRate" type="FrequencyFiveDigitIntegerDimension"/>
|
|
1199
|
+
<xsd:element name="ModemType" type="ModemTypeValues"/>
|
|
1200
|
+
<xsd:element name="Modular" type="SuperLongString"/>
|
|
1201
|
+
<xsd:element name="MonitorBrightness" type="LuminanceFiveDigitDimension"/>
|
|
1202
|
+
<xsd:element name="MonitorConnectors" type="MonitorConnectorsTypeValues"/>
|
|
1203
|
+
<xsd:element name="MotherboardCompatibility" type="MediumString"/>
|
|
1204
|
+
<xsd:element name="MotherboardFormFactor" type="TwentyString"/>
|
|
1205
|
+
<xsd:element name="MovementDetectionTechnology" type="xsd:boolean"/>
|
|
1206
|
+
<xsd:element name="MultiChannelKit" type="ThreeDigitInteger"/>
|
|
1207
|
+
<xsd:element name="MultiGPUTechnology" type="TwentyString"/>
|
|
1208
|
+
<xsd:element name="NASNetworkInterface" type="DataTransferSpeedIntegerDimension"/>
|
|
1209
|
+
<xsd:element name="NetworkAdapterType" type="SuperLongString"/>
|
|
1210
|
+
<xsd:element name="NetworkingProtocol" type="ThirtyString"/>
|
|
1211
|
+
<xsd:element name="NoiseCanceling" type="TwentyString"/>
|
|
1212
|
+
<xsd:element name="Northbridge" type="String"/>
|
|
1213
|
+
<xsd:element name="NotebookDisplayTechnology" type="String"/>
|
|
1214
|
+
<xsd:element name="NumberOfAudioOutPorts" type="ThreeDigitInteger"/>
|
|
1215
|
+
<xsd:element name="NumberOfButtons" type="ThreeDigitInteger"/>
|
|
1216
|
+
<xsd:element name="NumberOfDMIPorts" type="ThreeDigitInteger"/>
|
|
1217
|
+
<xsd:element name="NumberOfeSATAPorts" type="ThreeDigitInteger"/>
|
|
1218
|
+
<xsd:element name="NumberOfEthernetPorts" type="ThreeDigitInteger"/>
|
|
1219
|
+
<xsd:element name="NumberOfexternalBays" type="TenDigitInteger"/>
|
|
1220
|
+
<xsd:element name="NumberOfFans" type="ThreeDigitInteger"/>
|
|
1221
|
+
<xsd:element name="NumberOfFireWire400Ports" type="ThreeDigitInteger"/>
|
|
1222
|
+
<xsd:element name="NumberOfFireWire800Ports" type="ThreeDigitInteger"/>
|
|
1223
|
+
<xsd:element name="NumberOfFirewirePorts" type="ThreeDigitInteger"/>
|
|
1224
|
+
<xsd:element name="NumberOfGamingPorts" type="ThreeDigitInteger"/>
|
|
1225
|
+
<xsd:element name="NumberOfHardDrives" type="PositiveInteger"/>
|
|
1226
|
+
<xsd:element name="NumberOfHDMIPorts" type="ThreeDigitInteger"/>
|
|
1227
|
+
<xsd:element name="NumberOfIDEPorts" type="ThreeDigitInteger"/>
|
|
1228
|
+
<xsd:element name="NumberOfInternalBays" type="TenDigitInteger"/>
|
|
1229
|
+
<xsd:element name="NumberOfLithiumIonCells" type="PositiveInteger"/>
|
|
1230
|
+
<xsd:element name="NumberOfLithiumMetalCells" type="PositiveInteger"/>
|
|
1231
|
+
<xsd:element name="NumberOfLPT1PrinterPorts" type="ThreeDigitInteger"/>
|
|
1232
|
+
<xsd:element name="NumberOfMemorySlots" type="ThreeDigitInteger"/>
|
|
1233
|
+
<xsd:element name="NumberOfMemorySticks" type="ThreeDigitInteger"/>
|
|
1234
|
+
<xsd:element name="NumberOfMicrophonePorts" type="ThreeDigitInteger"/>
|
|
1235
|
+
<xsd:element name="NumberOfMonitorConnections" type="ThreeDigitInteger"/>
|
|
1236
|
+
<xsd:element name="NumberOfPCIExpressSlots" type="ThreeDigitInteger"/>
|
|
1237
|
+
<xsd:element name="NumberOfPorts" type="PositiveInteger"/>
|
|
1238
|
+
<xsd:element name="NumberOfPS2Ports" type="ThreeDigitInteger"/>
|
|
1239
|
+
<xsd:element name="NumberOfSATAPorts" type="ThreeDigitInteger"/>
|
|
1240
|
+
<xsd:element name="NumberOfSATAPowerConnectors" type="ThreeDigitInteger"/>
|
|
1241
|
+
<xsd:element name="NumberOfSatelliteSpeakers" type="TwoDigitDecimal"/>
|
|
1242
|
+
<xsd:element name="NumberOfSerialPorts" type="ThreeDigitInteger"/>
|
|
1243
|
+
<xsd:element name="NumberOfUSB2.0Ports" type="ThreeDigitInteger"/>
|
|
1244
|
+
<xsd:element name="NumberOfUSB3.0Ports" type="ThreeDigitInteger"/>
|
|
1245
|
+
<xsd:element name="NumberOfUSBHubConnectorPorts" type="ThreeDigitInteger"/>
|
|
1246
|
+
<xsd:element name="NumberOfUSBPorts" type="ThreeDigitInteger"/>
|
|
1247
|
+
<xsd:element name="NumberOfVGAPorts" type="ThreeDigitInteger"/>
|
|
1248
|
+
<xsd:element name="OnboardVideo" type="ThirtyString"/>
|
|
1249
|
+
<xsd:element name="OperatingSystem" type="StringNotNull"/>
|
|
1250
|
+
<xsd:element name="OperatingSystemCompatability" type="MediumString"/>
|
|
1251
|
+
<xsd:element name="OpticalDriveIntegrated" type="PositiveInteger"/>
|
|
1252
|
+
<xsd:element name="OpticalDriveType" type="String"/>
|
|
1253
|
+
<xsd:element name="OpticalIn" type="String"/>
|
|
1254
|
+
<xsd:element name="OpticalOut" type="MediumString"/>
|
|
1255
|
+
<xsd:element name="OpticalStorageDeviceType" type="String"/>
|
|
1256
|
+
<xsd:element name="OutputWattage" type="PositiveInteger"/>
|
|
1257
|
+
<xsd:element name="PanelWindowLocation" type="TenString"/>
|
|
1258
|
+
<xsd:element name="PCIExpressConnectorConfiguration" type="MediumString"/>
|
|
1259
|
+
<xsd:element name="PhysicalHardDriveFormFactor" type="Dimension"/>
|
|
1260
|
+
<xsd:element name="PlatformCompatability" type="ThirtyString"/>
|
|
1261
|
+
<xsd:element name="PowerFactorCorrection" type="SuperLongString"/>
|
|
1262
|
+
<xsd:element name="PowerSource" type="String"/>
|
|
1263
|
+
<xsd:element name="PowerSupplyFormFactor" type="String"/>
|
|
1264
|
+
<xsd:element name="PowerSupplyMaxOutput" type="PowerSixDigitDimension"/>
|
|
1265
|
+
<xsd:element name="PowerSupplyMounting" type="String"/>
|
|
1266
|
+
<xsd:element name="PresentationRemoteLaserColor" type="String"/>
|
|
1267
|
+
<xsd:element name="PresentationRemoteMemory" type="MemorySizeFiveDigitDimension"/>
|
|
1268
|
+
<xsd:element name="PresentationRemoteOperatingDistance" type="LengthFiveDigitDimension"/>
|
|
1269
|
+
<xsd:element name="PressureLevels" type="PressureLevelSixDigitIntegerDimension"/>
|
|
1270
|
+
<xsd:element name="PrimaryHeadphoneUse" type="String"/>
|
|
1271
|
+
<xsd:element name="PrintingMediaType" type="PrintingMediaTypeValues"/>
|
|
1272
|
+
<xsd:element name="PrinterWirelessType" type="PrinterWirelessTypeValues"/>
|
|
1273
|
+
<xsd:element name="PrivacyScreenMaterialType" type="String"/>
|
|
1274
|
+
<xsd:element name="PrivacyScreenSize" type="TwoDigitInteger"/>
|
|
1275
|
+
<xsd:element name="ProcessorBrand" type="FortyString"/>
|
|
1276
|
+
<xsd:element name="ProcessorCoolingDevice" type="String"/>
|
|
1277
|
+
<xsd:element name="ProcessorCount" type="PositiveInteger"/>
|
|
1278
|
+
<xsd:element name="ProcessorSeries" type="ProcessorSeriesTypeValues"/>
|
|
1279
|
+
<xsd:element name="ProcessorSocket" type="String"/>
|
|
1280
|
+
<xsd:element name="ProcessorSpeed" type="FrequencyDimension"/>
|
|
1281
|
+
<xsd:element name="ProcessorType" type="ProcessorTypeValues"/>
|
|
1282
|
+
<xsd:element name="ProjectorBrightness" type="LuminanceFiveDigitDimension"/>
|
|
1283
|
+
<xsd:element name="RAID" type="String"/>
|
|
1284
|
+
<xsd:element name="RAMClockSpeed" type="FiveDigitInteger"/>
|
|
1285
|
+
<xsd:element name="RAMFormFactor" type="String"/>
|
|
1286
|
+
<xsd:element name="RAMSize" type="MemorySizeDimension"/>
|
|
1287
|
+
<xsd:element name="RAMTechnology" type="String"/>
|
|
1288
|
+
<xsd:element name="ReadSpeed" type="DataTransferSpeedIntegerDimension"/>
|
|
1289
|
+
<xsd:element name="RearWebcamResolution" type="ResolutionFiveDigitDimension"/>
|
|
1290
|
+
<xsd:element name="RecordingCapacity" type="TimeIntegerDimension"/>
|
|
1291
|
+
<xsd:element name="Remote" type="String"/>
|
|
1292
|
+
<xsd:element name="RemoteIncluded" type="String"/>
|
|
1293
|
+
<xsd:element name="ResponseTime" type="PositiveInteger"/>
|
|
1294
|
+
<xsd:element name="SampleRate" type="FrequencyThreeDigitIntegerDimension"/>
|
|
1295
|
+
<xsd:element name="SATARAID" type="SevenString"/>
|
|
1296
|
+
<xsd:element name="SATAStandardsSupported" type="ThirtyString"/>
|
|
1297
|
+
<xsd:element name="ScannerResolution" type="String"/>
|
|
1298
|
+
<xsd:element name="ScreenResolution" type="FortyString"/>
|
|
1299
|
+
<xsd:element name="ScreenSize" type="LengthDimension"/>
|
|
1300
|
+
<xsd:element name="ScreenTrigger" type="VoltageFiveDigitIntegerDimension"/>
|
|
1301
|
+
<xsd:element name="SecurityProtocol" type="String"/>
|
|
1302
|
+
<xsd:element name="Series" type="FortyString"/>
|
|
1303
|
+
<xsd:element name="ShaderClock" type="FrequencyIntegerDimension"/>
|
|
1304
|
+
<xsd:element name="SimultaneousSessions" type="TenDigitInteger"/>
|
|
1305
|
+
<xsd:element name="SLICertification" type="String"/>
|
|
1306
|
+
<xsd:element name="SoftwareIncluded" type="LongString"/>
|
|
1307
|
+
<xsd:element name="SoundCardInterface" type="SoundCardInterfaceTypeValues"/>
|
|
1308
|
+
<xsd:element name="SoundCardMinSystemRequirements" type="LongString"/>
|
|
1309
|
+
<xsd:element name="Southbridge" type="String"/>
|
|
1310
|
+
<xsd:element name="SPDIFOutput" type="String"/>
|
|
1311
|
+
<xsd:element name="Speaker" type="HundredString"/>
|
|
1312
|
+
<xsd:element name="SpeakerDiameter" type="LengthDimension"/>
|
|
1313
|
+
<xsd:element name="SpeakerOut" type="HundredString"/>
|
|
1314
|
+
<xsd:element name="SpeakerOutputChannelQuantity" type="PositiveInteger"/>
|
|
1315
|
+
<xsd:element name="SpeakersMaximumOutputPower" type="WattageDimension"/>
|
|
1316
|
+
<xsd:element name="SpeakersNominalOutputPower" type="WattageDimension"/>
|
|
1317
|
+
<xsd:element name="SpeakerSurroundSoundChannelConfiguration" type="String"/>
|
|
1318
|
+
<xsd:element name="SpeedClassRating" type="SpeedClassRatingTypeValues"/>
|
|
1319
|
+
<xsd:element name="SpeedRating" type="TenString"/>
|
|
1320
|
+
<xsd:element name="SSDConnectorPins" type="PositiveInteger"/>
|
|
1321
|
+
<xsd:element name="SSDDriveArchitechture" type="TenString"/>
|
|
1322
|
+
<xsd:element name="StorageMaterialType" type="String"/>
|
|
1323
|
+
<xsd:element name="StorageReadSpeed" type="HundredString"/>
|
|
1324
|
+
<xsd:element name="StorageWriteSpeed" type="HundredString"/>
|
|
1325
|
+
<xsd:element name="SystemCabinetFormFactor" type="String"/>
|
|
1326
|
+
<xsd:element name="TabletInputMethod" type="TabletInputMethodTypeValues"/>
|
|
1327
|
+
<xsd:element name="TabletMaximumDataRate" type="TabletDataRateDimension"/>
|
|
1328
|
+
<xsd:element name="TabletMinimumSystemRequirements" type="MediumString"/>
|
|
1329
|
+
<xsd:element name="TabletResolution" type="TabletResolutionDimension"/>
|
|
1330
|
+
<xsd:element name="TabletSurfaceActiveArea" type="TabletActiveSurfaceAreaDimension"/>
|
|
1331
|
+
<xsd:element name="TotalCompositePorts" type="PositiveInteger"/>
|
|
1332
|
+
<xsd:element name="TotalDVIPorts" type="PositiveInteger"/>
|
|
1333
|
+
<xsd:element name="TotalFirewire1600Connectors" type="PositiveInteger"/>
|
|
1334
|
+
<xsd:element name="TotalFirewire3200Connectors" type="PositiveInteger"/>
|
|
1335
|
+
<xsd:element name="TotalFirewire400Connectors" type="PositiveInteger"/>
|
|
1336
|
+
<xsd:element name="TotalFirewire800Connectors" type="PositiveInteger"/>
|
|
1337
|
+
<xsd:element name="TotalFrontPanelAudioInPorts" type="PositiveInteger"/>
|
|
1338
|
+
<xsd:element name="TotalFrontPanelAudioOutPorts" type="PositiveInteger"/>
|
|
1339
|
+
<xsd:element name="TotalFrontPaneleSataPorts" type="PositiveInteger"/>
|
|
1340
|
+
<xsd:element name="TotalFrontPanelFirewire400Ports" type="PositiveInteger"/>
|
|
1341
|
+
<xsd:element name="TotalFrontPanelFirewire800Ports" type="PositiveInteger"/>
|
|
1342
|
+
<xsd:element name="TotalFrontPanelUSB1.0Ports" type="PositiveInteger"/>
|
|
1343
|
+
<xsd:element name="TotalFrontPanelUSB1.1Ports" type="PositiveInteger"/>
|
|
1344
|
+
<xsd:element name="TotalFrontPanelUSB2.0Ports" type="PositiveInteger"/>
|
|
1345
|
+
<xsd:element name="TotalFrontPanelUSB3.0Ports" type="PositiveInteger"/>
|
|
1346
|
+
<xsd:element name="TotalHDMIPorts" type="PositiveInteger"/>
|
|
1347
|
+
<xsd:element name="TotalMiniHDMIPorts" type="PositiveInteger"/>
|
|
1348
|
+
<xsd:element name="TotalNumberOfExternalBays" type="ThreeDigitInteger"/>
|
|
1349
|
+
<xsd:element name="TotalNumberOfHotswapBays" type="ThreeDigitInteger"/>
|
|
1350
|
+
<xsd:element name="TotalNumberOfInternalBays" type="ThreeDigitInteger"/>
|
|
1351
|
+
<xsd:element name="TotalSataConnectors" type="PositiveInteger"/>
|
|
1352
|
+
<xsd:element name="TotalSVideoOutPorts" type="PositiveInteger"/>
|
|
1353
|
+
<xsd:element name="TotalUSB1.0Connectors" type="PositiveInteger"/>
|
|
1354
|
+
<xsd:element name="TotalUSB1.1Connectors" type="PositiveInteger"/>
|
|
1355
|
+
<xsd:element name="TotalUSB2.0Connectors" type="PositiveInteger"/>
|
|
1356
|
+
<xsd:element name="TotalUSB3.0Connectors" type="PositiveInteger"/>
|
|
1357
|
+
<xsd:element name="TotalVGAOutPorts" type="PositiveInteger"/>
|
|
1358
|
+
<xsd:element name="TrackingMethod" type="TwentyString"/>
|
|
1359
|
+
<xsd:element name="TunerTechnology" type="String"/>
|
|
1360
|
+
<xsd:element name="TVTunerMemory" type="MemorySizeTenDigitIntegerDimension"/>
|
|
1361
|
+
<xsd:element name="TVTunerVideoOutputInterface" type="TwentyString"/>
|
|
1362
|
+
<xsd:element name="TVTunerVideoStandard" type="String"/>
|
|
1363
|
+
<xsd:element name="TypeOfMemorySlot" type="FourDigitMinimumTwoDigitInteger"/>
|
|
1364
|
+
<xsd:element name="URacksize" type="PositiveInteger"/>
|
|
1365
|
+
<xsd:element name="USBPortType" type="ThreeDigitInteger"/>
|
|
1366
|
+
<xsd:element name="VideoCallingResolution" type="ResolutionFiveDigitDimension"/>
|
|
1367
|
+
<xsd:element name="ViewingAngle" type="PositiveInteger"/>
|
|
1368
|
+
<xsd:element name="Voltage" type="Dimension"/>
|
|
1369
|
+
<xsd:element name="VoltageRating" type="VoltageSevenDigitDecimalDimension"/>
|
|
1370
|
+
<xsd:element name="Wattage" type="PositiveInteger"/>
|
|
1371
|
+
<xsd:element name="WebcamVideoCaptureResolution" type="ResolutionFiveDigitDimension"/>
|
|
1372
|
+
<xsd:element name="WirelessCarrier" type="WirelessCarrierTypeValues"/>
|
|
1373
|
+
<xsd:element name="WirelessDataTransferRate" type="DataTransferSpeedFiveDigitIntegerDimension"/>
|
|
1374
|
+
<xsd:element name="WirelessInputDeviceProtocol" type="WirelessInputDeviceProtocolTypeValues"/>
|
|
1375
|
+
<xsd:element name="WirelessInputDeviceTechnology" type="WirelessInputDeviceTechnologyTypeValues"/>
|
|
1376
|
+
<xsd:element name="WirelessRouterTransmissionBand" type="String"/>
|
|
1377
|
+
<xsd:element name="WirelessStandard" type="WirelessStandardTypeValues"/>
|
|
1378
|
+
<xsd:element name="WirelessTechnology" type="String"/>
|
|
1379
|
+
<xsd:element name="WirelessType" type="WirelessTypeValues"/>
|
|
1380
|
+
<xsd:element name="WriteSpeed" type="DataTransferSpeedTenIntegerDimension"/>
|
|
1381
|
+
<xsd:element name="Zoom" type="TwentyString"/>
|
|
1382
|
+
<xsd:element name="ZoomRatio" type="TenString"/>
|
|
1383
|
+
|
|
1384
|
+
<!--
|
|
1385
|
+
######################################
|
|
1386
|
+
#Old Declared Types
|
|
1387
|
+
######################################
|
|
1388
|
+
-->
|
|
1389
|
+
<xsd:simpleType name="ComputerWirelessTypeValues">
|
|
1390
|
+
<xsd:restriction base="xsd:string">
|
|
1391
|
+
<xsd:enumeration value="2.4_ghz_radio_frequency"/>
|
|
1392
|
+
<xsd:enumeration value="5.8_ghz_radio_frequency"/>
|
|
1393
|
+
<xsd:enumeration value="54g"/>
|
|
1394
|
+
<xsd:enumeration value="802_11_A"/>
|
|
1395
|
+
<xsd:enumeration value="802_11_AB"/>
|
|
1396
|
+
<xsd:enumeration value="802_11_ABG"/>
|
|
1397
|
+
<xsd:enumeration value="802_11_AG"/>
|
|
1398
|
+
<xsd:enumeration value="802_11_B"/>
|
|
1399
|
+
<xsd:enumeration value="802_11_BGN"/>
|
|
1400
|
+
<xsd:enumeration value="802_11_G"/>
|
|
1401
|
+
<xsd:enumeration value="802_11_G_108Mbps"/>
|
|
1402
|
+
<xsd:enumeration value="802_11_G_54Mbps"/>
|
|
1403
|
+
<xsd:enumeration value="802_11_N"/>
|
|
1404
|
+
<xsd:enumeration value="900_mhz_radio_frequency"/>
|
|
1405
|
+
<xsd:enumeration value="bluetooth"/>
|
|
1406
|
+
<xsd:enumeration value="dect"/>
|
|
1407
|
+
<xsd:enumeration value="dect_6.0"/>
|
|
1408
|
+
<xsd:enumeration value="infrared"/>
|
|
1409
|
+
<xsd:enumeration value="irda"/>
|
|
1410
|
+
<xsd:enumeration value="radio_frequency"/>
|
|
1411
|
+
</xsd:restriction>
|
|
1412
|
+
</xsd:simpleType>
|
|
1413
|
+
<xsd:simpleType name="PrintingMediaTypeValues">
|
|
1414
|
+
<xsd:restriction base="xsd:string">
|
|
1415
|
+
<xsd:enumeration value="back_print_film"/>
|
|
1416
|
+
<xsd:enumeration value="banner_paper"/>
|
|
1417
|
+
<xsd:enumeration value="card_stock"/>
|
|
1418
|
+
<xsd:enumeration value="envelopes"/>
|
|
1419
|
+
<xsd:enumeration value="fabric"/>
|
|
1420
|
+
<xsd:enumeration value="glossy_film"/>
|
|
1421
|
+
<xsd:enumeration value="glossy_photo_paper"/>
|
|
1422
|
+
<xsd:enumeration value="high_resolution_paper"/>
|
|
1423
|
+
<xsd:enumeration value="labels"/>
|
|
1424
|
+
<xsd:enumeration value="paper_plain"/>
|
|
1425
|
+
<xsd:enumeration value="transparencies"/>
|
|
1426
|
+
<xsd:enumeration value="unknown"/>
|
|
1427
|
+
</xsd:restriction>
|
|
1428
|
+
</xsd:simpleType>
|
|
1429
|
+
<xsd:simpleType name="PrinterWirelessTypeValues">
|
|
1430
|
+
<xsd:restriction base="xsd:string">
|
|
1431
|
+
<xsd:enumeration value="2.4_ghz_radio_frequency"/>
|
|
1432
|
+
<xsd:enumeration value="5.8_ghz_radio_frequency"/>
|
|
1433
|
+
<xsd:enumeration value="54g"/>
|
|
1434
|
+
<xsd:enumeration value="802_11_A"/>
|
|
1435
|
+
<xsd:enumeration value="802_11_AB"/>
|
|
1436
|
+
<xsd:enumeration value="802_11_ABG"/>
|
|
1437
|
+
<xsd:enumeration value="802_11_AG"/>
|
|
1438
|
+
<xsd:enumeration value="802_11_B"/>
|
|
1439
|
+
<xsd:enumeration value="802_11_BGN"/>
|
|
1440
|
+
<xsd:enumeration value="802_11_G"/>
|
|
1441
|
+
<xsd:enumeration value="802_11_G_108Mbps"/>
|
|
1442
|
+
<xsd:enumeration value="802_11_G_54Mbps"/>
|
|
1443
|
+
<xsd:enumeration value="802_11_N"/>
|
|
1444
|
+
<xsd:enumeration value="900_mhz_radio_frequency"/>
|
|
1445
|
+
<xsd:enumeration value="bluetooth"/>
|
|
1446
|
+
<xsd:enumeration value="dect"/>
|
|
1447
|
+
<xsd:enumeration value="dect_6.0"/>
|
|
1448
|
+
<xsd:enumeration value="infrared"/>
|
|
1449
|
+
<xsd:enumeration value="irda"/>
|
|
1450
|
+
<xsd:enumeration value="radio_frequency"/>
|
|
1451
|
+
</xsd:restriction>
|
|
1452
|
+
</xsd:simpleType>
|
|
1453
|
+
|
|
1454
|
+
<!--
|
|
1455
|
+
New Defined Types
|
|
1456
|
+
-->
|
|
1457
|
+
<xsd:simpleType name="AdditionalDrivesTypeValues">
|
|
1458
|
+
<xsd:restriction base="xsd:string">
|
|
1459
|
+
<xsd:enumeration value="blu_ray"/>
|
|
1460
|
+
<xsd:enumeration value="blu_ray_re"/>
|
|
1461
|
+
<xsd:enumeration value="blu_ray_rom"/>
|
|
1462
|
+
<xsd:enumeration value="blu_ray_rw"/>
|
|
1463
|
+
<xsd:enumeration value="cd_rom"/>
|
|
1464
|
+
<xsd:enumeration value="cd_rw"/>
|
|
1465
|
+
<xsd:enumeration value="dvd"/>
|
|
1466
|
+
<xsd:enumeration value="dvd_cd_rw"/>
|
|
1467
|
+
<xsd:enumeration value="dvd_minus_rw"/>
|
|
1468
|
+
<xsd:enumeration value="dvd_plus_minus_rw"/>
|
|
1469
|
+
<xsd:enumeration value="dvd_plus_r"/>
|
|
1470
|
+
<xsd:enumeration value="dvd_plus_rw"/>
|
|
1471
|
+
<xsd:enumeration value="dvd_r"/>
|
|
1472
|
+
<xsd:enumeration value="dvd_ram"/>
|
|
1473
|
+
<xsd:enumeration value="dvd_rom"/>
|
|
1474
|
+
<xsd:enumeration value="dvd_rw"/>
|
|
1475
|
+
<xsd:enumeration value="floppy"/>
|
|
1476
|
+
<xsd:enumeration value="ide_tape_drive"/>
|
|
1477
|
+
<xsd:enumeration value="jazz"/>
|
|
1478
|
+
<xsd:enumeration value="scsi_cdrom"/>
|
|
1479
|
+
<xsd:enumeration value="scsi_tape_drive"/>
|
|
1480
|
+
<xsd:enumeration value="thumb_drive"/>
|
|
1481
|
+
<xsd:enumeration value="zip"/>
|
|
1482
|
+
</xsd:restriction>
|
|
1483
|
+
</xsd:simpleType>
|
|
1484
|
+
<xsd:simpleType name="CardReaderTypeValues">
|
|
1485
|
+
<xsd:restriction base="xsd:string">
|
|
1486
|
+
<xsd:enumeration value="compactflash_type_i"/>
|
|
1487
|
+
<xsd:enumeration value="compactflash_type_ii"/>
|
|
1488
|
+
<xsd:enumeration value="hs_mmc"/>
|
|
1489
|
+
<xsd:enumeration value="memory_stick"/>
|
|
1490
|
+
<xsd:enumeration value="memory_stick_duo"/>
|
|
1491
|
+
<xsd:enumeration value="memory_stick_micro"/>
|
|
1492
|
+
<xsd:enumeration value="memory_stick_pro"/>
|
|
1493
|
+
<xsd:enumeration value="memory_stick_pro_duo"/>
|
|
1494
|
+
<xsd:enumeration value="memory_stick_pro_hg_duo"/>
|
|
1495
|
+
<xsd:enumeration value="memory_stick_select"/>
|
|
1496
|
+
<xsd:enumeration value="memory_stick_xc"/>
|
|
1497
|
+
<xsd:enumeration value="memory_stick_xc_hg_micro"/>
|
|
1498
|
+
<xsd:enumeration value="memory_stick_xc_micro"/>
|
|
1499
|
+
<xsd:enumeration value="MiCard"/>
|
|
1500
|
+
<xsd:enumeration value="microsd"/>
|
|
1501
|
+
<xsd:enumeration value="micro_sdhc"/>
|
|
1502
|
+
<xsd:enumeration value="micro_sdxc"/>
|
|
1503
|
+
<xsd:enumeration value="minisd"/>
|
|
1504
|
+
<xsd:enumeration value="mini_sdhc"/>
|
|
1505
|
+
<xsd:enumeration value="mini_sdxc"/>
|
|
1506
|
+
<xsd:enumeration value="mmc_micro"/>
|
|
1507
|
+
<xsd:enumeration value="multimedia_card"/>
|
|
1508
|
+
<xsd:enumeration value="multimedia_card_mobile"/>
|
|
1509
|
+
<xsd:enumeration value="multimedia_card_plus"/>
|
|
1510
|
+
<xsd:enumeration value="rs_mmc"/>
|
|
1511
|
+
<xsd:enumeration value="sdhc"/>
|
|
1512
|
+
<xsd:enumeration value="sdio"/>
|
|
1513
|
+
<xsd:enumeration value="sdxc"/>
|
|
1514
|
+
<xsd:enumeration value="secure_digital"/>
|
|
1515
|
+
<xsd:enumeration value="secure_mmc"/>
|
|
1516
|
+
<xsd:enumeration value="smartmedia_card"/>
|
|
1517
|
+
<xsd:enumeration value="transflash"/>
|
|
1518
|
+
<xsd:enumeration value="xd_picture_card"/>
|
|
1519
|
+
<xsd:enumeration value="xd_picture_card_h"/>
|
|
1520
|
+
<xsd:enumeration value="xd_picture_card_m"/>
|
|
1521
|
+
<xsd:enumeration value="xd_picture_card_m_plus"/>
|
|
1522
|
+
</xsd:restriction>
|
|
1523
|
+
</xsd:simpleType>
|
|
1524
|
+
<xsd:simpleType name="CardReaderInterfaceTypeValues">
|
|
1525
|
+
<xsd:restriction base="xsd:string">
|
|
1526
|
+
<xsd:enumeration value="firewire_1600"/>
|
|
1527
|
+
<xsd:enumeration value="firewire_3200"/>
|
|
1528
|
+
<xsd:enumeration value="firewire_400"/>
|
|
1529
|
+
<xsd:enumeration value="firewire_800"/>
|
|
1530
|
+
<xsd:enumeration value="firewire_esata"/>
|
|
1531
|
+
<xsd:enumeration value="usb1.0"/>
|
|
1532
|
+
<xsd:enumeration value="usb1.1"/>
|
|
1533
|
+
<xsd:enumeration value="usb2.0"/>
|
|
1534
|
+
<xsd:enumeration value="usb3.0"/>
|
|
1535
|
+
</xsd:restriction>
|
|
1536
|
+
</xsd:simpleType>
|
|
1537
|
+
<xsd:simpleType name="CompatibleMemoryCardTypeValues">
|
|
1538
|
+
<xsd:restriction base="xsd:string">
|
|
1539
|
+
<xsd:enumeration value="compactflash_type_i"/>
|
|
1540
|
+
<xsd:enumeration value="compactflash_type_ii"/>
|
|
1541
|
+
<xsd:enumeration value="hs_mmc"/>
|
|
1542
|
+
<xsd:enumeration value="memory_stick"/>
|
|
1543
|
+
<xsd:enumeration value="memory_stick_duo"/>
|
|
1544
|
+
<xsd:enumeration value="memory_stick_micro"/>
|
|
1545
|
+
<xsd:enumeration value="memory_stick_pro"/>
|
|
1546
|
+
<xsd:enumeration value="memory_stick_pro_duo"/>
|
|
1547
|
+
<xsd:enumeration value="memory_stick_pro_hg_duo"/>
|
|
1548
|
+
<xsd:enumeration value="memory_stick_select"/>
|
|
1549
|
+
<xsd:enumeration value="memory_stick_xc"/>
|
|
1550
|
+
<xsd:enumeration value="memory_stick_xc_hg_micro"/>
|
|
1551
|
+
<xsd:enumeration value="memory_stick_xc_micro"/>
|
|
1552
|
+
<xsd:enumeration value="MiCard"/>
|
|
1553
|
+
<xsd:enumeration value="microsd"/>
|
|
1554
|
+
<xsd:enumeration value="micro_sdhc"/>
|
|
1555
|
+
<xsd:enumeration value="micro_sdxc"/>
|
|
1556
|
+
<xsd:enumeration value="minisd"/>
|
|
1557
|
+
<xsd:enumeration value="mini_sdhc"/>
|
|
1558
|
+
<xsd:enumeration value="mini_sdxc"/>
|
|
1559
|
+
<xsd:enumeration value="mmc_micro"/>
|
|
1560
|
+
<xsd:enumeration value="multimedia_card"/>
|
|
1561
|
+
<xsd:enumeration value="multimedia_card_mobile"/>
|
|
1562
|
+
<xsd:enumeration value="multimedia_card_plus"/>
|
|
1563
|
+
<xsd:enumeration value="rs_mmc"/>
|
|
1564
|
+
<xsd:enumeration value="sdhc"/>
|
|
1565
|
+
<xsd:enumeration value="sdio"/>
|
|
1566
|
+
<xsd:enumeration value="sdxc"/>
|
|
1567
|
+
<xsd:enumeration value="secure_digital"/>
|
|
1568
|
+
<xsd:enumeration value="secure_mmc"/>
|
|
1569
|
+
<xsd:enumeration value="smartmedia_card"/>
|
|
1570
|
+
<xsd:enumeration value="transflash"/>
|
|
1571
|
+
<xsd:enumeration value="xd_picture_card"/>
|
|
1572
|
+
<xsd:enumeration value="xd_picture_card_h"/>
|
|
1573
|
+
<xsd:enumeration value="xd_picture_card_m"/>
|
|
1574
|
+
<xsd:enumeration value="xd_picture_card_m_plus"/>
|
|
1575
|
+
</xsd:restriction>
|
|
1576
|
+
</xsd:simpleType>
|
|
1577
|
+
<xsd:simpleType name="ComponentWirelessTypeValues">
|
|
1578
|
+
<xsd:restriction base="xsd:string">
|
|
1579
|
+
<xsd:enumeration value="2.4_ghz_radio_frequency"/>
|
|
1580
|
+
<xsd:enumeration value="5.8_ghz_radio_frequency"/>
|
|
1581
|
+
<xsd:enumeration value="54g"/>
|
|
1582
|
+
<xsd:enumeration value="802_11_A"/>
|
|
1583
|
+
<xsd:enumeration value="802_11_AB"/>
|
|
1584
|
+
<xsd:enumeration value="802_11_ABG"/>
|
|
1585
|
+
<xsd:enumeration value="802_11_AG"/>
|
|
1586
|
+
<xsd:enumeration value="802_11_B"/>
|
|
1587
|
+
<xsd:enumeration value="802_11_BGN"/>
|
|
1588
|
+
<xsd:enumeration value="802_11_G"/>
|
|
1589
|
+
<xsd:enumeration value="802_11_G_108Mbps"/>
|
|
1590
|
+
<xsd:enumeration value="802_11_G_54Mbps"/>
|
|
1591
|
+
<xsd:enumeration value="802_11_N"/>
|
|
1592
|
+
<xsd:enumeration value="900_mhz_radio_frequency"/>
|
|
1593
|
+
<xsd:enumeration value="bluetooth"/>
|
|
1594
|
+
<xsd:enumeration value="dect"/>
|
|
1595
|
+
<xsd:enumeration value="dect_6.0"/>
|
|
1596
|
+
<xsd:enumeration value="infrared"/>
|
|
1597
|
+
<xsd:enumeration value="irda"/>
|
|
1598
|
+
<xsd:enumeration value="radio_frequency"/>
|
|
1599
|
+
</xsd:restriction>
|
|
1600
|
+
</xsd:simpleType>
|
|
1601
|
+
<xsd:simpleType name="ComputerMemoryTypeValues">
|
|
1602
|
+
<xsd:restriction base="xsd:string">
|
|
1603
|
+
<xsd:enumeration value="72_pin_edo_simm"/>
|
|
1604
|
+
<xsd:enumeration value="ddr2_sdram"/>
|
|
1605
|
+
<xsd:enumeration value="ddr3_sdram"/>
|
|
1606
|
+
<xsd:enumeration value="ddr4_sdram"/>
|
|
1607
|
+
<xsd:enumeration value="ddr_dram"/>
|
|
1608
|
+
<xsd:enumeration value="ddr_sdram"/>
|
|
1609
|
+
<xsd:enumeration value="dimm"/>
|
|
1610
|
+
<xsd:enumeration value="dram"/>
|
|
1611
|
+
<xsd:enumeration value="edo_dram"/>
|
|
1612
|
+
<xsd:enumeration value="eeprom"/>
|
|
1613
|
+
<xsd:enumeration value="eprom"/>
|
|
1614
|
+
<xsd:enumeration value="fpm_dram"/>
|
|
1615
|
+
<xsd:enumeration value="fpm_ram"/>
|
|
1616
|
+
<xsd:enumeration value="l2_cache"/>
|
|
1617
|
+
<xsd:enumeration value="micro_dimm"/>
|
|
1618
|
+
<xsd:enumeration value="pc2_4200"/>
|
|
1619
|
+
<xsd:enumeration value="pc2_4300"/>
|
|
1620
|
+
<xsd:enumeration value="pc2_5300"/>
|
|
1621
|
+
<xsd:enumeration value="pc2_5400"/>
|
|
1622
|
+
<xsd:enumeration value="pc2_6000"/>
|
|
1623
|
+
<xsd:enumeration value="pc_100_sdram"/>
|
|
1624
|
+
<xsd:enumeration value="pc_1066"/>
|
|
1625
|
+
<xsd:enumeration value="pc_133_sdram"/>
|
|
1626
|
+
<xsd:enumeration value="pc_1600"/>
|
|
1627
|
+
<xsd:enumeration value="pc_2100_ddr"/>
|
|
1628
|
+
<xsd:enumeration value="pc_2700_ddr"/>
|
|
1629
|
+
<xsd:enumeration value="pc_3000"/>
|
|
1630
|
+
<xsd:enumeration value="pc_3200_ddr"/>
|
|
1631
|
+
<xsd:enumeration value="pc_3500_ddr"/>
|
|
1632
|
+
<xsd:enumeration value="pc_3700"/>
|
|
1633
|
+
<xsd:enumeration value="pc_4000_ddr"/>
|
|
1634
|
+
<xsd:enumeration value="pc_4200"/>
|
|
1635
|
+
<xsd:enumeration value="pc_4300"/>
|
|
1636
|
+
<xsd:enumeration value="pc_4400"/>
|
|
1637
|
+
<xsd:enumeration value="pc_66_sdram"/>
|
|
1638
|
+
<xsd:enumeration value="pc_800"/>
|
|
1639
|
+
<xsd:enumeration value="rambus"/>
|
|
1640
|
+
<xsd:enumeration value="rdram"/>
|
|
1641
|
+
<xsd:enumeration value="rimm"/>
|
|
1642
|
+
<xsd:enumeration value="sdram"/>
|
|
1643
|
+
<xsd:enumeration value="sgram"/>
|
|
1644
|
+
<xsd:enumeration value="simm"/>
|
|
1645
|
+
<xsd:enumeration value="sipp"/>
|
|
1646
|
+
<xsd:enumeration value="sldram"/>
|
|
1647
|
+
<xsd:enumeration value="sodimm"/>
|
|
1648
|
+
<xsd:enumeration value="sorimm"/>
|
|
1649
|
+
<xsd:enumeration value="sram"/>
|
|
1650
|
+
<xsd:enumeration value="unknown"/>
|
|
1651
|
+
<xsd:enumeration value="vram"/>
|
|
1652
|
+
<xsd:enumeration value="wram"/>
|
|
1653
|
+
</xsd:restriction>
|
|
1654
|
+
</xsd:simpleType>
|
|
1655
|
+
<xsd:simpleType name="ConnectionTypeValues">
|
|
1656
|
+
<xsd:restriction base="xsd:string">
|
|
1657
|
+
<xsd:enumeration value="express_card"/>
|
|
1658
|
+
<xsd:enumeration value="firewire_1600"/>
|
|
1659
|
+
<xsd:enumeration value="firewire_3200"/>
|
|
1660
|
+
<xsd:enumeration value="firewire_400"/>
|
|
1661
|
+
<xsd:enumeration value="firewire_800"/>
|
|
1662
|
+
<xsd:enumeration value="firewire_esata"/>
|
|
1663
|
+
<xsd:enumeration value="pci"/>
|
|
1664
|
+
<xsd:enumeration value="pci_x_1"/>
|
|
1665
|
+
<xsd:enumeration value="pci_x_16"/>
|
|
1666
|
+
<xsd:enumeration value="pci_x_4"/>
|
|
1667
|
+
<xsd:enumeration value="pci_x_8"/>
|
|
1668
|
+
<xsd:enumeration value="pcmcia"/>
|
|
1669
|
+
<xsd:enumeration value="usb1.0"/>
|
|
1670
|
+
<xsd:enumeration value="usb1.1"/>
|
|
1671
|
+
<xsd:enumeration value="usb2.0"/>
|
|
1672
|
+
<xsd:enumeration value="usb3.0"/>
|
|
1673
|
+
</xsd:restriction>
|
|
1674
|
+
</xsd:simpleType>
|
|
1675
|
+
<xsd:simpleType name="DigitalMediaFormatTypeValues">
|
|
1676
|
+
<xsd:restriction base="xsd:string">
|
|
1677
|
+
<xsd:enumeration value="3480_tape_cartridge"/>
|
|
1678
|
+
<xsd:enumeration value="4_mm_tape"/>
|
|
1679
|
+
<xsd:enumeration value="6250_magstar_tape"/>
|
|
1680
|
+
<xsd:enumeration value="8_mm"/>
|
|
1681
|
+
<xsd:enumeration value="8_mm_tape"/>
|
|
1682
|
+
<xsd:enumeration value="abridged"/>
|
|
1683
|
+
<xsd:enumeration value="ac-3"/>
|
|
1684
|
+
<xsd:enumeration value="adobe_ebook_reader"/>
|
|
1685
|
+
<xsd:enumeration value="adpcm"/>
|
|
1686
|
+
<xsd:enumeration value="adult"/>
|
|
1687
|
+
<xsd:enumeration value="aiff"/>
|
|
1688
|
+
<xsd:enumeration value="ali"/>
|
|
1689
|
+
<xsd:enumeration value="alx"/>
|
|
1690
|
+
<xsd:enumeration value="amazon_ebook_reader"/>
|
|
1691
|
+
<xsd:enumeration value="anamorphic"/>
|
|
1692
|
+
<xsd:enumeration value="animated"/>
|
|
1693
|
+
<xsd:enumeration value="antique_books"/>
|
|
1694
|
+
<xsd:enumeration value="antique_reproduction_map"/>
|
|
1695
|
+
<xsd:enumeration value="atlas"/>
|
|
1696
|
+
<xsd:enumeration value="atrac3"/>
|
|
1697
|
+
<xsd:enumeration value="audiobook"/>
|
|
1698
|
+
<xsd:enumeration value="aus_import"/>
|
|
1699
|
+
<xsd:enumeration value="authorized_bootleg"/>
|
|
1700
|
+
<xsd:enumeration value="avi"/>
|
|
1701
|
+
<xsd:enumeration value="bargain_price"/>
|
|
1702
|
+
<xsd:enumeration value="best_of"/>
|
|
1703
|
+
<xsd:enumeration value="blu_ray"/>
|
|
1704
|
+
<xsd:enumeration value="blu_spec_cd"/>
|
|
1705
|
+
<xsd:enumeration value="blu_spec_cd_and_dvd"/>
|
|
1706
|
+
<xsd:enumeration value="bookplus_reader"/>
|
|
1707
|
+
<xsd:enumeration value="box_calendar"/>
|
|
1708
|
+
<xsd:enumeration value="box_set"/>
|
|
1709
|
+
<xsd:enumeration value="braille"/>
|
|
1710
|
+
<xsd:enumeration value="bsides"/>
|
|
1711
|
+
<xsd:enumeration value="bw"/>
|
|
1712
|
+
<xsd:enumeration value="cab"/>
|
|
1713
|
+
<xsd:enumeration value="cast_recording"/>
|
|
1714
|
+
<xsd:enumeration value="ca_import"/>
|
|
1715
|
+
<xsd:enumeration value="cd"/>
|
|
1716
|
+
<xsd:enumeration value="cd-4"/>
|
|
1717
|
+
<xsd:enumeration value="cd-6"/>
|
|
1718
|
+
<xsd:enumeration value="cd-single"/>
|
|
1719
|
+
<xsd:enumeration value="cd_and_blu_ray"/>
|
|
1720
|
+
<xsd:enumeration value="cd_and_dvd"/>
|
|
1721
|
+
<xsd:enumeration value="cd_rom"/>
|
|
1722
|
+
<xsd:enumeration value="classical"/>
|
|
1723
|
+
<xsd:enumeration value="clay_animation"/>
|
|
1724
|
+
<xsd:enumeration value="clean"/>
|
|
1725
|
+
<xsd:enumeration value="closed-captioned"/>
|
|
1726
|
+
<xsd:enumeration value="clv"/>
|
|
1727
|
+
<xsd:enumeration value="cod"/>
|
|
1728
|
+
<xsd:enumeration value="collectors_edition"/>
|
|
1729
|
+
<xsd:enumeration value="color"/>
|
|
1730
|
+
<xsd:enumeration value="compact_flash"/>
|
|
1731
|
+
<xsd:enumeration value="compilation"/>
|
|
1732
|
+
<xsd:enumeration value="complete"/>
|
|
1733
|
+
<xsd:enumeration value="copy_protected_cd"/>
|
|
1734
|
+
<xsd:enumeration value="criterion"/>
|
|
1735
|
+
<xsd:enumeration value="csv"/>
|
|
1736
|
+
<xsd:enumeration value="cutout"/>
|
|
1737
|
+
<xsd:enumeration value="cx_encoding"/>
|
|
1738
|
+
<xsd:enumeration value="dat_tape"/>
|
|
1739
|
+
<xsd:enumeration value="deluxe_edition"/>
|
|
1740
|
+
<xsd:enumeration value="desk_calendar"/>
|
|
1741
|
+
<xsd:enumeration value="dff"/>
|
|
1742
|
+
<xsd:enumeration value="digital_8"/>
|
|
1743
|
+
<xsd:enumeration value="digital_sound"/>
|
|
1744
|
+
<xsd:enumeration value="directors_cut"/>
|
|
1745
|
+
<xsd:enumeration value="diskette35"/>
|
|
1746
|
+
<xsd:enumeration value="diskette525"/>
|
|
1747
|
+
<xsd:enumeration value="dlt"/>
|
|
1748
|
+
<xsd:enumeration value="doc"/>
|
|
1749
|
+
<xsd:enumeration value="dolby"/>
|
|
1750
|
+
<xsd:enumeration value="double_cd"/>
|
|
1751
|
+
<xsd:enumeration value="double_lp"/>
|
|
1752
|
+
<xsd:enumeration value="drama_enhanced"/>
|
|
1753
|
+
<xsd:enumeration value="dts_stereo"/>
|
|
1754
|
+
<xsd:enumeration value="dual_disc"/>
|
|
1755
|
+
<xsd:enumeration value="dubbed"/>
|
|
1756
|
+
<xsd:enumeration value="dvd_and_blu_ray"/>
|
|
1757
|
+
<xsd:enumeration value="dvd_audio"/>
|
|
1758
|
+
<xsd:enumeration value="dvd_ram"/>
|
|
1759
|
+
<xsd:enumeration value="dvd_region"/>
|
|
1760
|
+
<xsd:enumeration value="dvd_rom"/>
|
|
1761
|
+
<xsd:enumeration value="dvd_single"/>
|
|
1762
|
+
<xsd:enumeration value="dvd_video"/>
|
|
1763
|
+
<xsd:enumeration value="dvt"/>
|
|
1764
|
+
<xsd:enumeration value="electronic_software_download"/>
|
|
1765
|
+
<xsd:enumeration value="engagement_calendar"/>
|
|
1766
|
+
<xsd:enumeration value="enhanced"/>
|
|
1767
|
+
<xsd:enumeration value="everybook"/>
|
|
1768
|
+
<xsd:enumeration value="exe"/>
|
|
1769
|
+
<xsd:enumeration value="explicit_lyrics"/>
|
|
1770
|
+
<xsd:enumeration value="extended_play"/>
|
|
1771
|
+
<xsd:enumeration value="extra_tracks"/>
|
|
1772
|
+
<xsd:enumeration value="facsimile"/>
|
|
1773
|
+
<xsd:enumeration value="flash"/>
|
|
1774
|
+
<xsd:enumeration value="folded_map"/>
|
|
1775
|
+
<xsd:enumeration value="full-length"/>
|
|
1776
|
+
<xsd:enumeration value="full_screen"/>
|
|
1777
|
+
<xsd:enumeration value="gif"/>
|
|
1778
|
+
<xsd:enumeration value="globe"/>
|
|
1779
|
+
<xsd:enumeration value="gold_cd"/>
|
|
1780
|
+
<xsd:enumeration value="hd_dvd"/>
|
|
1781
|
+
<xsd:enumeration value="hi-fidelity"/>
|
|
1782
|
+
<xsd:enumeration value="highlights"/>
|
|
1783
|
+
<xsd:enumeration value="hi_8"/>
|
|
1784
|
+
<xsd:enumeration value="hqcd"/>
|
|
1785
|
+
<xsd:enumeration value="html"/>
|
|
1786
|
+
<xsd:enumeration value="hybrid_sacd"/>
|
|
1787
|
+
<xsd:enumeration value="illustrated"/>
|
|
1788
|
+
<xsd:enumeration value="import"/>
|
|
1789
|
+
<xsd:enumeration value="ipk"/>
|
|
1790
|
+
<xsd:enumeration value="jad"/>
|
|
1791
|
+
<xsd:enumeration value="jar"/>
|
|
1792
|
+
<xsd:enumeration value="jpg"/>
|
|
1793
|
+
<xsd:enumeration value="jp_import"/>
|
|
1794
|
+
<xsd:enumeration value="karaoke"/>
|
|
1795
|
+
<xsd:enumeration value="kindle_blog"/>
|
|
1796
|
+
<xsd:enumeration value="kindle_book"/>
|
|
1797
|
+
<xsd:enumeration value="kindle_magazine"/>
|
|
1798
|
+
<xsd:enumeration value="kindle_newspaper"/>
|
|
1799
|
+
<xsd:enumeration value="large_print"/>
|
|
1800
|
+
<xsd:enumeration value="laser_printed"/>
|
|
1801
|
+
<xsd:enumeration value="letterboxed"/>
|
|
1802
|
+
<xsd:enumeration value="limited_collectors_edition"/>
|
|
1803
|
+
<xsd:enumeration value="limited_edition"/>
|
|
1804
|
+
<xsd:enumeration value="live"/>
|
|
1805
|
+
<xsd:enumeration value="magazine_subscription"/>
|
|
1806
|
+
<xsd:enumeration value="maxi_single"/>
|
|
1807
|
+
<xsd:enumeration value="mdb"/>
|
|
1808
|
+
<xsd:enumeration value="mde"/>
|
|
1809
|
+
<xsd:enumeration value="memory_stick"/>
|
|
1810
|
+
<xsd:enumeration value="microsoft_reader_desktop"/>
|
|
1811
|
+
<xsd:enumeration value="minidisc"/>
|
|
1812
|
+
<xsd:enumeration value="minidv"/>
|
|
1813
|
+
<xsd:enumeration value="miniseries"/>
|
|
1814
|
+
<xsd:enumeration value="mobipocket_ebook"/>
|
|
1815
|
+
<xsd:enumeration value="mono"/>
|
|
1816
|
+
<xsd:enumeration value="movie_tie_in"/>
|
|
1817
|
+
<xsd:enumeration value="mp3_audio"/>
|
|
1818
|
+
<xsd:enumeration value="mpeg"/>
|
|
1819
|
+
<xsd:enumeration value="mpeg_2_5"/>
|
|
1820
|
+
<xsd:enumeration value="multisystem"/>
|
|
1821
|
+
<xsd:enumeration value="mvi"/>
|
|
1822
|
+
<xsd:enumeration value="mvi_plus_cd"/>
|
|
1823
|
+
<xsd:enumeration value="newsletter_subscription"/>
|
|
1824
|
+
<xsd:enumeration value="newspaper_subscription"/>
|
|
1825
|
+
<xsd:enumeration value="nintendo"/>
|
|
1826
|
+
<xsd:enumeration value="ntsc"/>
|
|
1827
|
+
<xsd:enumeration value="numbered_edition"/>
|
|
1828
|
+
<xsd:enumeration value="online_game_code"/>
|
|
1829
|
+
<xsd:enumeration value="original_antique_map"/>
|
|
1830
|
+
<xsd:enumeration value="original_recording"/>
|
|
1831
|
+
<xsd:enumeration value="pal"/>
|
|
1832
|
+
<xsd:enumeration value="palm_ebook_reader"/>
|
|
1833
|
+
<xsd:enumeration value="pdb"/>
|
|
1834
|
+
<xsd:enumeration value="pdf"/>
|
|
1835
|
+
<xsd:enumeration value="photocopy"/>
|
|
1836
|
+
<xsd:enumeration value="playstation"/>
|
|
1837
|
+
<xsd:enumeration value="popout_map"/>
|
|
1838
|
+
<xsd:enumeration value="pqa"/>
|
|
1839
|
+
<xsd:enumeration value="prc"/>
|
|
1840
|
+
<xsd:enumeration value="print"/>
|
|
1841
|
+
<xsd:enumeration value="print_and_cd_rom"/>
|
|
1842
|
+
<xsd:enumeration value="print_and_dvd_rom"/>
|
|
1843
|
+
<xsd:enumeration value="prn"/>
|
|
1844
|
+
<xsd:enumeration value="processor386"/>
|
|
1845
|
+
<xsd:enumeration value="pulldown_wall_map"/>
|
|
1846
|
+
<xsd:enumeration value="raised_relief_map"/>
|
|
1847
|
+
<xsd:enumeration value="rar"/>
|
|
1848
|
+
<xsd:enumeration value="realaudio_g2"/>
|
|
1849
|
+
<xsd:enumeration value="real_audio"/>
|
|
1850
|
+
<xsd:enumeration value="registration_code"/>
|
|
1851
|
+
<xsd:enumeration value="reissued"/>
|
|
1852
|
+
<xsd:enumeration value="remastered"/>
|
|
1853
|
+
<xsd:enumeration value="remixes"/>
|
|
1854
|
+
<xsd:enumeration value="rental"/>
|
|
1855
|
+
<xsd:enumeration value="restored"/>
|
|
1856
|
+
<xsd:enumeration value="ringle"/>
|
|
1857
|
+
<xsd:enumeration value="roughcut"/>
|
|
1858
|
+
<xsd:enumeration value="sacd"/>
|
|
1859
|
+
<xsd:enumeration value="secam"/>
|
|
1860
|
+
<xsd:enumeration value="sega"/>
|
|
1861
|
+
<xsd:enumeration value="sheet_music"/>
|
|
1862
|
+
<xsd:enumeration value="shm_cd"/>
|
|
1863
|
+
<xsd:enumeration value="silent"/>
|
|
1864
|
+
<xsd:enumeration value="sis"/>
|
|
1865
|
+
<xsd:enumeration value="sit"/>
|
|
1866
|
+
<xsd:enumeration value="smart_media"/>
|
|
1867
|
+
<xsd:enumeration value="soundtrack"/>
|
|
1868
|
+
<xsd:enumeration value="special_edition"/>
|
|
1869
|
+
<xsd:enumeration value="special_extended_version"/>
|
|
1870
|
+
<xsd:enumeration value="special_limited_edition"/>
|
|
1871
|
+
<xsd:enumeration value="student_edition"/>
|
|
1872
|
+
<xsd:enumeration value="studio"/>
|
|
1873
|
+
<xsd:enumeration value="subtitled"/>
|
|
1874
|
+
<xsd:enumeration value="supratitled"/>
|
|
1875
|
+
<xsd:enumeration value="surround"/>
|
|
1876
|
+
<xsd:enumeration value="tarot"/>
|
|
1877
|
+
<xsd:enumeration value="teachers_edition"/>
|
|
1878
|
+
<xsd:enumeration value="threeD"/>
|
|
1879
|
+
<xsd:enumeration value="thx"/>
|
|
1880
|
+
<xsd:enumeration value="tiff"/>
|
|
1881
|
+
<xsd:enumeration value="topaz_ebook"/>
|
|
1882
|
+
<xsd:enumeration value="tv_tie_in"/>
|
|
1883
|
+
<xsd:enumeration value="txt"/>
|
|
1884
|
+
<xsd:enumeration value="uk_import"/>
|
|
1885
|
+
<xsd:enumeration value="ultimate_edition"/>
|
|
1886
|
+
<xsd:enumeration value="umd"/>
|
|
1887
|
+
<xsd:enumeration value="unabridged"/>
|
|
1888
|
+
<xsd:enumeration value="unknown_format"/>
|
|
1889
|
+
<xsd:enumeration value="us_import"/>
|
|
1890
|
+
<xsd:enumeration value="value_price"/>
|
|
1891
|
+
<xsd:enumeration value="vhd"/>
|
|
1892
|
+
<xsd:enumeration value="vhs"/>
|
|
1893
|
+
<xsd:enumeration value="vhs_c"/>
|
|
1894
|
+
<xsd:enumeration value="vqf"/>
|
|
1895
|
+
<xsd:enumeration value="wall_calendar"/>
|
|
1896
|
+
<xsd:enumeration value="wall_map"/>
|
|
1897
|
+
<xsd:enumeration value="wav"/>
|
|
1898
|
+
<xsd:enumeration value="widescreen"/>
|
|
1899
|
+
<xsd:enumeration value="wks"/>
|
|
1900
|
+
<xsd:enumeration value="wma"/>
|
|
1901
|
+
<xsd:enumeration value="xd_card"/>
|
|
1902
|
+
<xsd:enumeration value="xls"/>
|
|
1903
|
+
<xsd:enumeration value="xml"/>
|
|
1904
|
+
<xsd:enumeration value="zip"/>
|
|
1905
|
+
</xsd:restriction>
|
|
1906
|
+
</xsd:simpleType>
|
|
1907
|
+
<xsd:simpleType name="GraphicsCardInterfaceTypeValues">
|
|
1908
|
+
<xsd:restriction base="xsd:string">
|
|
1909
|
+
<xsd:enumeration value="agp"/>
|
|
1910
|
+
<xsd:enumeration value="integrated"/>
|
|
1911
|
+
<xsd:enumeration value="pci"/>
|
|
1912
|
+
<xsd:enumeration value="pci_e"/>
|
|
1913
|
+
<xsd:enumeration value="unknown"/>
|
|
1914
|
+
</xsd:restriction>
|
|
1915
|
+
</xsd:simpleType>
|
|
1916
|
+
<xsd:simpleType name="InputDeviceInterfaceTechnologyTypeValues">
|
|
1917
|
+
<xsd:restriction base="xsd:string">
|
|
1918
|
+
<xsd:enumeration value="1_4_inch_audio"/>
|
|
1919
|
+
<xsd:enumeration value="2_5_mm_audio"/>
|
|
1920
|
+
<xsd:enumeration value="3_5_mm_audio"/>
|
|
1921
|
+
<xsd:enumeration value="bluetooth"/>
|
|
1922
|
+
<xsd:enumeration value="infrared"/>
|
|
1923
|
+
<xsd:enumeration value="multipronged_audio"/>
|
|
1924
|
+
<xsd:enumeration value="ps/2"/>
|
|
1925
|
+
<xsd:enumeration value="radio_frequency"/>
|
|
1926
|
+
<xsd:enumeration value="usb"/>
|
|
1927
|
+
<xsd:enumeration value="usb1.0"/>
|
|
1928
|
+
<xsd:enumeration value="usb1.1"/>
|
|
1929
|
+
<xsd:enumeration value="usb2.0"/>
|
|
1930
|
+
<xsd:enumeration value="usb3.0"/>
|
|
1931
|
+
</xsd:restriction>
|
|
1932
|
+
</xsd:simpleType>
|
|
1933
|
+
<xsd:simpleType name="InputTypeValues">
|
|
1934
|
+
<xsd:restriction base="xsd:string">
|
|
1935
|
+
<xsd:enumeration value="firewire_1600"/>
|
|
1936
|
+
<xsd:enumeration value="firewire_3200"/>
|
|
1937
|
+
<xsd:enumeration value="firewire_400"/>
|
|
1938
|
+
<xsd:enumeration value="firewire_800"/>
|
|
1939
|
+
<xsd:enumeration value="firewire_esata"/>
|
|
1940
|
+
<xsd:enumeration value="usb1.0"/>
|
|
1941
|
+
<xsd:enumeration value="usb1.1"/>
|
|
1942
|
+
<xsd:enumeration value="usb2.0"/>
|
|
1943
|
+
<xsd:enumeration value="usb3.0"/>
|
|
1944
|
+
</xsd:restriction>
|
|
1945
|
+
</xsd:simpleType>
|
|
1946
|
+
<xsd:simpleType name="InputVideoConnectorsTypeValues">
|
|
1947
|
+
<xsd:restriction base="xsd:string">
|
|
1948
|
+
<xsd:enumeration value="component_video"/>
|
|
1949
|
+
<xsd:enumeration value="composite_video"/>
|
|
1950
|
+
<xsd:enumeration value="dvi_x_1"/>
|
|
1951
|
+
<xsd:enumeration value="dvi_x_2"/>
|
|
1952
|
+
<xsd:enumeration value="dvi_x_4"/>
|
|
1953
|
+
<xsd:enumeration value="d_sub"/>
|
|
1954
|
+
<xsd:enumeration value="hdmi"/>
|
|
1955
|
+
<xsd:enumeration value="mini_hdmi"/>
|
|
1956
|
+
<xsd:enumeration value="s_video"/>
|
|
1957
|
+
<xsd:enumeration value="vga"/>
|
|
1958
|
+
|
|
1959
|
+
</xsd:restriction>
|
|
1960
|
+
</xsd:simpleType>
|
|
1961
|
+
<xsd:simpleType name="InterfaceTypeValues">
|
|
1962
|
+
<xsd:restriction base="xsd:string">
|
|
1963
|
+
<xsd:enumeration value="eide"/>
|
|
1964
|
+
<xsd:enumeration value="fibre_channel"/>
|
|
1965
|
+
<xsd:enumeration value="ide"/>
|
|
1966
|
+
<xsd:enumeration value="pci_x_16"/>
|
|
1967
|
+
<xsd:enumeration value="pci_x_4"/>
|
|
1968
|
+
<xsd:enumeration value="pci_x_8"/>
|
|
1969
|
+
<xsd:enumeration value="sas"/>
|
|
1970
|
+
<xsd:enumeration value="sata_1_5_gb"/>
|
|
1971
|
+
<xsd:enumeration value="sata_3_0_gb"/>
|
|
1972
|
+
<xsd:enumeration value="sata_6_0_gb"/>
|
|
1973
|
+
<xsd:enumeration value="scsi"/>
|
|
1974
|
+
</xsd:restriction>
|
|
1975
|
+
</xsd:simpleType>
|
|
1976
|
+
<xsd:simpleType name="InternalConnectorTypeValues">
|
|
1977
|
+
<xsd:restriction base="xsd:string">
|
|
1978
|
+
<xsd:enumeration value="eide"/>
|
|
1979
|
+
<xsd:enumeration value="fibre_channel"/>
|
|
1980
|
+
<xsd:enumeration value="ide"/>
|
|
1981
|
+
<xsd:enumeration value="pci_express_x4"/>
|
|
1982
|
+
<xsd:enumeration value="pci_express_x8"/>
|
|
1983
|
+
<xsd:enumeration value="serial_scsi"/>
|
|
1984
|
+
<xsd:enumeration value="serial_ata150"/>
|
|
1985
|
+
<xsd:enumeration value="serial_ata300"/>
|
|
1986
|
+
<xsd:enumeration value="serial_ata600"/>
|
|
1987
|
+
<xsd:enumeration value="scsi"/>
|
|
1988
|
+
</xsd:restriction>
|
|
1989
|
+
</xsd:simpleType>
|
|
1990
|
+
<xsd:simpleType name="IPProtocolStandardsTypeValues">
|
|
1991
|
+
<xsd:restriction base="xsd:string">
|
|
1992
|
+
<xsd:enumeration value="802_11_ABG"/>
|
|
1993
|
+
<xsd:enumeration value="802_11_ABGN"/>
|
|
1994
|
+
</xsd:restriction>
|
|
1995
|
+
</xsd:simpleType>
|
|
1996
|
+
<xsd:simpleType name="MaxEthernetSpeedTypeValues">
|
|
1997
|
+
<xsd:restriction base="xsd:string">
|
|
1998
|
+
<xsd:enumeration value="ethernet_10base_t"/>
|
|
1999
|
+
<xsd:enumeration value="ethernet_100base_t"/>
|
|
2000
|
+
<xsd:enumeration value="ethernet_100base_tx"/>
|
|
2001
|
+
</xsd:restriction>
|
|
2002
|
+
</xsd:simpleType>
|
|
2003
|
+
<xsd:simpleType name="MemoryCardTypeValues">
|
|
2004
|
+
<xsd:restriction base="xsd:string">
|
|
2005
|
+
<xsd:enumeration value="compactflash_type_i"/>
|
|
2006
|
+
<xsd:enumeration value="compactflash_type_ii"/>
|
|
2007
|
+
<xsd:enumeration value="hs_mmc"/>
|
|
2008
|
+
<xsd:enumeration value="memory_stick"/>
|
|
2009
|
+
<xsd:enumeration value="memory_stick_duo"/>
|
|
2010
|
+
<xsd:enumeration value="memory_stick_micro"/>
|
|
2011
|
+
<xsd:enumeration value="memory_stick_pro"/>
|
|
2012
|
+
<xsd:enumeration value="memory_stick_pro_duo"/>
|
|
2013
|
+
<xsd:enumeration value="memory_stick_pro_hg_duo"/>
|
|
2014
|
+
<xsd:enumeration value="memory_stick_select"/>
|
|
2015
|
+
<xsd:enumeration value="memory_stick_xc"/>
|
|
2016
|
+
<xsd:enumeration value="memory_stick_xc_hg_micro"/>
|
|
2017
|
+
<xsd:enumeration value="memory_stick_xc_micro"/>
|
|
2018
|
+
<xsd:enumeration value="MiCard"/>
|
|
2019
|
+
<xsd:enumeration value="microsd"/>
|
|
2020
|
+
<xsd:enumeration value="micro_sdhc"/>
|
|
2021
|
+
<xsd:enumeration value="micro_sdxc"/>
|
|
2022
|
+
<xsd:enumeration value="minisd"/>
|
|
2023
|
+
<xsd:enumeration value="mini_sdhc"/>
|
|
2024
|
+
<xsd:enumeration value="mini_sdxc"/>
|
|
2025
|
+
<xsd:enumeration value="mmc_micro"/>
|
|
2026
|
+
<xsd:enumeration value="multimedia_card"/>
|
|
2027
|
+
<xsd:enumeration value="multimedia_card_mobile"/>
|
|
2028
|
+
<xsd:enumeration value="multimedia_card_plus"/>
|
|
2029
|
+
<xsd:enumeration value="rs_mmc"/>
|
|
2030
|
+
<xsd:enumeration value="sdhc"/>
|
|
2031
|
+
<xsd:enumeration value="sdio"/>
|
|
2032
|
+
<xsd:enumeration value="sdxc"/>
|
|
2033
|
+
<xsd:enumeration value="secure_digital"/>
|
|
2034
|
+
<xsd:enumeration value="secure_mmc"/>
|
|
2035
|
+
<xsd:enumeration value="smartmedia_card"/>
|
|
2036
|
+
<xsd:enumeration value="transflash"/>
|
|
2037
|
+
<xsd:enumeration value="xd_picture_card"/>
|
|
2038
|
+
<xsd:enumeration value="xd_picture_card_h"/>
|
|
2039
|
+
<xsd:enumeration value="xd_picture_card_m"/>
|
|
2040
|
+
<xsd:enumeration value="xd_picture_card_m_plus"/>
|
|
2041
|
+
</xsd:restriction>
|
|
2042
|
+
</xsd:simpleType>
|
|
2043
|
+
<xsd:simpleType name="MonitorConnectorsTypeValues">
|
|
2044
|
+
<xsd:restriction base="xsd:string">
|
|
2045
|
+
<xsd:enumeration value="audio_video_port"/>
|
|
2046
|
+
<xsd:enumeration value="dmi"/>
|
|
2047
|
+
<xsd:enumeration value="ethernet"/>
|
|
2048
|
+
<xsd:enumeration value="gameport"/>
|
|
2049
|
+
<xsd:enumeration value="hdmi"/>
|
|
2050
|
+
<xsd:enumeration value="ieee_1394"/>
|
|
2051
|
+
<xsd:enumeration value="ps/2"/>
|
|
2052
|
+
<xsd:enumeration value="serial_interface"/>
|
|
2053
|
+
<xsd:enumeration value="usb2.0"/>
|
|
2054
|
+
<xsd:enumeration value="usb3.0"/>
|
|
2055
|
+
<xsd:enumeration value="vga"/>
|
|
2056
|
+
</xsd:restriction>
|
|
2057
|
+
</xsd:simpleType>
|
|
2058
|
+
<xsd:simpleType name="ProcessorSeriesTypeValues">
|
|
2059
|
+
<xsd:restriction base="xsd:string">
|
|
2060
|
+
<xsd:enumeration value="athlon_64"/>
|
|
2061
|
+
<xsd:enumeration value="athlon_64_x2"/>
|
|
2062
|
+
<xsd:enumeration value="intel_atom_230"/>
|
|
2063
|
+
<xsd:enumeration value="intel_atom_330"/>
|
|
2064
|
+
<xsd:enumeration value="intel_atom_n450"/>
|
|
2065
|
+
<xsd:enumeration value="intel_atom_n455"/>
|
|
2066
|
+
<xsd:enumeration value="intel_atom_z520"/>
|
|
2067
|
+
<xsd:enumeration value="intel_atom_z530"/>
|
|
2068
|
+
<xsd:enumeration value="intel_xeon"/>
|
|
2069
|
+
<xsd:enumeration value="pentium_4"/>
|
|
2070
|
+
<xsd:enumeration value="sempron"/>
|
|
2071
|
+
</xsd:restriction>
|
|
2072
|
+
</xsd:simpleType>
|
|
2073
|
+
<xsd:simpleType name="SoundCardInterfaceTypeValues">
|
|
2074
|
+
<xsd:restriction base="xsd:string">
|
|
2075
|
+
<xsd:enumeration value="express_card"/>
|
|
2076
|
+
<xsd:enumeration value="firewire_1600"/>
|
|
2077
|
+
<xsd:enumeration value="firewire_3200"/>
|
|
2078
|
+
<xsd:enumeration value="firewire_400"/>
|
|
2079
|
+
<xsd:enumeration value="firewire_800"/>
|
|
2080
|
+
<xsd:enumeration value="firewire_esata"/>
|
|
2081
|
+
<xsd:enumeration value="pci"/>
|
|
2082
|
+
<xsd:enumeration value="pci_x_1"/>
|
|
2083
|
+
<xsd:enumeration value="pci_x_16"/>
|
|
2084
|
+
<xsd:enumeration value="pci_x_4"/>
|
|
2085
|
+
<xsd:enumeration value="pci_x_8"/>
|
|
2086
|
+
<xsd:enumeration value="pcmcia"/>
|
|
2087
|
+
<xsd:enumeration value="usb1.0"/>
|
|
2088
|
+
<xsd:enumeration value="usb1.1"/>
|
|
2089
|
+
<xsd:enumeration value="usb2.0"/>
|
|
2090
|
+
<xsd:enumeration value="usb3.0"/>
|
|
2091
|
+
</xsd:restriction>
|
|
2092
|
+
</xsd:simpleType>
|
|
2093
|
+
<xsd:simpleType name="SpeedClassRatingTypeValues">
|
|
2094
|
+
<xsd:restriction base="xsd:string">
|
|
2095
|
+
<xsd:enumeration value="class_10"/>
|
|
2096
|
+
<xsd:enumeration value="class_2"/>
|
|
2097
|
+
<xsd:enumeration value="class_4"/>
|
|
2098
|
+
<xsd:enumeration value="class_6"/>
|
|
2099
|
+
</xsd:restriction>
|
|
2100
|
+
</xsd:simpleType>
|
|
2101
|
+
<xsd:simpleType name="TabletInputMethodTypeValues">
|
|
2102
|
+
<xsd:restriction base="xsd:string">
|
|
2103
|
+
<xsd:enumeration value="buttons"/>
|
|
2104
|
+
<xsd:enumeration value="dial"/>
|
|
2105
|
+
<xsd:enumeration value="handwriting_recognition"/>
|
|
2106
|
+
<xsd:enumeration value="keyboard"/>
|
|
2107
|
+
<xsd:enumeration value="keypad"/>
|
|
2108
|
+
<xsd:enumeration value="keypad_stroke"/>
|
|
2109
|
+
<xsd:enumeration value="keypad_stroke"/>
|
|
2110
|
+
<xsd:enumeration value="microphone"/>
|
|
2111
|
+
<xsd:enumeration value="touch_screen"/>
|
|
2112
|
+
<xsd:enumeration value="touch_screen_stylus_pen"/>
|
|
2113
|
+
<xsd:enumeration value="trackpoint_pointing_device"/>
|
|
2114
|
+
</xsd:restriction>
|
|
2115
|
+
</xsd:simpleType>
|
|
2116
|
+
<xsd:simpleType name="WirelessCarrierTypeValues">
|
|
2117
|
+
<xsd:restriction base="xsd:string">
|
|
2118
|
+
<xsd:enumeration value="att "/>
|
|
2119
|
+
<xsd:enumeration value="sprintpcs"/>
|
|
2120
|
+
<xsd:enumeration value="t_mobile"/>
|
|
2121
|
+
<xsd:enumeration value="verizon"/>
|
|
2122
|
+
</xsd:restriction>
|
|
2123
|
+
</xsd:simpleType>
|
|
2124
|
+
<xsd:simpleType name="WirelessInputDeviceProtocolTypeValues">
|
|
2125
|
+
<xsd:restriction base="xsd:string">
|
|
2126
|
+
<xsd:enumeration value="2.4_ghz_radio_frequency"/>
|
|
2127
|
+
<xsd:enumeration value="5.8_ghz_radio_frequency"/>
|
|
2128
|
+
</xsd:restriction>
|
|
2129
|
+
</xsd:simpleType>
|
|
2130
|
+
<xsd:simpleType name="WirelessInputDeviceTechnologyTypeValues">
|
|
2131
|
+
<xsd:restriction base="xsd:string">
|
|
2132
|
+
<xsd:enumeration value="bluetooth"/>
|
|
2133
|
+
<xsd:enumeration value="infrared"/>
|
|
2134
|
+
<xsd:enumeration value="ps/2"/>
|
|
2135
|
+
<xsd:enumeration value="radio_frequency"/>
|
|
2136
|
+
<xsd:enumeration value="usb"/>
|
|
2137
|
+
</xsd:restriction>
|
|
2138
|
+
</xsd:simpleType>
|
|
2139
|
+
<xsd:simpleType name="WirelessStandardTypeValues">
|
|
2140
|
+
<xsd:restriction base="xsd:string">
|
|
2141
|
+
<xsd:enumeration value="802_11_A"/>
|
|
2142
|
+
<xsd:enumeration value="802_11_ABG"/>
|
|
2143
|
+
<xsd:enumeration value="802_11_ABGN"/>
|
|
2144
|
+
<xsd:enumeration value="802_11_AG"/>
|
|
2145
|
+
<xsd:enumeration value="802_11_B"/>
|
|
2146
|
+
<xsd:enumeration value="802_11_G"/>
|
|
2147
|
+
<xsd:enumeration value="bluetooth"/>
|
|
2148
|
+
<xsd:enumeration value="infrared"/>
|
|
2149
|
+
<xsd:enumeration value="radio_frequency"/>
|
|
2150
|
+
<xsd:enumeration value="5_ghz_radio_frequency"/>
|
|
2151
|
+
<xsd:enumeration value="802_11_AGN"/>
|
|
2152
|
+
<xsd:enumeration value="802_11_BG"/>
|
|
2153
|
+
<xsd:enumeration value="801_11_AC"/>
|
|
2154
|
+
<xsd:enumeration value="802_11_AD"/>
|
|
2155
|
+
<xsd:enumeration value="802_11_AGNAC"/>
|
|
2156
|
+
<xsd:enumeration value="802_11_GN"/>
|
|
2157
|
+
<xsd:enumeration value="802_11_BNAC"/>
|
|
2158
|
+
<xsd:enumeration value="2.4_ghz_radio_frequency"/>
|
|
2159
|
+
<xsd:enumeration value="5.8_ghz_radio_frequency"/>
|
|
2160
|
+
<xsd:enumeration value="54g"/>
|
|
2161
|
+
<xsd:enumeration value="802_11_AB"/>
|
|
2162
|
+
<xsd:enumeration value="802_11_ABGNAC"/>
|
|
2163
|
+
<xsd:enumeration value="802_11_BGN"/>
|
|
2164
|
+
<xsd:enumeration value="802_11_G_108Mbps"/>
|
|
2165
|
+
<xsd:enumeration value="802_11_G_54Mbps"/>
|
|
2166
|
+
<xsd:enumeration value="802_11_N"/>
|
|
2167
|
+
<xsd:enumeration value="900_mhz_radio_frequency"/>
|
|
2168
|
+
<xsd:enumeration value="dect"/>
|
|
2169
|
+
<xsd:enumeration value="dect_6.0"/>
|
|
2170
|
+
<xsd:enumeration value="irda"/>
|
|
2171
|
+
<xsd:enumeration value="802_11_AC"/>
|
|
2172
|
+
</xsd:restriction>
|
|
2173
|
+
</xsd:simpleType>
|
|
2174
|
+
|
|
2175
|
+
<!--
|
|
2176
|
+
###############################################################
|
|
2177
|
+
# Computers Elements and Data Types
|
|
2178
|
+
###############################################################
|
|
2179
|
+
-->
|
|
2180
|
+
<xsd:complexType name="AirflowDimension">
|
|
2181
|
+
<xsd:simpleContent>
|
|
2182
|
+
<xsd:extension base="SixDigitInteger">
|
|
2183
|
+
<xsd:attribute name="unitOfMeasure" type="AirflowUnitOfMeasure" use="required"/>
|
|
2184
|
+
</xsd:extension>
|
|
2185
|
+
</xsd:simpleContent>
|
|
2186
|
+
</xsd:complexType>
|
|
2187
|
+
<xsd:complexType name="BurnTimeSixDigitDimension">
|
|
2188
|
+
<xsd:simpleContent>
|
|
2189
|
+
<xsd:extension base="SixDigitInteger">
|
|
2190
|
+
<xsd:attribute name="unitOfMeasure" type="BurnTimeUnitOfMeasure" use="required"/>
|
|
2191
|
+
</xsd:extension>
|
|
2192
|
+
</xsd:simpleContent>
|
|
2193
|
+
</xsd:complexType>
|
|
2194
|
+
<xsd:complexType name="CurrentFiveDigitDimension">
|
|
2195
|
+
<xsd:simpleContent>
|
|
2196
|
+
<xsd:extension base="FiveDigitDecimal">
|
|
2197
|
+
<xsd:attribute name="unitOfMeasure" type="CurrentUnitOfMeasure" use="required"/>
|
|
2198
|
+
</xsd:extension>
|
|
2199
|
+
</xsd:simpleContent>
|
|
2200
|
+
</xsd:complexType>
|
|
2201
|
+
<xsd:complexType name="DataTransferSpeedDimension">
|
|
2202
|
+
<xsd:simpleContent>
|
|
2203
|
+
<xsd:extension base="Dimension">
|
|
2204
|
+
<xsd:attribute name="unitOfMeasure" type="DataTransferSpeedUnitOfMeasure"
|
|
2205
|
+
use="required"/>
|
|
2206
|
+
</xsd:extension>
|
|
2207
|
+
</xsd:simpleContent>
|
|
2208
|
+
</xsd:complexType>
|
|
2209
|
+
<xsd:complexType name="DataTransferSpeedFiveDigitIntegerDimension">
|
|
2210
|
+
<xsd:simpleContent>
|
|
2211
|
+
<xsd:extension base="FiveDigitInteger">
|
|
2212
|
+
<xsd:attribute name="unitOfMeasure" type="DataTransferSpeedUnitOfMeasure"
|
|
2213
|
+
use="required"/>
|
|
2214
|
+
</xsd:extension>
|
|
2215
|
+
</xsd:simpleContent>
|
|
2216
|
+
</xsd:complexType>
|
|
2217
|
+
<xsd:complexType name="DataTransferSpeedIntegerDimension">
|
|
2218
|
+
<xsd:simpleContent>
|
|
2219
|
+
<xsd:extension base="PositiveInteger">
|
|
2220
|
+
<xsd:attribute name="unitOfMeasure" type="DataTransferSpeedUnitOfMeasure"
|
|
2221
|
+
use="required"/>
|
|
2222
|
+
</xsd:extension>
|
|
2223
|
+
</xsd:simpleContent>
|
|
2224
|
+
</xsd:complexType>
|
|
2225
|
+
<xsd:complexType name="DataTransferSpeedTenIntegerDimension">
|
|
2226
|
+
<xsd:simpleContent>
|
|
2227
|
+
<xsd:extension base="TenDigitInteger">
|
|
2228
|
+
<xsd:attribute name="unitOfMeasure" type="DataTransferSpeedUnitOfMeasure"
|
|
2229
|
+
use="required"/>
|
|
2230
|
+
</xsd:extension>
|
|
2231
|
+
</xsd:simpleContent>
|
|
2232
|
+
</xsd:complexType>
|
|
2233
|
+
<xsd:complexType name="FrequencyThreeDigitIntegerDimension">
|
|
2234
|
+
<xsd:simpleContent>
|
|
2235
|
+
<xsd:extension base="ThreeDigitInteger">
|
|
2236
|
+
<xsd:attribute name="unitOfMeasure" type="FrequencyUnitOfMeasure" use="required"/>
|
|
2237
|
+
</xsd:extension>
|
|
2238
|
+
</xsd:simpleContent>
|
|
2239
|
+
</xsd:complexType>
|
|
2240
|
+
<xsd:complexType name="FrequencyFiveDigitIntegerDimension">
|
|
2241
|
+
<xsd:simpleContent>
|
|
2242
|
+
<xsd:extension base="FiveDigitInteger">
|
|
2243
|
+
<xsd:attribute name="unitOfMeasure" type="FrequencyUnitOfMeasure" use="required"/>
|
|
2244
|
+
</xsd:extension>
|
|
2245
|
+
</xsd:simpleContent>
|
|
2246
|
+
</xsd:complexType>
|
|
2247
|
+
<xsd:complexType name="LengthFiveDigitDimension">
|
|
2248
|
+
<xsd:simpleContent>
|
|
2249
|
+
<xsd:extension base="FiveDigitDecimal">
|
|
2250
|
+
<xsd:attribute name="unitOfMeasure" type="LengthUnitOfMeasure" use="required"/>
|
|
2251
|
+
</xsd:extension>
|
|
2252
|
+
</xsd:simpleContent>
|
|
2253
|
+
</xsd:complexType>
|
|
2254
|
+
<xsd:complexType name="LengthFourDigitDimension">
|
|
2255
|
+
<xsd:simpleContent>
|
|
2256
|
+
<xsd:extension base="FourDigitDecimal">
|
|
2257
|
+
<xsd:attribute name="unitOfMeasure" type="LengthUnitOfMeasure" use="required"/>
|
|
2258
|
+
</xsd:extension>
|
|
2259
|
+
</xsd:simpleContent>
|
|
2260
|
+
</xsd:complexType>
|
|
2261
|
+
<xsd:complexType name="LengthSevenDigitDimension">
|
|
2262
|
+
<xsd:simpleContent>
|
|
2263
|
+
<xsd:extension base="SevenDigitDecimal">
|
|
2264
|
+
<xsd:attribute name="unitOfMeasure" type="LengthUnitOfMeasure" use="required"/>
|
|
2265
|
+
</xsd:extension>
|
|
2266
|
+
</xsd:simpleContent>
|
|
2267
|
+
</xsd:complexType>
|
|
2268
|
+
<xsd:complexType name="LuminanceFiveDigitDimension">
|
|
2269
|
+
<xsd:simpleContent>
|
|
2270
|
+
<xsd:extension base="FiveDigitInteger">
|
|
2271
|
+
<xsd:attribute name="unitOfMeasure" type="LuminanceUnitOfMeasure" use="required"/>
|
|
2272
|
+
</xsd:extension>
|
|
2273
|
+
</xsd:simpleContent>
|
|
2274
|
+
</xsd:complexType>
|
|
2275
|
+
<xsd:complexType name="MemoryInterfaceDimension">
|
|
2276
|
+
<xsd:simpleContent>
|
|
2277
|
+
<xsd:extension base="FiveDigitInteger">
|
|
2278
|
+
<xsd:attribute name="unitOfMeasure" type="MemoryInterfaceUnitOfMeasure"
|
|
2279
|
+
use="required"/>
|
|
2280
|
+
</xsd:extension>
|
|
2281
|
+
</xsd:simpleContent>
|
|
2282
|
+
</xsd:complexType>
|
|
2283
|
+
<xsd:complexType name="MemorySizeFiveDigitDimension">
|
|
2284
|
+
<xsd:simpleContent>
|
|
2285
|
+
<xsd:extension base="FiveDigitDecimal">
|
|
2286
|
+
<xsd:attribute name="unitOfMeasure" type="MemorySizeUnitOfMeasure" use="required"/>
|
|
2287
|
+
</xsd:extension>
|
|
2288
|
+
</xsd:simpleContent>
|
|
2289
|
+
</xsd:complexType>
|
|
2290
|
+
<xsd:complexType name="MemorySizeFiveDigitIntegerDimension">
|
|
2291
|
+
<xsd:simpleContent>
|
|
2292
|
+
<xsd:extension base="FiveDigitInteger">
|
|
2293
|
+
<xsd:attribute name="unitOfMeasure" type="MemorySizeUnitOfMeasure" use="required"/>
|
|
2294
|
+
</xsd:extension>
|
|
2295
|
+
</xsd:simpleContent>
|
|
2296
|
+
</xsd:complexType>
|
|
2297
|
+
<xsd:complexType name="MemorySizeTenDigitIntegerDimension">
|
|
2298
|
+
<xsd:simpleContent>
|
|
2299
|
+
<xsd:extension base="TenDigitInteger">
|
|
2300
|
+
<xsd:attribute name="unitOfMeasure" type="MemorySizeUnitOfMeasure" use="required"/>
|
|
2301
|
+
</xsd:extension>
|
|
2302
|
+
</xsd:simpleContent>
|
|
2303
|
+
</xsd:complexType>
|
|
2304
|
+
<xsd:complexType name="NoiseLevelSixDigitDimension">
|
|
2305
|
+
<xsd:simpleContent>
|
|
2306
|
+
<xsd:extension base="SixDigitInteger">
|
|
2307
|
+
<xsd:attribute name="unitOfMeasure" type="NoiseLevelUnitOfMeasure" use="required"/>
|
|
2308
|
+
</xsd:extension>
|
|
2309
|
+
</xsd:simpleContent>
|
|
2310
|
+
</xsd:complexType>
|
|
2311
|
+
<xsd:complexType name="PowerSixDigitDimension">
|
|
2312
|
+
<xsd:simpleContent>
|
|
2313
|
+
<xsd:extension base="SixDigitDecimal">
|
|
2314
|
+
<xsd:attribute name="unitOfMeasure" type="PowerUnitOfMeasure" use="required"/>
|
|
2315
|
+
</xsd:extension>
|
|
2316
|
+
</xsd:simpleContent>
|
|
2317
|
+
</xsd:complexType>
|
|
2318
|
+
<xsd:complexType name="PressureLevelSixDigitIntegerDimension">
|
|
2319
|
+
<xsd:simpleContent>
|
|
2320
|
+
<xsd:extension base="SixDigitInteger">
|
|
2321
|
+
<xsd:attribute name="unitOfMeasure" type="PressureLevelUnitOfMeasure" use="required"
|
|
2322
|
+
/>
|
|
2323
|
+
</xsd:extension>
|
|
2324
|
+
</xsd:simpleContent>
|
|
2325
|
+
</xsd:complexType>
|
|
2326
|
+
<xsd:complexType name="ResolutionFiveDigitDimension">
|
|
2327
|
+
<xsd:simpleContent>
|
|
2328
|
+
<xsd:extension base="FiveDigitDecimal">
|
|
2329
|
+
<xsd:attribute name="unitOfMeasure" type="ResolutionUnitOfMeasure" use="required"/>
|
|
2330
|
+
</xsd:extension>
|
|
2331
|
+
</xsd:simpleContent>
|
|
2332
|
+
</xsd:complexType>
|
|
2333
|
+
<xsd:complexType name="SpeedSixDigitDimension">
|
|
2334
|
+
<xsd:simpleContent>
|
|
2335
|
+
<xsd:extension base="SixDigitInteger">
|
|
2336
|
+
<xsd:attribute name="unitOfMeasure" type="SpeedUnitOfMeasure" use="required"/>
|
|
2337
|
+
</xsd:extension>
|
|
2338
|
+
</xsd:simpleContent>
|
|
2339
|
+
</xsd:complexType>
|
|
2340
|
+
<xsd:complexType name="TabletDataRateDimension">
|
|
2341
|
+
<xsd:simpleContent>
|
|
2342
|
+
<xsd:extension base="SixDigitInteger">
|
|
2343
|
+
<xsd:attribute name="unitOfMeasure" type="TabletDataRateUnitOfMeasure"
|
|
2344
|
+
use="required"/>
|
|
2345
|
+
</xsd:extension>
|
|
2346
|
+
</xsd:simpleContent>
|
|
2347
|
+
</xsd:complexType>
|
|
2348
|
+
<xsd:complexType name="TabletActiveSurfaceAreaDimension">
|
|
2349
|
+
<xsd:simpleContent>
|
|
2350
|
+
<xsd:extension base="TenString">
|
|
2351
|
+
<xsd:attribute name="unitOfMeasure" type="LengthUnitOfMeasure" use="required"/>
|
|
2352
|
+
</xsd:extension>
|
|
2353
|
+
</xsd:simpleContent>
|
|
2354
|
+
</xsd:complexType>
|
|
2355
|
+
<xsd:complexType name="TabletResolutionDimension">
|
|
2356
|
+
<xsd:simpleContent>
|
|
2357
|
+
<xsd:extension base="SixDigitInteger">
|
|
2358
|
+
<xsd:attribute name="unitOfMeasure" type="TabletResolutionUnitOfMeasure"
|
|
2359
|
+
use="required"/>
|
|
2360
|
+
</xsd:extension>
|
|
2361
|
+
</xsd:simpleContent>
|
|
2362
|
+
</xsd:complexType>
|
|
2363
|
+
<xsd:complexType name="VoltageSevenDigitDecimalDimension">
|
|
2364
|
+
<xsd:simpleContent>
|
|
2365
|
+
<xsd:extension base="SevenDigitDecimal">
|
|
2366
|
+
<xsd:attribute name="unitOfMeasure" type="VoltageUnitOfMeasure" use="required"/>
|
|
2367
|
+
</xsd:extension>
|
|
2368
|
+
</xsd:simpleContent>
|
|
2369
|
+
</xsd:complexType>
|
|
2370
|
+
<xsd:complexType name="VoltageFiveDigitIntegerDimension">
|
|
2371
|
+
<xsd:simpleContent>
|
|
2372
|
+
<xsd:extension base="FiveDigitInteger">
|
|
2373
|
+
<xsd:attribute name="unitOfMeasure" type="VoltageUnitOfMeasure" use="required"/>
|
|
2374
|
+
</xsd:extension>
|
|
2375
|
+
</xsd:simpleContent>
|
|
2376
|
+
</xsd:complexType>
|
|
2377
|
+
<!--
|
|
2378
|
+
##################################################
|
|
2379
|
+
# Unit of Measure Types
|
|
2380
|
+
##################################################
|
|
2381
|
+
-->
|
|
2382
|
+
<xsd:simpleType name="AirflowUnitOfMeasure">
|
|
2383
|
+
<xsd:restriction base="xsd:string">
|
|
2384
|
+
<xsd:enumeration value="CFM"/>
|
|
2385
|
+
</xsd:restriction>
|
|
2386
|
+
</xsd:simpleType>
|
|
2387
|
+
<xsd:simpleType name="DataTransferSpeedUnitOfMeasure">
|
|
2388
|
+
<xsd:restriction base="xsd:string">
|
|
2389
|
+
<xsd:enumeration value="kbps"/>
|
|
2390
|
+
<xsd:enumeration value="mbps"/>
|
|
2391
|
+
<xsd:enumeration value="gbps"/>
|
|
2392
|
+
</xsd:restriction>
|
|
2393
|
+
</xsd:simpleType>
|
|
2394
|
+
<xsd:simpleType name="MemoryInterfaceUnitOfMeasure">
|
|
2395
|
+
<xsd:restriction base="xsd:string">
|
|
2396
|
+
<xsd:enumeration value="bits"/>
|
|
2397
|
+
</xsd:restriction>
|
|
2398
|
+
</xsd:simpleType>
|
|
2399
|
+
<xsd:simpleType name="PressureLevelUnitOfMeasure">
|
|
2400
|
+
<xsd:restriction base="xsd:string">
|
|
2401
|
+
<xsd:enumeration value="levels"/>
|
|
2402
|
+
</xsd:restriction>
|
|
2403
|
+
</xsd:simpleType>
|
|
2404
|
+
<xsd:simpleType name="TabletDataRateUnitOfMeasure">
|
|
2405
|
+
<xsd:restriction base="xsd:string">
|
|
2406
|
+
<xsd:enumeration value="PPS"/>
|
|
2407
|
+
</xsd:restriction>
|
|
2408
|
+
</xsd:simpleType>
|
|
2409
|
+
<xsd:simpleType name="TabletResolutionUnitOfMeasure">
|
|
2410
|
+
<xsd:restriction base="xsd:string">
|
|
2411
|
+
<xsd:enumeration value="lpi"/>
|
|
2412
|
+
</xsd:restriction>
|
|
2413
|
+
</xsd:simpleType>
|
|
2414
|
+
</xsd:schema>
|