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

complexType "ns:GetNotificationPreferencesRequestType"
Namespace:
Content:
complex, 11 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definition of 1 element
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Retrieves the requesting application's notification preferences. Details are only returned for events for which a preference has been set. For example, if you enabled notification for the EndOfAuction event and later disabled it, the GetNotificationPreferences response would cite the EndOfAuction event preference as Disabled. Otherwise, no details would be returned regarding EndOfAuction.
Type Definition Detail
Type Derivation Tree
ns:AbstractRequestType (extension)
  ns:GetNotificationPreferencesRequestType
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="GetNotificationPreferencesRequestType">
<xs:complexContent>
<xs:extension base="ns:AbstractRequestType">
<xs:sequence>
<xs:element minOccurs="0" name="PreferenceLevel" type="ns:NotificationRoleCodeType"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 1/12)
ns:PreferenceLevel
Type:
Specifies the type of preferences to retrieve. For example, preferences can be associated with a user, with an application, or with events.
XML Representation Summary
<ns:PreferenceLevel>
   
Content: 
{ enumeration of xs:token }
</ns:PreferenceLevel>
Simple Content
Enumeration:
"Application"
 - 
(in) Specifies that you want to set or return application-level preferences. Default value.
"User"
 - 
(in) Specifies that you want to set or return user-level preferences.
"UserData"
 - 
(in) Specifies that you want to set or return user data-level preferences.
"Event"
 - 
(in) Specifies that you want to set or return event-level preferences.
"CustomCode"
 - 
Reserved for future use
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="PreferenceLevel" type="ns:NotificationRoleCodeType"/>

 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.