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

complexType "ns:UnitInfoType"
Namespace:
Content:
complex, 2 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 2 elements, elem. wildcard
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
This type provides information about the weight, volume or other quantity measurement of a listed item. The European Union requires listings for certain types of products to include the price per unit so buyers can accurately compare prices. eBay uses the UnitType and UnitQuantity values and the item's listed price to calculate and display the per-unit price on eBay EU sites.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="UnitInfoType">
<xs:sequence>
<xs:element minOccurs="0" name="UnitType" type="xs:string"/>
<xs:element minOccurs="0" name="UnitQuantity" type="xs:double"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 3/3)
ns:UnitQuantity
Type:
xs:double, predefined, simple content
Number of units of size, weight, volume or count of the specified unit type for the item. eBay divides the item price by this number to get the price per unit to be displayed in the item listing for comparison purposes.

With GetItem, this field is returned only when you provide IncludeItemSpecifics in the request and set it to true.
XML Representation Summary
<ns:UnitQuantity>
   
Content: 
{ xs:double }
</ns:UnitQuantity>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="UnitQuantity" type="xs:double"/>

ns:UnitType
Type:
xs:string, predefined, simple content
Designation of size, weight, volume or count to be used to specify the unit quantity of the item. This value can be one of the following:
 Kg 100g 10g L 100ml 10ml M M2 M3 Unit 
With GetItem, this field is returned only when you provide IncludeItemSpecifics in the request and set it to true.
XML Representation Summary
<ns:UnitType>
   
Content: 
{ xs:string }
</ns:UnitType>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="UnitType" type="xs:string"/>

{any element from any namespace}
XML Source (see within schema source)
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>

 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.