Sha256: 9caa26ebf752b952bc18d41f14fa7ddf4ae189949a587b5485ec5f0715523ed9

Contents?: true

Size: 1.34 KB

Versions: 1

Compression:

Stored size: 1.34 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

1 entries across 1 versions & 1 rubygems

Version Path
amazon-mws-plus-0.1.3 examples/xsd/Listings.xsd