Sha256: 3d6ad857fd7daea81831cc1a3e67a7e33658acbefe4ebebd03713201b5966a9c
Contents?: true
Size: 1.29 KB
Versions: 4
Compression:
Stored size: 1.29 KB
Contents
<?xml version="1.0"?> <!-- Revision="$Revision: #2 $" --> <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"> <!-- $Date: 2005/04/01 $ AMAZON.COM CONFIDENTIAL. This document and the information contained in it are confidential and proprietary information of Amazon.com and may not be reproduced, distributed or used, in whole or in part, for any purpose other than as necessary to list products for sale on the www.amazon.com web site pursuant to an agreement with Amazon.com. --> <xsd:include schemaLocation="amzn-base.xsd"/> <xsd:include schemaLocation="Inventory.xsd"/> <xsd:include schemaLocation="Override.xsd"/> <xsd:include schemaLocation="Price.xsd"/> <xsd:include schemaLocation="Product.xsd"/> <xsd:include schemaLocation="ProductImage.xsd"/> <xsd:include schemaLocation="Relationship.xsd"/> <xsd:element name="Listings"> <xsd:complexType> <xsd:sequence> <xsd:element ref="Product" minOccurs="0"/> <xsd:element ref="Relationship" minOccurs="0"/> <xsd:element ref="ProductImage" minOccurs="0" maxOccurs="10"/> <xsd:element ref="Price" minOccurs="0"/> <xsd:element ref="Inventory" minOccurs="0"/> <xsd:element ref="Override" minOccurs="0"/> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:schema>
Version data entries
4 entries across 4 versions & 4 rubygems