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

complexType "ns:GetTaxTableResponseType"
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
The base response of the GetTaxTable call.
Type Definition Detail
Type Derivation Tree
ns:AbstractResponseType (extension)
  ns:GetTaxTableResponseType
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="GetTaxTableResponseType">
<xs:complexContent>
<xs:extension base="ns:AbstractResponseType">
<xs:sequence>
<xs:element minOccurs="0" name="LastUpdateTime" type="xs:dateTime"/>
<xs:element minOccurs="0" name="TaxTable" type="ns:TaxTableType"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 2/18)
ns:LastUpdateTime
Type:
xs:dateTime, predefined, simple content
The last time (in GMT) that the tax table was updated. Only returned if the user previously created a tax table and if the site has jurisdictions. LastUpdateTime is useful for synchronization. If you cache the user's tax table, you can use GetTaxTable to check if it has changed and whether you need to update the cached tax table.
XML Representation Summary
<ns:LastUpdateTime>
   
Content: 
{ xs:dateTime }
</ns:LastUpdateTime>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="LastUpdateTime" type="xs:dateTime"/>

ns:TaxTable
Type:
ns:TaxTableType, complex content
A container of tax jurisdiction information unique to a user/site combination. Returned as an empty container if no Sales Tax Table information exists for the seller's account and no DetailLevel is used. If DetailLevel is not specified, information is only returned for the jurisdictions for which the user provided tax information. If DetailLevel is set to ReturnAll, tax information is returned for all possible jurisdictions, whether specified by the user or not. ShippingIncludedInTax and SalesTaxPercent are returned but are empty.
Component Diagram
XML Representation Summary
<ns:TaxTable>
   
Content: 
</ns:TaxTable>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="TaxTable" type="ns:TaxTableType"/>

 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.