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

simpleType "ns:PictureFormatCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"JPG"
 - 
Indicates the picture was returned in JPG format. Uploaded pictures in JPG, TIF, or BMP will be returned as JPG.
"GIF"
 - 
Indicates the picture was returned in GIF format.
"PNG"
 - 
Indicates the picture was returned in PNG format.
"CustomCode"
 - 
Reserved for internal use only.

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Indicates the format of the picture returned. Sometimes this is different than the format of the uploaded picture.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:PictureFormatCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (5); see within schema source)
<xs:simpleType name="PictureFormatCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="JPG"/>
<xs:enumeration value="GIF"/>
<xs:enumeration value="PNG"/>
<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.