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

complexType "ns:GetOrdersResponseType"
Namespace:
Content:
complex, 21 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 6 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Returns the set of orders that match the order IDs or filter criteria specified.
Type Definition Detail
Type Derivation Tree
ns:AbstractResponseType (extension)
  ns:GetOrdersResponseType
XML Source (w/o annotations (7); see within schema source)
<xs:complexType name="GetOrdersResponseType">
<xs:complexContent>
<xs:extension base="ns:AbstractResponseType">
<xs:sequence>
<xs:element minOccurs="0" name="PaginationResult" type="ns:PaginationResultType"/>
<xs:element minOccurs="0" name="HasMoreOrders" type="xs:boolean"/>
<xs:element minOccurs="0" name="OrderArray" type="ns:OrderArrayType"/>
<xs:element minOccurs="0" name="OrdersPerPage" type="xs:int"/>
<xs:element minOccurs="0" name="PageNumber" type="xs:int"/>
<xs:element minOccurs="0" name="ReturnedOrderCountActual" type="xs:int"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 6/22)
ns:HasMoreOrders
Type:
xs:boolean, predefined, simple content
A true value indicates that there are more orders to be retrieved. Additional GetOrders calls with higher page numbers or more entries per page must be made to retrieve these orders. If false, no more orders are available or no orders match the request (based on the input filters).
XML Representation Summary
<ns:HasMoreOrders>
   
Content: 
{ xs:boolean }
</ns:HasMoreOrders>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="HasMoreOrders" type="xs:boolean"/>

ns:OrderArray
Type:
ns:OrderArrayType, complex content
The set of orders that match the order IDs or filter criteria specified.
Component Diagram
XML Representation Summary
<ns:OrderArray>
   
Content: 
</ns:OrderArray>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="OrderArray" type="ns:OrderArrayType"/>

ns:OrdersPerPage
Type:
xs:int, predefined, simple content
Indicates the number of orders that can be returned per page of data (i.e., per call). This is the same value specified in the Pagination.EntriesPerPage input (or the default value, if EntriesPerPage was not specified). This is not necessarily the actual number of orders returned per page (see ReturnedOrderCountActual).
XML Representation Summary
<ns:OrdersPerPage>
   
Content: 
{ xs:int }
</ns:OrdersPerPage>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="OrdersPerPage" type="xs:int"/>

ns:PageNumber
Type:
xs:int, predefined, simple content
Indicates the page number of data returned in the response. This is the same value specified in the Pagination.PageNumber input. If orders are returned, the first page is 1.
XML Representation Summary
<ns:PageNumber>
   
Content: 
{ xs:int }
</ns:PageNumber>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="PageNumber" type="xs:int"/>

ns:PaginationResult
Type:
ns:PaginationResultType, complex content
Contains information regarding the pagination of data, including the total number of pages and the total number of orders.
Component Diagram
XML Representation Summary
<ns:PaginationResult>
   
Content: 
</ns:PaginationResult>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="PaginationResult" type="ns:PaginationResultType"/>

ns:ReturnedOrderCountActual
Type:
xs:int, predefined, simple content
Indicates the total number of orders returned.
XML Representation Summary
<ns:ReturnedOrderCountActual>
   
Content: 
{ xs:int }
</ns:ReturnedOrderCountActual>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ReturnedOrderCountActual" type="xs:int"/>

 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.