Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE | ATTR | CHILD
eBay Trading API

complexType "ns:QuantityRestrictionPerBuyerInfoType"
Namespace:
Content:
complex, 1 element
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definition of 1 element
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
This type defines the QuantityRestrictionPerBuyer container, which is used by the seller to restrict the quantity of items that may be purchased by one buyer during the duration of a fixed-price listing (single or multi-variation).
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="QuantityRestrictionPerBuyerInfoType">
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="MaximumQuantity" type="xs:int"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 1/1)
ns:MaximumQuantity
Type:
xs:int, predefined, simple content
This integer value indicates the maximum quantity of items that a single buyer may purchase during the duration of a fixed-price listing (single or multi-variation). The buyer is blocked from the purchase if that buyer is attempting to purchase a quantity of items that will exceed this value. Previous purchases made by the buyer are taken into account. For example, if MaximumQuantity is set to '5' for an item listing, and Buyer1 purchases a quantity of three, Buyer1 is only allowed to purchase an additional quantity of two in subsequent orders on the same item listing.

This field is required if the QuantityRestrictionPerBuyer container is used.
XML Representation Summary
<ns:MaximumQuantity>
   
Content: 
{ xs:int }
</ns:MaximumQuantity>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="MaximumQuantity" type="xs:int"/>

 Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE | ATTR | CHILD
eBay Trading API

WSDL documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML WSDLDoc 1.2.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.