## default namespace = "http://ws.slacal.org/schema/REST/uploadImageRequest/2007/10/15" element UploadImageRequest { ## Optional: the SLA Broker Number for the image upload. ## This may be needed if a brokerage main office is uploading batches ## for its branches to properly associate the batch with the correct ## branch (when the branch office has its own SLA Broker Number) element SLA_Broker_Number { xsd:integer }?, ## All uploaded images need to be associated with the corresponding ## batch. This can be done either with the Brokers Batch Date and Id ## or with the SLA Batch Id (combination of SLA Batch Date and Number). ## If both Broker and SLA batch identification are known please enter ## both. ## Broker Batch Date and Id element Broker_Batch_Date { xsd:date }?, element Broker_Batch_Id { text }?, ## SLA Batch Id in the format "YYYY-MM-DD/####". element SLA_Batch_Id { text }?, ## The number of the item this image upload belongs to. If the image ## upload is not for a particular item and instead relates to the ## entire batch please use Item_Number 0 or omit this XML tag. element Item_Number { xsd:integer }?, ## Tag Number is only used for image uploads in response to a TAG. element Tag_Number { xsd:integer }?, ## Page Number is the number of the page for this Item. ## For multi page images enter the number of the first page. element Page_Number { xsd:integer }?, ## Page Count is the number of pages if this is a multi page image. ## Enter 1 or omit this XML tag for single page images. element Page_Count { xsd:integer }?, ## Base64 encoded image data element Image_Data { xsd:base64Binary } }