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

complexType "ns:SellerProfilePreferencesType"
Namespace:
Content:
complex, 2 elements
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
Type defining the SellerProfilePreferences container. This container consists of a flag that indicates whether or not the seller has opted into Business Policies, as well as a list of Business Policies profiles that have been set up for the seller's account.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="SellerProfilePreferencesType">
<xs:sequence>
<xs:element minOccurs="0" name="SellerProfileOptedIn" type="xs:boolean"/>
<xs:element minOccurs="0" name="SupportedSellerProfiles" type="ns:SupportedSellerProfilesType"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 2/2)
ns:SellerProfileOptedIn
Type:
xs:boolean, predefined, simple content
Boolean flag indicating whether or not a seller has opted in to Business Policies. Sellers must opt in to Business Policies to create and manage payment, return policy, and shipping profiles.
XML Representation Summary
<ns:SellerProfileOptedIn>
   
Content: 
{ xs:boolean }
</ns:SellerProfileOptedIn>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="SellerProfileOptedIn" type="xs:boolean"/>

ns:SupportedSellerProfiles
Type:
Container consisting of one or more Business Policies profiles active for a seller's account. This container is only returned if SellerProfileOptedIn = SellerProfilePreferences and the seller has one or more Business Policies profiles active on the account.
Component Diagram
XML Representation Summary
<ns:SupportedSellerProfiles>
   
Content: 
</ns:SupportedSellerProfiles>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="SupportedSellerProfiles" type="ns:SupportedSellerProfilesType"/>

 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.