File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
subprojects/schema/src/main/xsd Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 75
75
<xs : element name =" ShortDescription" type =" xs:string" minOccurs =" 0" maxOccurs =" 1" />
76
76
<xs : element name =" LongDescription" type =" xs:string" minOccurs =" 0" maxOccurs =" 1" />
77
77
<xs : element name =" TrackLists" type =" TrackList" minOccurs =" 0" maxOccurs =" unbounded" />
78
+ <xs : element name =" energyLabelLetter" type =" xs:string" minOccurs =" 0" maxOccurs =" 1" />
78
79
<xs : element name =" AttributeGroups" type =" AttributeGroup" minOccurs =" 0" maxOccurs =" unbounded" />
79
80
<xs : element name =" EntityGroups" type =" EntityGroup" minOccurs =" 0" maxOccurs =" unbounded" />
80
81
<xs : element name =" Urls" type =" Entry" minOccurs =" 0" maxOccurs =" unbounded" />
98
99
<xs : element name =" Comment" type =" xs:string" minOccurs =" 0" maxOccurs =" 1" />
99
100
<xs : element name =" Seller" type =" Seller" minOccurs =" 0" maxOccurs =" 1" />
100
101
<xs : element name =" bestOffer" type =" xs:boolean" minOccurs =" 0" maxOccurs =" 1" />
102
+ <xs : element name =" ReleaseDate" type =" xs:string" minOccurs =" 0" maxOccurs =" 1" />
101
103
</xs : sequence >
102
104
</xs : complexType >
103
105
131
133
<xs : element name =" warrantyConditions" type =" xs:string" minOccurs =" 0" maxOccurs =" 1" />
132
134
<xs : element name =" repairConditions" type =" xs:string" minOccurs =" 0" maxOccurs =" 1" />
133
135
<xs : element name =" approvalPercentage" type =" xs:string" minOccurs =" 0" maxOccurs =" 1" />
136
+ <xs : element name =" registrationDate" type =" xs:string" minOccurs =" 0" maxOccurs =" 1" />
134
137
</xs : sequence >
135
138
</xs : complexType >
136
139
265
268
<xs : sequence >
266
269
<xs : element name =" Category" minOccurs =" 0" maxOccurs =" 1" type =" Category" />
267
270
<xs : element name =" RefinementGroups" minOccurs =" 0" maxOccurs =" unbounded" type =" RefinementGroup" />
271
+ <xs : element name =" RetailId" minOccurs =" 0" maxOccurs =" 1" type =" xs:string" />
268
272
</xs : sequence >
269
273
</xs : complexType >
270
274
You can’t perform that action at this time.
0 commit comments