File tree 1 file changed +23
-0
lines changed
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 53
53
<xs : element type =" bonusesType" name =" bonuses" minOccurs =" 0" maxOccurs =" 1" />
54
54
<xs : element type =" sortsType" name =" sorts" minOccurs =" 0" maxOccurs =" 1" />
55
55
<xs : element type =" visibilitiesType" name =" visibilities" minOccurs =" 0" maxOccurs =" 1" />
56
+ <xs : element type =" variantsType" name =" variants" minOccurs =" 0" maxOccurs =" 1" />
57
+ </xs : all >
58
+ <xs : attribute type =" nonEmptyString" name =" id" use =" required" />
59
+ </xs : complexType >
60
+
61
+ <xs : complexType name =" variantsType" >
62
+ <xs : sequence >
63
+ <xs : element type =" variantType" name =" variant" minOccurs =" 1" maxOccurs =" unbounded" />
64
+ </xs : sequence >
65
+ </xs : complexType >
66
+
67
+ <xs : complexType name =" variantType" >
68
+ <xs : all >
69
+ <!-- Mandatory -->
70
+ <xs : element type =" allOrdernumbersType" name =" allOrdernumbers" minOccurs =" 1" maxOccurs =" 1" />
71
+ <xs : element type =" namesType" name =" names" minOccurs =" 1" maxOccurs =" 1" />
72
+ <xs : element type =" pricesType" name =" prices" minOccurs =" 1" maxOccurs =" 1" />
73
+ <xs : element type =" allAttributesType" name =" allAttributes" minOccurs =" 1" maxOccurs =" 1" />
74
+ <!-- Optional -->
75
+ <xs : element type =" groupsType" name =" groups" minOccurs =" 0" maxOccurs =" 1" />
76
+ <xs : element type =" allPropertiesType" name =" allProperties" minOccurs =" 0" maxOccurs =" 1" />
77
+ <xs : element type =" overriddenPricesType" name =" overriddenPrices" minOccurs =" 0" maxOccurs =" 1" />
78
+ <xs : element type =" visibilitiesType" name =" visibilities" minOccurs =" 0" maxOccurs =" 1" />
56
79
</xs : all >
57
80
<xs : attribute type =" nonEmptyString" name =" id" use =" required" />
58
81
</xs : complexType >
You can’t perform that action at this time.
0 commit comments