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

complexType "ns:CurrencyDetailsType"
Namespace:
Content:
complex, 4 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 4 elements, elem. wildcard
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Type defining the CurrencyDetails container that is returned in the GeteBayDetails response if 'CurrencyDetails' is used as a DetailName value in the request, or no DetailName values are used in the request. A CurrencyDetails container is returned for each currency value that is available to use in the Item.Currency field in an Add/Revise/Relist call.
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="CurrencyDetailsType">
<xs:sequence>
<xs:element minOccurs="0" name="Currency" type="ns:CurrencyCodeType"/>
<xs:element minOccurs="0" name="Description" type="xs:string"/>
<xs:element minOccurs="0" name="DetailVersion" type="xs:string"/>
<xs:element minOccurs="0" name="UpdateTime" type="xs:dateTime"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 5/5)
ns:Currency
Type:
ns:CurrencyCodeType, simple content
Three-digit currency codes as defined in ISO 4217. The currency codes returned in GeteBayDetails can be used as values in the Currency field of the Add/Revise/Relist and other Trading API calls.
XML Representation Summary
<ns:Currency>
   
Content: 
{ enumeration of xs:token }
</ns:Currency>
Simple Content
Enumeration:
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Currency" type="ns:CurrencyCodeType"/>

ns:Description
Type:
xs:string, predefined, simple content
Full currency name for display purposes.
XML Representation Summary
<ns:Description>
   
Content: 
{ xs:string }
</ns:Description>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Description" type="xs:string"/>

ns:DetailVersion
Type:
xs:string, predefined, simple content
Returns the latest version number for this field. The version can be used to determine if and when to refresh cached client data.
XML Representation Summary
<ns:DetailVersion>
   
Content: 
{ xs:string }
</ns:DetailVersion>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="DetailVersion" type="xs:string"/>

ns:UpdateTime
Type:
xs:dateTime, predefined, simple content
Gives the time in GMT that the feature flags for the details were last updated. This timestamp can be used to determine if and when to refresh cached client data.
XML Representation Summary
<ns:UpdateTime>
   
Content: 
{ xs:dateTime }
</ns:UpdateTime>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="UpdateTime" type="xs:dateTime"/>

{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.