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

simpleType "ns:ValueFormatCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"FullDate"
 - 
This enumeration value indicates that a full date is used, including the month, day, and year in the following format: 'YYYYMMDD'
"PartialDate"
 - 
This enumeration value indicates that a partial date is used, including the month and year in the following format: 'YYYYMM'
"Year"
 - 
This enumeration value indicates that only the year is returned in the following format: 'YYYY'
"CustomCode"
 - 
Reserved for future or internal use.

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Enumerated type that defines the date format that is used for a date-related field that is returned in the GetCategorySpecifics call. on which are enforceable for validation purposes
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:ValueFormatCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (5); see within schema source)
<xs:simpleType name="ValueFormatCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="FullDate"/>
<xs:enumeration value="PartialDate"/>
<xs:enumeration value="Year"/>
<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.