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

simpleType "ns:GalleryStatusCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"Success"
 - 
The Gallery image was successfully generated.
"Pending"
 - 
The Gallery image has not yet been generated.
"InvalidUrl"
 - 
The URL for the image file is not valid.
"InvalidProtocol"
 - 
The URL does not start with http:// or https:// .
"InvalidFile"
 - 
There is a problem with the image file.
"ServerDown"
 - 
The server containing the image file was unavailable.
"ImageNonExistent"
 - 
The image file could not be found.
"ImageReadTimeOut"
 - 
The image file failed to transfer.
"InvalidFileFormat"
 - 
The image file is not in JPG, BMP, GIF, TIF, or PNG format.
"ImageProcessingError"
 - 
We were not able to process the image file.
"CustomCode"
 - 
Reserved for internal only.

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Enumeration type that returns the status of the gallery image generation. That status returns either a value of 'Success' or a value that indicates why the gallery image has not been generated.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:GalleryStatusCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (12); see within schema source)
<xs:simpleType name="GalleryStatusCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="Success"/>
<xs:enumeration value="Pending"/>
<xs:enumeration value="InvalidUrl"/>
<xs:enumeration value="InvalidProtocol"/>
<xs:enumeration value="InvalidFile"/>
<xs:enumeration value="ServerDown"/>
<xs:enumeration value="ImageNonExistent"/>
<xs:enumeration value="ImageReadTimeOut"/>
<xs:enumeration value="InvalidFileFormat"/>
<xs:enumeration value="ImageProcessingError"/>
<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.