Skip to content

Commit 8a8de84

Browse files
committed
Change-Id: I16781834cb88b2b20511876666f1ff466ddba355
1 parent c3898f4 commit 8a8de84

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

subprojects/schema/src/main/xsd/openapi-4.0.0.xsd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
<xs:element name="ShortDescription" type="xs:string" minOccurs="0" maxOccurs="1"/>
7676
<xs:element name="LongDescription" type="xs:string" minOccurs="0" maxOccurs="1"/>
7777
<xs:element name="TrackLists" type="TrackList" minOccurs="0" maxOccurs="unbounded"/>
78+
<xs:element name="energyLabelLetter" type="xs:string" minOccurs="0" maxOccurs="1"/>
7879
<xs:element name="AttributeGroups" type="AttributeGroup" minOccurs="0" maxOccurs="unbounded"/>
7980
<xs:element name="EntityGroups" type="EntityGroup" minOccurs="0" maxOccurs="unbounded"/>
8081
<xs:element name="Urls" type="Entry" minOccurs="0" maxOccurs="unbounded"/>
@@ -98,6 +99,7 @@
9899
<xs:element name="Comment" type="xs:string" minOccurs="0" maxOccurs="1"/>
99100
<xs:element name="Seller" type="Seller" minOccurs="0" maxOccurs="1"/>
100101
<xs:element name="bestOffer" type="xs:boolean" minOccurs="0" maxOccurs="1"/>
102+
<xs:element name="ReleaseDate" type="xs:string" minOccurs="0" maxOccurs="1"/>
101103
</xs:sequence>
102104
</xs:complexType>
103105

@@ -131,6 +133,7 @@
131133
<xs:element name="warrantyConditions" type="xs:string" minOccurs="0" maxOccurs="1"/>
132134
<xs:element name="repairConditions" type="xs:string" minOccurs="0" maxOccurs="1"/>
133135
<xs:element name="approvalPercentage" type="xs:string" minOccurs="0" maxOccurs="1"/>
136+
<xs:element name="registrationDate" type="xs:string" minOccurs="0" maxOccurs="1"/>
134137
</xs:sequence>
135138
</xs:complexType>
136139

@@ -265,6 +268,7 @@
265268
<xs:sequence>
266269
<xs:element name="Category" minOccurs="0" maxOccurs="1" type="Category"/>
267270
<xs:element name="RefinementGroups" minOccurs="0" maxOccurs="unbounded" type="RefinementGroup"/>
271+
<xs:element name="RetailId" minOccurs="0" maxOccurs="1" type="xs:string"/>
268272
</xs:sequence>
269273
</xs:complexType>
270274

0 commit comments

Comments
 (0)