Sha256: a869b732d08f2bbb5297755271abe053c36806aaaa92a38879e944121022d5f1

Contents?: true

Size: 1.58 KB

Versions: 3

Compression:

Stored size: 1.58 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: 20011/06/22/ $      
         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="FBA">
        <xsd:complexType>
            <xsd:sequence>
                <xsd:element name="IsExpirationDatedProduct" type="xsd:boolean" minOccurs="0"/>
                <xsd:element name="IsHighValue" type="xsd:boolean" minOccurs="0"/>
                <xsd:element name="CanShipInOriginalContainer" type="xsd:boolean" minOccurs="0"/>
                <xsd:element name="SerialNumScan" type="xsd:boolean" minOccurs="0"/>
                <xsd:element name="HazmatItem" type="HazmatItemType" minOccurs="0"/>
                <xsd:element name="AmazonMaturityRating" type="AmazonMaturityRatingType"
                    minOccurs="0"/>
                <xsd:element name="IdentityPackage" type="IdentityPackageType" minOccurs="0"/>
                <xsd:element name="SerialNumberFormat" type="SerialNumberFormatType" 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/FBA.xsd
mws_rb-0.0.6 lib/mws/api/feeds/xsd/FBA.xsd
mws-rb-0.0.1 lib/mws-rb/api/feeds/xsd/FBA.xsd