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,49 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
<!-- Revision="$Revision: #3 $" -->
|
|
3
|
+
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
|
|
4
|
+
<!--
|
|
5
|
+
$Date: 2006/11/21 $
|
|
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="Inventory">
|
|
15
|
+
<xsd:complexType>
|
|
16
|
+
<xsd:sequence>
|
|
17
|
+
<xsd:element ref="SKU"/>
|
|
18
|
+
<xsd:element ref="FulfillmentCenterID" minOccurs="0"/>
|
|
19
|
+
<xsd:choice>
|
|
20
|
+
<xsd:element name="Available" type="xsd:boolean"/>
|
|
21
|
+
<xsd:element name="Quantity" type="xsd:nonNegativeInteger"/>
|
|
22
|
+
<xsd:element name="Lookup">
|
|
23
|
+
<xsd:simpleType>
|
|
24
|
+
<xsd:restriction base="xsd:string">
|
|
25
|
+
<xsd:enumeration value="FulfillmentNetwork"/>
|
|
26
|
+
</xsd:restriction>
|
|
27
|
+
</xsd:simpleType>
|
|
28
|
+
</xsd:element>
|
|
29
|
+
</xsd:choice>
|
|
30
|
+
<xsd:element name="RestockDate" type="xsd:date" minOccurs="0"/>
|
|
31
|
+
<xsd:element name="FulfillmentLatency" type="xsd:positiveInteger" minOccurs="0"/>
|
|
32
|
+
<xsd:element name="SwitchFulfillmentTo" minOccurs="0">
|
|
33
|
+
<!-- Use this element if you are switching the
|
|
34
|
+
fulfillment method for your item.
|
|
35
|
+
If you are switching from AFN to MFN, use "MFN"
|
|
36
|
+
If you are switching from MFN to AFN, use "AFN"
|
|
37
|
+
-->
|
|
38
|
+
<xsd:simpleType>
|
|
39
|
+
<xsd:restriction base="xsd:string">
|
|
40
|
+
<xsd:enumeration value="MFN"/>
|
|
41
|
+
<xsd:enumeration value="AFN"/>
|
|
42
|
+
</xsd:restriction>
|
|
43
|
+
</xsd:simpleType>
|
|
44
|
+
</xsd:element>
|
|
45
|
+
</xsd:sequence>
|
|
46
|
+
</xsd:complexType>
|
|
47
|
+
</xsd:element>
|
|
48
|
+
</xsd:schema>
|
|
49
|
+
|
data/lib/xsd/Jewelry.xsd
ADDED
|
@@ -0,0 +1,1123 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
<!-- Revision="$Revision: #12 $" -->
|
|
3
|
+
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
|
|
4
|
+
<!--
|
|
5
|
+
$Date: 2007/10/31 $
|
|
6
|
+
AMAZON.COM CONFIDENTIAL.This document and the information contained in it areconfidential and proprietary information of Amazon.com and may not be reproduced,distributed or used, in whole or in part, for any purpose other than as necessary to list products for sale on the www.amazon.com web site pursuant to an agreement with Amazon.com.
|
|
7
|
+
-->
|
|
8
|
+
<xsd:include schemaLocation="amzn-base.xsd"/>
|
|
9
|
+
<!--
|
|
10
|
+
Please read the corresponding documentation that contains the recommended values for some elements of type StringNotNull.
|
|
11
|
+
-->
|
|
12
|
+
<xsd:element name="Jewelry">
|
|
13
|
+
<xsd:complexType>
|
|
14
|
+
<xsd:sequence>
|
|
15
|
+
<xsd:element name="ProductType">
|
|
16
|
+
<xsd:complexType>
|
|
17
|
+
<xsd:choice>
|
|
18
|
+
<xsd:element ref="Watch"/>
|
|
19
|
+
<xsd:element ref="FashionNecklaceBraceletAnklet"/>
|
|
20
|
+
<xsd:element ref="FashionRing"/>
|
|
21
|
+
<xsd:element ref="FashionEarring"/>
|
|
22
|
+
<xsd:element ref="FashionOther"/>
|
|
23
|
+
<xsd:element ref="FineNecklaceBraceletAnklet"/>
|
|
24
|
+
<xsd:element ref="FineRing"/>
|
|
25
|
+
<xsd:element ref="FineEarring"/>
|
|
26
|
+
<xsd:element ref="FineOther"/>
|
|
27
|
+
</xsd:choice>
|
|
28
|
+
</xsd:complexType>
|
|
29
|
+
</xsd:element>
|
|
30
|
+
<xsd:element name="BatteryAverageLife" type="Dimension" minOccurs="0"/>
|
|
31
|
+
<xsd:element name="BatteryAverageLifeStandby" type="Dimension" minOccurs="0"/>
|
|
32
|
+
<xsd:element name="BatteryChargeTime" type="Dimension" minOccurs="0"/>
|
|
33
|
+
<xsd:element name="Color" type="StringNotNull" minOccurs="0"/>
|
|
34
|
+
<xsd:element name="DisplayLength" type="LengthDimension" minOccurs="0"/>
|
|
35
|
+
<xsd:element name="DisplayVolume" type="VolumeDimension" minOccurs="0"/>
|
|
36
|
+
<xsd:element name="DisplayWeight" type="WeightDimension" minOccurs="0"/>
|
|
37
|
+
<xsd:element name="MaxOrderQuantity" type="xsd:positiveInteger" minOccurs="0"/>
|
|
38
|
+
<xsd:element name="MfgWarrantyDescriptionLabor" type="SuperLongStringNotNull" minOccurs="0"/>
|
|
39
|
+
<xsd:element name="MfgWarrantyDescriptionParts" type="SuperLongStringNotNull" minOccurs="0"/>
|
|
40
|
+
<xsd:element name="MfgWarrantyDescriptionType" type="StringNotNull" minOccurs="0"/>
|
|
41
|
+
<xsd:element name="StyleName" type="StringNotNull" minOccurs="0"/>
|
|
42
|
+
<xsd:element name="PowerSource" type="StringNotNull" minOccurs="0"/>
|
|
43
|
+
<xsd:element name="RegionOfOrigin" type="StringNotNull" minOccurs="0"/>
|
|
44
|
+
<xsd:element name="Size" type="StringNotNull" minOccurs="0"/>
|
|
45
|
+
<xsd:element name="SizeMap" type="StringNotNull" minOccurs="0"/>
|
|
46
|
+
<xsd:element name="Warnings" type="LongStringNotNull" minOccurs="0"/>
|
|
47
|
+
<xsd:element name="WarrantyType" type="StringNotNull" minOccurs="0"/>
|
|
48
|
+
<xsd:element name="ModelNumber" type="StringNotNull" minOccurs="0"/>
|
|
49
|
+
<xsd:element name="Codabar" type="StringNotNull" minOccurs="0"/>
|
|
50
|
+
|
|
51
|
+
</xsd:sequence>
|
|
52
|
+
</xsd:complexType>
|
|
53
|
+
</xsd:element>
|
|
54
|
+
<!--
|
|
55
|
+
###############################################################
|
|
56
|
+
# Watch Classification Data
|
|
57
|
+
###############################################################
|
|
58
|
+
-->
|
|
59
|
+
<xsd:element name="Watch">
|
|
60
|
+
<xsd:complexType>
|
|
61
|
+
<xsd:sequence>
|
|
62
|
+
<xsd:element name="VariationData" minOccurs="0">
|
|
63
|
+
<xsd:complexType>
|
|
64
|
+
<xsd:sequence>
|
|
65
|
+
<xsd:element name="Parentage">
|
|
66
|
+
<xsd:simpleType>
|
|
67
|
+
<xsd:restriction base="xsd:string">
|
|
68
|
+
<xsd:enumeration value="parent"/>
|
|
69
|
+
<xsd:enumeration value="child"/>
|
|
70
|
+
</xsd:restriction>
|
|
71
|
+
</xsd:simpleType>
|
|
72
|
+
</xsd:element>
|
|
73
|
+
<xsd:element name="VariationTheme" minOccurs="0">
|
|
74
|
+
<xsd:simpleType>
|
|
75
|
+
<xsd:restriction base="xsd:string">
|
|
76
|
+
<xsd:enumeration value="BandColor"/>
|
|
77
|
+
<xsd:enumeration value="Color"/>
|
|
78
|
+
<xsd:enumeration value="StyleName"/>
|
|
79
|
+
<xsd:enumeration value="SizeName"/>
|
|
80
|
+
<xsd:enumeration value="SizeName-ColorName"/>
|
|
81
|
+
</xsd:restriction>
|
|
82
|
+
</xsd:simpleType>
|
|
83
|
+
</xsd:element>
|
|
84
|
+
</xsd:sequence>
|
|
85
|
+
</xsd:complexType>
|
|
86
|
+
</xsd:element>
|
|
87
|
+
<xsd:element name="BandColor" type="FortyStringNotNull" minOccurs="0"/>
|
|
88
|
+
<xsd:element name="BandMaterial" type="StringNotNull" minOccurs="0"/>
|
|
89
|
+
<xsd:element name="BandLength" type="StringNotNull" minOccurs="0"/>
|
|
90
|
+
<xsd:element name="BandWidth" type="LengthDimension" minOccurs="0"/>
|
|
91
|
+
<xsd:element name="NumberOfItems" type="xsd:positiveInteger" minOccurs="0"/>
|
|
92
|
+
<xsd:element name="BatteryAverageLife" type="PositiveNonZeroDimension" minOccurs="0"/>
|
|
93
|
+
<xsd:element name="BatteryAverageLifeStandby" type="PositiveNonZeroDimension" minOccurs="0"/>
|
|
94
|
+
<xsd:element name="BatteryChargeTime" type="PositiveNonZeroDimension" minOccurs="0"/>
|
|
95
|
+
<xsd:element name="CollectionName" type="StringNotNull" minOccurs="0"/>
|
|
96
|
+
<xsd:element name="ClaspType" type="StringNotNull" minOccurs="0"/>
|
|
97
|
+
<xsd:element name="CaseMaterial" type="StringNotNull" minOccurs="0" maxOccurs="2"/>
|
|
98
|
+
<xsd:element name="CaseSizeThickness" type="LengthDimension" minOccurs="0"/>
|
|
99
|
+
<xsd:element name="CaseSizeDiameter" type="LengthDimension" minOccurs="0"/>
|
|
100
|
+
<xsd:element name="LifeStyle" type="LongString" minOccurs="0" maxOccurs="2"/>
|
|
101
|
+
<xsd:element name="SpecificUsesForProduct" type="StringNotNull" minOccurs="0" maxOccurs="3"/>
|
|
102
|
+
<xsd:element name="MetalStamp" type="StringNotNull" minOccurs="0"/>
|
|
103
|
+
<xsd:element name="SettingType" type="StringNotNull" minOccurs="0"/>
|
|
104
|
+
<xsd:element name="DialColor" type="StringNotNull" minOccurs="0"/>
|
|
105
|
+
<xsd:element name="DialColorMap" type="StringNotNull" minOccurs="0"/>
|
|
106
|
+
<xsd:element name="BezelMaterial" type="StringNotNull" minOccurs="0"/>
|
|
107
|
+
<xsd:element name="BezelFunction" type="StringNotNull" minOccurs="0"/>
|
|
108
|
+
<xsd:element name="GemType" type="StringNotNull" minOccurs="0"/>
|
|
109
|
+
<xsd:element name="Crystal" type="StringNotNull" minOccurs="0"/>
|
|
110
|
+
<xsd:element name="MovementType" type="StringNotNull" minOccurs="0"/>
|
|
111
|
+
<xsd:element name="CalendarType" type="StringNotNull" minOccurs="0"/>
|
|
112
|
+
<xsd:element name="WaterResistantDepth" type="LengthDimension" minOccurs="0"/>
|
|
113
|
+
<xsd:element name="ResaleType" type="StringNotNull" minOccurs="0"/>
|
|
114
|
+
<xsd:element name="WarrantyType" type="StringNotNull" minOccurs="0"/>
|
|
115
|
+
<xsd:element name="IncludedItems" type="StringNotNull" minOccurs="0"/>
|
|
116
|
+
<xsd:element name="SellerWarrantyDescription" type="SuperLongStringNotNull" minOccurs="0"/>
|
|
117
|
+
<xsd:element name="SizeMap" type="StringNotNull" minOccurs="0"/>
|
|
118
|
+
<xsd:element name="EstatePeriod" type="StringNotNull" minOccurs="0"/>
|
|
119
|
+
<xsd:element name="CountryOfOrigin" type="CountryOfOriginType" minOccurs="0"/>
|
|
120
|
+
<xsd:element name="RegionOfOrigin" type="StringNotNull" minOccurs="0"/>
|
|
121
|
+
<xsd:element name="ItemShape" type="StringNotNull" minOccurs="0"/>
|
|
122
|
+
<xsd:element name="SpecialFeatures" type="StringNotNull" minOccurs="0" maxOccurs="5"/>
|
|
123
|
+
<xsd:element name="DisplayLength" type="LengthDimension" minOccurs="0"/>
|
|
124
|
+
<xsd:element name="DisplayType" type="StringNotNull" minOccurs="0"/>
|
|
125
|
+
<xsd:element name="DisplayVolume" type="VolumeDimension" minOccurs="0"/>
|
|
126
|
+
<xsd:element name="DisplayWeight" type="WeightDimension" minOccurs="0"/>
|
|
127
|
+
<xsd:element name="MaximumWaterPressure" type="PressureDimension" minOccurs="0"/>
|
|
128
|
+
<xsd:element name="ModelYear" type="FourDigitYear" minOccurs="0"/>
|
|
129
|
+
<xsd:element name="Warnings" type="LongStringNotNull" minOccurs="0"/>
|
|
130
|
+
<xsd:element name="Season" type="HundredString" minOccurs="0"/>
|
|
131
|
+
<xsd:element name="PowerSource" type="StringNotNull" minOccurs="0"/>
|
|
132
|
+
<xsd:element name="IsAdultProduct" type="xsd:boolean" minOccurs="0"/>
|
|
133
|
+
<xsd:element name="SportType" type="StringNotNull" minOccurs="0" maxOccurs="3"/>
|
|
134
|
+
<xsd:element name="TargetGender" minOccurs="0">
|
|
135
|
+
<xsd:simpleType>
|
|
136
|
+
<xsd:restriction base="StringNotNull">
|
|
137
|
+
<xsd:enumeration value="male"/>
|
|
138
|
+
<xsd:enumeration value="female"/>
|
|
139
|
+
<xsd:enumeration value="unisex"/>
|
|
140
|
+
</xsd:restriction>
|
|
141
|
+
</xsd:simpleType>
|
|
142
|
+
</xsd:element>
|
|
143
|
+
<xsd:element name="BatteryTypeLithiumIon" type="xsd:positiveInteger" minOccurs="0"/>
|
|
144
|
+
<xsd:element name="BatteryTypeLithiumMetal" type="xsd:positiveInteger" minOccurs="0"/>
|
|
145
|
+
<xsd:element name="LithiumBatteryEnergyContent" type="xsd:decimal" minOccurs="0"/>
|
|
146
|
+
<xsd:element name="LithiumBatteryPackaging" minOccurs="0">
|
|
147
|
+
<xsd:simpleType>
|
|
148
|
+
<xsd:restriction base="xsd:string">
|
|
149
|
+
<xsd:enumeration value="batteries_contained_in_equipment"/>
|
|
150
|
+
<xsd:enumeration value="batteries_only"/>
|
|
151
|
+
<xsd:enumeration value="batteries_packed_with_equipment"/>
|
|
152
|
+
</xsd:restriction>
|
|
153
|
+
</xsd:simpleType>
|
|
154
|
+
</xsd:element>
|
|
155
|
+
<xsd:element name="LithiumBatteryVoltage" type="xsd:decimal" minOccurs="0"/>
|
|
156
|
+
<xsd:element name="LithiumBatteryWeight" type="xsd:decimal" minOccurs="0"/>
|
|
157
|
+
<xsd:element name="ManufacturerWarrantyType" type="StringNotNull" minOccurs="0"/>
|
|
158
|
+
<xsd:element name="MaxOrderQuantity" type="xsd:positiveInteger" minOccurs="0"/>
|
|
159
|
+
<xsd:element name="MfgWarrantyDescriptionLabor" type="SuperLongStringNotNull" minOccurs="0"/>
|
|
160
|
+
<xsd:element name="MfgWarrantyDescriptionParts" type="SuperLongStringNotNull" minOccurs="0"/>
|
|
161
|
+
<xsd:element name="NumberOfLithiumIonCells" type="xsd:positiveInteger" minOccurs="0"/>
|
|
162
|
+
<xsd:element name="NumberOfLithiumMetalCells" type="xsd:positiveInteger" minOccurs="0"/>
|
|
163
|
+
<xsd:element name="Battery" type="JewelryBattery" minOccurs="0"/>
|
|
164
|
+
<xsd:element name="DepartmentName" type="StringNotNull" minOccurs="0"/>
|
|
165
|
+
<xsd:element name="SubjectCharacter" type="StringNotNull" minOccurs="0"/>
|
|
166
|
+
<xsd:element name="DistributionDesignation" type="DistributionDesignationValues" minOccurs="0"/>
|
|
167
|
+
<xsd:element name="Codabar" type="StringNotNull" minOccurs="0"/>
|
|
168
|
+
<xsd:element name="GradeRating" type="StringNotNull" minOccurs="0"/>
|
|
169
|
+
<xsd:element name="AuthenticatedBy" type="StringNotNull" minOccurs="0"/>
|
|
170
|
+
</xsd:sequence>
|
|
171
|
+
</xsd:complexType>
|
|
172
|
+
</xsd:element>
|
|
173
|
+
<!--
|
|
174
|
+
###############################################################
|
|
175
|
+
# FashionNecklaceBraceletAnklet Classification Data
|
|
176
|
+
###############################################################
|
|
177
|
+
-->
|
|
178
|
+
<xsd:element name="FashionNecklaceBraceletAnklet">
|
|
179
|
+
<xsd:complexType>
|
|
180
|
+
<xsd:sequence>
|
|
181
|
+
<xsd:element name="VariationData" minOccurs="0">
|
|
182
|
+
<xsd:complexType>
|
|
183
|
+
<xsd:sequence>
|
|
184
|
+
<xsd:element name="Parentage">
|
|
185
|
+
<xsd:simpleType>
|
|
186
|
+
<xsd:restriction base="xsd:string">
|
|
187
|
+
<xsd:enumeration value="parent"/>
|
|
188
|
+
<xsd:enumeration value="child"/>
|
|
189
|
+
</xsd:restriction>
|
|
190
|
+
</xsd:simpleType>
|
|
191
|
+
</xsd:element>
|
|
192
|
+
<xsd:element name="VariationTheme" minOccurs="0">
|
|
193
|
+
<xsd:simpleType>
|
|
194
|
+
<xsd:restriction base="xsd:string">
|
|
195
|
+
<xsd:enumeration value="Length"/>
|
|
196
|
+
<xsd:enumeration value="MetalType"/>
|
|
197
|
+
<xsd:enumeration value="Length-MetalType"/>
|
|
198
|
+
<xsd:enumeration value="Color"/>
|
|
199
|
+
<xsd:enumeration value="StyleName"/>
|
|
200
|
+
<xsd:enumeration value="Diameter"/>
|
|
201
|
+
<xsd:enumeration value="DisplayWeight"/>
|
|
202
|
+
</xsd:restriction>
|
|
203
|
+
</xsd:simpleType>
|
|
204
|
+
</xsd:element>
|
|
205
|
+
<xsd:element name="Length" type="LengthDimension" minOccurs="0"/>
|
|
206
|
+
<xsd:element name="MetalType" type="StringNotNull" minOccurs="0"/>
|
|
207
|
+
</xsd:sequence>
|
|
208
|
+
</xsd:complexType>
|
|
209
|
+
</xsd:element>
|
|
210
|
+
<xsd:element name="ClaspType" type="StringNotNull" minOccurs="0"/>
|
|
211
|
+
<xsd:element name="Material" type="StringNotNull" minOccurs="0" maxOccurs="4"/>
|
|
212
|
+
<xsd:element name="MetalStamp" type="StringNotNull" minOccurs="0"/>
|
|
213
|
+
<xsd:element name="SettingType" type="StringNotNull" minOccurs="0"/>
|
|
214
|
+
<xsd:element name="Diameter" type="LengthDimension" minOccurs="0"/>
|
|
215
|
+
<xsd:element name="Height" type="LengthDimension" minOccurs="0"/>
|
|
216
|
+
<xsd:element name="Width" type="LengthDimension" minOccurs="0"/>
|
|
217
|
+
<xsd:element name="ChainType" type="StringNotNull" minOccurs="0"/>
|
|
218
|
+
<xsd:element name="ChainDescription" type="StringNotNull" minOccurs="0"/>
|
|
219
|
+
<xsd:element name="EstatePeriod" type="StringNotNull" minOccurs="0"/>
|
|
220
|
+
<xsd:element name="NumberOfStones" type="xsd:positiveInteger" minOccurs="0"/>
|
|
221
|
+
<xsd:element name="Stone" type="StoneType" minOccurs="0" maxOccurs="3"/>
|
|
222
|
+
<xsd:element name="NumberOfPearls" type="xsd:positiveInteger" minOccurs="0"/>
|
|
223
|
+
<xsd:element ref="Pearl" minOccurs="0"/>
|
|
224
|
+
<xsd:element name="SellerWarrantyDescription" type="SuperLongStringNotNull" minOccurs="0"/>
|
|
225
|
+
<xsd:element name="ModelYear" type="FourDigitYear" minOccurs="0"/>
|
|
226
|
+
<xsd:element name="Season" type="HundredString" minOccurs="0"/>
|
|
227
|
+
<xsd:element name="CountryOfOrigin" type="CountryOfOriginType" minOccurs="0"/>
|
|
228
|
+
<xsd:element name="StyleKeywords" type="LongString" minOccurs="0" maxOccurs="5"/>
|
|
229
|
+
<xsd:element name="OccasionLifestyle" type="LongString" minOccurs="0" maxOccurs="5"/>
|
|
230
|
+
<xsd:element name="LithiumBatteryEnergyContent" type="xsd:decimal" minOccurs="0"/>
|
|
231
|
+
<xsd:element name="LithiumBatteryPackaging" minOccurs="0">
|
|
232
|
+
<xsd:simpleType>
|
|
233
|
+
<xsd:restriction base="xsd:string">
|
|
234
|
+
<xsd:enumeration value="batteries_contained_in_equipment"/>
|
|
235
|
+
<xsd:enumeration value="batteries_only"/>
|
|
236
|
+
<xsd:enumeration value="batteries_packed_with_equipment"/>
|
|
237
|
+
</xsd:restriction>
|
|
238
|
+
</xsd:simpleType>
|
|
239
|
+
</xsd:element>
|
|
240
|
+
<xsd:element name="LithiumBatteryVoltage" type="xsd:decimal" minOccurs="0"/>
|
|
241
|
+
<xsd:element name="LithiumBatteryWeight" type="xsd:decimal" minOccurs="0"/>
|
|
242
|
+
<xsd:element name="NumberOfLithiumIonCells" type="xsd:positiveInteger" minOccurs="0"/>
|
|
243
|
+
<xsd:element name="NumberOfLithiumMetalCells" type="xsd:positiveInteger" minOccurs="0"/>
|
|
244
|
+
<xsd:element name="Battery" type="JewelryBattery" minOccurs="0"/>
|
|
245
|
+
<xsd:element name="BackFinding" type="StringNotNull" minOccurs="0"/>
|
|
246
|
+
<xsd:element name="BatteryCellComposition" type="BatteryCellTypeValues" minOccurs="0"/>
|
|
247
|
+
<xsd:element name="BatteryDescription" type="StringNotNull" minOccurs="0"/>
|
|
248
|
+
<xsd:element name="Certificate" type="CertificateType" minOccurs="0"/>
|
|
249
|
+
<xsd:element name="CollectionName" type="StringNotNull" minOccurs="0"/>
|
|
250
|
+
<xsd:element name="ColorMap" type="StringNotNull" minOccurs="0"/>
|
|
251
|
+
<xsd:element name="DepartmentName" type="StringNotNull" minOccurs="0"/>
|
|
252
|
+
<xsd:element name="ReSizable" type="xsd:boolean" minOccurs="0"/>
|
|
253
|
+
<xsd:element name="ItemLengthDescription" type="StringNotNull" minOccurs="0"/>
|
|
254
|
+
<xsd:element name="ItemShape" type="StringNotNull" minOccurs="0"/>
|
|
255
|
+
<xsd:element name="ItemStyling" type="StringNotNull" minOccurs="0"/>
|
|
256
|
+
<xsd:element name="OccasionType" type="StringNotNull" minOccurs="0"/>
|
|
257
|
+
<xsd:element name="PackageTypeName" type="StringNotNull" minOccurs="0"/>
|
|
258
|
+
<xsd:element name="PatternName" type="StringNotNull" minOccurs="0"/>
|
|
259
|
+
<xsd:element name="RingSize" minOccurs="0">
|
|
260
|
+
<xsd:simpleType>
|
|
261
|
+
<xsd:restriction base="xsd:normalizedString">
|
|
262
|
+
<xsd:minLength value="1"/>
|
|
263
|
+
<xsd:maxLength value="13"/>
|
|
264
|
+
</xsd:restriction>
|
|
265
|
+
</xsd:simpleType>
|
|
266
|
+
</xsd:element>
|
|
267
|
+
<xsd:element name="SizingLowerRange" type="StringNotNull" minOccurs="0"/>
|
|
268
|
+
<xsd:element name="SizingUpperRange" type="StringNotNull" minOccurs="0"/>
|
|
269
|
+
<xsd:element name="TotalDiamondWeight" type="JewelryWeightDimension" minOccurs="0"/>
|
|
270
|
+
<xsd:element name="TotalGemWeight" type="JewelryWeightDimension" minOccurs="0"/>
|
|
271
|
+
<xsd:element name="TotalMetalWeight" type="JewelryWeightDimension" minOccurs="0"/>
|
|
272
|
+
<xsd:element name="GemType" type="StringNotNull" minOccurs="0"/>
|
|
273
|
+
</xsd:sequence>
|
|
274
|
+
</xsd:complexType>
|
|
275
|
+
</xsd:element>
|
|
276
|
+
<!--
|
|
277
|
+
###############################################################
|
|
278
|
+
# FashionRing Classification Data
|
|
279
|
+
###############################################################
|
|
280
|
+
-->
|
|
281
|
+
<xsd:element name="FashionRing">
|
|
282
|
+
<xsd:complexType>
|
|
283
|
+
<xsd:sequence>
|
|
284
|
+
<xsd:element name="VariationData" minOccurs="0">
|
|
285
|
+
<xsd:complexType>
|
|
286
|
+
<xsd:sequence>
|
|
287
|
+
<xsd:element name="Parentage">
|
|
288
|
+
<xsd:simpleType>
|
|
289
|
+
<xsd:restriction base="xsd:string">
|
|
290
|
+
<xsd:enumeration value="parent"/>
|
|
291
|
+
<xsd:enumeration value="child"/>
|
|
292
|
+
</xsd:restriction>
|
|
293
|
+
</xsd:simpleType>
|
|
294
|
+
</xsd:element>
|
|
295
|
+
<xsd:element name="VariationTheme" minOccurs="0">
|
|
296
|
+
<xsd:simpleType>
|
|
297
|
+
<xsd:restriction base="xsd:string">
|
|
298
|
+
<xsd:enumeration value="RingSize"/>
|
|
299
|
+
<xsd:enumeration value="MetalType"/>
|
|
300
|
+
<xsd:enumeration value="MetalType-RingSize"/>
|
|
301
|
+
<xsd:enumeration value="Color"/>
|
|
302
|
+
<xsd:enumeration value="StyleName"/>
|
|
303
|
+
<xsd:enumeration value="Diameter"/>
|
|
304
|
+
<xsd:enumeration value="DisplayWeight"/>
|
|
305
|
+
</xsd:restriction>
|
|
306
|
+
</xsd:simpleType>
|
|
307
|
+
</xsd:element>
|
|
308
|
+
<xsd:element name="RingSize" minOccurs="0">
|
|
309
|
+
<xsd:simpleType>
|
|
310
|
+
<xsd:restriction base="xsd:normalizedString">
|
|
311
|
+
<xsd:minLength value="1"/>
|
|
312
|
+
<xsd:maxLength value="13"/>
|
|
313
|
+
</xsd:restriction>
|
|
314
|
+
</xsd:simpleType>
|
|
315
|
+
</xsd:element>
|
|
316
|
+
<xsd:element name="MetalType" type="StringNotNull" minOccurs="0"/>
|
|
317
|
+
</xsd:sequence>
|
|
318
|
+
</xsd:complexType>
|
|
319
|
+
</xsd:element>
|
|
320
|
+
<xsd:element name="Material" type="StringNotNull" minOccurs="0" maxOccurs="4"/>
|
|
321
|
+
<xsd:element name="MetalStamp" type="StringNotNull" minOccurs="0"/>
|
|
322
|
+
<xsd:element name="SettingType" type="StringNotNull" minOccurs="0"/>
|
|
323
|
+
<xsd:element name="Diameter" type="LengthDimension" minOccurs="0"/>
|
|
324
|
+
<xsd:element name="Height" type="LengthDimension" minOccurs="0"/>
|
|
325
|
+
<xsd:element name="Width" type="LengthDimension" minOccurs="0"/>
|
|
326
|
+
<xsd:element name="Length" type="LengthDimension" minOccurs="0"/>
|
|
327
|
+
<xsd:element name="EstatePeriod" type="StringNotNull" minOccurs="0"/>
|
|
328
|
+
<xsd:element name="NumberOfStones" type="xsd:positiveInteger" minOccurs="0"/>
|
|
329
|
+
<xsd:element name="Stone" type="StoneType" minOccurs="0" maxOccurs="3"/>
|
|
330
|
+
<xsd:element name="NumberOfPearls" type="xsd:positiveInteger" minOccurs="0"/>
|
|
331
|
+
<xsd:element ref="Pearl" minOccurs="0"/>
|
|
332
|
+
<xsd:element name="SellerWarrantyDescription" type="SuperLongStringNotNull" minOccurs="0"/>
|
|
333
|
+
<xsd:element name="ModelYear" type="FourDigitYear" minOccurs="0"/>
|
|
334
|
+
<xsd:element name="Season" type="HundredString" minOccurs="0"/>
|
|
335
|
+
<xsd:element name="CountryOfOrigin" type="CountryOfOriginType" minOccurs="0"/>
|
|
336
|
+
<xsd:element name="StyleKeywords" type="LongString" minOccurs="0" maxOccurs="5"/>
|
|
337
|
+
<xsd:element name="OccasionLifestyle" type="LongString" minOccurs="0" maxOccurs="5"/>
|
|
338
|
+
<xsd:element name="LithiumBatteryEnergyContent" type="xsd:decimal" minOccurs="0"/>
|
|
339
|
+
<xsd:element name="LithiumBatteryPackaging" minOccurs="0">
|
|
340
|
+
<xsd:simpleType>
|
|
341
|
+
<xsd:restriction base="xsd:string">
|
|
342
|
+
<xsd:enumeration value="batteries_contained_in_equipment"/>
|
|
343
|
+
<xsd:enumeration value="batteries_only"/>
|
|
344
|
+
<xsd:enumeration value="batteries_packed_with_equipment"/>
|
|
345
|
+
</xsd:restriction>
|
|
346
|
+
</xsd:simpleType>
|
|
347
|
+
</xsd:element>
|
|
348
|
+
<xsd:element name="LithiumBatteryVoltage" type="xsd:decimal" minOccurs="0"/>
|
|
349
|
+
<xsd:element name="LithiumBatteryWeight" type="xsd:decimal" minOccurs="0"/>
|
|
350
|
+
<xsd:element name="NumberOfLithiumIonCells" type="xsd:positiveInteger" minOccurs="0"/>
|
|
351
|
+
<xsd:element name="NumberOfLithiumMetalCells" type="xsd:positiveInteger" minOccurs="0"/>
|
|
352
|
+
<xsd:element name="Battery" type="JewelryBattery" minOccurs="0"/>
|
|
353
|
+
<xsd:element name="BackFinding" type="StringNotNull" minOccurs="0"/>
|
|
354
|
+
<xsd:element name="BatteryCellComposition" type="BatteryCellTypeValues" minOccurs="0"/>
|
|
355
|
+
<xsd:element name="BatteryDescription" type="StringNotNull" minOccurs="0"/>
|
|
356
|
+
<xsd:element name="Certificate" type="CertificateType" minOccurs="0"/>
|
|
357
|
+
<xsd:element name="ChainType" type="StringNotNull" minOccurs="0"/>
|
|
358
|
+
<xsd:element name="ClaspType" type="StringNotNull" minOccurs="0"/>
|
|
359
|
+
<xsd:element name="CollectionName" type="StringNotNull" minOccurs="0"/>
|
|
360
|
+
<xsd:element name="ColorMap" type="StringNotNull" minOccurs="0"/>
|
|
361
|
+
<xsd:element name="DepartmentName" type="StringNotNull" minOccurs="0"/>
|
|
362
|
+
<xsd:element name="ReSizable" type="xsd:boolean" minOccurs="0"/>
|
|
363
|
+
<xsd:element name="ItemStyling" type="StringNotNull" minOccurs="0"/>
|
|
364
|
+
<xsd:element name="OccasionType" type="StringNotNull" minOccurs="0"/>
|
|
365
|
+
<xsd:element name="PackageTypeName" type="StringNotNull" minOccurs="0"/>
|
|
366
|
+
<xsd:element name="PatternName" type="StringNotNull" minOccurs="0"/>
|
|
367
|
+
<xsd:element name="SizingLowerRange" type="StringNotNull" minOccurs="0"/>
|
|
368
|
+
<xsd:element name="SizingUpperRange" type="StringNotNull" minOccurs="0"/>
|
|
369
|
+
<xsd:element name="TotalDiamondWeight" type="JewelryWeightDimension" minOccurs="0"/>
|
|
370
|
+
<xsd:element name="TotalGemWeight" type="JewelryWeightDimension" minOccurs="0"/>
|
|
371
|
+
<xsd:element name="TotalMetalWeight" type="JewelryWeightDimension" minOccurs="0"/>
|
|
372
|
+
</xsd:sequence>
|
|
373
|
+
</xsd:complexType>
|
|
374
|
+
</xsd:element>
|
|
375
|
+
<!--
|
|
376
|
+
###############################################################
|
|
377
|
+
# FashionEarring Classification Data
|
|
378
|
+
###############################################################
|
|
379
|
+
-->
|
|
380
|
+
<xsd:element name="FashionEarring">
|
|
381
|
+
<xsd:complexType>
|
|
382
|
+
<xsd:sequence>
|
|
383
|
+
<xsd:element name="VariationData" minOccurs="0">
|
|
384
|
+
<xsd:complexType>
|
|
385
|
+
<xsd:sequence>
|
|
386
|
+
<xsd:element name="Parentage">
|
|
387
|
+
<xsd:simpleType>
|
|
388
|
+
<xsd:restriction base="xsd:string">
|
|
389
|
+
<xsd:enumeration value="parent"/>
|
|
390
|
+
<xsd:enumeration value="child"/>
|
|
391
|
+
</xsd:restriction>
|
|
392
|
+
</xsd:simpleType>
|
|
393
|
+
</xsd:element>
|
|
394
|
+
<xsd:element name="VariationTheme" minOccurs="0">
|
|
395
|
+
<xsd:simpleType>
|
|
396
|
+
<xsd:restriction base="xsd:string">
|
|
397
|
+
<xsd:enumeration value="MetalType"/>
|
|
398
|
+
<xsd:enumeration value="Color"/>
|
|
399
|
+
<xsd:enumeration value="StyleName"/>
|
|
400
|
+
<xsd:enumeration value="Diameter"/>
|
|
401
|
+
<xsd:enumeration value="DisplayWeight"/>
|
|
402
|
+
</xsd:restriction>
|
|
403
|
+
</xsd:simpleType>
|
|
404
|
+
</xsd:element>
|
|
405
|
+
<xsd:element name="MetalType" type="StringNotNull" minOccurs="0"/>
|
|
406
|
+
</xsd:sequence>
|
|
407
|
+
</xsd:complexType>
|
|
408
|
+
</xsd:element>
|
|
409
|
+
<xsd:element name="Material" type="StringNotNull" minOccurs="0" maxOccurs="4"/>
|
|
410
|
+
<xsd:element name="MetalStamp" type="StringNotNull" minOccurs="0"/>
|
|
411
|
+
<xsd:element name="SettingType" type="StringNotNull" minOccurs="0"/>
|
|
412
|
+
<xsd:element name="Diameter" type="LengthDimension" minOccurs="0"/>
|
|
413
|
+
<xsd:element name="Height" type="LengthDimension" minOccurs="0"/>
|
|
414
|
+
<xsd:element name="Width" type="LengthDimension" minOccurs="0"/>
|
|
415
|
+
<xsd:element name="Length" type="LengthDimension" minOccurs="0"/>
|
|
416
|
+
<xsd:element name="BackFinding" type="StringNotNull" minOccurs="0"/>
|
|
417
|
+
<xsd:element name="EstatePeriod" type="StringNotNull" minOccurs="0"/>
|
|
418
|
+
<xsd:element name="NumberOfStones" type="xsd:positiveInteger" minOccurs="0"/>
|
|
419
|
+
<xsd:element name="Stone" type="StoneType" minOccurs="0" maxOccurs="3"/>
|
|
420
|
+
<xsd:element name="NumberOfPearls" type="xsd:positiveInteger" minOccurs="0"/>
|
|
421
|
+
<xsd:element ref="Pearl" minOccurs="0"/>
|
|
422
|
+
<xsd:element name="SellerWarrantyDescription" type="SuperLongStringNotNull" minOccurs="0"/>
|
|
423
|
+
<xsd:element name="ModelYear" type="FourDigitYear" minOccurs="0"/>
|
|
424
|
+
<xsd:element name="Season" type="HundredString" minOccurs="0"/>
|
|
425
|
+
<xsd:element name="CountryOfOrigin" type="CountryOfOriginType" minOccurs="0"/>
|
|
426
|
+
<xsd:element name="StyleKeywords" type="LongString" minOccurs="0" maxOccurs="5"/>
|
|
427
|
+
<xsd:element name="OccasionLifestyle" type="LongString" minOccurs="0" maxOccurs="5"/>
|
|
428
|
+
<xsd:element name="LithiumBatteryEnergyContent" type="xsd:decimal" minOccurs="0"/>
|
|
429
|
+
<xsd:element name="LithiumBatteryPackaging" minOccurs="0">
|
|
430
|
+
<xsd:simpleType>
|
|
431
|
+
<xsd:restriction base="xsd:string">
|
|
432
|
+
<xsd:enumeration value="batteries_contained_in_equipment"/>
|
|
433
|
+
<xsd:enumeration value="batteries_only"/>
|
|
434
|
+
<xsd:enumeration value="batteries_packed_with_equipment"/>
|
|
435
|
+
</xsd:restriction>
|
|
436
|
+
</xsd:simpleType>
|
|
437
|
+
</xsd:element>
|
|
438
|
+
<xsd:element name="LithiumBatteryVoltage" type="xsd:decimal" minOccurs="0"/>
|
|
439
|
+
<xsd:element name="LithiumBatteryWeight" type="xsd:decimal" minOccurs="0"/>
|
|
440
|
+
<xsd:element name="NumberOfLithiumIonCells" type="xsd:positiveInteger" minOccurs="0"/>
|
|
441
|
+
<xsd:element name="NumberOfLithiumMetalCells" type="xsd:positiveInteger" minOccurs="0"/>
|
|
442
|
+
<xsd:element name="Battery" type="JewelryBattery" minOccurs="0"/>
|
|
443
|
+
<xsd:element name="BatteryCellComposition" type="BatteryCellTypeValues" minOccurs="0"/>
|
|
444
|
+
<xsd:element name="BatteryDescription" type="StringNotNull" minOccurs="0"/>
|
|
445
|
+
<xsd:element name="Certificate" type="CertificateType" minOccurs="0"/>
|
|
446
|
+
<xsd:element name="ChainType" type="StringNotNull" minOccurs="0"/>
|
|
447
|
+
<xsd:element name="ClaspType" type="StringNotNull" minOccurs="0"/>
|
|
448
|
+
<xsd:element name="CollectionName" type="StringNotNull" minOccurs="0"/>
|
|
449
|
+
<xsd:element name="ColorMap" type="StringNotNull" minOccurs="0"/>
|
|
450
|
+
<xsd:element name="DepartmentName" type="StringNotNull" minOccurs="0"/>
|
|
451
|
+
<xsd:element name="ReSizable" type="xsd:boolean" minOccurs="0"/>
|
|
452
|
+
<xsd:element name="ItemShape" type="StringNotNull" minOccurs="0"/>
|
|
453
|
+
<xsd:element name="ItemStyling" type="StringNotNull" minOccurs="0"/>
|
|
454
|
+
<xsd:element name="OccasionType" type="StringNotNull" minOccurs="0"/>
|
|
455
|
+
<xsd:element name="PackageTypeName" type="StringNotNull" minOccurs="0"/>
|
|
456
|
+
<xsd:element name="PatternName" type="StringNotNull" minOccurs="0"/>
|
|
457
|
+
<xsd:element name="RingSize" minOccurs="0">
|
|
458
|
+
<xsd:simpleType>
|
|
459
|
+
<xsd:restriction base="xsd:normalizedString">
|
|
460
|
+
<xsd:minLength value="1"/>
|
|
461
|
+
<xsd:maxLength value="13"/>
|
|
462
|
+
</xsd:restriction>
|
|
463
|
+
</xsd:simpleType>
|
|
464
|
+
</xsd:element>
|
|
465
|
+
<xsd:element name="SizingLowerRange" type="StringNotNull" minOccurs="0"/>
|
|
466
|
+
<xsd:element name="SizingUpperRange" type="StringNotNull" minOccurs="0"/>
|
|
467
|
+
<xsd:element name="TotalDiamondWeight" type="JewelryWeightDimension" minOccurs="0"/>
|
|
468
|
+
<xsd:element name="TotalGemWeight" type="JewelryWeightDimension" minOccurs="0"/>
|
|
469
|
+
<xsd:element name="TotalMetalWeight" type="JewelryWeightDimension" minOccurs="0"/>
|
|
470
|
+
</xsd:sequence>
|
|
471
|
+
</xsd:complexType>
|
|
472
|
+
</xsd:element>
|
|
473
|
+
<!--
|
|
474
|
+
###############################################################
|
|
475
|
+
# FashionOther Classification Data
|
|
476
|
+
###############################################################
|
|
477
|
+
-->
|
|
478
|
+
<xsd:element name="FashionOther">
|
|
479
|
+
<xsd:complexType>
|
|
480
|
+
<xsd:sequence>
|
|
481
|
+
<xsd:element name="VariationData" minOccurs="0">
|
|
482
|
+
<xsd:complexType>
|
|
483
|
+
<xsd:sequence>
|
|
484
|
+
<xsd:element name="Parentage">
|
|
485
|
+
<xsd:simpleType>
|
|
486
|
+
<xsd:restriction base="xsd:string">
|
|
487
|
+
<xsd:enumeration value="parent"/>
|
|
488
|
+
<xsd:enumeration value="child"/>
|
|
489
|
+
</xsd:restriction>
|
|
490
|
+
</xsd:simpleType>
|
|
491
|
+
</xsd:element>
|
|
492
|
+
<xsd:element name="VariationTheme" minOccurs="0">
|
|
493
|
+
<xsd:simpleType>
|
|
494
|
+
<xsd:restriction base="xsd:string">
|
|
495
|
+
<xsd:enumeration value="Length"/>
|
|
496
|
+
<xsd:enumeration value="MetalType"/>
|
|
497
|
+
<xsd:enumeration value="Length-MetalType"/>
|
|
498
|
+
<xsd:enumeration value="Color"/>
|
|
499
|
+
<xsd:enumeration value="StyleName"/>
|
|
500
|
+
<xsd:enumeration value="Diameter"/>
|
|
501
|
+
<xsd:enumeration value="DisplayWeight"/>
|
|
502
|
+
</xsd:restriction>
|
|
503
|
+
</xsd:simpleType>
|
|
504
|
+
</xsd:element>
|
|
505
|
+
<xsd:element name="Length" type="LengthDimension" minOccurs="0"/>
|
|
506
|
+
<xsd:element name="MetalType" type="StringNotNull" minOccurs="0"/>
|
|
507
|
+
</xsd:sequence>
|
|
508
|
+
</xsd:complexType>
|
|
509
|
+
</xsd:element>
|
|
510
|
+
<xsd:element name="Material" type="StringNotNull" minOccurs="0" maxOccurs="4"/>
|
|
511
|
+
<xsd:element name="MetalStamp" type="StringNotNull" minOccurs="0"/>
|
|
512
|
+
<xsd:element name="TotalMetalWeight" type="JewelryWeightDimension" minOccurs="0"/>
|
|
513
|
+
<xsd:element name="Diameter" type="LengthDimension" minOccurs="0"/>
|
|
514
|
+
<xsd:element name="Height" type="LengthDimension" minOccurs="0"/>
|
|
515
|
+
<xsd:element name="Width" type="LengthDimension" minOccurs="0"/>
|
|
516
|
+
<xsd:element name="EstatePeriod" type="StringNotNull" minOccurs="0"/>
|
|
517
|
+
<xsd:element name="NumberOfStones" type="xsd:positiveInteger" minOccurs="0"/>
|
|
518
|
+
<xsd:element name="Stone" type="StoneType" minOccurs="0" maxOccurs="3"/>
|
|
519
|
+
<xsd:element name="NumberOfPearls" type="xsd:positiveInteger" minOccurs="0"/>
|
|
520
|
+
<xsd:element ref="Pearl" minOccurs="0"/>
|
|
521
|
+
<xsd:element name="SellerWarrantyDescription" type="SuperLongStringNotNull" minOccurs="0"/>
|
|
522
|
+
<xsd:element name="ModelYear" type="FourDigitYear" minOccurs="0"/>
|
|
523
|
+
<xsd:element name="Season" type="HundredString" minOccurs="0"/>
|
|
524
|
+
<xsd:element name="CountryOfOrigin" type="CountryOfOriginType" minOccurs="0"/>
|
|
525
|
+
<xsd:element name="StyleKeywords" type="LongString" minOccurs="0" maxOccurs="5"/>
|
|
526
|
+
<xsd:element name="OccasionLifestyle" type="LongString" minOccurs="0" maxOccurs="5"/>
|
|
527
|
+
<xsd:element name="LithiumBatteryEnergyContent" type="xsd:decimal" minOccurs="0"/>
|
|
528
|
+
<xsd:element name="LithiumBatteryPackaging" minOccurs="0">
|
|
529
|
+
<xsd:simpleType>
|
|
530
|
+
<xsd:restriction base="xsd:string">
|
|
531
|
+
<xsd:enumeration value="batteries_contained_in_equipment"/>
|
|
532
|
+
<xsd:enumeration value="batteries_only"/>
|
|
533
|
+
<xsd:enumeration value="batteries_packed_with_equipment"/>
|
|
534
|
+
</xsd:restriction>
|
|
535
|
+
</xsd:simpleType>
|
|
536
|
+
</xsd:element>
|
|
537
|
+
<xsd:element name="LithiumBatteryVoltage" type="xsd:decimal" minOccurs="0"/>
|
|
538
|
+
<xsd:element name="LithiumBatteryWeight" type="xsd:decimal" minOccurs="0"/>
|
|
539
|
+
<xsd:element name="NumberOfLithiumIonCells" type="xsd:positiveInteger" minOccurs="0"/>
|
|
540
|
+
<xsd:element name="NumberOfLithiumMetalCells" type="xsd:positiveInteger" minOccurs="0"/>
|
|
541
|
+
<xsd:element name="Battery" type="JewelryBattery" minOccurs="0"/>
|
|
542
|
+
<xsd:element name="BackFinding" type="StringNotNull" minOccurs="0"/>
|
|
543
|
+
<xsd:element name="BatteryCellComposition" type="BatteryCellTypeValues" minOccurs="0"/>
|
|
544
|
+
<xsd:element name="BatteryDescription" type="StringNotNull" minOccurs="0"/>
|
|
545
|
+
<xsd:element name="Certificate" type="CertificateType" minOccurs="0"/>
|
|
546
|
+
<xsd:element name="ChainType" type="StringNotNull" minOccurs="0"/>
|
|
547
|
+
<xsd:element name="ClaspType" type="StringNotNull" minOccurs="0"/>
|
|
548
|
+
<xsd:element name="CollectionName" type="StringNotNull" minOccurs="0"/>
|
|
549
|
+
<xsd:element name="ColorMap" type="StringNotNull" minOccurs="0"/>
|
|
550
|
+
<xsd:element name="DepartmentName" type="StringNotNull" minOccurs="0"/>
|
|
551
|
+
<xsd:element name="ReSizable" type="xsd:boolean" minOccurs="0"/>
|
|
552
|
+
<xsd:element name="ItemLengthDescription" type="StringNotNull" minOccurs="0"/>
|
|
553
|
+
<xsd:element name="ItemShape" type="StringNotNull" minOccurs="0"/>
|
|
554
|
+
<xsd:element name="ItemStyling" type="StringNotNull" minOccurs="0"/>
|
|
555
|
+
<xsd:element name="OccasionType" type="StringNotNull" minOccurs="0"/>
|
|
556
|
+
<xsd:element name="PackageTypeName" type="StringNotNull" minOccurs="0"/>
|
|
557
|
+
<xsd:element name="PatternName" type="StringNotNull" minOccurs="0"/>
|
|
558
|
+
<xsd:element name="RingSize" minOccurs="0">
|
|
559
|
+
<xsd:simpleType>
|
|
560
|
+
<xsd:restriction base="xsd:normalizedString">
|
|
561
|
+
<xsd:minLength value="1"/>
|
|
562
|
+
<xsd:maxLength value="13"/>
|
|
563
|
+
</xsd:restriction>
|
|
564
|
+
</xsd:simpleType>
|
|
565
|
+
</xsd:element>
|
|
566
|
+
<xsd:element name="SizingLowerRange" type="StringNotNull" minOccurs="0"/>
|
|
567
|
+
<xsd:element name="SizingUpperRange" type="StringNotNull" minOccurs="0"/>
|
|
568
|
+
<xsd:element name="SettingType" type="StringNotNull" minOccurs="0"/>
|
|
569
|
+
<xsd:element name="TotalDiamondWeight" type="JewelryWeightDimension" minOccurs="0"/>
|
|
570
|
+
<xsd:element name="TotalGemWeight" type="JewelryWeightDimension" minOccurs="0"/>
|
|
571
|
+
</xsd:sequence>
|
|
572
|
+
</xsd:complexType>
|
|
573
|
+
</xsd:element>
|
|
574
|
+
<!--
|
|
575
|
+
###############################################################
|
|
576
|
+
# FineNecklaceBraceletAnklet Classification Data
|
|
577
|
+
###############################################################
|
|
578
|
+
-->
|
|
579
|
+
<xsd:element name="FineNecklaceBraceletAnklet">
|
|
580
|
+
<xsd:complexType>
|
|
581
|
+
<xsd:sequence>
|
|
582
|
+
<xsd:element name="VariationData" minOccurs="0">
|
|
583
|
+
<xsd:complexType>
|
|
584
|
+
<xsd:sequence>
|
|
585
|
+
<xsd:element name="Parentage">
|
|
586
|
+
<xsd:simpleType>
|
|
587
|
+
<xsd:restriction base="xsd:string">
|
|
588
|
+
<xsd:enumeration value="parent"/>
|
|
589
|
+
<xsd:enumeration value="child"/>
|
|
590
|
+
</xsd:restriction>
|
|
591
|
+
</xsd:simpleType>
|
|
592
|
+
</xsd:element>
|
|
593
|
+
<xsd:element name="VariationTheme" minOccurs="0">
|
|
594
|
+
<xsd:simpleType>
|
|
595
|
+
<xsd:restriction base="xsd:string">
|
|
596
|
+
<xsd:enumeration value="Length"/>
|
|
597
|
+
<xsd:enumeration value="MetalType"/>
|
|
598
|
+
<xsd:enumeration value="SizePerPearl"/>
|
|
599
|
+
<xsd:enumeration value="TotalDiamondWeight"/>
|
|
600
|
+
<xsd:enumeration value="Length-TotalDiamondWeight"/>
|
|
601
|
+
<xsd:enumeration value="Length-SizePerPearl"/>
|
|
602
|
+
<xsd:enumeration value="MetalType-TotalDiamondWeight"/>
|
|
603
|
+
<xsd:enumeration value="MetalType-SizePerPearl"/>
|
|
604
|
+
<xsd:enumeration value="MetalStamp"/>
|
|
605
|
+
<xsd:enumeration value="GemType"/>
|
|
606
|
+
<xsd:enumeration value="GemType-MetalType"/>
|
|
607
|
+
<xsd:enumeration value="MetalType-MetalStamp"/>
|
|
608
|
+
<xsd:enumeration value="MetalType-Length"/>
|
|
609
|
+
<xsd:enumeration value="GemType-Length"/>
|
|
610
|
+
<xsd:enumeration value="StoneShape-MetalType"/>
|
|
611
|
+
<xsd:enumeration value="Color"/>
|
|
612
|
+
<xsd:enumeration value="StyleName"/>
|
|
613
|
+
<xsd:enumeration value="Diameter"/>
|
|
614
|
+
<xsd:enumeration value="DisplayWeight"/>
|
|
615
|
+
</xsd:restriction>
|
|
616
|
+
</xsd:simpleType>
|
|
617
|
+
</xsd:element>
|
|
618
|
+
<xsd:element name="Length" type="LengthDimension" minOccurs="0"/>
|
|
619
|
+
<xsd:element name="MetalType" type="StringNotNull" minOccurs="0"/>
|
|
620
|
+
<xsd:element name="TotalDiamondWeight" type="JewelryWeightDimension" minOccurs="0"/>
|
|
621
|
+
</xsd:sequence>
|
|
622
|
+
</xsd:complexType>
|
|
623
|
+
</xsd:element>
|
|
624
|
+
<xsd:element name="ClaspType" type="StringNotNull" minOccurs="0"/>
|
|
625
|
+
<xsd:element name="Material" type="StringNotNull" minOccurs="0" maxOccurs="4"/>
|
|
626
|
+
<xsd:element name="MetalStamp" type="StringNotNull" minOccurs="0"/>
|
|
627
|
+
<xsd:element name="SettingType" type="StringNotNull" minOccurs="0"/>
|
|
628
|
+
<xsd:element name="Certificate" type="CertificateType" minOccurs="0" maxOccurs="9"/>
|
|
629
|
+
<xsd:element name="TotalGemWeight" type="JewelryWeightDimension" minOccurs="0"/>
|
|
630
|
+
<xsd:element name="TotalMetalWeight" type="JewelryWeightDimension" minOccurs="0"/>
|
|
631
|
+
<xsd:element name="Diameter" type="LengthDimension" minOccurs="0"/>
|
|
632
|
+
<xsd:element name="Height" type="LengthDimension" minOccurs="0"/>
|
|
633
|
+
<xsd:element name="Width" type="LengthDimension" minOccurs="0"/>
|
|
634
|
+
<xsd:element name="ChainType" type="StringNotNull" minOccurs="0"/>
|
|
635
|
+
<xsd:element name="ChainDescription" type="StringNotNull" minOccurs="0"/>
|
|
636
|
+
<xsd:element name="EstatePeriod" type="StringNotNull" minOccurs="0"/>
|
|
637
|
+
<xsd:element name="NumberOfStones" type="xsd:positiveInteger" minOccurs="0"/>
|
|
638
|
+
<xsd:element name="Stone" type="StoneType" minOccurs="0" maxOccurs="3"/>
|
|
639
|
+
<xsd:element name="NumberOfPearls" type="xsd:positiveInteger" minOccurs="0"/>
|
|
640
|
+
<xsd:element ref="Pearl" minOccurs="0"/>
|
|
641
|
+
<xsd:element name="Hallmark" type="LongString" minOccurs="0"/>
|
|
642
|
+
<xsd:element name="SellerWarrantyDescription" type="SuperLongStringNotNull" minOccurs="0"/>
|
|
643
|
+
<xsd:element name="ModelYear" type="FourDigitYear" minOccurs="0"/>
|
|
644
|
+
<xsd:element name="Season" type="HundredString" minOccurs="0"/>
|
|
645
|
+
<xsd:element name="CountryOfOrigin" type="CountryOfOriginType" minOccurs="0"/>
|
|
646
|
+
<xsd:element name="StyleKeywords" type="LongString" minOccurs="0" maxOccurs="5"/>
|
|
647
|
+
<xsd:element name="OccasionLifestyle" type="LongString" minOccurs="0" maxOccurs="5"/>
|
|
648
|
+
<xsd:element name="LithiumBatteryEnergyContent" type="xsd:decimal" minOccurs="0"/>
|
|
649
|
+
<xsd:element name="LithiumBatteryPackaging" minOccurs="0">
|
|
650
|
+
<xsd:simpleType>
|
|
651
|
+
<xsd:restriction base="xsd:string">
|
|
652
|
+
<xsd:enumeration value="batteries_contained_in_equipment"/>
|
|
653
|
+
<xsd:enumeration value="batteries_only"/>
|
|
654
|
+
<xsd:enumeration value="batteries_packed_with_equipment"/>
|
|
655
|
+
</xsd:restriction>
|
|
656
|
+
</xsd:simpleType>
|
|
657
|
+
</xsd:element>
|
|
658
|
+
<xsd:element name="LithiumBatteryVoltage" type="xsd:decimal" minOccurs="0"/>
|
|
659
|
+
<xsd:element name="LithiumBatteryWeight" type="xsd:decimal" minOccurs="0"/>
|
|
660
|
+
<xsd:element name="NumberOfLithiumIonCells" type="xsd:positiveInteger" minOccurs="0"/>
|
|
661
|
+
<xsd:element name="NumberOfLithiumMetalCells" type="xsd:positiveInteger" minOccurs="0"/>
|
|
662
|
+
<xsd:element name="Battery" type="JewelryBattery" minOccurs="0"/>
|
|
663
|
+
<xsd:element name="BackFinding" type="StringNotNull" minOccurs="0"/>
|
|
664
|
+
<xsd:element name="BatteryCellComposition" type="BatteryCellTypeValues" minOccurs="0"/>
|
|
665
|
+
<xsd:element name="BatteryDescription" type="StringNotNull" minOccurs="0"/>
|
|
666
|
+
<xsd:element name="CollectionName" type="StringNotNull" minOccurs="0"/>
|
|
667
|
+
<xsd:element name="ColorMap" type="StringNotNull" minOccurs="0"/>
|
|
668
|
+
<xsd:element name="DepartmentName" type="StringNotNull" minOccurs="0"/>
|
|
669
|
+
<xsd:element name="ReSizable" type="xsd:boolean" minOccurs="0"/>
|
|
670
|
+
<xsd:element name="ItemLengthDescription" type="StringNotNull" minOccurs="0"/>
|
|
671
|
+
<xsd:element name="ItemShape" type="StringNotNull" minOccurs="0"/>
|
|
672
|
+
<xsd:element name="ItemStyling" type="StringNotNull" minOccurs="0"/>
|
|
673
|
+
<xsd:element name="OccasionType" type="StringNotNull" minOccurs="0"/>
|
|
674
|
+
<xsd:element name="PackageTypeName" type="StringNotNull" minOccurs="0"/>
|
|
675
|
+
<xsd:element name="PatternName" type="StringNotNull" minOccurs="0"/>
|
|
676
|
+
<xsd:element name="RingSize" minOccurs="0">
|
|
677
|
+
<xsd:simpleType>
|
|
678
|
+
<xsd:restriction base="xsd:normalizedString">
|
|
679
|
+
<xsd:minLength value="1"/>
|
|
680
|
+
<xsd:maxLength value="13"/>
|
|
681
|
+
</xsd:restriction>
|
|
682
|
+
</xsd:simpleType>
|
|
683
|
+
</xsd:element>
|
|
684
|
+
<xsd:element name="SizingLowerRange" type="StringNotNull" minOccurs="0"/>
|
|
685
|
+
<xsd:element name="SizingUpperRange" type="StringNotNull" minOccurs="0"/>
|
|
686
|
+
</xsd:sequence>
|
|
687
|
+
</xsd:complexType>
|
|
688
|
+
</xsd:element>
|
|
689
|
+
<!--
|
|
690
|
+
###############################################################
|
|
691
|
+
# FineRing Classification Data
|
|
692
|
+
###############################################################
|
|
693
|
+
-->
|
|
694
|
+
<xsd:element name="FineRing">
|
|
695
|
+
<xsd:complexType>
|
|
696
|
+
<xsd:sequence>
|
|
697
|
+
<xsd:element name="VariationData" minOccurs="0">
|
|
698
|
+
<xsd:complexType>
|
|
699
|
+
<xsd:sequence>
|
|
700
|
+
<xsd:element name="Parentage">
|
|
701
|
+
<xsd:simpleType>
|
|
702
|
+
<xsd:restriction base="xsd:string">
|
|
703
|
+
<xsd:enumeration value="parent"/>
|
|
704
|
+
<xsd:enumeration value="child"/>
|
|
705
|
+
</xsd:restriction>
|
|
706
|
+
</xsd:simpleType>
|
|
707
|
+
</xsd:element>
|
|
708
|
+
<xsd:element name="VariationTheme" minOccurs="0">
|
|
709
|
+
<xsd:simpleType>
|
|
710
|
+
<xsd:restriction base="xsd:string">
|
|
711
|
+
<xsd:enumeration value="RingSize"/>
|
|
712
|
+
<xsd:enumeration value="MetalType"/>
|
|
713
|
+
<xsd:enumeration value="SizePerPearl"/>
|
|
714
|
+
<xsd:enumeration value="TotalDiamondWeight"/>
|
|
715
|
+
<xsd:enumeration value="MetalType-RingSize"/>
|
|
716
|
+
<xsd:enumeration value="RingSize-TotalDiamondWeight"/>
|
|
717
|
+
<xsd:enumeration value="RingSize-SizePerPearl"/>
|
|
718
|
+
<xsd:enumeration value="MetalType-TotalDiamondWeight"/>
|
|
719
|
+
<xsd:enumeration value="MetalType-SizePerPearl"/>
|
|
720
|
+
<xsd:enumeration value="MetalStamp"/>
|
|
721
|
+
<xsd:enumeration value="GemType"/>
|
|
722
|
+
<xsd:enumeration value="GemType-MetalType"/>
|
|
723
|
+
<xsd:enumeration value="MetalType-MetalStamp"/>
|
|
724
|
+
<xsd:enumeration value="MetalType-RingSize"/>
|
|
725
|
+
<xsd:enumeration value="GemType-RingSize"/>
|
|
726
|
+
<xsd:enumeration value="StoneShape-MetalType"/>
|
|
727
|
+
<xsd:enumeration value="StoneShape-RingSize"/>
|
|
728
|
+
<xsd:enumeration value="Color"/>
|
|
729
|
+
<xsd:enumeration value="StyleName"/>
|
|
730
|
+
<xsd:enumeration value="Diameter"/>
|
|
731
|
+
<xsd:enumeration value="DisplayWeight"/>
|
|
732
|
+
</xsd:restriction>
|
|
733
|
+
</xsd:simpleType>
|
|
734
|
+
</xsd:element>
|
|
735
|
+
<xsd:element name="RingSize" minOccurs="0">
|
|
736
|
+
<xsd:simpleType>
|
|
737
|
+
<xsd:restriction base="xsd:normalizedString">
|
|
738
|
+
<xsd:minLength value="1"/>
|
|
739
|
+
<xsd:maxLength value="13"/>
|
|
740
|
+
</xsd:restriction>
|
|
741
|
+
</xsd:simpleType>
|
|
742
|
+
</xsd:element>
|
|
743
|
+
<xsd:element name="MetalType" type="StringNotNull" minOccurs="0"/>
|
|
744
|
+
<xsd:element name="TotalDiamondWeight" type="JewelryWeightDimension" minOccurs="0"/>
|
|
745
|
+
</xsd:sequence>
|
|
746
|
+
</xsd:complexType>
|
|
747
|
+
</xsd:element>
|
|
748
|
+
<xsd:element name="Material" type="StringNotNull" minOccurs="0" maxOccurs="4"/>
|
|
749
|
+
<xsd:element name="MetalStamp" type="StringNotNull" minOccurs="0"/>
|
|
750
|
+
<xsd:element name="SettingType" type="StringNotNull" minOccurs="0"/>
|
|
751
|
+
<xsd:element name="Certificate" type="CertificateType" minOccurs="0" maxOccurs="9"/>
|
|
752
|
+
<xsd:element name="TotalGemWeight" type="JewelryWeightDimension" minOccurs="0"/>
|
|
753
|
+
<xsd:element name="TotalMetalWeight" type="JewelryWeightDimension" minOccurs="0"/>
|
|
754
|
+
<xsd:element name="Diameter" type="LengthDimension" minOccurs="0"/>
|
|
755
|
+
<xsd:element name="Height" type="LengthDimension" minOccurs="0"/>
|
|
756
|
+
<xsd:element name="Width" type="LengthDimension" minOccurs="0"/>
|
|
757
|
+
<xsd:element name="Length" type="LengthDimension" minOccurs="0"/>
|
|
758
|
+
<xsd:element name="ReSizable" type="xsd:boolean" minOccurs="0"/>
|
|
759
|
+
<xsd:element name="SizingLowerRange" type="StringNotNull" minOccurs="0"/>
|
|
760
|
+
<xsd:element name="SizingUpperRange" type="StringNotNull" minOccurs="0"/>
|
|
761
|
+
<xsd:element name="EstatePeriod" type="StringNotNull" minOccurs="0"/>
|
|
762
|
+
<xsd:element name="NumberOfStones" type="xsd:positiveInteger" minOccurs="0"/>
|
|
763
|
+
<xsd:element name="Stone" type="StoneType" minOccurs="0" maxOccurs="3"/>
|
|
764
|
+
<xsd:element name="NumberOfPearls" type="xsd:positiveInteger" minOccurs="0"/>
|
|
765
|
+
<xsd:element ref="Pearl" minOccurs="0"/>
|
|
766
|
+
<xsd:element name="Hallmark" type="LongString" minOccurs="0"/>
|
|
767
|
+
<xsd:element name="SellerWarrantyDescription" type="SuperLongStringNotNull" minOccurs="0"/>
|
|
768
|
+
<xsd:element name="ModelYear" type="FourDigitYear" minOccurs="0"/>
|
|
769
|
+
<xsd:element name="Season" type="HundredString" minOccurs="0"/>
|
|
770
|
+
<xsd:element name="CountryOfOrigin" type="CountryOfOriginType" minOccurs="0"/>
|
|
771
|
+
<xsd:element name="StyleKeywords" type="LongString" minOccurs="0" maxOccurs="5"/>
|
|
772
|
+
<xsd:element name="OccasionLifestyle" type="LongString" minOccurs="0" maxOccurs="5"/>
|
|
773
|
+
<xsd:element name="LithiumBatteryEnergyContent" type="xsd:decimal" minOccurs="0"/>
|
|
774
|
+
<xsd:element name="LithiumBatteryPackaging" minOccurs="0">
|
|
775
|
+
<xsd:simpleType>
|
|
776
|
+
<xsd:restriction base="xsd:string">
|
|
777
|
+
<xsd:enumeration value="batteries_contained_in_equipment"/>
|
|
778
|
+
<xsd:enumeration value="batteries_only"/>
|
|
779
|
+
<xsd:enumeration value="batteries_packed_with_equipment"/>
|
|
780
|
+
</xsd:restriction>
|
|
781
|
+
</xsd:simpleType>
|
|
782
|
+
</xsd:element>
|
|
783
|
+
<xsd:element name="LithiumBatteryVoltage" type="xsd:decimal" minOccurs="0"/>
|
|
784
|
+
<xsd:element name="LithiumBatteryWeight" type="xsd:decimal" minOccurs="0"/>
|
|
785
|
+
<xsd:element name="NumberOfLithiumIonCells" type="xsd:positiveInteger" minOccurs="0"/>
|
|
786
|
+
<xsd:element name="NumberOfLithiumMetalCells" type="xsd:positiveInteger" minOccurs="0"/>
|
|
787
|
+
<xsd:element name="Battery" type="JewelryBattery" minOccurs="0"/>
|
|
788
|
+
<xsd:element name="BackFinding" type="StringNotNull" minOccurs="0"/>
|
|
789
|
+
<xsd:element name="BatteryCellComposition" type="BatteryCellTypeValues" minOccurs="0"/>
|
|
790
|
+
<xsd:element name="BatteryDescription" type="StringNotNull" minOccurs="0"/>
|
|
791
|
+
<xsd:element name="ChainType" type="StringNotNull" minOccurs="0"/>
|
|
792
|
+
<xsd:element name="ClaspType" type="StringNotNull" minOccurs="0"/>
|
|
793
|
+
<xsd:element name="CollectionName" type="StringNotNull" minOccurs="0"/>
|
|
794
|
+
<xsd:element name="ColorMap" type="StringNotNull" minOccurs="0"/>
|
|
795
|
+
<xsd:element name="DepartmentName" type="StringNotNull" minOccurs="0"/>
|
|
796
|
+
<xsd:element name="ItemStyling" type="StringNotNull" minOccurs="0"/>
|
|
797
|
+
<xsd:element name="OccasionType" type="StringNotNull" minOccurs="0"/>
|
|
798
|
+
<xsd:element name="PackageTypeName" type="StringNotNull" minOccurs="0"/>
|
|
799
|
+
<xsd:element name="PatternName" type="StringNotNull" minOccurs="0"/>
|
|
800
|
+
</xsd:sequence>
|
|
801
|
+
</xsd:complexType>
|
|
802
|
+
</xsd:element>
|
|
803
|
+
<!--
|
|
804
|
+
###############################################################
|
|
805
|
+
# FineEarring Classification Data
|
|
806
|
+
###############################################################
|
|
807
|
+
-->
|
|
808
|
+
<xsd:element name="FineEarring">
|
|
809
|
+
<xsd:complexType>
|
|
810
|
+
<xsd:sequence>
|
|
811
|
+
<xsd:element name="VariationData" minOccurs="0">
|
|
812
|
+
<xsd:complexType>
|
|
813
|
+
<xsd:sequence>
|
|
814
|
+
<xsd:element name="Parentage">
|
|
815
|
+
<xsd:simpleType>
|
|
816
|
+
<xsd:restriction base="xsd:string">
|
|
817
|
+
<xsd:enumeration value="parent"/>
|
|
818
|
+
<xsd:enumeration value="child"/>
|
|
819
|
+
</xsd:restriction>
|
|
820
|
+
</xsd:simpleType>
|
|
821
|
+
</xsd:element>
|
|
822
|
+
<xsd:element name="VariationTheme" minOccurs="0">
|
|
823
|
+
<xsd:simpleType>
|
|
824
|
+
<xsd:restriction base="xsd:string">
|
|
825
|
+
<xsd:enumeration value="MetalType"/>
|
|
826
|
+
<xsd:enumeration value="SizePerPearl"/>
|
|
827
|
+
<xsd:enumeration value="TotalDiamondWeight"/>
|
|
828
|
+
<xsd:enumeration value="MetalType-TotalDiamondWeight"/>
|
|
829
|
+
<xsd:enumeration value="MetalType-SizePerPearl"/>
|
|
830
|
+
<xsd:enumeration value="MetalStamp"/>
|
|
831
|
+
<xsd:enumeration value="GemType"/>
|
|
832
|
+
<xsd:enumeration value="GemType-MetalType"/>
|
|
833
|
+
<xsd:enumeration value="MetalType-MetalStamp"/>
|
|
834
|
+
<xsd:enumeration value="StoneShape-MetalType"/>
|
|
835
|
+
<xsd:enumeration value="Color"/>
|
|
836
|
+
<xsd:enumeration value="StyleName"/>
|
|
837
|
+
<xsd:enumeration value="Diameter"/>
|
|
838
|
+
<xsd:enumeration value="DisplayWeight"/>
|
|
839
|
+
</xsd:restriction>
|
|
840
|
+
</xsd:simpleType>
|
|
841
|
+
</xsd:element>
|
|
842
|
+
<xsd:element name="MetalType" type="StringNotNull" minOccurs="0"/>
|
|
843
|
+
<xsd:element name="TotalDiamondWeight" type="JewelryWeightDimension" minOccurs="0"/>
|
|
844
|
+
</xsd:sequence>
|
|
845
|
+
</xsd:complexType>
|
|
846
|
+
</xsd:element>
|
|
847
|
+
<xsd:element name="Material" type="StringNotNull" minOccurs="0" maxOccurs="4"/>
|
|
848
|
+
<xsd:element name="MetalStamp" type="StringNotNull" minOccurs="0"/>
|
|
849
|
+
<xsd:element name="SettingType" type="StringNotNull" minOccurs="0"/>
|
|
850
|
+
<xsd:element name="Certificate" type="CertificateType" minOccurs="0" maxOccurs="9"/>
|
|
851
|
+
<xsd:element name="TotalGemWeight" type="JewelryWeightDimension" minOccurs="0"/>
|
|
852
|
+
<xsd:element name="TotalMetalWeight" type="JewelryWeightDimension" minOccurs="0"/>
|
|
853
|
+
<xsd:element name="Diameter" type="LengthDimension" minOccurs="0"/>
|
|
854
|
+
<xsd:element name="Height" type="LengthDimension" minOccurs="0"/>
|
|
855
|
+
<xsd:element name="Width" type="LengthDimension" minOccurs="0"/>
|
|
856
|
+
<xsd:element name="Length" type="LengthDimension" minOccurs="0"/>
|
|
857
|
+
<xsd:element name="BackFinding" type="StringNotNull" minOccurs="0"/>
|
|
858
|
+
<xsd:element name="EstatePeriod" type="StringNotNull" minOccurs="0"/>
|
|
859
|
+
<xsd:element name="NumberOfStones" type="xsd:positiveInteger" minOccurs="0"/>
|
|
860
|
+
<xsd:element name="Stone" type="StoneType" minOccurs="0" maxOccurs="3"/>
|
|
861
|
+
<xsd:element name="NumberOfPearls" type="xsd:positiveInteger" minOccurs="0"/>
|
|
862
|
+
<xsd:element ref="Pearl" minOccurs="0"/>
|
|
863
|
+
<xsd:element name="Hallmark" type="LongString" minOccurs="0"/>
|
|
864
|
+
<xsd:element name="SellerWarrantyDescription" type="SuperLongStringNotNull" minOccurs="0"/>
|
|
865
|
+
<xsd:element name="ModelYear" type="FourDigitYear" minOccurs="0"/>
|
|
866
|
+
<xsd:element name="Season" type="HundredString" minOccurs="0"/>
|
|
867
|
+
<xsd:element name="CountryOfOrigin" type="CountryOfOriginType" minOccurs="0"/>
|
|
868
|
+
<xsd:element name="StyleKeywords" type="LongString" minOccurs="0" maxOccurs="5"/>
|
|
869
|
+
<xsd:element name="OccasionLifestyle" type="LongString" minOccurs="0" maxOccurs="5"/>
|
|
870
|
+
<xsd:element name="LithiumBatteryEnergyContent" type="xsd:decimal" minOccurs="0"/>
|
|
871
|
+
<xsd:element name="LithiumBatteryPackaging" minOccurs="0">
|
|
872
|
+
<xsd:simpleType>
|
|
873
|
+
<xsd:restriction base="xsd:string">
|
|
874
|
+
<xsd:enumeration value="batteries_contained_in_equipment"/>
|
|
875
|
+
<xsd:enumeration value="batteries_only"/>
|
|
876
|
+
<xsd:enumeration value="batteries_packed_with_equipment"/>
|
|
877
|
+
</xsd:restriction>
|
|
878
|
+
</xsd:simpleType>
|
|
879
|
+
</xsd:element>
|
|
880
|
+
<xsd:element name="LithiumBatteryVoltage" type="xsd:decimal" minOccurs="0"/>
|
|
881
|
+
<xsd:element name="LithiumBatteryWeight" type="xsd:decimal" minOccurs="0"/>
|
|
882
|
+
<xsd:element name="NumberOfLithiumIonCells" type="xsd:positiveInteger" minOccurs="0"/>
|
|
883
|
+
<xsd:element name="NumberOfLithiumMetalCells" type="xsd:positiveInteger" minOccurs="0"/>
|
|
884
|
+
<xsd:element name="Battery" type="JewelryBattery" minOccurs="0"/>
|
|
885
|
+
<xsd:element name="BatteryCellComposition" type="BatteryCellTypeValues" minOccurs="0"/>
|
|
886
|
+
<xsd:element name="BatteryDescription" type="StringNotNull" minOccurs="0"/>
|
|
887
|
+
<xsd:element name="ChainType" type="StringNotNull" minOccurs="0"/>
|
|
888
|
+
<xsd:element name="ClaspType" type="StringNotNull" minOccurs="0"/>
|
|
889
|
+
<xsd:element name="CollectionName" type="StringNotNull" minOccurs="0"/>
|
|
890
|
+
<xsd:element name="ColorMap" type="StringNotNull" minOccurs="0"/>
|
|
891
|
+
<xsd:element name="DepartmentName" type="StringNotNull" minOccurs="0"/>
|
|
892
|
+
<xsd:element name="ReSizable" type="xsd:boolean" minOccurs="0"/>
|
|
893
|
+
<xsd:element name="ItemShape" type="StringNotNull" minOccurs="0"/>
|
|
894
|
+
<xsd:element name="ItemStyling" type="StringNotNull" minOccurs="0"/>
|
|
895
|
+
<xsd:element name="OccasionType" type="StringNotNull" minOccurs="0"/>
|
|
896
|
+
<xsd:element name="PackageTypeName" type="StringNotNull" minOccurs="0"/>
|
|
897
|
+
<xsd:element name="PatternName" type="StringNotNull" minOccurs="0"/>
|
|
898
|
+
<xsd:element name="RingSize" minOccurs="0">
|
|
899
|
+
<xsd:simpleType>
|
|
900
|
+
<xsd:restriction base="xsd:normalizedString">
|
|
901
|
+
<xsd:minLength value="1"/>
|
|
902
|
+
<xsd:maxLength value="13"/>
|
|
903
|
+
</xsd:restriction>
|
|
904
|
+
</xsd:simpleType>
|
|
905
|
+
</xsd:element>
|
|
906
|
+
<xsd:element name="SizingLowerRange" type="StringNotNull" minOccurs="0"/>
|
|
907
|
+
<xsd:element name="SizingUpperRange" type="StringNotNull" minOccurs="0"/>
|
|
908
|
+
</xsd:sequence>
|
|
909
|
+
</xsd:complexType>
|
|
910
|
+
</xsd:element>
|
|
911
|
+
<!--
|
|
912
|
+
###############################################################
|
|
913
|
+
# FineOther Classification Data
|
|
914
|
+
###############################################################
|
|
915
|
+
-->
|
|
916
|
+
<xsd:element name="FineOther">
|
|
917
|
+
<xsd:complexType>
|
|
918
|
+
<xsd:sequence>
|
|
919
|
+
<xsd:element name="VariationData" minOccurs="0">
|
|
920
|
+
<xsd:complexType>
|
|
921
|
+
<xsd:sequence>
|
|
922
|
+
<xsd:element name="Parentage">
|
|
923
|
+
<xsd:simpleType>
|
|
924
|
+
<xsd:restriction base="xsd:string">
|
|
925
|
+
<xsd:enumeration value="parent"/>
|
|
926
|
+
<xsd:enumeration value="child"/>
|
|
927
|
+
</xsd:restriction>
|
|
928
|
+
</xsd:simpleType>
|
|
929
|
+
</xsd:element>
|
|
930
|
+
<xsd:element name="VariationTheme" minOccurs="0">
|
|
931
|
+
<xsd:simpleType>
|
|
932
|
+
<xsd:restriction base="xsd:string">
|
|
933
|
+
<xsd:enumeration value="Length"/>
|
|
934
|
+
<xsd:enumeration value="MetalType"/>
|
|
935
|
+
<xsd:enumeration value="SizePerPearl"/>
|
|
936
|
+
<xsd:enumeration value="TotalDiamondWeight"/>
|
|
937
|
+
<xsd:enumeration value="Length-TotalDiamondWeight"/>
|
|
938
|
+
<xsd:enumeration value="Length-SizePerPearl"/>
|
|
939
|
+
<xsd:enumeration value="MetalType-TotalDiamondWeight"/>
|
|
940
|
+
<xsd:enumeration value="MetalType-SizePerPearl"/>
|
|
941
|
+
<xsd:enumeration value="Color"/>
|
|
942
|
+
<xsd:enumeration value="StyleName"/>
|
|
943
|
+
<xsd:enumeration value="Diameter"/>
|
|
944
|
+
<xsd:enumeration value="DisplayWeight"/>
|
|
945
|
+
</xsd:restriction>
|
|
946
|
+
</xsd:simpleType>
|
|
947
|
+
</xsd:element>
|
|
948
|
+
<xsd:element name="Length" type="LengthDimension" minOccurs="0"/>
|
|
949
|
+
<xsd:element name="MetalType" type="StringNotNull" minOccurs="0"/>
|
|
950
|
+
<xsd:element name="TotalDiamondWeight" type="JewelryWeightDimension" minOccurs="0"/>
|
|
951
|
+
</xsd:sequence>
|
|
952
|
+
</xsd:complexType>
|
|
953
|
+
</xsd:element>
|
|
954
|
+
<xsd:element name="Material" type="StringNotNull" minOccurs="0" maxOccurs="4"/>
|
|
955
|
+
<xsd:element name="MetalStamp" type="StringNotNull" minOccurs="0"/>
|
|
956
|
+
<xsd:element name="SettingType" type="StringNotNull" minOccurs="0"/>
|
|
957
|
+
<xsd:element name="Certificate" type="CertificateType" minOccurs="0" maxOccurs="9"/>
|
|
958
|
+
<xsd:element name="TotalGemWeight" type="JewelryWeightDimension" minOccurs="0"/>
|
|
959
|
+
<xsd:element name="TotalMetalWeight" type="JewelryWeightDimension" minOccurs="0"/>
|
|
960
|
+
<xsd:element name="Diameter" type="LengthDimension" minOccurs="0"/>
|
|
961
|
+
<xsd:element name="Height" type="LengthDimension" minOccurs="0"/>
|
|
962
|
+
<xsd:element name="Width" type="LengthDimension" minOccurs="0"/>
|
|
963
|
+
<xsd:element name="EstatePeriod" type="StringNotNull" minOccurs="0"/>
|
|
964
|
+
<xsd:element name="NumberOfStones" type="xsd:positiveInteger" minOccurs="0"/>
|
|
965
|
+
<xsd:element name="Stone" type="StoneType" minOccurs="0" maxOccurs="3"/>
|
|
966
|
+
<xsd:element name="NumberOfPearls" type="xsd:positiveInteger" minOccurs="0"/>
|
|
967
|
+
<xsd:element ref="Pearl" minOccurs="0"/>
|
|
968
|
+
<xsd:element name="Hallmark" type="LongString" minOccurs="0"/>
|
|
969
|
+
<xsd:element name="SellerWarrantyDescription" type="SuperLongStringNotNull" minOccurs="0"/>
|
|
970
|
+
<xsd:element name="ModelYear" type="FourDigitYear" minOccurs="0"/>
|
|
971
|
+
<xsd:element name="Season" type="HundredString" minOccurs="0"/>
|
|
972
|
+
<xsd:element name="CountryOfOrigin" type="CountryOfOriginType" minOccurs="0"/>
|
|
973
|
+
<xsd:element name="StyleKeywords" type="LongString" minOccurs="0" maxOccurs="5"/>
|
|
974
|
+
<xsd:element name="OccasionLifestyle" type="LongString" minOccurs="0" maxOccurs="5"/>
|
|
975
|
+
<xsd:element name="LithiumBatteryEnergyContent" type="xsd:decimal" minOccurs="0"/>
|
|
976
|
+
<xsd:element name="LithiumBatteryPackaging" minOccurs="0">
|
|
977
|
+
<xsd:simpleType>
|
|
978
|
+
<xsd:restriction base="xsd:string">
|
|
979
|
+
<xsd:enumeration value="batteries_contained_in_equipment"/>
|
|
980
|
+
<xsd:enumeration value="batteries_only"/>
|
|
981
|
+
<xsd:enumeration value="batteries_packed_with_equipment"/>
|
|
982
|
+
</xsd:restriction>
|
|
983
|
+
</xsd:simpleType>
|
|
984
|
+
</xsd:element>
|
|
985
|
+
<xsd:element name="LithiumBatteryVoltage" type="xsd:decimal" minOccurs="0"/>
|
|
986
|
+
<xsd:element name="LithiumBatteryWeight" type="xsd:decimal" minOccurs="0"/>
|
|
987
|
+
<xsd:element name="NumberOfLithiumIonCells" type="xsd:positiveInteger" minOccurs="0"/>
|
|
988
|
+
<xsd:element name="NumberOfLithiumMetalCells" type="xsd:positiveInteger" minOccurs="0"/>
|
|
989
|
+
<xsd:element name="Battery" type="JewelryBattery" minOccurs="0"/>
|
|
990
|
+
<xsd:element name="BackFinding" type="StringNotNull" minOccurs="0"/>
|
|
991
|
+
<xsd:element name="BatteryCellComposition" type="BatteryCellTypeValues" minOccurs="0"/>
|
|
992
|
+
<xsd:element name="BatteryDescription" type="StringNotNull" minOccurs="0"/>
|
|
993
|
+
<xsd:element name="ChainType" type="StringNotNull" minOccurs="0"/>
|
|
994
|
+
<xsd:element name="ClaspType" type="StringNotNull" minOccurs="0"/>
|
|
995
|
+
<xsd:element name="CollectionName" type="StringNotNull" minOccurs="0"/>
|
|
996
|
+
<xsd:element name="ColorMap" type="StringNotNull" minOccurs="0"/>
|
|
997
|
+
<xsd:element name="DepartmentName" type="StringNotNull" minOccurs="0"/>
|
|
998
|
+
<xsd:element name="ReSizable" type="xsd:boolean" minOccurs="0"/>
|
|
999
|
+
<xsd:element name="ItemLengthDescription" type="StringNotNull" minOccurs="0"/>
|
|
1000
|
+
<xsd:element name="ItemShape" type="StringNotNull" minOccurs="0"/>
|
|
1001
|
+
<xsd:element name="ItemStyling" type="StringNotNull" minOccurs="0"/>
|
|
1002
|
+
<xsd:element name="OccasionType" type="StringNotNull" minOccurs="0"/>
|
|
1003
|
+
<xsd:element name="PackageTypeName" type="StringNotNull" minOccurs="0"/>
|
|
1004
|
+
<xsd:element name="PatternName" type="StringNotNull" minOccurs="0"/>
|
|
1005
|
+
<xsd:element name="RingSize" minOccurs="0">
|
|
1006
|
+
<xsd:simpleType>
|
|
1007
|
+
<xsd:restriction base="xsd:normalizedString">
|
|
1008
|
+
<xsd:minLength value="1"/>
|
|
1009
|
+
<xsd:maxLength value="13"/>
|
|
1010
|
+
</xsd:restriction>
|
|
1011
|
+
</xsd:simpleType>
|
|
1012
|
+
</xsd:element>
|
|
1013
|
+
<xsd:element name="SizingLowerRange" type="StringNotNull" minOccurs="0"/>
|
|
1014
|
+
<xsd:element name="SizingUpperRange" type="StringNotNull" minOccurs="0"/>
|
|
1015
|
+
</xsd:sequence>
|
|
1016
|
+
</xsd:complexType>
|
|
1017
|
+
</xsd:element>
|
|
1018
|
+
<!--
|
|
1019
|
+
###############################################################
|
|
1020
|
+
# Stone Classification Data
|
|
1021
|
+
###############################################################
|
|
1022
|
+
-->
|
|
1023
|
+
<xsd:complexType name="StoneType">
|
|
1024
|
+
<xsd:sequence>
|
|
1025
|
+
<xsd:element name="GemType" type="StringNotNull" minOccurs="0"/>
|
|
1026
|
+
<xsd:element name="StoneCut" type="StringNotNull" minOccurs="0"/>
|
|
1027
|
+
<xsd:element name="StoneColor" type="StringNotNull" minOccurs="0"/>
|
|
1028
|
+
<xsd:element name="StoneClarity" type="StringNotNull" minOccurs="0"/>
|
|
1029
|
+
<xsd:element name="StoneShape" type="StringNotNull" minOccurs="0"/>
|
|
1030
|
+
<xsd:element name="StoneCreationMethod" type="StoneCreationMethod" minOccurs="0"/>
|
|
1031
|
+
<xsd:element name="StoneTreatmentMethod" type="StringNotNull" minOccurs="0"/>
|
|
1032
|
+
<xsd:element name="StoneHeight" type="JewelryLengthDimension" minOccurs="0"/>
|
|
1033
|
+
<xsd:element name="StoneLength" type="JewelryLengthDimension" minOccurs="0"/>
|
|
1034
|
+
<xsd:element name="StoneWidth" type="JewelryLengthDimension" minOccurs="0"/>
|
|
1035
|
+
<xsd:element name="StoneWeight" type="JewelryWeightDimension" minOccurs="0"/>
|
|
1036
|
+
<xsd:element name="LabCreated" type="xsd:boolean" minOccurs="0"/>
|
|
1037
|
+
<xsd:element name="Inscription" type="StringNotNull" minOccurs="0"/>
|
|
1038
|
+
<xsd:element name="StoneDepthPercentage" type="FourDecimal" minOccurs="0"/>
|
|
1039
|
+
<xsd:element name="StoneTablePercentage" type="FourDecimal" minOccurs="0"/>
|
|
1040
|
+
<xsd:element name="StoneSymmetry" type="StringNotNull" minOccurs="0"/>
|
|
1041
|
+
<xsd:element name="StonePolish" type="StringNotNull" minOccurs="0"/>
|
|
1042
|
+
<xsd:element name="StoneGirdle" type="StringNotNull" minOccurs="0"/>
|
|
1043
|
+
<xsd:element name="StoneCulet" type="StringNotNull" minOccurs="0"/>
|
|
1044
|
+
<xsd:element name="StoneFluorescence" type="StringNotNull" minOccurs="0"/>
|
|
1045
|
+
</xsd:sequence>
|
|
1046
|
+
</xsd:complexType>
|
|
1047
|
+
<!--
|
|
1048
|
+
###############################################################
|
|
1049
|
+
# Pearl Classification Data
|
|
1050
|
+
###############################################################
|
|
1051
|
+
-->
|
|
1052
|
+
<xsd:element name="Pearl">
|
|
1053
|
+
<xsd:complexType>
|
|
1054
|
+
<xsd:sequence>
|
|
1055
|
+
<xsd:element name="PearlType" type="StringNotNull" minOccurs="0"/>
|
|
1056
|
+
<xsd:element name="PearlMinimumColor" type="StringNotNull" minOccurs="0"/>
|
|
1057
|
+
<xsd:element name="PearlLustre" type="StringNotNull" minOccurs="0"/>
|
|
1058
|
+
<xsd:element name="PearlShape" type="StringNotNull" minOccurs="0"/>
|
|
1059
|
+
<xsd:element name="PearlUniformity" type="StringNotNull" minOccurs="0"/>
|
|
1060
|
+
<xsd:element name="PearlSurfaceMarkingsAndBlemishes" type="StringNotNull" minOccurs="0"/>
|
|
1061
|
+
<xsd:element name="NacreThickness" type="StringNotNull" minOccurs="0"/>
|
|
1062
|
+
<xsd:element name="PearlStringingMethod" type="StringNotNull" minOccurs="0"/>
|
|
1063
|
+
<xsd:element name="SizePerPearl" type="StringNotNull" minOccurs="0"/>
|
|
1064
|
+
</xsd:sequence>
|
|
1065
|
+
</xsd:complexType>
|
|
1066
|
+
</xsd:element>
|
|
1067
|
+
<!--
|
|
1068
|
+
###############################################################
|
|
1069
|
+
# Certificate Classification Data
|
|
1070
|
+
###############################################################
|
|
1071
|
+
-->
|
|
1072
|
+
<xsd:complexType name="CertificateType">
|
|
1073
|
+
<xsd:sequence>
|
|
1074
|
+
<xsd:element name="CertificateType" type="StringNotNull" minOccurs="0"/>
|
|
1075
|
+
<xsd:element name="CertificateNumber" type="HundredString" minOccurs="0"/>
|
|
1076
|
+
</xsd:sequence>
|
|
1077
|
+
</xsd:complexType>
|
|
1078
|
+
<!--
|
|
1079
|
+
###############################################################
|
|
1080
|
+
# BatteryType
|
|
1081
|
+
###############################################################
|
|
1082
|
+
-->
|
|
1083
|
+
<xsd:complexType name="JewelryBattery">
|
|
1084
|
+
<xsd:sequence>
|
|
1085
|
+
<xsd:element name="AreBatteriesIncluded" type="xsd:boolean" minOccurs="0"/>
|
|
1086
|
+
<xsd:element name="AreBatteriesRequired" type="xsd:boolean" minOccurs="0"/>
|
|
1087
|
+
<xsd:element name="BatterySubgroup" minOccurs="0" maxOccurs="3">
|
|
1088
|
+
<xsd:complexType>
|
|
1089
|
+
<xsd:sequence>
|
|
1090
|
+
<xsd:element name="BatteryType">
|
|
1091
|
+
<xsd:simpleType>
|
|
1092
|
+
<xsd:restriction base="StringNotNull">
|
|
1093
|
+
<xsd:enumeration value="battery_type_2/3A"/>
|
|
1094
|
+
<xsd:enumeration value="battery_type_4/3A"/>
|
|
1095
|
+
<xsd:enumeration value="battery_type_4/5A"/>
|
|
1096
|
+
<xsd:enumeration value="battery_type_9v"/>
|
|
1097
|
+
<xsd:enumeration value="battery_type_12v"/>
|
|
1098
|
+
<xsd:enumeration value="battery_type_a"/>
|
|
1099
|
+
<xsd:enumeration value="battery_type_a76"/>
|
|
1100
|
+
<xsd:enumeration value="battery_type_aa"/>
|
|
1101
|
+
<xsd:enumeration value="battery_type_aaa"/>
|
|
1102
|
+
<xsd:enumeration value="battery_type_aaaa"/>
|
|
1103
|
+
<xsd:enumeration value="battery_type_c"/>
|
|
1104
|
+
<xsd:enumeration value="battery_type_cr123a"/>
|
|
1105
|
+
<xsd:enumeration value="battery_type_cr2"/>
|
|
1106
|
+
<xsd:enumeration value="battery_type_cr5"/>
|
|
1107
|
+
<xsd:enumeration value="battery_type_d"/>
|
|
1108
|
+
<xsd:enumeration value="battery_type_lithium_ion"/>
|
|
1109
|
+
<xsd:enumeration value="battery_type_lithium_metal"/>
|
|
1110
|
+
<xsd:enumeration value="battery_type_L-SC"/>
|
|
1111
|
+
<xsd:enumeration value="battery_type_p76"/>
|
|
1112
|
+
<xsd:enumeration value="battery_type_product_specific"/>
|
|
1113
|
+
<xsd:enumeration value="battery_type_SC"/>
|
|
1114
|
+
</xsd:restriction>
|
|
1115
|
+
</xsd:simpleType>
|
|
1116
|
+
</xsd:element>
|
|
1117
|
+
<xsd:element name="NumberOfBatteries" type="xsd:positiveInteger"/>
|
|
1118
|
+
</xsd:sequence>
|
|
1119
|
+
</xsd:complexType>
|
|
1120
|
+
</xsd:element>
|
|
1121
|
+
</xsd:sequence>
|
|
1122
|
+
</xsd:complexType>
|
|
1123
|
+
</xsd:schema>
|