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

complexType "ns:ValidateChallengeInputRequestType"
Namespace:
Content:
complex, 13 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 3 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Validates the user response to a GetChallengeToken botblock challenge.
Type Definition Detail
Type Derivation Tree
ns:AbstractRequestType (extension)
  ns:ValidateChallengeInputRequestType
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="ValidateChallengeInputRequestType">
<xs:complexContent>
<xs:extension base="ns:AbstractRequestType">
<xs:sequence>
<xs:element minOccurs="0" name="ChallengeToken" type="xs:string"/>
<xs:element minOccurs="0" name="UserInput" type="xs:string"/>
<xs:element minOccurs="0" name="KeepTokenValid" type="xs:boolean"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 3/14)
ns:ChallengeToken
Type:
xs:string, predefined, simple content
Botblock token that was returned by GetChallengeToken.
XML Representation Summary
<ns:ChallengeToken>
   
Content: 
{ xs:string }
</ns:ChallengeToken>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ChallengeToken" type="xs:string"/>

ns:KeepTokenValid
Type:
xs:boolean, predefined, simple content
This boolean field is included and set to 'true' if the challenge token should remain valid for up to two minutes.
XML Representation Summary
<ns:KeepTokenValid>
   
Content: 
{ xs:boolean }
</ns:KeepTokenValid>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="KeepTokenValid" type="xs:boolean"/>

ns:UserInput
Type:
xs:string, predefined, simple content
User response to a bot block challenge.
XML Representation Summary
<ns:UserInput>
   
Content: 
{ xs:string }
</ns:UserInput>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="UserInput" type="xs:string"/>

 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.