Developer's Guide

Table Of Contents
XMLPay Schemas
XMLPay Schema
A
102 XMLPay Developer’s Guide
<element name = "Vendor" type = "UserIdType"/>
<element name = "Partner" type = "UserIdType"/>
<choice>
<element name = "Transactions">
<complexType content = "elementOnly">
<element ref = "Transaction" minOccurs = "1" maxOccurs = "unbounded" />
</complexType>
</element>
<element name = "RecurringProfiles">
<complexType content = "elementOnly">
<element ref = "RecurringProfile" minOccurs = "1" maxOccurs = "unbounded"
/>
</complexType>
</element>
<element name = "AccountUpdateRequests">
<complexType content = "elementOnly">
<element ref = "AccountUpdateRequest" minOccurs = "1" maxOccurs =
"unbounded" />
</complexType>
</element>
</choice>
<element ref = "VersionIntegrationTracking" minOccurs = "0" maxOccurs = "1"/>
</sequence>
</complexType>
</element>
<element name = "RequestAuth">
<complexType content = "elementOnly">
<choice>
<element ref = "UserPass"/>
<element ref = "Signature"/>
</choice>
</complexType>
</element>
<element name = "XMLPayResponse">
<complexType content = "elementOnly">
<sequence>
<element ref = "ResponseData"/>
<element ref = "Signature" minOccurs = "0" maxOccurs = "1"/>
<element name = "TransactionReceipts" minOccurs = "0" maxOccurs = "1">
<complexType content = "elementOnly">
<element ref = "XMLPayReceipt" minOccurs = "1" maxOccurs = "unbounded"/>
</complexType>
</element>
</sequence>
<attribute name = "xmlns" type = "string" />
<attribute name = "version" type = "string" />
<attribute name = "request_id" type = "string" />
<attribute name = "response_id" type = "string" />
</complexType>
</element>
<element name = "ResponseData">
<complexType content = "elementOnly">
<sequence>
<element name = "Vendor" type = "UserIdType"/>
<element name = "Partner" type = "UserIdType"/>