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

complexType "ns:XMLRequesterCredentialsType"
Namespace:
Content:
complex, 3 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 3 elements, elem. wildcard
Used:
never
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="XMLRequesterCredentialsType">
<xs:sequence>
<xs:element minOccurs="0" name="Username" type="xs:string"/>
<xs:element minOccurs="0" name="Password" type="xs:string"/>
<xs:element minOccurs="0" name="eBayAuthToken" type="xs:string"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 4/4)
ns:eBayAuthToken
Type:
xs:string, predefined, simple content
Authentication token representing the user who is making the request. The user's token must be retrieved from eBay. To determine a user's authentication token, see the Authentication and Authorization information in the eBay Web Services guide. For calls that list or retrieve item or transaction data, the user usually needs to be the seller of the item in question or, in some cases, the buyer. Similarly, calls that retrieve user or account data may be restricted to the user whose data is being requested. The documentation for each call includes information about such restrictions.
XML Representation Summary
<ns:eBayAuthToken>
   
Content: 
{ xs:string }
</ns:eBayAuthToken>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="eBayAuthToken" type="xs:string"/>

ns:Password
Type:
xs:string, predefined, simple content
Password for the user specified in Username.
XML Representation Summary
<ns:Password>
   
Content: 
{ xs:string }
</ns:Password>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Password" type="xs:string"/>

ns:Username
Type:
xs:string, predefined, simple content
eBay user ID (i.e., eBay.com Web site login name) for the user the application is retrieving a token for. This is typically the application's end-user (not the developer).
XML Representation Summary
<ns:Username>
   
Content: 
{ xs:string }
</ns:Username>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Username" type="xs:string"/>

{any element from any namespace}
XML Source (see within schema source)
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>

 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.