Sha256: 203b8ad7a7775cf0d8b344bf467ebe95aa36122a6a6db188ae44c35d26c4ad2f
Contents?: true
Size: 1.51 KB
Versions: 1
Compression:
Stored size: 1.51 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-0.1.0 | examples/xsd/Product/PetSupplies.xsd |