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

complexType "ns:PaginationResultType"
Namespace:
Content:
complex, 2 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 2 elements, elem. wildcard
Used:
at 13 locations
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (13):
Known Usage Locations
Annotation
Shows the pagination of data returned by call requests. Pagination of returned data is not needed nor supported for every Trading API call. See the documentation for individual calls to determine whether pagination is supported, required, or desirable.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="PaginationResultType">
<xs:sequence>
<xs:element minOccurs="0" name="TotalNumberOfPages" type="xs:int"/>
<xs:element minOccurs="0" name="TotalNumberOfEntries" type="xs:int"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 3/3)
ns:TotalNumberOfEntries
Type:
xs:int, predefined, simple content
Indicates the total number of entries that could be returned by repeated call requests. Returned with a value of 0 if no entries are available.
XML Representation Summary
<ns:TotalNumberOfEntries>
   
Content: 
{ xs:int }
</ns:TotalNumberOfEntries>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="TotalNumberOfEntries" type="xs:int"/>

ns:TotalNumberOfPages
Type:
xs:int, predefined, simple content
Indicates the total number of pages of data that could be returned by repeated requests. Returned with a value of 0 if no pages are available.
XML Representation Summary
<ns:TotalNumberOfPages>
   
Content: 
{ xs:int }
</ns:TotalNumberOfPages>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="TotalNumberOfPages" 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.