Standard XML Sample File and XSD Schema

<?xml version="1.0" encoding="UTF-8" ?>
<BulkEventInstance xmlns="http://www.instorecard.com/schema/v1/RetailIntegration/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.instorecard.com/schema/v1/RetailIntegration/
http://www.instorecard.com/schema/v1/RetailIntegration/ISCEventInstance.xsd">
<EventInstance>
<EventDate>02/12/2008</EventDate>
<RetailerEventId>1001</RetailerEventId>
<EventReferenceTag>AddToWishList</EventReferenceTag>
<Subject>customer1@loyaltylab.com</Subject>
<Object>productSKU1</Object>
<MasterValue></MasterValue>
</EventInstance>
</BulkEventInstance>