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

complexType "ns:CharityAffiliationDetailType"
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 (1):
Known Usage Locations
Annotation
Type defining the CharityAffiliationDetail container that is returned in the GetUser response. The CharityAffiliationDetail container consists of information on a nonprofit charity organization associated with the seller's account. A separate CharityAffiliationDetail container is returned for each nonprofit charity organization associated with the seller's account.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="CharityAffiliationDetailType">
<xs:sequence>
<xs:element minOccurs="0" name="CharityID" type="xs:string"/>
<xs:element minOccurs="0" name="AffiliationType" type="ns:CharityAffiliationTypeCodeType"/>
<xs:element minOccurs="0" name="LastUsedTime" type="xs:dateTime"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 4/4)
ns:AffiliationType
Type:
The enumeration value returned here indicates whether the eBay user is just selling on the behalf of the nonprofit organization, or if the eBay user is directly affiliated with/representing the nonprofit organization, or the eBay user has been added as a Direct Seller by the nonprofit organization.
XML Representation Summary
<ns:AffiliationType>
   
Content: 
{ enumeration of xs:token }
</ns:AffiliationType>
Simple Content
Enumeration:
"Community"
 - 
This enumeration value indicates that the eBay user is just selling on the behalf of the nonprofit organization, and is not directly affiliated with the organization.
"Direct"
 - 
This enumeration value indicates that the eBay user is directly affiliated with or represents the nonprofit organization, or the eBay user has been added as a Direct Seller by the same nonprofit organization.
"Remove"
 - 
This enumeration value may be returned if the nonprofit organization has recently unregistered as an eBay for Charity organization, or it may be returned if the eBay user has recently removed the charity feature from a listing.
"CustomCode"
 - 
Reserved for internal or future use.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="AffiliationType" type="ns:CharityAffiliationTypeCodeType"/>

ns:CharityID
Type:
xs:string, predefined, simple content
The eBay unique identifier of the nonprofit organization associated with the seller's account. Once a nonprofit organization comes aboard as an eBay for Charity organization, eBay creates and assigns this ID to the nonprofit organization.
XML Representation Summary
<ns:CharityID>
   
Content: 
{ xs:string }
</ns:CharityID>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="CharityID" type="xs:string"/>

ns:LastUsedTime
Type:
xs:dateTime, predefined, simple content
This timestamp indicates when the eBay user last contributed to the nonprofit organization through the donated proceeds of an eBay sale.
XML Representation Summary
<ns:LastUsedTime>
   
Content: 
{ xs:dateTime }
</ns:LastUsedTime>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="LastUsedTime" 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.