Sha256: ca490b0e00233d0884f1a7747774cb1c9c7158ea74b65dc88b5062fa63c7f5f8
Contents?: true
Size: 1.32 KB
Versions: 3
Compression:
Stored size: 1.32 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/06/28/ $ 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="EUCompliance"> <xsd:complexType> <xsd:sequence> <xsd:element name="EuLabelingHazard" type="xsd:string" minOccurs="0" maxOccurs="10"/> <xsd:element name="EuLabelingPrecautionary" type="xsd:string" minOccurs="0" maxOccurs="10"/> <xsd:element name="EuLabelingRisk" type="xsd:string" minOccurs="0" maxOccurs="10"/> <xsd:element name="EuLabelingSafety" type="xsd:string" minOccurs="0" maxOccurs="10"/> <xsd:element name="LithiumBatteryWeight" type="WeightDimension" 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/EUCompliance.xsd |
mws_rb-0.0.6 | lib/mws/api/feeds/xsd/EUCompliance.xsd |
mws-rb-0.0.1 | lib/mws-rb/api/feeds/xsd/EUCompliance.xsd |