Sha256: ad64e7fbd2a68a236090f00bca1274beae20937e0eb4838dc6a0d2eb3840d87a
Contents?: true
Size: 1.55 KB
Versions: 5
Compression:
Stored size: 1.55 KB
Contents
<?xml version="1.0"?> <!-- "$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="Header"> <xsd:complexType> <xsd:sequence> <xsd:element name="DocumentVersion"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:pattern value="\d{1,2}\.\d{1,2}"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="MerchantIdentifier" type="String"/> <xsd:element name="OverrideReleaseId" minOccurs="0"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:pattern value="\d{1,4}\.\d{1,4}"/> </xsd:restriction> </xsd:simpleType> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:schema>
Version data entries
5 entries across 5 versions & 5 rubygems