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

complexType "ns:GetCategoryMappingsResponseType"
Namespace:
Content:
complex, 17 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 2 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Returns a map of old category IDs and corresponding active category IDs defined for the site to which the request was sent. Typically used to update an older item definition with a new category ID prior to listing the item.
Type Definition Detail
Type Derivation Tree
ns:AbstractResponseType (extension)
  ns:GetCategoryMappingsResponseType
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="GetCategoryMappingsResponseType">
<xs:complexContent>
<xs:extension base="ns:AbstractResponseType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="CategoryMapping" type="ns:CategoryMappingType"/>
<xs:element maxOccurs="1" minOccurs="0" name="CategoryVersion" type="xs:string"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 2/18)
ns:CategoryMapping
Type:
ns:CategoryMappingType, complex content
Mapping between an old category ID and an active category ID. Returned when category mappings exist and the value of CategoryVersion is different from the current version on the site.
Component Diagram
XML Representation Summary
<ns:CategoryMapping
   
 = 
xs:string
 = 
xs:string
   
>
   
Content: 
</ns:CategoryMapping>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="CategoryMapping" type="ns:CategoryMappingType"/>

ns:CategoryVersion
Type:
xs:string, predefined, simple content
Version value assigned to the current category mapping data for the site. Compare this value to the version value the application stored with the mappings the last time the application executed the call. If the versions are the same, the data has not changed since the last time the data was retrieved and stored.
XML Representation Summary
<ns:CategoryVersion>
   
Content: 
{ xs:string }
</ns:CategoryVersion>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="CategoryVersion" type="xs:string"/>

 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.