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

simpleType "ns:AckCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"Success"
 - 
This value indicates that the call request was processed successfully without any issues.
"Failure"
 - 
This value indicates that the call request processing failed.
"Warning"
 - 
This value indicates that the call request was successful, but processing was not without any issues. These issues can be checked in the Errors container, that will also be returned when one or more known issues occur with the call request.
"PartialFailure"
 - 
This value indicates that the call request partially failed. One or more issues that may be responsible for this partial failure can be checked in the Errors container, that will also be returned when one or more known issues occur with the call request.
"CustomCode"
 - 
Reserved for internal or future use.

All Direct / Indirect Based Elements (2):
ns:Ack (defined in ns:AbstractResponseType complexType),
Known Usage Locations
Annotation
This enumerated type identifies the possible values that can be returned in the Ack field in call responses. The Ack value will indicate if the call was completely successful, if the called failed, or if the call was partially successful, but with minor errors or warnings.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:AckCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (6); see within schema source)
<xs:simpleType name="AckCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="Success"/>
<xs:enumeration value="Failure"/>
<xs:enumeration value="Warning"/>
<xs:enumeration value="PartialFailure"/>
<xs:enumeration value="CustomCode"/>
</xs:restriction>
</xs:simpleType>

 Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE
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.