更新ProductImage、Relationship两个xsd文件

This commit is contained in:
sanmao 2021-01-28 18:39:09 +08:00
parent b3818fe0b9
commit 28a708ce29
2 changed files with 19 additions and 6 deletions

View File

@ -30,6 +30,7 @@
<xsd:enumeration value="PT7"/>
<xsd:enumeration value="PT8"/>
<xsd:enumeration value="Search"/>
<xsd:enumeration value="PM01"/>
<xsd:enumeration value="MainOfferImage"/>
<xsd:enumeration value="OfferImage1"/>
<xsd:enumeration value="OfferImage2"/>
@ -46,7 +47,6 @@
<xsd:enumeration value="PT98"/>
<xsd:enumeration value="PT99"/>
<xsd:enumeration value="ELFL"/>
<xsd:enumeration value="EGUS"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>

View File

@ -1,13 +1,13 @@
<?xml version="1.0"?>
<!-- Revision="$Revision: #1 $" -->
<!-- Revision="$Revision: #6 $" -->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
<!--
$Date: 2006/03/29 $
$Date: 2006/02/07 $
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
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"/>
@ -19,6 +19,17 @@
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="SKU"/>
<xsd:element name="SortHeuristic" type="xsd:positiveInteger" minOccurs="0"/>
<xsd:element name="Quantity" type="xsd:positiveInteger" minOccurs="0"/>
<xsd:element name="ComponentNumber" type="xsd:positiveInteger" minOccurs="0"/>
<xsd:element name="ChildDetailPageDisplay" minOccurs="0">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="independently_displayable"/>
<xsd:enumeration value="display_only_on_parent"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="Type">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
@ -35,6 +46,8 @@
<xsd:enumeration value="Similar"/>
<xsd:enumeration value="Episode"/>
<xsd:enumeration value="Season"/>
<xsd:enumeration value="MerchantTitleAuthority"/>
<xsd:enumeration value="Component"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>