http://soap.amazon.com
The Item Complex Type
Local elements (8)
ItemId ProductName Catalog Asin ExchangeId Quantity ListPrice OurPrice
Complex Type Item
The Item type does not allow mixed content. There is no restriction on type derivation. 
 CollapseClick here to hide comment XML Instance
<...>
-Begin All [1...1]
<ItemId>xsd:string</ItemId> [1..1]
<ProductName>xsd:string</ProductName> [1..1]
<Catalog>xsd:string</Catalog> [1..1]
<Asin>xsd:string</Asin> [0..1]
<ExchangeId>xsd:string</ExchangeId> [0..1]
<Quantity>xsd:string</Quantity> [1..1]
<ListPrice>xsd:string</ListPrice> [0..1]
<OurPrice>xsd:string</OurPrice> [1..1]
End All
</...>

 Collapse Attributes

Name Type Summary
No Attributes

 Collapse XML
-<xsd:complexType  name="Item">
-<xsd:all>
<xsd:element  name="ItemId"  type="xsd:string" />
<xsd:element  name="ProductName"  type="xsd:string" />
<xsd:element  name="Catalog"  type="xsd:string" />
<xsd:element  minOccurs="0"  name="Asin"  type="xsd:string" />
<xsd:element  minOccurs="0"  name="ExchangeId"  type="xsd:string" />
<xsd:element  name="Quantity"  type="xsd:string" />
<xsd:element  minOccurs="0"  name="ListPrice"  type="xsd:string" />
<xsd:element  name="OurPrice"  type="xsd:string" />
</xsd:all>
</xsd:complexType>

 Collapse Uses
 Collapse Type (1)
string 
 
 Collapse Used-By
 Collapse Type (1)
 
Generated by WSDLdoc ©