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

complexType "ns:UserIdPasswordType"
Namespace:
Content:
complex, 5 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 5 elements, elem. wildcard
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
XML Source (w/o annotations (6); see within schema source)
<xs:complexType name="UserIdPasswordType">
<xs:sequence>
<xs:element minOccurs="0" name="AppId" type="xs:string"/>
<xs:element minOccurs="0" name="DevId" type="xs:string"/>
<xs:element minOccurs="0" name="AuthCert" type="xs:string"/>
<xs:element minOccurs="0" name="Username" type="xs:string"/>
<xs:element minOccurs="0" name="Password" type="xs:string"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 6/6)
ns:AppId
Type:
xs:string, predefined, simple content
The application ID that is unique to each application you (or your company) has registered with the eBay Developers Program. If you are executing a call in the Sandbox, this is the "AppId" value that eBay issued to you when you received your Sandbox keys. If you are executing a call in Production, this is the "AppId" value that eBay issued to you when you received your Production keys.
XML Representation Summary
<ns:AppId>
   
Content: 
{ xs:string }
</ns:AppId>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="AppId" type="xs:string"/>

ns:AuthCert
Type:
xs:string, predefined, simple content
Authentication certificate that authenticates the application when making API calls. If you are executing a call in the Sandbox, this is the "CertId" value that eBay issued to you when you received your Sandbox keys. If you are executing a call in Production, this is the "CertId" value that eBay issued to you when you received your Production keys. This is unrelated to auth tokens.
XML Representation Summary
<ns:AuthCert>
   
Content: 
{ xs:string }
</ns:AuthCert>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="AuthCert" type="xs:string"/>

ns:DevId
Type:
xs:string, predefined, simple content
The unique developer ID that the eBay Developers Program issued to you (or your company). If you are executing a call in the Sandbox, this is the "DevId" value that eBay issued to you when you received your Sandbox keys. Typically, you receive your Sandbox keys when you register as a new developer. If you are executing a call in Production, this is the "DevId" value that eBay issued to you when you received your Production keys. Typically, you receive your Production keys when you certify an application.
XML Representation Summary
<ns:DevId>
   
Content: 
{ xs:string }
</ns:DevId>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="DevId" 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.