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

complexType "ns:UserIdentityType"
Namespace:
Content:
simple, 1 attribute
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definition of 1 attribute
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
("eBayUser" | "eBayPartner" | "CustomCode")
   
>
   
Content: 
{ xs:string }
</...>
All Direct / Indirect Based Elements (5):
Known Usage Locations
Annotation
Based on the context of the field, this type defines the user is sending or receiving a payment.
Type Definition Detail
Type Derivation Tree
xs:string (extension)
  ns:UserIdentityType
Derivation:
extension of xs:string
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="UserIdentityType">
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="type" type="ns:UserIdentityCodeType"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
Attribute Detail (all declarations defined in this component; 1/1)
type
Type:
Use:
optional
This attribute indicates if the payer or payee is an eBay user or an eBay partner.
Attribute Value
enumeration of xs:token
Enumeration:
"eBayUser"
 - 
This enumeration value indicates that an eBay user initiated the monetary transaction.
"eBayPartner"
 - 
This enumeration value indicates that an eBay partner (such as Pitney Bowes) initiated the monetary transaction.
"CustomCode"
 - 
This value is reserved for future use.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="type" type="ns:UserIdentityCodeType"/>

 Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE | ATTR | CHILD
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.