File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
subprojects/schema/src/main/xsd Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1313 <xs : element name =" SessionId" minOccurs =" 1" maxOccurs =" 1" type =" xs:string" />
1414 <xs : element name =" Name" type =" xs:string" minOccurs =" 1" maxOccurs =" 1" />
1515 <xs : element name =" MergedBasket" type =" xs:boolean" minOccurs =" 1" maxOccurs =" 1" />
16+ <xs : element name =" CustomerId" type =" xs:string" minOccurs =" 1" maxOccurs =" 1" />
1617 </xs : sequence >
1718 </xs : complexType >
1819 </xs : element >
9697 <xs : element name =" AvailabilityDescription" type =" xs:string" minOccurs =" 0" maxOccurs =" 1" />
9798 <xs : element name =" Comment" type =" xs:string" minOccurs =" 0" maxOccurs =" 1" />
9899 <xs : element name =" Seller" type =" Seller" minOccurs =" 0" maxOccurs =" 1" />
100+ <xs : element name =" bestOffer" type =" xs:boolean" minOccurs =" 0" maxOccurs =" 1" />
99101 </xs : sequence >
100102 </xs : complexType >
101103
420422 </xs : sequence >
421423 </xs : complexType >
422424
423- </xs : schema >
425+ </xs : schema >
You can’t perform that action at this time.
0 commit comments