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

simpleType "ns:DaysCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"None"
 - 
Seller does not want to be contacted. Contact hours will not be supported for any days. If contact hours are specified, they will be ignored.
"EveryDay"
 - 
Seller can be contacted any day during the specified contact hours.
"Weekdays"
 - 
Seller can be contacted Monday through Friday during the specified contact hours.
"Weekends"
 - 
Seller can be contacted Saturday or Sunday during the specified contact hours.
"CustomCode"
 - 
(out) Reserved for internal or future use.

All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
Specifies the range of days the seller can be contacted.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:DaysCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (6); see within schema source)
<xs:simpleType name="DaysCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="None"/>
<xs:enumeration value="EveryDay"/>
<xs:enumeration value="Weekdays"/>
<xs:enumeration value="Weekends"/>
<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.