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

simpleType "ns:CancelInitiatorCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
never
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"Unknown"
 - 
This value indicates that the party whom initiated the cancellation of the order is not known.
"Seller"
 - 
This value indicates that the seller initiated the cancellation of the order.
"Buyer"
 - 
This value indicates that the buyer initiated the cancellation of the order.
"CS"
 - 
This value indicates that eBay customer support initiated the cancellation of the order.
"System"
 - 
This value indicates that the cancellation of the order was initiated by the system.
"CustomCode"
 - 
This value is reserved for internal or future use.
Annotation
Enumerated type that defines the possible parties that can initiate the cancellation of an eBay order.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:CancelInitiatorCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (7); see within schema source)
<xs:simpleType name="CancelInitiatorCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="Unknown"/>
<xs:enumeration value="Seller"/>
<xs:enumeration value="Buyer"/>
<xs:enumeration value="CS"/>
<xs:enumeration value="System"/>
<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.