Sha256: 492eda6a7248f78ba71384270df07aea31c65e79070e189a9cbb55d2f910c0a8

Contents?: true

Size: 1.59 KB

Versions: 1

Compression:

Stored size: 1.59 KB

Contents

<?xml version="1.0"?>
<!-- Revision="$Revision: #3 $" -->
<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:element name="PetSupplies">
    <xsd:complexType>
      <xsd:sequence>
        <xsd:element name="ProductType">
          <xsd:complexType>
            <xsd:choice>
              <xsd:element ref="PetSuppliesMisc"/>
            </xsd:choice>
          </xsd:complexType>
        </xsd:element>
      </xsd:sequence>
    </xsd:complexType>
  </xsd:element>
  <xsd:element name="PetSuppliesMisc">
    <xsd:complexType>
      <xsd:sequence>
        <xsd:element ref="ColorSpecification" minOccurs="0"/>
        <xsd:element name="Ingredients" type="LongStringNotNull" minOccurs="0"/>
        <xsd:element name="ItemPackageQuantity" type="xsd:positiveInteger" default="1" minOccurs="0"/>
        <xsd:element name="Material" type="StringNotNull" minOccurs="0"/>
        <xsd:element name="Size" type="StringNotNull" minOccurs="0"/>
        <xsd:element name="Volume" type="VolumeDimension" 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/Product/PetSupplies.xsd