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

complexType "ns:NotificationStatisticsType"
Namespace:
Content:
complex, 5 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 5 elements, elem. wildcard
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Summary information about notifications delivered, failed, errors, queued for a given application ID and time period.
XML Source (w/o annotations (6); see within schema source)
<xs:complexType name="NotificationStatisticsType">
<xs:sequence>
<xs:element minOccurs="0" name="DeliveredCount" type="xs:int"/>
<xs:element minOccurs="0" name="QueuedNewCount" type="xs:int"/>
<xs:element minOccurs="0" name="QueuedPendingCount" type="xs:int"/>
<xs:element minOccurs="0" name="ExpiredCount" type="xs:int"/>
<xs:element minOccurs="0" name="ErrorCount" type="xs:int"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 6/6)
ns:DeliveredCount
Type:
xs:int, predefined, simple content
Returns the number of notifications delivered successfully during the given time period.
XML Representation Summary
<ns:DeliveredCount>
   
Content: 
{ xs:int }
</ns:DeliveredCount>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="DeliveredCount" type="xs:int"/>

ns:ErrorCount
Type:
xs:int, predefined, simple content
Returns the number of notifications for which there were delivery errors during the given time period.
XML Representation Summary
<ns:ErrorCount>
   
Content: 
{ xs:int }
</ns:ErrorCount>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ErrorCount" type="xs:int"/>

ns:ExpiredCount
Type:
xs:int, predefined, simple content
Returns the number of notifications that permanently failed during the given time period.
XML Representation Summary
<ns:ExpiredCount>
   
Content: 
{ xs:int }
</ns:ExpiredCount>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ExpiredCount" type="xs:int"/>

ns:QueuedNewCount
Type:
xs:int, predefined, simple content
Returns the number of new notifications that were queued during the given time period.
XML Representation Summary
<ns:QueuedNewCount>
   
Content: 
{ xs:int }
</ns:QueuedNewCount>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="QueuedNewCount" type="xs:int"/>

ns:QueuedPendingCount
Type:
xs:int, predefined, simple content
Returns the number of pending notifications in the queue during the given time period.
XML Representation Summary
<ns:QueuedPendingCount>
   
Content: 
{ xs:int }
</ns:QueuedPendingCount>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="QueuedPendingCount" type="xs:int"/>

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