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

complexType "ns:DuplicateInvocationDetailsType"
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
This type is used by the DuplicateInvocationDetails container that is returned in some calls if a duplicate InvocationID or InvocationTrackingID is used in the call request.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="DuplicateInvocationDetailsType">
<xs:sequence>
<xs:element minOccurs="0" name="DuplicateInvocationID" type="ns:UUIDType"/>
<xs:element minOccurs="0" name="Status" type="ns:InvocationStatusType"/>
<xs:element minOccurs="0" name="InvocationTrackingID" type="xs:string"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 4/4)
ns:DuplicateInvocationID
Type:
ns:UUIDType, simple content
This value represents the duplicate InvocationID or InvocationTrackingID that was used in the call request.
XML Representation Summary
<ns:DuplicateInvocationID>
   
Content: 
{ xs:string }
</ns:DuplicateInvocationID>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="DuplicateInvocationID" type="ns:UUIDType"/>

ns:InvocationTrackingID
Type:
xs:string, predefined, simple content
This unique identifier identifies the business item the previous API invocation created. For example, the Item ID of the item created by an AddItem call.
XML Representation Summary
<ns:InvocationTrackingID>
   
Content: 
{ xs:string }
</ns:InvocationTrackingID>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="InvocationTrackingID" type="xs:string"/>

ns:Status
Type:
ns:InvocationStatusType, simple content
This enumeration value indicates the status of the previous call that used the InvocationID or InvocationTrackingID specified in the DuplicateInvocationID.
XML Representation Summary
<ns:Status>
   
Content: 
{ enumeration of xs:token }
</ns:Status>
Simple Content
Enumeration:
"InProgress", "Success", "Failure", "CustomCode"
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Status" type="ns:InvocationStatusType"/>

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