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

complexType "ns:DeliveryURLDetailType"
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
Defines settings for a notification URL (including the URL name in DeliveryURLName).
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="DeliveryURLDetailType">
<xs:sequence>
<xs:element minOccurs="0" name="DeliveryURLName" type="xs:string"/>
<xs:element minOccurs="0" name="DeliveryURL" type="xs:anyURI"/>
<xs:element minOccurs="0" name="Status" type="ns:EnableCodeType"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 4/4)
ns:DeliveryURL
Type:
xs:anyURI, predefined, simple content
The address of a notification delivery URL. This address applies to the DeliveryURLName within the same ApplicationDeliveryPreferences.DeliveryURLDetails container. For delivery to a server, the URL must begin with "https://" and must be well formed. Use a URL that is functional at the time of the call.
XML Representation Summary
<ns:DeliveryURL>
   
Content: 
{ xs:anyURI }
</ns:DeliveryURL>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="DeliveryURL" type="xs:anyURI"/>

ns:DeliveryURLName
Type:
xs:string, predefined, simple content
The name of a notification delivery URL. You can list up to 25 instances of DeliveryURLName, and then subscribe these URLs to notifications by listing them in comma- separated format in the DeliveryURLName element outside of ApplicationDeliveryPreferences.
XML Representation Summary
<ns:DeliveryURLName>
   
Content: 
{ xs:string }
</ns:DeliveryURLName>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="DeliveryURLName" type="xs:string"/>

ns:Status
Type:
ns:EnableCodeType, simple content
The status of a notification delivery URL. This status applies to the DeliveryURLName and delivery URL within the same ApplicationDeliveryPreferences.DeliveryURLDetails container. If the status is disabled, then notifications will not be sent to the delivery URL.
XML Representation Summary
<ns:Status>
   
Content: 
{ enumeration of xs:token }
</ns:Status>
Simple Content
Enumeration:
"Enable"
 - 
This enumeration value indicates that an application/URL/device is enabled to receive notifications, or to indicate that a specific notification event is enabled.
"Disable"
 - 
This enumeration value indicates that an application/URL/device is disabled, or being blocked from receiving notifications, or to indicate that a specific notification event is disabled.
"CustomCode"
 - 
Reserved for future use.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Status" type="ns:EnableCodeType"/>

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