Sha256: fb74968f5051faf6130d02b0e0e71e52e601fb38c88c4d24676213813063b788

Contents?: true

Size: 1.22 KB

Versions: 3

Compression:

Stored size: 1.22 KB

Contents

<?xml version="1.0" encoding="UTF-8"?>
<!-- Revision="$Revision: #1 $" -->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
    <!--
  			 $Date: 2012/09/11/ $      
         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="AdditionalProductInformation">
        <xsd:complexType>
            <xsd:sequence>
                <xsd:element name="MaterialFabric" type="HundredString" minOccurs="0" maxOccurs="3"/>
                <xsd:element name="ImportDesignation" type="HundredString" minOccurs="0"/>
                <xsd:element name="CountryAsLabeled" type="CountryOfOriginType" minOccurs="0"/>
                <xsd:element name="FurDescription" type="HundredString" minOccurs="0"/>
            </xsd:sequence>
        </xsd:complexType>
    </xsd:element>
</xsd:schema>

Version data entries

3 entries across 3 versions & 3 rubygems

Version Path
amazon_feed_validator-0.1.0 lib/xsd/AdditionalProductInformation.xsd
mws_rb-0.0.6 lib/mws/api/feeds/xsd/AdditionalProductInformation.xsd
mws-rb-0.0.1 lib/mws-rb/api/feeds/xsd/AdditionalProductInformation.xsd