## default namespace = "http://ws.slacal.org/schema/REST/uploadXMLResponse/2007/10/15" element UploadXMLResponse { ## Status Code where 0 is success element Status_Code { xsd:integer }, ## Status Message element Status_Message { text }, ## 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 { xsd:date }?, ## SLA Batch Number element SLA_Batch_Number { xsd:integer }?, ## SLA Batch Id in the format "YYYY-MM-DD/####" element SLA_Batch_Id { text }? }