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

complexType "ns:OrderArrayType"
Namespace:
Content:
complex, 2 elements
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 2 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
Type used by the OrderArray container that is returned in order management calls. The OrderArray container consists of one or more eBay orders that match the input criteria.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="OrderArrayType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="Order" type="ns:OrderType"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="Errors" type="ns:ErrorType"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 2/2)
ns:Errors
Type:
ns:ErrorType, complex content
This container will be returned if there are one or more errors or warnings with the corresponding order. This container consists of detailed information on the warning or error, including the actual error message and information on any input parameters that actually triggered the warning or error.
Component Diagram
XML Representation Summary
<ns:Errors>
   
Content: 
</ns:Errors>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="Errors" type="ns:ErrorType"/>

ns:Order
Type:
ns:OrderType, complex content
Details of an eBay order. One eBay order can have one or more order line items (Transaction objects).
Component Diagram
XML Representation Summary
<ns:Order>
   
Content: 
</ns:Order>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="Order" type="ns:OrderType"/>

 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.