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

simpleType "ns:AddressUsageCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"DefaultShipping"
 - 
This value indicates that the shipping address provided by the buyer at checkout time is the buyer's default/primary shipping address.
"Shipping"
 - 
This value indicates that the shipping address provided by the buyer at checkout time is one of the buyer's secondary shipping addresses on file with eBay.
"Invalid"
 - 
This value indicates that the address is not valid, and an alternative address will have to be provided before the order is shipped.
"CustomCode"
 - 
(out) Reserved for internal or future use.

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
This enumeration type lists the values that will be returned to the seller in a GetOrders call (and other order management calls) to indicate that the shipping address is the buyer's default shipping address, an alternative/secondary shipping address, or an invalid shipping address.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:AddressUsageCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (5); see within schema source)
<xs:simpleType name="AddressUsageCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="DefaultShipping"/>
<xs:enumeration value="Shipping"/>
<xs:enumeration value="Invalid"/>
<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.