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

complexType "ns:NonProfitAddressType"
Namespace:
Content:
complex, 8 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 8 elements, elem. wildcard
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Type defining the NonProfitAddress container, which consists of the address (including latitude and longitude) of a nonprofit charity organization.
XML Source (w/o annotations (9); see within schema source)
<xs:complexType name="NonProfitAddressType">
<xs:sequence>
<xs:element minOccurs="0" name="AddressLine1" type="xs:string"/>
<xs:element minOccurs="0" name="AddressLine2" type="xs:string"/>
<xs:element minOccurs="0" name="City" type="xs:string"/>
<xs:element minOccurs="0" name="State" type="xs:string"/>
<xs:element minOccurs="0" name="ZipCode" type="xs:string"/>
<xs:element minOccurs="0" name="Latitude" type="xs:decimal"/>
<xs:element minOccurs="0" name="Longitude" type="xs:decimal"/>
<xs:element minOccurs="0" name="AddressType" type="ns:AddressTypeCodeType"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 9/9)
ns:AddressLine1
Type:
xs:string, predefined, simple content
The street address of a nonprofit charity organization.
XML Representation Summary
<ns:AddressLine1>
   
Content: 
{ xs:string }
</ns:AddressLine1>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="AddressLine1" type="xs:string"/>

ns:AddressLine2
Type:
xs:string, predefined, simple content
The second line (if needed) of a nonprofit charity organization. This field is often used for a suite number, floor number, or P.O. Box.
XML Representation Summary
<ns:AddressLine2>
   
Content: 
{ xs:string }
</ns:AddressLine2>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="AddressLine2" type="xs:string"/>

ns:AddressType
Type:
ns:AddressTypeCodeType, simple content
Enumeration value that indicates whether or not a nonprofit charity organization is registered with the PayPal Giving Fund. See the Enrolling your nonprofit help topic for more information on registering with the PayPal Giving Fund and the benefits that come with being a registered eBay for Charity organization.
XML Representation Summary
<ns:AddressType>
   
Content: 
{ enumeration of xs:token }
</ns:AddressType>
Simple Content
Enumeration:
"Contact"
 - 
This value indicates that the address contained in the NonProfitAddress container is for a non-registered charity organization.
"Registered"
 - 
This value indicates that the address contained in the NonProfitAddress container is for a charity organization registered with the PayPal Giving Fund.
"CustomCode"
 - 
This value is reserved for internal or future use.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="AddressType" type="ns:AddressTypeCodeType"/>

ns:City
Type:
xs:string, predefined, simple content
The city in which a nonprofit charity organization is located.
XML Representation Summary
<ns:City>
   
Content: 
{ xs:string }
</ns:City>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="City" type="xs:string"/>

ns:Latitude
Type:
xs:decimal, predefined, simple content
The latitude value of a nonprofit charity organization. Latitude and longitude coordinates pinpoint the location of the organization relative to the earth, and are useful for search purposes. The Latitude and Longitude fields are only returned in GetCharities if set by the organization.
XML Representation Summary
<ns:Latitude>
   
Content: 
{ xs:decimal }
</ns:Latitude>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Latitude" type="xs:decimal"/>

ns:Longitude
Type:
xs:decimal, predefined, simple content
The longitude value of a nonprofit charity organization. Latitude and longitude coordinates pinpoint the location of the organization relative to the earth, and are useful for search purposes. The Latitude and Longitude fields are only returned in GetCharities if set by the organization.
XML Representation Summary
<ns:Longitude>
   
Content: 
{ xs:decimal }
</ns:Longitude>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Longitude" type="xs:decimal"/>

ns:State
Type:
xs:string, predefined, simple content
The state in which a nonprofit charity organization is located.
XML Representation Summary
<ns:State>
   
Content: 
{ xs:string }
</ns:State>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="State" type="xs:string"/>

ns:ZipCode
Type:
xs:string, predefined, simple content
The zip code of a nonprofit charity organization.
XML Representation Summary
<ns:ZipCode>
   
Content: 
{ xs:string }
</ns:ZipCode>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ZipCode" type="xs:string"/>

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