Where to find all Amazon .xsd files (for Feeds)
Hi,
So i’ve downloaded all the files from here: https://sellercentral.amazon.com/gp/help/1611?language=en_US&ref=ag_1611_cont_200386810
But when I run my program to check my xml against xsd it keeps complaining such as
Cannot resolve the name 'Clothing' to a(n) 'element declaration' component.
I then remove that referenc from Product.xsd
Then get this error
Cannot resolve the name ‘Gourmet’ to a(n) ‘element declaration’ component.
And it keeps ongoing, I remove something it complains about another. So I can clearly see that link doesn’t give me all the .xsd files I actually need. So where can I get this?
Seller_z6B2L9xab6HlP
Product schema:
https://images-na.ssl-images-amazon.com/images/G/01/rainier/help/xsd/release_1_9/Product.xsd
It has dependencies on other schemas that can be downloaded from the same location by changing the filename (e.g. Gourmet.xsd = https://images-na.ssl-images-amazon.com/images/G/01/rainier/help/xsd/release_1_9/Gourmet.xsd)
Are the includes being properly linked together?
2 replies
Seller_z6B2L9xab6HlP
Product schema:
https://images-na.ssl-images-amazon.com/images/G/01/rainier/help/xsd/release_1_9/Product.xsd
It has dependencies on other schemas that can be downloaded from the same location by changing the filename (e.g. Gourmet.xsd = https://images-na.ssl-images-amazon.com/images/G/01/rainier/help/xsd/release_1_9/Gourmet.xsd)
Are the includes being properly linked together?