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

complexType "ns:TokenStatusType"
Namespace:
Content:
complex, 4 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 4 elements, elem. wildcard
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Returns token status.
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="TokenStatusType">
<xs:sequence>
<xs:element minOccurs="0" name="Status" type="ns:TokenStatusCodeType"/>
<xs:element minOccurs="0" name="EIASToken" type="xs:string"/>
<xs:element minOccurs="0" name="ExpirationTime" type="xs:dateTime"/>
<xs:element minOccurs="0" name="RevocationTime" type="xs:dateTime"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 5/5)
ns:EIASToken
Type:
xs:string, predefined, simple content
Identifies the user to whom the token belongs.
XML Representation Summary
<ns:EIASToken>
   
Content: 
{ xs:string }
</ns:EIASToken>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="EIASToken" type="xs:string"/>

ns:ExpirationTime
Type:
xs:dateTime, predefined, simple content
Original expiration time for the token.
XML Representation Summary
<ns:ExpirationTime>
   
Content: 
{ xs:dateTime }
</ns:ExpirationTime>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ExpirationTime" type="xs:dateTime"/>

ns:RevocationTime
Type:
xs:dateTime, predefined, simple content
Token revocation time, if the token has been revoked.
XML Representation Summary
<ns:RevocationTime>
   
Content: 
{ xs:dateTime }
</ns:RevocationTime>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="RevocationTime" type="xs:dateTime"/>

ns:Status
Type:
ns:TokenStatusCodeType, simple content
Current token status.
XML Representation Summary
<ns:Status>
   
Content: 
{ enumeration of xs:token }
</ns:Status>
Simple Content
Enumeration:
"Active"
 - 
Token is Active
"Expired"
 - 
Token is Expired
"RevokedByeBay"
 - 
Token is revoked by eBay
"RevokedByUser"
 - 
Token is revoked by user
"RevokedByApp"
 - 
Token is revoked by Application
"Invalid"
 - 
Token is Invalid
"CustomCode"
 - 
Reserved for internal or future use
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Status" type="ns:TokenStatusCodeType"/>

{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.