<?xml encoding="UTF-8"?>

<!-- default namespace = "http://ws.slacal.org/schema/REST/uploadXMLResponse/2007/10/15" -->

<!-- default namespace = "http://ws.slacal.org/schema/REST/uploadXMLResponse/2007/10/15" -->

<!ELEMENT UploadXMLResponse (Status_Code,Status_Message,SLA_Batch_Date?,
                             SLA_Batch_Number?,SLA_Batch_Id?)>

<!-- Status Code where 0 is success -->

<!ELEMENT Status_Code (#PCDATA)>

<!-- Status Message -->

<!ELEMENT Status_Message (#PCDATA)>

<!--
On successful upload of the XML batch an SLA Batch Id is assigned.
The SLA Batch Id consists of the Batch Date and a sequence Number.
SLA Batch Date in the format "YYYY-MM-DD"
-->

<!ELEMENT SLA_Batch_Date (#PCDATA)>

<!-- SLA Batch Number  -->

<!ELEMENT SLA_Batch_Number (#PCDATA)>

<!-- SLA Batch Id in the format "YYYY-MM-DD/####" -->

<!ELEMENT SLA_Batch_Id (#PCDATA)>
