Developer's Guide

Table Of Contents
XMLPay Developer’s Guide 101
A
XMLPay Schemas
This appendix contains the XMLPay schema.
NOTE: The RepeatSale element is defined, but not supported.
XMLPay Schema
<?xml version ="1.0"?>
<schema targetNamespace = "http://www.paypal.com/XMLPay"
='unqualified'
='unqualified'
= "http://www.w3.org/1999/XMLSchema">
<include schemaLocation = "XMLPayTypes.xsd"/>
<element name = "XMLPayRequest">
<complexType content = "elementOnly">
<sequence>
<element ref = "RequestData"/>
<element ref = "RequestAuth"/>
</sequence>
<attribute name = "version" type = "string" />
<attribute name = "request_id" type = "string" />
<attribute name = "response_id" type = "string" />
<attribute name = "Timeout" type = "int" />
</complexType>
</element>
<element name = "VersionIntegrationTracking">
<complexType content = "elementOnly">
<sequence>
<element name = "IntegrationType" type = "string" minOccurs = "0" maxOccurs = "1"/>
<element name = "IntegrationVersion" type = "string" minOccurs = "0" maxOccurs = "1"/>
<element name = "WrapperType" type = "string" minOccurs = "0" maxOccurs = "1"/>
<element name = "WrapperVersion" type = "string" minOccurs = "0" maxOccurs = "1"/>
<element name = "OSName" type = "string" minOccurs = "0" maxOccurs = "1"/>
<element name = "OSArchitecture" type = "string" minOccurs = "0" maxOccurs = "1"/>
<element name = "OSVersion" type = "string" minOccurs = "0" maxOccurs = "1"/>
<element name = "JavaVersion" type = "string" minOccurs = "0" maxOccurs = "1"/>
<element name = "Proxy" type = "string" minOccurs = "0" maxOccurs = "1"/>
<element ref = "ExtData" minOccurs = "0" maxOccurs = "unbounded"/>
</sequence>
</complexType>
</element>
<element name = "RequestData">
<complexType content = "elementOnly">
<sequence>