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

complexType "ns:TaxIdentifierType"
Namespace:
Content:
complex, 3 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 3 elements, elem. wildcard
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (2):
ns:BuyerTaxIdentifier (defined in ns:OrderType complexType),
Known Usage Locations
Annotation
This type defines the BuyerTaxIdentifier container that is returned in order management calls. This container will either consist of VAT or Codice Fiscale taxpayer identification information for the buyer.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="TaxIdentifierType">
<xs:sequence>
<xs:element minOccurs="0" name="Type" type="ns:ValueTypeCodeType"/>
<xs:element minOccurs="0" name="ID" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="Attribute" type="ns:TaxIdentifierAttributeType"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 4/4)
ns:Attribute
Type:
This field shows an attribute, and its corresponding value for the buyer's tax identification card. Currently, this field is only used to indicate which country issued the buyer's tax ID, but in the future, other attributes related to the tax ID may be returned in this field. This field's value will be an ISO 3166-1 two-digit code that represents the issuing country.
Component Diagram
XML Representation Summary
<ns:Attribute
   
 = 
("IssuingCountry" | "CustomCode")
   
>
   
Content: 
{ xs:string }
</ns:Attribute>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="Attribute" type="ns:TaxIdentifierAttributeType"/>

ns:ID
Type:
xs:string, predefined, simple content
This value is the actual tax ID for the buyer. The type of tax ID is shown in the Type field.
XML Representation Summary
<ns:ID>
   
Content: 
{ xs:string }
</ns:ID>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ID" type="xs:string"/>

ns:Type
Type:
ns:ValueTypeCodeType, simple content
This enumeration value identifies the type of tax ID that was supplied by the buyer during the checkout process.
XML Representation Summary
<ns:Type>
   
Content: 
{ enumeration of xs:token }
</ns:Type>
Simple Content
Enumeration:
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Type" type="ns:ValueTypeCodeType"/>

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